@charset "UTF-8";
/*!
 * iFactory Bootstrap v1 (http://ifactory.com.au)
 */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Import bootstrap components. Run last
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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 {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .post-component form .gbs3 input[type="submit"] > .caret,
  .post-component form .form-group input[type="submit"] > .caret,
  .main-container form .gbs3 input[type="submit"] > .caret,
  .main-container form .form-group input[type="submit"] > .caret, .moduleItemReadMore > .caret, #fancybox-wrap .showcart > .caret, #fancybox-wrap .continue_link > .caret,
  .dropup > .btn > .caret,
  .post-component form .gbs3 .dropup > input[type="submit"] > .caret,
  .post-component form .form-group .dropup > input[type="submit"] > .caret,
  .main-container form .gbs3 .dropup > input[type="submit"] > .caret,
  .main-container form .form-group .dropup > input[type="submit"] > .caret,
  .dropup > .moduleItemReadMore > .caret,
  #fancybox-wrap .dropup > .showcart > .caret,
  #fancybox-wrap .dropup > .continue_link > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table, .availability-only-details, .data-table {
    border-collapse: collapse !important;
  }
  .table td, .availability-only-details td, .data-table td,
  .table th,
  .availability-only-details th,
  .data-table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-events th, .table-testimonial th, .data-table th,
  .table-bordered td,
  .table-events td,
  .table-testimonial td,
  .data-table td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/fontawesome.eot");
  src: url("../fonts/bootstrap/fontawesome.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/fontawesome.woff2") format("woff2"), url("../fonts/bootstrap/fontawesome.woff") format("woff"), url("../fonts/bootstrap/fontawesome.ttf") format("truetype"), url("../fonts/bootstrap/fontawesome.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #797b7f;
  background-color: #e1e1e1;
}

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

a {
  color: #797b7f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #EF2829;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail, .products-list .product-image img, .product-thumbnail,
.product-image, .product-essential .product-img-box img, .news .item-thumbnail,
.news .item-image,
.news .item-media {
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #adafb1;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 #e1e1e1;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo Black", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #000;
}
h1 small,
h1 .small,
h1 .navbar-nav li p.small,
.navbar-nav li h1 p.small, h2 small,
h2 .small,
h2 .navbar-nav li p.small,
.navbar-nav li h2 p.small, h3 small,
h3 .small,
h3 .navbar-nav li p.small,
.navbar-nav li h3 p.small, h4 small, #cart-view .billto-shipto span small, #cart-view .cart-summary tr:last-of-type td small, #cart-view .vm-fieldset-customer-note .customer-note small, #cart-view .vm-fieldset-tos span.tos small,
h4 .small,
#cart-view .billto-shipto span .small,
#cart-view .cart-summary tr:last-of-type td .small,
#cart-view .vm-fieldset-customer-note .customer-note .small,
#cart-view .vm-fieldset-tos span.tos .small,
h4 .navbar-nav li p.small,
.navbar-nav li h4 p.small, h5 small,
h5 .small,
h5 .navbar-nav li p.small,
.navbar-nav li h5 p.small, h6 small,
h6 .small,
h6 .navbar-nav li p.small,
.navbar-nav li h6 p.small,
.h1 small,
.h1 .small,
.h1 .navbar-nav li p.small,
.navbar-nav li .h1 p.small, .h2 small,
.h2 .small,
.h2 .navbar-nav li p.small,
.navbar-nav li .h2 p.small, .h3 small,
.h3 .small,
.h3 .navbar-nav li p.small,
.navbar-nav li .h3 p.small, .h4 small,
.h4 .small,
.h4 .navbar-nav li p.small,
.navbar-nav li .h4 p.small, .h5 small,
.h5 .small,
.h5 .navbar-nav li p.small,
.navbar-nav li .h5 p.small, .h6 small,
.h6 .small,
.h6 .navbar-nav li p.small,
.navbar-nav li .h6 p.small {
  font-weight: normal;
  line-height: 1;
  color: #adafb1;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h1 .navbar-nav li p.small,
.navbar-nav li h1 p.small, .h1 small,
.h1 .small,
.h1 .navbar-nav li p.small,
.navbar-nav li .h1 p.small,
h2 small,
h2 .small,
h2 .navbar-nav li p.small,
.navbar-nav li h2 p.small, .h2 small,
.h2 .small,
.h2 .navbar-nav li p.small,
.navbar-nav li .h2 p.small,
h3 small,
h3 .small,
h3 .navbar-nav li p.small,
.navbar-nav li h3 p.small, .h3 small,
.h3 .small,
.h3 .navbar-nav li p.small,
.navbar-nav li .h3 p.small {
  font-size: 65%;
}

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, #cart-view .billto-shipto span small, #cart-view .cart-summary tr:last-of-type td small, #cart-view .vm-fieldset-customer-note .customer-note small, #cart-view .vm-fieldset-tos span.tos small,
h4 .small,
#cart-view .billto-shipto span .small,
#cart-view .cart-summary tr:last-of-type td .small,
#cart-view .vm-fieldset-customer-note .customer-note .small,
#cart-view .vm-fieldset-tos span.tos .small,
h4 .navbar-nav li p.small,
.navbar-nav li h4 p.small, .h4 small,
.h4 .small,
.h4 .navbar-nav li p.small,
.navbar-nav li .h4 p.small,
h5 small,
h5 .small,
h5 .navbar-nav li p.small,
.navbar-nav li h5 p.small, .h5 small,
.h5 .small,
.h5 .navbar-nav li p.small,
.navbar-nav li .h5 p.small,
h6 small,
h6 .small,
h6 .navbar-nav li p.small,
.navbar-nav li h6 p.small, .h6 small,
.h6 .small,
.h6 .navbar-nav li p.small,
.navbar-nav li .h6 p.small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 90px;
}

h2, .h2 {
  font-size: 50px;
}

h3, .h3 {
  font-size: 20px;
}

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4 {
  font-size: 17.25px;
}

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small,
.navbar-nav li p.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #adafb1;
}

.text-primary {
  color: #EF2829;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d41011;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #EF2829;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d41011;
}

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

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

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

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

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

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

.page-header, .page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #EF2829;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
blockquote .navbar-nav li p.small,
.navbar-nav li blockquote p.small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote .navbar-nav li p.small:before,
.navbar-nav li blockquote p.small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EF2829;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
.blockquote-reverse .navbar-nav li p.small:before,
.navbar-nav li .blockquote-reverse p.small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
.blockquote-reverse .navbar-nav li p.small:after,
.navbar-nav li .blockquote-reverse p.small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #797b7f;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: auto;
}

.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: auto;
}

.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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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: auto;
  }

  .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: auto;
  }

  .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: auto;
  }

  .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: auto;
  }

  .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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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: auto;
  }

  .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: auto;
  }

  .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%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #adafb1;
  text-align: left;
}

th {
  text-align: left;
}

.table, .availability-only-details, .data-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .availability-only-details > thead > tr > th, .data-table > thead > tr > th,
.table > thead > tr > td,
.availability-only-details > thead > tr > td,
.data-table > thead > tr > td,
.table > tbody > tr > th,
.availability-only-details > tbody > tr > th,
.data-table > tbody > tr > th,
.table > tbody > tr > td,
.availability-only-details > tbody > tr > td,
.data-table > tbody > tr > td,
.table > tfoot > tr > th,
.availability-only-details > tfoot > tr > th,
.data-table > tfoot > tr > th,
.table > tfoot > tr > td,
.availability-only-details > tfoot > tr > td,
.data-table > tfoot > tr > td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .availability-only-details > thead > tr > th, .data-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .availability-only-details > caption + thead > tr:first-child > th, .data-table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.availability-only-details > caption + thead > tr:first-child > td,
.data-table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .availability-only-details > tbody + tbody, .data-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .availability-only-details .table, .data-table .table, .table .availability-only-details, .availability-only-details .availability-only-details, .data-table .availability-only-details, .table .data-table, .availability-only-details .data-table, .data-table .data-table {
  background-color: #e1e1e1;
}

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

.table-bordered, .table-events, .table-testimonial, .data-table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-events > thead > tr > th, .table-testimonial > thead > tr > th, .data-table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-events > thead > tr > td,
.table-testimonial > thead > tr > td,
.data-table > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-events > tbody > tr > th,
.table-testimonial > tbody > tr > th,
.data-table > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-events > tbody > tr > td,
.table-testimonial > tbody > tr > td,
.data-table > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-events > tfoot > tr > th,
.table-testimonial > tfoot > tr > th,
.data-table > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.table-events > tfoot > tr > td,
.table-testimonial > tfoot > tr > td,
.data-table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-events > thead > tr > th, .table-testimonial > thead > tr > th, .data-table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-events > thead > tr > td,
.table-testimonial > thead > tr > td,
.data-table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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;
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > .availability-only-details, .table-responsive > .data-table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .availability-only-details > thead > tr > th, .table-responsive > .data-table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .availability-only-details > thead > tr > td,
  .table-responsive > .data-table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .availability-only-details > tbody > tr > th,
  .table-responsive > .data-table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .availability-only-details > tbody > tr > td,
  .table-responsive > .data-table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .availability-only-details > tfoot > tr > th,
  .table-responsive > .data-table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .availability-only-details > tfoot > tr > td,
  .table-responsive > .data-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > .table-events, .table-responsive > .table-testimonial, .table-responsive > .data-table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-events > thead > tr > th:first-child, .table-responsive > .table-testimonial > thead > tr > th:first-child, .table-responsive > .data-table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-events > thead > tr > td:first-child,
  .table-responsive > .table-testimonial > thead > tr > td:first-child,
  .table-responsive > .data-table > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-events > tbody > tr > th:first-child,
  .table-responsive > .table-testimonial > tbody > tr > th:first-child,
  .table-responsive > .data-table > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-events > tbody > tr > td:first-child,
  .table-responsive > .table-testimonial > tbody > tr > td:first-child,
  .table-responsive > .data-table > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-events > tfoot > tr > th:first-child,
  .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
  .table-responsive > .data-table > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-events > tfoot > tr > td:first-child,
  .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
  .table-responsive > .data-table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-events > thead > tr > th:last-child, .table-responsive > .table-testimonial > thead > tr > th:last-child, .table-responsive > .data-table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-events > thead > tr > td:last-child,
  .table-responsive > .table-testimonial > thead > tr > td:last-child,
  .table-responsive > .data-table > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-events > tbody > tr > th:last-child,
  .table-responsive > .table-testimonial > tbody > tr > th:last-child,
  .table-responsive > .data-table > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-events > tbody > tr > td:last-child,
  .table-responsive > .table-testimonial > tbody > tr > td:last-child,
  .table-responsive > .data-table > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-events > tfoot > tr > th:last-child,
  .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
  .table-responsive > .data-table > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-events > tfoot > tr > td:last-child,
  .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
  .table-responsive > .data-table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-events > tbody > tr:last-child > th, .table-responsive > .table-testimonial > tbody > tr:last-child > th, .table-responsive > .data-table > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-events > tbody > tr:last-child > td,
  .table-responsive > .table-testimonial > tbody > tr:last-child > td,
  .table-responsive > .data-table > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-events > tfoot > tr:last-child > th,
  .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
  .table-responsive > .data-table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-events > tfoot > tr:last-child > td,
  .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
  .table-responsive > .data-table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.form-control, .post-component form .gbs3 input,
.post-component form .gbs3 select,
.post-component form .form-group input,
.post-component form .form-group select,
.main-container form .gbs3 input,
.main-container form .gbs3 select,
.main-container form .form-group input,
.main-container form .form-group select, .product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939598;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .post-component form .gbs3 input:focus,
.post-component form .gbs3 select:focus,
.post-component form .form-group input:focus,
.post-component form .form-group select:focus,
.main-container form .gbs3 input:focus,
.main-container form .gbs3 select:focus,
.main-container form .form-group input:focus,
.main-container form .form-group select:focus, .product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .post-component form .gbs3 input::-moz-placeholder,
.post-component form .gbs3 select::-moz-placeholder,
.post-component form .form-group input::-moz-placeholder,
.post-component form .form-group select::-moz-placeholder,
.main-container form .gbs3 input::-moz-placeholder,
.main-container form .gbs3 select::-moz-placeholder,
.main-container form .form-group input::-moz-placeholder,
.main-container form .form-group select::-moz-placeholder, .product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .post-component form .gbs3 input:-ms-input-placeholder,
.post-component form .gbs3 select:-ms-input-placeholder,
.post-component form .form-group input:-ms-input-placeholder,
.post-component form .form-group select:-ms-input-placeholder,
.main-container form .gbs3 input:-ms-input-placeholder,
.main-container form .gbs3 select:-ms-input-placeholder,
.main-container form .form-group input:-ms-input-placeholder,
.main-container form .form-group select:-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 {
  color: #999;
}
.form-control::-webkit-input-placeholder, .post-component form .gbs3 input::-webkit-input-placeholder,
.post-component form .gbs3 select::-webkit-input-placeholder,
.post-component form .form-group input::-webkit-input-placeholder,
.post-component form .form-group select::-webkit-input-placeholder,
.main-container form .gbs3 input::-webkit-input-placeholder,
.main-container form .gbs3 select::-webkit-input-placeholder,
.main-container form .form-group input::-webkit-input-placeholder,
.main-container form .form-group select::-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 {
  color: #999;
}
.form-control::-ms-expand, .post-component form .gbs3 input::-ms-expand,
.post-component form .gbs3 select::-ms-expand,
.post-component form .form-group input::-ms-expand,
.post-component form .form-group select::-ms-expand,
.main-container form .gbs3 input::-ms-expand,
.main-container form .gbs3 select::-ms-expand,
.main-container form .form-group input::-ms-expand,
.main-container form .form-group select::-ms-expand, .product-options dd .input-text::-ms-expand,
.product-options dd select::-ms-expand,
.product-options dd textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .post-component form .gbs3 input[disabled],
.post-component form .gbs3 select[disabled],
.post-component form .form-group input[disabled],
.post-component form .form-group select[disabled],
.main-container form .gbs3 input[disabled],
.main-container form .gbs3 select[disabled],
.main-container form .form-group input[disabled],
.main-container form .form-group select[disabled], .product-options dd [disabled].input-text,
.product-options dd select[disabled],
.product-options dd textarea[disabled], .form-control[readonly], .post-component form .gbs3 input[readonly],
.post-component form .gbs3 select[readonly],
.post-component form .form-group input[readonly],
.post-component form .form-group select[readonly],
.main-container form .gbs3 input[readonly],
.main-container form .gbs3 select[readonly],
.main-container form .form-group input[readonly],
.main-container form .form-group select[readonly], .product-options dd [readonly].input-text,
.product-options dd select[readonly],
.product-options dd textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .post-component form .gbs3 input, .post-component form .gbs3 fieldset[disabled] input,
fieldset[disabled] .post-component form .gbs3 select,
.post-component form .gbs3 fieldset[disabled] select,
fieldset[disabled] .post-component form .form-group input,
.post-component form .form-group fieldset[disabled] input,
fieldset[disabled] .post-component form .form-group select,
.post-component form .form-group fieldset[disabled] select,
fieldset[disabled] .main-container form .gbs3 input,
.main-container form .gbs3 fieldset[disabled] input,
fieldset[disabled] .main-container form .gbs3 select,
.main-container form .gbs3 fieldset[disabled] select,
fieldset[disabled] .main-container form .form-group input,
.main-container form .form-group fieldset[disabled] input,
fieldset[disabled] .main-container form .form-group select,
.main-container form .form-group fieldset[disabled] select, fieldset[disabled] .product-options dd .input-text, .product-options dd fieldset[disabled] .input-text,
fieldset[disabled] .product-options dd select,
.product-options dd fieldset[disabled] select,
fieldset[disabled] .product-options dd textarea,
.product-options dd fieldset[disabled] textarea {
  background-color: #e1e1e1;
  opacity: 1;
}
.form-control[disabled], .post-component form .gbs3 input[disabled],
.post-component form .gbs3 select[disabled],
.post-component form .form-group input[disabled],
.post-component form .form-group select[disabled],
.main-container form .gbs3 input[disabled],
.main-container form .gbs3 select[disabled],
.main-container form .form-group input[disabled],
.main-container form .form-group select[disabled], .product-options dd [disabled].input-text,
.product-options dd select[disabled],
.product-options dd textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] .post-component form .gbs3 input, .post-component form .gbs3 fieldset[disabled] input,
fieldset[disabled] .post-component form .gbs3 select,
.post-component form .gbs3 fieldset[disabled] select,
fieldset[disabled] .post-component form .form-group input,
.post-component form .form-group fieldset[disabled] input,
fieldset[disabled] .post-component form .form-group select,
.post-component form .form-group fieldset[disabled] select,
fieldset[disabled] .main-container form .gbs3 input,
.main-container form .gbs3 fieldset[disabled] input,
fieldset[disabled] .main-container form .gbs3 select,
.main-container form .gbs3 fieldset[disabled] select,
fieldset[disabled] .main-container form .form-group input,
.main-container form .form-group fieldset[disabled] input,
fieldset[disabled] .main-container form .form-group select,
.main-container form .form-group fieldset[disabled] select, fieldset[disabled] .product-options dd .input-text, .product-options dd fieldset[disabled] .input-text,
fieldset[disabled] .product-options dd select,
.product-options dd fieldset[disabled] select,
fieldset[disabled] .product-options dd textarea,
.product-options dd fieldset[disabled] textarea {
  cursor: not-allowed;
}

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .post-component form .gbs3 input[type="date"],
  .post-component form .form-group input[type="date"],
  .main-container form .gbs3 input[type="date"],
  .main-container form .form-group input[type="date"], .product-options dd input[type="date"].input-text,
  input[type="time"].form-control,
  .post-component form .gbs3 input[type="time"],
  .post-component form .form-group input[type="time"],
  .main-container form .gbs3 input[type="time"],
  .main-container form .form-group input[type="time"],
  .product-options dd input[type="time"].input-text,
  input[type="datetime-local"].form-control,
  .post-component form .gbs3 input[type="datetime-local"],
  .post-component form .form-group input[type="datetime-local"],
  .main-container form .gbs3 input[type="datetime-local"],
  .main-container form .form-group input[type="datetime-local"],
  .product-options dd input[type="datetime-local"].input-text,
  input[type="month"].form-control,
  .post-component form .gbs3 input[type="month"],
  .post-component form .form-group input[type="month"],
  .main-container form .gbs3 input[type="month"],
  .main-container form .form-group input[type="month"],
  .product-options dd input[type="month"].input-text {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .post-component form .gbs3 .input-group-sm > input[type="date"],
  .post-component form .form-group .input-group-sm > input[type="date"],
  .main-container form .gbs3 .input-group-sm > input[type="date"],
  .main-container form .form-group .input-group-sm > input[type="date"], .product-options dd .input-group-sm > input[type="date"].input-text,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].continue_link, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="time"],
  .post-component form .form-group .input-group-sm > input[type="time"],
  .main-container form .gbs3 .input-group-sm > input[type="time"],
  .main-container form .form-group .input-group-sm > input[type="time"],
  .product-options dd .input-group-sm > input[type="time"].input-text,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].continue_link, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="datetime-local"],
  .post-component form .form-group .input-group-sm > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-sm > input[type="datetime-local"],
  .main-container form .form-group .input-group-sm > input[type="datetime-local"],
  .product-options dd .input-group-sm > input[type="datetime-local"].input-text,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="month"],
  .post-component form .form-group .input-group-sm > input[type="month"],
  .main-container form .gbs3 .input-group-sm > input[type="month"],
  .main-container form .form-group .input-group-sm > input[type="month"],
  .product-options dd .input-group-sm > input[type="month"].input-text,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].continue_link, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .post-component form .gbs3 .input-group-lg > input[type="date"],
  .post-component form .form-group .input-group-lg > input[type="date"],
  .main-container form .gbs3 .input-group-lg > input[type="date"],
  .main-container form .form-group .input-group-lg > input[type="date"], .product-options dd .input-group-lg > input[type="date"].input-text,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].continue_link, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="time"],
  .post-component form .form-group .input-group-lg > input[type="time"],
  .main-container form .gbs3 .input-group-lg > input[type="time"],
  .main-container form .form-group .input-group-lg > input[type="time"],
  .product-options dd .input-group-lg > input[type="time"].input-text,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].continue_link, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="datetime-local"],
  .post-component form .form-group .input-group-lg > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-lg > input[type="datetime-local"],
  .main-container form .form-group .input-group-lg > input[type="datetime-local"],
  .product-options dd .input-group-lg > input[type="datetime-local"].input-text,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="month"],
  .post-component form .form-group .input-group-lg > input[type="month"],
  .main-container form .gbs3 .input-group-lg > input[type="month"],
  .main-container form .form-group .input-group-lg > input[type="month"],
  .product-options dd .input-group-lg > input[type="month"].input-text,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].continue_link, .input-group-lg
  input[type="month"] {
    line-height: 72px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox,
.post-component form .gbs3 .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label,
.post-component form .gbs3 .gcore-checkbox-item label,
.post-component form .form-group .gcore-checkbox-item label,
.main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .form-group .gcore-checkbox-item label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
.main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox,
.post-component form .gbs3 .gcore-checkbox-item + .checkbox,
.post-component form .form-group .gcore-checkbox-item + .checkbox,
.main-container form .gbs3 .gcore-checkbox-item + .checkbox,
.main-container form .form-group .gcore-checkbox-item + .checkbox,
.post-component form .gbs3 .checkbox + .gcore-checkbox-item,
.post-component form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.post-component form .form-group .checkbox + .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .gbs3 .checkbox + .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .form-group .checkbox + .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item + .gcore-checkbox-item {
  margin-top: -5px;
}

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
.post-component form .gbs3 .disabled.gcore-checkbox-item label,
.post-component form .form-group .disabled.gcore-checkbox-item label,
.main-container form .gbs3 .disabled.gcore-checkbox-item label,
.main-container form .form-group .disabled.gcore-checkbox-item label, fieldset[disabled]
.checkbox label, fieldset[disabled] .post-component form .gbs3 .gcore-checkbox-item label, .post-component form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .post-component form .form-group .gcore-checkbox-item label,
.post-component form .form-group fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .form-group .gcore-checkbox-item label,
.main-container form .form-group fieldset[disabled] .gcore-checkbox-item label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .post-component form .gbs3 .input-group-lg > input.form-control-static,
.post-component form .gbs3 .input-group-lg > select.form-control-static,
.post-component form .form-group .input-group-lg > input.form-control-static,
.post-component form .form-group .input-group-lg > select.form-control-static,
.main-container form .gbs3 .input-group-lg > input.form-control-static,
.main-container form .gbs3 .input-group-lg > select.form-control-static,
.main-container form .form-group .input-group-lg > input.form-control-static,
.main-container form .form-group .input-group-lg > select.form-control-static, .product-options dd .input-group-lg > .form-control-static.input-text,
.product-options dd .input-group-lg > select.form-control-static,
.product-options dd .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.input-group-lg > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.continue_link, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .post-component form .gbs3 .input-group-sm > input.form-control-static,
.post-component form .gbs3 .input-group-sm > select.form-control-static,
.post-component form .form-group .input-group-sm > input.form-control-static,
.post-component form .form-group .input-group-sm > select.form-control-static,
.main-container form .gbs3 .input-group-sm > input.form-control-static,
.main-container form .gbs3 .input-group-sm > select.form-control-static,
.main-container form .form-group .input-group-sm > input.form-control-static,
.main-container form .form-group .input-group-sm > select.form-control-static, .product-options dd .input-group-sm > .form-control-static.input-text,
.product-options dd .input-group-sm > select.form-control-static,
.product-options dd .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.input-group-sm > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.continue_link {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .post-component form .gbs3 .input-group-sm > input,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > input,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > input,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > input,
.main-container form .form-group .input-group-sm > select, .product-options dd .input-group-sm > .input-text,
.product-options dd .input-group-sm > select,
.product-options dd .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.input-group-sm > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link {
  height: 30px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > select,
.product-options dd .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select.continue_link {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.product-options dd .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.continue_link,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.post-component form .gbs3 .input-group-sm > select[multiple],
.post-component form .form-group .input-group-sm > select[multiple],
.main-container form .gbs3 .input-group-sm > select[multiple],
.main-container form .form-group .input-group-sm > select[multiple],
.product-options dd .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .post-component form .gbs3 input, .post-component form .gbs3 .form-group-sm input,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group input,
.post-component form .form-group .form-group-sm input,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-sm input,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group input,
.main-container form .form-group .form-group-sm input,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select, .form-group-sm .product-options dd .input-text, .product-options dd .form-group-sm .input-text,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea {
  height: 30px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-sm select[multiple],
.form-group-sm .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-sm select[multiple],
.form-group-sm .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-sm select[multiple],
.form-group-sm .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-sm select[multiple],
.form-group-sm .product-options dd select[multiple],
.product-options dd .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 5px;
  font-size: 12px;
  line-height: 15px;
}

.input-lg, .input-group-lg > .form-control, .post-component form .gbs3 .input-group-lg > input,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > input,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > input,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > input,
.main-container form .form-group .input-group-lg > select, .product-options dd .input-group-lg > .input-text,
.product-options dd .input-group-lg > select,
.product-options dd .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.input-group-lg > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > select,
.product-options dd .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select.continue_link {
  height: 72px;
  line-height: 72px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.product-options dd .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.continue_link,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.post-component form .gbs3 .input-group-lg > select[multiple],
.post-component form .form-group .input-group-lg > select[multiple],
.main-container form .gbs3 .input-group-lg > select[multiple],
.main-container form .form-group .input-group-lg > select[multiple],
.product-options dd .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .post-component form .gbs3 input, .post-component form .gbs3 .form-group-lg input,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group input,
.post-component form .form-group .form-group-lg input,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-lg input,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group input,
.main-container form .form-group .form-group-lg input,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select, .form-group-lg .product-options dd .input-text, .product-options dd .form-group-lg .input-text,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select {
  height: 72px;
  line-height: 72px;
}
.form-group-lg textarea.form-control,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-lg select[multiple],
.form-group-lg .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-lg select[multiple],
.form-group-lg .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-lg select[multiple],
.form-group-lg .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-lg select[multiple],
.form-group-lg .product-options dd select[multiple],
.product-options dd .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 72px;
  min-height: 40px;
  padding: 21px 25px;
  font-size: 20px;
  line-height: 30px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .post-component form .gbs3 input, .post-component form .gbs3 .has-feedback input,
.has-feedback .post-component form .gbs3 select,
.post-component form .gbs3 .has-feedback select,
.has-feedback .post-component form .form-group input,
.post-component form .form-group .has-feedback input,
.has-feedback .post-component form .form-group select,
.post-component form .form-group .has-feedback select,
.has-feedback .main-container form .gbs3 input,
.main-container form .gbs3 .has-feedback input,
.has-feedback .main-container form .gbs3 select,
.main-container form .gbs3 .has-feedback select,
.has-feedback .main-container form .form-group input,
.main-container form .form-group .has-feedback input,
.has-feedback .main-container form .form-group select,
.main-container form .form-group .has-feedback select, .has-feedback .product-options dd .input-text, .product-options dd .has-feedback .input-text,
.has-feedback .product-options dd select,
.product-options dd .has-feedback select,
.has-feedback .product-options dd textarea,
.product-options dd .has-feedback textarea {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-lg > input + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > select + .form-control-feedback,
.post-component form .form-group .input-group-lg > input + .form-control-feedback,
.post-component form .form-group .input-group-lg > select + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > input + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > select + .form-control-feedback,
.main-container form .form-group .input-group-lg > input + .form-control-feedback,
.main-container form .form-group .input-group-lg > select + .form-control-feedback, .product-options dd .input-group-lg > .input-text + .form-control-feedback,
.product-options dd .input-group-lg > select + .form-control-feedback,
.product-options dd .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-lg > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-lg .input-text + .form-control-feedback,
.form-group-lg .product-options dd select + .form-control-feedback,
.product-options dd .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-lg textarea + .form-control-feedback {
  width: 72px;
  height: 72px;
  line-height: 72px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-sm > input + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > select + .form-control-feedback,
.post-component form .form-group .input-group-sm > input + .form-control-feedback,
.post-component form .form-group .input-group-sm > select + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > input + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > select + .form-control-feedback,
.main-container form .form-group .input-group-sm > input + .form-control-feedback,
.main-container form .form-group .input-group-sm > select + .form-control-feedback, .product-options dd .input-group-sm > .input-text + .form-control-feedback,
.product-options dd .input-group-sm > select + .form-control-feedback,
.product-options dd .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-sm > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-sm .input-text + .form-control-feedback,
.form-group-sm .product-options dd select + .form-control-feedback,
.product-options dd .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-success .gcore-checkbox-item,
.has-success .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-success .gcore-checkbox-item,
.has-success .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-success .gcore-checkbox-item,
.has-success .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-success .gcore-checkbox-item,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .post-component form .gbs3 .has-success.gcore-checkbox-item label,
.post-component form .form-group .has-success.gcore-checkbox-item label,
.main-container form .gbs3 .has-success.gcore-checkbox-item label,
.main-container form .form-group .has-success.gcore-checkbox-item label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .post-component form .gbs3 input, .post-component form .gbs3 .has-success input,
.has-success .post-component form .gbs3 select,
.post-component form .gbs3 .has-success select,
.has-success .post-component form .form-group input,
.post-component form .form-group .has-success input,
.has-success .post-component form .form-group select,
.post-component form .form-group .has-success select,
.has-success .main-container form .gbs3 input,
.main-container form .gbs3 .has-success input,
.has-success .main-container form .gbs3 select,
.main-container form .gbs3 .has-success select,
.has-success .main-container form .form-group input,
.main-container form .form-group .has-success input,
.has-success .main-container form .form-group select,
.main-container form .form-group .has-success select, .has-success .product-options dd .input-text, .product-options dd .has-success .input-text,
.has-success .product-options dd select,
.product-options dd .has-success select,
.has-success .product-options dd textarea,
.product-options dd .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-success input:focus,
.has-success .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-success select:focus,
.has-success .post-component form .form-group input:focus,
.post-component form .form-group .has-success input:focus,
.has-success .post-component form .form-group select:focus,
.post-component form .form-group .has-success select:focus,
.has-success .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-success input:focus,
.has-success .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-success select:focus,
.has-success .main-container form .form-group input:focus,
.main-container form .form-group .has-success input:focus,
.has-success .main-container form .form-group select:focus,
.main-container form .form-group .has-success select:focus, .has-success .product-options dd .input-text:focus, .product-options dd .has-success .input-text:focus,
.has-success .product-options dd select:focus,
.product-options dd .has-success select:focus,
.has-success .product-options dd textarea:focus,
.product-options dd .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-warning .gcore-checkbox-item,
.has-warning .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-warning .gcore-checkbox-item,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .post-component form .gbs3 .has-warning.gcore-checkbox-item label,
.post-component form .form-group .has-warning.gcore-checkbox-item label,
.main-container form .gbs3 .has-warning.gcore-checkbox-item label,
.main-container form .form-group .has-warning.gcore-checkbox-item label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .post-component form .gbs3 input, .post-component form .gbs3 .has-warning input,
.has-warning .post-component form .gbs3 select,
.post-component form .gbs3 .has-warning select,
.has-warning .post-component form .form-group input,
.post-component form .form-group .has-warning input,
.has-warning .post-component form .form-group select,
.post-component form .form-group .has-warning select,
.has-warning .main-container form .gbs3 input,
.main-container form .gbs3 .has-warning input,
.has-warning .main-container form .gbs3 select,
.main-container form .gbs3 .has-warning select,
.has-warning .main-container form .form-group input,
.main-container form .form-group .has-warning input,
.has-warning .main-container form .form-group select,
.main-container form .form-group .has-warning select, .has-warning .product-options dd .input-text, .product-options dd .has-warning .input-text,
.has-warning .product-options dd select,
.product-options dd .has-warning select,
.has-warning .product-options dd textarea,
.product-options dd .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-warning input:focus,
.has-warning .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-warning select:focus,
.has-warning .post-component form .form-group input:focus,
.post-component form .form-group .has-warning input:focus,
.has-warning .post-component form .form-group select:focus,
.post-component form .form-group .has-warning select:focus,
.has-warning .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-warning input:focus,
.has-warning .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-warning select:focus,
.has-warning .main-container form .form-group input:focus,
.main-container form .form-group .has-warning input:focus,
.has-warning .main-container form .form-group select:focus,
.main-container form .form-group .has-warning select:focus, .has-warning .product-options dd .input-text:focus, .product-options dd .has-warning .input-text:focus,
.has-warning .product-options dd select:focus,
.product-options dd .has-warning select:focus,
.has-warning .product-options dd textarea:focus,
.product-options dd .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-error .gcore-checkbox-item,
.has-error .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-error .gcore-checkbox-item,
.has-error .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-error .gcore-checkbox-item,
.has-error .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-error .gcore-checkbox-item,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .post-component form .gbs3 .has-error.gcore-checkbox-item label,
.post-component form .form-group .has-error.gcore-checkbox-item label,
.main-container form .gbs3 .has-error.gcore-checkbox-item label,
.main-container form .form-group .has-error.gcore-checkbox-item label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .post-component form .gbs3 input, .post-component form .gbs3 .has-error input,
.has-error .post-component form .gbs3 select,
.post-component form .gbs3 .has-error select,
.has-error .post-component form .form-group input,
.post-component form .form-group .has-error input,
.has-error .post-component form .form-group select,
.post-component form .form-group .has-error select,
.has-error .main-container form .gbs3 input,
.main-container form .gbs3 .has-error input,
.has-error .main-container form .gbs3 select,
.main-container form .gbs3 .has-error select,
.has-error .main-container form .form-group input,
.main-container form .form-group .has-error input,
.has-error .main-container form .form-group select,
.main-container form .form-group .has-error select, .has-error .product-options dd .input-text, .product-options dd .has-error .input-text,
.has-error .product-options dd select,
.product-options dd .has-error select,
.has-error .product-options dd textarea,
.product-options dd .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-error input:focus,
.has-error .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-error select:focus,
.has-error .post-component form .form-group input:focus,
.post-component form .form-group .has-error input:focus,
.has-error .post-component form .form-group select:focus,
.post-component form .form-group .has-error select:focus,
.has-error .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-error input:focus,
.has-error .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-error select:focus,
.has-error .main-container form .form-group input:focus,
.main-container form .form-group .has-error input:focus,
.has-error .main-container form .form-group select:focus,
.main-container form .form-group .has-error select:focus, .has-error .product-options dd .input-text:focus, .product-options dd .has-error .input-text:focus,
.has-error .product-options dd select:focus,
.product-options dd .has-error select:focus,
.has-error .product-options dd textarea:focus,
.product-options dd .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .post-component form .gbs3 input, .post-component form .gbs3 .form-inline input,
  .form-inline .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline select,
  .form-inline .post-component form .form-group input,
  .post-component form .form-group .form-inline input,
  .form-inline .post-component form .form-group select,
  .post-component form .form-group .form-inline select,
  .form-inline .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline input,
  .form-inline .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline select,
  .form-inline .main-container form .form-group input,
  .main-container form .form-group .form-inline input,
  .form-inline .main-container form .form-group select,
  .main-container form .form-group .form-inline select, .form-inline .product-options dd .input-text, .product-options dd .form-inline .input-text,
  .form-inline .product-options dd select,
  .product-options dd .form-inline select,
  .form-inline .product-options dd textarea,
  .product-options dd .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .post-component form .gbs3 input,
  .post-component form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .post-component form .form-group input,
  .post-component form .form-group .form-inline .input-group input,
  .form-inline .input-group .post-component form .form-group select,
  .post-component form .form-group .form-inline .input-group select,
  .form-inline .input-group .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .main-container form .form-group input,
  .main-container form .form-group .form-inline .input-group input,
  .form-inline .input-group .main-container form .form-group select,
  .main-container form .form-group .form-inline .input-group select,
  .form-inline .input-group .product-options dd .input-text,
  .product-options dd .form-inline .input-group .input-text,
  .form-inline .input-group .product-options dd select,
  .product-options dd .form-inline .input-group select,
  .form-inline .input-group .product-options dd textarea,
  .product-options dd .form-inline .input-group textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .post-component form .gbs3 .input-group > input, .post-component form .gbs3 .form-inline .input-group > input,
  .form-inline .post-component form .gbs3 .input-group > select,
  .post-component form .gbs3 .form-inline .input-group > select,
  .form-inline .post-component form .form-group .input-group > input,
  .post-component form .form-group .form-inline .input-group > input,
  .form-inline .post-component form .form-group .input-group > select,
  .post-component form .form-group .form-inline .input-group > select,
  .form-inline .main-container form .gbs3 .input-group > input,
  .main-container form .gbs3 .form-inline .input-group > input,
  .form-inline .main-container form .gbs3 .input-group > select,
  .main-container form .gbs3 .form-inline .input-group > select,
  .form-inline .main-container form .form-group .input-group > input,
  .main-container form .form-group .form-inline .input-group > input,
  .form-inline .main-container form .form-group .input-group > select,
  .main-container form .form-group .form-inline .input-group > select, .form-inline .product-options dd .input-group > .input-text, .product-options dd .form-inline .input-group > .input-text,
  .form-inline .product-options dd .input-group > select,
  .product-options dd .form-inline .input-group > select,
  .form-inline .product-options dd .input-group > textarea,
  .product-options dd .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .post-component form .form-group .gcore-checkbox-item,
  .post-component form .form-group .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .form-group .gcore-checkbox-item,
  .main-container form .form-group .form-inline .gcore-checkbox-item {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item label,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .post-component form .form-group .gcore-checkbox-item label,
  .post-component form .form-group .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item label,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .form-group .gcore-checkbox-item label,
  .main-container form .form-group .form-inline .gcore-checkbox-item label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .post-component form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
  .post-component form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .main-container form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
  .main-container form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .post-component form .gbs3 input[type="submit"],
.post-component form .form-group input[type="submit"],
.main-container form .gbs3 input[type="submit"],
.main-container form .form-group input[type="submit"], .moduleItemReadMore, #fancybox-wrap .showcart, #fancybox-wrap .continue_link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .post-component form .gbs3 input[type="submit"]:focus,
.post-component form .form-group input[type="submit"]:focus,
.main-container form .gbs3 input[type="submit"]:focus,
.main-container form .form-group input[type="submit"]:focus, .moduleItemReadMore:focus, #fancybox-wrap .showcart:focus, #fancybox-wrap .continue_link:focus, .btn.focus, .post-component form .gbs3 input.focus[type="submit"],
.post-component form .form-group input.focus[type="submit"],
.main-container form .gbs3 input.focus[type="submit"],
.main-container form .form-group input.focus[type="submit"], .focus.moduleItemReadMore, #fancybox-wrap .focus.showcart, #fancybox-wrap .focus.continue_link, .btn:active:focus, .post-component form .gbs3 input[type="submit"]:active:focus,
.post-component form .form-group input[type="submit"]:active:focus,
.main-container form .gbs3 input[type="submit"]:active:focus,
.main-container form .form-group input[type="submit"]:active:focus, .moduleItemReadMore:active:focus, #fancybox-wrap .showcart:active:focus, #fancybox-wrap .continue_link:active:focus, .btn:active.focus, .post-component form .gbs3 input[type="submit"]:active.focus,
.post-component form .form-group input[type="submit"]:active.focus,
.main-container form .gbs3 input[type="submit"]:active.focus,
.main-container form .form-group input[type="submit"]:active.focus, .moduleItemReadMore:active.focus, #fancybox-wrap .showcart:active.focus, #fancybox-wrap .continue_link:active.focus, .btn.active:focus, .post-component form .gbs3 input.active[type="submit"]:focus,
.post-component form .form-group input.active[type="submit"]:focus,
.main-container form .gbs3 input.active[type="submit"]:focus,
.main-container form .form-group input.active[type="submit"]:focus, .active.moduleItemReadMore:focus, #fancybox-wrap .active.showcart:focus, #fancybox-wrap .active.continue_link:focus, .btn.active.focus, .post-component form .gbs3 input.active.focus[type="submit"],
.post-component form .form-group input.active.focus[type="submit"],
.main-container form .gbs3 input.active.focus[type="submit"],
.main-container form .form-group input.active.focus[type="submit"], .active.focus.moduleItemReadMore, #fancybox-wrap .active.focus.showcart, #fancybox-wrap .active.focus.continue_link {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .form-group input[type="submit"]:hover,
.main-container form .gbs3 input[type="submit"]:hover,
.main-container form .form-group input[type="submit"]:hover, .moduleItemReadMore:hover, #fancybox-wrap .showcart:hover, #fancybox-wrap .continue_link:hover, .btn:focus, .post-component form .gbs3 input[type="submit"]:focus,
.post-component form .form-group input[type="submit"]:focus,
.main-container form .gbs3 input[type="submit"]:focus,
.main-container form .form-group input[type="submit"]:focus, .moduleItemReadMore:focus, #fancybox-wrap .showcart:focus, #fancybox-wrap .continue_link:focus, .btn.focus, .post-component form .gbs3 input.focus[type="submit"],
.post-component form .form-group input.focus[type="submit"],
.main-container form .gbs3 input.focus[type="submit"],
.main-container form .form-group input.focus[type="submit"], .focus.moduleItemReadMore, #fancybox-wrap .focus.showcart, #fancybox-wrap .focus.continue_link {
  color: #adafb1;
  text-decoration: none;
}
.btn:active, .post-component form .gbs3 input[type="submit"]:active,
.post-component form .form-group input[type="submit"]:active,
.main-container form .gbs3 input[type="submit"]:active,
.main-container form .form-group input[type="submit"]:active, .moduleItemReadMore:active, #fancybox-wrap .showcart:active, #fancybox-wrap .continue_link:active, .btn.active, .post-component form .gbs3 input.active[type="submit"],
.post-component form .form-group input.active[type="submit"],
.main-container form .gbs3 input.active[type="submit"],
.main-container form .form-group input.active[type="submit"], .active.moduleItemReadMore, #fancybox-wrap .active.showcart, #fancybox-wrap .active.continue_link {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .post-component form .gbs3 input.disabled[type="submit"],
.post-component form .form-group input.disabled[type="submit"],
.main-container form .gbs3 input.disabled[type="submit"],
.main-container form .form-group input.disabled[type="submit"], .disabled.moduleItemReadMore, #fancybox-wrap .disabled.showcart, #fancybox-wrap .disabled.continue_link, .btn[disabled], .post-component form .gbs3 input[disabled][type="submit"],
.post-component form .form-group input[disabled][type="submit"],
.main-container form .gbs3 input[disabled][type="submit"],
.main-container form .form-group input[disabled][type="submit"], [disabled].moduleItemReadMore, #fancybox-wrap [disabled].showcart, #fancybox-wrap [disabled].continue_link, fieldset[disabled] .btn, fieldset[disabled] .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 fieldset[disabled] input[type="submit"],
fieldset[disabled] .post-component form .form-group input[type="submit"],
.post-component form .form-group fieldset[disabled] input[type="submit"],
fieldset[disabled] .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 fieldset[disabled] input[type="submit"],
fieldset[disabled] .main-container form .form-group input[type="submit"],
.main-container form .form-group fieldset[disabled] input[type="submit"], fieldset[disabled] .moduleItemReadMore, fieldset[disabled] #fancybox-wrap .showcart, #fancybox-wrap fieldset[disabled] .showcart, fieldset[disabled] #fancybox-wrap .continue_link, #fancybox-wrap fieldset[disabled] .continue_link {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled.moduleItemReadMore, #fancybox-wrap a.disabled.showcart, #fancybox-wrap a.disabled.continue_link, fieldset[disabled] a.btn, fieldset[disabled] a.moduleItemReadMore, fieldset[disabled] #fancybox-wrap a.showcart, #fancybox-wrap fieldset[disabled] a.showcart, fieldset[disabled] #fancybox-wrap a.continue_link, #fancybox-wrap fieldset[disabled] a.continue_link {
  pointer-events: none;
}

.btn-default, .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .form-group input[type="submit"]:hover,
.main-container form .gbs3 input[type="submit"]:hover,
.main-container form .form-group input[type="submit"]:hover {
  color: #adafb1;
  background-color: #fff;
  border-color: #e1e1e1;
}
.btn-default:focus, .post-component form .gbs3 input[type="submit"]:focus:hover,
.post-component form .form-group input[type="submit"]:focus:hover,
.main-container form .gbs3 input[type="submit"]:focus:hover,
.main-container form .form-group input[type="submit"]:focus:hover, .btn-default.focus, .post-component form .gbs3 input.focus[type="submit"]:hover,
.post-component form .form-group input.focus[type="submit"]:hover,
.main-container form .gbs3 input.focus[type="submit"]:hover,
.main-container form .form-group input.focus[type="submit"]:hover {
  color: #adafb1;
  background-color: #e6e6e6;
  border-color: #a1a1a1;
}
.btn-default:hover, .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .form-group input[type="submit"]:hover,
.main-container form .gbs3 input[type="submit"]:hover,
.main-container form .form-group input[type="submit"]:hover {
  color: #adafb1;
  background-color: #e6e6e6;
  border-color: #c2c2c2;
}
.btn-default:active, .post-component form .gbs3 input[type="submit"]:active:hover,
.post-component form .form-group input[type="submit"]:active:hover,
.main-container form .gbs3 input[type="submit"]:active:hover,
.main-container form .form-group input[type="submit"]:active:hover, .btn-default.active, .post-component form .gbs3 input.active[type="submit"]:hover,
.post-component form .form-group input.active[type="submit"]:hover,
.main-container form .gbs3 input.active[type="submit"]:hover,
.main-container form .form-group input.active[type="submit"]:hover, .open > .btn-default.dropdown-toggle, .post-component form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.post-component form .form-group .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .form-group .open > input.dropdown-toggle[type="submit"]:hover {
  color: #adafb1;
  background-color: #e6e6e6;
  border-color: #c2c2c2;
}
.btn-default:active:hover, .post-component form .gbs3 input[type="submit"]:active:hover,
.post-component form .form-group input[type="submit"]:active:hover,
.main-container form .gbs3 input[type="submit"]:active:hover,
.main-container form .form-group input[type="submit"]:active:hover, .btn-default:active:focus, .post-component form .gbs3 input[type="submit"]:active:focus:hover,
.post-component form .form-group input[type="submit"]:active:focus:hover,
.main-container form .gbs3 input[type="submit"]:active:focus:hover,
.main-container form .form-group input[type="submit"]:active:focus:hover, .btn-default:active.focus, .post-component form .gbs3 input[type="submit"]:active.focus:hover,
.post-component form .form-group input[type="submit"]:active.focus:hover,
.main-container form .gbs3 input[type="submit"]:active.focus:hover,
.main-container form .form-group input[type="submit"]:active.focus:hover, .btn-default.active:hover, .post-component form .gbs3 input.active[type="submit"]:hover,
.post-component form .form-group input.active[type="submit"]:hover,
.main-container form .gbs3 input.active[type="submit"]:hover,
.main-container form .form-group input.active[type="submit"]:hover, .btn-default.active:focus, .post-component form .gbs3 input.active[type="submit"]:focus:hover,
.post-component form .form-group input.active[type="submit"]:focus:hover,
.main-container form .gbs3 input.active[type="submit"]:focus:hover,
.main-container form .form-group input.active[type="submit"]:focus:hover, .btn-default.active.focus, .post-component form .gbs3 input.active.focus[type="submit"]:hover,
.post-component form .form-group input.active.focus[type="submit"]:hover,
.main-container form .gbs3 input.active.focus[type="submit"]:hover,
.main-container form .form-group input.active.focus[type="submit"]:hover, .open > .btn-default.dropdown-toggle:hover, .post-component form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.post-component form .form-group .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .form-group .open > input.dropdown-toggle[type="submit"]:hover, .open > .btn-default.dropdown-toggle:focus, .post-component form .gbs3 .open > input.dropdown-toggle[type="submit"]:focus:hover,
.post-component form .form-group .open > input.dropdown-toggle[type="submit"]:focus:hover,
.main-container form .gbs3 .open > input.dropdown-toggle[type="submit"]:focus:hover,
.main-container form .form-group .open > input.dropdown-toggle[type="submit"]:focus:hover, .open > .btn-default.dropdown-toggle.focus, .post-component form .gbs3 .open > input.dropdown-toggle.focus[type="submit"]:hover,
.post-component form .form-group .open > input.dropdown-toggle.focus[type="submit"]:hover,
.main-container form .gbs3 .open > input.dropdown-toggle.focus[type="submit"]:hover,
.main-container form .form-group .open > input.dropdown-toggle.focus[type="submit"]:hover {
  color: #adafb1;
  background-color: #d4d4d4;
  border-color: #a1a1a1;
}
.btn-default:active, .post-component form .gbs3 input[type="submit"]:active:hover,
.post-component form .form-group input[type="submit"]:active:hover,
.main-container form .gbs3 input[type="submit"]:active:hover,
.main-container form .form-group input[type="submit"]:active:hover, .btn-default.active, .post-component form .gbs3 input.active[type="submit"]:hover,
.post-component form .form-group input.active[type="submit"]:hover,
.main-container form .gbs3 input.active[type="submit"]:hover,
.main-container form .form-group input.active[type="submit"]:hover, .open > .btn-default.dropdown-toggle, .post-component form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.post-component form .form-group .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .gbs3 .open > input.dropdown-toggle[type="submit"]:hover,
.main-container form .form-group .open > input.dropdown-toggle[type="submit"]:hover {
  background-image: none;
}
.btn-default.disabled:hover, .post-component form .gbs3 input.disabled[type="submit"]:hover,
.post-component form .form-group input.disabled[type="submit"]:hover,
.main-container form .gbs3 input.disabled[type="submit"]:hover,
.main-container form .form-group input.disabled[type="submit"]:hover, .btn-default.disabled:focus, .post-component form .gbs3 input.disabled[type="submit"]:focus:hover,
.post-component form .form-group input.disabled[type="submit"]:focus:hover,
.main-container form .gbs3 input.disabled[type="submit"]:focus:hover,
.main-container form .form-group input.disabled[type="submit"]:focus:hover, .btn-default.disabled.focus, .post-component form .gbs3 input.disabled.focus[type="submit"]:hover,
.post-component form .form-group input.disabled.focus[type="submit"]:hover,
.main-container form .gbs3 input.disabled.focus[type="submit"]:hover,
.main-container form .form-group input.disabled.focus[type="submit"]:hover, .btn-default[disabled]:hover, .post-component form .gbs3 input[disabled][type="submit"]:hover,
.post-component form .form-group input[disabled][type="submit"]:hover,
.main-container form .gbs3 input[disabled][type="submit"]:hover,
.main-container form .form-group input[disabled][type="submit"]:hover, .btn-default[disabled]:focus, .post-component form .gbs3 input[disabled][type="submit"]:focus:hover,
.post-component form .form-group input[disabled][type="submit"]:focus:hover,
.main-container form .gbs3 input[disabled][type="submit"]:focus:hover,
.main-container form .form-group input[disabled][type="submit"]:focus:hover, .btn-default[disabled].focus, .post-component form .gbs3 input[disabled].focus[type="submit"]:hover,
.post-component form .form-group input[disabled].focus[type="submit"]:hover,
.main-container form .gbs3 input[disabled].focus[type="submit"]:hover,
.main-container form .form-group input[disabled].focus[type="submit"]:hover, fieldset[disabled] .btn-default:hover, fieldset[disabled] .post-component form .gbs3 input[type="submit"]:hover, .post-component form .gbs3 fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .post-component form .form-group input[type="submit"]:hover,
.post-component form .form-group fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .main-container form .gbs3 input[type="submit"]:hover,
.main-container form .gbs3 fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .main-container form .form-group input[type="submit"]:hover,
.main-container form .form-group fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .post-component form .gbs3 input[type="submit"]:focus:hover, .post-component form .gbs3 fieldset[disabled] input[type="submit"]:focus:hover,
fieldset[disabled] .post-component form .form-group input[type="submit"]:focus:hover,
.post-component form .form-group fieldset[disabled] input[type="submit"]:focus:hover,
fieldset[disabled] .main-container form .gbs3 input[type="submit"]:focus:hover,
.main-container form .gbs3 fieldset[disabled] input[type="submit"]:focus:hover,
fieldset[disabled] .main-container form .form-group input[type="submit"]:focus:hover,
.main-container form .form-group fieldset[disabled] input[type="submit"]:focus:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .post-component form .gbs3 input.focus[type="submit"]:hover, .post-component form .gbs3 fieldset[disabled] input.focus[type="submit"]:hover,
fieldset[disabled] .post-component form .form-group input.focus[type="submit"]:hover,
.post-component form .form-group fieldset[disabled] input.focus[type="submit"]:hover,
fieldset[disabled] .main-container form .gbs3 input.focus[type="submit"]:hover,
.main-container form .gbs3 fieldset[disabled] input.focus[type="submit"]:hover,
fieldset[disabled] .main-container form .form-group input.focus[type="submit"]:hover,
.main-container form .form-group fieldset[disabled] input.focus[type="submit"]:hover {
  background-color: #fff;
  border-color: #e1e1e1;
}
.btn-default .badge, .post-component form .gbs3 input[type="submit"]:hover .badge,
.post-component form .form-group input[type="submit"]:hover .badge,
.main-container form .gbs3 input[type="submit"]:hover .badge,
.main-container form .form-group input[type="submit"]:hover .badge {
  color: #fff;
  background-color: #adafb1;
}

.btn-primary {
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d41011;
  border-color: #8d0a0b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #d41011;
  border-color: #cb0f10;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d41011;
  border-color: #cb0f10;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #b30d0e;
  border-color: #8d0a0b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #EF2829;
  border-color: #EF2829;
}
.btn-primary .badge {
  color: #EF2829;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f7cd5f;
  border-color: #f6c547;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f5be2e;
  border-color: #b48509;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f5be2e;
  border-color: #f3b30c;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f5be2e;
  border-color: #f3b30c;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f3b30c;
  border-color: #b48509;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f7cd5f;
  border-color: #f6c547;
}
.btn-warning .badge {
  color: #f7cd5f;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #EF2829;
  border-color: #ec1213;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d41011;
  border-color: #750909;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d41011;
  border-color: #b30d0e;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d41011;
  border-color: #b30d0e;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #b30d0e;
  border-color: #750909;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #EF2829;
  border-color: #ec1213;
}
.btn-danger .badge {
  color: #EF2829;
  background-color: #fff;
}

.btn-link {
  color: #797b7f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #EF2829;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #adafb1;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .post-component form .gbs3 .btn-group-lg > input[type="submit"],
.post-component form .form-group .btn-group-lg > input[type="submit"],
.main-container form .gbs3 .btn-group-lg > input[type="submit"],
.main-container form .form-group .btn-group-lg > input[type="submit"], .btn-group-lg > .moduleItemReadMore, #fancybox-wrap .btn-group-lg > .showcart, #fancybox-wrap .btn-group-lg > .continue_link {
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .post-component form .gbs3 .btn-group-sm > input[type="submit"],
.post-component form .form-group .btn-group-sm > input[type="submit"],
.main-container form .gbs3 .btn-group-sm > input[type="submit"],
.main-container form .form-group .btn-group-sm > input[type="submit"], .btn-group-sm > .moduleItemReadMore, #fancybox-wrap .btn-group-sm > .showcart, #fancybox-wrap .btn-group-sm > .continue_link {
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn, .post-component form .gbs3 .btn-group-xs > input[type="submit"],
.post-component form .form-group .btn-group-xs > input[type="submit"],
.main-container form .gbs3 .btn-group-xs > input[type="submit"],
.main-container form .form-group .btn-group-xs > input[type="submit"], .btn-group-xs > .moduleItemReadMore, #fancybox-wrap .btn-group-xs > .showcart, #fancybox-wrap .btn-group-xs > .continue_link {
  padding: 2.5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #797b7f;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6d6f72;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #EF2829;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #adafb1;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .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: 20px;
  color: #adafb1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .post-component form .gbs3 .btn-group > input[type="submit"],
.post-component form .form-group .btn-group > input[type="submit"],
.main-container form .gbs3 .btn-group > input[type="submit"],
.main-container form .form-group .btn-group > input[type="submit"], .btn-group > .moduleItemReadMore, #fancybox-wrap .btn-group > .showcart, #fancybox-wrap .btn-group > .continue_link,
.btn-group-vertical > .btn,
.post-component form .gbs3 .btn-group-vertical > input[type="submit"],
.post-component form .form-group .btn-group-vertical > input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > input[type="submit"],
.main-container form .form-group .btn-group-vertical > input[type="submit"],
.btn-group-vertical > .moduleItemReadMore,
#fancybox-wrap .btn-group-vertical > .showcart,
#fancybox-wrap .btn-group-vertical > .continue_link {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .post-component form .gbs3 .btn-group > input[type="submit"]:hover,
.post-component form .form-group .btn-group > input[type="submit"]:hover,
.main-container form .gbs3 .btn-group > input[type="submit"]:hover,
.main-container form .form-group .btn-group > input[type="submit"]:hover, .btn-group > .moduleItemReadMore:hover, #fancybox-wrap .btn-group > .showcart:hover, #fancybox-wrap .btn-group > .continue_link:hover, .btn-group > .btn:focus, .post-component form .gbs3 .btn-group > input[type="submit"]:focus,
.post-component form .form-group .btn-group > input[type="submit"]:focus,
.main-container form .gbs3 .btn-group > input[type="submit"]:focus,
.main-container form .form-group .btn-group > input[type="submit"]:focus, .btn-group > .moduleItemReadMore:focus, #fancybox-wrap .btn-group > .showcart:focus, #fancybox-wrap .btn-group > .continue_link:focus, .btn-group > .btn:active, .post-component form .gbs3 .btn-group > input[type="submit"]:active,
.post-component form .form-group .btn-group > input[type="submit"]:active,
.main-container form .gbs3 .btn-group > input[type="submit"]:active,
.main-container form .form-group .btn-group > input[type="submit"]:active, .btn-group > .moduleItemReadMore:active, #fancybox-wrap .btn-group > .showcart:active, #fancybox-wrap .btn-group > .continue_link:active, .btn-group > .btn.active, .post-component form .gbs3 .btn-group > input.active[type="submit"],
.post-component form .form-group .btn-group > input.active[type="submit"],
.main-container form .gbs3 .btn-group > input.active[type="submit"],
.main-container form .form-group .btn-group > input.active[type="submit"], .btn-group > .active.moduleItemReadMore, #fancybox-wrap .btn-group > .active.showcart, #fancybox-wrap .btn-group > .active.continue_link,
.btn-group-vertical > .btn:hover,
.post-component form .gbs3 .btn-group-vertical > input[type="submit"]:hover,
.post-component form .form-group .btn-group-vertical > input[type="submit"]:hover,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:hover,
.main-container form .form-group .btn-group-vertical > input[type="submit"]:hover,
.btn-group-vertical > .moduleItemReadMore:hover,
#fancybox-wrap .btn-group-vertical > .showcart:hover,
#fancybox-wrap .btn-group-vertical > .continue_link:hover,
.btn-group-vertical > .btn:focus,
.post-component form .gbs3 .btn-group-vertical > input[type="submit"]:focus,
.post-component form .form-group .btn-group-vertical > input[type="submit"]:focus,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:focus,
.main-container form .form-group .btn-group-vertical > input[type="submit"]:focus,
.btn-group-vertical > .moduleItemReadMore:focus,
#fancybox-wrap .btn-group-vertical > .showcart:focus,
#fancybox-wrap .btn-group-vertical > .continue_link:focus,
.btn-group-vertical > .btn:active,
.post-component form .gbs3 .btn-group-vertical > input[type="submit"]:active,
.post-component form .form-group .btn-group-vertical > input[type="submit"]:active,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:active,
.main-container form .form-group .btn-group-vertical > input[type="submit"]:active,
.btn-group-vertical > .moduleItemReadMore:active,
#fancybox-wrap .btn-group-vertical > .showcart:active,
#fancybox-wrap .btn-group-vertical > .continue_link:active,
.btn-group-vertical > .btn.active,
.post-component form .gbs3 .btn-group-vertical > input.active[type="submit"],
.post-component form .form-group .btn-group-vertical > input.active[type="submit"],
.main-container form .gbs3 .btn-group-vertical > input.active[type="submit"],
.main-container form .form-group .btn-group-vertical > input.active[type="submit"],
.btn-group-vertical > .active.moduleItemReadMore,
#fancybox-wrap .btn-group-vertical > .active.showcart,
#fancybox-wrap .btn-group-vertical > .active.continue_link {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .post-component form .gbs3 input[type="submit"] + .btn, .post-component form .gbs3 .btn-group input[type="submit"] + .btn,
.btn-group .post-component form .form-group input[type="submit"] + .btn,
.post-component form .form-group .btn-group input[type="submit"] + .btn,
.btn-group .main-container form .gbs3 input[type="submit"] + .btn,
.main-container form .gbs3 .btn-group input[type="submit"] + .btn,
.btn-group .main-container form .form-group input[type="submit"] + .btn,
.main-container form .form-group .btn-group input[type="submit"] + .btn, .btn-group .moduleItemReadMore + .btn, .btn-group #fancybox-wrap .showcart + .btn, #fancybox-wrap .btn-group .showcart + .btn, .btn-group #fancybox-wrap .continue_link + .btn, #fancybox-wrap .btn-group .continue_link + .btn, .btn-group .post-component form .gbs3 .btn + input[type="submit"], .post-component form .gbs3 .btn-group .btn + input[type="submit"], .btn-group .post-component form .gbs3 input[type="submit"] + input[type="submit"], .post-component form .gbs3 .btn-group input[type="submit"] + input[type="submit"],
.post-component form .form-group .btn-group .gbs3 input[type="submit"] + input[type="submit"], .btn-group .post-component form .gbs3 .moduleItemReadMore + input[type="submit"], .post-component form .gbs3 .btn-group .moduleItemReadMore + input[type="submit"], .btn-group #fancybox-wrap .post-component form .gbs3 .showcart + input[type="submit"], .post-component form .gbs3 .btn-group #fancybox-wrap .showcart + input[type="submit"], #fancybox-wrap .btn-group .post-component form .gbs3 .showcart + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .btn-group .showcart + input[type="submit"], .btn-group #fancybox-wrap .post-component form .gbs3 .continue_link + input[type="submit"], .post-component form .gbs3 .btn-group #fancybox-wrap .continue_link + input[type="submit"], #fancybox-wrap .btn-group .post-component form .gbs3 .continue_link + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .btn-group .continue_link + input[type="submit"],
.btn-group .post-component form .form-group .btn + input[type="submit"],
.post-component form .form-group .btn-group .btn + input[type="submit"],
.post-component form .gbs3 .btn-group .form-group input[type="submit"] + input[type="submit"],
.btn-group .post-component form .form-group input[type="submit"] + input[type="submit"],
.post-component form .form-group .btn-group input[type="submit"] + input[type="submit"],
.btn-group .post-component form .form-group .moduleItemReadMore + input[type="submit"],
.post-component form .form-group .btn-group .moduleItemReadMore + input[type="submit"],
.btn-group #fancybox-wrap .post-component form .form-group .showcart + input[type="submit"],
.post-component form .form-group .btn-group #fancybox-wrap .showcart + input[type="submit"],
#fancybox-wrap .btn-group .post-component form .form-group .showcart + input[type="submit"],
.post-component form .form-group #fancybox-wrap .btn-group .showcart + input[type="submit"],
.btn-group #fancybox-wrap .post-component form .form-group .continue_link + input[type="submit"],
.post-component form .form-group .btn-group #fancybox-wrap .continue_link + input[type="submit"],
#fancybox-wrap .btn-group .post-component form .form-group .continue_link + input[type="submit"],
.post-component form .form-group #fancybox-wrap .btn-group .continue_link + input[type="submit"],
.btn-group .main-container form .gbs3 .btn + input[type="submit"],
.main-container form .gbs3 .btn-group .btn + input[type="submit"],
.btn-group .main-container form .gbs3 input[type="submit"] + input[type="submit"],
.main-container form .gbs3 .btn-group input[type="submit"] + input[type="submit"],
.main-container form .form-group .btn-group .gbs3 input[type="submit"] + input[type="submit"],
.btn-group .main-container form .gbs3 .moduleItemReadMore + input[type="submit"],
.main-container form .gbs3 .btn-group .moduleItemReadMore + input[type="submit"],
.btn-group #fancybox-wrap .main-container form .gbs3 .showcart + input[type="submit"],
.main-container form .gbs3 .btn-group #fancybox-wrap .showcart + input[type="submit"],
#fancybox-wrap .btn-group .main-container form .gbs3 .showcart + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .btn-group .showcart + input[type="submit"],
.btn-group #fancybox-wrap .main-container form .gbs3 .continue_link + input[type="submit"],
.main-container form .gbs3 .btn-group #fancybox-wrap .continue_link + input[type="submit"],
#fancybox-wrap .btn-group .main-container form .gbs3 .continue_link + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .btn-group .continue_link + input[type="submit"],
.btn-group .main-container form .form-group .btn + input[type="submit"],
.main-container form .form-group .btn-group .btn + input[type="submit"],
.main-container form .gbs3 .btn-group .form-group input[type="submit"] + input[type="submit"],
.btn-group .main-container form .form-group input[type="submit"] + input[type="submit"],
.main-container form .form-group .btn-group input[type="submit"] + input[type="submit"],
.btn-group .main-container form .form-group .moduleItemReadMore + input[type="submit"],
.main-container form .form-group .btn-group .moduleItemReadMore + input[type="submit"],
.btn-group #fancybox-wrap .main-container form .form-group .showcart + input[type="submit"],
.main-container form .form-group .btn-group #fancybox-wrap .showcart + input[type="submit"],
#fancybox-wrap .btn-group .main-container form .form-group .showcart + input[type="submit"],
.main-container form .form-group #fancybox-wrap .btn-group .showcart + input[type="submit"],
.btn-group #fancybox-wrap .main-container form .form-group .continue_link + input[type="submit"],
.main-container form .form-group .btn-group #fancybox-wrap .continue_link + input[type="submit"],
#fancybox-wrap .btn-group .main-container form .form-group .continue_link + input[type="submit"],
.main-container form .form-group #fancybox-wrap .btn-group .continue_link + input[type="submit"], .btn-group .btn + .moduleItemReadMore, .btn-group .post-component form .gbs3 input[type="submit"] + .moduleItemReadMore, .post-component form .gbs3 .btn-group input[type="submit"] + .moduleItemReadMore,
.btn-group .post-component form .form-group input[type="submit"] + .moduleItemReadMore,
.post-component form .form-group .btn-group input[type="submit"] + .moduleItemReadMore,
.btn-group .main-container form .gbs3 input[type="submit"] + .moduleItemReadMore,
.main-container form .gbs3 .btn-group input[type="submit"] + .moduleItemReadMore,
.btn-group .main-container form .form-group input[type="submit"] + .moduleItemReadMore,
.main-container form .form-group .btn-group input[type="submit"] + .moduleItemReadMore, .btn-group .moduleItemReadMore + .moduleItemReadMore, .btn-group #fancybox-wrap .showcart + .moduleItemReadMore, #fancybox-wrap .btn-group .showcart + .moduleItemReadMore, .btn-group #fancybox-wrap .continue_link + .moduleItemReadMore, #fancybox-wrap .btn-group .continue_link + .moduleItemReadMore, .btn-group #fancybox-wrap .btn + .showcart, #fancybox-wrap .btn-group .btn + .showcart, .btn-group .post-component form .gbs3 #fancybox-wrap input[type="submit"] + .showcart, #fancybox-wrap .btn-group .post-component form .gbs3 input[type="submit"] + .showcart, .post-component form .gbs3 .btn-group #fancybox-wrap input[type="submit"] + .showcart, #fancybox-wrap .post-component form .gbs3 .btn-group input[type="submit"] + .showcart,
.btn-group .post-component form .form-group #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .btn-group .post-component form .form-group input[type="submit"] + .showcart,
.post-component form .form-group .btn-group #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .post-component form .form-group .btn-group input[type="submit"] + .showcart,
.btn-group .main-container form .gbs3 #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .btn-group .main-container form .gbs3 input[type="submit"] + .showcart,
.main-container form .gbs3 .btn-group #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .gbs3 .btn-group input[type="submit"] + .showcart,
.btn-group .main-container form .form-group #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .btn-group .main-container form .form-group input[type="submit"] + .showcart,
.main-container form .form-group .btn-group #fancybox-wrap input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .form-group .btn-group input[type="submit"] + .showcart, .btn-group #fancybox-wrap .moduleItemReadMore + .showcart, #fancybox-wrap .btn-group .moduleItemReadMore + .showcart, .btn-group #fancybox-wrap .showcart + .showcart, #fancybox-wrap .btn-group .showcart + .showcart, .btn-group #fancybox-wrap .continue_link + .showcart, #fancybox-wrap .btn-group .continue_link + .showcart, .btn-group #fancybox-wrap .btn + .continue_link, #fancybox-wrap .btn-group .btn + .continue_link, .btn-group .post-component form .gbs3 #fancybox-wrap input[type="submit"] + .continue_link, #fancybox-wrap .btn-group .post-component form .gbs3 input[type="submit"] + .continue_link, .post-component form .gbs3 .btn-group #fancybox-wrap input[type="submit"] + .continue_link, #fancybox-wrap .post-component form .gbs3 .btn-group input[type="submit"] + .continue_link,
.btn-group .post-component form .form-group #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .btn-group .post-component form .form-group input[type="submit"] + .continue_link,
.post-component form .form-group .btn-group #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .post-component form .form-group .btn-group input[type="submit"] + .continue_link,
.btn-group .main-container form .gbs3 #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .btn-group .main-container form .gbs3 input[type="submit"] + .continue_link,
.main-container form .gbs3 .btn-group #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .gbs3 .btn-group input[type="submit"] + .continue_link,
.btn-group .main-container form .form-group #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .btn-group .main-container form .form-group input[type="submit"] + .continue_link,
.main-container form .form-group .btn-group #fancybox-wrap input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .form-group .btn-group input[type="submit"] + .continue_link, .btn-group #fancybox-wrap .moduleItemReadMore + .continue_link, #fancybox-wrap .btn-group .moduleItemReadMore + .continue_link, .btn-group #fancybox-wrap .showcart + .continue_link, #fancybox-wrap .btn-group .showcart + .continue_link, .btn-group #fancybox-wrap .continue_link + .continue_link, #fancybox-wrap .btn-group .continue_link + .continue_link,
.btn-group .btn + .btn-group,
.btn-group .post-component form .gbs3 input[type="submit"] + .btn-group,
.post-component form .gbs3 .btn-group input[type="submit"] + .btn-group,
.btn-group .post-component form .form-group input[type="submit"] + .btn-group,
.post-component form .form-group .btn-group input[type="submit"] + .btn-group,
.btn-group .main-container form .gbs3 input[type="submit"] + .btn-group,
.main-container form .gbs3 .btn-group input[type="submit"] + .btn-group,
.btn-group .main-container form .form-group input[type="submit"] + .btn-group,
.main-container form .form-group .btn-group input[type="submit"] + .btn-group,
.btn-group .moduleItemReadMore + .btn-group,
.btn-group #fancybox-wrap .showcart + .btn-group,
#fancybox-wrap .btn-group .showcart + .btn-group,
.btn-group #fancybox-wrap .continue_link + .btn-group,
#fancybox-wrap .btn-group .continue_link + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .post-component form .gbs3 .btn-group + input[type="submit"],
.post-component form .gbs3 .btn-group .btn-group + input[type="submit"],
.btn-group .post-component form .form-group .btn-group + input[type="submit"],
.post-component form .form-group .btn-group .btn-group + input[type="submit"],
.btn-group .main-container form .gbs3 .btn-group + input[type="submit"],
.main-container form .gbs3 .btn-group .btn-group + input[type="submit"],
.btn-group .main-container form .form-group .btn-group + input[type="submit"],
.main-container form .form-group .btn-group .btn-group + input[type="submit"],
.btn-group .btn-group + .moduleItemReadMore,
.btn-group #fancybox-wrap .btn-group + .showcart,
#fancybox-wrap .btn-group .btn-group + .showcart,
.btn-group #fancybox-wrap .btn-group + .continue_link,
#fancybox-wrap .btn-group .btn-group + .continue_link,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .btn-toolbar input[type="submit"],
.btn-toolbar .post-component form .form-group input[type="submit"],
.post-component form .form-group .btn-toolbar input[type="submit"],
.btn-toolbar .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 .btn-toolbar input[type="submit"],
.btn-toolbar .main-container form .form-group input[type="submit"],
.main-container form .form-group .btn-toolbar input[type="submit"], .btn-toolbar .moduleItemReadMore, .btn-toolbar #fancybox-wrap .showcart, #fancybox-wrap .btn-toolbar .showcart, .btn-toolbar #fancybox-wrap .continue_link, #fancybox-wrap .btn-toolbar .continue_link,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .post-component form .gbs3 .btn-toolbar > input[type="submit"],
.post-component form .form-group .btn-toolbar > input[type="submit"],
.main-container form .gbs3 .btn-toolbar > input[type="submit"],
.main-container form .form-group .btn-toolbar > input[type="submit"], .btn-toolbar > .moduleItemReadMore, #fancybox-wrap .btn-toolbar > .showcart, #fancybox-wrap .btn-toolbar > .continue_link,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .post-component form .gbs3 .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.post-component form .form-group .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.main-container form .gbs3 .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle),
.main-container form .form-group .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .moduleItemReadMore:not(:first-child):not(:last-child):not(.dropdown-toggle), #fancybox-wrap .btn-group > .showcart:not(:first-child):not(:last-child):not(.dropdown-toggle), #fancybox-wrap .btn-group > .continue_link:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .post-component form .gbs3 .btn-group > input[type="submit"]:first-child,
.post-component form .form-group .btn-group > input[type="submit"]:first-child,
.main-container form .gbs3 .btn-group > input[type="submit"]:first-child,
.main-container form .form-group .btn-group > input[type="submit"]:first-child, .btn-group > .moduleItemReadMore:first-child, #fancybox-wrap .btn-group > .showcart:first-child, #fancybox-wrap .btn-group > .continue_link:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .post-component form .gbs3 .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.post-component form .form-group .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.main-container form .gbs3 .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle),
.main-container form .form-group .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .moduleItemReadMore:first-child:not(:last-child):not(.dropdown-toggle), #fancybox-wrap .btn-group > .showcart:first-child:not(:last-child):not(.dropdown-toggle), #fancybox-wrap .btn-group > .continue_link:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .post-component form .gbs3 .btn-group > input[type="submit"]:last-child:not(:first-child),
.post-component form .form-group .btn-group > input[type="submit"]:last-child:not(:first-child),
.main-container form .gbs3 .btn-group > input[type="submit"]:last-child:not(:first-child),
.main-container form .form-group .btn-group > input[type="submit"]:last-child:not(:first-child), .btn-group > .moduleItemReadMore:last-child:not(:first-child), #fancybox-wrap .btn-group > .showcart:last-child:not(:first-child), #fancybox-wrap .btn-group > .continue_link:last-child:not(:first-child),
.btn-group > .dropdown-toggle: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, .post-component form .gbs3 .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.post-component form .form-group .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.main-container form .gbs3 .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.main-container form .form-group .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .btn-group > .btn-group:not(:first-child):not(:last-child) > .moduleItemReadMore, #fancybox-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .showcart, #fancybox-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .continue_link {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .post-component form .gbs3 .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.post-component form .form-group .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.main-container form .gbs3 .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.main-container form .form-group .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .moduleItemReadMore:last-child, #fancybox-wrap .btn-group > .btn-group:first-child:not(:last-child) > .showcart:last-child, #fancybox-wrap .btn-group > .btn-group:first-child:not(:last-child) > .continue_link:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .post-component form .gbs3 .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.post-component form .form-group .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.main-container form .gbs3 .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.main-container form .form-group .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .moduleItemReadMore:first-child, #fancybox-wrap .btn-group > .btn-group:last-child:not(:first-child) > .showcart:first-child, #fancybox-wrap .btn-group > .btn-group:last-child:not(:first-child) > .continue_link: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 + .dropdown-toggle, .post-component form .gbs3 .btn-group > input[type="submit"] + .dropdown-toggle,
.post-component form .form-group .btn-group > input[type="submit"] + .dropdown-toggle,
.main-container form .gbs3 .btn-group > input[type="submit"] + .dropdown-toggle,
.main-container form .form-group .btn-group > input[type="submit"] + .dropdown-toggle, .btn-group > .moduleItemReadMore + .dropdown-toggle, #fancybox-wrap .btn-group > .showcart + .dropdown-toggle, #fancybox-wrap .btn-group > .continue_link + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .post-component form .gbs3 .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle,
.post-component form .form-group .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle,
.main-container form .gbs3 .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle,
.main-container form .form-group .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle, .btn-group-lg.btn-group > .moduleItemReadMore + .dropdown-toggle, #fancybox-wrap .btn-group-lg.btn-group > .showcart + .dropdown-toggle, #fancybox-wrap .btn-group-lg.btn-group > .continue_link + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .post-component form .gbs3 input[type="submit"] .caret,
.post-component form .form-group input[type="submit"] .caret,
.main-container form .gbs3 input[type="submit"] .caret,
.main-container form .form-group input[type="submit"] .caret, .moduleItemReadMore .caret, #fancybox-wrap .showcart .caret, #fancybox-wrap .continue_link .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .post-component form .gbs3 .btn-group-lg > input[type="submit"] .caret,
.post-component form .form-group .btn-group-lg > input[type="submit"] .caret,
.main-container form .gbs3 .btn-group-lg > input[type="submit"] .caret,
.main-container form .form-group .btn-group-lg > input[type="submit"] .caret, .btn-group-lg > .moduleItemReadMore .caret, #fancybox-wrap .btn-group-lg > .showcart .caret, #fancybox-wrap .btn-group-lg > .continue_link .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .post-component form .gbs3 .btn-group-lg > input[type="submit"] .caret, .post-component form .gbs3 .dropup .btn-group-lg > input[type="submit"] .caret,
.dropup .post-component form .form-group .btn-group-lg > input[type="submit"] .caret,
.post-component form .form-group .dropup .btn-group-lg > input[type="submit"] .caret,
.dropup .main-container form .gbs3 .btn-group-lg > input[type="submit"] .caret,
.main-container form .gbs3 .dropup .btn-group-lg > input[type="submit"] .caret,
.dropup .main-container form .form-group .btn-group-lg > input[type="submit"] .caret,
.main-container form .form-group .dropup .btn-group-lg > input[type="submit"] .caret, .dropup .btn-group-lg > .moduleItemReadMore .caret, .dropup #fancybox-wrap .btn-group-lg > .showcart .caret, #fancybox-wrap .dropup .btn-group-lg > .showcart .caret, .dropup #fancybox-wrap .btn-group-lg > .continue_link .caret, #fancybox-wrap .dropup .btn-group-lg > .continue_link .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .post-component form .gbs3 .btn-group-vertical > input[type="submit"],
.post-component form .form-group .btn-group-vertical > input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > input[type="submit"],
.main-container form .form-group .btn-group-vertical > input[type="submit"], .btn-group-vertical > .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .showcart, #fancybox-wrap .btn-group-vertical > .continue_link,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.post-component form .gbs3 .btn-group-vertical > .btn-group > input[type="submit"],
.post-component form .form-group .btn-group-vertical > .btn-group > input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .btn-group > input[type="submit"],
.main-container form .form-group .btn-group-vertical > .btn-group > input[type="submit"],
.btn-group-vertical > .btn-group > .moduleItemReadMore,
#fancybox-wrap .btn-group-vertical > .btn-group > .showcart,
#fancybox-wrap .btn-group-vertical > .btn-group > .continue_link {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .post-component form .gbs3 .btn-group-vertical > .btn-group > input[type="submit"],
.post-component form .form-group .btn-group-vertical > .btn-group > input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .btn-group > input[type="submit"],
.main-container form .form-group .btn-group-vertical > .btn-group > input[type="submit"], .btn-group-vertical > .btn-group > .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .btn-group > .showcart, #fancybox-wrap .btn-group-vertical > .btn-group > .continue_link {
  float: none;
}
.btn-group-vertical > .btn + .btn, .post-component form .gbs3 .btn-group-vertical > input[type="submit"] + .btn,
.post-component form .form-group .btn-group-vertical > input[type="submit"] + .btn,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"] + .btn,
.main-container form .form-group .btn-group-vertical > input[type="submit"] + .btn, .btn-group-vertical > .moduleItemReadMore + .btn, #fancybox-wrap .btn-group-vertical > .showcart + .btn, #fancybox-wrap .btn-group-vertical > .continue_link + .btn, .post-component form .gbs3 .btn-group-vertical > .btn + input[type="submit"], .post-component form .gbs3 .btn-group-vertical > input[type="submit"] + input[type="submit"], .post-component form .gbs3 .btn-group-vertical > .moduleItemReadMore + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .btn-group-vertical > .showcart + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .btn-group-vertical > .showcart + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .btn-group-vertical > .continue_link + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .btn-group-vertical > .continue_link + input[type="submit"],
.post-component form .form-group .btn-group-vertical > .btn + input[type="submit"],
.post-component form .form-group .btn-group-vertical > input[type="submit"] + input[type="submit"],
.post-component form .form-group .btn-group-vertical > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .post-component form .form-group .btn-group-vertical > .showcart + input[type="submit"],
.post-component form .form-group #fancybox-wrap .btn-group-vertical > .showcart + input[type="submit"],
#fancybox-wrap .post-component form .form-group .btn-group-vertical > .continue_link + input[type="submit"],
.post-component form .form-group #fancybox-wrap .btn-group-vertical > .continue_link + input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .btn + input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > input[type="submit"] + input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .btn-group-vertical > .showcart + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .btn-group-vertical > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .btn-group-vertical > .continue_link + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .btn-group-vertical > .continue_link + input[type="submit"],
.main-container form .form-group .btn-group-vertical > .btn + input[type="submit"],
.main-container form .form-group .btn-group-vertical > input[type="submit"] + input[type="submit"],
.main-container form .form-group .btn-group-vertical > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .form-group .btn-group-vertical > .showcart + input[type="submit"],
.main-container form .form-group #fancybox-wrap .btn-group-vertical > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .form-group .btn-group-vertical > .continue_link + input[type="submit"],
.main-container form .form-group #fancybox-wrap .btn-group-vertical > .continue_link + input[type="submit"], .btn-group-vertical > .btn + .moduleItemReadMore, .post-component form .gbs3 .btn-group-vertical > input[type="submit"] + .moduleItemReadMore,
.post-component form .form-group .btn-group-vertical > input[type="submit"] + .moduleItemReadMore,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"] + .moduleItemReadMore,
.main-container form .form-group .btn-group-vertical > input[type="submit"] + .moduleItemReadMore, .btn-group-vertical > .moduleItemReadMore + .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .showcart + .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .continue_link + .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .btn + .showcart, .post-component form .gbs3 #fancybox-wrap .btn-group-vertical > input[type="submit"] + .showcart, #fancybox-wrap .post-component form .gbs3 .btn-group-vertical > input[type="submit"] + .showcart,
.post-component form .form-group #fancybox-wrap .btn-group-vertical > input[type="submit"] + .showcart,
#fancybox-wrap .post-component form .form-group .btn-group-vertical > input[type="submit"] + .showcart,
.main-container form .gbs3 #fancybox-wrap .btn-group-vertical > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .gbs3 .btn-group-vertical > input[type="submit"] + .showcart,
.main-container form .form-group #fancybox-wrap .btn-group-vertical > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .form-group .btn-group-vertical > input[type="submit"] + .showcart, #fancybox-wrap .btn-group-vertical > .moduleItemReadMore + .showcart, #fancybox-wrap .btn-group-vertical > .showcart + .showcart, #fancybox-wrap .btn-group-vertical > .continue_link + .showcart, #fancybox-wrap .btn-group-vertical > .btn + .continue_link, .post-component form .gbs3 #fancybox-wrap .btn-group-vertical > input[type="submit"] + .continue_link, #fancybox-wrap .post-component form .gbs3 .btn-group-vertical > input[type="submit"] + .continue_link,
.post-component form .form-group #fancybox-wrap .btn-group-vertical > input[type="submit"] + .continue_link,
#fancybox-wrap .post-component form .form-group .btn-group-vertical > input[type="submit"] + .continue_link,
.main-container form .gbs3 #fancybox-wrap .btn-group-vertical > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .gbs3 .btn-group-vertical > input[type="submit"] + .continue_link,
.main-container form .form-group #fancybox-wrap .btn-group-vertical > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .form-group .btn-group-vertical > input[type="submit"] + .continue_link, #fancybox-wrap .btn-group-vertical > .moduleItemReadMore + .continue_link, #fancybox-wrap .btn-group-vertical > .showcart + .continue_link, #fancybox-wrap .btn-group-vertical > .continue_link + .continue_link,
.btn-group-vertical > .btn + .btn-group,
.post-component form .gbs3 .btn-group-vertical > input[type="submit"] + .btn-group,
.post-component form .form-group .btn-group-vertical > input[type="submit"] + .btn-group,
.main-container form .gbs3 .btn-group-vertical > input[type="submit"] + .btn-group,
.main-container form .form-group .btn-group-vertical > input[type="submit"] + .btn-group,
.btn-group-vertical > .moduleItemReadMore + .btn-group,
#fancybox-wrap .btn-group-vertical > .showcart + .btn-group,
#fancybox-wrap .btn-group-vertical > .continue_link + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.post-component form .gbs3 .btn-group-vertical > .btn-group + input[type="submit"],
.post-component form .form-group .btn-group-vertical > .btn-group + input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .btn-group + input[type="submit"],
.main-container form .form-group .btn-group-vertical > .btn-group + input[type="submit"],
.btn-group-vertical > .btn-group + .moduleItemReadMore,
#fancybox-wrap .btn-group-vertical > .btn-group + .showcart,
#fancybox-wrap .btn-group-vertical > .btn-group + .continue_link,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .post-component form .gbs3 .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child),
.post-component form .form-group .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child),
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child),
.main-container form .form-group .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child), .btn-group-vertical > .moduleItemReadMore:not(:first-child):not(:last-child), #fancybox-wrap .btn-group-vertical > .showcart:not(:first-child):not(:last-child), #fancybox-wrap .btn-group-vertical > .continue_link:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .post-component form .gbs3 .btn-group-vertical > input[type="submit"]:first-child:not(:last-child),
.post-component form .form-group .btn-group-vertical > input[type="submit"]:first-child:not(:last-child),
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:first-child:not(:last-child),
.main-container form .form-group .btn-group-vertical > input[type="submit"]:first-child:not(:last-child), .btn-group-vertical > .moduleItemReadMore:first-child:not(:last-child), #fancybox-wrap .btn-group-vertical > .showcart:first-child:not(:last-child), #fancybox-wrap .btn-group-vertical > .continue_link:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .post-component form .gbs3 .btn-group-vertical > input[type="submit"]:last-child:not(:first-child),
.post-component form .form-group .btn-group-vertical > input[type="submit"]:last-child:not(:first-child),
.main-container form .gbs3 .btn-group-vertical > input[type="submit"]:last-child:not(:first-child),
.main-container form .form-group .btn-group-vertical > input[type="submit"]:last-child:not(:first-child), .btn-group-vertical > .moduleItemReadMore:last-child:not(:first-child), #fancybox-wrap .btn-group-vertical > .showcart:last-child:not(:first-child), #fancybox-wrap .btn-group-vertical > .continue_link:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .post-component form .gbs3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.post-component form .form-group .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.main-container form .gbs3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"],
.main-container form .form-group .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .moduleItemReadMore, #fancybox-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .showcart, #fancybox-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .continue_link {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .post-component form .gbs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.post-component form .form-group .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.main-container form .gbs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child,
.main-container form .form-group .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .moduleItemReadMore:last-child, #fancybox-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .showcart:last-child, #fancybox-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .continue_link:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .post-component form .gbs3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.post-component form .form-group .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.main-container form .gbs3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child,
.main-container form .form-group .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .moduleItemReadMore:first-child, #fancybox-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .showcart:first-child, #fancybox-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .continue_link: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, .post-component form .gbs3 .btn-group-justified > input[type="submit"],
.post-component form .form-group .btn-group-justified > input[type="submit"],
.main-container form .gbs3 .btn-group-justified > input[type="submit"],
.main-container form .form-group .btn-group-justified > input[type="submit"], .btn-group-justified > .moduleItemReadMore, #fancybox-wrap .btn-group-justified > .showcart, #fancybox-wrap .btn-group-justified > .continue_link,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .btn-group-justified > .btn-group input[type="submit"],
.btn-group-justified > .btn-group .post-component form .form-group input[type="submit"],
.post-component form .form-group .btn-group-justified > .btn-group input[type="submit"],
.btn-group-justified > .btn-group .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 .btn-group-justified > .btn-group input[type="submit"],
.btn-group-justified > .btn-group .main-container form .form-group input[type="submit"],
.main-container form .form-group .btn-group-justified > .btn-group input[type="submit"], .btn-group-justified > .btn-group .moduleItemReadMore, .btn-group-justified > .btn-group #fancybox-wrap .showcart, #fancybox-wrap .btn-group-justified > .btn-group .showcart, .btn-group-justified > .btn-group #fancybox-wrap .continue_link, #fancybox-wrap .btn-group-justified > .btn-group .continue_link {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .post-component form .gbs3 [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
.post-component form .form-group [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
.main-container form .gbs3 [data-toggle="buttons"] > input[type="submit"] input[type="radio"],
.main-container form .form-group [data-toggle="buttons"] > input[type="submit"] input[type="radio"], [data-toggle="buttons"] > .moduleItemReadMore input[type="radio"], #fancybox-wrap [data-toggle="buttons"] > .showcart input[type="radio"], #fancybox-wrap [data-toggle="buttons"] > .continue_link input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.post-component form .gbs3 [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.post-component form .form-group [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.main-container form .gbs3 [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
.main-container form .form-group [data-toggle="buttons"] > input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .moduleItemReadMore input[type="checkbox"],
#fancybox-wrap [data-toggle="buttons"] > .showcart input[type="checkbox"],
#fancybox-wrap [data-toggle="buttons"] > .continue_link input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.post-component form .gbs3 [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.post-component form .form-group [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.main-container form .gbs3 [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
.main-container form .form-group [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"],
[data-toggle="buttons"] > .btn-group > .moduleItemReadMore input[type="radio"],
#fancybox-wrap [data-toggle="buttons"] > .btn-group > .showcart input[type="radio"],
#fancybox-wrap [data-toggle="buttons"] > .btn-group > .continue_link input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.post-component form .gbs3 [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.post-component form .form-group [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.main-container form .gbs3 [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
.main-container form .form-group [data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .moduleItemReadMore input[type="checkbox"],
#fancybox-wrap [data-toggle="buttons"] > .btn-group > .showcart input[type="checkbox"],
#fancybox-wrap [data-toggle="buttons"] > .btn-group > .continue_link input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .post-component form .gbs3 input, .post-component form .gbs3 .input-group input,
.input-group .post-component form .gbs3 select,
.post-component form .gbs3 .input-group select,
.input-group .post-component form .form-group input,
.post-component form .form-group .input-group input,
.input-group .post-component form .form-group select,
.post-component form .form-group .input-group select,
.input-group .main-container form .gbs3 input,
.main-container form .gbs3 .input-group input,
.input-group .main-container form .gbs3 select,
.main-container form .gbs3 .input-group select,
.input-group .main-container form .form-group input,
.main-container form .form-group .input-group input,
.input-group .main-container form .form-group select,
.main-container form .form-group .input-group select, .input-group .product-options dd .input-text, .product-options dd .input-group .input-text,
.input-group .product-options dd select,
.product-options dd .input-group select,
.input-group .product-options dd textarea,
.product-options dd .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .post-component form .gbs3 input:focus, .post-component form .gbs3 .input-group input:focus,
.input-group .post-component form .gbs3 select:focus,
.post-component form .gbs3 .input-group select:focus,
.input-group .post-component form .form-group input:focus,
.post-component form .form-group .input-group input:focus,
.input-group .post-component form .form-group select:focus,
.post-component form .form-group .input-group select:focus,
.input-group .main-container form .gbs3 input:focus,
.main-container form .gbs3 .input-group input:focus,
.input-group .main-container form .gbs3 select:focus,
.main-container form .gbs3 .input-group select:focus,
.input-group .main-container form .form-group input:focus,
.main-container form .form-group .input-group input:focus,
.input-group .main-container form .form-group select:focus,
.main-container form .form-group .input-group select:focus, .input-group .product-options dd .input-text:focus, .product-options dd .input-group .input-text:focus,
.input-group .product-options dd select:focus,
.product-options dd .input-group select:focus,
.input-group .product-options dd textarea:focus,
.product-options dd .input-group textarea:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .post-component form .gbs3 input,
.post-component form .gbs3 .input-group input,
.input-group .post-component form .gbs3 select,
.post-component form .gbs3 .input-group select,
.input-group .post-component form .form-group input,
.post-component form .form-group .input-group input,
.input-group .post-component form .form-group select,
.post-component form .form-group .input-group select,
.input-group .main-container form .gbs3 input,
.main-container form .gbs3 .input-group input,
.input-group .main-container form .gbs3 select,
.main-container form .gbs3 .input-group select,
.input-group .main-container form .form-group input,
.main-container form .form-group .input-group input,
.input-group .main-container form .form-group select,
.main-container form .form-group .input-group select,
.input-group .product-options dd .input-text,
.product-options dd .input-group .input-text,
.input-group .product-options dd select,
.product-options dd .input-group select,
.input-group .product-options dd textarea,
.product-options dd .input-group textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .post-component form .gbs3 input:not(:first-child):not(:last-child),
.post-component form .gbs3 .input-group input:not(:first-child):not(:last-child),
.input-group .post-component form .gbs3 select:not(:first-child):not(:last-child),
.post-component form .gbs3 .input-group select:not(:first-child):not(:last-child),
.input-group .post-component form .form-group input:not(:first-child):not(:last-child),
.post-component form .form-group .input-group input:not(:first-child):not(:last-child),
.input-group .post-component form .form-group select:not(:first-child):not(:last-child),
.post-component form .form-group .input-group select:not(:first-child):not(:last-child),
.input-group .main-container form .gbs3 input:not(:first-child):not(:last-child),
.main-container form .gbs3 .input-group input:not(:first-child):not(:last-child),
.input-group .main-container form .gbs3 select:not(:first-child):not(:last-child),
.main-container form .gbs3 .input-group select:not(:first-child):not(:last-child),
.input-group .main-container form .form-group input:not(:first-child):not(:last-child),
.main-container form .form-group .input-group input:not(:first-child):not(:last-child),
.input-group .main-container form .form-group select:not(:first-child):not(:last-child),
.main-container form .form-group .input-group select:not(:first-child):not(:last-child),
.input-group .product-options dd .input-text:not(:first-child):not(:last-child),
.product-options dd .input-group .input-text:not(:first-child):not(:last-child),
.input-group .product-options dd select:not(:first-child):not(:last-child),
.product-options dd .input-group select:not(:first-child):not(:last-child),
.input-group .product-options dd textarea: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: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #e1e1e1;
  border: 1px solid #939598;
  border-radius: 3px;
}
.input-group-addon.input-sm, .post-component form .gbs3 .input-group-sm > input.input-group-addon,
.post-component form .gbs3 .input-group-sm > select.input-group-addon,
.post-component form .form-group .input-group-sm > input.input-group-addon,
.post-component form .form-group .input-group-sm > select.input-group-addon,
.main-container form .gbs3 .input-group-sm > input.input-group-addon,
.main-container form .gbs3 .input-group-sm > select.input-group-addon,
.main-container form .form-group .input-group-sm > input.input-group-addon,
.main-container form .form-group .input-group-sm > select.input-group-addon, .product-options dd .input-group-sm > .input-group-addon.input-text,
.product-options dd .input-group-sm > select.input-group-addon,
.product-options dd .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.input-group-sm > .input-group-btn > .input-group-addon.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .input-group-addon.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .input-group-addon.continue_link {
  padding: 5px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .post-component form .gbs3 .input-group-lg > input.input-group-addon,
.post-component form .gbs3 .input-group-lg > select.input-group-addon,
.post-component form .form-group .input-group-lg > input.input-group-addon,
.post-component form .form-group .input-group-lg > select.input-group-addon,
.main-container form .gbs3 .input-group-lg > input.input-group-addon,
.main-container form .gbs3 .input-group-lg > select.input-group-addon,
.main-container form .form-group .input-group-lg > input.input-group-addon,
.main-container form .form-group .input-group-lg > select.input-group-addon, .product-options dd .input-group-lg > .input-group-addon.input-text,
.product-options dd .input-group-lg > select.input-group-addon,
.product-options dd .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.input-group-lg > .input-group-btn > .input-group-addon.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .input-group-addon.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .input-group-addon.continue_link {
  padding: 20px 25px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .post-component form .gbs3 input:first-child, .post-component form .gbs3 .input-group input:first-child,
.input-group .post-component form .gbs3 select:first-child,
.post-component form .gbs3 .input-group select:first-child,
.input-group .post-component form .form-group input:first-child,
.post-component form .form-group .input-group input:first-child,
.input-group .post-component form .form-group select:first-child,
.post-component form .form-group .input-group select:first-child,
.input-group .main-container form .gbs3 input:first-child,
.main-container form .gbs3 .input-group input:first-child,
.input-group .main-container form .gbs3 select:first-child,
.main-container form .gbs3 .input-group select:first-child,
.input-group .main-container form .form-group input:first-child,
.main-container form .form-group .input-group input:first-child,
.input-group .main-container form .form-group select:first-child,
.main-container form .form-group .input-group select:first-child, .input-group .product-options dd .input-text:first-child, .product-options dd .input-group .input-text:first-child,
.input-group .product-options dd select:first-child,
.product-options dd .input-group select:first-child,
.input-group .product-options dd textarea:first-child,
.product-options dd .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.post-component form .gbs3 .input-group-btn:first-child > input[type="submit"],
.post-component form .form-group .input-group-btn:first-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:first-child > input[type="submit"],
.main-container form .form-group .input-group-btn:first-child > input[type="submit"],
.input-group-btn:first-child > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:first-child > .showcart,
#fancybox-wrap .input-group-btn:first-child > .continue_link,
.input-group-btn:first-child > .btn-group > .btn,
.post-component form .gbs3 .input-group-btn:first-child > .btn-group > input[type="submit"],
.post-component form .form-group .input-group-btn:first-child > .btn-group > input[type="submit"],
.main-container form .gbs3 .input-group-btn:first-child > .btn-group > input[type="submit"],
.main-container form .form-group .input-group-btn:first-child > .btn-group > input[type="submit"],
.input-group-btn:first-child > .btn-group > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:first-child > .btn-group > .showcart,
#fancybox-wrap .input-group-btn:first-child > .btn-group > .continue_link,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.post-component form .gbs3 .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.post-component form .form-group .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.main-container form .gbs3 .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.main-container form .form-group .input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .moduleItemReadMore:not(:last-child):not(.dropdown-toggle),
#fancybox-wrap .input-group-btn:last-child > .showcart:not(:last-child):not(.dropdown-toggle),
#fancybox-wrap .input-group-btn:last-child > .continue_link:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.post-component form .gbs3 .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"],
.post-component form .form-group .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"],
.main-container form .gbs3 .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"],
.main-container form .form-group .input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"],
.input-group-btn:last-child > .btn-group:not(:last-child) > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .showcart,
#fancybox-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .continue_link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .post-component form .gbs3 input:last-child, .post-component form .gbs3 .input-group input:last-child,
.input-group .post-component form .gbs3 select:last-child,
.post-component form .gbs3 .input-group select:last-child,
.input-group .post-component form .form-group input:last-child,
.post-component form .form-group .input-group input:last-child,
.input-group .post-component form .form-group select:last-child,
.post-component form .form-group .input-group select:last-child,
.input-group .main-container form .gbs3 input:last-child,
.main-container form .gbs3 .input-group input:last-child,
.input-group .main-container form .gbs3 select:last-child,
.main-container form .gbs3 .input-group select:last-child,
.input-group .main-container form .form-group input:last-child,
.main-container form .form-group .input-group input:last-child,
.input-group .main-container form .form-group select:last-child,
.main-container form .form-group .input-group select:last-child, .input-group .product-options dd .input-text:last-child, .product-options dd .input-group .input-text:last-child,
.input-group .product-options dd select:last-child,
.product-options dd .input-group select:last-child,
.input-group .product-options dd textarea:last-child,
.product-options dd .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.post-component form .gbs3 .input-group-btn:last-child > input[type="submit"],
.post-component form .form-group .input-group-btn:last-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:last-child > input[type="submit"],
.main-container form .form-group .input-group-btn:last-child > input[type="submit"],
.input-group-btn:last-child > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:last-child > .showcart,
#fancybox-wrap .input-group-btn:last-child > .continue_link,
.input-group-btn:last-child > .btn-group > .btn,
.post-component form .gbs3 .input-group-btn:last-child > .btn-group > input[type="submit"],
.post-component form .form-group .input-group-btn:last-child > .btn-group > input[type="submit"],
.main-container form .gbs3 .input-group-btn:last-child > .btn-group > input[type="submit"],
.main-container form .form-group .input-group-btn:last-child > .btn-group > input[type="submit"],
.input-group-btn:last-child > .btn-group > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:last-child > .btn-group > .showcart,
#fancybox-wrap .input-group-btn:last-child > .btn-group > .continue_link,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.post-component form .gbs3 .input-group-btn:first-child > input[type="submit"]:not(:first-child),
.post-component form .form-group .input-group-btn:first-child > input[type="submit"]:not(:first-child),
.main-container form .gbs3 .input-group-btn:first-child > input[type="submit"]:not(:first-child),
.main-container form .form-group .input-group-btn:first-child > input[type="submit"]:not(:first-child),
.input-group-btn:first-child > .moduleItemReadMore:not(:first-child),
#fancybox-wrap .input-group-btn:first-child > .showcart:not(:first-child),
#fancybox-wrap .input-group-btn:first-child > .continue_link:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.post-component form .gbs3 .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"],
.post-component form .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"],
.main-container form .gbs3 .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"],
.main-container form .form-group .input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"],
.input-group-btn:first-child > .btn-group:not(:first-child) > .moduleItemReadMore,
#fancybox-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .showcart,
#fancybox-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .continue_link {
  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, .post-component form .gbs3 .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-btn > input[type="submit"], .input-group-btn > .moduleItemReadMore, #fancybox-wrap .input-group-btn > .showcart, #fancybox-wrap .input-group-btn > .continue_link {
  position: relative;
}
.input-group-btn > .btn + .btn, .post-component form .gbs3 .input-group-btn > input[type="submit"] + .btn,
.post-component form .form-group .input-group-btn > input[type="submit"] + .btn,
.main-container form .gbs3 .input-group-btn > input[type="submit"] + .btn,
.main-container form .form-group .input-group-btn > input[type="submit"] + .btn, .input-group-btn > .moduleItemReadMore + .btn, #fancybox-wrap .input-group-btn > .showcart + .btn, #fancybox-wrap .input-group-btn > .continue_link + .btn, .post-component form .gbs3 .input-group-btn > .btn + input[type="submit"], .post-component form .gbs3 .input-group-btn > input[type="submit"] + input[type="submit"], .post-component form .gbs3 .input-group-btn > .moduleItemReadMore + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .input-group-btn > .showcart + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .input-group-btn > .showcart + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .input-group-btn > .continue_link + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.post-component form .form-group .input-group-btn > .btn + input[type="submit"],
.post-component form .form-group .input-group-btn > input[type="submit"] + input[type="submit"],
.post-component form .form-group .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .post-component form .form-group .input-group-btn > .showcart + input[type="submit"],
.post-component form .form-group #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .post-component form .form-group .input-group-btn > .continue_link + input[type="submit"],
.post-component form .form-group #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.main-container form .gbs3 .input-group-btn > .btn + input[type="submit"],
.main-container form .gbs3 .input-group-btn > input[type="submit"] + input[type="submit"],
.main-container form .gbs3 .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .input-group-btn > .showcart + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .input-group-btn > .continue_link + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.main-container form .form-group .input-group-btn > .btn + input[type="submit"],
.main-container form .form-group .input-group-btn > input[type="submit"] + input[type="submit"],
.main-container form .form-group .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .form-group .input-group-btn > .showcart + input[type="submit"],
.main-container form .form-group #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .form-group .input-group-btn > .continue_link + input[type="submit"],
.main-container form .form-group #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"], .input-group-btn > .btn + .moduleItemReadMore, .post-component form .gbs3 .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.post-component form .form-group .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.main-container form .gbs3 .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.main-container form .form-group .input-group-btn > input[type="submit"] + .moduleItemReadMore, .input-group-btn > .moduleItemReadMore + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .showcart + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .continue_link + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .btn + .showcart, .post-component form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart, #fancybox-wrap .post-component form .gbs3 .input-group-btn > input[type="submit"] + .showcart,
.post-component form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .post-component form .form-group .input-group-btn > input[type="submit"] + .showcart,
.main-container form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .gbs3 .input-group-btn > input[type="submit"] + .showcart,
.main-container form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .form-group .input-group-btn > input[type="submit"] + .showcart, #fancybox-wrap .input-group-btn > .moduleItemReadMore + .showcart, #fancybox-wrap .input-group-btn > .showcart + .showcart, #fancybox-wrap .input-group-btn > .continue_link + .showcart, #fancybox-wrap .input-group-btn > .btn + .continue_link, .post-component form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link, #fancybox-wrap .post-component form .gbs3 .input-group-btn > input[type="submit"] + .continue_link,
.post-component form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .post-component form .form-group .input-group-btn > input[type="submit"] + .continue_link,
.main-container form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .gbs3 .input-group-btn > input[type="submit"] + .continue_link,
.main-container form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .form-group .input-group-btn > input[type="submit"] + .continue_link, #fancybox-wrap .input-group-btn > .moduleItemReadMore + .continue_link, #fancybox-wrap .input-group-btn > .showcart + .continue_link, #fancybox-wrap .input-group-btn > .continue_link + .continue_link {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .post-component form .gbs3 .input-group-btn > input[type="submit"]:hover,
.post-component form .form-group .input-group-btn > input[type="submit"]:hover,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:hover,
.main-container form .form-group .input-group-btn > input[type="submit"]:hover, .input-group-btn > .moduleItemReadMore:hover, #fancybox-wrap .input-group-btn > .showcart:hover, #fancybox-wrap .input-group-btn > .continue_link:hover, .input-group-btn > .btn:focus, .post-component form .gbs3 .input-group-btn > input[type="submit"]:focus,
.post-component form .form-group .input-group-btn > input[type="submit"]:focus,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:focus,
.main-container form .form-group .input-group-btn > input[type="submit"]:focus, .input-group-btn > .moduleItemReadMore:focus, #fancybox-wrap .input-group-btn > .showcart:focus, #fancybox-wrap .input-group-btn > .continue_link:focus, .input-group-btn > .btn:active, .post-component form .gbs3 .input-group-btn > input[type="submit"]:active,
.post-component form .form-group .input-group-btn > input[type="submit"]:active,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:active,
.main-container form .form-group .input-group-btn > input[type="submit"]:active, .input-group-btn > .moduleItemReadMore:active, #fancybox-wrap .input-group-btn > .showcart:active, #fancybox-wrap .input-group-btn > .continue_link:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .post-component form .gbs3 .input-group-btn:first-child > input[type="submit"],
.post-component form .form-group .input-group-btn:first-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:first-child > input[type="submit"],
.main-container form .form-group .input-group-btn:first-child > input[type="submit"], .input-group-btn:first-child > .moduleItemReadMore, #fancybox-wrap .input-group-btn:first-child > .showcart, #fancybox-wrap .input-group-btn:first-child > .continue_link,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .post-component form .gbs3 .input-group-btn:last-child > input[type="submit"],
.post-component form .form-group .input-group-btn:last-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:last-child > input[type="submit"],
.main-container form .form-group .input-group-btn:last-child > input[type="submit"], .input-group-btn:last-child > .moduleItemReadMore, #fancybox-wrap .input-group-btn:last-child > .showcart, #fancybox-wrap .input-group-btn:last-child > .continue_link,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  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:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #e1e1e1;
}
.nav > li.disabled > a {
  color: #adafb1;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #adafb1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e1e1e1;
  border-color: #797b7f;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e1e1e1 #e1e1e1 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #EF2829;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #EF2829;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified,
.ui-tabs-nav.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li,
.ui-tabs-nav.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a,
.ui-tabs-nav.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li,
  .ui-tabs-nav.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a,
  .ui-tabs-nav.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified,
.ui-tabs-nav.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
.ui-tabs-nav.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.ui-tabs-nav.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.ui-tabs-nav.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.ui-tabs-nav.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
  .ui-tabs-nav.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .ui-tabs-nav.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .ui-tabs-nav.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .ui-tabs-nav.nav-justified > .active > a:focus {
    border-bottom-color: #e1e1e1;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  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;
    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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .post-component form .gbs3 input, .post-component form .gbs3 .navbar-form input,
  .navbar-form .post-component form .gbs3 select,
  .post-component form .gbs3 .navbar-form select,
  .navbar-form .post-component form .form-group input,
  .post-component form .form-group .navbar-form input,
  .navbar-form .post-component form .form-group select,
  .post-component form .form-group .navbar-form select,
  .navbar-form .main-container form .gbs3 input,
  .main-container form .gbs3 .navbar-form input,
  .navbar-form .main-container form .gbs3 select,
  .main-container form .gbs3 .navbar-form select,
  .navbar-form .main-container form .form-group input,
  .main-container form .form-group .navbar-form input,
  .navbar-form .main-container form .form-group select,
  .main-container form .form-group .navbar-form select, .navbar-form .product-options dd .input-text, .product-options dd .navbar-form .input-text,
  .navbar-form .product-options dd select,
  .product-options dd .navbar-form select,
  .navbar-form .product-options dd textarea,
  .product-options dd .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .post-component form .gbs3 input,
  .post-component form .gbs3 .navbar-form .input-group input,
  .navbar-form .input-group .post-component form .gbs3 select,
  .post-component form .gbs3 .navbar-form .input-group select,
  .navbar-form .input-group .post-component form .form-group input,
  .post-component form .form-group .navbar-form .input-group input,
  .navbar-form .input-group .post-component form .form-group select,
  .post-component form .form-group .navbar-form .input-group select,
  .navbar-form .input-group .main-container form .gbs3 input,
  .main-container form .gbs3 .navbar-form .input-group input,
  .navbar-form .input-group .main-container form .gbs3 select,
  .main-container form .gbs3 .navbar-form .input-group select,
  .navbar-form .input-group .main-container form .form-group input,
  .main-container form .form-group .navbar-form .input-group input,
  .navbar-form .input-group .main-container form .form-group select,
  .main-container form .form-group .navbar-form .input-group select,
  .navbar-form .input-group .product-options dd .input-text,
  .product-options dd .navbar-form .input-group .input-text,
  .navbar-form .input-group .product-options dd select,
  .product-options dd .navbar-form .input-group select,
  .navbar-form .input-group .product-options dd textarea,
  .product-options dd .navbar-form .input-group textarea {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .post-component form .gbs3 .input-group > input, .post-component form .gbs3 .navbar-form .input-group > input,
  .navbar-form .post-component form .gbs3 .input-group > select,
  .post-component form .gbs3 .navbar-form .input-group > select,
  .navbar-form .post-component form .form-group .input-group > input,
  .post-component form .form-group .navbar-form .input-group > input,
  .navbar-form .post-component form .form-group .input-group > select,
  .post-component form .form-group .navbar-form .input-group > select,
  .navbar-form .main-container form .gbs3 .input-group > input,
  .main-container form .gbs3 .navbar-form .input-group > input,
  .navbar-form .main-container form .gbs3 .input-group > select,
  .main-container form .gbs3 .navbar-form .input-group > select,
  .navbar-form .main-container form .form-group .input-group > input,
  .main-container form .form-group .navbar-form .input-group > input,
  .navbar-form .main-container form .form-group .input-group > select,
  .main-container form .form-group .navbar-form .input-group > select, .navbar-form .product-options dd .input-group > .input-text, .product-options dd .navbar-form .input-group > .input-text,
  .navbar-form .product-options dd .input-group > select,
  .product-options dd .navbar-form .input-group > select,
  .navbar-form .product-options dd .input-group > textarea,
  .product-options dd .navbar-form .input-group > textarea {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox,
  .navbar-form .post-component form .gbs3 .gcore-checkbox-item,
  .post-component form .gbs3 .navbar-form .gcore-checkbox-item,
  .navbar-form .post-component form .form-group .gcore-checkbox-item,
  .post-component form .form-group .navbar-form .gcore-checkbox-item,
  .navbar-form .main-container form .gbs3 .gcore-checkbox-item,
  .main-container form .gbs3 .navbar-form .gcore-checkbox-item,
  .navbar-form .main-container form .form-group .gcore-checkbox-item,
  .main-container form .form-group .navbar-form .gcore-checkbox-item {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label,
  .navbar-form .post-component form .gbs3 .gcore-checkbox-item label,
  .post-component form .gbs3 .navbar-form .gcore-checkbox-item label,
  .navbar-form .post-component form .form-group .gcore-checkbox-item label,
  .post-component form .form-group .navbar-form .gcore-checkbox-item label,
  .navbar-form .main-container form .gbs3 .gcore-checkbox-item label,
  .main-container form .gbs3 .navbar-form .gcore-checkbox-item label,
  .navbar-form .main-container form .form-group .gcore-checkbox-item label,
  .main-container form .form-group .navbar-form .gcore-checkbox-item label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .post-component form .gbs3 .navbar-form .gcore-checkbox-item input[type="checkbox"],
  .navbar-form .post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
  .post-component form .form-group .navbar-form .gcore-checkbox-item input[type="checkbox"],
  .navbar-form .main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .main-container form .gbs3 .navbar-form .gcore-checkbox-item input[type="checkbox"],
  .navbar-form .main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
  .main-container form .form-group .navbar-form .gcore-checkbox-item input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .post-component form .gbs3 .btn-group-sm > input.navbar-btn[type="submit"],
.post-component form .form-group .btn-group-sm > input.navbar-btn[type="submit"],
.main-container form .gbs3 .btn-group-sm > input.navbar-btn[type="submit"],
.main-container form .form-group .btn-group-sm > input.navbar-btn[type="submit"], .btn-group-sm > .navbar-btn.moduleItemReadMore, #fancybox-wrap .btn-group-sm > .navbar-btn.showcart, #fancybox-wrap .btn-group-sm > .navbar-btn.continue_link {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .post-component form .gbs3 .btn-group-xs > input.navbar-btn[type="submit"],
.post-component form .form-group .btn-group-xs > input.navbar-btn[type="submit"],
.main-container form .gbs3 .btn-group-xs > input.navbar-btn[type="submit"],
.main-container form .form-group .btn-group-xs > input.navbar-btn[type="submit"], .btn-group-xs > .navbar-btn.moduleItemReadMore, #fancybox-wrap .btn-group-xs > .navbar-btn.showcart, #fancybox-wrap .btn-group-xs > .navbar-btn.continue_link {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #EF2829;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EF2829;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #000;
}
.navbar-default .navbar-link:hover {
  color: #EF2829;
}
.navbar-default .btn-link {
  color: #000;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #EF2829;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #d4d5d6;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d4d5d6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d4d5d6;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d4d5d6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d4d5d6;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #d4d5d6;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #939598;
}
.breadcrumb > .active {
  color: #adafb1;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 20px;
  text-decoration: none;
  color: #797b7f;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #EF2829;
  background-color: #e1e1e1;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #adafb1;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e1e1e1;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #adafb1;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label, .post-component form .gbs3 input[type="submit"] .label,
.post-component form .form-group input[type="submit"] .label,
.main-container form .gbs3 input[type="submit"] .label,
.main-container form .form-group input[type="submit"] .label, .moduleItemReadMore .label, #fancybox-wrap .showcart .label, #fancybox-wrap .continue_link .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #adafb1;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #939598;
}

.label-primary {
  background-color: #EF2829;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #d41011;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f7cd5f;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f5be2e;
}

.label-danger {
  background-color: #EF2829;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d41011;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #adafb1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .post-component form .gbs3 input[type="submit"] .badge,
.post-component form .form-group input[type="submit"] .badge,
.main-container form .gbs3 input[type="submit"] .badge,
.main-container form .form-group input[type="submit"] .badge, .moduleItemReadMore .badge, #fancybox-wrap .showcart .badge, #fancybox-wrap .continue_link .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .post-component form .gbs3 .btn-group-xs > input[type="submit"] .badge,
.post-component form .form-group .btn-group-xs > input[type="submit"] .badge,
.main-container form .gbs3 .btn-group-xs > input[type="submit"] .badge,
.main-container form .form-group .btn-group-xs > input[type="submit"] .badge, .btn-group-xs > .moduleItemReadMore .badge, #fancybox-wrap .btn-group-xs > .showcart .badge, #fancybox-wrap .btn-group-xs > .continue_link .badge, .btn-group-xs > .btn .badge, .post-component form .gbs3 .btn-group-xs > input[type="submit"] .badge,
.post-component form .form-group .btn-group-xs > input[type="submit"] .badge,
.main-container form .gbs3 .btn-group-xs > input[type="submit"] .badge,
.main-container form .form-group .btn-group-xs > input[type="submit"] .badge, .btn-group-xs > .moduleItemReadMore .badge, #fancybox-wrap .btn-group-xs > .showcart .badge, #fancybox-wrap .btn-group-xs > .continue_link .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .form-search .search-autocomplete li.active > .badge, .nav-pills > .active > a > .badge {
  color: #797b7f;
  background-color: #fff;
}
.list-group-item > .badge, .form-search .search-autocomplete li > .badge {
  float: right;
}
.list-group-item > .badge + .badge, .form-search .search-autocomplete li > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #e1e1e1;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #fff;
}
.jumbotron p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c8c8c8;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 0;
  padding-right: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 40px;
    padding-right: 40px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 50px;
  }
}

.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #adafb1;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #797b7f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #797b7f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .alert #cart-view .billto-shipto span, #cart-view .billto-shipto .alert span, .alert #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .alert td, .alert #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .alert .customer-note, .alert #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .alert span.tos {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #EF2829;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f7cd5f;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #EF2829;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail, .products-list .product-image img.media-object, .media-object.product-thumbnail,
.media-object.product-image, .product-essential .product-img-box img.media-object, .news .media-object.item-thumbnail,
.news .media-object.item-image,
.news .media-object.item-media {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item, .form-search .search-autocomplete li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child, .form-search .search-autocomplete li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child, .form-search .search-autocomplete li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .form-search .search-autocomplete li.disabled, .list-group-item.disabled:hover, .form-search .search-autocomplete li.disabled:hover, .list-group-item.disabled:focus, .form-search .search-autocomplete li.disabled:focus {
  background-color: #e1e1e1;
  color: #adafb1;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .form-search .search-autocomplete li.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .form-search .search-autocomplete li.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .form-search .search-autocomplete li.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .form-search .search-autocomplete li.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .form-search .search-autocomplete li.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .form-search .search-autocomplete li.disabled:focus .list-group-item-text {
  color: #adafb1;
}
.list-group-item.active, .form-search .search-autocomplete li.active, .list-group-item.active:hover, .form-search .search-autocomplete li.active:hover, .list-group-item.active:focus, .form-search .search-autocomplete li.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
}
.list-group-item.active .list-group-item-heading, .form-search .search-autocomplete li.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.form-search .search-autocomplete li.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.form-search .search-autocomplete li.active .list-group-item-heading > .small,
.list-group-item.active .navbar-nav li .list-group-item-heading > p.small, .list-group-item.active:hover .list-group-item-heading, .form-search .search-autocomplete li.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.form-search .search-autocomplete li.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .navbar-nav li .list-group-item-heading > p.small, .list-group-item.active:focus .list-group-item-heading, .form-search .search-autocomplete li.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.form-search .search-autocomplete li.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .navbar-nav li .list-group-item-heading > p.small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .form-search .search-autocomplete li.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .form-search .search-autocomplete li.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .form-search .search-autocomplete li.active:focus .list-group-item-text {
  color: #fde6e6;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, .product-view .product-shop, .product-view .box-collateral {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 10px 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading, .product-view .product-shop .product-name, .product-view .box-collateral > h2 {
  padding: 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle, .product-view .product-shop .product-name > .dropdown .dropdown-toggle, .product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title, .product-view .product-shop .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a, .product-view .product-shop .product-name h1 > a,
.panel-title > small,
.product-view .product-shop .product-name h1 > small,
.panel-title > .small,
.product-view .product-shop .product-name h1 > .small,
.navbar-nav li .panel-title > p.small,
.product-view .product-shop .product-name .navbar-nav li h1 > p.small,
.panel-title > small > a,
.product-view .product-shop .product-name h1 > small > a,
.panel-title > .small > a,
.product-view .product-shop .product-name h1 > .small > a,
.navbar-nav li .panel-title > p.small > a {
  color: inherit;
}

.panel-footer {
  padding: 5px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group, .product-view .product-shop > .list-group, .product-view .box-collateral > .list-group,
.panel > .panel-collapse > .list-group,
.product-view .product-shop > .panel-collapse > .list-group,
.product-view .box-collateral > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .product-view .product-shop > .list-group .list-group-item, .product-view .box-collateral > .list-group .list-group-item, .panel > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .panel > .list-group li, .product-view .product-shop > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .product-shop > .list-group li, .product-view .box-collateral > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .box-collateral > .list-group li,
.panel > .panel-collapse > .list-group .list-group-item,
.product-view .product-shop > .panel-collapse > .list-group .list-group-item,
.product-view .box-collateral > .panel-collapse > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group li,
.product-view .product-shop > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group li,
.product-view .box-collateral > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group li {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .product-view .product-shop > .list-group:first-child .list-group-item:first-child, .product-view .box-collateral > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel > .list-group:first-child li:first-child, .product-view .product-shop > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:first-child li:first-child, .product-view .box-collateral > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:first-child li:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.product-view .product-shop > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.product-view .box-collateral > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group:first-child li:first-child,
.product-view .product-shop > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group:first-child li:first-child,
.product-view .box-collateral > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group:first-child li:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child, .product-view .product-shop > .list-group:last-child .list-group-item:last-child, .product-view .box-collateral > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .panel > .list-group:last-child li:last-child, .product-view .product-shop > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:last-child li:last-child, .product-view .box-collateral > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:last-child li:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.product-view .product-shop > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.product-view .box-collateral > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group:last-child li:last-child,
.product-view .product-shop > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group:last-child li:last-child,
.product-view .box-collateral > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group:last-child li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .box-collateral > h2 + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .product-shop > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group li:first-child, .product-view .product-shop > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .product-name + .panel-collapse > .list-group li:first-child, .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group li:first-child, .product-view .box-collateral > h2 + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > h2 + .panel-collapse > .list-group li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .product-view .product-shop .product-name + .list-group .list-group-item:first-child, .product-view .box-collateral > h2 + .list-group .list-group-item:first-child, .panel-heading + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel-heading + .list-group li:first-child, .product-view .product-shop .product-name + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .product-name + .list-group li:first-child, .product-view .box-collateral > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > h2 + .list-group li:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .product-view .product-shop > .table, .product-view .box-collateral > .table, .panel > .availability-only-details, .product-view .product-shop > .availability-only-details, .product-view .box-collateral > .availability-only-details, .panel > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table,
.panel > .table-responsive > .table,
.product-view .product-shop > .table-responsive > .table,
.product-view .box-collateral > .table-responsive > .table,
.panel > .table-responsive > .availability-only-details,
.product-view .product-shop > .table-responsive > .availability-only-details,
.product-view .box-collateral > .table-responsive > .availability-only-details,
.panel > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table,
.panel > .panel-collapse > .table,
.product-view .product-shop > .panel-collapse > .table,
.product-view .box-collateral > .panel-collapse > .table,
.panel > .panel-collapse > .availability-only-details,
.product-view .product-shop > .panel-collapse > .availability-only-details,
.product-view .box-collateral > .panel-collapse > .availability-only-details,
.panel > .panel-collapse > .data-table,
.product-view .product-shop > .panel-collapse > .data-table,
.product-view .box-collateral > .panel-collapse > .data-table {
  margin-bottom: 0;
}
.panel > .table caption, .product-view .product-shop > .table caption, .product-view .box-collateral > .table caption, .panel > .availability-only-details caption, .product-view .product-shop > .availability-only-details caption, .product-view .box-collateral > .availability-only-details caption, .panel > .data-table caption, .product-view .product-shop > .data-table caption, .product-view .box-collateral > .data-table caption,
.panel > .table-responsive > .table caption,
.product-view .product-shop > .table-responsive > .table caption,
.product-view .box-collateral > .table-responsive > .table caption,
.panel > .table-responsive > .availability-only-details caption,
.product-view .product-shop > .table-responsive > .availability-only-details caption,
.product-view .box-collateral > .table-responsive > .availability-only-details caption,
.panel > .table-responsive > .data-table caption,
.product-view .product-shop > .table-responsive > .data-table caption,
.product-view .box-collateral > .table-responsive > .data-table caption,
.panel > .panel-collapse > .table caption,
.product-view .product-shop > .panel-collapse > .table caption,
.product-view .box-collateral > .panel-collapse > .table caption,
.panel > .panel-collapse > .availability-only-details caption,
.product-view .product-shop > .panel-collapse > .availability-only-details caption,
.product-view .box-collateral > .panel-collapse > .availability-only-details caption,
.panel > .panel-collapse > .data-table caption,
.product-view .product-shop > .panel-collapse > .data-table caption,
.product-view .box-collateral > .panel-collapse > .data-table caption {
  padding-left: 10px 15px;
  padding-right: 10px 15px;
}
.panel > .table:first-child, .product-view .product-shop > .table:first-child, .product-view .box-collateral > .table:first-child, .panel > .availability-only-details:first-child, .product-view .product-shop > .availability-only-details:first-child, .product-view .box-collateral > .availability-only-details:first-child, .panel > .data-table:first-child, .product-view .product-shop > .data-table:first-child, .product-view .box-collateral > .data-table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child,
.panel > .table-responsive:first-child > .data-table:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child, .panel > .data-table:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .product-view .product-shop > .table:last-child, .product-view .box-collateral > .table:last-child, .panel > .availability-only-details:last-child, .product-view .product-shop > .availability-only-details:last-child, .product-view .box-collateral > .availability-only-details:last-child, .panel > .data-table:last-child, .product-view .product-shop > .data-table:last-child, .product-view .box-collateral > .data-table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child,
.panel > .table-responsive:last-child > .data-table:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .product-view .product-shop > .panel-body + .table, .product-view .box-collateral > .panel-body + .table, .panel > .panel-body + .availability-only-details, .product-view .product-shop > .panel-body + .availability-only-details, .product-view .box-collateral > .panel-body + .availability-only-details, .panel > .panel-body + .data-table, .product-view .product-shop > .panel-body + .data-table, .product-view .box-collateral > .panel-body + .data-table,
.panel > .panel-body + .table-responsive,
.product-view .product-shop > .panel-body + .table-responsive,
.product-view .box-collateral > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.product-view .product-shop > .table + .panel-body,
.product-view .box-collateral > .table + .panel-body,
.panel > .availability-only-details + .panel-body,
.product-view .product-shop > .availability-only-details + .panel-body,
.product-view .box-collateral > .availability-only-details + .panel-body,
.panel > .data-table + .panel-body,
.product-view .product-shop > .data-table + .panel-body,
.product-view .box-collateral > .data-table + .panel-body,
.panel > .table-responsive + .panel-body,
.product-view .product-shop > .table-responsive + .panel-body,
.product-view .box-collateral > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .product-view .product-shop > .table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .table > tbody:first-child > tr:first-child th, .panel > .availability-only-details > tbody:first-child > tr:first-child th, .product-view .product-shop > .availability-only-details > tbody:first-child > tr:first-child th, .product-view .box-collateral > .availability-only-details > tbody:first-child > tr:first-child th, .panel > .data-table > tbody:first-child > tr:first-child th, .product-view .product-shop > .data-table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .data-table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td,
.panel > .availability-only-details > tbody:first-child > tr:first-child td,
.product-view .product-shop > .availability-only-details > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .availability-only-details > tbody:first-child > tr:first-child td,
.panel > .data-table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .data-table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .data-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .product-view .product-shop > .table-bordered, .product-view .box-collateral > .table-bordered, .panel > .table-events, .product-view .product-shop > .table-events, .product-view .box-collateral > .table-events, .panel > .table-testimonial, .product-view .product-shop > .table-testimonial, .product-view .box-collateral > .table-testimonial, .panel > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table,
.panel > .table-responsive > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered,
.panel > .table-responsive > .table-events,
.product-view .product-shop > .table-responsive > .table-events,
.product-view .box-collateral > .table-responsive > .table-events,
.panel > .table-responsive > .table-testimonial,
.product-view .product-shop > .table-responsive > .table-testimonial,
.product-view .box-collateral > .table-responsive > .table-testimonial,
.panel > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .product-view .product-shop > .table-bordered > thead > tr > th:first-child, .product-view .box-collateral > .table-bordered > thead > tr > th:first-child, .panel > .table-events > thead > tr > th:first-child, .product-view .product-shop > .table-events > thead > tr > th:first-child, .product-view .box-collateral > .table-events > thead > tr > th:first-child, .panel > .table-testimonial > thead > tr > th:first-child, .product-view .product-shop > .table-testimonial > thead > tr > th:first-child, .product-view .box-collateral > .table-testimonial > thead > tr > th:first-child, .panel > .data-table > thead > tr > th:first-child, .product-view .product-shop > .data-table > thead > tr > th:first-child, .product-view .box-collateral > .data-table > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.panel > .table-events > thead > tr > td:first-child,
.product-view .product-shop > .table-events > thead > tr > td:first-child,
.product-view .box-collateral > .table-events > thead > tr > td:first-child,
.panel > .table-testimonial > thead > tr > td:first-child,
.product-view .product-shop > .table-testimonial > thead > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > thead > tr > td:first-child,
.panel > .data-table > thead > tr > td:first-child,
.product-view .product-shop > .data-table > thead > tr > td:first-child,
.product-view .box-collateral > .data-table > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.panel > .table-events > tbody > tr > th:first-child,
.product-view .product-shop > .table-events > tbody > tr > th:first-child,
.product-view .box-collateral > .table-events > tbody > tr > th:first-child,
.panel > .table-testimonial > tbody > tr > th:first-child,
.product-view .product-shop > .table-testimonial > tbody > tr > th:first-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > th:first-child,
.panel > .data-table > tbody > tr > th:first-child,
.product-view .product-shop > .data-table > tbody > tr > th:first-child,
.product-view .box-collateral > .data-table > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.panel > .table-events > tbody > tr > td:first-child,
.product-view .product-shop > .table-events > tbody > tr > td:first-child,
.product-view .box-collateral > .table-events > tbody > tr > td:first-child,
.panel > .table-testimonial > tbody > tr > td:first-child,
.product-view .product-shop > .table-testimonial > tbody > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > td:first-child,
.panel > .data-table > tbody > tr > td:first-child,
.product-view .product-shop > .data-table > tbody > tr > td:first-child,
.product-view .box-collateral > .data-table > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-events > tfoot > tr > th:first-child,
.product-view .product-shop > .table-events > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-events > tfoot > tr > th:first-child,
.panel > .table-testimonial > tfoot > tr > th:first-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > th:first-child,
.panel > .data-table > tfoot > tr > th:first-child,
.product-view .product-shop > .data-table > tfoot > tr > th:first-child,
.product-view .box-collateral > .data-table > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-events > tfoot > tr > td:first-child,
.product-view .product-shop > .table-events > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-events > tfoot > tr > td:first-child,
.panel > .table-testimonial > tfoot > tr > td:first-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > td:first-child,
.panel > .data-table > tfoot > tr > td:first-child,
.product-view .product-shop > .data-table > tfoot > tr > td:first-child,
.product-view .box-collateral > .data-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-events > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.panel > .table-responsive > .data-table > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-events > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.panel > .table-responsive > .data-table > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-events > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.panel > .table-responsive > .data-table > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-events > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.panel > .table-responsive > .data-table > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-events > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.panel > .table-responsive > .data-table > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-events > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.panel > .table-responsive > .data-table > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .product-view .product-shop > .table-bordered > thead > tr > th:last-child, .product-view .box-collateral > .table-bordered > thead > tr > th:last-child, .panel > .table-events > thead > tr > th:last-child, .product-view .product-shop > .table-events > thead > tr > th:last-child, .product-view .box-collateral > .table-events > thead > tr > th:last-child, .panel > .table-testimonial > thead > tr > th:last-child, .product-view .product-shop > .table-testimonial > thead > tr > th:last-child, .product-view .box-collateral > .table-testimonial > thead > tr > th:last-child, .panel > .data-table > thead > tr > th:last-child, .product-view .product-shop > .data-table > thead > tr > th:last-child, .product-view .box-collateral > .data-table > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.panel > .table-events > thead > tr > td:last-child,
.product-view .product-shop > .table-events > thead > tr > td:last-child,
.product-view .box-collateral > .table-events > thead > tr > td:last-child,
.panel > .table-testimonial > thead > tr > td:last-child,
.product-view .product-shop > .table-testimonial > thead > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > thead > tr > td:last-child,
.panel > .data-table > thead > tr > td:last-child,
.product-view .product-shop > .data-table > thead > tr > td:last-child,
.product-view .box-collateral > .data-table > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.panel > .table-events > tbody > tr > th:last-child,
.product-view .product-shop > .table-events > tbody > tr > th:last-child,
.product-view .box-collateral > .table-events > tbody > tr > th:last-child,
.panel > .table-testimonial > tbody > tr > th:last-child,
.product-view .product-shop > .table-testimonial > tbody > tr > th:last-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > th:last-child,
.panel > .data-table > tbody > tr > th:last-child,
.product-view .product-shop > .data-table > tbody > tr > th:last-child,
.product-view .box-collateral > .data-table > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.panel > .table-events > tbody > tr > td:last-child,
.product-view .product-shop > .table-events > tbody > tr > td:last-child,
.product-view .box-collateral > .table-events > tbody > tr > td:last-child,
.panel > .table-testimonial > tbody > tr > td:last-child,
.product-view .product-shop > .table-testimonial > tbody > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > td:last-child,
.panel > .data-table > tbody > tr > td:last-child,
.product-view .product-shop > .data-table > tbody > tr > td:last-child,
.product-view .box-collateral > .data-table > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-events > tfoot > tr > th:last-child,
.product-view .product-shop > .table-events > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-events > tfoot > tr > th:last-child,
.panel > .table-testimonial > tfoot > tr > th:last-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > th:last-child,
.panel > .data-table > tfoot > tr > th:last-child,
.product-view .product-shop > .data-table > tfoot > tr > th:last-child,
.product-view .box-collateral > .data-table > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-events > tfoot > tr > td:last-child,
.product-view .product-shop > .table-events > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-events > tfoot > tr > td:last-child,
.panel > .table-testimonial > tfoot > tr > td:last-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > td:last-child,
.panel > .data-table > tfoot > tr > td:last-child,
.product-view .product-shop > .data-table > tfoot > tr > td:last-child,
.product-view .box-collateral > .data-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-events > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.panel > .table-responsive > .data-table > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-events > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.panel > .table-responsive > .data-table > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-events > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.panel > .table-responsive > .data-table > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-events > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.panel > .table-responsive > .data-table > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-events > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.panel > .table-responsive > .data-table > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-events > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.panel > .table-responsive > .data-table > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .product-view .product-shop > .table-bordered > thead > tr:first-child > td, .product-view .box-collateral > .table-bordered > thead > tr:first-child > td, .panel > .table-events > thead > tr:first-child > td, .product-view .product-shop > .table-events > thead > tr:first-child > td, .product-view .box-collateral > .table-events > thead > tr:first-child > td, .panel > .table-testimonial > thead > tr:first-child > td, .product-view .product-shop > .table-testimonial > thead > tr:first-child > td, .product-view .box-collateral > .table-testimonial > thead > tr:first-child > td, .panel > .data-table > thead > tr:first-child > td, .product-view .product-shop > .data-table > thead > tr:first-child > td, .product-view .box-collateral > .data-table > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
.panel > .table-events > thead > tr:first-child > th,
.product-view .product-shop > .table-events > thead > tr:first-child > th,
.product-view .box-collateral > .table-events > thead > tr:first-child > th,
.panel > .table-testimonial > thead > tr:first-child > th,
.product-view .product-shop > .table-testimonial > thead > tr:first-child > th,
.product-view .box-collateral > .table-testimonial > thead > tr:first-child > th,
.panel > .data-table > thead > tr:first-child > th,
.product-view .product-shop > .data-table > thead > tr:first-child > th,
.product-view .box-collateral > .data-table > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
.panel > .table-events > tbody > tr:first-child > td,
.product-view .product-shop > .table-events > tbody > tr:first-child > td,
.product-view .box-collateral > .table-events > tbody > tr:first-child > td,
.panel > .table-testimonial > tbody > tr:first-child > td,
.product-view .product-shop > .table-testimonial > tbody > tr:first-child > td,
.product-view .box-collateral > .table-testimonial > tbody > tr:first-child > td,
.panel > .data-table > tbody > tr:first-child > td,
.product-view .product-shop > .data-table > tbody > tr:first-child > td,
.product-view .box-collateral > .data-table > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
.panel > .table-events > tbody > tr:first-child > th,
.product-view .product-shop > .table-events > tbody > tr:first-child > th,
.product-view .box-collateral > .table-events > tbody > tr:first-child > th,
.panel > .table-testimonial > tbody > tr:first-child > th,
.product-view .product-shop > .table-testimonial > tbody > tr:first-child > th,
.product-view .box-collateral > .table-testimonial > tbody > tr:first-child > th,
.panel > .data-table > tbody > tr:first-child > th,
.product-view .product-shop > .data-table > tbody > tr:first-child > th,
.product-view .box-collateral > .data-table > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-events > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-events > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr:first-child > td,
.panel > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.panel > .table-responsive > .data-table > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-events > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-events > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr:first-child > th,
.panel > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.panel > .table-responsive > .data-table > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-events > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:first-child > td,
.panel > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.panel > .table-responsive > .data-table > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-events > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:first-child > th,
.panel > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.panel > .table-responsive > .data-table > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .product-view .product-shop > .table-bordered > tbody > tr:last-child > td, .product-view .box-collateral > .table-bordered > tbody > tr:last-child > td, .panel > .table-events > tbody > tr:last-child > td, .product-view .product-shop > .table-events > tbody > tr:last-child > td, .product-view .box-collateral > .table-events > tbody > tr:last-child > td, .panel > .table-testimonial > tbody > tr:last-child > td, .product-view .product-shop > .table-testimonial > tbody > tr:last-child > td, .product-view .box-collateral > .table-testimonial > tbody > tr:last-child > td, .panel > .data-table > tbody > tr:last-child > td, .product-view .product-shop > .data-table > tbody > tr:last-child > td, .product-view .box-collateral > .data-table > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.panel > .table-events > tbody > tr:last-child > th,
.product-view .product-shop > .table-events > tbody > tr:last-child > th,
.product-view .box-collateral > .table-events > tbody > tr:last-child > th,
.panel > .table-testimonial > tbody > tr:last-child > th,
.product-view .product-shop > .table-testimonial > tbody > tr:last-child > th,
.product-view .box-collateral > .table-testimonial > tbody > tr:last-child > th,
.panel > .data-table > tbody > tr:last-child > th,
.product-view .product-shop > .data-table > tbody > tr:last-child > th,
.product-view .box-collateral > .data-table > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-events > tfoot > tr:last-child > td,
.product-view .product-shop > .table-events > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-events > tfoot > tr:last-child > td,
.panel > .table-testimonial > tfoot > tr:last-child > td,
.product-view .product-shop > .table-testimonial > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-testimonial > tfoot > tr:last-child > td,
.panel > .data-table > tfoot > tr:last-child > td,
.product-view .product-shop > .data-table > tfoot > tr:last-child > td,
.product-view .box-collateral > .data-table > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-events > tfoot > tr:last-child > th,
.product-view .product-shop > .table-events > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-events > tfoot > tr:last-child > th,
.panel > .table-testimonial > tfoot > tr:last-child > th,
.product-view .product-shop > .table-testimonial > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-testimonial > tfoot > tr:last-child > th,
.panel > .data-table > tfoot > tr:last-child > th,
.product-view .product-shop > .data-table > tfoot > tr:last-child > th,
.product-view .box-collateral > .data-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-events > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:last-child > td,
.panel > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.panel > .table-responsive > .data-table > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-events > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:last-child > th,
.panel > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.panel > .table-responsive > .data-table > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-events > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.panel > .table-responsive > .data-table > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-events > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.panel > .table-responsive > .data-table > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, .product-view .product-shop > .table-responsive, .product-view .box-collateral > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group .product-view .product-shop, .product-view .panel-group .product-shop, .panel-group .product-view .box-collateral, .product-view .panel-group .box-collateral {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel, .panel-group .product-view .product-shop + .panel, .product-view .panel-group .product-shop + .panel, .panel-group .product-view .box-collateral + .panel, .product-view .panel-group .box-collateral + .panel, .panel-group .product-view .panel + .product-shop, .product-view .panel-group .panel + .product-shop, .panel-group .product-view .product-shop + .product-shop, .product-view .panel-group .product-shop + .product-shop, .panel-group .product-view .box-collateral + .product-shop, .product-view .panel-group .box-collateral + .product-shop, .panel-group .product-view .panel + .box-collateral, .product-view .panel-group .panel + .box-collateral, .panel-group .product-view .product-shop + .box-collateral, .product-view .panel-group .product-shop + .box-collateral, .panel-group .product-view .box-collateral + .box-collateral, .product-view .panel-group .box-collateral + .box-collateral {
  margin-top: 5px;
}
.panel-group .panel-heading, .panel-group .product-view .product-shop .product-name, .product-view .product-shop .panel-group .product-name, .panel-group .product-view .box-collateral > h2, .product-view .panel-group .box-collateral > h2 {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .product-view .product-shop .product-name + .panel-collapse > .panel-body, .product-view .product-shop .panel-group .product-name + .panel-collapse > .panel-body, .panel-group .product-view .box-collateral > h2 + .panel-collapse > .panel-body, .product-view .panel-group .box-collateral > h2 + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .product-view .product-shop .product-name + .panel-collapse > .list-group,
.product-view .product-shop .panel-group .product-name + .panel-collapse > .list-group,
.panel-group .product-view .box-collateral > h2 + .panel-collapse > .list-group,
.product-view .panel-group .box-collateral > h2 + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #adafb1;
}
.panel-default > .panel-heading, .product-view .product-shop .panel-default > .product-name, .product-view .box-collateral.panel-default > h2 {
  color: #797b7f;
  background-color: #EF2829;
  border-color: #adafb1;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-default > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-default > h2 + .panel-collapse > .panel-body {
  border-top-color: #adafb1;
}
.panel-default > .panel-heading .badge, .product-view .product-shop .panel-default > .product-name .badge, .product-view .box-collateral.panel-default > h2 .badge {
  color: #EF2829;
  background-color: #797b7f;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #adafb1;
}

.panel-primary {
  border-color: #EF2829;
}
.panel-primary > .panel-heading, .product-view .product-shop .panel-primary > .product-name, .product-view .box-collateral.panel-primary > h2 {
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-primary > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-primary > h2 + .panel-collapse > .panel-body {
  border-top-color: #EF2829;
}
.panel-primary > .panel-heading .badge, .product-view .product-shop .panel-primary > .product-name .badge, .product-view .box-collateral.panel-primary > h2 .badge {
  color: #EF2829;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EF2829;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading, .product-view .product-shop .panel-success > .product-name, .product-view .box-collateral.panel-success > h2 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-success > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-success > h2 + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge, .product-view .product-shop .panel-success > .product-name .badge, .product-view .box-collateral.panel-success > h2 .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading, .product-view .product-shop .panel-info > .product-name, .product-view .box-collateral.panel-info > h2 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-info > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-info > h2 + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge, .product-view .product-shop .panel-info > .product-name .badge, .product-view .box-collateral.panel-info > h2 .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading, .product-view .product-shop .panel-warning > .product-name, .product-view .box-collateral.panel-warning > h2 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-warning > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-warning > h2 + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge, .product-view .product-shop .panel-warning > .product-name .badge, .product-view .box-collateral.panel-warning > h2 .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading, .product-view .product-shop .panel-danger > .product-name, .product-view .box-collateral.panel-danger > h2 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-danger > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-danger > h2 + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge, .product-view .product-shop .panel-danger > .product-name .badge, .product-view .box-collateral.panel-danger > h2 .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, .advanced-search-summary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm, .advanced-search-summary {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 768px) {
  .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.add-margins > .row {
  margin-left: 15px;
  margin-right: 15px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: auto;
}

.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: auto;
}

.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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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: auto;
  }

  .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: auto;
  }

  .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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: auto;
  }

  .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: auto;
  }

  .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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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: auto;
  }

  .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: auto;
  }

  .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%;
  }
}
@media (max-width: 768px) {
  .row > .left-col + .center-col {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .row > .left-col + .center-col {
    float: left;
    width: 41.66667%;
  }
}

@media (max-width: 992px) {
  .row > .left-col + .center-col {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .row > .left-col + .center-col {
    float: left;
    width: 50%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #797b7f;
  background-color: #e1e1e1;
}

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

button {
  border: 0;
}

a {
  color: #797b7f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #EF2829;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail, .products-list .product-image img, .product-thumbnail,
.product-image, .product-essential .product-img-box img, .news .item-thumbnail,
.news .item-image,
.news .item-media {
  padding: 0;
  line-height: 20px;
  background-color: transparent;
  border: 1px solid #adafb1;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 #e1e1e1;
}
hr.small {
  margin-top: 0;
  margin-bottom: 20px;
}

.equal-height {
  display: table;
  height: 100%;
}
.equal-height .equal-height-col {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  float: none;
}
@media (max-width: 768px) {
  .equal-height {
    display: block;
  }
  .equal-height .equal-height-col {
    display: block;
  }
}

@media (max-width: 992px) {
  .home-showroom-main {
    display: block;
  }
  .home-showroom-main .equal-height-col {
    display: block;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

/* ********************************************** 
   Magento-default styles
   ******************************************** */
.page-popup {
  padding: 0;
}

header[role="banner"] {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
header[role="banner"]:before, header[role="banner"]:after {
  content: " ";
  display: table;
}
header[role="banner"]:after {
  clear: both;
}
header[role="banner"] > .logo {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  header[role="banner"] > .logo {
    float: left;
    width: 41.66667%;
  }
}
header[role="banner"] .quick-access {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: left;
    width: 160px;
  }
  header[role="banner"] .form-language .form-control, header[role="banner"] .form-language .post-component form .gbs3 input, .post-component form .gbs3 header[role="banner"] .form-language input,
  header[role="banner"] .form-language .post-component form .gbs3 select,
  .post-component form .gbs3 header[role="banner"] .form-language select,
  header[role="banner"] .form-language .post-component form .form-group input,
  .post-component form .form-group header[role="banner"] .form-language input,
  header[role="banner"] .form-language .post-component form .form-group select,
  .post-component form .form-group header[role="banner"] .form-language select,
  header[role="banner"] .form-language .main-container form .gbs3 input,
  .main-container form .gbs3 header[role="banner"] .form-language input,
  header[role="banner"] .form-language .main-container form .gbs3 select,
  .main-container form .gbs3 header[role="banner"] .form-language select,
  header[role="banner"] .form-language .main-container form .form-group input,
  .main-container form .form-group header[role="banner"] .form-language input,
  header[role="banner"] .form-language .main-container form .form-group select,
  .main-container form .form-group header[role="banner"] .form-language select, header[role="banner"] .form-language .product-options dd .input-text, .product-options dd header[role="banner"] .form-language .input-text,
  header[role="banner"] .form-language .product-options dd select,
  .product-options dd header[role="banner"] .form-language select,
  header[role="banner"] .form-language .product-options dd textarea,
  .product-options dd header[role="banner"] .form-language textarea {
    width: 120px;
  }
  header[role="banner"] .links {
    float: right;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: right;
  }
}

aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    display: block;
  }
}

h1, h2, h3, h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo Black", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.15;
  color: #000;
}
h1 small,
h1 .small,
h1 .navbar-nav li p.small,
.navbar-nav li h1 p.small, h2 small,
h2 .small,
h2 .navbar-nav li p.small,
.navbar-nav li h2 p.small, h3 small,
h3 .small,
h3 .navbar-nav li p.small,
.navbar-nav li h3 p.small, h4 small, #cart-view .billto-shipto span small, #cart-view .cart-summary tr:last-of-type td small, #cart-view .vm-fieldset-customer-note .customer-note small, #cart-view .vm-fieldset-tos span.tos small,
h4 .small,
#cart-view .billto-shipto span .small,
#cart-view .cart-summary tr:last-of-type td .small,
#cart-view .vm-fieldset-customer-note .customer-note .small,
#cart-view .vm-fieldset-tos span.tos .small,
h4 .navbar-nav li p.small,
.navbar-nav li h4 p.small, h5 small,
h5 .small,
h5 .navbar-nav li p.small,
.navbar-nav li h5 p.small, h6 small,
h6 .small,
h6 .navbar-nav li p.small,
.navbar-nav li h6 p.small,
.h1 small,
.h1 .small,
.h1 .navbar-nav li p.small,
.navbar-nav li .h1 p.small, .h2 small,
.h2 .small,
.h2 .navbar-nav li p.small,
.navbar-nav li .h2 p.small, .h3 small,
.h3 .small,
.h3 .navbar-nav li p.small,
.navbar-nav li .h3 p.small, .h4 small,
.h4 .small,
.h4 .navbar-nav li p.small,
.navbar-nav li .h4 p.small, .h5 small,
.h5 .small,
.h5 .navbar-nav li p.small,
.navbar-nav li .h5 p.small, .h6 small,
.h6 .small,
.h6 .navbar-nav li p.small,
.navbar-nav li .h6 p.small {
  font-weight: normal;
  line-height: 1;
  color: #adafb1;
}
h1 .reversed, h2 .reversed, h3 .reversed, h4 .reversed, #cart-view .billto-shipto span .reversed, #cart-view .cart-summary tr:last-of-type td .reversed, #cart-view .vm-fieldset-customer-note .customer-note .reversed, #cart-view .vm-fieldset-tos span.tos .reversed, h5 .reversed, h6 .reversed,
.h1 .reversed, .h2 .reversed, .h3 .reversed, .h4 .reversed, .h5 .reversed, .h6 .reversed {
  color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h1 .navbar-nav li p.small,
.navbar-nav li h1 p.small, .h1 small,
.h1 .small,
.h1 .navbar-nav li p.small,
.navbar-nav li .h1 p.small,
h2 small,
h2 .small,
h2 .navbar-nav li p.small,
.navbar-nav li h2 p.small, .h2 small,
.h2 .small,
.h2 .navbar-nav li p.small,
.navbar-nav li .h2 p.small,
h3 small,
h3 .small,
h3 .navbar-nav li p.small,
.navbar-nav li h3 p.small, .h3 small,
.h3 .small,
.h3 .navbar-nav li p.small,
.navbar-nav li .h3 p.small {
  font-size: 65%;
}

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, #cart-view .billto-shipto span small, #cart-view .cart-summary tr:last-of-type td small, #cart-view .vm-fieldset-customer-note .customer-note small, #cart-view .vm-fieldset-tos span.tos small,
h4 .small,
#cart-view .billto-shipto span .small,
#cart-view .cart-summary tr:last-of-type td .small,
#cart-view .vm-fieldset-customer-note .customer-note .small,
#cart-view .vm-fieldset-tos span.tos .small,
h4 .navbar-nav li p.small,
.navbar-nav li h4 p.small, .h4 small,
.h4 .small,
.h4 .navbar-nav li p.small,
.navbar-nav li .h4 p.small,
h5 small,
h5 .small,
h5 .navbar-nav li p.small,
.navbar-nav li h5 p.small, .h5 small,
.h5 .small,
.h5 .navbar-nav li p.small,
.navbar-nav li .h5 p.small,
h6 small,
h6 .small,
h6 .navbar-nav li p.small,
.navbar-nav li h6 p.small, .h6 small,
.h6 .small,
.h6 .navbar-nav li p.small,
.navbar-nav li .h6 p.small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 90px;
}

h2, .h2 {
  font-size: 50px;
}

h3, .h3 {
  font-size: 20px;
}

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4 {
  font-size: 17.25px;
  font-weight: 400;
  color: #797b7f;
}

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

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

.reversed h1, .reversed h2, .reversed h3, .reversed h4, .reversed #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed span, .reversed #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed td, .reversed #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed .customer-note, .reversed #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed span.tos, .reversed h5, .reversed h6,
.reversed .h1, .reversed .h2, .reversed .h3, .reversed .h4, .reversed .h5, .reversed .h6 {
  color: #fff;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

.std p,
.std dd,
.std ul,
.std ol {
  max-width: 768px;
}

small,
.small,
.navbar-nav li p.small {
  font-size: 80%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #adafb1;
}

.text-primary {
  color: #EF2829;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d41011;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #EF2829;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d41011;
}

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

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

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

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

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

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

.page-header, .page-title {
  padding-bottom: 0;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

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

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

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

div[role="main"] dd {
  margin-bottom: 10px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #EF2829;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
blockquote .navbar-nav li p.small,
.navbar-nav li blockquote p.small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote .navbar-nav li p.small:before,
.navbar-nav li blockquote p.small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EF2829;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
.blockquote-reverse .navbar-nav li p.small:before,
.navbar-nav li .blockquote-reverse p.small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
.blockquote-reverse .navbar-nav li p.small:after,
.navbar-nav li .blockquote-reverse p.small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

/* ********************************************** 
   Magneto-default styles
   ********************************************** */
.page-title {
  margin-top: 0;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.title-buttons {
  text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3,
.title-buttons h4,
.title-buttons #cart-view .billto-shipto span,
#cart-view .billto-shipto .title-buttons span,
.title-buttons #cart-view .cart-summary tr:last-of-type td,
#cart-view .cart-summary tr:last-of-type .title-buttons td,
.title-buttons #cart-view .vm-fieldset-customer-note .customer-note,
#cart-view .vm-fieldset-customer-note .title-buttons .customer-note,
.title-buttons #cart-view .vm-fieldset-tos span.tos,
#cart-view .vm-fieldset-tos .title-buttons span.tos, .title-buttons h5, .title-buttons h6 {
  float: left;
}

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

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.branding {
  padding: 20px 15px;
}

header .menu {
  position: relative;
  z-index: 25;
}

.menu .row {
  position: relative;
}

@media (max-width: 768px) {
  .menu-social {
    display: none;
  }
}
.menu.secondary {
  clear: both;
  overflow: hidden;
}

header .menu .navbar-nav {
  margin-left: -5px;
  padding: 0;
}
@media (min-width: 768px) {
  header .menu .navbar-nav > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 992px) {
  header .menu .navbar-nav {
    padding: 0;
  }
  header .menu .navbar-nav > li > a {
    padding: 10px 5px;
  }
}
header .menu .navbar-nav li.parent li.parent:hover > a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 280px;
  width: 15px;
  height: 100%;
  z-index: 10000;
  border-left: 10px #EF2829 solid;
  border-top: 30px transparent solid;
  border-bottom: 30px transparent solid;
}
header .menu .navbar-nav li.parent li.parent:hover > .nav-child {
  display: block;
  position: absolute;
  top: 0;
  left: 280px;
}

@media (max-width: 767px) {
  header .menu .navbar-nav {
    display: none;
    padding: 0;
    margin: 0;
  }
  header .menu .navbar-nav > li {
    display: block;
  }
  header .menu .navbar-nav > li a {
    padding-left: 0;
    width: 100%;
  }
  header .menu .navbar-nav ul li {
    background-color: transparent;
    display: block;
  }
  header .menu .navbar-nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  header .menu .navbar-nav ul li:hover > a:after {
    display: none !important;
  }
  header .menu .navbar-nav ul > li:hover > .nav-child {
    display: none;
  }
  header .menu .navbar-nav .nav-child .menu-toggle {
    display: none !important;
  }
  header .menu .navbar-nav .nav-child .nav-child {
    display: none !important;
  }
  header .menu .navbar-nav > li > a {
    padding: 10px 5px;
  }
}
.menu-toggle {
  position: absolute;
  right: 5px;
  top: 3.75px;
  z-index: 1100;
}

.navbar-holder {
  float: none;
  display: inline-block;
  height: auto;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .navbar-holder.push-right {
    float: left;
  }
}

.navbar-nav ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.navbar-nav li {
  position: relative;
  float: none;
  display: inline-block;
  z-index: 20;
}
.navbar-nav li a {
  display: block;
}

.navbar-nav .nav-child .nav-child li:hover {
  z-index: 100;
}
.navbar-nav .nav-child .nav-child img.menu-img {
  position: absolute;
  bottom: 5px;
  right: -20px;
}
.navbar-nav .nav-child .nav-child .title-with-image {
  min-height: 50px;
  max-width: 150px;
  display: inline-block;
}

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.nav .dropdown-toggle {
  display: inline-block;
  display: inline-block;
}

@media (min-width: 768px) {
  .navbar-toggle, .menu-toggle {
    display: none;
  }

  .nav li {
    display: inline-block;
  }

  .nav ul {
    display: none;
    padding: 0;
  }

  .nav a {
    padding: 5px;
    display: block;
  }

  .nav .parent {
    position: relative;
  }
}
.navbar-vertical li, .nav-virtuemart li {
  display: block;
  float: none;
}
.navbar-vertical .navbar-toggle, .nav-virtuemart .navbar-toggle {
  display: none;
}

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.post-footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.post-footer a {
  color: #fff;
}
.post-footer a:before {
  content: "///";
  color: #EF2829;
  padding-right: 2.5px;
}
.post-footer a:hover {
  text-decoration: none;
}

.post-footer-links div {
  display: inline-block;
}

.prefooter {
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-color: #e1e1e1;
  border-top: solid 2px #939598;
}
@media (min-width: 992px) {
  .prefooter {
    background-image: url(../../images/newsletter-bg.png);
  }
}

.footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}
.footer img {
  max-width: 100%;
}

.prefooter {
  padding-bottom: 40px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .phone-social {
  text-align: right;
}

.post-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.footer-menu ul {
  list-style: none;
}
.footer-menu ul li {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer-menu ul li a {
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #EF2829;
}

footer ul.navbar-nav li .menu-toggle {
  display: none;
}

.home-section1 {
  position: relative;
  overflow: hidden;
}

.home-section2 {
  position: relative;
  overflow: hidden;
}

.home-section3 {
  position: relative;
}

.home-section4 {
  position: relative;
  padding-bottom: 40px;
}

.home-page header {
  padding-bottom: 0;
}

.left-col,
.center-col,
.right-col {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .left-col,
  .center-col,
  .right-col {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 992px) {
  .center-col {
    margin-bottom: 20px;
  }
}

.right-col {
  padding-left: 15px;
}
@media (max-width: 992px) {
  .right-col {
    padding-left: 0;
    clear: both;
    overflow: hidden;
  }
}
.right-col .panel-feature {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 992px) {
  .right-col .panel-feature {
    max-width: 50%;
    width: calc(50% - 7.5px);
    float: left;
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .right-col .panel-feature:nth-of-type(2n+1) {
    margin-right: 0;
  }
}

.left-col {
  padding-right: 15px;
}

.post-component,
.main-container {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
@media (min-width: 768px) {
  .post-component,
  .main-container {
    left: 8.33333%;
  }
}
@media (min-width: 768px) {
  .post-component,
  .main-container {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .post-component,
  .main-container {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .post-component,
  .main-container {
    left: 8.33333%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .post-component,
  .main-container {
    float: left;
    width: 75%;
  }
}

.content-wrapper .content-header {
  position: relative;
}

.post-component form,
.main-container form {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.post-component form .gbs3 .gcore-label-left,
.post-component form .form-group .gcore-label-left,
.main-container form .gbs3 .gcore-label-left,
.main-container form .form-group .gcore-label-left {
  min-width: 300px;
  max-width: 300px;
}

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

img {
  width: auto;
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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 {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.social-block i {
  color: #fff;
  font-size: 20px;
  padding-left: 5px;
}

.clearfix, .page-title, .products-list li.item, .add-to-box, .product-view .box-collateral, .product-view .box-reviews dd, .advanced-search-summary {
  clear: both;
}

ul {
  list-style: none;
}

div[itemprop="articleBody"] ul {
  padding: 0;
}
div[itemprop="articleBody"] ul li:before {
  content: "\25BA";
  color: #EF2829;
  font-size: 0.75em;
  padding-right: 15px;
}

h1, h2, h3, h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Archivo Black", Arial, sans-serif;
  line-height: 1em;
  color: #000;
}
h1 small,
h1 .small,
h1 .navbar-nav li p.small,
.navbar-nav li h1 p.small, h2 small,
h2 .small,
h2 .navbar-nav li p.small,
.navbar-nav li h2 p.small, h3 small,
h3 .small,
h3 .navbar-nav li p.small,
.navbar-nav li h3 p.small, h4 small, #cart-view .billto-shipto span small, #cart-view .cart-summary tr:last-of-type td small, #cart-view .vm-fieldset-customer-note .customer-note small, #cart-view .vm-fieldset-tos span.tos small,
h4 .small,
#cart-view .billto-shipto span .small,
#cart-view .cart-summary tr:last-of-type td .small,
#cart-view .vm-fieldset-customer-note .customer-note .small,
#cart-view .vm-fieldset-tos span.tos .small,
h4 .navbar-nav li p.small,
.navbar-nav li h4 p.small, h5 small,
h5 .small,
h5 .navbar-nav li p.small,
.navbar-nav li h5 p.small, h6 small,
h6 .small,
h6 .navbar-nav li p.small,
.navbar-nav li h6 p.small,
.h1 small,
.h1 .small,
.h1 .navbar-nav li p.small,
.navbar-nav li .h1 p.small, .h2 small,
.h2 .small,
.h2 .navbar-nav li p.small,
.navbar-nav li .h2 p.small, .h3 small,
.h3 .small,
.h3 .navbar-nav li p.small,
.navbar-nav li .h3 p.small, .h4 small,
.h4 .small,
.h4 .navbar-nav li p.small,
.navbar-nav li .h4 p.small, .h5 small,
.h5 .small,
.h5 .navbar-nav li p.small,
.navbar-nav li .h5 p.small, .h6 small,
.h6 .small,
.h6 .navbar-nav li p.small,
.navbar-nav li .h6 p.small {
  font-weight: normal;
  line-height: 1;
  color: #adafb1;
}
h1 .reversed, h2 .reversed, h3 .reversed, h4 .reversed, #cart-view .billto-shipto span .reversed, #cart-view .cart-summary tr:last-of-type td .reversed, #cart-view .vm-fieldset-customer-note .customer-note .reversed, #cart-view .vm-fieldset-tos span.tos .reversed, h5 .reversed, h6 .reversed,
.h1 .reversed, .h2 .reversed, .h3 .reversed, .h4 .reversed, .h5 .reversed, .h6 .reversed {
  color: #fff;
}

h1, .h1 {
  font-size: 90px;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 50px;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 20px;
  /* Variant: branded colour --- such a specific style should be placed elsewhere*/
}

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4 {
  font-size: 17.25px;
  text-transform: uppercase;
}

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

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

h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, #cart-view .billto-shipto span, #cart-view .cart-summary tr:last-of-type td, #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-tos span.tos, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
h1 a, h2 a, h3 a, h4 a, #cart-view .billto-shipto span a, #cart-view .cart-summary tr:last-of-type td a, #cart-view .vm-fieldset-customer-note .customer-note a, #cart-view .vm-fieldset-tos span.tos a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #cart-view .billto-shipto span a:hover, #cart-view .cart-summary tr:last-of-type td a:hover, #cart-view .vm-fieldset-customer-note .customer-note a:hover, #cart-view .vm-fieldset-tos span.tos a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;
  color: #EF2829;
}

.reversed h1, .reversed h2, .reversed h3, .reversed h4, .reversed #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed span, .reversed #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed td, .reversed #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed .customer-note, .reversed #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed span.tos, .reversed h5, .reversed h6,
.reversed .h1, .reversed .h2, .reversed .h3, .reversed .h4, .reversed .h5, .reversed .h6 {
  color: #fff;
}
.reversed a h1, .reversed a h2, .reversed a h3, .reversed a h4, .reversed a #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed a span, .reversed a #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed a td, .reversed a #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed a .customer-note, .reversed a #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed a span.tos, .reversed a h5, .reversed a h6,
.reversed a .h1, .reversed a .h2, .reversed a .h3, .reversed a .h4, .reversed a .h5, .reversed a .h6 {
  color: #fff;
}
.reversed a:hover h1, .reversed a:hover h2, .reversed a:hover h3, .reversed a:hover h4, .reversed a:hover #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed a:hover span, .reversed a:hover #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed a:hover td, .reversed a:hover #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed a:hover .customer-note, .reversed a:hover #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed a:hover span.tos, .reversed a:hover h5, .reversed a:hover h6,
.reversed a:hover .h1, .reversed a:hover .h2, .reversed a:hover .h3, .reversed a:hover .h4, .reversed a:hover .h5, .reversed a:hover .h6 {
  text-decoration: none;
  color: #EF2829;
}
.reversed h1, .reversed h2, .reversed h3, .reversed h4, .reversed #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed span, .reversed #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed td, .reversed #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed .customer-note, .reversed #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed span.tos, .reversed h5, .reversed h6,
.reversed .h1, .reversed .h2, .reversed .h3, .reversed .h4, .reversed .h5, .reversed .h6 {
  margin-top: 0;
}
.reversed h1 a, .reversed h2 a, .reversed h3 a, .reversed h4 a, .reversed #cart-view .billto-shipto span a, #cart-view .billto-shipto .reversed span a, .reversed #cart-view .cart-summary tr:last-of-type td a, #cart-view .cart-summary tr:last-of-type .reversed td a, .reversed #cart-view .vm-fieldset-customer-note .customer-note a, #cart-view .vm-fieldset-customer-note .reversed .customer-note a, .reversed #cart-view .vm-fieldset-tos span.tos a, #cart-view .vm-fieldset-tos .reversed span.tos a, .reversed h5 a, .reversed h6 a,
.reversed .h1 a, .reversed .h2 a, .reversed .h3 a, .reversed .h4 a, .reversed .h5 a, .reversed .h6 a {
  color: #fff;
}
.reversed h1 a:hover, .reversed h2 a:hover, .reversed h3 a:hover, .reversed h4 a:hover, .reversed #cart-view .billto-shipto span a:hover, #cart-view .billto-shipto .reversed span a:hover, .reversed #cart-view .cart-summary tr:last-of-type td a:hover, #cart-view .cart-summary tr:last-of-type .reversed td a:hover, .reversed #cart-view .vm-fieldset-customer-note .customer-note a:hover, #cart-view .vm-fieldset-customer-note .reversed .customer-note a:hover, .reversed #cart-view .vm-fieldset-tos span.tos a:hover, #cart-view .vm-fieldset-tos .reversed span.tos a:hover, .reversed h5 a:hover, .reversed h6 a:hover,
.reversed .h1 a:hover, .reversed .h2 a:hover, .reversed .h3 a:hover, .reversed .h4 a:hover, .reversed .h5 a:hover, .reversed .h6 a:hover {
  text-decoration: none;
  color: #EF2829;
}

.main-container h1, .main-container h2, .main-container h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  line-height: 0.85em;
}
@media (max-width: 768px) {
  .main-container h1, .main-container h2, .main-container h3 {
    margin-top: 10px;
  }
}
.main-container h4, .main-container #cart-view .billto-shipto span, #cart-view .billto-shipto .main-container span, .main-container #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .main-container td, .main-container #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .main-container .customer-note, .main-container #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .main-container span.tos, .main-container h5, .main-container h6 {
  margin-bottom: 5px;
  line-height: 0.85em;
}
.main-container h4, .main-container #cart-view .billto-shipto span, #cart-view .billto-shipto .main-container span, .main-container #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .main-container td, .main-container #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .main-container .customer-note, .main-container #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .main-container span.tos {
  color: #EF2829;
  margin-top: 10px;
  margin-bottom: 5px;
}

.item-subtitle {
  color: #EF2829;
}

p {
  margin: 0 0 10px;
  color: #000;
}

.reversed p {
  color: #fff;
}

.lead {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

.std p,
.std dd,
.std ul,
.std ol {
  max-width: 768px;
}

small,
.small,
.navbar-nav li p.small {
  font-size: 80%;
}

.attribution {
  color: #939598;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #adafb1;
}

.text-primary {
  color: #EF2829;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #d41011;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #EF2829;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #d41011;
}

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

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

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

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

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

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

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

.page-header, .page-title {
  padding-bottom: 0;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  color: #000;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding-left: 0;
}
ul.navigation,
ol.navigation {
  padding-left: 25px;
}
ul.navigation li,
ol.navigation li {
  line-height: 30px;
  font-family: "Archivo Black", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
ul.navigation li a,
ol.navigation li a {
  color: #000;
}
ul.navigation li a:before,
ol.navigation li a:before {
  content: "\25BA";
  font-family: "fontawesome";
  color: #EF2829;
  padding-right: 5px;
}
ul.navigation li a:hover,
ol.navigation li a:hover {
  color: #EF2829;
  text-decoration: none;
}

.main-container ul li:not(.ui-state-default),
.main-container ol li:not(.ui-state-default) {
  margin-bottom: 5px;
}
.main-container ul li:not(.ui-state-default):before,
.main-container ol li:not(.ui-state-default):before {
  content: "\25BA";
  padding-right: 5px;
  color: #EF2829;
  font-size: 10px;
  line-height: 20px;
  vertical-align: top;
}

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

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

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

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

div[role="main"] dd {
  margin-bottom: 10px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  background-color: #fdebeb;
  border-left: 0;
  color: #000;
}
blockquote:before {
  content: '';
  width: 5px;
  background-color: #EF2829;
  min-height: 30px;
  display: inline-block;
  position: relative;
  left: -5px;
  margin-right: 5px;
  vertical-align: middle;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small,
blockquote .navbar-nav li p.small,
.navbar-nav li blockquote p.small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #000;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote .navbar-nav li p.small:before,
.navbar-nav li blockquote p.small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EF2829;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
.blockquote-reverse .navbar-nav li p.small:before,
.navbar-nav li .blockquote-reverse p.small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
.blockquote-reverse .navbar-nav li p.small:after,
.navbar-nav li .blockquote-reverse p.small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

.feature-optional {
  color: #5cb85c;
  text-transform: uppercase;
  font-size: 12px;
}

.home-section1 {
  background-color: #e1e1e1;
}

.heading-white {
  color: #fff;
}

.content-wrapper {
  background-color: #fff;
  padding: 10px;
  clear: both;
  overflow: hidden;
}
.content-wrapper .content-header {
  position: relative;
  border-radius: 0;
  background-color: #adafb1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 133.33333px;
}

.content-header {
  background-image: url("../../images/Performax_header-20160211-interior-2.jpg");
  background-size: cover;
  background-position: center center;
  text-transform: uppercase;
}
.content-header h1, .content-header h2, .content-header h3 {
  text-transform: uppercase;
}
.content-header img {
  display: none;
}
.content-header:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.content-header:hover:before {
  background-color: transparent;
}

.addHeading-Showroom > .navbar-holder:before {
  content: 'Showroom';
  display: block;
  color: #fff;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  clear: both;
}

#chronoform-BookTestDrive > .gcore-form-row:nth-of-type(1):before {
  content: 'Book a test drive';
  display: block;
  color: #fff;
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  clear: both;
}

.product-action .quantity-box:before {
  content: 'Quantity';
  display: inline-block;
  margin-right: 5px;
  color: #939598;
  font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: normal;
}

.stamp-size {
  margin-right: 15px;
}

.border-top-secondary, .home-section2 {
  border-top: 2px solid #939598;
}

.border-bottom-secondary, .home-section2 {
  border-bottom: 2px solid #939598;
}

.border-top-primary {
  border-top: 2px solid #EF2829;
}

.border-bottom-primary {
  border-bottom: 2px solid #EF2829;
}

hr {
  display: block;
  margin: 40px 0;
  border: 0;
  border-top: 3px solid #EF2829;
  width: 100px;
}

.foreground-right-image {
  position: absolute;
  right: 0;
  z-index: 15;
}
@media (max-width: 992px) {
  .foreground-right-image {
    right: -15%;
    bottom: -20px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .foreground-right-image {
    right: -25%;
  }
}
@media (max-width: 480px) {
  .foreground-right-image {
    right: -40%;
  }
}

.home-section1 {
  padding: 15px;
}
@media (max-width: 768px) {
  .home-section1 {
    padding: 5px;
    padding-bottom: 10px;
  }
}

.home-showroom .slider {
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
}

.conversions-text {
  position: relative;
  z-index: 16;
}

.conversions-feature-image {
  margin-bottom: 40px;
}

.dealerships-map {
  clear: both;
  overflow: hidden;
  padding: 0 15px 15px 15px;
  background-color: #fff;
}

.btn, .post-component form .gbs3 input[type="submit"],
.post-component form .form-group input[type="submit"],
.main-container form .gbs3 input[type="submit"],
.main-container form .form-group input[type="submit"], .moduleItemReadMore, #fancybox-wrap .showcart, #fancybox-wrap .continue_link,
.button,
input[type="button"],
input[type="submit"] {
  background-color: #EF2829;
  border: solid 2px #EF2829;
  background-image: none;
  border-radius: 0;
  font-family: "Archivo Black", Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 15px;
  height: auto;
  white-space: normal;
}
.btn:before, .post-component form .gbs3 input[type="submit"]:before,
.post-component form .form-group input[type="submit"]:before,
.main-container form .gbs3 input[type="submit"]:before,
.main-container form .form-group input[type="submit"]:before, .moduleItemReadMore:before, #fancybox-wrap .showcart:before, #fancybox-wrap .continue_link:before,
.button:before,
input[type="button"]:before,
input[type="submit"]:before {
  content: "\25BA";
  padding-right: 5px;
  /* mental note: :before selectors don't work on input elements */
}
.btn:hover, .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .form-group input[type="submit"]:hover,
.main-container form .gbs3 input[type="submit"]:hover,
.main-container form .form-group input[type="submit"]:hover, .moduleItemReadMore:hover, #fancybox-wrap .showcart:hover, #fancybox-wrap .continue_link:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1200px) {
  .btn, .post-component form .gbs3 input[type="submit"],
  .post-component form .form-group input[type="submit"],
  .main-container form .gbs3 input[type="submit"],
  .main-container form .form-group input[type="submit"], .moduleItemReadMore, #fancybox-wrap .showcart, #fancybox-wrap .continue_link,
  .button,
  input[type="button"],
  input[type="submit"] {
    padding: 10px 15px;
  }
}

.btn-secondary {
  transition: all 0.25s ease-in-out, color 0.15s;
  background-color: #fff;
  color: #000;
  border-color: #fff;
  padding: 5px 10px;
}
.btn-secondary:hover {
  transition: all 0.25s ease-in-out, color 0.15s;
  background-color: #EF2829;
  color: #fff;
  border-color: #EF2829;
}

.btn-flush_left, #fancybox-wrap .continue_link {
  transition: all 0.25s ease-in-out, color 0.15s;
  background-color: #fff;
  color: #000;
  border-color: #fff;
  padding-left: 0;
}
.btn-flush_left:hover, #fancybox-wrap .continue_link:hover {
  transition: all 0.25s ease-in-out, color 0.15s;
  background-color: #fff;
  color: #000;
  border-color: #EF2829;
  padding-left: 15px;
}

.reversed .btn:hover, .reversed .post-component form .gbs3 input[type="submit"]:hover, .post-component form .gbs3 .reversed input[type="submit"]:hover,
.reversed .post-component form .form-group input[type="submit"]:hover,
.post-component form .form-group .reversed input[type="submit"]:hover,
.reversed .main-container form .gbs3 input[type="submit"]:hover,
.main-container form .gbs3 .reversed input[type="submit"]:hover,
.reversed .main-container form .form-group input[type="submit"]:hover,
.main-container form .form-group .reversed input[type="submit"]:hover, .reversed .moduleItemReadMore:hover, .reversed #fancybox-wrap .showcart:hover, #fancybox-wrap .reversed .showcart:hover, .reversed #fancybox-wrap .continue_link:hover, #fancybox-wrap .reversed .continue_link:hover,
.reversed .btn-default:hover,
.reversed .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .gbs3 .reversed input[type="submit"]:hover,
.reversed .post-component form .form-group input[type="submit"]:hover,
.post-component form .form-group .reversed input[type="submit"]:hover,
.reversed .main-container form .gbs3 input[type="submit"]:hover,
.main-container form .gbs3 .reversed input[type="submit"]:hover,
.reversed .main-container form .form-group input[type="submit"]:hover,
.main-container form .form-group .reversed input[type="submit"]:hover,
.reversed .button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #EF2829;
}

.block-link .btn, .block-link .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .block-link input[type="submit"],
.block-link .post-component form .form-group input[type="submit"],
.post-component form .form-group .block-link input[type="submit"],
.block-link .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 .block-link input[type="submit"],
.block-link .main-container form .form-group input[type="submit"],
.main-container form .form-group .block-link input[type="submit"], .block-link .moduleItemReadMore, .block-link #fancybox-wrap .showcart, #fancybox-wrap .block-link .showcart, .block-link #fancybox-wrap .continue_link, #fancybox-wrap .block-link .continue_link {
  position: absolute;
  bottom: 15px;
}
@media (max-width: 768px) {
  .block-link .btn, .block-link .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .block-link input[type="submit"],
  .block-link .post-component form .form-group input[type="submit"],
  .post-component form .form-group .block-link input[type="submit"],
  .block-link .main-container form .gbs3 input[type="submit"],
  .main-container form .gbs3 .block-link input[type="submit"],
  .block-link .main-container form .form-group input[type="submit"],
  .main-container form .form-group .block-link input[type="submit"], .block-link .moduleItemReadMore, .block-link #fancybox-wrap .showcart, #fancybox-wrap .block-link .showcart, .block-link #fancybox-wrap .continue_link, #fancybox-wrap .block-link .continue_link {
    position: relative;
    bottom: 0;
  }
}

.btn-backwards:before {
  content: "\25C4";
  padding-right: 5px;
  /* mental note: :before selectors don't work on input elements */
}

.chronoform-btn {
  margin-top: 10px;
}

.decorated-image, .main-container img {
  padding: 10px;
  background-color: #e1e1e1;
  max-height: 300px;
  display: block;
  text-align: center;
  margin: 20px auto;
  border-bottom: 2px solid #939598;
  border-top: 2px solid #939598;
}

.undecorated-image, .main-container img.naked, .main-container img.unstyled, #ftd-captcha img, .news .item-thumbnail img,
.news .item-image img,
.news .item-media img, .igallery-container img, .table-testimonial img {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

@media (max-width: 768px) {
  .main-container img {
    max-height: 200px;
  }
}

img.pull-left {
  margin-left: 0;
  margin-right: 15px;
}
img.pull-right {
  margin-right: 0;
  margin-left: 15px;
}

.menu {
  color: #fff;
  line-height: 0;
}
.menu.padding {
  padding: 10px 15px;
}
.menu.menu-submenu {
  padding: 10px 15px;
}
.menu.menu-submenu a:before {
  content: "\25BA";
  padding-right: 5px;
  color: #EF2829;
}

.slider {
  margin: 0 0 0 0;
  position: relative;
}
.slider ul.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider li.image-slide {
  position: relative;
  padding: 0;
  border: none;
}
.slider li.image-slide div.title-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.slider li.image-slide div.title-holder a {
  color: #fff;
}
.slider li.image-slide div.title-holder a:hover {
  color: #EF2829;
  text-decoration: none;
}
.slider li.image-slide .slide-image img {
  padding: 0;
  margin: 0;
  border: none;
  float: none;
}
.slider li.image-slide .moduleItemIntrotext {
  padding: 0;
}
.slider ul.flex-direction-nav {
  float: left;
  list-style: none;
}
.slider ul.flex-direction-nav li a {
  float: left;
  position: absolute;
  top: 50%;
  color: #EF2829;
  font-size: 50px;
}
.slider ul.flex-direction-nav li a.flex-prev {
  left: 0;
}
.slider ul.flex-direction-nav li a.flex-next {
  right: 0;
}
.slider ul.flex-direction-nav li a:hover {
  text-decoration: none;
}

.flexslider-carousel ul.slides {
  padding: 0 5px;
}
.flexslider-carousel div.flex-viewport {
  padding-left: 55px;
  padding-right: 60px;
}
.flexslider-carousel ul.flex-direction-nav li a {
  top: 0;
  height: 100%;
  padding: 0 25px;
  background-color: #000;
  font-size: 20px;
}
.flexslider-carousel ul.flex-direction-nav li a:hover {
  color: #fff;
  background-color: #EF2829;
}
.flexslider-carousel ul.flex-direction-nav li a span {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: calc(50% - 10px);
}

.slider .red-border-bottom .item-subtitle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #EF2829;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding: 10px 0;
  margin: 10px 0;
  clear: both;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:nth-of-type(1) .divider {
  display: none;
}
.breadcrumb li .divider {
  padding: 0 5px 0 0;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb .divider {
  color: #EF2829;
  letter-spacing: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #EF2829;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #adafb1;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #adafb1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #e1e1e1;
  border-color: #797b7f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs,
.ui-tabs-nav {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.nav-tabs > li,
.ui-tabs-nav > li {
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.ui-tabs-nav > li > a {
  display: block;
  margin-right: 0;
  padding: 10px 15px;
  line-height: 20px;
  border: 0;
  border-radius: 0;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-tabs > li > a:hover,
.ui-tabs-nav > li > a:hover {
  color: #EF2829;
  border-color: 0;
  text-decoration: none;
}
.nav-tabs > li > a:before,
.ui-tabs-nav > li > a:before {
  content: "\25BA";
  padding-right: 2.5px;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .nav-tabs > li > a:before,
  .ui-tabs-nav > li > a:before {
    content: '';
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav-tabs > li > a,
  .ui-tabs-nav > li > a {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .nav-tabs > li > a,
  .ui-tabs-nav > li > a {
    font-size: 12px;
  }
}
.nav-tabs > li.active > a, .nav-tabs > li.ui-state-active a,
.ui-tabs-nav > li.active > a,
.ui-tabs-nav > li.ui-state-active a {
  background-color: #EF2829;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.ui-state-active a, .nav-tabs > li.ui-state-active a:hover, .nav-tabs > li.ui-state-active a:focus,
.ui-tabs-nav > li.active > a,
.ui-tabs-nav > li.active > a:hover,
.ui-tabs-nav > li.active > a:focus,
.ui-tabs-nav > li.ui-state-active a,
.ui-tabs-nav > li.ui-state-active a:hover,
.ui-tabs-nav > li.ui-state-active a:focus {
  color: #fff;
  background-color: #EF2829;
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:before, .nav-tabs > li.ui-state-active a:before,
.ui-tabs-nav > li.active > a:before,
.ui-tabs-nav > li.ui-state-active a:before {
  content: "\25BC";
}

.nav-pills {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .nav-pills {
    border-spacing: 0;
  }
  .nav-pills > .nav-pill {
    margin-right: 5px;
  }
}
.nav-pills > li,
.nav-pills > .nav-pill {
  display: table-cell;
  float: none;
  width: auto !important;
  margin-bottom: 10px;
  margin-right: 5px;
  background: url(../../images/gray-arrow-from-left.png) no-repeat top left;
  border: 1px solid #939598;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-pills > li .subCategory,
.nav-pills > .nav-pill .subCategory {
  height: auto !important;
}
.nav-pills > li a,
.nav-pills > .nav-pill a {
  display: block;
  padding: 20px 25px;
  color: #000;
  text-decoration: none;
}
.nav-pills > li a:hover,
.nav-pills > .nav-pill a:hover {
  text-decoration: none;
  color: #EF2829;
}
.nav-pills > li + li,
.nav-pills > .nav-pill + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus,
.nav-pills > .nav-pill.active > a,
.nav-pills > .nav-pill.active > a:hover,
.nav-pills > .nav-pill.active > a:focus {
  color: #fff;
  background-color: #EF2829;
}
@media (max-width: 1200px) {
  .nav-pills > li a,
  .nav-pills > .nav-pill a {
    padding: 20px 15px;
  }
}
@media (max-width: 992px) {
  .nav-pills > li,
  .nav-pills > .nav-pill {
    display: inline-block;
  }
  .nav-pills > li a,
  .nav-pills > .nav-pill a {
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  .nav-pills > li a,
  .nav-pills > .nav-pill a {
    padding: 10px 5px;
  }
}

.nav-list {
  border: 1px solid #939598;
  border-radius: 0;
  padding: 10px 0;
  margin: 20px 0;
}
.nav-list .nav-item {
  padding: 0;
  margin: 0;
}
.nav-list .nav-item a {
  display: block;
  padding: 5px 15px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.nav-list .nav-item a:hover {
  text-decoration: none;
  color: #EF2829;
}
.nav-list .nav-item a:before {
  content: "\25BA";
  padding-right: 5px;
  color: #EF2829;
}

.main-container .nav-list .nav-item a {
  font-size: 17.25px;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified,
.ui-tabs-nav.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li,
.ui-tabs-nav.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a,
.ui-tabs-nav.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li,
  .ui-tabs-nav.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a,
  .ui-tabs-nav.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified,
.ui-tabs-nav.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
.ui-tabs-nav.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.ui-tabs-nav.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.ui-tabs-nav.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.ui-tabs-nav.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a,
  .ui-tabs-nav.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .ui-tabs-nav.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .ui-tabs-nav.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .ui-tabs-nav.nav-justified > .active > a:focus {
    border-bottom-color: #e1e1e1;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.ui-state-default {
  background-color: #f1f1f1;
}

.ui-tabs-panel {
  border: 1px solid #e1e1e1;
  padding: 20px 15px 20px 15px;
}
.ui-tabs-panel > *:nth-of-type(1) {
  margin-top: 0;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.items-list .items-row {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 150px;
  border-collapse: separate;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .items-list .items-row {
    margin-bottom: 0;
    min-height: 0;
  }
}
.items-list .item-wrapper {
  display: table-cell;
  width: 33.3333%;
  height: 100%;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .items-list .item-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
    clear: both;
    overflow: hidden;
  }
}
.items-list.items-list-wide .item-wrapper {
  display: table-cell;
  width: 50%;
  height: 100%;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .items-list.items-list-wide .item-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-right: 0;
    clear: both;
    overflow: hidden;
  }
}
.items-list .item-column {
  display: block;
  float: none;
  vertical-align: top;
}
@media (max-width: 992px) {
  .items-list .item-column {
    display: inline-block;
    width: 50%;
    max-width: 50%;
    float: left;
    padding-right: 15px;
  }
  .items-list .item-column:last-of-type {
    padding-right: 0;
  }
}
.items-list .item-column > div {
  vertical-align: top;
}
.items-list .item-media {
  display: block;
  margin-bottom: 5px;
}
.items-list .item-media div {
  margin: 0;
  padding: 0;
  border: 0;
}
.items-list .item-media img {
  width: 100%;
  padding: 0;
  border: 0;
}
.items-list .item-header {
  display: block;
  text-transform: uppercase;
}
.items-list .item-header a h3, .items-list .item-header a h4, .items-list .item-header a #cart-view .billto-shipto span, #cart-view .billto-shipto .items-list .item-header a span, .items-list .item-header a #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .items-list .item-header a td, .items-list .item-header a #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .items-list .item-header a .customer-note, .items-list .item-header a #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .items-list .item-header a span.tos, .items-list .item-header a h5 {
  color: #000;
  text-transform: uppercase;
}
.items-list .item-header a:hover {
  text-decoration: none;
}
.items-list .item-header a:hover h3, .items-list .item-header a:hover h4, .items-list .item-header a:hover #cart-view .billto-shipto span, #cart-view .billto-shipto .items-list .item-header a:hover span, .items-list .item-header a:hover #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .items-list .item-header a:hover td, .items-list .item-header a:hover #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .items-list .item-header a:hover .customer-note, .items-list .item-header a:hover #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .items-list .item-header a:hover span.tos, .items-list .item-header a:hover h5 {
  color: #EF2829;
  text-decoration: none;
}
.items-list .item-header a .item-subtitle {
  color: #EF2829;
  text-transform: uppercase;
}
.items-list .item-price {
  color: #EF2829;
}
.items-list .item-readmore {
  margin-top: 5px;
}
@media (max-width: 992px) {
  .items-list .item-footer {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.items-list .dealer-item-extras {
  margin-top: 10px;
  margin-bottom: 10px;
}
.items-list .dealer-item-extras li {
  padding: 5px 5px;
}
.items-list .dealer-item-extras .catItemExtraFieldsLabel,
.items-list .dealer-item-extras .catItemExtraFieldsValue {
  display: block;
  float: none;
  line-height: 15px;
}
.items-list .dealer-item-extras .catItemExtraFieldsLabel {
  margin-bottom: 5px;
  font-weight: bold;
}

.list-centered {
  margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
}

.list-inline li:nth-of-type(1) {
  padding-left: 0;
}

ul.unstyled li:before,
ol.unstyled li:before {
  content: '';
  display: none;
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}

.reversed label {
  color: #fff;
}

.frm-vission6 .btn, .frm-vission6 .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .frm-vission6 input[type="submit"],
.frm-vission6 .post-component form .form-group input[type="submit"],
.post-component form .form-group .frm-vission6 input[type="submit"],
.frm-vission6 .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 .frm-vission6 input[type="submit"],
.frm-vission6 .main-container form .form-group input[type="submit"],
.main-container form .form-group .frm-vission6 input[type="submit"], .frm-vission6 .moduleItemReadMore, .frm-vission6 #fancybox-wrap .showcart, #fancybox-wrap .frm-vission6 .showcart, .frm-vission6 #fancybox-wrap .continue_link, #fancybox-wrap .frm-vission6 .continue_link {
  position: relative;
  top: 25px;
  vertical-align: top;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.basic-form-input, .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea, #cart-view #com-form-login .inputbox, .map-search-inner .search-inner > input:not(.btn):not(.moduleItemReadMore) {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939598;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.basic-form-checkbox, .radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
.main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
.checkbox-inline input[type="checkbox"], #cart-view #com-form-login .inputbox#remember, #cart-view .output-billto #STsameAsBTjs,
#cart-view .output-shipto #STsameAsBTjs, #cart-view .vm-fieldset-tos input.terms-of-service {
  position: absolute;
  margin-left: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.form-group > input:not(.btn):not(.moduleItemReadMore):focus,
.input-field .inputbox:focus,
.gcore-input > input:not(.btn):not(.moduleItemReadMore):focus,
.gcore-input > textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-moz-placeholder,
.input-field .inputbox::-moz-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-moz-placeholder,
.gcore-input > textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-group > input:not(.btn):not(.moduleItemReadMore):-ms-input-placeholder,
.input-field .inputbox:-ms-input-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore):-ms-input-placeholder,
.gcore-input > textarea:-ms-input-placeholder {
  color: #999;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-webkit-input-placeholder,
.input-field .inputbox::-webkit-input-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-webkit-input-placeholder,
.gcore-input > textarea::-webkit-input-placeholder {
  color: #999;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-ms-expand,
.input-field .inputbox::-ms-expand,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-ms-expand,
.gcore-input > textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)[disabled], .form-group > input:not(.btn):not(.moduleItemReadMore)[readonly], fieldset[disabled] .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox[disabled],
.input-field .inputbox[readonly], fieldset[disabled]
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[disabled],
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[readonly], fieldset[disabled]
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea[disabled],
.gcore-input > textarea[readonly], fieldset[disabled]
.gcore-input > textarea {
  background-color: #e1e1e1;
  opacity: 1;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)[disabled], fieldset[disabled] .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox[disabled], fieldset[disabled]
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[disabled], fieldset[disabled]
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea[disabled], fieldset[disabled]
.gcore-input > textarea {
  cursor: not-allowed;
}

.gcore-subinput-container-half {
  margin-bottom: 5px;
}
.gcore-subinput-container-half label {
  display: block;
}
.gcore-subinput-container-half .gcore-input {
  display: inline-block;
}
@media (min-width: 480px) {
  .gcore-subinput-container-half .gcore-input {
    width: 50%;
    float: left;
  }
}
.gcore-subinput-container-half .gcore-input-tiny {
  display: inline-block;
}
@media (min-width: 480px) {
  .gcore-subinput-container-half .gcore-input-tiny {
    width: 50%;
    float: left;
  }
}

#ftd-captcha img {
  margin-left: 5px;
  border: 1px solid #e1e1e1;
}

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

.content-form textarea {
  min-height: 80px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .post-component form .gbs3 input[type="date"],
  .post-component form .form-group input[type="date"],
  .main-container form .gbs3 input[type="date"],
  .main-container form .form-group input[type="date"], .product-options dd input[type="date"].input-text,
  input[type="time"].form-control,
  .post-component form .gbs3 input[type="time"],
  .post-component form .form-group input[type="time"],
  .main-container form .gbs3 input[type="time"],
  .main-container form .form-group input[type="time"],
  .product-options dd input[type="time"].input-text,
  input[type="datetime-local"].form-control,
  .post-component form .gbs3 input[type="datetime-local"],
  .post-component form .form-group input[type="datetime-local"],
  .main-container form .gbs3 input[type="datetime-local"],
  .main-container form .form-group input[type="datetime-local"],
  .product-options dd input[type="datetime-local"].input-text,
  input[type="month"].form-control,
  .post-component form .gbs3 input[type="month"],
  .post-component form .form-group input[type="month"],
  .main-container form .gbs3 input[type="month"],
  .main-container form .form-group input[type="month"],
  .product-options dd input[type="month"].input-text {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .post-component form .gbs3 .input-group-sm > input[type="date"],
  .post-component form .form-group .input-group-sm > input[type="date"],
  .main-container form .gbs3 .input-group-sm > input[type="date"],
  .main-container form .form-group .input-group-sm > input[type="date"], .product-options dd .input-group-sm > input[type="date"].input-text,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].continue_link, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="time"],
  .post-component form .form-group .input-group-sm > input[type="time"],
  .main-container form .gbs3 .input-group-sm > input[type="time"],
  .main-container form .form-group .input-group-sm > input[type="time"],
  .product-options dd .input-group-sm > input[type="time"].input-text,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].continue_link, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="datetime-local"],
  .post-component form .form-group .input-group-sm > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-sm > input[type="datetime-local"],
  .main-container form .form-group .input-group-sm > input[type="datetime-local"],
  .product-options dd .input-group-sm > input[type="datetime-local"].input-text,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="month"],
  .post-component form .form-group .input-group-sm > input[type="month"],
  .main-container form .gbs3 .input-group-sm > input[type="month"],
  .main-container form .form-group .input-group-sm > input[type="month"],
  .product-options dd .input-group-sm > input[type="month"].input-text,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].continue_link, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .post-component form .gbs3 .input-group-lg > input[type="date"],
  .post-component form .form-group .input-group-lg > input[type="date"],
  .main-container form .gbs3 .input-group-lg > input[type="date"],
  .main-container form .form-group .input-group-lg > input[type="date"], .product-options dd .input-group-lg > input[type="date"].input-text,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].continue_link, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="time"],
  .post-component form .form-group .input-group-lg > input[type="time"],
  .main-container form .gbs3 .input-group-lg > input[type="time"],
  .main-container form .form-group .input-group-lg > input[type="time"],
  .product-options dd .input-group-lg > input[type="time"].input-text,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].continue_link, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="datetime-local"],
  .post-component form .form-group .input-group-lg > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-lg > input[type="datetime-local"],
  .main-container form .form-group .input-group-lg > input[type="datetime-local"],
  .product-options dd .input-group-lg > input[type="datetime-local"].input-text,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="month"],
  .post-component form .form-group .input-group-lg > input[type="month"],
  .main-container form .gbs3 .input-group-lg > input[type="month"],
  .main-container form .form-group .input-group-lg > input[type="month"],
  .product-options dd .input-group-lg > input[type="month"].input-text,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].continue_link, .input-group-lg
  input[type="month"] {
    line-height: 72px;
  }
}
.content-form {
  padding-bottom: 20px;
}

.contact-form form,
form.chronoform,
.right-form #contact-form {
  padding: 20px;
}

.form-group {
  margin-bottom: 0;
}

.radio,
.checkbox,
.post-component form .gbs3 .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label,
.post-component form .gbs3 .gcore-checkbox-item label,
.post-component form .form-group .gcore-checkbox-item label,
.main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .form-group .gcore-checkbox-item label {
  min-height: 20px;
  padding-left: 35px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio + .radio,
.checkbox + .checkbox,
.post-component form .gbs3 .gcore-checkbox-item + .checkbox,
.post-component form .form-group .gcore-checkbox-item + .checkbox,
.main-container form .gbs3 .gcore-checkbox-item + .checkbox,
.main-container form .form-group .gcore-checkbox-item + .checkbox,
.post-component form .gbs3 .checkbox + .gcore-checkbox-item,
.post-component form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.post-component form .form-group .checkbox + .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .gbs3 .checkbox + .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .form-group .checkbox + .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item + .gcore-checkbox-item {
  margin-top: -5px;
}

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
.post-component form .gbs3 .disabled.gcore-checkbox-item label,
.post-component form .form-group .disabled.gcore-checkbox-item label,
.main-container form .gbs3 .disabled.gcore-checkbox-item label,
.main-container form .form-group .disabled.gcore-checkbox-item label, fieldset[disabled]
.checkbox label, fieldset[disabled] .post-component form .gbs3 .gcore-checkbox-item label, .post-component form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .post-component form .form-group .gcore-checkbox-item label,
.post-component form .form-group fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .form-group .gcore-checkbox-item label,
.main-container form .form-group fieldset[disabled] .gcore-checkbox-item label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .post-component form .gbs3 .input-group-lg > input.form-control-static,
.post-component form .gbs3 .input-group-lg > select.form-control-static,
.post-component form .form-group .input-group-lg > input.form-control-static,
.post-component form .form-group .input-group-lg > select.form-control-static,
.main-container form .gbs3 .input-group-lg > input.form-control-static,
.main-container form .gbs3 .input-group-lg > select.form-control-static,
.main-container form .form-group .input-group-lg > input.form-control-static,
.main-container form .form-group .input-group-lg > select.form-control-static, .product-options dd .input-group-lg > .form-control-static.input-text,
.product-options dd .input-group-lg > select.form-control-static,
.product-options dd .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.input-group-lg > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.continue_link, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .post-component form .gbs3 .input-group-sm > input.form-control-static,
.post-component form .gbs3 .input-group-sm > select.form-control-static,
.post-component form .form-group .input-group-sm > input.form-control-static,
.post-component form .form-group .input-group-sm > select.form-control-static,
.main-container form .gbs3 .input-group-sm > input.form-control-static,
.main-container form .gbs3 .input-group-sm > select.form-control-static,
.main-container form .form-group .input-group-sm > input.form-control-static,
.main-container form .form-group .input-group-sm > select.form-control-static, .product-options dd .input-group-sm > .form-control-static.input-text,
.product-options dd .input-group-sm > select.form-control-static,
.product-options dd .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.input-group-sm > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.continue_link {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .post-component form .gbs3 .input-group-sm > input,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > input,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > input,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > input,
.main-container form .form-group .input-group-sm > select, .product-options dd .input-group-sm > .input-text,
.product-options dd .input-group-sm > select,
.product-options dd .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.input-group-sm > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link {
  height: 30px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > select,
.product-options dd .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select.continue_link {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.product-options dd .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.continue_link,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.post-component form .gbs3 .input-group-sm > select[multiple],
.post-component form .form-group .input-group-sm > select[multiple],
.main-container form .gbs3 .input-group-sm > select[multiple],
.main-container form .form-group .input-group-sm > select[multiple],
.product-options dd .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .post-component form .gbs3 input, .post-component form .gbs3 .form-group-sm input,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group input,
.post-component form .form-group .form-group-sm input,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-sm input,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group input,
.main-container form .form-group .form-group-sm input,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select, .form-group-sm .product-options dd .input-text, .product-options dd .form-group-sm .input-text,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea,
.form-group-sm .gcore-input > input:not(.btn):not(.moduleItemReadMore),
.form-group-sm .gcore-input > textarea {
  height: 30px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-sm select[multiple],
.form-group-sm .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-sm select[multiple],
.form-group-sm .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-sm select[multiple],
.form-group-sm .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-sm select[multiple],
.form-group-sm .product-options dd select[multiple],
.product-options dd .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 5px;
  font-size: 12px;
  line-height: 15px;
}

.input-lg, .input-group-lg > .form-control, .post-component form .gbs3 .input-group-lg > input,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > input,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > input,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > input,
.main-container form .form-group .input-group-lg > select, .product-options dd .input-group-lg > .input-text,
.product-options dd .input-group-lg > select,
.product-options dd .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.input-group-lg > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > select,
.product-options dd .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select.continue_link {
  height: 72px;
  line-height: 72px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.product-options dd .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.continue_link,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.post-component form .gbs3 .input-group-lg > select[multiple],
.post-component form .form-group .input-group-lg > select[multiple],
.main-container form .gbs3 .input-group-lg > select[multiple],
.main-container form .form-group .input-group-lg > select[multiple],
.product-options dd .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .post-component form .gbs3 input, .post-component form .gbs3 .form-group-lg input,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group input,
.post-component form .form-group .form-group-lg input,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-lg input,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group input,
.main-container form .form-group .form-group-lg input,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select, .form-group-lg .product-options dd .input-text, .product-options dd .form-group-lg .input-text,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select {
  height: 72px;
  line-height: 72px;
}
.form-group-lg textarea.form-control,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-lg select[multiple],
.form-group-lg .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-lg select[multiple],
.form-group-lg .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-lg select[multiple],
.form-group-lg .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-lg select[multiple],
.form-group-lg .product-options dd select[multiple],
.product-options dd .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 72px;
  min-height: 40px;
  padding: 21px 25px;
  font-size: 20px;
  line-height: 30px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .post-component form .gbs3 input, .post-component form .gbs3 .has-feedback input,
.has-feedback .post-component form .gbs3 select,
.post-component form .gbs3 .has-feedback select,
.has-feedback .post-component form .form-group input,
.post-component form .form-group .has-feedback input,
.has-feedback .post-component form .form-group select,
.post-component form .form-group .has-feedback select,
.has-feedback .main-container form .gbs3 input,
.main-container form .gbs3 .has-feedback input,
.has-feedback .main-container form .gbs3 select,
.main-container form .gbs3 .has-feedback select,
.has-feedback .main-container form .form-group input,
.main-container form .form-group .has-feedback input,
.has-feedback .main-container form .form-group select,
.main-container form .form-group .has-feedback select, .has-feedback .product-options dd .input-text, .product-options dd .has-feedback .input-text,
.has-feedback .product-options dd select,
.product-options dd .has-feedback select,
.has-feedback .product-options dd textarea,
.product-options dd .has-feedback textarea {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-lg > input + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > select + .form-control-feedback,
.post-component form .form-group .input-group-lg > input + .form-control-feedback,
.post-component form .form-group .input-group-lg > select + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > input + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > select + .form-control-feedback,
.main-container form .form-group .input-group-lg > input + .form-control-feedback,
.main-container form .form-group .input-group-lg > select + .form-control-feedback, .product-options dd .input-group-lg > .input-text + .form-control-feedback,
.product-options dd .input-group-lg > select + .form-control-feedback,
.product-options dd .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-lg > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-lg .input-text + .form-control-feedback,
.form-group-lg .product-options dd select + .form-control-feedback,
.product-options dd .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-lg textarea + .form-control-feedback {
  width: 72px;
  height: 72px;
  line-height: 72px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-sm > input + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > select + .form-control-feedback,
.post-component form .form-group .input-group-sm > input + .form-control-feedback,
.post-component form .form-group .input-group-sm > select + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > input + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > select + .form-control-feedback,
.main-container form .form-group .input-group-sm > input + .form-control-feedback,
.main-container form .form-group .input-group-sm > select + .form-control-feedback, .product-options dd .input-group-sm > .input-text + .form-control-feedback,
.product-options dd .input-group-sm > select + .form-control-feedback,
.product-options dd .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-sm > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-sm .input-text + .form-control-feedback,
.form-group-sm .product-options dd select + .form-control-feedback,
.product-options dd .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-success .gcore-checkbox-item,
.has-success .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-success .gcore-checkbox-item,
.has-success .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-success .gcore-checkbox-item,
.has-success .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-success .gcore-checkbox-item,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .post-component form .gbs3 .has-success.gcore-checkbox-item label,
.post-component form .form-group .has-success.gcore-checkbox-item label,
.main-container form .gbs3 .has-success.gcore-checkbox-item label,
.main-container form .form-group .has-success.gcore-checkbox-item label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .post-component form .gbs3 input, .post-component form .gbs3 .has-success input,
.has-success .post-component form .gbs3 select,
.post-component form .gbs3 .has-success select,
.has-success .post-component form .form-group input,
.post-component form .form-group .has-success input,
.has-success .post-component form .form-group select,
.post-component form .form-group .has-success select,
.has-success .main-container form .gbs3 input,
.main-container form .gbs3 .has-success input,
.has-success .main-container form .gbs3 select,
.main-container form .gbs3 .has-success select,
.has-success .main-container form .form-group input,
.main-container form .form-group .has-success input,
.has-success .main-container form .form-group select,
.main-container form .form-group .has-success select, .has-success .product-options dd .input-text, .product-options dd .has-success .input-text,
.has-success .product-options dd select,
.product-options dd .has-success select,
.has-success .product-options dd textarea,
.product-options dd .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-success input:focus,
.has-success .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-success select:focus,
.has-success .post-component form .form-group input:focus,
.post-component form .form-group .has-success input:focus,
.has-success .post-component form .form-group select:focus,
.post-component form .form-group .has-success select:focus,
.has-success .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-success input:focus,
.has-success .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-success select:focus,
.has-success .main-container form .form-group input:focus,
.main-container form .form-group .has-success input:focus,
.has-success .main-container form .form-group select:focus,
.main-container form .form-group .has-success select:focus, .has-success .product-options dd .input-text:focus, .product-options dd .has-success .input-text:focus,
.has-success .product-options dd select:focus,
.product-options dd .has-success select:focus,
.has-success .product-options dd textarea:focus,
.product-options dd .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-warning .gcore-checkbox-item,
.has-warning .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-warning .gcore-checkbox-item,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .post-component form .gbs3 .has-warning.gcore-checkbox-item label,
.post-component form .form-group .has-warning.gcore-checkbox-item label,
.main-container form .gbs3 .has-warning.gcore-checkbox-item label,
.main-container form .form-group .has-warning.gcore-checkbox-item label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .post-component form .gbs3 input, .post-component form .gbs3 .has-warning input,
.has-warning .post-component form .gbs3 select,
.post-component form .gbs3 .has-warning select,
.has-warning .post-component form .form-group input,
.post-component form .form-group .has-warning input,
.has-warning .post-component form .form-group select,
.post-component form .form-group .has-warning select,
.has-warning .main-container form .gbs3 input,
.main-container form .gbs3 .has-warning input,
.has-warning .main-container form .gbs3 select,
.main-container form .gbs3 .has-warning select,
.has-warning .main-container form .form-group input,
.main-container form .form-group .has-warning input,
.has-warning .main-container form .form-group select,
.main-container form .form-group .has-warning select, .has-warning .product-options dd .input-text, .product-options dd .has-warning .input-text,
.has-warning .product-options dd select,
.product-options dd .has-warning select,
.has-warning .product-options dd textarea,
.product-options dd .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-warning input:focus,
.has-warning .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-warning select:focus,
.has-warning .post-component form .form-group input:focus,
.post-component form .form-group .has-warning input:focus,
.has-warning .post-component form .form-group select:focus,
.post-component form .form-group .has-warning select:focus,
.has-warning .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-warning input:focus,
.has-warning .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-warning select:focus,
.has-warning .main-container form .form-group input:focus,
.main-container form .form-group .has-warning input:focus,
.has-warning .main-container form .form-group select:focus,
.main-container form .form-group .has-warning select:focus, .has-warning .product-options dd .input-text:focus, .product-options dd .has-warning .input-text:focus,
.has-warning .product-options dd select:focus,
.product-options dd .has-warning select:focus,
.has-warning .product-options dd textarea:focus,
.product-options dd .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-error .gcore-checkbox-item,
.has-error .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-error .gcore-checkbox-item,
.has-error .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-error .gcore-checkbox-item,
.has-error .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-error .gcore-checkbox-item,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .post-component form .gbs3 .has-error.gcore-checkbox-item label,
.post-component form .form-group .has-error.gcore-checkbox-item label,
.main-container form .gbs3 .has-error.gcore-checkbox-item label,
.main-container form .form-group .has-error.gcore-checkbox-item label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .post-component form .gbs3 input, .post-component form .gbs3 .has-error input,
.has-error .post-component form .gbs3 select,
.post-component form .gbs3 .has-error select,
.has-error .post-component form .form-group input,
.post-component form .form-group .has-error input,
.has-error .post-component form .form-group select,
.post-component form .form-group .has-error select,
.has-error .main-container form .gbs3 input,
.main-container form .gbs3 .has-error input,
.has-error .main-container form .gbs3 select,
.main-container form .gbs3 .has-error select,
.has-error .main-container form .form-group input,
.main-container form .form-group .has-error input,
.has-error .main-container form .form-group select,
.main-container form .form-group .has-error select, .has-error .product-options dd .input-text, .product-options dd .has-error .input-text,
.has-error .product-options dd select,
.product-options dd .has-error select,
.has-error .product-options dd textarea,
.product-options dd .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-error input:focus,
.has-error .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-error select:focus,
.has-error .post-component form .form-group input:focus,
.post-component form .form-group .has-error input:focus,
.has-error .post-component form .form-group select:focus,
.post-component form .form-group .has-error select:focus,
.has-error .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-error input:focus,
.has-error .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-error select:focus,
.has-error .main-container form .form-group input:focus,
.main-container form .form-group .has-error input:focus,
.has-error .main-container form .form-group select:focus,
.main-container form .form-group .has-error select:focus, .has-error .product-options dd .input-text:focus, .product-options dd .has-error .input-text:focus,
.has-error .product-options dd select:focus,
.product-options dd .has-error select:focus,
.has-error .product-options dd textarea:focus,
.product-options dd .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .post-component form .gbs3 input, .post-component form .gbs3 .form-inline input,
  .form-inline .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline select,
  .form-inline .post-component form .form-group input,
  .post-component form .form-group .form-inline input,
  .form-inline .post-component form .form-group select,
  .post-component form .form-group .form-inline select,
  .form-inline .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline input,
  .form-inline .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline select,
  .form-inline .main-container form .form-group input,
  .main-container form .form-group .form-inline input,
  .form-inline .main-container form .form-group select,
  .main-container form .form-group .form-inline select, .form-inline .product-options dd .input-text, .product-options dd .form-inline .input-text,
  .form-inline .product-options dd select,
  .product-options dd .form-inline select,
  .form-inline .product-options dd textarea,
  .product-options dd .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .post-component form .gbs3 input,
  .post-component form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .post-component form .form-group input,
  .post-component form .form-group .form-inline .input-group input,
  .form-inline .input-group .post-component form .form-group select,
  .post-component form .form-group .form-inline .input-group select,
  .form-inline .input-group .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .main-container form .form-group input,
  .main-container form .form-group .form-inline .input-group input,
  .form-inline .input-group .main-container form .form-group select,
  .main-container form .form-group .form-inline .input-group select,
  .form-inline .input-group .product-options dd .input-text,
  .product-options dd .form-inline .input-group .input-text,
  .form-inline .input-group .product-options dd select,
  .product-options dd .form-inline .input-group select,
  .form-inline .input-group .product-options dd textarea,
  .product-options dd .form-inline .input-group textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .post-component form .gbs3 .input-group > input, .post-component form .gbs3 .form-inline .input-group > input,
  .form-inline .post-component form .gbs3 .input-group > select,
  .post-component form .gbs3 .form-inline .input-group > select,
  .form-inline .post-component form .form-group .input-group > input,
  .post-component form .form-group .form-inline .input-group > input,
  .form-inline .post-component form .form-group .input-group > select,
  .post-component form .form-group .form-inline .input-group > select,
  .form-inline .main-container form .gbs3 .input-group > input,
  .main-container form .gbs3 .form-inline .input-group > input,
  .form-inline .main-container form .gbs3 .input-group > select,
  .main-container form .gbs3 .form-inline .input-group > select,
  .form-inline .main-container form .form-group .input-group > input,
  .main-container form .form-group .form-inline .input-group > input,
  .form-inline .main-container form .form-group .input-group > select,
  .main-container form .form-group .form-inline .input-group > select, .form-inline .product-options dd .input-group > .input-text, .product-options dd .form-inline .input-group > .input-text,
  .form-inline .product-options dd .input-group > select,
  .product-options dd .form-inline .input-group > select,
  .form-inline .product-options dd .input-group > textarea,
  .product-options dd .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .post-component form .form-group .gcore-checkbox-item,
  .post-component form .form-group .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .form-group .gcore-checkbox-item,
  .main-container form .form-group .form-inline .gcore-checkbox-item {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item label,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .post-component form .form-group .gcore-checkbox-item label,
  .post-component form .form-group .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item label,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .form-group .gcore-checkbox-item label,
  .main-container form .form-group .form-inline .gcore-checkbox-item label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .post-component form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
  .post-component form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .main-container form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
  .main-container form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item {
  min-height: 20px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.chrono_credits {
  display: none !important;
}

.gvalidation-error-tip {
  padding: 5px 15px 5px 5px !important;
  z-index: 10;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .post-component form .gbs3 input, .post-component form .gbs3 .input-group input,
.input-group .post-component form .gbs3 select,
.post-component form .gbs3 .input-group select,
.input-group .post-component form .form-group input,
.post-component form .form-group .input-group input,
.input-group .post-component form .form-group select,
.post-component form .form-group .input-group select,
.input-group .main-container form .gbs3 input,
.main-container form .gbs3 .input-group input,
.input-group .main-container form .gbs3 select,
.main-container form .gbs3 .input-group select,
.input-group .main-container form .form-group input,
.main-container form .form-group .input-group input,
.input-group .main-container form .form-group select,
.main-container form .form-group .input-group select, .input-group .product-options dd .input-text, .product-options dd .input-group .input-text,
.input-group .product-options dd select,
.product-options dd .input-group select,
.input-group .product-options dd textarea,
.product-options dd .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .post-component form .gbs3 input,
.post-component form .gbs3 .input-group input,
.input-group .post-component form .gbs3 select,
.post-component form .gbs3 .input-group select,
.input-group .post-component form .form-group input,
.post-component form .form-group .input-group input,
.input-group .post-component form .form-group select,
.post-component form .form-group .input-group select,
.input-group .main-container form .gbs3 input,
.main-container form .gbs3 .input-group input,
.input-group .main-container form .gbs3 select,
.main-container form .gbs3 .input-group select,
.input-group .main-container form .form-group input,
.main-container form .form-group .input-group input,
.input-group .main-container form .form-group select,
.main-container form .form-group .input-group select,
.input-group .product-options dd .input-text,
.product-options dd .input-group .input-text,
.input-group .product-options dd select,
.product-options dd .input-group select,
.input-group .product-options dd textarea,
.product-options dd .input-group textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .post-component form .gbs3 input:not(:first-child):not(:last-child),
.post-component form .gbs3 .input-group input:not(:first-child):not(:last-child),
.input-group .post-component form .gbs3 select:not(:first-child):not(:last-child),
.post-component form .gbs3 .input-group select:not(:first-child):not(:last-child),
.input-group .post-component form .form-group input:not(:first-child):not(:last-child),
.post-component form .form-group .input-group input:not(:first-child):not(:last-child),
.input-group .post-component form .form-group select:not(:first-child):not(:last-child),
.post-component form .form-group .input-group select:not(:first-child):not(:last-child),
.input-group .main-container form .gbs3 input:not(:first-child):not(:last-child),
.main-container form .gbs3 .input-group input:not(:first-child):not(:last-child),
.input-group .main-container form .gbs3 select:not(:first-child):not(:last-child),
.main-container form .gbs3 .input-group select:not(:first-child):not(:last-child),
.input-group .main-container form .form-group input:not(:first-child):not(:last-child),
.main-container form .form-group .input-group input:not(:first-child):not(:last-child),
.input-group .main-container form .form-group select:not(:first-child):not(:last-child),
.main-container form .form-group .input-group select:not(:first-child):not(:last-child),
.input-group .product-options dd .input-text:not(:first-child):not(:last-child),
.product-options dd .input-group .input-text:not(:first-child):not(:last-child),
.input-group .product-options dd select:not(:first-child):not(:last-child),
.product-options dd .input-group select:not(:first-child):not(:last-child),
.input-group .product-options dd textarea: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: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #e1e1e1;
  border: 1px solid #939598;
  border-radius: 4px;
}
.input-group-addon.input-sm, .post-component form .gbs3 .input-group-sm > input.input-group-addon,
.post-component form .gbs3 .input-group-sm > select.input-group-addon,
.post-component form .form-group .input-group-sm > input.input-group-addon,
.post-component form .form-group .input-group-sm > select.input-group-addon,
.main-container form .gbs3 .input-group-sm > input.input-group-addon,
.main-container form .gbs3 .input-group-sm > select.input-group-addon,
.main-container form .form-group .input-group-sm > input.input-group-addon,
.main-container form .form-group .input-group-sm > select.input-group-addon, .product-options dd .input-group-sm > .input-group-addon.input-text,
.product-options dd .input-group-sm > select.input-group-addon,
.product-options dd .input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"],
.input-group-sm > .input-group-btn > .input-group-addon.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .input-group-addon.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .input-group-addon.continue_link {
  padding: 5px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .post-component form .gbs3 .input-group-lg > input.input-group-addon,
.post-component form .gbs3 .input-group-lg > select.input-group-addon,
.post-component form .form-group .input-group-lg > input.input-group-addon,
.post-component form .form-group .input-group-lg > select.input-group-addon,
.main-container form .gbs3 .input-group-lg > input.input-group-addon,
.main-container form .gbs3 .input-group-lg > select.input-group-addon,
.main-container form .form-group .input-group-lg > input.input-group-addon,
.main-container form .form-group .input-group-lg > select.input-group-addon, .product-options dd .input-group-lg > .input-group-addon.input-text,
.product-options dd .input-group-lg > select.input-group-addon,
.product-options dd .input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"],
.input-group-lg > .input-group-btn > .input-group-addon.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .input-group-addon.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .input-group-addon.continue_link {
  padding: 20px 25px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .post-component form .gbs3 .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-btn > input[type="submit"], .input-group-btn > .moduleItemReadMore, #fancybox-wrap .input-group-btn > .showcart, #fancybox-wrap .input-group-btn > .continue_link {
  position: relative;
}
.input-group-btn > .btn + .btn, .post-component form .gbs3 .input-group-btn > input[type="submit"] + .btn,
.post-component form .form-group .input-group-btn > input[type="submit"] + .btn,
.main-container form .gbs3 .input-group-btn > input[type="submit"] + .btn,
.main-container form .form-group .input-group-btn > input[type="submit"] + .btn, .input-group-btn > .moduleItemReadMore + .btn, #fancybox-wrap .input-group-btn > .showcart + .btn, #fancybox-wrap .input-group-btn > .continue_link + .btn, .post-component form .gbs3 .input-group-btn > .btn + input[type="submit"], .post-component form .gbs3 .input-group-btn > input[type="submit"] + input[type="submit"], .post-component form .gbs3 .input-group-btn > .moduleItemReadMore + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .input-group-btn > .showcart + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .input-group-btn > .showcart + input[type="submit"], #fancybox-wrap .post-component form .gbs3 .input-group-btn > .continue_link + input[type="submit"], .post-component form .gbs3 #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.post-component form .form-group .input-group-btn > .btn + input[type="submit"],
.post-component form .form-group .input-group-btn > input[type="submit"] + input[type="submit"],
.post-component form .form-group .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .post-component form .form-group .input-group-btn > .showcart + input[type="submit"],
.post-component form .form-group #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .post-component form .form-group .input-group-btn > .continue_link + input[type="submit"],
.post-component form .form-group #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.main-container form .gbs3 .input-group-btn > .btn + input[type="submit"],
.main-container form .gbs3 .input-group-btn > input[type="submit"] + input[type="submit"],
.main-container form .gbs3 .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .input-group-btn > .showcart + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .gbs3 .input-group-btn > .continue_link + input[type="submit"],
.main-container form .gbs3 #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"],
.main-container form .form-group .input-group-btn > .btn + input[type="submit"],
.main-container form .form-group .input-group-btn > input[type="submit"] + input[type="submit"],
.main-container form .form-group .input-group-btn > .moduleItemReadMore + input[type="submit"],
#fancybox-wrap .main-container form .form-group .input-group-btn > .showcart + input[type="submit"],
.main-container form .form-group #fancybox-wrap .input-group-btn > .showcart + input[type="submit"],
#fancybox-wrap .main-container form .form-group .input-group-btn > .continue_link + input[type="submit"],
.main-container form .form-group #fancybox-wrap .input-group-btn > .continue_link + input[type="submit"], .input-group-btn > .btn + .moduleItemReadMore, .post-component form .gbs3 .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.post-component form .form-group .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.main-container form .gbs3 .input-group-btn > input[type="submit"] + .moduleItemReadMore,
.main-container form .form-group .input-group-btn > input[type="submit"] + .moduleItemReadMore, .input-group-btn > .moduleItemReadMore + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .showcart + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .continue_link + .moduleItemReadMore, #fancybox-wrap .input-group-btn > .btn + .showcart, .post-component form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart, #fancybox-wrap .post-component form .gbs3 .input-group-btn > input[type="submit"] + .showcart,
.post-component form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .post-component form .form-group .input-group-btn > input[type="submit"] + .showcart,
.main-container form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .gbs3 .input-group-btn > input[type="submit"] + .showcart,
.main-container form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .showcart,
#fancybox-wrap .main-container form .form-group .input-group-btn > input[type="submit"] + .showcart, #fancybox-wrap .input-group-btn > .moduleItemReadMore + .showcart, #fancybox-wrap .input-group-btn > .showcart + .showcart, #fancybox-wrap .input-group-btn > .continue_link + .showcart, #fancybox-wrap .input-group-btn > .btn + .continue_link, .post-component form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link, #fancybox-wrap .post-component form .gbs3 .input-group-btn > input[type="submit"] + .continue_link,
.post-component form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .post-component form .form-group .input-group-btn > input[type="submit"] + .continue_link,
.main-container form .gbs3 #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .gbs3 .input-group-btn > input[type="submit"] + .continue_link,
.main-container form .form-group #fancybox-wrap .input-group-btn > input[type="submit"] + .continue_link,
#fancybox-wrap .main-container form .form-group .input-group-btn > input[type="submit"] + .continue_link, #fancybox-wrap .input-group-btn > .moduleItemReadMore + .continue_link, #fancybox-wrap .input-group-btn > .showcart + .continue_link, #fancybox-wrap .input-group-btn > .continue_link + .continue_link {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .post-component form .gbs3 .input-group-btn > input[type="submit"]:hover,
.post-component form .form-group .input-group-btn > input[type="submit"]:hover,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:hover,
.main-container form .form-group .input-group-btn > input[type="submit"]:hover, .input-group-btn > .moduleItemReadMore:hover, #fancybox-wrap .input-group-btn > .showcart:hover, #fancybox-wrap .input-group-btn > .continue_link:hover, .input-group-btn > .btn:focus, .post-component form .gbs3 .input-group-btn > input[type="submit"]:focus,
.post-component form .form-group .input-group-btn > input[type="submit"]:focus,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:focus,
.main-container form .form-group .input-group-btn > input[type="submit"]:focus, .input-group-btn > .moduleItemReadMore:focus, #fancybox-wrap .input-group-btn > .showcart:focus, #fancybox-wrap .input-group-btn > .continue_link:focus, .input-group-btn > .btn:active, .post-component form .gbs3 .input-group-btn > input[type="submit"]:active,
.post-component form .form-group .input-group-btn > input[type="submit"]:active,
.main-container form .gbs3 .input-group-btn > input[type="submit"]:active,
.main-container form .form-group .input-group-btn > input[type="submit"]:active, .input-group-btn > .moduleItemReadMore:active, #fancybox-wrap .input-group-btn > .showcart:active, #fancybox-wrap .input-group-btn > .continue_link:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .post-component form .gbs3 .input-group-btn:first-child > input[type="submit"],
.post-component form .form-group .input-group-btn:first-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:first-child > input[type="submit"],
.main-container form .form-group .input-group-btn:first-child > input[type="submit"], .input-group-btn:first-child > .moduleItemReadMore, #fancybox-wrap .input-group-btn:first-child > .showcart, #fancybox-wrap .input-group-btn:first-child > .continue_link,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .post-component form .gbs3 .input-group-btn:last-child > input[type="submit"],
.post-component form .form-group .input-group-btn:last-child > input[type="submit"],
.main-container form .gbs3 .input-group-btn:last-child > input[type="submit"],
.main-container form .form-group .input-group-btn:last-child > input[type="submit"], .input-group-btn:last-child > .moduleItemReadMore, #fancybox-wrap .input-group-btn:last-child > .showcart, #fancybox-wrap .input-group-btn:last-child > .continue_link,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

body {
  background-color: #fff;
}

.backstretch {
  opacity: 0.2;
}

.jumbotron,
.home-slider {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  height: 800px;
}
@media (max-width: 992px) {
  .jumbotron,
  .home-slider {
    height: 640px;
  }
}
@media (max-width: 768px) {
  .jumbotron,
  .home-slider {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .jumbotron,
  .home-slider {
    height: 400px;
  }
}
.jumbotron .flex-active-slide,
.jumbotron .block-inner,
.home-slider .flex-active-slide,
.home-slider .block-inner {
  background-size: cover;
  background-position: center center;
  height: 800px;
}
@media (max-width: 992px) {
  .jumbotron .flex-active-slide,
  .jumbotron .block-inner,
  .home-slider .flex-active-slide,
  .home-slider .block-inner {
    height: 640px;
  }
}
@media (max-width: 768px) {
  .jumbotron .flex-active-slide,
  .jumbotron .block-inner,
  .home-slider .flex-active-slide,
  .home-slider .block-inner {
    height: 480px;
  }
}
@media (max-width: 480px) {
  .jumbotron .flex-active-slide,
  .jumbotron .block-inner,
  .home-slider .flex-active-slide,
  .home-slider .block-inner {
    height: 400px;
  }
}
.jumbotron .flex-active-slide .text-container,
.jumbotron .block-inner .text-container,
.home-slider .flex-active-slide .text-container,
.home-slider .block-inner .text-container {
  height: 100%;
}
.jumbotron .text-container,
.home-slider .text-container {
  position: relative;
}
.jumbotron .panel, .jumbotron .product-view .product-shop, .product-view .jumbotron .product-shop, .jumbotron .product-view .box-collateral, .product-view .jumbotron .box-collateral,
.jumbotron .text-holder,
.home-slider .panel,
.home-slider .product-view .product-shop,
.product-view .home-slider .product-shop,
.home-slider .product-view .box-collateral,
.product-view .home-slider .box-collateral,
.home-slider .text-holder {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: 40px;
}
@media (min-width: 768px) {
  .jumbotron .panel, .jumbotron .product-view .product-shop, .product-view .jumbotron .product-shop, .jumbotron .product-view .box-collateral, .product-view .jumbotron .box-collateral,
  .jumbotron .text-holder,
  .home-slider .panel,
  .home-slider .product-view .product-shop,
  .product-view .home-slider .product-shop,
  .home-slider .product-view .box-collateral,
  .product-view .home-slider .box-collateral,
  .home-slider .text-holder {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 992px) {
  .jumbotron .panel, .jumbotron .product-view .product-shop, .product-view .jumbotron .product-shop, .jumbotron .product-view .box-collateral, .product-view .jumbotron .box-collateral,
  .jumbotron .text-holder,
  .home-slider .panel,
  .home-slider .product-view .product-shop,
  .product-view .home-slider .product-shop,
  .home-slider .product-view .box-collateral,
  .product-view .home-slider .box-collateral,
  .home-slider .text-holder {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .jumbotron .panel, .jumbotron .product-view .product-shop, .product-view .jumbotron .product-shop, .jumbotron .product-view .box-collateral, .product-view .jumbotron .box-collateral,
  .jumbotron .text-holder,
  .home-slider .panel,
  .home-slider .product-view .product-shop,
  .product-view .home-slider .product-shop,
  .home-slider .product-view .box-collateral,
  .product-view .home-slider .box-collateral,
  .home-slider .text-holder {
    float: left;
    width: 50%;
  }
}
.jumbotron .panel .text-inner, .jumbotron .product-view .product-shop .text-inner, .product-view .jumbotron .product-shop .text-inner, .jumbotron .product-view .box-collateral .text-inner, .product-view .jumbotron .box-collateral .text-inner,
.jumbotron .text-holder .text-inner,
.home-slider .panel .text-inner,
.home-slider .product-view .product-shop .text-inner,
.product-view .home-slider .product-shop .text-inner,
.home-slider .product-view .box-collateral .text-inner,
.product-view .home-slider .box-collateral .text-inner,
.home-slider .text-holder .text-inner {
  padding: 20px;
}
.jumbotron h1, .jumbotron h2,
.jumbotron .h1, .jumbotron .h2,
.home-slider h1,
.home-slider h2,
.home-slider .h1,
.home-slider .h2 {
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.85em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
@media (max-width: 992px) {
  .jumbotron h1, .jumbotron h2,
  .jumbotron .h1, .jumbotron .h2,
  .home-slider h1,
  .home-slider h2,
  .home-slider .h1,
  .home-slider .h2 {
    font-size: 37.5px;
    line-height: 1em;
  }
}
@media (max-width: 768px) {
  .jumbotron h1, .jumbotron h2,
  .jumbotron .h1, .jumbotron .h2,
  .home-slider h1,
  .home-slider h2,
  .home-slider .h1,
  .home-slider .h2 {
    font-size: 25px;
    line-height: 1em;
  }
}
.jumbotron p,
.home-slider p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}
.jumbotron p:last-of-type,
.home-slider p:last-of-type {
  margin-bottom: 0;
}
.jumbotron .container,
.home-slider .container {
  max-width: 100%;
}

.panel, .product-view .product-shop, .product-view .box-collateral {
  margin-bottom: 10px;
  background-color: #fff;
  border: 0px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.search-panels .panel, .search-panels .product-view .product-shop, .product-view .search-panels .product-shop, .search-panels .product-view .box-collateral, .product-view .search-panels .box-collateral {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-row {
  height: 100%;
}

.panel-feature {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.panel-feature .block-link {
  display: block;
  position: relative;
  z-index: 15;
  min-height: 300px;
  padding: 20px 20px;
  overflow: hidden;
}
.panel-feature .block-link:before {
  content: '';
  background: transparent;
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.panel-feature .block-link:hover {
  text-decoration: none;
}
.panel-feature .block-link:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .panel-feature .block-link {
    padding: 10px 15px;
    min-height: 225px;
  }
  .panel-feature .block-link:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .panel-feature .block-link:before:hover {
    background: rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 768px) {
  .panel-feature .block-link {
    min-height: 0;
  }
}
.panel-feature.panel-slim .block-link {
  min-height: 150px;
}

.panel-feature .feature-bg-image,
.panel-feature > .custom {
  background-size: cover;
  background-position: center center;
}
.panel-feature .feature-readmore {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .panel-feature .feature-readmore {
    margin-top: 10px;
  }
}

.panel-body {
  padding: 10px 15px;
  border: 1px solid #adafb1;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:focus {
  outline: none;
}

.panel-heading, .product-view .product-shop .product-name, .product-view .box-collateral > h2 {
  padding: 10px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle, .product-view .product-shop .product-name > .dropdown .dropdown-toggle, .product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title, .product-view .product-shop .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  color: inherit;
  line-height: 20px;
}
.panel-title .close-options, .product-view .product-shop .product-name h1 .close-options {
  font-size: 12px;
  line-height: 22.5px;
}
.panel-title > a .required, .product-view .product-shop .product-name h1 > a .required {
  font-size: 0;
  line-height: 0;
}
.panel-title > a, .product-view .product-shop .product-name h1 > a,
.panel-title > small,
.product-view .product-shop .product-name h1 > small,
.panel-title > .small,
.product-view .product-shop .product-name h1 > .small,
.navbar-nav li .panel-title > p.small,
.product-view .product-shop .product-name .navbar-nav li h1 > p.small,
.panel-title > small > a,
.product-view .product-shop .product-name h1 > small > a,
.panel-title > .small > a,
.product-view .product-shop .product-name h1 > .small > a,
.navbar-nav li .panel-title > p.small > a {
  color: inherit;
}
.panel-title > a:hover, .product-view .product-shop .product-name h1 > a:hover, .panel-title > a:active, .product-view .product-shop .product-name h1 > a:active, .panel-title > a:focus, .product-view .product-shop .product-name h1 > a:focus,
.panel-title > small:hover,
.product-view .product-shop .product-name h1 > small:hover,
.panel-title > small:active,
.product-view .product-shop .product-name h1 > small:active,
.panel-title > small:focus,
.product-view .product-shop .product-name h1 > small:focus,
.panel-title > .small:hover,
.product-view .product-shop .product-name h1 > .small:hover,
.navbar-nav li .panel-title > p.small:hover,
.product-view .product-shop .product-name .navbar-nav li h1 > p.small:hover,
.panel-title > .small:active,
.product-view .product-shop .product-name h1 > .small:active,
.navbar-nav li .panel-title > p.small:active,
.product-view .product-shop .product-name .navbar-nav li h1 > p.small:active,
.panel-title > .small:focus,
.product-view .product-shop .product-name h1 > .small:focus,
.navbar-nav li .panel-title > p.small:focus,
.product-view .product-shop .product-name .navbar-nav li h1 > p.small:focus,
.panel-title > small > a:hover,
.product-view .product-shop .product-name h1 > small > a:hover,
.panel-title > small > a:active,
.product-view .product-shop .product-name h1 > small > a:active,
.panel-title > small > a:focus,
.product-view .product-shop .product-name h1 > small > a:focus,
.panel-title > .small > a:hover,
.product-view .product-shop .product-name h1 > .small > a:hover,
.panel-title > .small > a:active,
.product-view .product-shop .product-name h1 > .small > a:active,
.panel-title > .small > a:focus,
.product-view .product-shop .product-name h1 > .small > a:focus {
  text-decoration: none;
}

#product-reviews a:after {
  display: none !important;
  content: none !important;
}

.panel-footer {
  padding: 5px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group, .product-view .product-shop > .list-group, .product-view .box-collateral > .list-group,
.panel > .panel-collapse > .list-group,
.product-view .product-shop > .panel-collapse > .list-group,
.product-view .box-collateral > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .product-view .product-shop > .list-group .list-group-item, .product-view .box-collateral > .list-group .list-group-item, .panel > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .panel > .list-group li, .product-view .product-shop > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .product-shop > .list-group li, .product-view .box-collateral > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .box-collateral > .list-group li,
.panel > .panel-collapse > .list-group .list-group-item,
.product-view .product-shop > .panel-collapse > .list-group .list-group-item,
.product-view .box-collateral > .panel-collapse > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group li,
.product-view .product-shop > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group li,
.product-view .box-collateral > .panel-collapse > .list-group .form-search .search-autocomplete li,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group li {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .product-view .product-shop > .list-group:first-child .list-group-item:first-child, .product-view .box-collateral > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel > .list-group:first-child li:first-child, .product-view .product-shop > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:first-child li:first-child, .product-view .box-collateral > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:first-child li:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.product-view .product-shop > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.product-view .box-collateral > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group:first-child li:first-child,
.product-view .product-shop > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group:first-child li:first-child,
.product-view .box-collateral > .panel-collapse > .list-group:first-child .form-search .search-autocomplete li:first-child,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group:first-child li:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child, .product-view .product-shop > .list-group:last-child .list-group-item:last-child, .product-view .box-collateral > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .panel > .list-group:last-child li:last-child, .product-view .product-shop > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:last-child li:last-child, .product-view .box-collateral > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:last-child li:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.product-view .product-shop > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.product-view .box-collateral > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .panel > .panel-collapse > .list-group:last-child li:last-child,
.product-view .product-shop > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .product-view .product-shop > .panel-collapse > .list-group:last-child li:last-child,
.product-view .box-collateral > .panel-collapse > .list-group:last-child .form-search .search-autocomplete li:last-child,
.form-search .search-autocomplete .product-view .box-collateral > .panel-collapse > .list-group:last-child li:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group .list-group-item:first-child, .product-view .box-collateral > h2 + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .product-shop > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > .panel-heading + .panel-collapse > .list-group li:first-child, .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .panel > .product-name + .panel-collapse > .list-group li:first-child, .product-view .product-shop > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .product-name + .panel-collapse > .list-group li:first-child, .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .box-collateral > .product-name + .panel-collapse > .list-group li:first-child, .product-view .box-collateral > h2 + .panel-collapse > .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > h2 + .panel-collapse > .list-group li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .product-view .product-shop .product-name + .list-group .list-group-item:first-child, .product-view .box-collateral > h2 + .list-group .list-group-item:first-child, .panel-heading + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel-heading + .list-group li:first-child, .product-view .product-shop .product-name + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .product-name + .list-group li:first-child, .product-view .box-collateral > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > h2 + .list-group li:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .product-view .product-shop > .table, .product-view .box-collateral > .table, .panel > .availability-only-details, .product-view .product-shop > .availability-only-details, .product-view .box-collateral > .availability-only-details, .panel > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table,
.panel > .table-responsive > .table,
.product-view .product-shop > .table-responsive > .table,
.product-view .box-collateral > .table-responsive > .table,
.panel > .table-responsive > .availability-only-details,
.product-view .product-shop > .table-responsive > .availability-only-details,
.product-view .box-collateral > .table-responsive > .availability-only-details,
.panel > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table,
.panel > .panel-collapse > .table,
.product-view .product-shop > .panel-collapse > .table,
.product-view .box-collateral > .panel-collapse > .table,
.panel > .panel-collapse > .availability-only-details,
.product-view .product-shop > .panel-collapse > .availability-only-details,
.product-view .box-collateral > .panel-collapse > .availability-only-details,
.panel > .panel-collapse > .data-table,
.product-view .product-shop > .panel-collapse > .data-table,
.product-view .box-collateral > .panel-collapse > .data-table {
  margin-bottom: 0;
}
.panel > .table caption, .product-view .product-shop > .table caption, .product-view .box-collateral > .table caption, .panel > .availability-only-details caption, .product-view .product-shop > .availability-only-details caption, .product-view .box-collateral > .availability-only-details caption, .panel > .data-table caption, .product-view .product-shop > .data-table caption, .product-view .box-collateral > .data-table caption,
.panel > .table-responsive > .table caption,
.product-view .product-shop > .table-responsive > .table caption,
.product-view .box-collateral > .table-responsive > .table caption,
.panel > .table-responsive > .availability-only-details caption,
.product-view .product-shop > .table-responsive > .availability-only-details caption,
.product-view .box-collateral > .table-responsive > .availability-only-details caption,
.panel > .table-responsive > .data-table caption,
.product-view .product-shop > .table-responsive > .data-table caption,
.product-view .box-collateral > .table-responsive > .data-table caption,
.panel > .panel-collapse > .table caption,
.product-view .product-shop > .panel-collapse > .table caption,
.product-view .box-collateral > .panel-collapse > .table caption,
.panel > .panel-collapse > .availability-only-details caption,
.product-view .product-shop > .panel-collapse > .availability-only-details caption,
.product-view .box-collateral > .panel-collapse > .availability-only-details caption,
.panel > .panel-collapse > .data-table caption,
.product-view .product-shop > .panel-collapse > .data-table caption,
.product-view .box-collateral > .panel-collapse > .data-table caption {
  padding-left: 10px 15px;
  padding-right: 10px 15px;
}
.panel > .table:first-child, .product-view .product-shop > .table:first-child, .product-view .box-collateral > .table:first-child, .panel > .availability-only-details:first-child, .product-view .product-shop > .availability-only-details:first-child, .product-view .box-collateral > .availability-only-details:first-child, .panel > .data-table:first-child, .product-view .product-shop > .data-table:first-child, .product-view .box-collateral > .data-table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child,
.panel > .table-responsive:first-child > .data-table:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child, .panel > .data-table:first-child > thead:first-child > tr:first-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .availability-only-details:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .product-view .product-shop > .table:last-child, .product-view .box-collateral > .table:last-child, .panel > .availability-only-details:last-child, .product-view .product-shop > .availability-only-details:last-child, .product-view .box-collateral > .availability-only-details:last-child, .panel > .data-table:last-child, .product-view .product-shop > .data-table:last-child, .product-view .box-collateral > .data-table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child,
.panel > .table-responsive:last-child > .data-table:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .availability-only-details:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .product-view .product-shop > .panel-body + .table, .product-view .box-collateral > .panel-body + .table, .panel > .panel-body + .availability-only-details, .product-view .product-shop > .panel-body + .availability-only-details, .product-view .box-collateral > .panel-body + .availability-only-details, .panel > .panel-body + .data-table, .product-view .product-shop > .panel-body + .data-table, .product-view .box-collateral > .panel-body + .data-table,
.panel > .panel-body + .table-responsive,
.product-view .product-shop > .panel-body + .table-responsive,
.product-view .box-collateral > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.product-view .product-shop > .table + .panel-body,
.product-view .box-collateral > .table + .panel-body,
.panel > .availability-only-details + .panel-body,
.product-view .product-shop > .availability-only-details + .panel-body,
.product-view .box-collateral > .availability-only-details + .panel-body,
.panel > .data-table + .panel-body,
.product-view .product-shop > .data-table + .panel-body,
.product-view .box-collateral > .data-table + .panel-body,
.panel > .table-responsive + .panel-body,
.product-view .product-shop > .table-responsive + .panel-body,
.product-view .box-collateral > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .product-view .product-shop > .table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .table > tbody:first-child > tr:first-child th, .panel > .availability-only-details > tbody:first-child > tr:first-child th, .product-view .product-shop > .availability-only-details > tbody:first-child > tr:first-child th, .product-view .box-collateral > .availability-only-details > tbody:first-child > tr:first-child th, .panel > .data-table > tbody:first-child > tr:first-child th, .product-view .product-shop > .data-table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .data-table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td,
.panel > .availability-only-details > tbody:first-child > tr:first-child td,
.product-view .product-shop > .availability-only-details > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .availability-only-details > tbody:first-child > tr:first-child td,
.panel > .data-table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .data-table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .data-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .product-view .product-shop > .table-bordered, .product-view .box-collateral > .table-bordered, .panel > .table-events, .product-view .product-shop > .table-events, .product-view .box-collateral > .table-events, .panel > .table-testimonial, .product-view .product-shop > .table-testimonial, .product-view .box-collateral > .table-testimonial, .panel > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table,
.panel > .table-responsive > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered,
.panel > .table-responsive > .table-events,
.product-view .product-shop > .table-responsive > .table-events,
.product-view .box-collateral > .table-responsive > .table-events,
.panel > .table-responsive > .table-testimonial,
.product-view .product-shop > .table-responsive > .table-testimonial,
.product-view .box-collateral > .table-responsive > .table-testimonial,
.panel > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .product-view .product-shop > .table-bordered > thead > tr > th:first-child, .product-view .box-collateral > .table-bordered > thead > tr > th:first-child, .panel > .table-events > thead > tr > th:first-child, .product-view .product-shop > .table-events > thead > tr > th:first-child, .product-view .box-collateral > .table-events > thead > tr > th:first-child, .panel > .table-testimonial > thead > tr > th:first-child, .product-view .product-shop > .table-testimonial > thead > tr > th:first-child, .product-view .box-collateral > .table-testimonial > thead > tr > th:first-child, .panel > .data-table > thead > tr > th:first-child, .product-view .product-shop > .data-table > thead > tr > th:first-child, .product-view .box-collateral > .data-table > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.panel > .table-events > thead > tr > td:first-child,
.product-view .product-shop > .table-events > thead > tr > td:first-child,
.product-view .box-collateral > .table-events > thead > tr > td:first-child,
.panel > .table-testimonial > thead > tr > td:first-child,
.product-view .product-shop > .table-testimonial > thead > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > thead > tr > td:first-child,
.panel > .data-table > thead > tr > td:first-child,
.product-view .product-shop > .data-table > thead > tr > td:first-child,
.product-view .box-collateral > .data-table > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.panel > .table-events > tbody > tr > th:first-child,
.product-view .product-shop > .table-events > tbody > tr > th:first-child,
.product-view .box-collateral > .table-events > tbody > tr > th:first-child,
.panel > .table-testimonial > tbody > tr > th:first-child,
.product-view .product-shop > .table-testimonial > tbody > tr > th:first-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > th:first-child,
.panel > .data-table > tbody > tr > th:first-child,
.product-view .product-shop > .data-table > tbody > tr > th:first-child,
.product-view .box-collateral > .data-table > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.panel > .table-events > tbody > tr > td:first-child,
.product-view .product-shop > .table-events > tbody > tr > td:first-child,
.product-view .box-collateral > .table-events > tbody > tr > td:first-child,
.panel > .table-testimonial > tbody > tr > td:first-child,
.product-view .product-shop > .table-testimonial > tbody > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > td:first-child,
.panel > .data-table > tbody > tr > td:first-child,
.product-view .product-shop > .data-table > tbody > tr > td:first-child,
.product-view .box-collateral > .data-table > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-events > tfoot > tr > th:first-child,
.product-view .product-shop > .table-events > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-events > tfoot > tr > th:first-child,
.panel > .table-testimonial > tfoot > tr > th:first-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > th:first-child,
.panel > .data-table > tfoot > tr > th:first-child,
.product-view .product-shop > .data-table > tfoot > tr > th:first-child,
.product-view .box-collateral > .data-table > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-events > tfoot > tr > td:first-child,
.product-view .product-shop > .table-events > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-events > tfoot > tr > td:first-child,
.panel > .table-testimonial > tfoot > tr > td:first-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > td:first-child,
.panel > .data-table > tfoot > tr > td:first-child,
.product-view .product-shop > .data-table > tfoot > tr > td:first-child,
.product-view .box-collateral > .data-table > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-events > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > th:first-child,
.panel > .table-responsive > .data-table > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-events > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > td:first-child,
.panel > .table-responsive > .data-table > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-events > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > th:first-child,
.panel > .table-responsive > .data-table > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-events > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > td:first-child,
.panel > .table-responsive > .data-table > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-events > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
.panel > .table-responsive > .data-table > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-events > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
.panel > .table-responsive > .data-table > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .product-view .product-shop > .table-bordered > thead > tr > th:last-child, .product-view .box-collateral > .table-bordered > thead > tr > th:last-child, .panel > .table-events > thead > tr > th:last-child, .product-view .product-shop > .table-events > thead > tr > th:last-child, .product-view .box-collateral > .table-events > thead > tr > th:last-child, .panel > .table-testimonial > thead > tr > th:last-child, .product-view .product-shop > .table-testimonial > thead > tr > th:last-child, .product-view .box-collateral > .table-testimonial > thead > tr > th:last-child, .panel > .data-table > thead > tr > th:last-child, .product-view .product-shop > .data-table > thead > tr > th:last-child, .product-view .box-collateral > .data-table > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.panel > .table-events > thead > tr > td:last-child,
.product-view .product-shop > .table-events > thead > tr > td:last-child,
.product-view .box-collateral > .table-events > thead > tr > td:last-child,
.panel > .table-testimonial > thead > tr > td:last-child,
.product-view .product-shop > .table-testimonial > thead > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > thead > tr > td:last-child,
.panel > .data-table > thead > tr > td:last-child,
.product-view .product-shop > .data-table > thead > tr > td:last-child,
.product-view .box-collateral > .data-table > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.panel > .table-events > tbody > tr > th:last-child,
.product-view .product-shop > .table-events > tbody > tr > th:last-child,
.product-view .box-collateral > .table-events > tbody > tr > th:last-child,
.panel > .table-testimonial > tbody > tr > th:last-child,
.product-view .product-shop > .table-testimonial > tbody > tr > th:last-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > th:last-child,
.panel > .data-table > tbody > tr > th:last-child,
.product-view .product-shop > .data-table > tbody > tr > th:last-child,
.product-view .box-collateral > .data-table > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.panel > .table-events > tbody > tr > td:last-child,
.product-view .product-shop > .table-events > tbody > tr > td:last-child,
.product-view .box-collateral > .table-events > tbody > tr > td:last-child,
.panel > .table-testimonial > tbody > tr > td:last-child,
.product-view .product-shop > .table-testimonial > tbody > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > tbody > tr > td:last-child,
.panel > .data-table > tbody > tr > td:last-child,
.product-view .product-shop > .data-table > tbody > tr > td:last-child,
.product-view .box-collateral > .data-table > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-events > tfoot > tr > th:last-child,
.product-view .product-shop > .table-events > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-events > tfoot > tr > th:last-child,
.panel > .table-testimonial > tfoot > tr > th:last-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > th:last-child,
.panel > .data-table > tfoot > tr > th:last-child,
.product-view .product-shop > .data-table > tfoot > tr > th:last-child,
.product-view .box-collateral > .data-table > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-events > tfoot > tr > td:last-child,
.product-view .product-shop > .table-events > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-events > tfoot > tr > td:last-child,
.panel > .table-testimonial > tfoot > tr > td:last-child,
.product-view .product-shop > .table-testimonial > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-testimonial > tfoot > tr > td:last-child,
.panel > .data-table > tfoot > tr > td:last-child,
.product-view .product-shop > .data-table > tfoot > tr > td:last-child,
.product-view .box-collateral > .data-table > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-events > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > th:last-child,
.panel > .table-responsive > .data-table > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-events > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr > td:last-child,
.panel > .table-responsive > .data-table > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-events > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > th:last-child,
.panel > .table-responsive > .data-table > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-events > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr > td:last-child,
.panel > .table-responsive > .data-table > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-events > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
.panel > .table-responsive > .data-table > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-events > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
.panel > .table-responsive > .data-table > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .product-view .product-shop > .table-bordered > thead > tr:first-child > td, .product-view .box-collateral > .table-bordered > thead > tr:first-child > td, .panel > .table-events > thead > tr:first-child > td, .product-view .product-shop > .table-events > thead > tr:first-child > td, .product-view .box-collateral > .table-events > thead > tr:first-child > td, .panel > .table-testimonial > thead > tr:first-child > td, .product-view .product-shop > .table-testimonial > thead > tr:first-child > td, .product-view .box-collateral > .table-testimonial > thead > tr:first-child > td, .panel > .data-table > thead > tr:first-child > td, .product-view .product-shop > .data-table > thead > tr:first-child > td, .product-view .box-collateral > .data-table > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
.panel > .table-events > thead > tr:first-child > th,
.product-view .product-shop > .table-events > thead > tr:first-child > th,
.product-view .box-collateral > .table-events > thead > tr:first-child > th,
.panel > .table-testimonial > thead > tr:first-child > th,
.product-view .product-shop > .table-testimonial > thead > tr:first-child > th,
.product-view .box-collateral > .table-testimonial > thead > tr:first-child > th,
.panel > .data-table > thead > tr:first-child > th,
.product-view .product-shop > .data-table > thead > tr:first-child > th,
.product-view .box-collateral > .data-table > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
.panel > .table-events > tbody > tr:first-child > td,
.product-view .product-shop > .table-events > tbody > tr:first-child > td,
.product-view .box-collateral > .table-events > tbody > tr:first-child > td,
.panel > .table-testimonial > tbody > tr:first-child > td,
.product-view .product-shop > .table-testimonial > tbody > tr:first-child > td,
.product-view .box-collateral > .table-testimonial > tbody > tr:first-child > td,
.panel > .data-table > tbody > tr:first-child > td,
.product-view .product-shop > .data-table > tbody > tr:first-child > td,
.product-view .box-collateral > .data-table > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
.panel > .table-events > tbody > tr:first-child > th,
.product-view .product-shop > .table-events > tbody > tr:first-child > th,
.product-view .box-collateral > .table-events > tbody > tr:first-child > th,
.panel > .table-testimonial > tbody > tr:first-child > th,
.product-view .product-shop > .table-testimonial > tbody > tr:first-child > th,
.product-view .box-collateral > .table-testimonial > tbody > tr:first-child > th,
.panel > .data-table > tbody > tr:first-child > th,
.product-view .product-shop > .data-table > tbody > tr:first-child > th,
.product-view .box-collateral > .data-table > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-events > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-events > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr:first-child > td,
.panel > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr:first-child > td,
.panel > .table-responsive > .data-table > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-events > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-events > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-events > thead > tr:first-child > th,
.panel > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > thead > tr:first-child > th,
.panel > .table-responsive > .data-table > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-events > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:first-child > td,
.panel > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:first-child > td,
.panel > .table-responsive > .data-table > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-events > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:first-child > th,
.panel > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:first-child > th,
.panel > .table-responsive > .data-table > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .product-view .product-shop > .table-bordered > tbody > tr:last-child > td, .product-view .box-collateral > .table-bordered > tbody > tr:last-child > td, .panel > .table-events > tbody > tr:last-child > td, .product-view .product-shop > .table-events > tbody > tr:last-child > td, .product-view .box-collateral > .table-events > tbody > tr:last-child > td, .panel > .table-testimonial > tbody > tr:last-child > td, .product-view .product-shop > .table-testimonial > tbody > tr:last-child > td, .product-view .box-collateral > .table-testimonial > tbody > tr:last-child > td, .panel > .data-table > tbody > tr:last-child > td, .product-view .product-shop > .data-table > tbody > tr:last-child > td, .product-view .box-collateral > .data-table > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.panel > .table-events > tbody > tr:last-child > th,
.product-view .product-shop > .table-events > tbody > tr:last-child > th,
.product-view .box-collateral > .table-events > tbody > tr:last-child > th,
.panel > .table-testimonial > tbody > tr:last-child > th,
.product-view .product-shop > .table-testimonial > tbody > tr:last-child > th,
.product-view .box-collateral > .table-testimonial > tbody > tr:last-child > th,
.panel > .data-table > tbody > tr:last-child > th,
.product-view .product-shop > .data-table > tbody > tr:last-child > th,
.product-view .box-collateral > .data-table > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-events > tfoot > tr:last-child > td,
.product-view .product-shop > .table-events > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-events > tfoot > tr:last-child > td,
.panel > .table-testimonial > tfoot > tr:last-child > td,
.product-view .product-shop > .table-testimonial > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-testimonial > tfoot > tr:last-child > td,
.panel > .data-table > tfoot > tr:last-child > td,
.product-view .product-shop > .data-table > tfoot > tr:last-child > td,
.product-view .box-collateral > .data-table > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-events > tfoot > tr:last-child > th,
.product-view .product-shop > .table-events > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-events > tfoot > tr:last-child > th,
.panel > .table-testimonial > tfoot > tr:last-child > th,
.product-view .product-shop > .table-testimonial > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-testimonial > tfoot > tr:last-child > th,
.panel > .data-table > tfoot > tr:last-child > th,
.product-view .product-shop > .data-table > tfoot > tr:last-child > th,
.product-view .box-collateral > .data-table > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-events > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:last-child > td,
.panel > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:last-child > td,
.panel > .table-responsive > .data-table > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-events > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-events > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tbody > tr:last-child > th,
.panel > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tbody > tr:last-child > th,
.panel > .table-responsive > .data-table > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-events > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
.panel > .table-responsive > .data-table > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-events > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-events > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-events > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
.panel > .table-responsive > .data-table > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, .product-view .product-shop > .table-responsive, .product-view .box-collateral > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group .product-view .product-shop, .product-view .panel-group .product-shop, .panel-group .product-view .box-collateral, .product-view .panel-group .box-collateral {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel, .panel-group .product-view .product-shop + .panel, .product-view .panel-group .product-shop + .panel, .panel-group .product-view .box-collateral + .panel, .product-view .panel-group .box-collateral + .panel, .panel-group .product-view .panel + .product-shop, .product-view .panel-group .panel + .product-shop, .panel-group .product-view .product-shop + .product-shop, .product-view .panel-group .product-shop + .product-shop, .panel-group .product-view .box-collateral + .product-shop, .product-view .panel-group .box-collateral + .product-shop, .panel-group .product-view .panel + .box-collateral, .product-view .panel-group .panel + .box-collateral, .panel-group .product-view .product-shop + .box-collateral, .product-view .panel-group .product-shop + .box-collateral, .panel-group .product-view .box-collateral + .box-collateral, .product-view .panel-group .box-collateral + .box-collateral {
  margin-top: 5px;
}
.panel-group .panel-heading, .panel-group .product-view .product-shop .product-name, .product-view .product-shop .panel-group .product-name, .panel-group .product-view .box-collateral > h2, .product-view .panel-group .box-collateral > h2 {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .product-view .product-shop .product-name + .panel-collapse > .panel-body, .product-view .product-shop .panel-group .product-name + .panel-collapse > .panel-body, .panel-group .product-view .box-collateral > h2 + .panel-collapse > .panel-body, .product-view .panel-group .box-collateral > h2 + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .product-view .product-shop .product-name + .panel-collapse > .list-group,
.product-view .product-shop .panel-group .product-name + .panel-collapse > .list-group,
.panel-group .product-view .box-collateral > h2 + .panel-collapse > .list-group,
.product-view .panel-group .box-collateral > h2 + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-primary {
  border-color: #EF2829;
}
.panel-primary > .panel-heading, .product-view .product-shop .panel-primary > .product-name, .product-view .box-collateral.panel-primary > h2 {
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-primary > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-primary > h2 + .panel-collapse > .panel-body {
  border-top-color: #EF2829;
}
.panel-primary > .panel-heading .badge, .product-view .product-shop .panel-primary > .product-name .badge, .product-view .box-collateral.panel-primary > h2 .badge {
  color: #EF2829;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EF2829;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading, .product-view .product-shop .panel-success > .product-name, .product-view .box-collateral.panel-success > h2 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-success > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-success > h2 + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge, .product-view .product-shop .panel-success > .product-name .badge, .product-view .box-collateral.panel-success > h2 .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading, .product-view .product-shop .panel-info > .product-name, .product-view .box-collateral.panel-info > h2 {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-info > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-info > h2 + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge, .product-view .product-shop .panel-info > .product-name .badge, .product-view .box-collateral.panel-info > h2 .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading, .product-view .product-shop .panel-warning > .product-name, .product-view .box-collateral.panel-warning > h2 {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-warning > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-warning > h2 + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge, .product-view .product-shop .panel-warning > .product-name .badge, .product-view .box-collateral.panel-warning > h2 .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading, .product-view .product-shop .panel-danger > .product-name, .product-view .box-collateral.panel-danger > h2 {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body, .product-view .product-shop .panel-danger > .product-name + .panel-collapse > .panel-body, .product-view .box-collateral.panel-danger > h2 + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge, .product-view .product-shop .panel-danger > .product-name .badge, .product-view .box-collateral.panel-danger > h2 .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.products-grid .product {
  border: 1px solid #adafb1;
  padding-right: 15px;
  min-width: 0;
  clear: both;
  overflow: hidden;
}
@media (max-width: 992px) {
  .products-grid .product {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .products-grid .product {
    float: none;
    width: 100%;
    display: block;
  }
}
.products-grid .product-column {
  float: none;
  display: block;
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1200px) and (min-width: 480px) {
  .products-grid .product-column {
    float: left;
    display: block;
    max-width: 50%;
    padding-right: 15px;
  }
}
.products-grid .product-column .product-action {
  display: none;
}
.products-grid .add-to-links .separator {
  display: none;
}

.category-view .orderby-displaynumber {
  border: none;
  background-color: #e1e1e1;
  font-size: 12px;
}
.category-view .orderby-displaynumber .orderlistcontainer a {
  color: #000;
}
.category-view .orderby-displaynumber .orderlistcontainer a:hover {
  text-decoration: none;
}
.category-view .orderby-displaynumber .orderlistcontainer .orderlist {
  border: solid 1px #adafb1;
}
.category-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  border-radius: 0;
  border: solid 1px #adafb1;
}
.category-view .horizontal-separator {
  display: none;
}

.products-list {
  width: 100%;
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.products-list li.item {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.products-list li.item:first-child {
  padding-top: 0;
}
.products-list li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.products-list .product-image {
  float: left;
  width: 150px;
  display: block;
}
.products-list .product-shop {
  margin-left: 160px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px;
}

.product-thumbnail,
.product-image,
.product-category,
.product-name,
.product-title,
.product-display-wrapper,
.product-price,
.product-short-description,
.product-description,
.product-body,
.product-action {
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 20px;
}

.product-thumbnail,
.product-image {
  margin-bottom: 5px;
}
.product-thumbnail a,
.product-image a {
  display: block;
  margin: 5px;
}
.product-thumbnail img,
.product-image img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .product-image {
    display: inline-block;
    clear: none;
  }
}

.product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #EF2829;
}

.product-short-description,
.product-intro {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.product-name,
.product-title {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.product-name a,
.product-title a {
  color: #000;
}

.product-price {
  font-size: 15px;
  margin: 0;
}
.product-price .vm-price-desc {
  margin: 0;
  min-width: 0;
}

.product-container .product-action {
  background-color: #e1e1e1;
  padding: 10px;
}
@media (min-width: 992px) {
  .product-container .product-action {
    display: inline-block;
    clear: none;
  }
}
.product-container .product-action .quantity-box {
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-container .product-price,
.product-container .PricesalesPrice {
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  vertical-align: middle;
  color: #000;
}
.product-container .product-price span.vm-price-desc,
.product-container .PricesalesPrice span.vm-price-desc {
  margin: 0;
}
.product-container .product-description {
  margin: 10px 0;
}

.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
  color: #3c763d;
}
.availability.out-of-stock span {
  color: #a94442;
}

.availability-only span,
.availability-only a {
  font-weight: bold;
}

.add-to-cart .paypal-logo {
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px 60px 5px 0;
}
.add-to-cart .paypal-logo .paypal-logo {
  margin: 0;
}

.add-to-box {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.add-to-box .add-to-cart {
  margin: 0 0 10px;
}
.add-to-box .or {
  float: left;
}
.add-to-box .add-to-links {
  float: right;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: left;
}
.add-to-box .add-to-links .separator {
  margin: 0 4px;
}

.productdetails-view .addtocart-bar {
  margin: 0;
}

.product-action span.quantity-controls {
  display: none;
}

.product-view {
  margin-left: 0;
  margin-right: 0;
}
.product-view:before, .product-view:after {
  content: " ";
  display: table;
}
.product-view:after {
  clear: both;
}

.product-essential,
.product-collateral {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-essential,
  .product-collateral {
    float: left;
    width: 100%;
  }
}

.product-essential .product-shop {
  min-height: 1px;
  position: relative;
}
.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 58.33333%;
  }
}
.product-essential .product-img-box .more-views ul {
  margin-left: 0;
  margin-right: 0;
}
.product-essential .product-img-box .more-views ul:before, .product-essential .product-img-box .more-views ul:after {
  content: " ";
  display: table;
}
.product-essential .product-img-box .more-views ul:after {
  clear: both;
}
.product-essential .product-img-box .more-views ul li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    padding-left: 0;
    padding-right: 0;
  }
  .product-essential .product-shop {
    float: right;
    width: 41.66667%;
  }
}

.product-view .product-shop {
  padding: 15px;
  border-color: #adafb1;
}
.product-view .product-shop .product-name {
  margin: -15px -15px 15px;
  border-color: #adafb1;
  background-color: #EF2829;
  color: #797b7f;
}
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
  margin-bottom: 10px;
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .product-view .product-shop .product-options-bottom .price-box,
  .product-view .product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: auto;
  }
}

.product-img-box .product-image-zoom {
  margin-bottom: 10px;
}
.product-img-box .more-views {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.product-options dl {
  margin: 0;
}
.product-options dt {
  padding-top: 10px;
  font-weight: normal;
}
.product-options dt label {
  margin-bottom: 0;
  font-weight: bold;
}
.product-options dt label.required em {
  margin-left: 2px;
  color: #a94442;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dd .qty-holder {
  display: block;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd {
  padding: 5px 0 10px 5px;
  border-bottom: 1px solid #e1e1e1;
}
.product-options dd select[multiple],
.product-options dd textarea {
  height: auto;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-bottom: 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox, .product-options ul.options-list .post-component form .gbs3 input.gcore-checkbox-item, .post-component form .gbs3 .product-options ul.options-list input.gcore-checkbox-item,
.product-options ul.options-list .post-component form .form-group input.gcore-checkbox-item,
.post-component form .form-group .product-options ul.options-list input.gcore-checkbox-item,
.product-options ul.options-list .main-container form .gbs3 input.gcore-checkbox-item,
.main-container form .gbs3 .product-options ul.options-list input.gcore-checkbox-item,
.product-options ul.options-list .main-container form .form-group input.gcore-checkbox-item,
.main-container form .form-group .product-options ul.options-list input.gcore-checkbox-item {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 12px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-shop .product-options dt label.required em {
  margin-left: 0;
  margin-right: 2px;
}
.product-shop .product-options-bottom {
  margin: 0 0 10px;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
}

.product-view .grouped-items-table .price-box {
  margin: 0;
}
.product-view .grouped-items-table .qty {
  width: auto;
}

.product-view .box-collateral {
  padding: 15px;
  border-color: #adafb1;
}
.product-view .box-collateral > h2 {
  margin: -15px -15px 15px;
  border-color: #adafb1;
  background-color: #EF2829;
  font-size: 17px;
  color: #797b7f;
}

.product-view .box-additional {
  padding: 0;
}
.product-view .box-additional > h2 {
  margin: 0;
}
.product-view .box-additional .data-table {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-additional .data-table > tbody > tr > th {
  border-left: 0;
}
.product-view .box-additional .data-table > tbody > tr > td {
  border-right: 0;
}
.product-view .box-additional .data-table > tbody > tr.first > th,
.product-view .box-additional .data-table > tbody > tr.first > td {
  border-top: 0;
}
.product-view .box-additional .data-table > tbody > tr.last > th,
.product-view .box-additional .data-table > tbody > tr.last > td {
  border-bottom: 0;
}

.product-view .box-up-sell .table-responsive {
  padding: 15px 0;
}
.product-view .box-up-sell .products-grid {
  margin: 0;
  width: 100%;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 0 0;
  vertical-align: top;
}
.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
  margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid .ratings {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-view .box-up-sell .products-grid {
    min-width: 500px;
  }
  .product-view .box-up-sell .products-grid > tbody > tr > th,
  .product-view .box-up-sell .products-grid > tbody > tr > td {
    white-space: normal;
  }
}

.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags .product-tags li {
  display: inline;
  white-space: nowrap;
  margin: 0 6px;
}
.product-view .box-tags .note {
  margin: 0;
  text-align: center;
}

.product-view .box-reviews dt {
  padding-top: 15px;
  font-weight: normal;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.product-view .box-reviews dd .ratings-table {
  float: left;
  margin-right: 10px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: 500;
}
.product-view .box-reviews .form-add h4, .product-view .box-reviews .form-add #cart-view .billto-shipto span, #cart-view .billto-shipto .product-view .box-reviews .form-add span, .product-view .box-reviews .form-add #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .product-view .box-reviews .form-add td, .product-view .box-reviews .form-add #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .product-view .box-reviews .form-add .customer-note, .product-view .box-reviews .form-add #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .product-view .box-reviews .form-add span.tos {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 em, .product-view .box-reviews .form-add #cart-view .billto-shipto span em, #cart-view .billto-shipto .product-view .box-reviews .form-add span em, .product-view .box-reviews .form-add #cart-view .cart-summary tr:last-of-type td em, #cart-view .cart-summary tr:last-of-type .product-view .box-reviews .form-add td em, .product-view .box-reviews .form-add #cart-view .vm-fieldset-customer-note .customer-note em, #cart-view .vm-fieldset-customer-note .product-view .box-reviews .form-add .customer-note em, .product-view .box-reviews .form-add #cart-view .vm-fieldset-tos span.tos em, #cart-view .vm-fieldset-tos .product-view .box-reviews .form-add span.tos em {
  float: right;
  position: absolute;
  top: 0;
  right: -8px;
  color: #a94442;
}
.product-view .box-reviews .form-add td.value {
  text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px;
}
@media (max-width: 768px) {
  .product-view .box-reviews .form-add form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #ddd;
  }
}

.tags-list {
  margin: 0;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 3px;
}

.news .category-description,
.news .item,
.news .item-thumbnail,
.news .item-image,
.news .item-category,
.news .item-heading,
.news .item-body,
.news .item-action {
  display: block;
  clear: both;
  overflow: hidden;
  line-height: 20px;
}

.news .category-description {
  margin-bottom: 20px;
}
.news .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.news .item-thumbnail a,
.news .item-image a,
.news .item-media a {
  display: block;
  margin: 5px;
}
.news .item-thumbnail img,
.news .item-image img,
.news .item-media img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news .item-image {
    display: inline-block;
    clear: none;
  }
}
.news .item-column:nth-of-type(2n+2) {
  padding-left: 15px;
}

.gallery-feature .gallery-feature-carousel {
  background-color: #e1e1e1;
}
.gallery-feature .gallery-feature-media {
  width: 100%;
}
.gallery-feature .gallery-feature-media img {
  display: block;
  margin: 0 auto !important;
}

.igallery-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.igallery-container .main_images_wrapper .main_des_container {
  padding: 0 !important;
}
.igallery-container .main_images_wrapper .main_des_container .des_div {
  padding: 0 !important;
}
.igallery-container .main_images_wrapper .main_des_container .des_div p {
  padding: 5px 15px;
  color: #fff;
}

.main_thumb_container {
  display: block;
  margin: 10px 0;
}
.main_thumb_container table.main_thumb_table td a {
  outline: none;
  border: 1px solid #e1e1e1;
  display: block;
  margin: 2px;
}
.main_thumb_container table.main_thumb_table td a:hover {
  background-color: #e9e9e9 !important;
}
.main_thumb_container .ig_thumb {
  max-width: 100% !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}

.page-header-gallery .sigProGalleriaWhiteContainer {
  background: #fff;
  margin: 0;
  padding: 0;
}

#cart-view .vm-continue-shopping,
#cart-view .payments-signin-button {
  float: none;
}
#cart-view #com-form-login {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e1e1e1;
}
#cart-view #com-form-login #com-form-login-remember {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#cart-view #com-form-login .inputbox input[type="submit"] {
  display: block;
  margin-right: 15px;
}
#cart-view #com-form-login .inputbox#remember {
  position: relative !important;
  display: inline;
  line-height: 40px;
  vertical-align: middle;
}
#cart-view #com-form-login fieldset {
  border-bottom: 1px solid #adafb1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#cart-view .content-summary {
  border: 1px solid #e1e1e1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
#cart-view .billto-shipto {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
#cart-view .billto-shipto .vm2-billto-icon,
#cart-view .billto-shipto .vm2-shipto-icon {
  background-image: none;
  margin-right: 0;
  height: auto;
}
#cart-view .billto-shipto span {
  font-weight: bold;
  margin: 0;
  float: left;
  clear: both;
  overflow: hidden;
}
#cart-view .output-billto,
#cart-view .output-shipto {
  display: block;
  clear: both;
}
#cart-view .output-billto #STsameAsBTjs,
#cart-view .output-shipto #STsameAsBTjs {
  position: relative !important;
  margin-left: 5px;
  top: 5px;
}
#cart-view .width30.floatleft,
#cart-view .width50.floatleft {
  margin: 0 0 5px 0 !important;
  padding-right: 5px;
  width: 50%;
}
@media (max-width: 480px) {
  #cart-view .width30.floatleft,
  #cart-view .width50.floatleft {
    width: 100%;
  }
}
#cart-view hr {
  display: none;
}
#cart-view .vm2-remove_from_cart:before,
#cart-view .vm2-add_quantity_cart:before {
  content: "\f021";
  font-family: "fontawesome";
  width: 20px;
  height: 20px;
  color: #939598;
  cursor: pointer;
  font-size: 20px;
}
#cart-view .vm2-remove_from_cart:hover:before,
#cart-view .vm2-add_quantity_cart:hover:before {
  color: #EF2829;
}
#cart-view .vm2-remove_from_cart.vmicon,
#cart-view .vm2-add_quantity_cart.vmicon {
  background-image: none;
}
#cart-view .vm2-add_quantity_cart:before {
  content: "\f021";
}
#cart-view .vm2-remove_from_cart:before {
  content: "\f1f8";
}
#cart-view .quantity-box .quantity-input,
#cart-view .cart-summary .quantity-input {
  font-size: 15px;
  font-weight: normal;
}
#cart-view .vmshipment_name,
#cart-view .vmpayment_name {
  color: #EF2829;
  font-size: 15px;
  line-height: 20px;
  vertical-align: bottom;
  margin-right: 15px;
}
#cart-view .vmshipment_description,
#cart-view .vmpayment_description {
  color: #939598;
  font-size: 12px;
  line-height: 20px;
  vertical-align: bottom;
}
#cart-view .cart-summary .vm-cart-item-total {
  text-align: right;
}
#cart-view .vm-fieldset-customer-note {
  margin-top: 20px;
  margin-bottom: 20px;
}
#cart-view .vm-fieldset-customer-note textarea#customer_note_field {
  width: 100%;
  margin-top: 5px;
}
#cart-view .vm-fieldset-tos {
  margin-top: 20px;
  margin-bottom: 20px;
}
#cart-view .vm-fieldset-tos span.tos {
  display: block;
}
#cart-view .vm-fieldset-tos input.terms-of-service {
  position: relative !important;
  top: 5px;
}
#cart-view .vm-fieldset-tos .vm2-termsofservice-icon {
  display: none;
}
#cart-view .vm-fieldset-tos div.terms-of-service {
  margin: 0;
  padding: 0;
  line-height: 20px;
  vertical-align: middle;
}
#cart-view .checkout-button-top {
  border-top: 0;
  text-align: left;
}

div#fancybox-outer .fancybox-bg {
  display: none;
}

#fancybox-wrap h4, #fancybox-wrap #cart-view .billto-shipto span, #cart-view .billto-shipto #fancybox-wrap span, #fancybox-wrap #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type #fancybox-wrap td, #fancybox-wrap #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note #fancybox-wrap .customer-note, #fancybox-wrap #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos #fancybox-wrap span.tos {
  margin-top: 20px;
  text-transform: none;
  font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

#fancybox-outer > div {
  background-color: #fff;
}

#fancybox-close {
  right: -35px;
}

.factoid-container {
  display: inline-block;
  width: 50%;
  float: left;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .factoid-container {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    margin: 0;
    margin-bottom: 20px;
  }
  .factoid-container:nth-of-type(1) {
    margin-top: 20px;
  }
}

.factoid-container tbody,
.factoid-container tr {
  width: 100%;
  display: block;
}

.factoid {
  width: 50%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  float: left;
}
.factoid.engine:before, .factoid.power:before, .factoid.speed:before, .factoid.towing:before, .factoid.torque:before, .factoid.wifi:before, .factoid.payload:before {
  content: '';
  display: block;
  height: 52px;
  width: auto;
  margin-bottom: 5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.factoid.engine:before {
  background-image: url("../../images/icon-factoid-engine.png");
}
.factoid.power:before {
  background-image: url("../../images/icon-factoid-power.png");
}
.factoid.speed:before {
  background-image: url("../../images/icon-factoid-speed.png");
}
.factoid.towing:before {
  background-image: url("../../images/icon-factoid-towing.png");
}
.factoid.torque:before {
  background-image: url("../../images/icon-factoid-torque.png");
}
.factoid.wifi:before {
  background-image: url("../../images/icon-factoid-wifi.png");
}
.factoid.payload:before {
  background-image: url("../../images/icon-factoid-payload.png");
}

.gallery-feature .gallery-feature-carousel {
  background-color: #e1e1e1;
}
.gallery-feature .gallery-feature-media {
  width: 100%;
}
.gallery-feature .gallery-feature-media img {
  display: block;
  margin: 0 auto !important;
}

.igallery-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.igallery-container .main_images_wrapper .main_des_container {
  padding: 0 !important;
}
.igallery-container .main_images_wrapper .main_des_container .des_div {
  padding: 0 !important;
}
.igallery-container .main_images_wrapper .main_des_container .des_div p {
  padding: 5px 15px;
  color: #fff;
}

.main_thumb_container {
  display: block;
  margin: 10px 0;
}
.main_thumb_container table.main_thumb_table td a {
  outline: none;
  border: 1px solid #e1e1e1;
  display: block;
  margin: 2px;
}
.main_thumb_container table.main_thumb_table td a:hover {
  background-color: #e9e9e9 !important;
}
.main_thumb_container .ig_thumb {
  max-width: 100% !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}

.page-header-gallery .sigProGalleriaWhiteContainer {
  background: #fff;
  margin: 0;
  padding: 0;
}

.showroom-heading,
.conversions-heading,
.dealerships-heading,
.news-heading,
.newsletter-heading {
  min-height: 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .showroom-heading,
  .conversions-heading,
  .dealerships-heading,
  .news-heading,
  .newsletter-heading {
    min-height: 72px;
  }
}
@media (max-width: 768px) {
  .showroom-heading,
  .conversions-heading,
  .dealerships-heading,
  .news-heading,
  .newsletter-heading {
    min-height: 54px;
  }
}
@media (max-width: 480px) {
  .showroom-heading,
  .conversions-heading,
  .dealerships-heading,
  .news-heading,
  .newsletter-heading {
    min-height: 45px;
  }
}
.showroom-heading h1, .showroom-heading h2,
.conversions-heading h1,
.conversions-heading h2,
.dealerships-heading h1,
.dealerships-heading h2,
.news-heading h1,
.news-heading h2,
.newsletter-heading h1,
.newsletter-heading h2 {
  color: #939598;
}

.showroom-heading {
  position: absolute;
}
.showroom-heading h1,
.showroom-heading h2 {
  color: #e1e1e1;
}

.dealerships-heading {
  background-color: #fff;
}

.newsletter-heading {
  color: #939598;
  font-size: 50px;
  min-height: 50px;
}

.heading-touch-top {
  position: relative;
  display: block;
  z-index: 15;
  line-height: 0.75em;
  margin-top: -0.085em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.heading-touch-bottom {
  display: table;
  width: 100%;
  height: 100%;
}
.heading-touch-bottom h1, .heading-touch-bottom h2 {
  left: 8.33333%;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  bottom: -0.1em;
  z-index: 15;
  padding-top: 0.5em;
  padding-right: 10%;
  /* Need this to simulate the effect of the offset left-hand column, forcing text to wrap correctly */
  float: none;
}
@media (min-width: 1200px) {
  .heading-touch-bottom h1, .heading-touch-bottom h2 {
    left: 8.33333%;
  }
}

@media (max-width: 1200px) {
  .showroom-heading > h1, .showroom-heading h2,
  .conversions-heading > h1,
  .conversions-heading h2,
  .dealerships-heading > h1,
  .dealerships-heading h2,
  .news-heading > h1,
  .news-heading h2,
  .heading-touch-top > h1,
  .heading-touch-top h2,
  .heading-touch-bottom > h1,
  .heading-touch-bottom h2 {
    font-size: 67.5px;
  }
}
@media (max-width: 992px) {
  .showroom-heading > h1, .showroom-heading h2,
  .conversions-heading > h1,
  .conversions-heading h2,
  .dealerships-heading > h1,
  .dealerships-heading h2,
  .news-heading > h1,
  .news-heading h2,
  .heading-touch-top > h1,
  .heading-touch-top h2,
  .heading-touch-bottom > h1,
  .heading-touch-bottom h2 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .showroom-heading > h1, .showroom-heading h2,
  .conversions-heading > h1,
  .conversions-heading h2,
  .dealerships-heading > h1,
  .dealerships-heading h2,
  .news-heading > h1,
  .news-heading h2,
  .heading-touch-top > h1,
  .heading-touch-top h2,
  .heading-touch-bottom > h1,
  .heading-touch-bottom h2 {
    font-size: 45px;
  }
}

.heading-touch-top.heading-reduced h1, .heading-touch-top.heading-reduced h2,
.heading-touch-bottom.heading-reduced h1,
.heading-touch-bottom.heading-reduced h2 {
  font-size: 50px;
}

.frm-vission6 .input-field {
  display: inline-block;
}
.frm-vission6 .input-field label {
  display: block;
}
.frm-vission6 .input-field input {
  display: block;
}
.frm-vission6 .privacy-notice {
  color: #939598;
  position: relative;
  display: inline-block;
  top: 30px;
  vertical-align: top;
  width: 200px;
  margin-left: 5px;
  line-height: 15px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #adafb1;
  text-align: left;
}

th {
  text-align: left;
}

.table, .availability-only-details, .data-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .availability-only-details > thead > tr > th, .data-table > thead > tr > th,
.table > thead > tr > td,
.availability-only-details > thead > tr > td,
.data-table > thead > tr > td,
.table > tbody > tr > th,
.availability-only-details > tbody > tr > th,
.data-table > tbody > tr > th,
.table > tbody > tr > td,
.availability-only-details > tbody > tr > td,
.data-table > tbody > tr > td,
.table > tfoot > tr > th,
.availability-only-details > tfoot > tr > th,
.data-table > tfoot > tr > th,
.table > tfoot > tr > td,
.availability-only-details > tfoot > tr > td,
.data-table > tfoot > tr > td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, .availability-only-details > thead > tr > th, .data-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .availability-only-details > caption + thead > tr:first-child > th, .data-table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.availability-only-details > caption + thead > tr:first-child > td,
.data-table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, .availability-only-details > tbody + tbody, .data-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, .availability-only-details .table, .data-table .table, .table .availability-only-details, .availability-only-details .availability-only-details, .data-table .availability-only-details, .table .data-table, .availability-only-details .data-table, .data-table .data-table {
  background-color: #e1e1e1;
}

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

.table-bordered, .table-events, .table-testimonial, .data-table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-events > thead > tr > th, .table-testimonial > thead > tr > th, .data-table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-events > thead > tr > td,
.table-testimonial > thead > tr > td,
.data-table > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-events > tbody > tr > th,
.table-testimonial > tbody > tr > th,
.data-table > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-events > tbody > tr > td,
.table-testimonial > tbody > tr > td,
.data-table > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-events > tfoot > tr > th,
.table-testimonial > tfoot > tr > th,
.data-table > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
.table-events > tfoot > tr > td,
.table-testimonial > tfoot > tr > td,
.data-table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-events > thead > tr > th, .table-testimonial > thead > tr > th, .data-table > thead > tr > th,
.table-bordered > thead > tr > td,
.table-events > thead > tr > td,
.table-testimonial > thead > tr > td,
.data-table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

.table-events {
  margin-bottom: 10px;
}
.table-events > thead {
  background-color: #EF2829;
}
.table-events > thead > tr > td {
  border-color: #EF2829 !important;
  padding: 10px 15px 10px 5px;
  color: #fff;
}
.table-events > thead > tr > td > p {
  color: #fff;
}
.table-events > tfoot {
  background-color: #EF2829;
}
.table-events > tfoot > td {
  padding: 10px 15px;
  color: #fff;
}
.table-events > tfoot > p {
  color: #fff;
}
.table-events > tbody > tr > td {
  border-left-width: 0;
  border-right-width: 0;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0 10px 5px;
  vertical-align: top;
}
.table-events > tbody > tr > td:nth-of-type(1) {
  border-left-width: 1px;
}
.table-events > tbody > tr > td:last-of-type {
  border-right-width: 1px;
}
.table-events > tbody > tr > td > p {
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
.table-events > tbody > tr > td > p:last-of-type {
  margin-bottom: 0;
}

.table-testimonial {
  margin-bottom: 10px;
}
.table-testimonial td {
  vertical-align: top;
}
.table-testimonial tbody tr td:nth-of-type(1) {
  max-width: 50%;
  min-width: 250px;
}
@media (max-width: 768px) {
  .table-testimonial tbody tr td:nth-of-type(1) {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .table-testimonial tbody tr td:nth-of-type(1) {
    min-width: 150px;
  }
}
.table-testimonial tbody tr td:nth-of-type(2) {
  padding: 10px 15px;
}
.table-testimonial tfoot {
  background-color: #EF2829;
}
.table-testimonial tfoot td {
  padding: 10px 15px;
  color: #fff;
}
.table-testimonial tfoot p {
  color: #fff;
}
.table-testimonial img {
  padding: 10px 15px;
}
.table-testimonial p:last-of-type {
  margin-bottom: 0;
}

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;
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, .table-responsive > .availability-only-details, .table-responsive > .data-table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .availability-only-details > thead > tr > th, .table-responsive > .data-table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .availability-only-details > thead > tr > td,
  .table-responsive > .data-table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .availability-only-details > tbody > tr > th,
  .table-responsive > .data-table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .availability-only-details > tbody > tr > td,
  .table-responsive > .data-table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .availability-only-details > tfoot > tr > th,
  .table-responsive > .data-table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .availability-only-details > tfoot > tr > td,
  .table-responsive > .data-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > .table-events, .table-responsive > .table-testimonial, .table-responsive > .data-table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-events > thead > tr > th:first-child, .table-responsive > .table-testimonial > thead > tr > th:first-child, .table-responsive > .data-table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-events > thead > tr > td:first-child,
  .table-responsive > .table-testimonial > thead > tr > td:first-child,
  .table-responsive > .data-table > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-events > tbody > tr > th:first-child,
  .table-responsive > .table-testimonial > tbody > tr > th:first-child,
  .table-responsive > .data-table > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-events > tbody > tr > td:first-child,
  .table-responsive > .table-testimonial > tbody > tr > td:first-child,
  .table-responsive > .data-table > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-events > tfoot > tr > th:first-child,
  .table-responsive > .table-testimonial > tfoot > tr > th:first-child,
  .table-responsive > .data-table > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-events > tfoot > tr > td:first-child,
  .table-responsive > .table-testimonial > tfoot > tr > td:first-child,
  .table-responsive > .data-table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-events > thead > tr > th:last-child, .table-responsive > .table-testimonial > thead > tr > th:last-child, .table-responsive > .data-table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-events > thead > tr > td:last-child,
  .table-responsive > .table-testimonial > thead > tr > td:last-child,
  .table-responsive > .data-table > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-events > tbody > tr > th:last-child,
  .table-responsive > .table-testimonial > tbody > tr > th:last-child,
  .table-responsive > .data-table > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-events > tbody > tr > td:last-child,
  .table-responsive > .table-testimonial > tbody > tr > td:last-child,
  .table-responsive > .data-table > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-events > tfoot > tr > th:last-child,
  .table-responsive > .table-testimonial > tfoot > tr > th:last-child,
  .table-responsive > .data-table > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-events > tfoot > tr > td:last-child,
  .table-responsive > .table-testimonial > tfoot > tr > td:last-child,
  .table-responsive > .data-table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-events > tbody > tr:last-child > th, .table-responsive > .table-testimonial > tbody > tr:last-child > th, .table-responsive > .data-table > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-events > tbody > tr:last-child > td,
  .table-responsive > .table-testimonial > tbody > tr:last-child > td,
  .table-responsive > .data-table > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-events > tfoot > tr:last-child > th,
  .table-responsive > .table-testimonial > tfoot > tr:last-child > th,
  .table-responsive > .data-table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-events > tfoot > tr:last-child > td,
  .table-responsive > .table-testimonial > tfoot > tr:last-child > td,
  .table-responsive > .data-table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* ********************************************** 
   Magento-default styles
   ******************************************** */
.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}

.reversed label {
  color: #fff;
}

.frm-vission6 .btn, .frm-vission6 .post-component form .gbs3 input[type="submit"], .post-component form .gbs3 .frm-vission6 input[type="submit"],
.frm-vission6 .post-component form .form-group input[type="submit"],
.post-component form .form-group .frm-vission6 input[type="submit"],
.frm-vission6 .main-container form .gbs3 input[type="submit"],
.main-container form .gbs3 .frm-vission6 input[type="submit"],
.frm-vission6 .main-container form .form-group input[type="submit"],
.main-container form .form-group .frm-vission6 input[type="submit"], .frm-vission6 .moduleItemReadMore, .frm-vission6 #fancybox-wrap .showcart, #fancybox-wrap .frm-vission6 .showcart, .frm-vission6 #fancybox-wrap .continue_link, #fancybox-wrap .frm-vission6 .continue_link {
  position: relative;
  top: 25px;
  vertical-align: top;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.basic-form-input, .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea, #cart-view #com-form-login .inputbox, .map-search-inner .search-inner > input:not(.btn):not(.moduleItemReadMore) {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939598;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.basic-form-checkbox, .radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
.main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
.main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
.checkbox-inline input[type="checkbox"], #cart-view #com-form-login .inputbox#remember, #cart-view .output-billto #STsameAsBTjs,
#cart-view .output-shipto #STsameAsBTjs, #cart-view .vm-fieldset-tos input.terms-of-service {
  position: absolute;
  margin-left: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.form-group > input:not(.btn):not(.moduleItemReadMore):focus,
.input-field .inputbox:focus,
.gcore-input > input:not(.btn):not(.moduleItemReadMore):focus,
.gcore-input > textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-moz-placeholder,
.input-field .inputbox::-moz-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-moz-placeholder,
.gcore-input > textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-group > input:not(.btn):not(.moduleItemReadMore):-ms-input-placeholder,
.input-field .inputbox:-ms-input-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore):-ms-input-placeholder,
.gcore-input > textarea:-ms-input-placeholder {
  color: #999;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-webkit-input-placeholder,
.input-field .inputbox::-webkit-input-placeholder,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-webkit-input-placeholder,
.gcore-input > textarea::-webkit-input-placeholder {
  color: #999;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)::-ms-expand,
.input-field .inputbox::-ms-expand,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)::-ms-expand,
.gcore-input > textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)[disabled], .form-group > input:not(.btn):not(.moduleItemReadMore)[readonly], fieldset[disabled] .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox[disabled],
.input-field .inputbox[readonly], fieldset[disabled]
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[disabled],
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[readonly], fieldset[disabled]
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea[disabled],
.gcore-input > textarea[readonly], fieldset[disabled]
.gcore-input > textarea {
  background-color: #e1e1e1;
  opacity: 1;
}
.form-group > input:not(.btn):not(.moduleItemReadMore)[disabled], fieldset[disabled] .form-group > input:not(.btn):not(.moduleItemReadMore),
.input-field .inputbox[disabled], fieldset[disabled]
.input-field .inputbox,
.gcore-input > input:not(.btn):not(.moduleItemReadMore)[disabled], fieldset[disabled]
.gcore-input > input:not(.btn):not(.moduleItemReadMore),
.gcore-input > textarea[disabled], fieldset[disabled]
.gcore-input > textarea {
  cursor: not-allowed;
}

.gcore-subinput-container-half {
  margin-bottom: 5px;
}
.gcore-subinput-container-half label {
  display: block;
}
.gcore-subinput-container-half .gcore-input {
  display: inline-block;
}
@media (min-width: 480px) {
  .gcore-subinput-container-half .gcore-input {
    width: 50%;
    float: left;
  }
}
.gcore-subinput-container-half .gcore-input-tiny {
  display: inline-block;
}
@media (min-width: 480px) {
  .gcore-subinput-container-half .gcore-input-tiny {
    width: 50%;
    float: left;
  }
}

#ftd-captcha img {
  margin-left: 5px;
  border: 1px solid #e1e1e1;
}

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

.content-form textarea {
  min-height: 80px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .post-component form .gbs3 input[type="date"],
  .post-component form .form-group input[type="date"],
  .main-container form .gbs3 input[type="date"],
  .main-container form .form-group input[type="date"], .product-options dd input[type="date"].input-text,
  input[type="time"].form-control,
  .post-component form .gbs3 input[type="time"],
  .post-component form .form-group input[type="time"],
  .main-container form .gbs3 input[type="time"],
  .main-container form .form-group input[type="time"],
  .product-options dd input[type="time"].input-text,
  input[type="datetime-local"].form-control,
  .post-component form .gbs3 input[type="datetime-local"],
  .post-component form .form-group input[type="datetime-local"],
  .main-container form .gbs3 input[type="datetime-local"],
  .main-container form .form-group input[type="datetime-local"],
  .product-options dd input[type="datetime-local"].input-text,
  input[type="month"].form-control,
  .post-component form .gbs3 input[type="month"],
  .post-component form .form-group input[type="month"],
  .main-container form .gbs3 input[type="month"],
  .main-container form .form-group input[type="month"],
  .product-options dd input[type="month"].input-text {
    line-height: 44px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .post-component form .gbs3 .input-group-sm > input[type="date"],
  .post-component form .form-group .input-group-sm > input[type="date"],
  .main-container form .gbs3 .input-group-sm > input[type="date"],
  .main-container form .form-group .input-group-sm > input[type="date"], .product-options dd .input-group-sm > input[type="date"].input-text,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="date"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="date"].continue_link, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="time"],
  .post-component form .form-group .input-group-sm > input[type="time"],
  .main-container form .gbs3 .input-group-sm > input[type="time"],
  .main-container form .form-group .input-group-sm > input[type="time"],
  .product-options dd .input-group-sm > input[type="time"].input-text,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="time"].continue_link, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="datetime-local"],
  .post-component form .form-group .input-group-sm > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-sm > input[type="datetime-local"],
  .main-container form .form-group .input-group-sm > input[type="datetime-local"],
  .product-options dd .input-group-sm > input[type="datetime-local"].input-text,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-sm > input[type="month"],
  .post-component form .form-group .input-group-sm > input[type="month"],
  .main-container form .gbs3 .input-group-sm > input[type="month"],
  .main-container form .form-group .input-group-sm > input[type="month"],
  .product-options dd .input-group-sm > input[type="month"].input-text,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .input-group-sm > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-sm > .input-group-btn > input[type="month"].continue_link, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .post-component form .gbs3 .input-group-lg > input[type="date"],
  .post-component form .form-group .input-group-lg > input[type="date"],
  .main-container form .gbs3 .input-group-lg > input[type="date"],
  .main-container form .form-group .input-group-lg > input[type="date"], .product-options dd .input-group-lg > input[type="date"].input-text,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="date"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="date"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="date"].continue_link, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="time"],
  .post-component form .form-group .input-group-lg > input[type="time"],
  .main-container form .gbs3 .input-group-lg > input[type="time"],
  .main-container form .form-group .input-group-lg > input[type="time"],
  .product-options dd .input-group-lg > input[type="time"].input-text,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="time"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="time"].continue_link, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="datetime-local"],
  .post-component form .form-group .input-group-lg > input[type="datetime-local"],
  .main-container form .gbs3 .input-group-lg > input[type="datetime-local"],
  .main-container form .form-group .input-group-lg > input[type="datetime-local"],
  .product-options dd .input-group-lg > input[type="datetime-local"].input-text,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="datetime-local"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="datetime-local"].continue_link, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .post-component form .gbs3 .input-group-lg > input[type="month"],
  .post-component form .form-group .input-group-lg > input[type="month"],
  .main-container form .gbs3 .input-group-lg > input[type="month"],
  .main-container form .form-group .input-group-lg > input[type="month"],
  .product-options dd .input-group-lg > input[type="month"].input-text,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .post-component form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .main-container form .form-group .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .input-group-lg > .input-group-btn > input[type="month"].moduleItemReadMore,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].showcart,
  #fancybox-wrap .input-group-lg > .input-group-btn > input[type="month"].continue_link, .input-group-lg
  input[type="month"] {
    line-height: 72px;
  }
}
.content-form {
  padding-bottom: 20px;
}

.contact-form form,
form.chronoform,
.right-form #contact-form {
  padding: 20px;
}

.form-group {
  margin-bottom: 0;
}

.radio,
.checkbox,
.post-component form .gbs3 .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label,
.post-component form .gbs3 .gcore-checkbox-item label,
.post-component form .form-group .gcore-checkbox-item label,
.main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .form-group .gcore-checkbox-item label {
  min-height: 20px;
  padding-left: 35px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio + .radio,
.checkbox + .checkbox,
.post-component form .gbs3 .gcore-checkbox-item + .checkbox,
.post-component form .form-group .gcore-checkbox-item + .checkbox,
.main-container form .gbs3 .gcore-checkbox-item + .checkbox,
.main-container form .form-group .gcore-checkbox-item + .checkbox,
.post-component form .gbs3 .checkbox + .gcore-checkbox-item,
.post-component form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.post-component form .form-group .checkbox + .gcore-checkbox-item,
.post-component form .form-group .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .gbs3 .checkbox + .gcore-checkbox-item,
.main-container form .gbs3 .gcore-checkbox-item + .gcore-checkbox-item,
.main-container form .form-group .checkbox + .gcore-checkbox-item,
.main-container form .form-group .gcore-checkbox-item + .gcore-checkbox-item {
  margin-top: -5px;
}

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

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

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

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
.post-component form .gbs3 .disabled.gcore-checkbox-item label,
.post-component form .form-group .disabled.gcore-checkbox-item label,
.main-container form .gbs3 .disabled.gcore-checkbox-item label,
.main-container form .form-group .disabled.gcore-checkbox-item label, fieldset[disabled]
.checkbox label, fieldset[disabled] .post-component form .gbs3 .gcore-checkbox-item label, .post-component form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .post-component form .form-group .gcore-checkbox-item label,
.post-component form .form-group fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .gbs3 .gcore-checkbox-item label,
.main-container form .gbs3 fieldset[disabled] .gcore-checkbox-item label,
fieldset[disabled] .main-container form .form-group .gcore-checkbox-item label,
.main-container form .form-group fieldset[disabled] .gcore-checkbox-item label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .post-component form .gbs3 .input-group-lg > input.form-control-static,
.post-component form .gbs3 .input-group-lg > select.form-control-static,
.post-component form .form-group .input-group-lg > input.form-control-static,
.post-component form .form-group .input-group-lg > select.form-control-static,
.main-container form .gbs3 .input-group-lg > input.form-control-static,
.main-container form .gbs3 .input-group-lg > select.form-control-static,
.main-container form .form-group .input-group-lg > input.form-control-static,
.main-container form .form-group .input-group-lg > select.form-control-static, .product-options dd .input-group-lg > .form-control-static.input-text,
.product-options dd .input-group-lg > select.form-control-static,
.product-options dd .input-group-lg > textarea.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input.form-control-static[type="submit"],
.input-group-lg > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .form-control-static.continue_link, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .post-component form .gbs3 .input-group-sm > input.form-control-static,
.post-component form .gbs3 .input-group-sm > select.form-control-static,
.post-component form .form-group .input-group-sm > input.form-control-static,
.post-component form .form-group .input-group-sm > select.form-control-static,
.main-container form .gbs3 .input-group-sm > input.form-control-static,
.main-container form .gbs3 .input-group-sm > select.form-control-static,
.main-container form .form-group .input-group-sm > input.form-control-static,
.main-container form .form-group .input-group-sm > select.form-control-static, .product-options dd .input-group-sm > .form-control-static.input-text,
.product-options dd .input-group-sm > select.form-control-static,
.product-options dd .input-group-sm > textarea.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input.form-control-static[type="submit"],
.input-group-sm > .input-group-btn > .form-control-static.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .form-control-static.continue_link {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .post-component form .gbs3 .input-group-sm > input,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > input,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > input,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > input,
.main-container form .form-group .input-group-sm > select, .product-options dd .input-group-sm > .input-text,
.product-options dd .input-group-sm > select,
.product-options dd .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"],
.input-group-sm > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link {
  height: 30px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 15px;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.post-component form .gbs3 .input-group-sm > select,
.post-component form .form-group .input-group-sm > select,
.main-container form .gbs3 .input-group-sm > select,
.main-container form .form-group .input-group-sm > select,
.product-options dd .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select.continue_link {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.product-options dd .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > textarea.continue_link,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.post-component form .gbs3 .input-group-sm > select[multiple],
.post-component form .form-group .input-group-sm > select[multiple],
.main-container form .gbs3 .input-group-sm > select[multiple],
.main-container form .form-group .input-group-sm > select[multiple],
.product-options dd .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-sm > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .post-component form .gbs3 input, .post-component form .gbs3 .form-group-sm input,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group input,
.post-component form .form-group .form-group-sm input,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-sm input,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group input,
.main-container form .form-group .form-group-sm input,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select, .form-group-sm .product-options dd .input-text, .product-options dd .form-group-sm .input-text,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea,
.form-group-sm .gcore-input > input:not(.btn):not(.moduleItemReadMore),
.form-group-sm .gcore-input > textarea {
  height: 30px;
  padding: 5px 15px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-sm select,
.form-group-sm .post-component form .form-group select,
.post-component form .form-group .form-group-sm select,
.form-group-sm .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-sm select,
.form-group-sm .main-container form .form-group select,
.main-container form .form-group .form-group-sm select,
.form-group-sm .product-options dd select,
.product-options dd .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm .product-options dd textarea,
.product-options dd .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-sm select[multiple],
.form-group-sm .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-sm select[multiple],
.form-group-sm .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-sm select[multiple],
.form-group-sm .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-sm select[multiple],
.form-group-sm .product-options dd select[multiple],
.product-options dd .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 5px;
  font-size: 12px;
  line-height: 15px;
}

.input-lg, .input-group-lg > .form-control, .post-component form .gbs3 .input-group-lg > input,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > input,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > input,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > input,
.main-container form .form-group .input-group-lg > select, .product-options dd .input-group-lg > .input-text,
.product-options dd .input-group-lg > select,
.product-options dd .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"],
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"],
.input-group-lg > .input-group-btn > .moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.post-component form .gbs3 .input-group-lg > select,
.post-component form .form-group .input-group-lg > select,
.main-container form .gbs3 .input-group-lg > select,
.main-container form .form-group .input-group-lg > select,
.product-options dd .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select.continue_link {
  height: 72px;
  line-height: 72px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.product-options dd .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > textarea.continue_link,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.post-component form .gbs3 .input-group-lg > select[multiple],
.post-component form .form-group .input-group-lg > select[multiple],
.main-container form .gbs3 .input-group-lg > select[multiple],
.main-container form .form-group .input-group-lg > select[multiple],
.product-options dd .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].moduleItemReadMore,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].showcart,
#fancybox-wrap .input-group-lg > .input-group-btn > select[multiple].continue_link {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .post-component form .gbs3 input, .post-component form .gbs3 .form-group-lg input,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group input,
.post-component form .form-group .form-group-lg input,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 input,
.main-container form .gbs3 .form-group-lg input,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group input,
.main-container form .form-group .form-group-lg input,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select, .form-group-lg .product-options dd .input-text, .product-options dd .form-group-lg .input-text,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea {
  height: 72px;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg .post-component form .gbs3 select,
.post-component form .gbs3 .form-group-lg select,
.form-group-lg .post-component form .form-group select,
.post-component form .form-group .form-group-lg select,
.form-group-lg .main-container form .gbs3 select,
.main-container form .gbs3 .form-group-lg select,
.form-group-lg .main-container form .form-group select,
.main-container form .form-group .form-group-lg select,
.form-group-lg .product-options dd select,
.product-options dd .form-group-lg select {
  height: 72px;
  line-height: 72px;
}
.form-group-lg textarea.form-control,
.form-group-lg .product-options dd textarea,
.product-options dd .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .post-component form .gbs3 select[multiple],
.post-component form .gbs3 .form-group-lg select[multiple],
.form-group-lg .post-component form .form-group select[multiple],
.post-component form .form-group .form-group-lg select[multiple],
.form-group-lg .main-container form .gbs3 select[multiple],
.main-container form .gbs3 .form-group-lg select[multiple],
.form-group-lg .main-container form .form-group select[multiple],
.main-container form .form-group .form-group-lg select[multiple],
.form-group-lg .product-options dd select[multiple],
.product-options dd .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 72px;
  min-height: 40px;
  padding: 21px 25px;
  font-size: 20px;
  line-height: 30px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .post-component form .gbs3 input, .post-component form .gbs3 .has-feedback input,
.has-feedback .post-component form .gbs3 select,
.post-component form .gbs3 .has-feedback select,
.has-feedback .post-component form .form-group input,
.post-component form .form-group .has-feedback input,
.has-feedback .post-component form .form-group select,
.post-component form .form-group .has-feedback select,
.has-feedback .main-container form .gbs3 input,
.main-container form .gbs3 .has-feedback input,
.has-feedback .main-container form .gbs3 select,
.main-container form .gbs3 .has-feedback select,
.has-feedback .main-container form .form-group input,
.main-container form .form-group .has-feedback input,
.has-feedback .main-container form .form-group select,
.main-container form .form-group .has-feedback select, .has-feedback .product-options dd .input-text, .product-options dd .has-feedback .input-text,
.has-feedback .product-options dd select,
.product-options dd .has-feedback select,
.has-feedback .product-options dd textarea,
.product-options dd .has-feedback textarea {
  padding-right: 55px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-lg > input + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > select + .form-control-feedback,
.post-component form .form-group .input-group-lg > input + .form-control-feedback,
.post-component form .form-group .input-group-lg > select + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > input + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > select + .form-control-feedback,
.main-container form .form-group .input-group-lg > input + .form-control-feedback,
.main-container form .form-group .input-group-lg > select + .form-control-feedback, .product-options dd .input-group-lg > .input-text + .form-control-feedback,
.product-options dd .input-group-lg > select + .form-control-feedback,
.product-options dd .input-group-lg > textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-lg > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-lg > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-lg select + .form-control-feedback,
.form-group-lg .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-lg input + .form-control-feedback,
.form-group-lg .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-lg .input-text + .form-control-feedback,
.form-group-lg .product-options dd select + .form-control-feedback,
.product-options dd .form-group-lg select + .form-control-feedback,
.form-group-lg .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-lg textarea + .form-control-feedback {
  width: 72px;
  height: 72px;
  line-height: 72px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .post-component form .gbs3 .input-group-sm > input + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > select + .form-control-feedback,
.post-component form .form-group .input-group-sm > input + .form-control-feedback,
.post-component form .form-group .input-group-sm > select + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > input + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > select + .form-control-feedback,
.main-container form .form-group .input-group-sm > input + .form-control-feedback,
.main-container form .form-group .input-group-sm > select + .form-control-feedback, .product-options dd .input-group-sm > .input-text + .form-control-feedback,
.product-options dd .input-group-sm > select + .form-control-feedback,
.product-options dd .input-group-sm > textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.post-component form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.post-component form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .gbs3 .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.main-container form .form-group .input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback,
.input-group-sm > .input-group-btn > .moduleItemReadMore + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .showcart + .form-control-feedback,
#fancybox-wrap .input-group-sm > .input-group-btn > .continue_link + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .post-component form .gbs3 input + .form-control-feedback,
.post-component form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .gbs3 select + .form-control-feedback,
.post-component form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .post-component form .form-group input + .form-control-feedback,
.post-component form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .post-component form .form-group select + .form-control-feedback,
.post-component form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .gbs3 input + .form-control-feedback,
.main-container form .gbs3 .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .gbs3 select + .form-control-feedback,
.main-container form .gbs3 .form-group-sm select + .form-control-feedback,
.form-group-sm .main-container form .form-group input + .form-control-feedback,
.main-container form .form-group .form-group-sm input + .form-control-feedback,
.form-group-sm .main-container form .form-group select + .form-control-feedback,
.main-container form .form-group .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd .input-text + .form-control-feedback,
.product-options dd .form-group-sm .input-text + .form-control-feedback,
.form-group-sm .product-options dd select + .form-control-feedback,
.product-options dd .form-group-sm select + .form-control-feedback,
.form-group-sm .product-options dd textarea + .form-control-feedback,
.product-options dd .form-group-sm textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-success .gcore-checkbox-item,
.has-success .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-success .gcore-checkbox-item,
.has-success .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-success .gcore-checkbox-item,
.has-success .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-success .gcore-checkbox-item,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .post-component form .gbs3 .has-success.gcore-checkbox-item label,
.post-component form .form-group .has-success.gcore-checkbox-item label,
.main-container form .gbs3 .has-success.gcore-checkbox-item label,
.main-container form .form-group .has-success.gcore-checkbox-item label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .post-component form .gbs3 input, .post-component form .gbs3 .has-success input,
.has-success .post-component form .gbs3 select,
.post-component form .gbs3 .has-success select,
.has-success .post-component form .form-group input,
.post-component form .form-group .has-success input,
.has-success .post-component form .form-group select,
.post-component form .form-group .has-success select,
.has-success .main-container form .gbs3 input,
.main-container form .gbs3 .has-success input,
.has-success .main-container form .gbs3 select,
.main-container form .gbs3 .has-success select,
.has-success .main-container form .form-group input,
.main-container form .form-group .has-success input,
.has-success .main-container form .form-group select,
.main-container form .form-group .has-success select, .has-success .product-options dd .input-text, .product-options dd .has-success .input-text,
.has-success .product-options dd select,
.product-options dd .has-success select,
.has-success .product-options dd textarea,
.product-options dd .has-success textarea {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-success input:focus,
.has-success .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-success select:focus,
.has-success .post-component form .form-group input:focus,
.post-component form .form-group .has-success input:focus,
.has-success .post-component form .form-group select:focus,
.post-component form .form-group .has-success select:focus,
.has-success .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-success input:focus,
.has-success .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-success select:focus,
.has-success .main-container form .form-group input:focus,
.main-container form .form-group .has-success input:focus,
.has-success .main-container form .form-group select:focus,
.main-container form .form-group .has-success select:focus, .has-success .product-options dd .input-text:focus, .product-options dd .has-success .input-text:focus,
.has-success .product-options dd select:focus,
.product-options dd .has-success select:focus,
.has-success .product-options dd textarea:focus,
.product-options dd .has-success textarea:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-warning .gcore-checkbox-item,
.has-warning .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-warning .gcore-checkbox-item,
.has-warning .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-warning .gcore-checkbox-item,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .post-component form .gbs3 .has-warning.gcore-checkbox-item label,
.post-component form .form-group .has-warning.gcore-checkbox-item label,
.main-container form .gbs3 .has-warning.gcore-checkbox-item label,
.main-container form .form-group .has-warning.gcore-checkbox-item label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .post-component form .gbs3 input, .post-component form .gbs3 .has-warning input,
.has-warning .post-component form .gbs3 select,
.post-component form .gbs3 .has-warning select,
.has-warning .post-component form .form-group input,
.post-component form .form-group .has-warning input,
.has-warning .post-component form .form-group select,
.post-component form .form-group .has-warning select,
.has-warning .main-container form .gbs3 input,
.main-container form .gbs3 .has-warning input,
.has-warning .main-container form .gbs3 select,
.main-container form .gbs3 .has-warning select,
.has-warning .main-container form .form-group input,
.main-container form .form-group .has-warning input,
.has-warning .main-container form .form-group select,
.main-container form .form-group .has-warning select, .has-warning .product-options dd .input-text, .product-options dd .has-warning .input-text,
.has-warning .product-options dd select,
.product-options dd .has-warning select,
.has-warning .product-options dd textarea,
.product-options dd .has-warning textarea {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-warning input:focus,
.has-warning .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-warning select:focus,
.has-warning .post-component form .form-group input:focus,
.post-component form .form-group .has-warning input:focus,
.has-warning .post-component form .form-group select:focus,
.post-component form .form-group .has-warning select:focus,
.has-warning .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-warning input:focus,
.has-warning .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-warning select:focus,
.has-warning .main-container form .form-group input:focus,
.main-container form .form-group .has-warning input:focus,
.has-warning .main-container form .form-group select:focus,
.main-container form .form-group .has-warning select:focus, .has-warning .product-options dd .input-text:focus, .product-options dd .has-warning .input-text:focus,
.has-warning .product-options dd select:focus,
.product-options dd .has-warning select:focus,
.has-warning .product-options dd textarea:focus,
.product-options dd .has-warning textarea:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .has-error .gcore-checkbox-item,
.has-error .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .has-error .gcore-checkbox-item,
.has-error .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .has-error .gcore-checkbox-item,
.has-error .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .has-error .gcore-checkbox-item,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .post-component form .gbs3 .has-error.gcore-checkbox-item label,
.post-component form .form-group .has-error.gcore-checkbox-item label,
.main-container form .gbs3 .has-error.gcore-checkbox-item label,
.main-container form .form-group .has-error.gcore-checkbox-item label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .post-component form .gbs3 input, .post-component form .gbs3 .has-error input,
.has-error .post-component form .gbs3 select,
.post-component form .gbs3 .has-error select,
.has-error .post-component form .form-group input,
.post-component form .form-group .has-error input,
.has-error .post-component form .form-group select,
.post-component form .form-group .has-error select,
.has-error .main-container form .gbs3 input,
.main-container form .gbs3 .has-error input,
.has-error .main-container form .gbs3 select,
.main-container form .gbs3 .has-error select,
.has-error .main-container form .form-group input,
.main-container form .form-group .has-error input,
.has-error .main-container form .form-group select,
.main-container form .form-group .has-error select, .has-error .product-options dd .input-text, .product-options dd .has-error .input-text,
.has-error .product-options dd select,
.product-options dd .has-error select,
.has-error .product-options dd textarea,
.product-options dd .has-error textarea {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .post-component form .gbs3 input:focus, .post-component form .gbs3 .has-error input:focus,
.has-error .post-component form .gbs3 select:focus,
.post-component form .gbs3 .has-error select:focus,
.has-error .post-component form .form-group input:focus,
.post-component form .form-group .has-error input:focus,
.has-error .post-component form .form-group select:focus,
.post-component form .form-group .has-error select:focus,
.has-error .main-container form .gbs3 input:focus,
.main-container form .gbs3 .has-error input:focus,
.has-error .main-container form .gbs3 select:focus,
.main-container form .gbs3 .has-error select:focus,
.has-error .main-container form .form-group input:focus,
.main-container form .form-group .has-error input:focus,
.has-error .main-container form .form-group select:focus,
.main-container form .form-group .has-error select:focus, .has-error .product-options dd .input-text:focus, .product-options dd .has-error .input-text:focus,
.has-error .product-options dd select:focus,
.product-options dd .has-error select:focus,
.has-error .product-options dd textarea:focus,
.product-options dd .has-error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .post-component form .gbs3 input, .post-component form .gbs3 .form-inline input,
  .form-inline .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline select,
  .form-inline .post-component form .form-group input,
  .post-component form .form-group .form-inline input,
  .form-inline .post-component form .form-group select,
  .post-component form .form-group .form-inline select,
  .form-inline .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline input,
  .form-inline .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline select,
  .form-inline .main-container form .form-group input,
  .main-container form .form-group .form-inline input,
  .form-inline .main-container form .form-group select,
  .main-container form .form-group .form-inline select, .form-inline .product-options dd .input-text, .product-options dd .form-inline .input-text,
  .form-inline .product-options dd select,
  .product-options dd .form-inline select,
  .form-inline .product-options dd textarea,
  .product-options dd .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .post-component form .gbs3 input,
  .post-component form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .post-component form .gbs3 select,
  .post-component form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .post-component form .form-group input,
  .post-component form .form-group .form-inline .input-group input,
  .form-inline .input-group .post-component form .form-group select,
  .post-component form .form-group .form-inline .input-group select,
  .form-inline .input-group .main-container form .gbs3 input,
  .main-container form .gbs3 .form-inline .input-group input,
  .form-inline .input-group .main-container form .gbs3 select,
  .main-container form .gbs3 .form-inline .input-group select,
  .form-inline .input-group .main-container form .form-group input,
  .main-container form .form-group .form-inline .input-group input,
  .form-inline .input-group .main-container form .form-group select,
  .main-container form .form-group .form-inline .input-group select,
  .form-inline .input-group .product-options dd .input-text,
  .product-options dd .form-inline .input-group .input-text,
  .form-inline .input-group .product-options dd select,
  .product-options dd .form-inline .input-group select,
  .form-inline .input-group .product-options dd textarea,
  .product-options dd .form-inline .input-group textarea {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .post-component form .gbs3 .input-group > input, .post-component form .gbs3 .form-inline .input-group > input,
  .form-inline .post-component form .gbs3 .input-group > select,
  .post-component form .gbs3 .form-inline .input-group > select,
  .form-inline .post-component form .form-group .input-group > input,
  .post-component form .form-group .form-inline .input-group > input,
  .form-inline .post-component form .form-group .input-group > select,
  .post-component form .form-group .form-inline .input-group > select,
  .form-inline .main-container form .gbs3 .input-group > input,
  .main-container form .gbs3 .form-inline .input-group > input,
  .form-inline .main-container form .gbs3 .input-group > select,
  .main-container form .gbs3 .form-inline .input-group > select,
  .form-inline .main-container form .form-group .input-group > input,
  .main-container form .form-group .form-inline .input-group > input,
  .form-inline .main-container form .form-group .input-group > select,
  .main-container form .form-group .form-inline .input-group > select, .form-inline .product-options dd .input-group > .input-text, .product-options dd .form-inline .input-group > .input-text,
  .form-inline .product-options dd .input-group > select,
  .product-options dd .form-inline .input-group > select,
  .form-inline .product-options dd .input-group > textarea,
  .product-options dd .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .post-component form .form-group .gcore-checkbox-item,
  .post-component form .form-group .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item,
  .form-inline .main-container form .form-group .gcore-checkbox-item,
  .main-container form .form-group .form-inline .gcore-checkbox-item {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label,
  .form-inline .post-component form .gbs3 .gcore-checkbox-item label,
  .post-component form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .post-component form .form-group .gcore-checkbox-item label,
  .post-component form .form-group .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .gbs3 .gcore-checkbox-item label,
  .main-container form .gbs3 .form-inline .gcore-checkbox-item label,
  .form-inline .main-container form .form-group .gcore-checkbox-item label,
  .main-container form .form-group .form-inline .gcore-checkbox-item label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .post-component form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .post-component form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .post-component form .form-group .gcore-checkbox-item input[type="checkbox"],
  .post-component form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .gbs3 .gcore-checkbox-item input[type="checkbox"],
  .main-container form .gbs3 .form-inline .gcore-checkbox-item input[type="checkbox"],
  .form-inline .main-container form .form-group .gcore-checkbox-item input[type="checkbox"],
  .main-container form .form-group .form-inline .gcore-checkbox-item input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .post-component form .gbs3 .gcore-checkbox-item,
.post-component form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .post-component form .form-group .gcore-checkbox-item,
.post-component form .form-group .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .gbs3 .gcore-checkbox-item,
.main-container form .gbs3 .form-horizontal .gcore-checkbox-item,
.form-horizontal .main-container form .form-group .gcore-checkbox-item,
.main-container form .form-group .form-horizontal .gcore-checkbox-item {
  min-height: 20px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.chrono_credits {
  display: none !important;
}

.gvalidation-error-tip {
  padding: 5px 15px 5px 5px !important;
  z-index: 10;
}

.form-search {
  margin-bottom: 10px;
  position: relative;
}
.form-search .search-autocomplete {
  z-index: 1000;
}
.form-search .search-autocomplete li {
  cursor: pointer;
}
.form-search .search-autocomplete li .amount {
  float: right;
}
.form-search .search-autocomplete li.first {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.form-search .search-autocomplete li:hover, .form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected, .form-search .search-autocomplete li.selected:hover, .form-search .search-autocomplete li.selected:focus {
  z-index: 2;
  color: #fff;
  background-color: #EF2829;
  border-color: #EF2829;
}

.advanced-search .form-list .input-range {
  line-height: 44px;
}
.advanced-search .form-list .input-range small {
  float: right;
}

.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.advanced-search-summary strong {
  color: #EF2829;
}
.advanced-search-summary p {
  clear: both;
  padding: 10px 0 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 480px) {
  .advanced-search-summary ul {
    float: left;
    width: 50%;
  }
}

.phone-number {
  font-family: "Archivo Black", Arial, sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: inherit;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
}
.phone-number img {
  padding-right: 5px;
}
.phone-number:hover {
  color: #EF2829;
  text-decoration: none;
}
@media (max-width: 768px) {
  .phone-number {
    font-size: 13px;
  }
}

header .phone-number {
  font-size: 26px;
}

footer .phone-number {
  font-size: 20px;
}

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.branding {
  color: #fff;
}
.branding p {
  max-height: 50px;
  line-height: 20px;
  margin: 0;
}

.navbar-nav {
  list-style: none;
  padding: 0;
}
.navbar-nav li {
  font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  line-height: 35px;
}
.navbar-nav li a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.9em;
  color: #fff;
  letter-spacing: -0.01em;
  background-color: transparent;
  border: 2px solid transparent;
  text-decoration: none;
  line-height: 20px;
}
.navbar-nav li a:hover {
  color: #EF2829;
  background-color: transparent;
  text-decoration: none;
}
.navbar-nav li:hover > a {
  color: #fff;
  background-color: #EF2829;
}
.navbar-nav li.active a,
.navbar-nav li.active .nav-child a {
  color: #fff;
}
.navbar-nav li.active > a {
  color: #EF2829;
}
.navbar-nav li.active:hover a {
  color: #fff;
}
.navbar-nav li.active:hover a:hover {
  color: #fff;
  background-color: #EF2829;
}
.navbar-nav li p {
  margin: 0;
  padding: 10px 10px 10px 0;
  line-height: 15px;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  box-shadow: 0 0 0;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}

.navbar-nav .nav-child li {
  border-bottom: solid 1px #000;
}
.navbar-nav .nav-child .nav-child img.menu-img {
  width: 130px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav .nav-child .nav-child a:hover > img.menu-img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 150px;
  bottom: -10px;
}
.navbar-nav .nav-child .nav-child .title-with-image {
  min-height: 50px;
  max-width: 150px;
  line-height: 15px;
  display: inline-block;
}

header .navbar-nav li a,
.menu.secondary .navbar-nav li a {
  text-transform: uppercase;
}

header .navbar-nav li a {
  font-size: 12px;
  padding: 10px 10px;
}
header .navbar-nav > li:not(:first-child):before {
  /* these are the Performax menu dividers */
  content: "///";
  color: #EF2829;
  font-weight: 300;
  padding-right: 0;
  display: inline-block;
  letter-spacing: -0.1em;
}
@media (max-width: 1200px) {
  header .navbar-nav > li:not(:first-child):before {
    content: "|";
  }
}
@media (max-width: 767px) {
  header .navbar-nav > li:not(:first-child):before {
    display: none;
  }
}
header .navbar-nav > li:first-child {
  padding-left: 0;
}

.navbar-vertical li {
  text-transform: uppercase;
  font-family: "Archivo Black", Arial, sans-serif;
  padding: 0;
}
.navbar-vertical li a {
  width: 100%;
  border: 0;
  padding: 5px 10px 5px 5px;
}
.navbar-vertical li a:hover:before {
  color: #fff;
}
.navbar-vertical li a:before {
  content: "\25BA";
  padding-right: 5px;
}

header .navbar-nav ul li a {
  width: 280px;
  padding: 20px 25px;
}

@media (max-width: 768px) {
  .nav-horizontal ul.nav > li > a:before {
    display: none;
  }
  .nav-horizontal ul.nav ul {
    display: none;
  }
  .nav-horizontal ul.nav ul li a {
    width: auto;
  }
  .nav-horizontal img.menu-img {
    display: none;
  }
}
.menu-social p {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 992px) {
  .menu-social p {
    text-align: left;
  }
}
.menu-social .fa {
  vertical-align: middle;
}
.menu-social a:hover .fa {
  color: #EF2829;
}

header .menu-social p {
  padding: 10px 15px 10px 0;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 5px 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #EF2829;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle:after {
  content: "menu";
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.menu-toggle {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 10px;
}
.menu-toggle:hover {
  color: #fff;
  background-color: #EF2829;
}

.menu-toggle:after {
  content: "\f067";
  font-family: FontAwesome;
}

.menu-toggle.minus:after {
  content: "\f068";
}

.navbar-nav li:hover > .menu-toggle {
  color: #fff;
  background-color: #EF2829;
}

.igallery-container .cat_child h3 {
  font-size: 15px;
}

.igallery-container table.main_thumb_table_below {
  margin-left: 0;
  margin-right: 0;
}
.igallery-container .main_images_wrapper {
  position: relative;
}
.igallery-container .main_images_wrapper .desc-show-wrapper {
  position: relative;
}
.igallery-container .main_images_wrapper .desc-holder {
  position: relative;
  z-index: 300;
}
.igallery-container .main_images_wrapper .main_des_container {
  margin: 0;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2.5px 2.5px;
}
.igallery-container .main_images_wrapper .main_des_container p {
  margin: 0;
}

.igallery-container {
  padding-left: 10%;
  padding-right: 10%;
}

div.subCategory,
div.itemLinks,
div.itemView,
#k2Container {
  background: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}

div.itemListCategory,
div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  border: 0;
  background: transparent;
  padding: 0;
}

div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {
  background: none !important;
}

.itemListSubCategories .subCategoryContainer .subCategory h5 {
  margin: 0;
}

div.catItemView {
  padding-bottom: 40px;
}
div.catItemView.catItemIsFeatured {
  background-image: none;
  border: solid 1px #EF2829;
}
div.catItemView div.catItemHeader .catItemTitle {
  text-transform: uppercase;
  margin-bottom: 0;
}
div.catItemView div.catItemHeader .catItemTitle a {
  color: #000;
}
div.catItemView div.catItemHeader .item-subtitle {
  color: #EF2829;
  font-weight: normal;
}
div.catItemView div.catItemBody {
  margin: 0;
  padding: 0;
}
div.catItemView div.catItemImageBlock {
  margin: 0;
  padding: 0;
}
div.catItemView div.catItemImageBlock .catItemImage {
  margin: 0;
}
div.catItemView div.catItemImageBlock .catItemImage a {
  display: block;
}
div.catItemView div.catItemImageBlock .catItemImage a img {
  max-width: 100%;
  padding: 0;
  border: none;
  width: 100%;
}

#k2Container ul.breadcrumb {
  margin-bottom: 0;
}

div.catItemImageBlock,
div.catItemExtraFields,
div.genericItemExtraFields,
span.catItemImage,
span.catItemImage img {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  font-weight: normal;
  margin: 0;
  width: inherit;
}

.full-width {
  width: 100%;
}

.large-k2-items ul.item-holder {
  list-style: none;
  padding: 0;
}
.large-k2-items a.moduleItemImage {
  display: block;
}
.large-k2-items a.moduleItemImage img {
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .large-k2-items a.moduleItemImage {
    max-height: 480px;
  }
}
@media (max-width: 768px) {
  .large-k2-items a.moduleItemImage {
    max-height: 320px;
  }
}
@media (max-width: 480px) {
  .large-k2-items a.moduleItemImage {
    max-height: 240px;
  }
}
.large-k2-items .text-holder {
  background-color: #fff;
  background-image: url(../../images/gray-arrow-transparent-ltr.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 20px 25px;
}
.large-k2-items .text-wrapper .text-inner {
  padding: 20px 0;
}
.large-k2-items .text-wrapper .text-inner .moduleItemCategory {
  margin: 0;
}
.large-k2-items .text-wrapper .text-inner .moduleItemCategory a {
  color: #000;
  text-decoration: none;
}
.large-k2-items .text-wrapper .text-inner .moduleItemTitle {
  margin: 0;
}
.large-k2-items .text-wrapper .text-inner .moduleItemTitle a {
  text-decoration: none;
}

#k2Container {
  border: none;
}

.contact-container .map-holder {
  min-height: 285px;
  padding-bottom: 20px;
}

.contact-category-container {
  padding-top: 20px;
}
.contact-category-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-category-container .map-holder {
  min-height: 150px;
}

.store-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.store-info .address, .store-info .address-phone, .store-info .address-email, .store-info .address-url, .store-info .opening-hours {
  padding-left: 50px;
  position: relative;
  color: #000;
}
.store-info .address h4, .store-info .address #cart-view .billto-shipto span, #cart-view .billto-shipto .store-info .address span, .store-info .address #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .store-info .address td, .store-info .address #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .store-info .address .customer-note, .store-info .address #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .store-info .address span.tos, .store-info .address-phone h4, .store-info .address-phone #cart-view .billto-shipto span, #cart-view .billto-shipto .store-info .address-phone span, .store-info .address-phone #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .store-info .address-phone td, .store-info .address-phone #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .store-info .address-phone .customer-note, .store-info .address-phone #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .store-info .address-phone span.tos, .store-info .address-email h4, .store-info .address-email #cart-view .billto-shipto span, #cart-view .billto-shipto .store-info .address-email span, .store-info .address-email #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .store-info .address-email td, .store-info .address-email #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .store-info .address-email .customer-note, .store-info .address-email #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .store-info .address-email span.tos, .store-info .address-url h4, .store-info .address-url #cart-view .billto-shipto span, #cart-view .billto-shipto .store-info .address-url span, .store-info .address-url #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .store-info .address-url td, .store-info .address-url #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .store-info .address-url .customer-note, .store-info .address-url #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .store-info .address-url span.tos, .store-info .opening-hours h4, .store-info .opening-hours #cart-view .billto-shipto span, #cart-view .billto-shipto .store-info .opening-hours span, .store-info .opening-hours #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .store-info .opening-hours td, .store-info .opening-hours #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .store-info .opening-hours .customer-note, .store-info .opening-hours #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .store-info .opening-hours span.tos {
  margin: 0;
}
.store-info .address a, .store-info .address-phone a, .store-info .address-email a, .store-info .address-url a, .store-info .opening-hours a {
  color: #000;
}
.store-info .address a:hover, .store-info .address-phone a:hover, .store-info .address-email a:hover, .store-info .address-url a:hover, .store-info .opening-hours a:hover {
  color: #EF2829;
}
.store-info .address:before, .store-info .address-phone:before, .store-info .address-email:before, .store-info .address-url:before, .store-info .opening-hours:before {
  font-family: FontAwesome;
  color: #EF2829;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 0;
  width: 50px;
  display: block;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .store-info .address, .store-info .address-phone, .store-info .address-email, .store-info .address-url, .store-info .opening-hours {
    padding-left: 0;
  }
  .store-info .address:before, .store-info .address-phone:before, .store-info .address-email:before, .store-info .address-url:before, .store-info .opening-hours:before {
    display: none;
  }
}
.store-info .address:before {
  content: "\f015";
}
.store-info .address-phone:before {
  content: "\f095";
}
.store-info .address-email:before {
  content: "\f0e0";
}
.store-info .address-url:before {
  content: "\f109";
}
.store-info .opening-hours:before {
  content: "\f017";
}
.store-info .store-details,
.store-info .store-hours {
  margin-bottom: 10px;
}
.store-info .store-map {
  clear: both;
}
.store-info .open-hour-holder tr td:first-child {
  min-width: 110px;
}
.store-info .open-hour-holder td.today {
  color: #EF2829;
}

.contact-category-container .category li:last-of-type {
  padding-bottom: 0;
}

#map-locator-holder {
  height: 600px;
}

.map-search-inner .search-inner > input:not(.btn):not(.moduleItemReadMore) {
  display: inline-block;
  width: 50%;
}

.map-search-container {
  position: relative;
}
.map-search-container .map-search-inner {
  position: absolute;
  top: 20px;
}
@media (max-width: 480px) {
  .map-search-container .map-search-inner {
    left: 0;
  }
}
.map-search-container .map-search-inner .search-holder, .map-search-container .map-search-inner .details-holder, .map-search-container .map-search-inner .show-all-holder {
  width: 100%;
  max-width: 570px;
  padding: 10px 15px;
}
@media (max-width: 480px) {
  .map-search-container .map-search-inner .search-holder, .map-search-container .map-search-inner .details-holder, .map-search-container .map-search-inner .show-all-holder {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.map-search-container .map-search-inner .search-holder {
  background-color: black;
}
.map-search-container .map-search-inner .search-holder .map-search-result {
  color: #fff;
}
.map-search-container .map-search-inner .details-holder {
  background-color: black;
  color: #fff;
  padding: 0 0 10px 0;
}
.map-search-container .map-search-inner .details-holder a {
  color: #fff;
}
.map-search-container .map-search-inner .details-holder .dealer-details {
  padding: 10px 15px;
}
.map-search-container .map-search-inner .show-all-holder {
  background-color: rgba(0, 0, 0, 0.7);
}
.map-search-container .map-search-inner .show-all-holder .show-item-all a {
  color: #fff;
}
.map-search-container .map-search-inner .show-all-holder .show-item-all .show-item-all-inner:before {
  content: "\25BA";
  color: #EF2829;
  padding-right: 5px;
}
.map-search-container .map-search-inner .show-all-holder ul.show-all {
  padding: 0;
  margin: 0;
  list-style: none;
}
.map-search-container .map-search-inner .show-all-holder ul.show-all li {
  display: none;
}
.map-search-container .map-search-inner .show-all-holder ul.show-all li:before {
  content: "\25BA";
  color: #EF2829;
  padding-right: 5px;
}
.map-search-container .map-search-inner .show-all-holder ul.show-all li a {
  color: #fff;
}
.map-search-container .map-search-inner .show-all-holder ul.show-all.display-all li {
  display: block;
}

.products-holder div.product {
  border: none;
  text-align: left;
}

.category-view.cat-list {
  text-align: left;
}
.category-view.cat-list .cat-title {
  text-align: left !important;
}
.category-view.cat-list .category a {
  color: #000;
  text-decoration: none;
}
.category-view.cat-list .category a:hover {
  color: #EF2829;
  text-decoration: none;
}
.category-view.cat-list .category a:before {
  content: "\25BA";
  color: #EF2829;
}

.vm-col-3 {
  width: 33%;
}

/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.transition, a, a:hover, a:focus, header .menu .navbar-nav li.parent li.parent:hover > a:after, h1 a, h2 a, h3 a, h4 a, #cart-view .billto-shipto span a, #cart-view .cart-summary tr:last-of-type td a, #cart-view .vm-fieldset-customer-note .customer-note a, #cart-view .vm-fieldset-tos span.tos a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, #cart-view .billto-shipto span a:hover, #cart-view .cart-summary tr:last-of-type td a:hover, #cart-view .vm-fieldset-customer-note .customer-note a:hover, #cart-view .vm-fieldset-tos span.tos a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, .reversed a h1, .reversed a h2, .reversed a h3, .reversed a h4, .reversed a #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed a span, .reversed a #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed a td, .reversed a #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed a .customer-note, .reversed a #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed a span.tos, .reversed a h5, .reversed a h6,
.reversed a .h1, .reversed a .h2, .reversed a .h3, .reversed a .h4, .reversed a .h5, .reversed a .h6, .reversed a:hover h1, .reversed a:hover h2, .reversed a:hover h3, .reversed a:hover h4, .reversed a:hover #cart-view .billto-shipto span, #cart-view .billto-shipto .reversed a:hover span, .reversed a:hover #cart-view .cart-summary tr:last-of-type td, #cart-view .cart-summary tr:last-of-type .reversed a:hover td, .reversed a:hover #cart-view .vm-fieldset-customer-note .customer-note, #cart-view .vm-fieldset-customer-note .reversed a:hover .customer-note, .reversed a:hover #cart-view .vm-fieldset-tos span.tos, #cart-view .vm-fieldset-tos .reversed a:hover span.tos, .reversed a:hover h5, .reversed a:hover h6,
.reversed a:hover .h1, .reversed a:hover .h2, .reversed a:hover .h3, .reversed a:hover .h4, .reversed a:hover .h5, .reversed a:hover .h6, .reversed h1 a, .reversed h2 a, .reversed h3 a, .reversed h4 a, .reversed #cart-view .billto-shipto span a, #cart-view .billto-shipto .reversed span a, .reversed #cart-view .cart-summary tr:last-of-type td a, #cart-view .cart-summary tr:last-of-type .reversed td a, .reversed #cart-view .vm-fieldset-customer-note .customer-note a, #cart-view .vm-fieldset-customer-note .reversed .customer-note a, .reversed #cart-view .vm-fieldset-tos span.tos a, #cart-view .vm-fieldset-tos .reversed span.tos a, .reversed h5 a, .reversed h6 a,
.reversed .h1 a, .reversed .h2 a, .reversed .h3 a, .reversed .h4 a, .reversed .h5 a, .reversed .h6 a, .reversed h1 a:hover, .reversed h2 a:hover, .reversed h3 a:hover, .reversed h4 a:hover, .reversed #cart-view .billto-shipto span a:hover, #cart-view .billto-shipto .reversed span a:hover, .reversed #cart-view .cart-summary tr:last-of-type td a:hover, #cart-view .cart-summary tr:last-of-type .reversed td a:hover, .reversed #cart-view .vm-fieldset-customer-note .customer-note a:hover, #cart-view .vm-fieldset-customer-note .reversed .customer-note a:hover, .reversed #cart-view .vm-fieldset-tos span.tos a:hover, #cart-view .vm-fieldset-tos .reversed span.tos a:hover, .reversed h5 a:hover, .reversed h6 a:hover,
.reversed .h1 a:hover, .reversed .h2 a:hover, .reversed .h3 a:hover, .reversed .h4 a:hover, .reversed .h5 a:hover, .reversed .h6 a:hover, .content-header:before, .content-header:hover:before, .foreground-right-image, .btn, .post-component form .gbs3 input[type="submit"],
.post-component form .form-group input[type="submit"],
.main-container form .gbs3 input[type="submit"],
.main-container form .form-group input[type="submit"], .moduleItemReadMore, #fancybox-wrap .showcart, #fancybox-wrap .continue_link,
.button,
input[type="button"],
input[type="submit"], .btn:hover, .post-component form .gbs3 input[type="submit"]:hover,
.post-component form .form-group input[type="submit"]:hover,
.main-container form .gbs3 input[type="submit"]:hover,
.main-container form .form-group input[type="submit"]:hover, .moduleItemReadMore:hover, #fancybox-wrap .showcart:hover, #fancybox-wrap .continue_link:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover, .panel-feature .block-link:before, .panel-feature .block-link:hover:before {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.15s;
  -o-transition: background-color 0.25s ease-in-out, color 0.15s;
  transition: background-color 0.25s ease-in-out, color 0.15s;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  table.visible-xs.visible-sm {
    display: table !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  table.visible-xs.visible-md {
    display: table !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  table.visible-xs.visible-lg {
    display: table !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  table.visible-sm.visible-xs {
    display: table !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  table.visible-sm.visible-md {
    display: table !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  table.visible-sm.visible-lg {
    display: table !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  table.visible-md.visible-xs {
    display: table !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  table.visible-md.visible-sm {
    display: table !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  table.visible-md.visible-lg {
    display: table !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  table.visible-lg.visible-xs {
    display: table !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  table.visible-lg.visible-sm {
    display: table !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  table.visible-lg.visible-md {
    display: table !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }
}
/*!
 * iFactory Standards Bootstrap 3 Template
 * Written by Alex Taylor and Dan Gilmore
 */
.background-transparent, .menu, .jumbotron .panel, .jumbotron .product-view .product-shop, .product-view .jumbotron .product-shop, .jumbotron .product-view .box-collateral, .product-view .jumbotron .box-collateral,
.jumbotron .text-holder,
.home-slider .panel,
.home-slider .product-view .product-shop,
.product-view .home-slider .product-shop,
.home-slider .product-view .box-collateral,
.product-view .home-slider .box-collateral,
.home-slider .text-holder, .panel.reversed, .product-view .reversed.product-shop, .product-view .reversed.box-collateral, header, .navbar-nav .nav-child li,
.background-transparent_80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.background-transparent_90 {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.odd {
  background-color: #fff;
  border-bottom: 0;
}

.even {
  background-color: #e1e1e1;
  border-bottom: 0;
}

/*# sourceMappingURL=app.css.map */
