/******************************************************************/
@import "custom.css";
/******************************************************************/
@import "mobileapp.css";
@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic,400italic);
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/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;
}
.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;
}
.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;
}
.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: "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
address {
  font-style: normal;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  display: block;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after {
  content: '';
}
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body,
button,
input,
table,
textarea {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color:#000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h4, .collateral-tabs dd .tt-header, .h4, .right-siede .right-side-block .right-side-subtitle, .data-box #date-container, .products-grid .item .image-box .overlay .overlay-content .bonuses-icons .title-overlay {
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.address-list address {
  margin-bottom: 1em;
}
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.availability .label {
  display: none;
}
.availability.in-stock {
  color: #11B400;
}
.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}
.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}
.white-container {
  background: #FAFAFA;
  margin-bottom: 10px;
  padding: 30px;
  overflow: hidden;
}
.block,
.col-left-first {
  margin-bottom: 20px;
}
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}
h1.big-title,
h2.big-title,
#checkout-review-table-wrapper .checkout-review-container .item h3.big-title,
#review-buttons-container .totals .big-title.price,
h3.big-title,
h4.big-title,
.collateral-tabs dd .big-title.tt-header {
  color: #EE1D23;
  font-size: 36px;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  margin: 2.3em 0;
}
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}
.block-content.unpad {
  padding: 0;
}
.block-content li.item {
  margin: 0 0 10px 9px;
}
.block-content li.item:last-child {
  margin-bottom: 0;
}
.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button, .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block .actions a, .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .block .actions a, .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block .actions a, .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .block .actions a, .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block .actions a, .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .block .actions a, .block .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .block .actions a, .block .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .block .actions a,
.block .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .block .actions a,
.block .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .block .actions a {
  float: right;
}
.col-left .block .actions .button ~ a, .col-left .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-left .block .actions a ~ a, .col-left .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-left .block .actions a ~ a, .col-left .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-left .block .actions a ~ a, .col-left .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-left .block .actions a ~ a, .col-left .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-left .block .actions a ~ a, .col-left .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .col-left .block .actions a ~ a, .col-left .block .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a ~ a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col-left .block .actions a ~ a, .col-left .block .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a ~ a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col-left .block .actions a ~ a,
.col-left .block .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a ~ a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col-left .block .actions a ~ a,
.col-left .block .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a ~ a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col-left .block .actions a ~ a,
.col-right .block .actions .button ~ a,
.col-right .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-right .block .actions a ~ a,
.col-right .block .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-right .block .actions a ~ a,
.col-right .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-right .block .actions a ~ a,
.col-right .block .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-right .block .actions a ~ a,
.col-right .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a ~ a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-right .block .actions a ~ a,
.col-right .block .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a ~ a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .col-right .block .actions a ~ a,
.col-right .block .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a ~ a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col-right .block .actions a ~ a,
.col-right .block .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a ~ a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col-right .block .actions a ~ a,
.col-right .block .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a ~ a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col-right .block .actions a ~ a,
.col-right .block .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a ~ a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col-right .block .actions a ~ a {
  line-height: 33px;
  margin-right: 5px;
}
@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #484848;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #EE1D23;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #484848;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #EE1D23;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
}
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #EE1D23;
}
.block-account li a,
.block-cms-menu li a {
  color: #484848;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #EE1D23;
}
.cart .buttons-set .button, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a,
.cart-table .button,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table a,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table a,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table a,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table a,
.sidebar .actions .button,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .sidebar .actions a,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .sidebar .actions a,
.button.button-secondary,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.button-secondary,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.button-secondary,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.button-secondary,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.button-secondary {
  background: #DDDDDD;
  color: #484848;
  padding: 12px 15px;
}
.cart .buttons-set .button:hover, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:hover, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:hover, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:hover, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:hover, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:hover, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:hover, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:hover, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:hover,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:hover,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:hover,
.cart-table .button:hover,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:hover,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:hover,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:hover,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:hover,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:hover,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:hover,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table a:hover,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table a:hover,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table a:hover,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table a:hover,
.sidebar .actions .button:hover,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:hover,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:hover,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:hover,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:hover,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:hover,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:hover,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:hover,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:hover,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:hover,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:hover,
.button.button-secondary:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.button-secondary:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:active, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:active, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:active, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:active, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:active, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:active, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:active, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:active,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:active,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:active,
.cart-table .button:active,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:active,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:active,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:active,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:active,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:active,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:active,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table a:active,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table a:active,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table a:active,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table a:active,
.sidebar .actions .button:active,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:active,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:active,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:active,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:active,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:active,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:active,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:active,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:active,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:active,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:active,
.button.button-secondary:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.button-secondary:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.button-secondary:active {
  background: #c4c4c4;
  color: #484848;
}
.cart .buttons-set .button:focus, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:focus, .cart .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:focus, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:focus, .cart .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:focus, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart .buttons-set a:focus, .cart .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart .buttons-set a:focus, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:focus, .cart .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:focus,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart .buttons-set a:focus,
.cart .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart .buttons-set a:focus,
.cart-table .button:focus,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:focus,
.cart-table .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:focus,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:focus,
.cart-table .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:focus,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table a:focus,
.cart-table .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table a:focus,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table a:focus,
.cart-table body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table a:focus,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table a:focus,
.cart-table body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table a:focus,
.sidebar .actions .button:focus,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:focus,
.sidebar .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:focus,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:focus,
.sidebar .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:focus,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .sidebar .actions a:focus,
.sidebar .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .sidebar .actions a:focus,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:focus,
.sidebar .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:focus,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .sidebar .actions a:focus,
.sidebar .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .sidebar .actions a:focus,
.button.button-secondary:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.button-secondary:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.button-secondary:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.button-secondary:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.button-secondary:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.button-secondary:focus {
  color: #484848;
  background: #c4c4c4;
  outline: none;
}
.sidebar .actions button.button {
  white-space: normal;
}
.button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
.cart-table .product-cart-actions .button,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a,
#co-shipping-method-form .buttons-set .button,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a,
.footer .button,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a {
  background: #EE1D23;
  display: inline-block;
  padding: 12px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.08em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.button:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
.cart-table .product-cart-actions .button:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:hover,
#co-shipping-method-form .buttons-set .button:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:hover,
.footer .button:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a:hover {
  background: #e11117;
  cursor: pointer;
}
.button:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
.cart-table .product-cart-actions .button:active,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:active,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:active,
#co-shipping-method-form .buttons-set .button:active,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:active,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:active,
.footer .button:active,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:active,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:active,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:active,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:active,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:active,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:active,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a:active,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a:active,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a:active,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a:active {
  background: #c90f14;
  color: #FFFFFF;
}
.button:focus, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
.cart-table .product-cart-actions .button:focus,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a:focus,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a:focus,
#co-shipping-method-form .buttons-set .button:focus,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a:focus,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a:focus,
.footer .button:focus,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:focus,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:focus,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:focus,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:focus,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a:focus,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a:focus,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a:focus,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a:focus,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a:focus,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a:focus {
  background-color: #c90f14;
  outline: none;
  color: #FFFFFF;
}
.button.btn-simple, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple,
.cart-table .product-cart-actions .button.btn-simple,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple,
#co-shipping-method-form .buttons-set .button.btn-simple,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple,
.footer .button.btn-simple,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-simple,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a.btn-simple,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-simple,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a.btn-simple {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 5px 14px;
  background: transparent;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.button.btn-simple:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
.cart-table .product-cart-actions .button.btn-simple:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-simple:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-simple:hover,
#co-shipping-method-form .buttons-set .button.btn-simple:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-simple:hover,
.footer .button.btn-simple:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-simple:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-simple:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-simple:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-simple:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a.btn-simple:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-simple:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-simple:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a.btn-simple:hover {
  background: #fff;
}
.button.btn-blue, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue,
.cart-table .product-cart-actions .button.btn-blue,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue,
#co-shipping-method-form .buttons-set .button.btn-blue,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue,
.footer .button.btn-blue,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue {
  background: #57585A;
}
.button.btn-blue:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
.cart-table .product-cart-actions .button.btn-blue:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:hover,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:hover,
#co-shipping-method-form .buttons-set .button.btn-blue:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:hover,
.footer .button.btn-blue:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:hover,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:hover,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:hover,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:hover,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue:hover,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue:hover,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue:hover {
  background: #4a4b4d;
  cursor: pointer;
}
.button.btn-blue:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
.cart-table .product-cart-actions .button.btn-blue:active,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-table .product-cart-actions a.btn-blue:active,
.cart-table .product-cart-actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-table .product-cart-actions a.btn-blue:active,
#co-shipping-method-form .buttons-set .button.btn-blue:active,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
#co-shipping-method-form .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #co-shipping-method-form .buttons-set a.btn-blue:active,
.footer .button.btn-blue:active,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:active,
.footer .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:active,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:active,
.footer .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:active,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer a.btn-blue:active,
.footer .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-blue:active,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer a.btn-blue:active,
.footer body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue:active,
.footer body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue:active,
.footer body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer a.btn-blue:active,
.footer body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-blue:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer a.btn-blue:active {
  background: #3e3f40;
  color: #FFFFFF;
}
a.button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a {
  text-decoration: none;
}
a.button:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover {
  color: #FFFFFF;
}
.button.disabled, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.disabled, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.disabled, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.disabled, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.disabled, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.disabled, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.disabled, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.disabled, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.disabled,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.disabled,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.disabled,
.button:disabled,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:disabled,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:disabled,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:disabled,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:disabled,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:disabled,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:disabled,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:disabled,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:disabled,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:disabled,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.button2:focus {
  outline: none;
}
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #EE1D23;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #b10d12;
}
@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button, .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .buttons-set a, .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .buttons-set a,
  .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .buttons-set a,
  .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .buttons-set a,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .buttons-set .button, .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .buttons-set .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .buttons-set .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a, .buttons-set .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a, .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .buttons-set a, .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .buttons-set a,
  .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .buttons-set a,
  .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .buttons-set a {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
.paypal-logo.paypal-after {
  float: left;
}
.paypal-after .paypal-or {
  float: left;
}
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}
.paypal-after .paypal-button {
  float: left;
}
.paypal-button {
  line-height: 0px;
}
.paypal-button img {
  display: inline;
}
@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-account .icon, .product-view .sharing-links a.link-wishlist, .product-view .sharing-links a.link-compare, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
}
.breadcrumbs {
  overflow: hidden;
  margin: -12px 0 53px;
}
.breadcrumbs li {
  float: left;
  font-size: 13px;
  font-weight: 500;
}
.breadcrumbs strong {
  font-weight: 600;
}
.breadcrumbs span {
  padding: 0 7px;
}
@media only screen and (max-width: 770px) {
}
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-previous:hover {
  background-color: #EE1D23;
  border-color: #EE1D23;
}
.btn-remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: relative;
}
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #EE1D23;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}
.checkout-agreements li {
  margin-bottom: 20px;
}
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}
.page-header-container,
.main-container, .footer {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
}
.page-header-container:after,
.main-container:after, .footer:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 599px) {
  .page-header-container {
    padding: 0 15px 0 15px;
  }
  .footer {
    padding: 30px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 771px) {
  .footer {
    padding: 10px;
  }
  .main-container {
    padding: 30px;
  }
}
.main-container-row {
  position: relative;
  width: 100%;
  padding-top: 30px;
  z-index: 1;
}
.main-container-row:after {
  content: '';
  display: table;
  clear: both;
}
.main-container-row .row, .main-container-row .page-title {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-container-row .row:after, .main-container-row .page-title:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 480px) {
}
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  clear: left;
}
.col-left img {
  max-width: 100%;
}
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
}
.col-right img {
  max-width: 100%;
}
.col-main {
  float: left;
  width: 75%;
}
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
}
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
}
.col2-right-layout .col-main {
  padding-left: 0;
}
.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}
@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }
  .col-main {
    float: none;
    width: auto;
  }
  .col-main .col-left {
    padding: 0;
    
  }
}
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("../images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}
.promo-msg {
  color: #484848;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.grid:after {
  content: '';
  display: table;
  clear: both;
}
.success {
  color: #11B400;
}
.error {
  color: #DF280A;
  font-weight: bold;
}
.notice {
  color: #E26703;
  font-weight: bold;
}
@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}
.payment-methods {
  margin-bottom: 20px;
}
.payment-methods dt {
  padding: 5px 0;
}
.payment-methods dd {
  padding-top: 10px;
}
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}
.price-box p {
  margin-bottom: 0;
}
.price-notice {
  color: #959595;
}
.price-box .price {
  color: #FFFFFF;
  font-size: 16px;
}
.price-box .price,
.price {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.price-box .price-label {
  color: #959595;
  white-space: nowrap;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #484848;
  display: block;
}
.price-box .minimal-price-link .label {
  color: #959595;
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}
.price-box .old-price .price {
  color: #959595;
  text-decoration: line-through;
}
.price-box .special-price {
  color: #484848;
  padding-left: 1em;
}
.price-box .special-price .price-label {
  color: #D84D3C;
}
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}
span.weee {
  display: block;
}
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}
.item-options {
  font-size: 14px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
.item-options dt:after {
  content: ': ';
}
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}
@media only screen and (max-width: 599px) {
  .item-options {
    margin: 0px auto;
    width: 100%;
    float: none;
  }
  .item-options dt {
    min-width: auto !important;
  }
}
.truncated,
.truncated a.dots {
  cursor: help;
}
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
.truncated a.details:hover {
  text-decoration: none;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #EE1D23;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #EE1D23;
  border-top: none;
  left: 97px;
  top: -7px;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.truncated .show .item-options {
  display: block;
}
@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit;
  }
  .truncated a.details {
    display: none;
  }
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}
.add-to-links {
  margin: 7px 0;
}
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}
.add-to-links .separator {
  display: none;
}
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}
.ratings {
  margin: 7px 0;
}
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}
.ratings .amount {
  display: block;
  margin: 5px auto;
}
.ratings .rating-links .separator {
  margin: 0 3px;
}
.std p {
  margin: 0 0 1.5em;
}
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}
.std ol li {
  margin-left: 2em;
}
.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.std ul li {
  margin-left: 2em;
}
.std .note {
  color: #959595;
  font-size: 13px;
}
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}
.sort-list {
  overflow: hidden;
}
.sort-list li {
  float: left;
  margin-right: 10px;
}
.sort-list li a {
  color: #484848;
}
.sort-list li.active a {
  color: #57585A;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.pager-no-toolbar {
  margin-bottom: 10px;
}
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}
.sorter {
  float: left;
  margin-bottom: 5px;
}
.sorter label {
  float: left;
  margin-right: 5px;
  font-weight: normal;
}
.sorter label:after {
  content: ':';
}
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}
.sorter > .view-mode {
  float: right;
}
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}
@media only screen and (max-width: 670px) {
  .pager {
    width: 100%;
  }
}
.pager .amount {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
.pager .limiter > label {
  padding-right: 5px;
}
.pager .limiter > label:after {
  content: ':';
}
@media only screen and (max-width: 479px) {
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }
}
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #3399CC;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #b10d12;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #3399CC;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #b10d12;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}
.a-center {
  text-align: center;
}
.a-right,
.align-right {
  text-align: right;
}
.no-display {
  display: none !important;
}
.nobr,
.nowrap {
  white-space: nowrap;
}
.width-full {
  width: 100%;
}
.hidden {
  display: none;
}
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}
.border--top {
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.category-promotion .col-left.sidebar .active-track {
  background: #EE1D23;
}
.category-promotion .col-left.sidebar .filter-handle,
.category-promotion .col-left.sidebar .filter-handle:after {
  background: #C4121B;
}
.category-promotion .col-left.sidebar .narrow-by-list a.button, .category-promotion .col-left.sidebar .narrow-by-list .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .category-promotion .col-left.sidebar .narrow-by-list a, .category-promotion .col-left.sidebar .narrow-by-list body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .category-promotion .col-left.sidebar .narrow-by-list a,
.category-promotion .col-left.sidebar .narrow-by-list body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .category-promotion .col-left.sidebar .narrow-by-list a,
.category-promotion .col-left.sidebar .narrow-by-list body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .category-promotion .col-left.sidebar .narrow-by-list a {
  color: #ffffff !important;
}
.category-promotion .col-left.sidebar .block-title * {
  color: #57585A !important;
}
.content-filter .input-box input {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-indent: 0;
  font-weight: normal !important;
}
.cms-navigation-wrapper {
  display: none;
}
.mn-team {
  min-height: 1px;
  overflow: visible;
}
.mn-team h2, .mn-team #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .mn-team h3, .mn-team #review-buttons-container .totals .price, #review-buttons-container .totals .mn-team .price {
  clear: both !important;
  float: none !important;
}
.mn-team .person {
  width: 270px;
  min-height: 270px;
  float: left;
  margin-right: 19px;
  position: relative;
}
.mn-team .person .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.mn-team .person .img img {
  margin-top: 0 !important;
}
.mn-team .person .person-title {
  padding-left: 30px;
  margin-bottom: 15px !important;
  font-size: 13px;
  font-weight: 600;
  color: #57585A;
}
.mn-team .person .person-name {
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #57585A;
}
.mn-team .person:hover .desc {
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mn-team .desc {
  position: absolute;
  background: #EE1D23;
  height: 100%;
  color: #ffffff;
  padding: 25px;
  font-size: 13px;
  top: 270px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mn-team .desc b {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.back-to-top {
  clear: both;
}
.catalog-product-view #promo {
  display: none;
}
.vcode-documents-document-index .box-account {
  position: relative;
}
.vcode-documents-document-index .box-account .fa-angle-down:after,
.vcode-documents-document-index .box-account .fa-angle-up:after {
  display: inline-block;
  width: 120px;
  height: 40px;
  content: "zobacz";
  color: #ffffff;
  background: #EE1D23;
  position: absolute;
  right: 0px;
  font: 600 13px/40px "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
}
html[lang="en"] .vcode-documents-document-index .box-account .fa-angle-down:after,
html[lang="en"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "check";
}
@media only screen and (max-width: 599px) {
  .vcode-documents-document-index .box-account .fa-angle-down:after,
  .vcode-documents-document-index .box-account .fa-angle-up:after {
    display: none;
  }
}
.vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "ukryj";
}
html[lang="en"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "hide";
}
.vcode-documents-document-index .box-account .fa-angle-down:hover:after,
.vcode-documents-document-index .box-account .fa-angle-up:hover:after {
  background: #C4121B;
}
@media only screen and (max-width: 979px) {
  .fa-angle-down:after,
  .fa-angle-up:after {
    right: auto;
    left: 43px;
    bottom: -45px;
  }
}
.help-title {
  cursor: pointer;
}
.customer-account .col-left {
  background: none !important;
  padding-left: 0 !important;
}
.customer-account .col-left li {
  line-height: 24px !important;
  margin-top: 0;
  margin-bottom: 12px;
}
.customer-account .col-left li a {
  font-size: 16px;
}
.customer-account .box-account .col2-set {
  float: left;
  width: 50%;
}
.customer-account .box-account .col2-set .col-1 {
  padding-top: 0;
}
.customer-account .box-account .mn-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-transform: uppercase;
}
.customer-account .box-account .box-account {
  float: left;
}
.customer-account .box-account .box-head {
  display: none;
}
.customer-account address {
  text-transform: uppercase;
}
.customer-account .col-main {
}
.customer-account .col-main h1 {
  display: none;
}
.customer-account .col-main .legend {
  font-size: 18px !important;
  text-transform: uppercase;
}
.customer-account .col-main input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.customer-account .col-main input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: -16px;
  top: 8px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  cursor: pointer;
}
.customer-account .col-main input[type="checkbox"]:checked + label::before {
  background-color: #57585A;
  border-color: transparent;
}
.customer-account .col-main input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 12px;
  left: -13px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.customer-account .col-main ol {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.customer-account .col-main strong {
  color: #57585A;
}
.customer-account .col-main label[for="subscription"] {
  padding-left: 15px;
  color: #57585A;
}
.customer-account .col-main .fieldset {
  margin-top: 0 !important;
}
.customer-account .col-main .amount--no-pages {
  text-transform: uppercase;
  font-size: 18px !important;
}
.customer-account .col-main #my-orders-table th:nth-child(3) {
  width: 170px;
}
.customer-account .col-main #my-orders-table tr td:first-child,
.customer-account .col-main #my-orders-table tr td:nth-child(2) {
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .customer-account .col-main #my-orders-table td {
    text-align: center;
  }
}
.customer-account .col-main .box-upload h2.legend, .customer-account .col-main .box-upload #checkout-review-table-wrapper .checkout-review-container .item h3.legend, #checkout-review-table-wrapper .checkout-review-container .item .customer-account .col-main .box-upload h3.legend, .customer-account .col-main .box-upload #review-buttons-container .totals .legend.price, #review-buttons-container .totals .customer-account .col-main .box-upload .legend.price {
  font-size: 13px !important;
}
.customer-account .col-main .box-upload .upload-handler-wrapper {
  background: #ffffff !important;
  color: #57585A !important;
  font-size: 13px !important;
}
.customer-account .col-main .box-upload .upload-handler-wrapper label {
  font-size: 13px !important;
  text-transform: uppercase !important;
}
.customer-account .col-main .documnets .next-title {
  display: none;
}
.customer-account .col-main .documnets .box-account .box-head {
  display: block !important;
}
.customer-account .col-main .documnets .dropdown-data-table {
  font-size: 18px !important;
  text-transform: uppercase;
}
.customer-account .col-main .documnets .dropdown-data-table i:before {
  position: relative;
  top: 5px;
}
.customer-account .col-main .documnets .box-upload {
  width: 100%;
}
.customer-account .col-main tr td:first-child,
.customer-account .col-main tr td:nth-child(2) {
  font-weight: normal;
}
.customer-account .col-main .mn-order-info .order-info h3 {
  margin-bottom: 0;
}
.customer-account .col-main .mn-order-info .title-buttons h2, .customer-account .col-main .mn-order-info .title-buttons #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account .col-main .mn-order-info .title-buttons h3, .customer-account .col-main .mn-order-info .title-buttons #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account .col-main .mn-order-info .title-buttons .price {
  text-align: left;
  font-size: 18px !important;
  text-transform: uppercase;
}
.customer-account .col-main .mn-order-info .order-date {
  font-weight: 600;
}
.customer-account .col-main .mn-order-info .box-content {
  width: calc(100% - 150px);
  text-transform: uppercase;
  color: #57585A;
    padding-left: 20px;
}
.customer-account .col-main .mn-order-info .box-content td {
  padding-left: 0;
  color: #57585A;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  .customer-account .col-main .mn-order-info .box-content {
    width: 100%;
  }
}
.customer-account .col-main .mn-orders-details {
  color: #57585A;
}
@media (max-width: 1000px) {
  .customer-account .col-main .mn-orders-details tbody {
    border-bottom: 1px solid #C0C0C0;
  }
  .customer-account .col-main .mn-orders-details tbody tr td:first-child:before {
    content: "Produkt";
    float: left;
    display: inline-block;
    color: #57585A;
    font-size: 18px;
    border: none;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 599px) {
  .customer-account .col-main .mn-orders-details tbody tr td:first-child:before {
    content: "";
  }
}
@media (max-width: 1000px) {
  .customer-account .col-main .mn-orders-details tbody tr td dl {
    float: right;
    text-align: right;
  }
  .customer-account .col-main .mn-orders-details tbody tr td {
    clear: both;
  }
}
.customer-account .col-main .mn-orders-details dt {
  min-width: 145px;
  font-size: 13px;
}
.customer-account .col-main .mn-orders-details dd {
  padding-left: 0;
  font-size: 13px;
}
.customer-account .col-main .mn-orders-details td h3 {
  padding-top: 0;
}
.customer-account .col-main .mn-orders-details tbody {
  border-top: 1px solid #C0C0C0;
}
.customer-account .col-main .mn-orders-details tfoot {
  border-top: 2px solid #57585A !important;
}
.customer-account .col-main .mn-orders-details #commentForm {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.customer-account .col-main .mn-orders-details #commentForm textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  border: 1px solid #57585A;
}
.customer-account .col-main .mn-orders-details .order-about {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 25px;
}
.customer-account .col-main .mn-orders-details .order-about dd {
  padding-bottom: 8px;
}
.customer-account .col-main .mn-orders-details .order-about dt {
  margin-top: 8px;
}
.customer-account .col-main .mn-orders-details .btn {
  position: relative;
  min-height: 80px;
  width: auto;
  margin-right: 20px;
  float: left;
}
.customer-account .col-main .mn-orders-details .btn button {
  width: 177px;
}
.customer-account .col-main .mn-orders-details .btn .mn-info {
  cursor: pointer;
  color: #57585A;
  width: 177px;
  min-height: 26px;
  text-align: left;
  padding: 0 5px 10px 5px;
  margin-top: 8px;
  border-bottom: 1px solid #57585A;
  background: #FAFAFA;
}
.customer-account .col-main .mn-orders-details .btn .mn-info i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: right;
}
.customer-account .col-main .mn-orders-details .btn .mn-info .mn-info-inner {
  width: 250px;
  max-height: 0;
  margin-bottom: -11px;
  margin-left: -5px;
  text-align: left;
  background: #FAFAFA;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.customer-account .col-main .mn-orders-details .btn .mn-info.mn-show i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.customer-account .col-main .mn-orders-details .btn .mn-info.mn-show > .mn-info-inner {
  max-height: 1000px;
  padding: 25px 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-bottom: 1px solid #484848;
}
.small-bold {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #57585A;
}
/*filtry checkboxy*/
.container-filter input[type=checkbox] {
  display: none;
}
.container-filter input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.container-filter input[type="checkbox"]:checked + label::before {
  background-color: #57585A;
  border-color: transparent;
}
.container-filter input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: -24px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*end filtry checkboxy*/
.shopping-cart-elements h2, .shopping-cart-elements #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .shopping-cart-elements h3, .shopping-cart-elements #review-buttons-container .totals .price, #review-buttons-container .totals .shopping-cart-elements .price {
  font-size: 20px;
}
.cart-forms-additional h2, .cart-forms-additional #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .cart-forms-additional h3, .cart-forms-additional #review-buttons-container .totals .price, #review-buttons-container .totals .cart-forms-additional .price,
.cart-totals-wrapper h2,
.cart-totals-wrapper #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .cart-totals-wrapper h3,
.cart-totals-wrapper #review-buttons-container .totals .price,
#review-buttons-container .totals .cart-totals-wrapper .price {
  font-size: 20px;
}
.cart-forms-additional #shopping-cart-totals-table tr td:first-child strong,
.cart-totals-wrapper #shopping-cart-totals-table tr td:first-child strong {
  font-size: 20px;
  color: #57585A;
}
.cart-forms-additional {
  border-bottom: 2px solid #57585A !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cart-forms-additional button {
  background: #EE1D23;
  cursor: pointer;
  display: inline-block;
  padding: 12px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.08em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 15px;
}
.cart-forms-additional button span {
  line-height: 20px !important;
  height: auto !important;
}
.cart-forms-additional button span span {
  line-height: 20px !important;
  height: auto !important;
  color: #ffffff !important;
  text-decoration: none;
}
.cart-totals #cart_totals_left_box {
  padding-left: 0 !important;
}
.cart-totals #cart_totals_left_box button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  left: -3px;
}
.cart-totals #cart_totals_left_box button.mn-rotate i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  left: -5px;
}
.cart-totals strong {
  font-weight: 600 !important;
}
.checkout-onepage-index .breadcrumbs strong {
  color: #57585A !important;
}
.checkout-onepage-index h1 {
  color: #57585A;
}
.checkout-onepage-index h2, .checkout-onepage-index #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .checkout-onepage-index h3, .checkout-onepage-index #review-buttons-container .totals .price, #review-buttons-container .totals .checkout-onepage-index .price {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.checkout-onepage-index textarea {
  height: 200px;
}
.checkout-onepage-index button {
  font-size: 14px !important;
}
.checkout-onepage-index .sp-methods {
  text-transform: uppercase;
  color: #57585A;
}
.checkout-onepage-index .sp-methods ul {
  padding-left: 10px;
}
.checkout-onepage-index .sp-methods label {
  color: #57585A;
}
.checkout-onepage-index .sp-methods .agreement-content {
  max-width: 100%;
}
.checkout-onepage-index .checkout-review-container .thead {
  border-bottom: 1px solid #57585A !important;
}
.checkout-onepage-index .checkout-review-container .thead label {
  text-transform: uppercase;
  color: #57585A;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.checkout-onepage-index .checkout-review-container .item:last-child {
  border-bottom: 2px solid #57585A !important;
}
.checkout-onepage-index .order-review #checkout-review-submit label {
  color: #57585A;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-bottom: 15px;
  text-transform: none !important;
}
.checkout-onepage-index .order-review #checkout-review-submit .totals {
  float: right;
}
.checkout-onepage-index .order-review #checkout-review-submit .totals strong {
  color: #57585A;
  float: left;
  font-size: 20px;
  font-weight: 600;
  padding-right: 15px;
  margin-bottom: 20px;
}
.checkout-onepage-index .order-review #checkout-review-submit .totals strong span {
  margin-bottom: 0;
  line-height: 36px;
}
.checkout-onepage-index .order-review #checkout-review-submit .totals strong .price {
  font-size: 24px !important;
}
.checkout-onepage-index .order-review #checkout-review-submit .totals strong:last-child {
  padding-right: 0;
}
.checkout-onepage-index .order-review #checkout-review-submit .f-right button {
  float: right !important;
  clear: both !important;
  margin-right: 0 !important;
}
.checkout-onepage-index .order-review #checkout-review-submit .edit-cart {
  font-size: 14px !important;
}
.checkout-onepage-index .agreement-content {
  max-height: 100% !important;
}
.checkout-onepage-success p {
  font-size: 17px;
}
.cart-element .item-options ul li {
  float: none !important;
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list .product-cart-actions .option-content .option-value {
  font-size: 15px !important;
}
label {
  font-size: 13px !important;
}
.upload-handler-wrapper .required-entry {
  color: #57585A !important;
}
.col-main-cms p {
    font-size: 17px;
}
.easy-bonus-insurance-view .product-view .tab-content h3,
.easy-bonus-accommodation-view .product-view .tab-content h3 {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #43c7dd !important;
}
.contact-title {
  margin-top: 35px;
  clear: both;
}
.contact-tab {
  float: left;
  margin-right: 50px;
  width: 320px;
}
.contact-tab table {
  border-collapse: collapse;
}
.contact-tab table td {
  padding: 10px !important;
  font-size: 16px !important;
}
.contact-tab tr td {
  font-weight: 400 !important;
}
.contact-tab .row2 {
  background-color: #57585A;
}
.contact-tab .row2 td {
  color: #ffffff !important;
}
.contact-tab .row1 td {
  font-weight: 700 !important;
}
.mn-time-table {
  width: 100%;
  max-width: 100%;
  margin-top: 35px;
  border-collapse: collapse;
}
.mn-time-table .icon-skype-kont {
  display: none;
}
.mn-time-table .row1 td {
  text-align: left !important;
  font-weight: 700 !important;
}
.mn-time-table .row2 {
  background-color: #57585A;
}
.mn-time-table .row2 td {
  color: #ffffff !important;
}
.mn-time-table td {
  padding: 10px !important;
  text-align: center !important;
}
.mn-time-table tr td {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.contact-map {
  margin-top: 70px;
}
.contact-map iframe {
  width: calc(100% - 370px);
}
@media (max-width: 600px) {
  .contact-map {
    clear: both;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .contact-map iframe {
    width: 100% !important;
  }
  .contact-tab {
    width: 100%;
  }
}
.easy-bonus-accommodation-index .price-box .price-container {
  font-size: 13px;
}
.easy-bonus-accommodation-index .price-box .price-container .label {
  text-transform: uppercase !important;
}
.easy-bonus-accommodation-index .price-box .price-container .regular-price > .price > .price {
  font-size: 20px !important;
  padding-left: 8px;
}
.easy-bonus-accommodation-index .products-grid .more {
  display: block !important;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: linear-gradient(to bottom, #f95470 0%,#dd405b 100%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  position: absolute;
  bottom: 0;
  z-index: 200;
  padding: 0 20px;
}
.easy-bonus-accommodation-index .products-grid .more table {
  color: #ffffff;
}
.easy-bonus-accommodation-index .products-grid .more table tr:nth-child(3) th {
  font-weight: 700;
  padding-top: 20px;
}
.easy-bonus-accommodation-index .products-grid .more table tr:last-child td span {
  font-size: 14px;
  font-weight: 700;
  margin-top: 7px;
}
.easy-bonus-accommodation-index .products-grid .more table tr:last-child td ul {
  list-style-type: disc;
  padding-left: 6px;
  margin-top: 5px;
}
.easy-bonus-accommodation-index .products-grid .more table tr:last-child td ul li {
  list-style-type: disc;
  line-height: 14px;
  margin-bottom: 5px;
}
.easy-bonus-accommodation-index .products-grid .more table tr:last-child td ul li:before {
  display: none !important;
}
.easy-bonus-accommodation-index .products-grid .item:hover a > .more {
  max-height: 100%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  background: linear-gradient(to bottom, #f95470 0%,#dd405b 100%);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  position: absolute;
  top: 0;
  z-index: 200;
  padding: 20px 20px;
}
.category-wiza-work-and-holiday .easy-bonus-accommodation-index .products-grid .item:hover a > .more {
    max-height: 60%!important;
    }
.easy-bonus-accommodation-index .products-grid .bottom-info {
  opacity: 1 !important;
}
.easy-bonus-accommodation-index .products-grid .bottom-info .duration-box {
  font-size: 11px;
  margin-bottom: 20px;
}
.easy-bonus-accommodation-index .products-grid .bottom-info .duration-info {
}
.easy-bonus-accommodation-index .products-grid .bottom-info .duration-info span {
  padding-left: 38px;
}
.mn-calendar {
  background: #EE1D23 url("../images/calendar-white.png") 95% 50% no-repeat !important;
}
@media (max-width: 599px) {
  .page {
    margin-top: 0 !important;
  }
  .tp-bgimg,
  .video-box {
    display: none !important;
  }
  .cms-index-index .upper-homepage-fireworks {
    display: none;
  }
  .cms-index-index .col-news .action,
  .cms-index-index .widget-promo .action,
  .cms-index-index .our-partners-block .action {
    display: none !important;
  }
  .cms-index-index .col-news .item,
  .cms-index-index .widget-promo .item,
  .cms-index-index .our-partners-block .item {
    float: left;
  }
  .cms-index-index .col-news .item .description,
  .cms-index-index .widget-promo .item .description,
  .cms-index-index .our-partners-block .item .description {
    padding: 10px !important;
    font-size: 65%;
  }
  .cms-index-index .col-news .item:hover .description,
  .cms-index-index .widget-promo .item:hover .description,
  .cms-index-index .our-partners-block .item:hover .description {
    min-height: 50% !important;
  }
  .cms-index-index .col-news .item:hover .more,
  .cms-index-index .widget-promo .item:hover .more,
  .cms-index-index .our-partners-block .item:hover .more {
    display: none !important;
  }
  .cms-index-index .col-news .item:hover .time,
  .cms-index-index .col-news .item:hover .city,
  .cms-index-index .widget-promo .item:hover .time,
  .cms-index-index .widget-promo .item:hover .city,
  .cms-index-index .our-partners-block .item:hover .time,
  .cms-index-index .our-partners-block .item:hover .city {
    max-height: 100% !important;
    opacity: 1 !important;
  }
  .cms-index-index .col-news .item:nth-child(even),
  .cms-index-index .widget-promo .item:nth-child(even),
  .cms-index-index .our-partners-block .item:nth-child(even) {
    float: right !important;
  }
  .cms-index-index .widget-promo .action {
    display: block !important;
  }
  .cms-index-index .widget-promo .action a + a,
  .cms-index-index .widget-promo .action a + a + a {
    display: none !important;
  }
  .bridge-in-numbers li {
    max-width: 48%;
  }
  .bridge-in-numbers li:nth-child(even) {
    float: right !important;
  }
  .footer .column {
    float: left;
    
  }
  .footer .column:nth-child(even) {
    float: right;
  }
}
@media (max-width: 480px) {
  .search-course-form,
  .search-bonus-form {
    display: none;
  }
}
@media (max-width: 390px) {
  .bridge-in-numbers li .label {
    font-size: 15px !important;
  }
  .bridge-in-numbers li .last-part {
    font-size: 13px !important;
  }
  .footer .column {
    float: none;
    max-width: 100%;
  }
  .footer .column:nth-child(even) {
    float: none;
  }
}
@media (max-width: 1375px) {
  #header-account .links ul li a {
    line-height: 18px !important;
    height: auto !important;
    min-height: 45px;
  }
}
.events-left-sidebar h2, .events-left-sidebar #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .events-left-sidebar h3, .events-left-sidebar #review-buttons-container .totals .price, #review-buttons-container .totals .events-left-sidebar .price {
  font-weight: 600 !important;
}
.events-left-sidebar .start-time {
  font-size: 13px;
  font-weight: 600;
}
.events-left-sidebar .product-name {
  font-size: 16px;
  font-weight: 400;
}
.easy-social-event-view .post-container .start-time {
  color: #57585A !important;
}
.easy-social-event-view .post-container.event article .text {
  font-size: 17px !important;
}
.easy-social-event-view .page-title h1 {
  color: #ffffff !important;
}
.easy-social-post-view .post .time .start-time {
  color: #1e5985 !important;
}
.easy-social-post-view .post .page-title h1 {
  font-size: 17px;
  font-weight: 400 !important;
  color: #000000 !important;
}
.search-course-form {
  background-color: #57585A;
}
.search-course-form .title {
  max-width: 1170px;
  margin: 0 auto !important;
  color: #ffffff;
}
.search-course-form .products-grid {
  background-color: #EE1D23;
  padding: 30px 0 10px 0;
}
.search-course-form .products-grid .mn-step4 img {
  float: left;
  margin-right: 15px;
}
.search-course-form .products-grid .mn-step4 button {
  width: calc(100% - 61px);
  background: #ffffff;
  color: #EE1D23;
  float: left;
}
.search-course-form li {
  background-color: transparent !important;
}
.search-course-form .mn-info-graph {
  background-color: #57585A;
  text-align: center;
  color: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
}
.search-course-form .mn-info-graph img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.search-course-form .mn-info-graph .mn-step1,
.search-course-form .mn-info-graph .mn-step2,
.search-course-form .mn-info-graph .mn-step3 {
  width: 269px;
}
.search-course-form .mn-info-graph .arrow {
  width: 138px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .search-course-form .mn-info-graph .mn-step1,
  .search-course-form .mn-info-graph .mn-step2,
  .search-course-form .mn-info-graph .mn-step3 {
    width: 258px;
  }
}
@media (max-width: 1199px) {
  .search-course-form .mn-info-graph .mn-step1,
  .search-course-form .mn-info-graph .mn-step2,
  .search-course-form .mn-info-graph .mn-step3 {
    width: 299px;
  }
  .search-course-form .mn-info-graph .arrow {
    width: 32px;
    margin: 0 1.85185% 0 1.85185% !important;
    clear: none !important;
  }
}
.search-course-form .mn-search-selects {
  background: #EE1D23;
}
.search-course-form .mn-search-selects ul {
  max-width: 1170px;
  margin: 0 auto;
}
.bridge.cms-home .col-main .search-bonus-form {
  max-width: 1170px;
  margin: 0 auto !important;
}
.bridge.cms-home .col-main .search-bonus-form .title {
  color: #ffffff;
}
.bridge.cms-home .col-main .search-bonus-form li {
  background-color: transparent !important;
}
@media (max-width: 1300px) {
  .bridge.cms-home .col-main .search-bonus-form .title,
  .bridge.cms-home .col-main .search-bonus-form form {
    padding: 30px 20px 15px 20px;
  }
  .bridge.cms-home .col-main .search-course-form .mn-search-selects > .products-grid,
  .bridge.cms-home .col-main .search-course-form .title,
  .bridge.cms-home .col-main .search-course-form .mn-info-graph {
    padding: 0px 20px 15px 20px;
  }
  .bridge.cms-home .col-main .search-course-form .mn-search-selects > .products-grid {
    padding-top: 30px;
  }
}
li.arrow img {
  margin-top: 10px !important;
}
.header-left-container {
  width: 60% !important;
}
.header-left-container .dropdown-top-search {
  width: 615px !important;
}
.header-left-container .dropdown-top-search .flying-courses-search-wrap {
  width: 190px !important;
  border: none !important;
}
.header-left-container .dropdown-top-search .flying-courses-search-wrap .mn-label {
  color: #ffffff;
  line-height: 45px;
  padding-right: 10px;
    padding-left: 30px;
  display: block;
  float: left;
}
.header-left-container .dropdown-top-search .flying-courses-search-wrap a {
  margin-left: 15px;
  width: 90px;
}
.header-left-container .dropdown-top-search .mn-services {
  width: 425px;
  float: left;
}
.header-left-container .dropdown-top-search .mn-services a {
  color: #ffffff;
  padding: 0 15px;
}
.header-left-container .infocall-box {
  width: 31% !important;
}
@media (max-width: 1660px) {
  .header-left-container .infocall-box {
    max-width: 152px;
  }
  .header-left-container .infocall-box .outer {
    display: none;
  }
}
@media (max-width: 1296px) {
  .header-left-container .infocall-box {
    display: none;
  }
}
.header-right-container {
  width: 40% !important;
}
.header-right-container .account-wrapper,
.header-right-container .header-minicart {
  width: auto !important;
}
.header-right-container .mn-seek-btn {
  display: block !important;
  float: right;
  width: 16%;
  padding: 0 15px;
  background: #57585A;
  color: #ffffff;
  text-align: center;
}
.header-right-container .mn-seek-btn span {
  padding-right: 3px;
}
@media (max-width: 1625px) {
  .header-right-container .mn-seek-btn {
    width: auto;
    padding: 0 15px !important;
  }
  .header-right-container .mn-seek-btn span {
    display: none;
  }
}
.header-right-container #header-search {
  position: fixed;
  top: 65px;
  left: 0;
}
@media (min-width: 771px) and (max-width: 1040px) {
  .header-left-container .dropdown-top-search .flying-courses-search-wrap {
    width: 100px !important;
  }
  .header-left-container .dropdown-top-search .flying-courses-search-wrap .mn-label {
    display: none !important;
  }
  .header-left-container .dropdown-top-search .mn-services {
    width: 425px;
  }
  .header-left-container .dropdown-top-search .mn-services a {
    padding: 0 10px;
  }
}
@media (min-width: 771px) and (max-width: 820px) {
  .header-right-container .header-minicart {
    
  }
  .header-right-container .mn-seek-btn {
    width: 12% !important;
  }
}
#incentive-modal .modal-inner .popup-icons {
  margin: 30px 0 15px 0;
  text-transform: uppercase;
  color: #57585A;
  font-size: 15px;
}
#incentive-modal .modal-inner .popup-icons img {
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  #incentive-modal .modal-inner .popup-icons img {
    display: block;
    margin: 10px auto;
  }
}
#incentive-modal .modal-inner .popup-icons p {
  margin-bottom: 15px;
  overflow: auto;
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  #incentive-modal .modal-inner .popup-icons p {
    text-align: center;
  }
}
#incentive-modal .modal-inner .buttons-set .btn-create {
  width: 44%;
  display: block;
  margin: 0px auto;
}
@media only screen and (max-width: 760px) {
  #incentive-modal .modal-inner .buttons-set .btn-create {
    width: 100%;
  }
}
#incentive-modal .modal-inner .buttons-set .btn-login {
  width: 44%;
  display: block;
  margin: 0px auto !important;
}
@media only screen and (max-width: 760px) {
  #incentive-modal .modal-inner .buttons-set .btn-login {
    width: 100%;
  }
}
#incentive-modal .modal-inner .buttons-set p {
  margin: 20px 0;
}
#incentive-modal .modal-inner .buttons-set p span {
  padding-right: 15px;
  color: #57585A;
  font-size: 15px;
}
#incentive-modal .modal-inner .socials {
  width: 100%;
  text-align: center;
}
.bridge-in-numbers .num a {
  color: #ffffff;
}
.bridge-in-numbers .label a,
.bridge-in-numbers .last-part a {
  color: #e1e1e1;
}
li.item .valid-through .date {
  font-size: 13px;
  font-weight: 600;
}
.account-logout-wrapper a {
  background: silver !important;
}
#header-account .links .counter {
  border-radius: 50px;
  background: #EE1D23;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
.col-left .counter {
  border-radius: 50px;
  background: #EE1D23;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
}
.bridge-cms-pages .main-container .main .col-left.sidebar .cms-tree {
  position: static !important;
}
.sbs-prev-1,
.sbs-prev-2,
.sbs-prev-3 {
  background: url("../images/arrx-opac.png") 54% 50% no-repeat !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sbs-prev-1:focus,
.sbs-prev-2:focus,
.sbs-prev-3:focus {
  outline: 0;
}
.sbs-next-1,
.sbs-next-2,
.sbs-next-3 {
  background: url("../images/arrx-opac.png") 60% 50% no-repeat !important;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sbs-next-1:focus,
.sbs-next-2:focus,
.sbs-next-3:focus {
  outline: 0;
}
.stepbystep-wrapper a.button, .stepbystep-wrapper .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .stepbystep-wrapper a, .stepbystep-wrapper .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .stepbystep-wrapper a, .stepbystep-wrapper .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .stepbystep-wrapper a, .stepbystep-wrapper .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .stepbystep-wrapper a, .stepbystep-wrapper .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .stepbystep-wrapper a, .stepbystep-wrapper .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .stepbystep-wrapper a, .stepbystep-wrapper body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .stepbystep-wrapper a, .stepbystep-wrapper body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .stepbystep-wrapper a,
.stepbystep-wrapper body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .stepbystep-wrapper a,
.stepbystep-wrapper body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .stepbystep-wrapper a {
  margin: 0 5px 10px 0px !important;
}
.mn-sm-btn {
  margin: 0 10px 10px 0 !important;
}
.inner-acco ul {
  margin-left: 20px !important;
}
@media (max-width: 600px) {
  .header-top-background .search-link.modal-link.hide-for-small-up {
    display: none !important;
  }
  .header-left-container {
    width: 30% !important;
  }
  .header-right-container {
    width: 55% !important;
  }
  .header-right-container .account-wrapper,
  .header-right-container .header-minicart {
    width: 30% !important;
  }
  .header-right-container .mn-seek-btn {
    
  }
  .col-events li.item:nth-child(odd) {
    width: 48% !important;
    float: left;
  }
  .col-events li.item:nth-child(even) {
    width: 48% !important;
    float: right !important;
  }
  .col-events .description {
    padding: 10px !important;
    font-size: 14px !important;
  }
  .col-events .product-name {
    font-size: 14px !important;
  }
  .col-events .time.city {
    font-size: 11px !important;
  }
}
@media (max-width: 400px) {
  .col-events h3.title {
    font-size: 15.435px;
    float: left;
    padding-top: 5px !important;
  }
  .col-events .action {
    float: right !important;
    clear: none !important;
    width: auto !important;
  }
  .col-events .action a {
    margin-right: 0 !important;
  }
  .col-events .description {
    padding: 10px !important;
    font-size: 8px !important;
  }
  .col-events .product-name {
    font-size: 8px !important;
  }
  .col-events .time.city {
    font-size: 8px !important;
  }
}
@media (max-width: 385px) {
  #incentive-modal .modal-inner {
    top: 67% !important;
  }
  #incentive-modal .modal-inner h4.h2, #incentive-modal .modal-inner .right-siede .right-side-block.right-side-block-price h4.price-detail-total, .right-siede .right-side-block.right-side-block-price #incentive-modal .modal-inner h4.price-detail-total, #incentive-modal .modal-inner .right-siede .right-side-block.right-side-block-price .collateral-tabs dd .price-detail-total.tt-header, .right-siede .right-side-block.right-side-block-price .collateral-tabs dd #incentive-modal .modal-inner .price-detail-total.tt-header, #incentive-modal .modal-inner .collateral-tabs dd .right-siede .right-side-block.right-side-block-price .price-detail-total.tt-header, .collateral-tabs dd .right-siede .right-side-block.right-side-block-price #incentive-modal .modal-inner .price-detail-total.tt-header, #incentive-modal .modal-inner .collateral-tabs dd .h2.tt-header, .collateral-tabs dd #incentive-modal .modal-inner .h2.tt-header {
    margin-top: 25px !important;
  }
  .widget-promo-products li:nth-child(even),
  .products-grid li:nth-child(even) {
    float: right !important;
  }
}
@media (max-width: 849px) {
  .cms-rounded-image {
    overflow: hidden;
  }
}
.sbs-nav {
  visibility: visible !important;
}
@media (max-width: 595px) {
  .sbs-prev-1,
  .sbs-prev-2,
  .sbs-prev-3 {
    margin-top: 22px !important;
  }
}
.footer-column {
  min-width: 110px;
}
@media (max-width: 790px) {
  .header-left-container {
    display: none !important;
  }
  .header-right-container {
    width: auto !important;
  }
}
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}
.fieldset + .fieldset {
  margin-top: 5px;
}
form .legend {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}
label {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}
label.required em,
span.required em {
  display: none;
}
.input-hint {
  color: #959595;
  font-size: 12px;
}
.input-text.validation-failed {
  border-color: #DF280A;
}
.input-text.validation-failed:focus {
  outline-color: #ef9485;
}
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date] {
  width: 365px;
  max-width: 100%;
}
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date] {
    font-size: 16px;
    
  }
}
.ie8 .input-text {
  max-width: none;
}
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}
::-webkit-input-placeholder {
  color: #959595;
}
input:-moz-placeholder {
  color: #959595;
}
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}
.form-list > li {
  margin-bottom: 10px;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
}
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  color: #484848;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
@media only screen and (max-width: 599px) {
  .form-list .control label,
  .sp-methods dt label,
  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .product-options ul.options-list label {
    min-width: auto;
  }
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}
.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}
form .form-instructions {
  font-style: italic;
  font-size: 13px;
  color: #959595;
}
body.customer-account-forgotpassword .page-title h1 {
  text-transform: none;
  color: #57585A;
  font-size: 24px;
  font-weight: 600;
}
body.customer-account-forgotpassword #form-validate h2, body.customer-account-forgotpassword #form-validate #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account-forgotpassword #form-validate h3, body.customer-account-forgotpassword #form-validate #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account-forgotpassword #form-validate .price {
  text-transform: none;
  color: #EE1D23;
  text-align: left;
  font-size: 23.5px;
  font-weight: 400;
  background-color: transparent;
  padding-left: 0;
}
body.customer-account-forgotpassword .content-outter {
  padding: 20px 20px 0 !important;
  max-width: 455px !important;
  margin: 0 auto !important;
}
body.customer-account-forgotpassword .form-instructions {
  font-size: 18px;
  font-style: normal;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 28px;
}
body.customer-account-forgotpassword .form-list label {
  color: #30517f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 12px;
}
body.customer-account-forgotpassword .back-link a i {
  margin-right: 10px;
}
body.customer-account-forgotpassword.bridge .fieldset {
  background: white;
}
body.customer-account-forgotpassword.easy-australia .fieldset {
  background: #f5f5f5;
}
.hide-th {
  text-indent: -9999px;
}
.data-table {
  width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
    background-color: #F1F1F1;
    border-spacing: 0;
    border-collapse: separate;
}
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}
.data-table th {
    border-bottom: 1px solid black;
  text-transform: uppercase;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}
.data-table thead th,
.data-table tbody td {
}
.data-table tbody td,
.data-table tfoot td {
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2, .info-box #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .info-box h3, .info-box #review-buttons-container .totals .price, #review-buttons-container .totals .info-box .price {
  font-weight: bold;
  font-size: 13px;
}
.info-table th,
.info-table td {
  vertical-align: top;
}
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}
.info-table td {
  padding: 4px 0;
}
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #EEEDED;
}
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}
@media only screen and (max-width: 479px) {
  .linearize-table {
    
  }
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  .linearize-table thead th {
    border: 0;
  }
  .linearize-table thead th.lin-hide {
    display: none;
  }
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border: 0;
  }
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table .linearize-hide {
    display: none;
  }
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
html,
body {
  height: 100%;
  overflow-x:hidden;
}
.wrapper {
  min-width: 320px;
  margin: 0 auto;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.page {
  background: #ffffff;
  min-height: -webkit-calc(100% - 81px);
  min-height: calc(100% - 81px);
}
.social-share {
  display: none;
  position: fixed;
  right: -1px;
  top: 30%;
  z-index: 200;
}
.social-share .skip-link {
  display: none;
}
.social-share ul {
  border: 1px solid #efefef;
}
.social-share ul li {
  display: block;
}
.social-share ul li a i {
  display: block;
  width: 30px;
  height: 30px;
  background: red;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.social-share ul li a i.fa-facebook {
  background: #365994;
}
.social-share ul li a i.fa-facebook:hover {
  background: #2f4e81;
}
.social-share ul li a i.fa-phone {
  background: #EE1D23;
}
.social-share ul li a i.fa-phone:hover {
  background: #e11117;
}
.social-share ul li a i.fa-instagram {
  background: #2b729c;
}
.social-share ul li a i.fa-instagram:hover {
  background: #256388;
}
.social-share ul li a i.fa-youtube {
  background: #db2332;
}
.social-share ul li a i.fa-youtube:hover {
  background: #c51f2d;
}
.social-share ul li a i.fa-skype {
  background: #00aee7;
}
.social-share ul li a i.fa-skype:hover {
  background: #009bce;
}
.social-share ul li a i.email {
  background: #707070;
  font-style: normal;
  font-weight: 600;
}
.social-share ul li a i.email:hover {
  background: #636363;
}
@media only screen and (min-width: 771px) {
  .social-share {
    display: block;
  }
}
.header-top-background .social-share {
  display: none;
        
}
.post-container .event article .time {
  background: none !important;
  text-align: left !important;
  color: #484848 !important;
  font-weight: bold !important;
  font-size: 13px !important;
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.post-container .event article .text {
  font-size: 18px !important;
  line-height: 24px !important;
}
.events-left-sidebar h2, .events-left-sidebar #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .events-left-sidebar h3, .events-left-sidebar #review-buttons-container .totals .price, #review-buttons-container .totals .events-left-sidebar .price {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
}
.events-left-sidebar h3 {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.events-left-sidebar h3 a {
  color: #57585A !important;
  text-transform: none;
}
section.post-container {
  margin: 0 auto;
}
section.post-container .lead {
  padding-left: 0 !important;
}
section.post-container .lead .time {
  margin-bottom: 20px !important;
}
section.post-container .lead .time span {
  color: #484848 !important;
  font: bold 13px/13px 'Myriad Pro', sans-serif !important;
  font-style: normal;
}
section.post-container .lead .page-title h1 {
  color: #1e5985;
  font-weight: bold;
  text-transform: none;
}
section.post-container .text {
  font: normal 18px/24px 'Myriad Pro', sans-serif !important;
}
.lnk-orange {
  background: none;
  color: #EE1D23;
  font: normal 13px/31px 'Myriad Pro', sans-serif !important;
  padding: 0 10px !important;
  text-transform: uppercase;
}
.btns3 {
  text-align: center !important;
}
.btns3 a:nth-child(3) {
  float: right;
}
.social-share i.fa-youtube:before,
.social-share i.fa-instagram:before {
  content: "";
  background: url(../images/svg/03-youtube.svg) 50% 50% no-repeat;
  background-size: 66px 46px;
  display: block;
  width: 30px;
  height: 30px;
}
.social-share i.fa-instagram:before {
  background: url(../images/svg/01-instagram.svg) 50% 50% no-repeat;
  background-size: 50px 50px;
}
.widget-promo-products .more tr td:first-child {
  font-weight: normal !important;
}
.widget-promo-products ul li a .overlay.description .more .inner table tr td:nth-child(2) {
  font-weight: bold !important;
}
.clear {
  clear: both !important;
}
.to-left {
  float: left;
}
.to-right {
  float: right;
}
.mn-sm-btn {
  font-size: 13px;
  padding: 0px 15px;
  line-height: 31px;
}
.header-language-container,
.page-header {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.fixed-content {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.header-top-background {
  font-size: 13px;
  background: #EE1D23;
  height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-top-background a {
  text-decoration: none;
  height: 45px !important;
  line-height: 45px !important;
}
.header-top-background #header-search {
  padding: 9px 14px 8px 14px !important;
}
.header-top-background #header-search #search {
  height: 27px !important;
}
.header-top-background #header-search button {
  padding: 6px 14px 8px 11px;
}
.header-top-background .infocall-box {
  height: 45px !important;
  line-height: 45px !important;
}
.header-top-background i.icon {
  vertical-align: -8px;
}
.header-top-background .header-cell {
  border-left: 1px solid #C4121B;
}
.header-top-background .header-cell > a {
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
@media (max-width: 768px) {
  .header-top-background .header-cell {
    width: auto !important;
  }
}
.header-top-background .header-left-container {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 979px) {
  .header-top-background .header-left-container {
    width: 66%;
  }
}
.header-top-background .header-left-container .cities-wrapper {
  position: relative;
  float: left;
  width: 30%;
}
.header-top-background .header-left-container .cities-wrapper > a {
  padding: 0 30px 0 10px;
  display: block;
}
.header-top-background .header-left-container .cities-wrapper > a.skip-active {
  background-color: #C4121B;
}
@media only screen and (max-width: 770px) {
  .header-top-background .header-left-container .cities-wrapper > a {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .header-top-background .header-left-container .cities-wrapper > a {
    width: auto;
  }
}
.header-top-background .header-left-container .cities-wrapper .label {
  font-weight: 400;
}
.header-top-background .header-left-container .cities-wrapper .fa {
  margin-left: 9px;
}
.header-top-background .header-left-container .cities-wrapper #header-cities {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  padding: 0 30px 30px;
  display: none;
  background: #C4121B;
  color: #fff;
  border: solid #C4121B;
  border-width: 0px 1px 1px 1px;
}
.header-top-background .header-left-container .cities-wrapper #header-cities.skip-active {
  display: block;
}
.header-top-background .header-left-container .cities-wrapper #header-cities ul li a {
  color: #fff;
}
.header-top-background .header-right-container {
  float: right;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 979px) {
  .header-top-background .header-right-container {
    width: 34%;
  }
}
.header-top-background .header-right-container .account-wrapper {
  position: relative;
  float: left;
  width: 53%;
  z-index: 10;
  background: #EE1D23;
}
.header-top-background .header-right-container .account-wrapper > a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  z-index: 250;
}
.header-top-background .header-right-container .account-wrapper > a.skip-active {
  background: #ffffff;
  color: #57585A;
}
.header-top-background .header-right-container .account-wrapper .visible-small {
  display: none;
}
@media only screen and (max-width: 979px) {
  .header-top-background .header-right-container .account-wrapper {
    position: static;
    width: 42%;
  }
}
@media only screen and (max-width: 770px) {
  .header-top-background .header-right-container .account-wrapper {
    width: 50%;
  }
  .header-top-background .header-right-container .account-wrapper .visible-small {
    display: block;
  }
  .header-top-background .header-right-container .account-wrapper .visible-big {
    display: none;
  }
}
.header-top-background .header-right-container .account-wrapper .fa {
  margin-left: 5%;
}
.header-top-background .header-right-container .account-wrapper .fa-user {
  margin: 0;
  font-size: 29px;
  line-height: 55px;
}
.header-top-background .header-right-container #header-account {
  position: absolute;
  z-index: 5;
  top: -346px;
  opacity: 0;
  left: 0;
  width: calc(53% + 1px);
  padding: 0 30px 30px;
  background: #ffffff;
  border: solid #e1e1e1;
  border-width: 0px 1px 1px 1px;
  transition: opacity .33s, top .33s;
}
@media only screen and (max-width: 599px) {
  .header-top-background .header-right-container #header-account {
    top: -1000px;
  }
}
.header-top-background .header-right-container #header-account.skip-active {
  top: 55px;
  opacity: 1;
}
.header-top-background .header-right-container #header-account .links a {
  text-align: left;
  padding: 0;
  color: #C4121B;
}
.header-top-background:after {
  content: '';
  display: table;
  clear: both;
}
.header-top-background .form-language,
.header-top-background .currency-switcher {
  position: relative;
  float: left;
  height: 55px;
  padding: 0;
  width: 16%;
  border-left: 1px solid #C4121B;
}
.header-top-background .form-language label,
.header-top-background .currency-switcher label {
  display: none;
}
.header-top-background .form-language i.fa,
.header-top-background .currency-switcher i.fa {
  color: #fff;
  vertical-align: middle;
  margin-left: 6%;
}
.header-top-background .form-language a,
.header-top-background .currency-switcher a {
  color: #fff;
}
.header-top-background .form-language a.current,
.header-top-background .currency-switcher a.current {
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.header-top-background .form-language a.current img,
.header-top-background .currency-switcher a.current img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
.header-top-background .form-language #header-lang,
.header-top-background .currency-switcher #header-lang {
  position: absolute;
  top: 55px;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #C4121B;
  border-top: 0px;
  display: none;
}
.header-top-background .form-language #header-lang.skip-active,
.header-top-background .currency-switcher #header-lang.skip-active {
  display: block;
  background: #EE1D23;
}
.header-top-background .form-language #header-lang ul li a,
.header-top-background .currency-switcher #header-lang ul li a {
  padding: 14px 0 14px 24%;
  display: block;
}
.header-top-background .form-language #header-lang ul li a:hover,
.header-top-background .currency-switcher #header-lang ul li a:hover {
  background-color: #C4121B;
}
.header-top-background .form-language #header-lang ul li a img,
.header-top-background .currency-switcher #header-lang ul li a img {
  margin-right: 6%;
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-top-background .form-language a.current,
  .header-top-background .currency-switcher a.current {
    border-right: 1px solid #C4121B;
  }
  .header-top-background .form-language #header-lang,
  .header-top-background .currency-switcher #header-lang {
    left: -2px;
  }
}
@media only screen and (max-width: 599px) {
  .header-top-background .form-language,
  .header-top-background .currency-switcher {
    width: 55px;
    height: 45px;
    line-height: 45px;
  }
  .header-top-background .form-language a.current,
  .header-top-background .currency-switcher a.current {
    height: 45px;
    line-height: 45px;
  }
  .header-top-background .form-language a.current .fa,
  .header-top-background .form-language a.current .label,
  .header-top-background .currency-switcher a.current .fa,
  .header-top-background .currency-switcher a.current .label {
    display: none;
  }
  .header-top-background .form-language #header-lang,
  .header-top-background .currency-switcher #header-lang {
    top: 45px;
  }
  .header-top-background .form-language #header-lang ul li a,
  .header-top-background .currency-switcher #header-lang ul li a {
    padding: 0;
    text-align: center;
  }
  .header-top-background .form-language #header-lang ul li a .label,
  .header-top-background .currency-switcher #header-lang ul li a .label {
    display: none;
  }
}
.header-top-background .form-language {
  display: none !important;
}
.header-top-background .infocall-box {
  float: left;
  height: 55px;
  line-height: 55px;
  color: #fff;
  padding: 0 1em;
  text-align: center;
  width: 38%;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.7px;
  white-space: nowrap;
  border-left: 1px solid #C4121B;
}
@media only screen and (max-width: 599px) {
  .header-top-background .infocall-box {
    width: 75%;
  }
}
@media only screen and (max-width: 770px) {
  .header-top-background .infocall-box {
    width: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .header-top-background .infocall-box {
    width: 28%;
  }
  .header-top-background .infocall-box .outer {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .header-top-background .infocall-box .inner {
    display: none;
  }
}
.header-top-background span.label {
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 599px) {
  .header-top-background .header-left-container {
    width: 65%;
  }
  .header-top-background .header-left-container .search-link {
    height: 55px;
    line-height: 55px;
    display: block;
    width: 25%;
    padding: 0 10px;
    float: left;
    vertical-align: top;
    text-align: center;
    color: #fff;
  }
  .header-top-background .header-left-container .search-link .icon {
    margin: 0;
  }
  .header-top-background .header-right-container {
    text-align: right;
    width: 35%;
  }
  .header-top-background .header-right-container .account-wrapper > a {
    height: 45px;
    line-height: 45px;
  }
  .header-top-background .header-right-container .account-wrapper .fa-user {
    line-height: 45px;
    font-size: 22px;
  }
  .header-top-background .header-right-container .header-minicart .offset-link .fa-shopping-basket {
    line-height: 45px;
    font-size: 19px;
    vertical-align: top;
  }
}
.page-header {
  border-bottom: 1px solid #e1e1e1;
}
.page-header .page-header-container .header-container {
  overflow: auto;
}
.page-header .page-header-container .logos-content {
  overflow: hidden;
  -moz-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
.page-header .page-header-container .logos-content .logo.main-logo {
  display: block;
  margin: 0 auto;
  float: left;
}
.page-header .page-header-container .logos-content .logo.main-logo img {
  width: 180px;
  float: left;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.page-header .page-header-container .logos-content .logo.main-logo span {
  float: left;
  font-size: 32px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  line-height: 90px;
  margin-left: 20px;
  padding: 0 10px;
}
.page-header .page-header-container .logos-content .logo.aus-logo {
  margin-left: 50px;
  float: left;
  margin-top: 10px;
}
.page-header .page-header-container .logos-content .logo.aus-logo img {
  width: 100px;
}
@media only screen and (max-width: 1199px) {
  .page-header .page-header-container .logos-content .logo.aus-logo {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .page-header .page-header-container .logos-content .logo.main-logo span {
    display: none;
  }
}
.page-header .page-header-container .cms-links {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-header .page-header-container .cms-links ul {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-header .page-header-container .cms-links ul li {
  font-weight: 700;
}
.page-header .page-header-container .cms-links ul li a {
  white-space: nowrap;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 770px) {
  .page-header .page-header-container .logos-content {
    margin-bottom: 5px;
  }
  .page-header .page-header-container .logos-content .logo.main-logo img {
    width: 115px;
  }
  .page-header .page-header-container .cms-links {
    padding-top: 34px;
    padding-left: 130px;
  }
  .page-header .page-header-container .cms-links ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 979px) {
  .page-header .page-header-container .logos-content {
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .page-header .page-header-container .logos-content a.logo.main-logo {
    float: left;
    display: inline-block;
    max-height: 50px;
  }
  .page-header .page-header-container .logos-content a.logo.main-logo img {
    float: none;
    display: inline;
  }
  .page-header .page-header-container .cms-links ul {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .page-header .page-header-container {
    text-align: left;
    width: auto;
  }
  .page-header .page-header-container .logos-content {
    margin: 15px 0 8px;
  }
  .page-header .page-header-container .cms-links {
    padding: 20px 0;
    display: none;
  }
  .page-header .page-header-container .cms-links ul li {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .page-header .page-header-container .cms-links ul li a {
    display: block;
  }
  .page-header .page-header-container .cms-links ul li a span.big {
    display: inline;
  }
  .page-header .page-header-container .cms-links ul li a.active, .page-header .page-header-container .cms-links ul li a.skip-active {
    background-color: #f9f9f9;
  }
  .page-header .page-header-container .cms-links ul li a.active span.big, .page-header .page-header-container .cms-links ul li a.skip-active span.big {
    border: none;
  }
}
.page-header .page-header-container .static-nav {
  margin-top: 20px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}
.page-header .page-header-container .static-nav .static-nav-links {
  width: 100%;
  float: left;
}
.page-header .page-header-container .static-nav .static-nav-links li {
  float: left;
}
.page-header .page-header-container .static-nav .static-links li {
  margin-left: 3px;
  width: -webkit-calc(33.33333% - 4px);
  width: calc(33.33333% - 4px);
}
.page-header .page-header-container .static-nav .static-links li a {
  display: block;
  line-height: 50px;
  background: #FFF;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .page-header-container .static-nav .static-links li a:hover {
  background: #57585A;
  color: #FFF;
}
.page-header .page-header-container .static-nav .skip-links li {
  margin-left: 3px;
  width: -webkit-calc(25% - 4px);
  width: calc(25% - 4px);
}
.page-header .page-header-container .static-nav .skip-links li a {
  display: block;
  background: #EE1D23;
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin: 20px auto;
}
.page-header .page-header-container .static-nav .skip-links li a i {
  font-size: 20px;
  line-height: 50px;
}
.page-header .page-header-container .static-nav .skip-links li a span {
  display: none;
}
.page-header .page-header-container .static-nav .skip-links li a:hover {
  background: #c90f14;
}
.page-header .page-header-container:after {
  content: '';
  display: table;
  clear: both;
}
.page-header .cms-submenus {
  position: absolute;
  z-index: 300;
  width: 100%;
  left: 0;
  right: 0;
  background: white;
}
.page-header .cms-submenus .inner {
  max-width: 1230px;
  padding: 0 30px;
  margin: 0 auto;
}
.page-header .cms-submenus .skip-content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: none;
}
.page-header .cms-submenus .skip-content.skip-active {
  display: block;
}
.page-header .cms-submenus .products-grid {
  padding-top: 1.9em;
  padding-bottom: 0.8em;
}
.page-header .cms-submenus .products-grid li {
  background: none;
}
.page-header .cms-submenus .products-grid li a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #57585A;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.page-header .cms-submenus .products-grid li a:hover, .page-header .cms-submenus .products-grid li a:active {
  opacity: 0.7;
}
@media only screen and (min-width: 980px) {
  .page-header-website-switcher {
    margin-bottom: 15px;
  }
  .page-header-website-switcher .website-switcher ul {
    background: none;
    overflow: hidden;
  }
  .page-header-website-switcher .website-switcher ul li {
    float: left;
    width: -webkit-calc(100%/7);
    width: calc(100%/7);
    text-align: center;
  }
  .page-header-website-switcher .website-switcher ul li a {
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border: none !important;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0;
    border-radius: 0 0 10px 10px;
  }
  .page-header-website-switcher .website-switcher ul li a.active, .page-header-website-switcher .website-switcher ul li a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-header-website-switcher .website-switcher ul li a.active {
    background: #57585A !important;
    color: #FFF;
  }
  .page-header-website-switcher .website-switcher ul li a:hover {
    background: rgba(87, 88, 90, 0.2);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.page {
  -moz-transition: margin 0.5s ease-out;
  -o-transition: margin 0.5s ease-out;
  -webkit-transition: margin 0.5s ease-out;
  transition: margin 0.5s ease-out;
}
#header {
  width: 100%;
  z-index: 55;
  background: #fff;
  padding: 0;
  -moz-transition: top 0.75s linear;
  -o-transition: top 0.75s linear;
  -webkit-transition: top 0.75s linear;
  transition: top 0.75s linear;
}
#header.show {
}
#top-cms-links-mobile {
  display: none;
  background: #2A5886;
  width: 240px;
  height: 100%;
  padding: 2em;
  position: fixed;
  top: 0;
  right: -310px;
  bottom: 0;
  overflow: auto;
  z-index: 2500;
  opacity: 0.9;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
@media only screen and (max-width: 599px) {
  #top-cms-links-mobile {
    display: block;
  }
}
#top-cms-links-mobile a {
  color: #fff;
  font-weight: 700;
}
#top-cms-links-mobile a.skip-link {
  text-transform: uppercase;
  font-size: 0.8em;
}
#top-cms-links-mobile a.skip-link i.icon {
  font-size: 140%;
  margin: 0 0.8em 0 0;
}
#top-cms-links-mobile ul {
  list-style: none;
}
#top-cms-links-mobile ul li {
  background: none;
  font-size: 19px;
  margin: 1.2em 0px;
}
#top-cms-links-mobile ul li ul {
  padding-left: 1em;
}
#top-cms-links-mobile ul li ul li {
  font-size: 18px;
  margin: 0.5em 0;
}
#top-cms-links-mobile ul li ul li a {
  font-weight: 100;
}
#top-cms-links-mobile.skip-active {
  right: 0;
}
.mobile-nav-toggle i.icon {
  font-size: 1.6em;
}
.mobile-nav-toggle span {
  font-size: 0.8em;
  vertical-align: text-top;
  font-weight: 700;
}
.right-link {
  position: relative;
}
.right-link .count {
  border-radius: 12px;
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .right-link i.icon {
    margin: 0 5px 0 0;
  }
  .right-link.account-lnk .label .inner {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .right-link.cart-lnk .label {
    display: none;
  }
  .right-link .count {
    position: absolute;
    top: 10px;
    right: 20%;
  }
}
#header {
}
#header .logos-content {
}
#header .logos-content .main-logo img {
}
#header nav {
}
@media only screen and (max-width: 770px) {
  .page-header-container {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .cms-index-index .widget-news-grid .title,
  .cms-index-index .widget-promo .title {
    margin-bottom: 20px !important;
  }
  .cms-index-index .widget-news-grid .action,
  .cms-index-index .widget-promo .action {
    clear: both;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#data-box {
}
#data-box .mn-lab {
  font: 600 13px/14px 'Myriad Pro', sans-serif;
  color: #57585A;
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#data-box .mn-sub-lab {
  font: 400 13px/17px 'Myriad Pro', sans-serif;
  color: #57585A;
  margin-bottom: 5px;
}
.header-right-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-right-container > * {
  flex: 1 0 auto;
  text-align: center;
}
.account-wrapper a,
#compare-link a,
.header-minicart a {
  padding-left: 10px;
  padding-right: 10px;
}
#compare-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#compare-link a > * {
  flex: 0 0 auto;
}
#compare-link span {
  margin-left: 15px;
}
@media (max-width: 768px) {
  #compare-link a .label {
    display: none;
  }
}
@media (max-width: 1410px) {
  .header-right-container .header-cell a span.label {
    display: none;
  }
}
.nav-primary {
  display: none;
}
.nav-primary li {
  display: inline-block;
  width: 25%;
}
.nav-primary li a {
  display: block;
  background: #f49a21;
  color: #FFF;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  transition: all 0.2s ease-in-out;
}
.nav-primary li a:hover {
  background: #c90f14;
}
.nav-primary li.active a {
  background: #c90f14;
}
@media only screen and (min-width: 771px) {
  .nav-primary {
    display: block;
  }
}
#search_mini_form .input-box {
  padding: 0;
  width: 100%;
}
#search_mini_form .input-box input[type=search] {
  width: calc(100% - 30px);
  height: 31px;
  padding: 0 11px;
  border: 0;
  background: #fff;
  -moz-border-radius: 14px 0px 0px 15px;
  -webkit-border-radius: 14px;
  border-radius: 14px 0px 0px 15px;
  font-size: 13px;
}
#search_mini_form .input-box input:active, #search_mini_form .input-box input:hover, #search_mini_form .input-box input:focus, #search_mini_form .input-box input:visited {
  outline: none;
}
#search_mini_form label {
  display: none;
}
#search_mini_form .search-button {
  background: #57585A;
  color: #ffffff;
  padding: 8px 14px 10px 11px;
  line-height: 14px;
  margin-left: -12px;
  vertical-align: top;
  display: inline-block;
  -moz-border-radius: 0px 16px 16px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 16px 16px 0px;
}
#search_mini_form .search-button i {
  font-size: 13px;
}
.header-left-container #header-search {
  float: left;
  padding: 11px 14px 12px 14px;
  width: 24%;
}
@media only screen and (max-width: 599px) {
  .header-left-container #header-search {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .header-left-container #header-search {
    width: 35%;
  }
}
@media only screen and (max-width: 770px) {
  .header-left-container #header-search {
    width: 60%;
  }
}
.header-right-container .search-link {
  float: left;
  width: 33.3%;
  display: none;
  color: #fff;
  text-align: center;
}
.header-right-container .search-link .fa {
  line-height: 70px;
  font-size: 30px;
}
@media only screen and (max-width: 770px) {
  .header-right-container .search-link {
    display: block;
  }
}
#search-box {
  width: 95%;
  max-width: 500px;
  padding: 30px;
}
#search-box #search_mini_form .input-box input[type=search] {
  border-radius: 0;
  width: 90%;
  font-size: 17px;
  height: 35px;
  border-bottom: 1px solid #DADADA;
}
#search-box #search_mini_form .search-button {
  background: none;
  color: #57585A;
  padding: 0px 0px 0px 11px;
  line-height: 34px;
}
#search-box #search_mini_form .search-button i {
  font-size: 20px;
}
#search-box h2, #search-box #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item #search-box h3, #search-box #review-buttons-container .totals .price, #review-buttons-container .totals #search-box .price {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
.skip-account .icon {
  background-position: 4px -44px;
}
@media only screen and (min-width: 771px) {
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #484848;
    line-height: 2;
  }
  #header-account a:hover {
    color: #EE1D23;
  }
}
#header-account {
  padding: 5px 0;
}
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}
#header-account a:hover {
  color: #EE1D23;
}
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}
.cart-menu .actions .button, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a {
  float: left;
  width: 48%;
}
.cart-menu .actions .button + .button, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + .button, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + .button, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + .button, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + .button, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + .button, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + .button, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + .button, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + .button, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + .button, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + .button,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + .button,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + .button,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + .button,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + .button, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.opc #opc-login .col2-set .col-2 .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.opc #opc-login .col2-set .col-2 .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.customer-account-create .col2-set .col-2 .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.customer-account-create .col2-set .col-2 .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .button + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-create.bridge .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .button + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .button + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .cart-menu .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a, .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-create.bridge .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .button + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .button + a,
.cart-menu .actions .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .button + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .button + a,
.cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .cart-menu .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .cart-menu .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
.customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .cart-menu .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cart-menu .actions .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner .cart-menu .actions a + a,
.cart-menu .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cart-menu .actions a + a {
  margin-left: 4%;
}
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.mini-cart-list {
  margin-bottom: 5px;
}
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}
.mini-cart-list .product-name {
  display: inline-block;
}
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #959595;
  font-size: 12px;
}
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}
.footer {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  color: #959595;
}
.footer .hp-content-block {
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
}
.footer .addressess-list {
  display: table;
  width: 100%;
  padding-top: 10px;
}
.footer .addressess-list .column {
  display: table-cell;
  padding: 30px 1%;
  color: #959595;
  font-size: 13px;
  line-height: 1.35;
}
.footer .addressess-list .column .title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer .addressess-list .column .tel,
.footer .addressess-list .column address {
  margin-bottom: 10px;
}
.footer .addressess-list .column a {
  color: #959595;
}
@media only screen and (max-width: 979px) {
  .footer .addressess-list .column {
    padding: 15px;
    display: block;
    float: left;
    width: 33%;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .footer .addressess-list .column {
    width: 50%;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer .addressess-list {
    display: block;
  }
  .footer .addressess-list .column {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.footer .footer-logos {
  width: 100%;
  display: table;
  padding: 0 25px;
}
.footer .footer-logos span {
  width: 34%;
  text-align: center;
  display: table-cell;
}
.footer .footer-logos span img {
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .footer .footer-logos span img {
    width: 100%;
  }
}
.footer .footer-logos span:first-of-type {
  text-align: left;
}
.footer .footer-logos span:last-of-type {
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .footer {
    padding-top: 15px;
  }
}
.footer-app {
    
}
.footer-bottom {
  width: 100%;
  background-color: #57585A;
  color: #eeeeee;
  padding-top: 3.2em;
  font-size: 13px;
}
@media only screen and (max-width: 599px) {
  .footer-bottom {
    padding-top: 0;
  }
}
.footer-bottom a:hover {
  color: #EE1D23;
}
.footer-bottom .row, .footer-bottom .main-container-row .page-title, .main-container-row .footer-bottom .page-title {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-bottom .row:after, .footer-bottom .main-container-row .page-title:after, .main-container-row .footer-bottom .page-title:after {
  content: '';
  display: table;
  clear: both;
}
.footer-bottom .row .outter, .footer-bottom .main-container-row .page-title .outter, .main-container-row .footer-bottom .page-title .outter {
  display: table;
  width: 100%;
}
.footer-bottom .row .outter .footer-column, .footer-bottom .main-container-row .page-title .outter .footer-column, .main-container-row .footer-bottom .page-title .outter .footer-column {
  display: table-cell;
  width: 14%;
  text-align: left;
  font-size: 13px;
}
.footer-bottom .row .outter .footer-column:first-child, .footer-bottom .main-container-row .page-title .outter .footer-column:first-child, .main-container-row .footer-bottom .page-title .outter .footer-column:first-child {
  width: 28%;
}
.footer-bottom .row .outter .footer-column.site-map, .footer-bottom .main-container-row .page-title .outter .footer-column.site-map, .main-container-row .footer-bottom .page-title .outter .footer-column.site-map {
  width: 28%;
}
.footer-bottom .row .outter .footer-column.site-map ul, .footer-bottom .main-container-row .page-title .outter .footer-column.site-map ul, .main-container-row .footer-bottom .page-title .outter .footer-column.site-map ul {
  overflow: hidden;
}
.footer-bottom .row .outter .footer-column.site-map ul li, .footer-bottom .main-container-row .page-title .outter .footer-column.site-map ul li, .main-container-row .footer-bottom .page-title .outter .footer-column.site-map ul li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .footer-bottom .row .outter .footer-column, .footer-bottom .main-container-row .page-title .outter .footer-column, .main-container-row .footer-bottom .page-title .outter .footer-column {
    width: 50%;
    display: block;
    float: left;
  }
  .footer-bottom .row .outter .footer-column:first-child, .footer-bottom .main-container-row .page-title .outter .footer-column:first-child, .main-container-row .footer-bottom .page-title .outter .footer-column:first-child {
    width: 100%;
  }
  .footer-bottom .row .outter .footer-column.site-map, .footer-bottom .main-container-row .page-title .outter .footer-column.site-map, .main-container-row .footer-bottom .page-title .outter .footer-column.site-map {
    width: 50%;
  }
  .footer-bottom .row .outter .footer-column.site-map ul li, .footer-bottom .main-container-row .page-title .outter .footer-column.site-map ul li, .main-container-row .footer-bottom .page-title .outter .footer-column.site-map ul li {
    float: none;
    width: 100%;
  }
}
.footer-bottom .row .outter .footer-column .block-content, .footer-bottom .main-container-row .page-title .outter .footer-column .block-content, .main-container-row .footer-bottom .page-title .outter .footer-column .block-content {
  margin-top: 8px;
}
.footer-bottom .row .outter .footer-column .block-title strong, .footer-bottom .main-container-row .page-title .outter .footer-column .block-title strong, .main-container-row .footer-bottom .page-title .outter .footer-column .block-title strong,
.footer-bottom .row .outter .footer-column .block-title,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-title,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-title {
  color: #efefef;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
  text-align: left;
  margin-top: 1.6em;
}
.footer-bottom .row .outter .footer-column .block-subscribe .form-subscribe-header, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .form-subscribe-header, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .form-subscribe-header {
  display: none;
}
.footer-bottom .row .outter .footer-column .block-subscribe .input-text, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .input-text, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .input-text {
  border-color: #ccc;
  background-color: #fff;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content {
  position: relative;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .input-box input, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .input-box input, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .input-box input {
  width: 100%;
  max-width: 100%;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions {
  position: absolute;
  top: 8px;
  right: 6px;
  margin: 0;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .button, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .button, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .button, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a {
  background: none;
  padding: 6px;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .button > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span {
  font-size: 22px;
  color: #57585A;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .button > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span:before, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span:before, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span:before,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span:before {
  content: "\f002";
}
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .button > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .button > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a > span span, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span, .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span, .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a > span span, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span,
.footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .row .outter .footer-column .block-subscribe .block-content .actions a > span span,
.footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .footer-bottom .main-container-row .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span,
.main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a > span span,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .main-container-row .footer-bottom .page-title .outter .footer-column .block-subscribe .block-content .actions a > span span {
  display: none;
}
.footer-bottom .row .outter .footer-column .mini-products-list, .footer-bottom .main-container-row .page-title .outter .footer-column .mini-products-list, .main-container-row .footer-bottom .page-title .outter .footer-column .mini-products-list {
  border: 0;
  margin: 0;
}
.footer-bottom .row .outter .footer-column .mini-products-list li, .footer-bottom .main-container-row .page-title .outter .footer-column .mini-products-list li, .main-container-row .footer-bottom .page-title .outter .footer-column .mini-products-list li {
  display: inline-block;
  padding-right: .5em;
}
.footer-bottom .row .outter .footer-column .mini-products-list li a:hover, .footer-bottom .main-container-row .page-title .outter .footer-column .mini-products-list li a:hover, .main-container-row .footer-bottom .page-title .outter .footer-column .mini-products-list li a:hover {
  opacity: 0.8;
}
.footer-bottom .row .outter .footer-column .mini-products-list .product-details, .footer-bottom .main-container-row .page-title .outter .footer-column .mini-products-list .product-details, .main-container-row .footer-bottom .page-title .outter .footer-column .mini-products-list .product-details {
  display: none;
}
.footer-bottom .row .outter.non-last-seen .footer-column, .footer-bottom .main-container-row .page-title .outter.non-last-seen .footer-column, .main-container-row .footer-bottom .page-title .outter.non-last-seen .footer-column {
  width: 20%;
}
.footer-bottom .row .outter.non-last-seen .footer-column:first-child, .footer-bottom .main-container-row .page-title .outter.non-last-seen .footer-column:first-child, .main-container-row .footer-bottom .page-title .outter.non-last-seen .footer-column:first-child {
  display: none;
}
.footer-bottom .row .outter.non-last-seen .footer-column.site-map, .footer-bottom .main-container-row .page-title .outter.non-last-seen .footer-column.site-map, .main-container-row .footer-bottom .page-title .outter.non-last-seen .footer-column.site-map {
  width: 40%;
}
.footer-bottom .row .copy, .footer-bottom .main-container-row .page-title .copy, .main-container-row .footer-bottom .page-title .copy {
  padding: 3em 0;
  margin-top: 3em;
}
.footer-bottom .row .copy address, .footer-bottom .main-container-row .page-title .copy address, .main-container-row .footer-bottom .page-title .copy address {
  color: #e1e1e1;
}
.f-fixed .footer-bottom {
  position: fixed;
  z-index: -1;
  bottom: 0;
}
.category-title {
  display: none;
}
.category-image {
  margin-bottom: 1.5em;
}
.products-list .action .button, .products-list .action .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-list .action a, .products-list .action .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .products-list .action a, .products-list .action .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-list .action a, .products-list .action .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .products-list .action a, .products-list .action .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-list .action a, .products-list .action .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .products-list .action a, .products-list .action body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .products-list .action a, .products-list .action body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .products-list .action a,
.products-list .action body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .products-list .action a,
.products-list .action body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .products-list .action a,
.products-grid .actions .button,
.products-grid .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-grid .actions a,
.products-grid .actions .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .products-grid .actions a,
.products-grid .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-grid .actions a,
.products-grid .actions .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .products-grid .actions a,
.products-grid .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .products-grid .actions a,
.products-grid .actions .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .products-grid .actions a,
.products-grid .actions body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .products-grid .actions a,
.products-grid .actions body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .products-grid .actions a,
.products-grid .actions body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .products-grid .actions a,
.products-grid .actions body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .products-grid .actions a {
  white-space: normal;
}
h2.product-name, #checkout-review-table-wrapper .checkout-review-container .item h3.product-name, #review-buttons-container .totals .product-name.price,
h3.product-name,
h4.product-name,
.collateral-tabs dd .product-name.tt-header,
h5.product-name,
p.product-name {
  padding: 20px 15px 0;
  font-size: 20px;
}
.up-sell-grid,
.products-grid {
  position: relative;
}
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}
.up-sell-grid li,
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: none;
}
.up-sell-grid li:after,
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}
.up-sell-grid li.item,
.products-grid > li.item {
  color: #fff;
  cursor: pointer;
  &.ratio-expander {
      display: block;
      height: 100%;
      width: 100%;
      padding-bottom: 181%;
      position: relative;
  }
}
.up-sell-grid li.item a,
.products-grid > li.item a {
  color: #fff;
}
.up-sell-grid li.item .image-box,
.products-grid > li.item .image-box {
  border-bottom: none;
  padding-bottom: 200px;
}
.up-sell-grid li.item .image-box .img,
.products-grid > li.item .image-box .img {
  height: 280px;
}
@media only screen and (max-width: 479px) {
  .up-sell-grid li.item .image-box .img,
  .products-grid > li.item .image-box .img {
    height: 150px;
  }
}
.up-sell-grid li.item .promo-label,
.products-grid > li.item .promo-label {
  right: 5px;
  z-index: 1;
}
.up-sell-grid li.item .icons,
.products-grid > li.item .icons {
  position: absolute;
  top: 23px;
  right: 20px;
  margin-left: 3px;
}
.up-sell-grid li.item .icons i,
.products-grid > li.item .icons i {
  font-size: 20px;
  position: relative;
}
.up-sell-grid li.item .icons i span,
.products-grid > li.item .icons i span {
  border-top: 4px solid;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
@media only screen and (max-width: 599px) {
   
  .up-sell-grid li.item .icons,
  .products-grid > li.item .icons {
    top: 10px;
    right: 10px;
  }
   
  .up-sell-grid li.item .icons i,
  .products-grid > li.item .icons i {
    font-size: 15px;
  }
}
.up-sell-grid li.item .product-info,
.products-grid > li.item .product-info {
  position: absolute;
  padding: 0;
  bottom: 0;
  width: 100%;
  max-height: 210px;
}
.up-sell-grid li.item .product-info .info-store-cat .school-name,
.products-grid > li.item .product-info .info-store-cat .school-name {
  display: block;
}
.col1-layout {
}
.col1-layout .products-grid > li {
  float: left;
  width: 100%;
  margin-right: 0;
}
.col1-layout .products-grid > li:nth-child(odd) {
  clear: left;
}
.col1-layout .products-grid > li:nth-child(even) {
  margin-right: 0;
}
.col1-layout .products-grid .product-image {
  margin-bottom: 5px;
}
.col1-layout .products-grid .product-image:before, .col1-layout .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.col1-layout .products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.col1-layout .products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.col1-layout .products-grid .product-image.loading {
  position: relative;
}
.col1-layout .products-grid .product-image.loading:before, .col1-layout .products-grid .product-image.loading:after {
  display: block;
}
.col1-layout .item .image-box .img {
  height: 340px;
}
@media only screen and (min-width: 620px) {
  .col1-layout {
    
  }
  .col1-layout .products-grid > li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  .col1-layout .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .col1-layout .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .col1-layout .products-grid .product-image {
    margin-bottom: 5px;
  }
  .col1-layout .products-grid .product-image:before, .col1-layout .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  .col1-layout .products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
  }
  .col1-layout .products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
  }
  .col1-layout .products-grid .product-image.loading {
    position: relative;
  }
  .col1-layout .products-grid .product-image.loading:before, .col1-layout .products-grid .product-image.loading:after {
    display: block;
  }
  .col1-layout .item .image-box .img {
    height: 200px;
  }
}
@media only screen and (min-width: 980px) {
  .col1-layout {
    
  }
  .col1-layout .products-grid {
    
  }
  .col1-layout .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .col1-layout .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .col1-layout .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .col1-layout .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
  .col1-layout .item .image-box .img {
    height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .col1-layout {
    
  }
  .col1-layout .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .products-grid--max-4-col > li:nth-child(even),
  .col1-layout .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-4-col > li {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-4-col > li {
    width: 23.68421%;
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .item .image-box .img {
    height: 200px;
  }
  .col1-layout .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .products-grid--max-5-col > li:nth-child(even),
  .col1-layout .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-5-col > li {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-5-col > li {
    width: 18.59649%;
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
  .col1-layout .item .image-box .img {
    height: 200px;
  }
  .col1-layout .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .products-grid--max-6-col > li:nth-child(even),
  .col1-layout .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-6-col > li {
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-6-col > li {
    width: 15.20468%;
    margin-right: 1.75439%;
  }
  .col1-layout .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }
  .col1-layout .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
  .col1-layout .item .image-box .img {
    height: 200px;
  }
}
.cms-submenus,
.col2-left-layout, .col2-right-layout {
}
.cms-submenus .products-grid > li,
.col2-left-layout .products-grid > li, .col2-right-layout .products-grid > li {
  float: left;
  width: 100%;
  margin-right: 0;
}
.cms-submenus .products-grid > li:nth-child(odd),
.col2-left-layout .products-grid > li:nth-child(odd), .col2-right-layout .products-grid > li:nth-child(odd) {
  clear: left;
}
.cms-submenus .products-grid > li:nth-child(even),
.col2-left-layout .products-grid > li:nth-child(even), .col2-right-layout .products-grid > li:nth-child(even) {
  margin-right: 0;
}
.cms-submenus .item .image-box .img,
.col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
  height: 340px;
}
@media only screen and (min-width: 600px) {
  .cms-submenus,
  .col2-left-layout, .col2-right-layout {
    
  }
  .cms-submenus .products-grid > li,
  .col2-left-layout .products-grid > li, .col2-right-layout .products-grid > li {
    float: left;
    width: 47.72727%;
    
  }
  .cms-submenus .products-grid > li:nth-child(odd),
  .col2-left-layout .products-grid > li:nth-child(odd), .col2-right-layout .products-grid > li:nth-child(odd) {
    clear: left;
  }
  .cms-submenus .products-grid > li:nth-child(even),
  .col2-left-layout .products-grid > li:nth-child(even), .col2-right-layout .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  .cms-submenus .item .image-box .img,
  .col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
    height: 280px;
  }
}
@media only screen and (min-width: 1001px) {
  .cms-submenus,
  .col2-left-layout, .col2-right-layout {
    
  }
  .cms-submenus .products-grid,
  .col2-left-layout .products-grid, .col2-right-layout .products-grid {
    
  }
  .cms-submenus .products-grid > li:nth-child(odd),
  .col2-left-layout .products-grid > li:nth-child(odd), .col2-right-layout .products-grid > li:nth-child(odd) {
    clear: none;
  }
  .cms-submenus .products-grid > li:nth-child(even),
  .col2-left-layout .products-grid > li:nth-child(even), .col2-right-layout .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .cms-submenus .products-grid > li,
  .col2-left-layout .products-grid > li, .col2-right-layout .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
      position: relative;
  }
  .cms-submenus .products-grid > li:nth-child(3n+1),
  .col2-left-layout .products-grid > li:nth-child(3n+1), .col2-right-layout .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .cms-submenus .products-grid > li:nth-child(3n),
  .col2-left-layout .products-grid > li:nth-child(3n), .col2-right-layout .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
  .cms-submenus .item .image-box .img,
  .col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
    height: 200px;
  }
}
@media only screen and (min-width: 1300px) {
  .cms-submenus,
  .col2-left-layout, .col2-right-layout {
    
  }
  .cms-submenus .products-grid--max-4-col > li:nth-child(odd),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(odd), .col2-right-layout .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }
  .cms-submenus .products-grid--max-4-col > li:nth-child(3n+1),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(3n+1), .col2-right-layout .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }
  .cms-submenus .products-grid--max-4-col > li:nth-child(even),
  .cms-submenus .products-grid--max-4-col > li:nth-child(3n),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(even),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(3n), .col2-right-layout .products-grid--max-4-col > li:nth-child(even),
  .col2-right-layout .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-4-col > li,
  .col2-left-layout .products-grid--max-4-col > li, .col2-right-layout .products-grid--max-4-col > li {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-4-col > li,
  .col2-left-layout .products-grid--max-4-col > li, .col2-right-layout .products-grid--max-4-col > li {
    width: 23.79032%;
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-4-col > li:nth-child(4n+1),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(4n+1), .col2-right-layout .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }
  .cms-submenus .products-grid--max-4-col > li:nth-child(4n),
  .col2-left-layout .products-grid--max-4-col > li:nth-child(4n), .col2-right-layout .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  .cms-submenus .item .image-box .img,
  .col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
    height: 200px;
  }
  .cms-submenus .products-grid--max-5-col > li:nth-child(odd),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(odd), .col2-right-layout .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }
  .cms-submenus .products-grid--max-5-col > li:nth-child(3n+1),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(3n+1), .col2-right-layout .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }
  .cms-submenus .products-grid--max-5-col > li:nth-child(even),
  .cms-submenus .products-grid--max-5-col > li:nth-child(3n),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(even),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(3n), .col2-right-layout .products-grid--max-5-col > li:nth-child(even),
  .col2-right-layout .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-5-col > li,
  .col2-left-layout .products-grid--max-5-col > li, .col2-right-layout .products-grid--max-5-col > li {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-5-col > li,
  .col2-left-layout .products-grid--max-5-col > li, .col2-right-layout .products-grid--max-5-col > li {
    width: 18.70968%;
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-5-col > li:nth-child(5n+1),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(5n+1), .col2-right-layout .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }
  .cms-submenus .products-grid--max-5-col > li:nth-child(5n),
  .col2-left-layout .products-grid--max-5-col > li:nth-child(5n), .col2-right-layout .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
  .cms-submenus .item .image-box .img,
  .col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
    height: 200px;
  }
  .cms-submenus .products-grid--max-6-col > li:nth-child(odd),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(odd), .col2-right-layout .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }
  .cms-submenus .products-grid--max-6-col > li:nth-child(3n+1),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(3n+1), .col2-right-layout .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }
  .cms-submenus .products-grid--max-6-col > li:nth-child(even),
  .cms-submenus .products-grid--max-6-col > li:nth-child(3n),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(even),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(3n), .col2-right-layout .products-grid--max-6-col > li:nth-child(even),
  .col2-right-layout .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-6-col > li,
  .col2-left-layout .products-grid--max-6-col > li, .col2-right-layout .products-grid--max-6-col > li {
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-6-col > li,
  .col2-left-layout .products-grid--max-6-col > li, .col2-right-layout .products-grid--max-6-col > li {
    width: 15.32258%;
    margin-right: 1.6129%;
  }
  .cms-submenus .products-grid--max-6-col > li:nth-child(6n+1),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(6n+1), .col2-right-layout .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }
  .cms-submenus .products-grid--max-6-col > li:nth-child(6n),
  .col2-left-layout .products-grid--max-6-col > li:nth-child(6n), .col2-right-layout .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
  .cms-submenus .item .image-box .img,
  .col2-left-layout .item .image-box .img, .col2-right-layout .item .image-box .img {
    height: 200px;
  }
}
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding: 20px;
}
.products-list .product-shop .product-name {
  margin: 0.3em 0 1.3em;
  padding: 0;
}
.products-list .product-shop .ratings {
  margin: 0;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
.products-list .product-shop .price-box {
  margin-top: 0;
  overflow: hidden;
}
.products-list .product-shop .price-box .price {
  font-size: 18px;
  color: #EE1D23;
  font-weight: 600;
}
.products-list .product-shop .product-primary .website-name {
  display: none;
}
.products-list .product-shop .product-primary .school-name {
  display: block;
}
.products-list .product-shop .product-primary .category-name:after {
  content: ', ';
}
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
.products-list .product-shop .desc .price-box .price-container,
.products-list .product-shop .desc .price-box .duration-container,
.products-list .product-shop .desc .price-box .airport-container {
  float: left;
  width: 50%;
}
.products-list .product-shop .desc .price-box .price-container .label,
.products-list .product-shop .desc .price-box .duration-container .label,
.products-list .product-shop .desc .price-box .airport-container .label {
  display: block;
  text-align: left;
}
.products-list .product-shop .desc .price-box .price-container .info,
.products-list .product-shop .desc .price-box .duration-container .info,
.products-list .product-shop .desc .price-box .airport-container .info {
  color: #EE1D23;
  font-weight: 600;
}
.products-list .product-shop .desc .price-box .airport-container {
  width: 50%;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
  margin-top: 3em;
}
.products-list .product-shop .product-secondary .next-intake {
  margin-bottom: 4px;
}
.products-list .product-shop .product-secondary .next-intake .icons {
  margin-bottom: 7px;
}
.products-list .product-shop .product-secondary .next-intake .icons i {
  font-size: 16px;
  position: relative;
}
.products-list .product-shop .product-secondary .next-intake .icons i span {
  background: #ffffff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
@media only screen and (max-width: 599px) {
  .products-list .product-shop .product-secondary {
    margin-top: 0em;
    margin-bottom: 2em;
  }
}
.products-list .product-shop .bonuses-icons {
  margin-top: 1.5em;
}
.products-list .product-shop .bonuses-icons .title-overlay {
  float: left;
}
.products-list .product-shop .bonuses-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list .product-shop .bonuses-icons ul li {
  display: inline;
  margin: 0 0 0 12px;
}
@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
.block-cart .actions button {
  width: 100%;
}
.block-cart .actions button.color2 {
  background: #EE1D23;
}
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #EE1D23;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ededed;
}
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #EE1D23;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ededed;
}
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #959595;
}
@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #EE1D23;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #EE1D23;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #EE1D23;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }
  .block-layered-nav .block-subtitle--filter {
    background-color: #EE1D23;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #e11117;
    color: #FFFFFF;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }
  .block-layered-nav dl ol > li > a {
    color: #484848;
    padding: 5px 10px;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ededed;
  }
}
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}
.block-layered-nav .button, .block-layered-nav .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block-layered-nav a, .block-layered-nav .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .block-layered-nav a, .block-layered-nav .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block-layered-nav a, .block-layered-nav .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .block-layered-nav a, .block-layered-nav .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .block-layered-nav a, .block-layered-nav .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .block-layered-nav a, .block-layered-nav body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .block-layered-nav a, .block-layered-nav body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .block-layered-nav a,
.block-layered-nav body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .block-layered-nav a,
.block-layered-nav body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .block-layered-nav a {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.select-left-nav {
  height: 60px;
  font-size: 16px !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: 1px solid;
  font-weight: 700;
  padding: 0 10px 0 27px;
  background-image: url("../images/arrx2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.catalog-category-view .col-main {
  position: relative;
}
.catalog-category-view .col-main #catalog-listing {
  min-height: 240px;
}
.catalog-category-view .col-main .please-wait-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 50;
  top: 0;
  left: 0;
}
.catalog-category-view .col-main .please-wait-spinner .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.catalog-category-view .col-main .please-wait-spinner .cube1, .catalog-category-view .col-main .please-wait-spinner .cube2 {
  background-color: #EE1D23;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.catalog-category-view .col-main .please-wait-spinner .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@media only screen and (min-width: 600px) {
  .catalog-category-view .widget-promo-products {
    margin-bottom: 0;
    padding-bottom: 13px;
  }
}
.easy-bonus-insurance-index .col2-left-layout .products-grid > li, .easy-bonus-insurance-index .col2-right-layout .products-grid > li {
  float: left;
  width: 100%;
  margin-right: 0;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid > li:nth-child(odd), .easy-bonus-insurance-index .col2-right-layout .products-grid > li:nth-child(odd) {
  clear: left;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid > li:nth-child(even), .easy-bonus-insurance-index .col2-right-layout .products-grid > li:nth-child(even) {
  margin-right: 0;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image {
  margin-bottom: 5px;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image:before, .easy-bonus-insurance-index .col2-left-layout .products-grid .product-image:after, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image:before, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image:before, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image:after, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image.loading, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image.loading {
  position: relative;
}
.easy-bonus-insurance-index .col2-left-layout .products-grid .product-image.loading:before, .easy-bonus-insurance-index .col2-left-layout .products-grid .product-image.loading:after, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image.loading:before, .easy-bonus-insurance-index .col2-right-layout .products-grid .product-image.loading:after {
  display: block;
}
.easy-bonus-insurance-index .col2-left-layout .item .image-box .img, .easy-bonus-insurance-index .col2-right-layout .item .image-box .img {
  height: 340px;
}
@media only screen and (min-width: 550px) {
  .easy-bonus-insurance-index .col2-left-layout, .easy-bonus-insurance-index .col2-right-layout {
    
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(odd), .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(odd) {
    clear: none;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(3n+1), .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(3n+1) {
    clear: none;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(even),
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(3n), .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(even),
  .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(3n) {
    margin-right: 1.6129%;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li, .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li {
    margin-right: 1.6129%;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li, .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li {
    width: 49.19355%;
    margin-right: 1.6129%;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(2n+1), .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(2n+1) {
    clear: left;
  }
  .easy-bonus-insurance-index .col2-left-layout .products-grid--max-2-col > li:nth-child(2n), .easy-bonus-insurance-index .col2-right-layout .products-grid--max-2-col > li:nth-child(2n) {
    margin-right: 0;
  }
  .easy-bonus-insurance-index .col2-left-layout .item .image-box .img, .easy-bonus-insurance-index .col2-right-layout .item .image-box .img {
    height: 200px;
  }
}
body.catalogsearch-result-index .page-title {
  border-bottom: 1px solid #e1e1e1;
}
body.catalogsearch-result-index .category-products {
  position: relative;
  padding-top: 2.5em;
}
body.catalogsearch-result-index .category-products .products-grid {
  margin-top: 1.5em;
}
@media only screen and (max-width: 979px) {
  body.catalogsearch-result-index .page-title {
    margin-bottom: 1em;
    margin-top: 2em;
  }
  body.catalogsearch-result-index .category-products {
    padding-top: .5em;
  }
}
@media (max-width: 399px) {
  .catalog-product-compare-index .page-title h1 {
    text-align: center;
  }
  .catalog-product-compare-index .page-popup,
  .catalog-product-compare-index .data-table .iframe-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-compare-index .data-table .iframe-wrapper .td_label {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
  .catalog-product-compare-index .course td:last-child {
    border-bottom: 5px solid #EE1D23;
  }
}
.product-view .inner-acco {
  overflow: hidden;
}
.product-view .inner-acco ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
.product-view .breaking-half {
  overflow: hidden;
}
.product-view .breaking-half > div {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 770px) {
  .product-view .breaking-half > div {
    width: 100%;
    float: none;
  }
}
.product-view .breaking-half > div ul li {
  padding-right: 50px;
}
.product-view .tabs {
  background: none;
}
.product-view .school-social {
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.product-view .school-social li {
  float: left;
  margin-right: 15px;
}
.product-view .school-social li a {
  display: block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #EE1D23;
  font-size: 20px;
  text-align: center;
  background: #EE1D23;
  color: #ffffff;
}
.product-view .school-social li a i {
  line-height: 50px;
}
.product-view .galleriaImg .owl-prev, .product-view .galleriaImg .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  padding: 0 10px;
}
.product-view .galleriaImg .owl-prev i, .product-view .galleriaImg .owl-next i {
  font-size: 30px;
}
.product-view .galleriaImg .owl-prev {
  left: 20px;
}
.product-view .galleriaImg .owl-next {
  right: 20px;
}
.product-view .video-gallery {
  overflow: hidden;
}
.product-view .video-gallery .item-video {
  float: left;
  width: -webkit-calc(33.33333% - 10px);
  width: calc(33.33333% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-view .video-gallery .item-video img {
  width: 100%;
}
@media only screen and (max-width: 979px) {
  .product-view .video-gallery .item-video {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 599px) {
  .product-view .video-gallery .item-video {
    width: 100%;
    margin-right: 0;
  }
}
.product-view .video-gallery .yt-video {
  max-width: 800px;
  width: 100%;
}
.product-view .product-essential {
  width: 100%;
  overflow: hidden;
  padding-right: 300px;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 979px) {
  .product-view .product-essential {
    padding-right: 0px;
  }
  .product-view .product-essential .product-shop .product-name {
    width: 100%;
  }
  .product-view .product-essential .product-options,
  .product-view .product-essential .product-options-bottom {
    width: 33.33%;
  }
}
@media only screen and (max-width: 599px) {
  .product-view .product-essential .product-shop .product-name {
    float: none;
  }
  .product-view .product-essential .product-options,
  .product-view .product-essential .product-options-bottom {
    width: 100%;
    float: none;
  }
  .product-view .product-essential .product-options dd select.product-custom-option,
  .product-view .product-essential .product-options dd input.product-custom-option {
    width: 100%;
  }
}
.product-view .product-shop .product-name .h1 {
  color: #EE1D23;
  margin-bottom: 10px;
  border: 0;
}
.product-view .product-shop .product-name .h2, .product-view .product-shop .product-name .right-siede .right-side-block.right-side-block-price .price-detail-total, .right-siede .right-side-block.right-side-block-price .product-view .product-shop .product-name .price-detail-total {
  text-transform: none;
  color: #57585A;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin-bottom: 100px;
}
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .product-shop .extra-info {
  margin-bottom: 10px;
}
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
.product-view .product-shop .availability {
  display: none;
  font-size: 16px;
}
.product-view .product-shop .price-box {
  margin-bottom: 2em;
}
.product-view .product-shop .price-box .label {
  display: block;
  font-weight: 600;
}
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-weight: 700;
  font-size: 24px;
}
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .product-shop .price-box .special-price span.weee {
  color: #484848;
}
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #484848;
}
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  display: none;
}
.product-view .right-details-box label {
  font-size: inherit;
}
.product-view .right-details-box label:after {
  color: inherit;
}
.product-view .right-details-box .price-old {
  text-decoration: line-through;
}
.product-view .right-details-box .promotion .desc {
  display: block;
}
.product-view .right-details-box .promotion.promotion-weeks {
  margin-bottom: 20px;
}
.product-view .right-details-box .promotion.promotion-weeks .label {
  display: block;
  float: none !important;
}
.product-view .right-details-box .promotion h4, .product-view .right-details-box .promotion .collateral-tabs dd .tt-header, .collateral-tabs dd .product-view .right-details-box .promotion .tt-header {
  text-align: left;
  color: #57585A;
  padding: 10px 0;
  padding-top: 0;
  margin-top: 3px;
}
.product-view .right-details-box.promo-entry-fee .price-details-enrolment_fee .price {
  text-decoration: line-through;
}
.product-view .right-details-box.promo-materials_fee .price-details-materials_fee .price {
  text-decoration: line-through;
}
.product-view .right-details-box.promo .promotion {
  display: block;
}
.product-view .product-collateral .toggle-tabs {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}
.product-view .product-shop,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}
.product-view .product-shop {
  margin-bottom: 2em;
}
.product-view {
}
.product-view .qty-wrapper {
  display: none;
}
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a, .product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
.product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}
@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button,
  .product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
  .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
  .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-create.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .product-view .add-to-cart-buttons a,
  .product-view .add-to-cart-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .product-view .add-to-cart-buttons a {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
.add-to-box .or {
  display: none;
}
.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-links li {
  float: left;
}
.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}
.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}
.product-view .add-to-links li:last-child a {
  border-right: 0px;
}
.product-view .sharing-links {
  display: inline-block;
  margin-bottom: -7px;
}
.product-view .sharing-links li {
  float: left;
  padding: 10px;
}
.product-view .sharing-links li a {
  color: #EE1D23;
}
.product-view .sharing-links li a i {
  font-size: 25px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a.link-email-friend span, .product-view .sharing-links a.link-facebook span, .product-view .sharing-links a.link-twitter span {
  display: none;
}
@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
.left-side {
  float: left;
  overflow: hidden;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
@media only screen and (max-width: 979px) {
  .right-siede {
    margin-top: 0;
  }
}
.right-siede h4, .right-siede .collateral-tabs dd .tt-header, .collateral-tabs dd .right-siede .tt-header {
  text-align: center;
  padding: 25px 0;
  margin-bottom: 0;
}
.right-siede .right-side-block {
  width: 100%;
}
.right-siede .right-side-block .right-side-subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}
.right-siede .right-side-block.right-side-block-sharing {
  text-align: left;
}
.right-siede .right-side-block.right-side-block-benefits li {
  padding: 5px 0;
  overflow: hidden;
}
.right-siede .right-side-block.right-side-block-benefits .circle-why {
  float: left;
  background: #EE1D23;
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin: 5px;
  position: relative;
}
.right-siede .right-side-block.right-side-block-benefits .circle-why img {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.right-siede .right-side-block.right-side-block-benefits .circle-why i {
  font-size: 20px;
  line-height: 50px;
}
.right-siede .right-side-block.right-side-block-benefits .text-why {
  float: left;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  color: #EE1D23;
  text-transform: none;
}
.right-siede .right-side-block.right-side-block-specialist {
  margin-top: 20px;
}
.right-siede .right-side-block.right-side-block-price .mat-ind {
  border: 1px solid #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.right-siede .right-side-block.right-side-block-price .mat-ind i {
  padding-right: 10px;
}
.right-siede .right-side-block.right-side-block-price .price-detail-sub {
  overflow: hidden;
  margin-bottom: 3px;
}
.right-siede .right-side-block.right-side-block-price .price-detail-sub .price-det {
  overflow: hidden;
}
.right-siede .right-side-block.right-side-block-price .price-detail-sub .weeks {
  font-weight: bold;
}
.right-siede .right-side-block.right-side-block-price .price-detail-sub .desc {
  display: block;
  font-size: 10px;
}
.right-siede .right-side-block.right-side-block-price .price-detail-total {
  color: #ffffff;
  font-weight: normal;
  font-size: inherit;
}
.right-siede .right-side-block.right-side-block-price .price-detail-total .label {
  float: none;
  font-weight: 600;
}
.right-siede .right-side-block.right-side-block-price .button, .right-siede .right-side-block.right-side-block-price .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .right-siede .right-side-block.right-side-block-price a, .right-siede .right-side-block.right-side-block-price body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .right-siede .right-side-block.right-side-block-price a,
.right-siede .right-side-block.right-side-block-price body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .right-siede .right-side-block.right-side-block-price a,
.right-siede .right-side-block.right-side-block-price body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .right-siede .right-side-block.right-side-block-price a {
  width: 100%;
  padding: 0px 30px;
  line-height: 40px;
  width: 100%;
  font-size: 16px;
}
.right-siede .add2cart-button {
  margin-bottom: 1em;
}
.right-siede .add2cart-button .button, .right-siede .add2cart-button .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .add2cart-button a, .right-siede .add2cart-button .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .add2cart-button a, .right-siede .add2cart-button .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .add2cart-button a, .right-siede .add2cart-button .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .add2cart-button a, .right-siede .add2cart-button .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .right-siede .add2cart-button a, .right-siede .add2cart-button .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .right-siede .add2cart-button a, .right-siede .add2cart-button body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .right-siede .add2cart-button a, .right-siede .add2cart-button body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .right-siede .add2cart-button a,
.right-siede .add2cart-button body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .right-siede .add2cart-button a,
.right-siede .add2cart-button body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .right-siede .add2cart-button a {
  width: 100%;
}
.right-siede .promotion-end-date {
  color: #57585A;
  margin-bottom: 20px;
  text-align: center;
}
.right-siede .promotion-end-date p span {
  font-weight: bold;
}
.right-siede .err-msg {
  color: #CF5050;
  margin-bottom: 20px;
  text-align: center;
}
.right-siede .title {
  font-size: 16px;
  font-weight: normal;
  color: #57585A;
  text-transform: none;
  margin-bottom: 1em;
  margin-top: 2em;
}
.collateral-tabs dd h2, .collateral-tabs dd #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .collateral-tabs dd h3, .collateral-tabs dd #review-buttons-container .totals .price, #review-buttons-container .totals .collateral-tabs dd .price {
  display: none;
}
.collateral-tabs dd h3 {
  margin: 2em 0 1.1em;
  font-size: 24px;
  text-transform: none;
}
.collateral-tabs dd h4, .collateral-tabs dd .tt-header {
  font-size: 21px;
  text-transform: none;
  margin: 1em 0;
  font-weight: normal;
}
.collateral-tabs dd .acrimg {
  padding: 0 20px 20px 0;
  max-width: 300px;
}
.collateral-tabs dd .data-content {
  overflow: hidden;
  margin: 10px 0;
}
.collateral-tabs dd .tt-cont {
  margin-bottom: 20px;
  overflow: hidden;
}
.collateral-tabs dd .tt-tt {
  overflow: hidden;
  margin: 10px 0;
}
.collateral-tabs dd .tt-tt .tt-row {
  float: left;
  padding: 15px 20px;
  background: #99e1ed;
  color: #ffffff;
  text-align: center;
  width: 150px;
  margin-left: 1px;
  margin-bottom: 1px;
}
.collateral-tabs dd .tt-tt .tt-row.active {
  background: #43c7dd;
}
.collateral-tabs dd .tt-tt .tt-row.hours {
  background: #f0fafc;
  color: #43c7dd;
}
.collateral-tabs dd ul {
  list-style-type: initial;
  margin-left: 30px;
}
.box-collateral {
  clear: both;
  background: #ffffff;
  padding: 0px;
}
.box-collateral p.h5 {
  margin-top: 10px;
}
@media only screen and (min-width: 771px) {
  .product-collateral > dl {
    width: 100%;
    background: #ffffff;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.5;
  }
  .product-collateral > dl > dd .tab-content {
    text-align: justify;
  }
  .product-collateral > dl > dd.current {
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #484848;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
    background-color: #ffffff;
    display: block;
    color: #43c7dd;
    border-color: #43c7dd;
  }
  .product-collateral > dl > dt:after {
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt.current {
    font-weight: bold !important;
  }
  .product-collateral > dl > dt.current:hover {
    
  }
  .product-collateral > dl > dt:hover {
    
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    background: #ffffff;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:before {
    content: '\f105';
    display: inline-block;
    position: absolute;
    left: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:before {
    content: '\f107';
    margin-top: 2px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .left-side {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .right-siede {
    overflow: hidden;
    width: 100%;
    padding-left: 0;
  }
  .right-siede .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
.grouped-items-table .name-wrapper {
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
.grouped-items-table .qty-label {
  margin-left: 7px;
}
.grouped-items-table td {
  padding: 4px;
}
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
.grouped-items-table .price-box {
  text-align: right;
}
.product-options label {
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}
.product-options dd .input-box select, .product-options dd .input-box input {
  font-size: 18px;
  font-weight: 700;
  background-color: #EE1D23;
  color: #fff;
  border-color: #fff;
  text-indent: 10px;
}
.product-options dd .input-box select {
  background-image: url("../images/arrx-opac.png");
}
.product-options p.required {
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
  display: none;
}
@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static;
  }
}
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}
.product-options dt:first-child {
  margin-top: 0;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
.product-options dd .qty-holder .qty {
  width: 3em;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}
.product-options dd .input-text {
  width: 98%;
}
.product-options dd .input-box {
  padding-top: 0;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 330px;
  max-width: 100%;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
.product-options ul.options-list .label {
  display: block;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #484848;
}
@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #484848;
}
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
.product-options-bottom .price-tax {
  float: left;
}
.block-related li {
  margin-bottom: 7px;
}
.block-related .block-title {
  border-bottom: none;
}
.block-related .block-title h2, .block-related .block-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .block-related .block-title h3, .block-related .block-title #review-buttons-container .totals .price, #review-buttons-container .totals .block-related .block-title .price {
  margin: 0;
  margin-bottom: 0.5em;
  color: #57585A;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-related .block-subtitle {
  margin-bottom: 7px;
}
.block-related .product {
  margin-left: 20px;
  position: relative;
}
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
.block-related .product-details {
  margin-left: 90px;
}
.block-related .product-name {
  margin-bottom: 3px;
}
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
.block-related .link-wishlist {
  display: none;
}
.box-up-sell {
  margin-top: 20px;
  padding-top: 50px;
}
.box-up-sell .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.box-up-sell .img img {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.box-up-sell .img img.loading {
  visibility: hidden;
  opacity: 0;
}
.box-up-sell p.h5 {
  padding: 10px;
}
.box-up-sell .school-name {
  display: block;
}
.box-up-sell .price-box .price {
  color: inherit;
}
.box-up-sell .ratings {
  display: none;
}
.data-box {
  width: 100%;
  max-width: 310px;
}
.data-box .button, .data-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .data-box a, .data-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .data-box a, .data-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .data-box a, .data-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .data-box a, .data-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .data-box a, .data-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .data-box a, .data-box body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .data-box a, .data-box body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .data-box a,
.data-box body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .data-box a,
.data-box body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .data-box a {
  margin-top: 20px;
  width: 100%;
}
.timetable {
  overflow: auto;
}
.timetable .timetable-info {
  padding-bottom: 10px;
}
.timetable table {
  min-width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  color: #57585A;
}
.timetable table thead th {
  font-weight: 400;
  text-transform: lowercase;
  color: #21B7D1;
}
.timetable table td, .timetable table th {
  font-size: 16px;
  border-bottom: 1px solid #EDEDED;
  padding: 11px;
  text-align: center;
  color: #21B7D1;
}
.timetable table th {
  font-weight: bold;
}
.timetable table td:first-child {
  font-weight: 700;
}
.timetable table tr:hover td {
  background: #f5f5f5;
}
.timetable-mobile {
  display: none;
  width: 100%;
  font-size: 16px;
}
.timetable-mobile ul {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.timetable-mobile ul li {
  padding: 5px;
}
.timetable-mobile ul li:first-child {
  border-bottom: 1px solid #EDEDED;
}
.timetable-mobile ul.days li {
  text-transform: lowercase;
}
.timetable-mobile ul.hours {
  border-left: 1px solid #EDEDED;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  .timetable-mobile {
    display: table;
  }
  .timetable table {
    display: none;
  }
}
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}
.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 771px) {
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 770px) {
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-content {
    text-align: center;
  }
}
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout span {
  display: block;
}
.map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a,
.map-popup .map-popup-checkout body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a,
.map-popup .map-popup-checkout body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a {
  float: left;
  margin: 0 2px;
  clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a, .map-popup .map-popup-checkout body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a,
  .map-popup .map-popup-checkout body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .map-popup .map-popup-checkout a,
  .map-popup .map-popup-checkout body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .map-popup .map-popup-checkout a,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}
.price-box .map-link {
  display: block;
  text-align: center;
}
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}
.compare-table .product-image {
  display: inline-block;
}
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}
.cart .shopping-cart-elements {
  margin-bottom: 15px;
}
.cart .shopping-cart-elements .cart-element {
  border-bottom: 1px solid #d9d9d9;
}
.cart .shopping-cart-elements .cart-element .messages .error span:after {
  content: "!";
}
.cart .shopping-cart-elements .cart-element .messages .notice span:after {
  content: "?";
}
.cart .shopping-cart-elements .cart-element .messages .success span:after {
  content: "!";
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list {
  overflow: hidden;
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list li {
  text-transform: uppercase;
  width: 100%;
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list .product-cart-actions {
  overflow: hidden;
  padding-right: 25px;
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list .product-cart-actions .edit-param {
  background: #8a8b8d;
}
.cart .shopping-cart-elements .cart-element .product-cart-actions-list .product-cart-actions .edit-param:hover {
  background: #57585A;
}
.cart .cart-forms-additional {
  display: none;
}
.cart .cart-totals {
  text-align: right;
  display: flex;
}
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
.cart .cart-totals table {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.cart .cart-totals table td {
  padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  white-space: nowrap;
  color: #EE1D23;
}
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}
.cart .cart-totals .error-info {
  margin-top: 15px;
  color: #DF280A;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 480px) {
  .cart .shopping-cart-elements .col2-set .col-1, .cart .shopping-cart-elements .col2-set .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cart #cart_totals_left_box {
  float: left;
  width: 50%;
  text-align: left;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart #cart_totals_left_box button {
  align-self: flex-start;
}
.cart #cart_totals_right_box {
  float: right;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart #cart_totals_right_box button {
  align-self: flex-start;
}
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}
.title-opc {
  overflow: hidden;
}
.title-opc.title-opc-firststep-login .title-section {
  width: -webkit-calc(20% - 4px);
  width: calc(20% - 4px);
  float: left;
  margin-right: 4px;
}
.title-opc .title-section.allow {
  cursor: pointer;
}
.title-opc .title-section.allow span {
  color: #57585A;
  background: none;
  border-bottom: 2px solid #57585A;
}
.title-opc .title-section.active span {
  color: #fff;
  background: #57585A;
  border-bottom: 2px solid #57585A;
}
@media only screen and (max-width: 599px) {
  .title-opc.title-opc-firststep-billing .title-section, .title-opc.title-opc-firststep-visaapplication .title-section, .title-opc.title-opc-firststep-login .title-section {
    width: 100%;
    float: none;
    margin-top: 1px;
    margin-right: 0px;
  }
}
.opc .section .step-title {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #F4F4F4;
}
.opc .section .step-title a {
  display: none;
}
.opc .section.allow:not(.active) {
  display: none;
}
.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  display: none;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #EE1D23;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}
.opc .section.allow .step-title .number {
  background-color: #f78e91;
}
.opc .section.allow .step-title h2, .opc .section.allow .step-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .opc .section.allow .step-title h3, .opc .section.allow .step-title #review-buttons-container .totals .price, #review-buttons-container .totals .opc .section.allow .step-title .price {
  color: #959595;
  margin-top: 50px;
}
.opc .section:not(.active) .step-title {
  display: none;
}
.opc .section .step-title h2, .opc .section .step-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .opc .section .step-title h3, .opc .section .step-title #review-buttons-container .totals .price, #review-buttons-container .totals .opc .section .step-title .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  float: left;
  margin: 0px 4px 0px 0px;
}
.opc h3 {
  font-weight: 500;
}
.opc #opc-login .step {
  padding: 0;
  background: none;
}
.opc #opc-login .scaffold-form label:first-child {
  width: 115px;
}
.opc #opc-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.opc #opc-login .col2-set .buttons-set button,
.opc #opc-login .col2-set .buttons-set .button,
.opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.opc #opc-login .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .buttons-set a,
.opc #opc-login .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .buttons-set a,
.opc #opc-login .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .buttons-set a,
.opc #opc-login .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .buttons-set a {
  float: none;
  min-width: 50%;
  margin: 0;
}
.opc #opc-login .col2-set .col-1 p.required {
  float: right;
}
.opc #opc-login .col2-set .col-1 .forgot-password {
  text-align: center;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-checkout .col-1 .buttons-set, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-checkout .col-2 .buttons-set {
  padding: 0 0 20px;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a {
  width: 100%;
  position: relative;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a i, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a i {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 30px;
  opacity: .4;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a {
  background: #3b5998;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus {
  background: #344e86;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a {
  background: #dd4b39;
}
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus {
  background: #d73925;
}
.opc #opc-login .col2-set .col-2 .form-instructions {
  margin-bottom: 20px;
  text-align: center;
}
.opc #opc-login .col2-set .col-1,
.opc #opc-login .col2-set .col-2 {
  background: #ffffff;
  padding: 0;
}
.opc #opc-login .col2-set .col-1.registered-users, .opc #opc-login .col2-set .col-1.new-users,
.opc #opc-login .col2-set .col-2.registered-users,
.opc #opc-login .col2-set .col-2.new-users {
  min-height: 330px;
}
.opc #opc-login .col2-set .col-1.personal-information, .opc #opc-login .col2-set .col-1.login-information,
.opc #opc-login .col2-set .col-2.personal-information,
.opc #opc-login .col2-set .col-2.login-information {
  min-height: 330px;
}
.opc #opc-login .col2-set .col-1 h3,
.opc #opc-login .col2-set .col-2 h3 {
  background: #EE1D23;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.opc #opc-login .col2-set .col-1 .content,
.opc #opc-login .col2-set .col-2 .content {
  padding: 20px 20px 0;
}
.opc #opc-login .col2-set .col-1 .content input,
.opc #opc-login .col2-set .col-2 .content input {
  width: 100%;
}
.opc #opc-login .col2-set .col-1 .buttons-set-login,
.opc #opc-login .col2-set .col-2 .buttons-set-login {
  text-align: center;
  padding: 0 20px 20px;
}
.opc #opc-login .col2-set .col-1 .buttons-set-login button, .opc #opc-login .col2-set .col-1 .buttons-set-login .button, .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .opc #opc-login .col2-set .col-1 .buttons-set-login body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-1 .buttons-set-login a, .opc #opc-login .col2-set .col-1 .buttons-set-login body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-1 .buttons-set-login a,
.opc #opc-login .col2-set .col-1 .buttons-set-login body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-1 .buttons-set-login a,
.opc #opc-login .col2-set .col-1 .buttons-set-login body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-1 .buttons-set-login a,
.opc #opc-login .col2-set .col-2 .buttons-set-login button,
.opc #opc-login .col2-set .col-2 .buttons-set-login .button,
.opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .buttons-set-login a {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 771px) {
  .opc #opc-login .col2-set .col-1,
  .opc #opc-login .col2-set .col-2 {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 770px) {
  .opc #opc-login .col2-set .col-1 {
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .opc #opc-login .col2-set .col-2 {
    margin-top: 10px;
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .opc #opc-login .col2-set p.required {
    display: none;
  }
  .opc #opc-login .col2-set .registered-users, .opc #opc-login .col2-set .new-users {
    min-height: inherit;
  }
}
@media only screen and (max-width: 770px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
#opc-payment .note {
  padding: 10px;
}
#opc-billing .col2-set {
  overflow: hidden;
}
#opc-billing .info-part {
  margin-bottom: 40px;
}
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}
.opc.opc-firststep-login .section#opc-login .step-title h2, .opc.opc-firststep-login .section#opc-login .step-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .opc.opc-firststep-login .section#opc-login .step-title h3, .opc.opc-firststep-login .section#opc-login .step-title #review-buttons-container .totals .price, #review-buttons-container .totals .opc.opc-firststep-login .section#opc-login .step-title .price {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2, body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h3, body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title #review-buttons-container .totals .price, #review-buttons-container .totals body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .price {
  margin-left: 0px;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label img {
  float: left;
}
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
.sp-methods .price {
  font-weight: bold;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.block-progress .block-content {
  font-size: 13px;
}
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #959595;
}
.block-progress dt.complete {
  color: #484848;
}
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-style: italic;
}
.block-progress dd address {
  font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #484848;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
.block-progress .payment-info dt:after {
  content: ': ';
}
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}
#checkout-review-table-wrapper .checkout-review-container .thead {
  display: none;
}
#checkout-review-table-wrapper .checkout-review-container .thead, #checkout-review-table-wrapper .checkout-review-container .tbody {
  overflow: hidden;
  padding-bottom: 15px;
}
#checkout-review-table-wrapper .checkout-review-container .item {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 40px 0 20px 0;
}
#checkout-review-table-wrapper .checkout-review-container .item:first-child {
  padding-top: 20px;
}
#checkout-review-table-wrapper .checkout-review-container .item .breadcrumbs {
  margin-top: 10px;
  display: block !important;
}
#checkout-review-table-wrapper .checkout-review-container .item .breadcrumbs a {
  color: #EE1D23;
  font-weight: bold;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
#checkout-review-table-wrapper .checkout-review-container .item .breadcrumbs a:hover {
  color: #e11117;
}
#checkout-review-table-wrapper .checkout-review-container .item .item-options {
  margin-top: 20px;
  margin-bottom: 20px;
}
#checkout-review-table-wrapper .checkout-review-container .item .item-options ul {
  overflow: hidden;
}
#checkout-review-table-wrapper .checkout-review-container .item .item-options ul li {
  text-transform: uppercase;
  width: 100%;
}
#checkout-review-table-wrapper .checkout-review-container .item .item-options ul li span.info {
  font-weight: bold;
}
#checkout-review-table-wrapper .checkout-review-container .item .cart-price .price {
  margin: 0;
  margin-bottom: 0.5em;
  color: #57585A;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  color: #EE1D23;
}
@media only screen and (min-width: 600px) {
  #checkout-review-table-wrapper .checkout-review-container .thead {
    display: block;
  }
  #checkout-review-table-wrapper .checkout-review-container .thead .product-td, #checkout-review-table-wrapper .checkout-review-container .thead .subtotal-td, #checkout-review-table-wrapper .checkout-review-container .tbody .product-td, #checkout-review-table-wrapper .checkout-review-container .tbody .subtotal-td {
    float: left;
  }
  #checkout-review-table-wrapper .checkout-review-container .thead .product-td, #checkout-review-table-wrapper .checkout-review-container .tbody .product-td {
    width: 75%;
  }
  #checkout-review-table-wrapper .checkout-review-container .thead .subtotal-td, #checkout-review-table-wrapper .checkout-review-container .tbody .subtotal-td {
    width: 25%;
  }
}
@media only screen and (min-width: 771px) {
  #checkout-review-table-wrapper .checkout-review-container .item .item-options ul li {
    width: 50%;
    float: left;
    padding-right: 25px;
  }
}
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#review-buttons-container .edit-cart {
  text-transform: uppercase;
  font-size: 24px;
}
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
#review-buttons-container .totals {
  text-align: left;
  text-transform: uppercase;
}
#review-buttons-container .totals .price {
  display: block;
  color: #EE1D23;
}
#review-buttons-container .f-right {
  float: right;
}
#review-buttons-container .f-right .totals strong {
  display: block;
  text-transform: uppercase;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  #review-buttons-container .f-right, #review-buttons-container .f-left {
    float: none;
    width: 100%;
  }
}
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
.gift-messages-form .item h5 {
  font-weight: bold;
}
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
.gift-messages-form .item .details {
  float: left;
}
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
  float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e1e1e1;
}
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}
@media only screen and (max-width: 770px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
#checkout-review-submit {
  position: relative;
}
#checkout-review-submit .f-left {
  position: absolute;
  bottom: 0;
}
#checkout-review-submit .button.btn-checkout.edit-cart, #checkout-review-submit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-checkout.edit-cart, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-checkout.edit-cart, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-checkout.edit-cart, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-checkout.edit-cart, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-checkout.edit-cart, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-checkout.edit-cart, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-checkout.edit-cart, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #checkout-review-submit a.btn-checkout.edit-cart, #checkout-review-submit body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-checkout.edit-cart, body.customer-account-create.bridge .inchoo-socialconnect-google-inner #checkout-review-submit a.btn-checkout.edit-cart,
#checkout-review-submit body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-checkout.edit-cart,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #checkout-review-submit a.btn-checkout.edit-cart,
#checkout-review-submit body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-checkout.edit-cart,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #checkout-review-submit a.btn-checkout.edit-cart {
  padding: 12px 15px !important;
}
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
.checkout-onepage-success .buttons-set button {
  float: none;
}
.clearfix:after, .right-siede .right-side-block.right-side-block-price .price-detail-sub .info-det:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #484848;
  text-decoration: none;
  box-sizing: content-box;
}
.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399CC;
}
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399CC;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.availability.out-of-stock span {
  color: #959595;
}
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #484848;
  padding-left: 5px;
}
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
.product-view .product-options .select-label {
  display: none;
}
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}
.customer-account-login .scaffold-form label:first-child, .customer-account-create .scaffold-form label:first-child {
  width: 115px;
}
.customer-account-login .white-container, .customer-account-create .white-container {
  margin-top: 10px;
  padding: 0;
}
.customer-account-login .white-container h2, .customer-account-login .white-container #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-login .white-container h3, .customer-account-login .white-container #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-login .white-container .price, .customer-account-create .white-container h2, .customer-account-create .white-container #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-create .white-container h3, .customer-account-create .white-container #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-create .white-container .price {
  background: #EE1D23;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.customer-account-login .white-container .content, .customer-account-create .white-container .content {
  padding: 20px 20px 0;
  background: #FAFAFA;
}
.customer-account-login .white-container .content .input-box input, .customer-account-create .white-container .content .input-box input {
  width: 100%;
}
.customer-account-login .col2-set .buttons-set, .customer-account-create .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button,
.customer-account-login .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.customer-account-login .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.customer-account-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.customer-account-login .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .buttons-set a,
.customer-account-login .col2-set .buttons-set body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .buttons-set a,
body.customer-account-login.bridge .col2-set .buttons-set .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .buttons-set a,
body.customer-account-login.bridge .col2-set .buttons-set .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .buttons-set a, .customer-account-create .col2-set .buttons-set button,
.customer-account-create .col2-set .buttons-set .button,
.customer-account-create .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.customer-account-create .opc #opc-login .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
.customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set a,
.customer-account-create .col2-set .buttons-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set a,
body.customer-account-create.bridge .col2-set .buttons-set .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .buttons-set a,
body.customer-account-create.bridge .col2-set .buttons-set .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .buttons-set a,
.customer-account-create .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .buttons-set a,
.customer-account-create .col2-set .buttons-set body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .buttons-set a {
}
.customer-account-login .col2-set .col-1 .forgot-password, .customer-account-create .col2-set .col-1 .forgot-password {
  text-align: center;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-login .col-1 .buttons-set, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-login .col-2 .buttons-set, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-login .col-1 .buttons-set, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-login .col-2 .buttons-set {
  padding: 0 0 20px;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a {
  width: 100%;
  position: relative;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a i, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a i, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a i, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a i {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 30px;
  opacity: .4;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a {
  background: #3b5998;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:focus {
  background: #344e86;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a {
  background: #dd4b39;
}
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:active, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:focus {
  background: #d73925;
}
.customer-account-login .col2-set .col-2 .form-instructions, .customer-account-create .col2-set .col-2 .form-instructions {
  margin-bottom: 20px;
  text-align: center;
}
.customer-account-login .col2-set .col-1,
.customer-account-login .col2-set .col-2, .customer-account-create .col2-set .col-1,
.customer-account-create .col2-set .col-2 {
  background: #FAFAFA;
  padding: 0;
}
.customer-account-login .col2-set .col-1.registered-users, .customer-account-login .col2-set .col-1.new-users,
.customer-account-login .col2-set .col-2.registered-users,
.customer-account-login .col2-set .col-2.new-users, .customer-account-create .col2-set .col-1.registered-users, .customer-account-create .col2-set .col-1.new-users,
.customer-account-create .col2-set .col-2.registered-users,
.customer-account-create .col2-set .col-2.new-users {
  min-height: 316px;
  background: #FAFAFA;
}
.customer-account-login .col2-set .col-1.personal-information, .customer-account-login .col2-set .col-1.login-information,
.customer-account-login .col2-set .col-2.personal-information,
.customer-account-login .col2-set .col-2.login-information, .customer-account-create .col2-set .col-1.personal-information, .customer-account-create .col2-set .col-1.login-information,
.customer-account-create .col2-set .col-2.personal-information,
.customer-account-create .col2-set .col-2.login-information {
  min-height: 301px;
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set .col-1.registered-users,
  .customer-account-login .col2-set .col-2.registered-users, .customer-account-create .col2-set .col-1.registered-users,
  .customer-account-create .col2-set .col-2.registered-users {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 599px) {
  .customer-account-login .col2-set .col-1.new-users,
  .customer-account-login .col2-set .col-2.new-users, .customer-account-create .col2-set .col-1.new-users,
  .customer-account-create .col2-set .col-2.new-users {
    margin-bottom: 50px;
  }
}
.customer-account-login .col2-set .col-1 h2, .customer-account-login .col2-set .col-1 #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-login .col2-set .col-1 h3, .customer-account-login .col2-set .col-1 #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-login .col2-set .col-1 .price,
.customer-account-login .col2-set .col-2 h2,
.customer-account-login .col2-set .col-2 #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .customer-account-login .col2-set .col-2 h3,
.customer-account-login .col2-set .col-2 #review-buttons-container .totals .price,
#review-buttons-container .totals .customer-account-login .col2-set .col-2 .price, .customer-account-create .col2-set .col-1 h2, .customer-account-create .col2-set .col-1 #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-create .col2-set .col-1 h3, .customer-account-create .col2-set .col-1 #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-create .col2-set .col-1 .price,
.customer-account-create .col2-set .col-2 h2,
.customer-account-create .col2-set .col-2 #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .customer-account-create .col2-set .col-2 h3,
.customer-account-create .col2-set .col-2 #review-buttons-container .totals .price,
#review-buttons-container .totals .customer-account-create .col2-set .col-2 .price {
  background: #EE1D23;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.customer-account-login .col2-set .col-1 .content,
.customer-account-login .col2-set .col-2 .content, .customer-account-create .col2-set .col-1 .content,
.customer-account-create .col2-set .col-2 .content {
  padding: 20px 20px 0;
  background: #FAFAFA;
}
.customer-account-login .col2-set .col-1 .content input,
.customer-account-login .col2-set .col-2 .content input, .customer-account-create .col2-set .col-1 .content input,
.customer-account-create .col2-set .col-2 .content input {
  width: 100%;
}
.customer-account-login .col2-set .col-1 .buttons-set-login,
.customer-account-login .col2-set .col-2 .buttons-set-login, .customer-account-create .col2-set .col-1 .buttons-set-login,
.customer-account-create .col2-set .col-2 .buttons-set-login {
  text-align: center;
  padding: 0 20px 20px;
}
.customer-account-login .col2-set .col-1 .buttons-set-login button, .customer-account-login .col2-set .col-1 .buttons-set-login .button, .customer-account-login .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .customer-account-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .customer-account-login .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .customer-account-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .customer-account-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .customer-account-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .customer-account-login .col2-set .col-1 .buttons-set-login body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-1 .buttons-set-login a, .customer-account-login .col2-set .col-1 .buttons-set-login body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-1 .buttons-set-login a,
body.customer-account-login.bridge .col2-set .col-1 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-1 .buttons-set-login a,
body.customer-account-login.bridge .col2-set .col-1 .buttons-set-login .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-1 .buttons-set-login a,
.customer-account-login .col2-set .col-2 .buttons-set-login button,
.customer-account-login .col2-set .col-2 .buttons-set-login .button,
.customer-account-login .opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .customer-account-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.customer-account-login .opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.opc #opc-login .customer-account-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
.opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
.customer-account-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.customer-account-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-2 .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .buttons-set-login a, .customer-account-create .col2-set .col-1 .buttons-set-login button, .customer-account-create .col2-set .col-1 .buttons-set-login .button, .customer-account-create .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .customer-account-create .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .customer-account-create .opc #opc-login .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .customer-account-create .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, .customer-account-create .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .col-1 .buttons-set-login a, .customer-account-create .col2-set .col-1 .buttons-set-login .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .col-1 .buttons-set-login a, body.customer-account-create.bridge .col2-set .col-1 .buttons-set-login .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-1 .buttons-set-login a, body.customer-account-create.bridge .col2-set .col-1 .buttons-set-login .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-1 .buttons-set-login a,
.customer-account-create .col2-set .col-1 .buttons-set-login body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-1 .buttons-set-login a,
.customer-account-create .col2-set .col-1 .buttons-set-login body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-1 .buttons-set-login a,
.customer-account-create .col2-set .col-2 .buttons-set-login button,
.customer-account-create .col2-set .col-2 .buttons-set-login .button,
.customer-account-create .opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .customer-account-create .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.customer-account-create .opc #opc-login .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.opc #opc-login .customer-account-create .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
.opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
.customer-account-create .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .buttons-set-login a,
.customer-account-create .col2-set .col-2 .buttons-set-login .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .buttons-set-login a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-2 .buttons-set-login a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-2 .buttons-set-login a {
  width: 100%;
  max-width: 300px;
}
@media only screen and (min-width: 771px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2, .customer-account-create .col2-set .col-1,
  .customer-account-create .col2-set .col-2 {
    margin-top: 10px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set .col-1, .customer-account-create .col2-set .col-1 {
    float: none;
    width: auto;
  }
  .customer-account-login .col2-set .col-2, .customer-account-create .col2-set .col-2 {
    float: none;
    width: auto;
    margin-top: 10px;
  }
  .customer-account-login .col2-set p.required, .customer-account-create .col2-set p.required {
    display: none;
  }
  .customer-account-login .col2-set .registered-users, .customer-account-login .col2-set .new-users, .customer-account-create .col2-set .registered-users, .customer-account-create .col2-set .new-users {
    min-height: inherit;
  }
}
.opc #opc-login p:not(.required) {
  font-style: italic;
  font-size: 13px;
  color: #959595;
}
.remember-me-box a.hide {
  display: none;
}
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
.remember-me-popup.show {
  display: block;
}
.remember-me-popup p {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}
.customer-account-create .buttons-set {
  width: 100%;
  background: #ffffff;
  padding: 10px 20px;
}
.customer-account-create .fieldset.content {
  padding-bottom: 20px !important;
  max-width: 500px;
  margin: 0 auto;
}
.customer-account-create .fieldset .hidden {
  display: none;
}
.customer-account-create #remember-me-popup {
  max-width: 455px;
}
.customer-account-forgotpassword .fieldset {
  background: #FAFAFA;
  padding: 0;
}
.customer-account-forgotpassword .fieldset h2, .customer-account-forgotpassword .fieldset #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-forgotpassword .fieldset h3, .customer-account-forgotpassword .fieldset #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-forgotpassword .fieldset .price {
  background: #EE1D23;
  color: #ffffff;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  text-align: center;
}
.customer-account-forgotpassword .fieldset .content {
  padding: 20px 20px 0;
  max-width: 455px;
  margin: 0 auto;
}
.customer-account-forgotpassword .fieldset .content input {
  width: 100%;
}
.customer-account-forgotpassword .fieldset .buttons-set {
  padding: 0 20px 20px;
  max-width: 455px;
  margin: 0 auto;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}
body[class*="customer-account"] select,
body[class*="customer-account"] textarea,
body[class*="customer-account"] .input-text {
  background-color: #fff;
}
body.vcode-documents-document-index .success-msg li, body.vcode-documents-document-index .cart .shopping-cart-elements .cart-element .messages .success li, .cart .shopping-cart-elements .cart-element .messages body.vcode-documents-document-index .success li {
  height: 55px;
  background: #7cc266;
  font-size: 18px;
  border-radius: 4px;
  border: 0;
}
body.vcode-documents-document-index .success-msg li span, body.vcode-documents-document-index .cart .shopping-cart-elements .cart-element .messages .success li span, .cart .shopping-cart-elements .cart-element .messages body.vcode-documents-document-index .success li span {
  width: calc(100% - 140px);
  display: inline-block;
}
body.vcode-documents-document-index .success-msg li span span, body.vcode-documents-document-index .cart .shopping-cart-elements .cart-element .messages .success li span span, .cart .shopping-cart-elements .cart-element .messages body.vcode-documents-document-index .success li span span {
  width: 54%;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 5px;
}
body.vcode-documents-document-index .page-title h1 {
  border: 0;
  text-align: left;
  color: #EE1D23;
  text-transform: none;
  font-size: 37px;
}
body.vcode-documents-document-index .upload-handler button.button.btn {
  width: 120px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  border-radius: 30px;
  background: #EF191D !important;
  color: #ffffff;
}
body.vcode-documents-document-index .upload-handler button.button.btn:hover {
  background: #fff !important;
  color: #EF191D !important;
  border: 3px solid #EF191D !important;
}
body.vcode-documents-document-index .upload-handler button.button.btn span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  body.vcode-documents-document-index .upload-handler button.button.btn {
    margin-top: 15px;
    width: 100%;
  }
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper {
  background: #DF280A;
  color: #ffffff;
  border-radius: 4px;
  height: 55px;
  width: calc(100% - 140px);
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper label.required {
  text-transform: none;
  font-size: 18px;
  width: 46%;
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper input.required-entry {
  color: #ffffff;
  font-size: 12px;
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper-add {
  background: #57585A;
  color: #ffffff;
  border-radius: 4px;
  height: 55px;
  width: calc(100% - 140px);
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper-add label {
  text-transform: none;
  font-size: 18px;
  width: 70%;
}
body.vcode-documents-document-index .upload-handler .upload-handler-wrapper-add input.required-entry {
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (max-width: 599px) {
  body.vcode-documents-document-index .upload-handler .upload-handler-wrapper-add {
    width: 100%;
    display: block;
    height: 85px;
  }
  body.vcode-documents-document-index .upload-handler .upload-handler-wrapper-add label {
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 10px 0;
  }
}
body.customer-account .col-left .block-title, body.customer-account .col-main .block-title {
  display: none;
}
body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a {
  position: absolute;
  right: 0;
  top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
body.customer-account .my-account .order-details {
  overflow: auto;
}
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .fieldset #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .fieldset h3, body.customer-account .my-account .fieldset #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account .my-account .fieldset .price,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .addresses-list #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .addresses-list h3,
body.customer-account .my-account .addresses-list #review-buttons-container .totals .price,
#review-buttons-container .totals body.customer-account .my-account .addresses-list .price,
body.customer-account .my-account .order-details h2,
body.customer-account .my-account .order-details #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .order-details h3,
body.customer-account .my-account .order-details #review-buttons-container .totals .price,
#review-buttons-container .totals body.customer-account .my-account .order-details .price {
  width: 100%;
  display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.customer-account .data-table {
  margin-top: 5px;
}
body.customer-account .data-table td a {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
body.customer-account .data-table span.nobr {
  white-space: normal;
}
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
body.customer-account .data-table td.view a {
  display: block;
}
body.customer-account .data-table .separator {
  display: none;
}
body.customer-account .sidebar img.avatar {
  width: 80%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 0 auto 20px;
}
body.customer-account .sidebar .no-face {
  width: 150px;
  height: 150px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 20px auto;
}
body.customer-account .sidebar .no-face i {
  font-size: 70px;
  line-height: 150px;
}
body.customer-account .sidebar .welcome-msg {
  margin-bottom: 20px;
  text-align: center;
}
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
body.customer-account .sidebar:last-child {
  display: none;
}
@media only screen and (max-width: 770px) {
   
  body.customer-account .sidebar img.avatar, body.customer-account .sidebar .welcome-msg, body.customer-account .sidebar .no-face {
    display: none;
  }
   
  body.customer-account .col-main {
    width: 100%;
    overflow: hidden;
    float: none;
  }
   
  body.customer-account .box-title {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
   
  body.customer-account .col2-set {
    width: 100% !important;
  }
   
  body.customer-account .ca-edit-link, body.customer-account .billing-address a {
    display: inline-block !important;
    padding: 10px;
    margin-right: 10px;
    background: #EE1D23;
    color: #fff;
    border-radius: 4px;
    float: left;
    width: 100%;
    text-align: center;
  }
   
  body.customer-account .billing-address .box-content {
    float: left;
    width: 48%;
  }
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}
.dashboard .box-head {
  margin-top: 30px;
  padding-bottom: 7px;
}
.dashboard .box-head h2, .dashboard .box-head #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .dashboard .box-head h3, .dashboard .box-head #review-buttons-container .totals .price, #review-buttons-container .totals .dashboard .box-head .price {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 600;
  font-size: 25px;
}
.dashboard .box-head a {
  padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.dashboard .box-account p {
  color: #57585A;
  font-size: 18px;
}
.dashboard .box-account p span {
  display: block;
}
.dashboard .box-account p span:nth-child(2) {
  margin-top: -3px;
}
.dashboard .box-account p a {
  display: block;
}
.dashboard .box-account p a:nth-child(3) {
  margin-top: 15px;
}
.dashboard .box-account p a:nth-child(4) {
  margin-top: 11px;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-1 .box-title #review-buttons-container .totals .price, #review-buttons-container .totals .dashboard .col2-set .col-1 .box-title .price,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .dashboard .col2-set .col-2 .box-title h3,
.dashboard .col2-set .col-2 .box-title #review-buttons-container .totals .price,
#review-buttons-container .totals .dashboard .col2-set .col-2 .box-title .price,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}
.my-account .legend {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 770px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
.order-info dt {
  margin-right: 20px;
}
.order-info li {
  margin: 0 0 0 20px;
}
.order-info li.current {
  font-weight: 600;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-date {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  text-transform: uppercase;
}
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
.order-info-box .col-2 {
  width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.order-info-box .box-title {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #F1F1F1;
    border-spacing: 0;
    border-collapse: separate;
    width: 130px;
    float: left;
    padding: 20px;
}
@media only screen and (max-width: 599px) {
  .order-info-box .box-title {
    width: 100%;
  }
}
.order-info-box .box-title h2, .order-info-box .box-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .order-info-box .box-title h3, .order-info-box .box-title #review-buttons-container .totals .price, #review-buttons-container .totals .order-info-box .box-title .price {
  font-size: 14px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
.order-info-box .box-title h2:after, .order-info-box .box-title #checkout-review-table-wrapper .checkout-review-container .item h3:after, #checkout-review-table-wrapper .checkout-review-container .item .order-info-box .box-title h3:after, .order-info-box .box-title #review-buttons-container .totals .price:after, #review-buttons-container .totals .order-info-box .box-title .price:after {
  content: ':';
}
.order-info-box .box-content {
  float: left;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
  line-height: 1.3;
}
.order-info-box .box-content th {
  padding-top: 10px;
}
.order-info-box .box-content td {
  padding-left: 15px;
}
.order-info-box .box-content strong {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
#my-orders-table {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
    background-color: #F1F1F1;
    border-spacing: 0;
    border-collapse: separate;
}
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
#my-orders-table .option-value {
  margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}
@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
.order-additional {
  margin: 40px 0;
}
.order-gift-message dd {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }
  .order-info-box .box-content {
    clear: left;
  }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .order-info dt {
    display: none;
  }
  .dashboard .page-title {
    margin-top: 20px;
  }
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  .dashboard .welcome-msg {
    
  }
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  body.customer-account .my-account .title-buttons .button + .button, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + .button, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + .button, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + .button, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + .button, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + .button,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + .button,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + .button,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + .button,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + .button, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .button + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .customer-account-create .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .button + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, .customer-account-create .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .customer-account-create .col2-set .col-2 body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .button + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-create.bridge body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .button + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .button + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .opc #opc-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account-create.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge body.customer-account .my-account .title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, .customer-account-login .col2-set .col-2 body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account-create.bridge .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a, body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-create.bridge body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .button + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .button + a,
  body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .button + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .button + a,
  body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .opc #opc-login .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a + a,
  .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a + a,
  .customer-account-create .col2-set .col-2 body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge body.customer-account .my-account .title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-create.bridge body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account-login.bridge body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .inchoo-socialconnect-google-inner a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons a + a,
  body.customer-account .my-account .title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a + a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons a + a {
    margin-left: 0px;
  }
  body.customer-account .my-account .fieldset h2, body.customer-account .my-account .fieldset #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .fieldset h3, body.customer-account .my-account .fieldset #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account .my-account .fieldset .price {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .order-details h2, body.customer-account .my-account .order-details #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .order-details h3, body.customer-account .my-account .order-details #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account .my-account .order-details .price {
    margin-bottom: 15px;
  }
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .addresses-list #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account .my-account .addresses-list h3, body.customer-account .my-account .addresses-list #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account .my-account .addresses-list .price {
    margin-bottom: 15px;
  }
  .order-info {
    margin-top: 15px;
  }
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  .data-table.orders td.view {
    text-align: right;
  }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  .order-info-box {
    margin: 0;
  }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
.box-upload {
  margin-bottom: 30px;
  margin-top:55px;
}
.vcode-documents-document-index .box-head h2, .vcode-documents-document-index .box-head #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .vcode-documents-document-index .box-head h3, .vcode-documents-document-index .box-head #review-buttons-container .totals .price, #review-buttons-container .totals .vcode-documents-document-index .box-head .price {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vcode-documents-document-index .upload-handler {
  overflow: hidden;
}
.vcode-documents-document-index .upload-handler button {
  float: right;
}
.vcode-documents-document-index .next-title {
  margin-top: 50px;
}
.vcode-documents-document-index .box-info {
  margin-bottom: 30px;
}
.vcode-documents-document-index .pager .limiter {
  display: none;
}
.vcode-documents-document-index .pager .pages a {
  border: 1px solid #EE1D23;
}
.vcode-documents-document-index .pager .pages a:hover {
  border: 1px solid #EE1D23;
}
.customer-account-login .main .account-login .buttons-set-login {
  text-align: left;
  padding-left: 0;
  padding-top: 12px;
  margin-bottom: 13px;
}
@media (max-width: 770px) {
  .customer-account-login .main .account-login .buttons-set-login {
    text-align: center;
  }
}
.customer-account-login .main .account-login .page-title h1 {
}
.customer-account-login .main .account-login #login-form .registered-users h2, .customer-account-login .main .account-login #login-form .registered-users #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .customer-account-login .main .account-login #login-form .registered-users h3, .customer-account-login .main .account-login #login-form .registered-users #review-buttons-container .totals .price, #review-buttons-container .totals .customer-account-login .main .account-login #login-form .registered-users .price {
  padding-left: 0;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset {
  padding-left: 0;
  padding-top: 7px;
  background: white;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset label.required {
  padding-left: 12px;
  font-size: 14px;
  color: #57585A;
  display: inline;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset label.required::after {
  color: #57585A;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .input-box {
  margin-top: 4px;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .forgot-password {
  float: right;
  margin-top: 15px;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .forgot-password a {
  text-decoration: underline;
  font-size: 13px;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .remember-me-box {
  float: left;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .remember-me-box .link-tip {
  display: none;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .remember-me-box .checkbox {
  margin-left: 0;
  margin-top: 7px;
  width: auto;
}
.customer-account-login .main .account-login #login-form .registered-users .content.fieldset .form-list .remember-me-box label {
  text-transform: none;
  color: #57585A;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 640px) {
  .account-face-name-logout-wrapper .account-face-wrapper,
  .account-face-name-logout-wrapper .account-logout-wrapper {
    width: 100%;
  }
  .account-face-name-logout-wrapper .account-logout-wrapper {
    padding-top: 25px;
    text-align: center !important;
  }
}
.account-face-name-logout-wrapper .account-face-wrapper .account-face-wrap {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  justify-content: center;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-face-wrap .face-img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-face-wrap .no-face i.fa-user {
  font-size: 50px;
  color: #e1e1e1;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap {
  height: 101px;
  padding-left: 25px;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap .welcome-msg .hello span,
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap .welcome-msg .hello a {
  display: block;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap .welcome-msg .hello span:first-child {
  font-size: 18px;
  line-height: 1;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap .welcome-msg .hello span:last-child {
  font-size: 25px;
  font-weight: 600;
}
.account-face-name-logout-wrapper .account-face-wrapper .account-name-wrap .welcome-msg .hello a {
  font-size: 12.5px;
}
.account-face-name-logout-wrapper .account-logout-wrapper {
  text-align: right;
}
.account-face-name-logout-wrapper .account-logout-wrapper a {
  width: 270px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  border-radius: 4px;
  background: rgba(238, 29, 35, 0.5) !important;
  color: #ffffff;
}
.account-face-name-logout-wrapper .account-logout-wrapper a:hover {
  background: #C4121B !important;
}
.account-face-name-logout-wrapper .account-logout-wrapper a span {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 auto;
}
.customer-account .documnets .no-doc {
  margin-bottom: 30px;
}
.customer-account .form-list .control label {
  margin-left: 30px;
}
.customer-account .dropdown-data-table {
  cursor: pointer;
  font-size: 24px !important;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-account .dropdown-data-table .fa {
  font-size: 35px;
  margin-right: 17px;
  line-height: 32px;
}
.customer-account .document-list-container {
  display: none;
}
.customer-account .data-table tbody tr td:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 599px) {
  .customer-account .data-table tbody tr td {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .customer-account .data-table tbody tr td:first-child {
    display: none;
  }
}
.customer-account .data-table tbody a {
    letter-spacing: 1px;
    color: #ffffff !important;
    border-radius: 30px !important;
    background-color: #EF191D !important;
    font-weight: 700;
    padding: 0 15px;
    line-height: 45px;
    display: block;
}
body.customer-account-edit .main-container label,
body.customer-address-form .main-container label {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #57585A;
  padding-left: 10px;
}
body.customer-account-edit .main-container input,
body.customer-address-form .main-container input {
  color: #57585A;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif !important;
  font-size: 18px !important;
  padding: 6px 12px !important;
}
body.customer-account-login .remember-me-box input[type=checkbox],
body.customer-account-login .terms input[type=checkbox],
body.customer-account-create .remember-me-box input[type=checkbox],
body.customer-account-create .terms input[type=checkbox] {
  z-index: -9999999;
}
body.customer-account-login .remember-me-box label,
body.customer-account-login .terms label,
body.customer-account-create .remember-me-box label,
body.customer-account-create .terms label {
  position: relative;
}
body.customer-account-login .remember-me-box label:before,
body.customer-account-login .terms label:before,
body.customer-account-create .remember-me-box label:before,
body.customer-account-create .terms label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  bottom: 1px;
  background-color: white;
}
body.customer-account-login .remember-me-box label:before,
body.customer-account-login .terms label:before,
body.customer-account-create .remember-me-box label:before,
body.customer-account-create .terms label:before {
  border-radius:4px;
  border:2px solid silver;
  top:10px;
  width:16px;
  height:16px;
}
body.customer-account-login .remember-me-box input[type="checkbox"]:checked + label,
body.customer-account-login .terms input[type="checkbox"]:checked + label,
body.customer-account-create .remember-me-box input[type="checkbox"]:checked + label,
body.customer-account-create .terms input[type="checkbox"]:checked + label {
  font-weight: 600;
}
body.customer-account-login .remember-me-box input[type="checkbox"]:checked + label::before,
body.customer-account-login .terms input[type="checkbox"]:checked + label::before,
body.customer-account-create .remember-me-box input[type="checkbox"]:checked + label::before,
body.customer-account-create .terms input[type="checkbox"]:checked + label::before {
  background-color: #EE1D23;
  border-color: #ffffff;
  outline:1px solid #EE1D23;
}
body.customer-account-login .remember-me-box input[type="checkbox"]:checked + label::after,
body.customer-account-login .terms input[type="checkbox"]:checked + label::after,
body.customer-account-create .remember-me-box input[type="checkbox"]:checked + label::after,
body.customer-account-create .terms input[type="checkbox"]:checked + label::after {
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 13px;
  left: 3px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.customer-account-login .label-terms::before,
body.customer-account-create .label-terms::before {
  top: 4px !important;
  left: -15px !important;
}
body.customer-account-login .label-terms::after,
body.customer-account-create .label-terms::after {
  top: 8px !important;
  left: -12px !important;
}
body.customer-account-create.bridge .new-user-text,
body.customer-account-login.bridge .new-user-text {
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 30px;
}
body.customer-account-create.bridge .new-users h2, body.customer-account-create.bridge .new-users #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item body.customer-account-create.bridge .new-users h3, body.customer-account-create.bridge .new-users #review-buttons-container .totals .price, #review-buttons-container .totals body.customer-account-create.bridge .new-users .price,
body.customer-account-login.bridge .new-users h2,
body.customer-account-login.bridge .new-users #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item body.customer-account-login.bridge .new-users h3,
body.customer-account-login.bridge .new-users #review-buttons-container .totals .price,
#review-buttons-container .totals body.customer-account-login.bridge .new-users .price {
  padding-left: 0 !important;
}
body.customer-account-create.bridge .fieldset.content,
body.customer-account-login.bridge .fieldset.content {
  background: white !important;
}
@media (min-width: 770px) {
  body.customer-account-create.bridge .fieldset.content,
  body.customer-account-login.bridge .fieldset.content {
    margin: 0;
  }
}
body.customer-account-create.bridge .buttons-set,
body.customer-account-login.bridge .buttons-set {
  background: white;
}
body.customer-account-create.bridge .terms .checkbox,
body.customer-account-login.bridge .terms .checkbox {
  width: auto;
}
body.customer-account-create.bridge .terms label,
body.customer-account-login.bridge .terms label {
  text-transform: none;
  color: #57585A;
  font-size: 14px;
  font-weight: 600;
}
body.customer-account-create.bridge .terms label a,
body.customer-account-login.bridge .terms label a {
  text-decoration: underline;
}
body.customer-account-create.bridge .inchoo-socialconnect-login,
body.customer-account-login.bridge .inchoo-socialconnect-login {
  margin-top: 8px;
}
body.customer-account-create.bridge .inchoo-socialconnect-login .col-1 .buttons-set, body.customer-account-create.bridge .inchoo-socialconnect-login .col-2 .buttons-set,
body.customer-account-login.bridge .inchoo-socialconnect-login .col-1 .buttons-set,
body.customer-account-login.bridge .inchoo-socialconnect-login .col-2 .buttons-set {
  padding: 0 0 20px;
}
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a {
  width: 100%;
  position: relative;
}
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a i, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a i,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a i,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a i {
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 30px;
  opacity: .4;
}
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a {
  background: #3b5998;
}
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:focus {
  background: #344e86;
}
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a {
  background: #dd4b39;
}
body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:active, body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:focus,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:active,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:focus {
  background: #d73925;
}
@media (max-width: 1200px) {
  body.customer-account-create.bridge .inchoo-socialconnect-login-lower-google,
  body.customer-account-create.bridge .inchoo-socialconnect-login-lower-google,
  body.customer-account-login.bridge .inchoo-socialconnect-login-lower-google,
  body.customer-account-login.bridge .inchoo-socialconnect-login-lower-google {
    float: none !important;
  }
}
.contacts-index-index .col-main .block-title {
  text-align: left;
  padding: 0 0 0 30px;
  margin: 20px 0 15px;
}
.contacts-index-index .our-offices-block {
  margin-bottom: 40px;
}
.contacts-index-index .our-offices-block .column {
  float: left;
  width: 48%;
}
.contacts-index-index .our-offices-block .column + .column:last-of-type {
  margin-left: 4%;
}
.contacts-index-index .our-offices-block .map {
  padding-bottom: 80%;
}
.contacts-index-index .our-offices-block:after {
  content: '';
  display: table;
  clear: both;
}
.contacts-index-index form p.required {
  display: none;
}
.contacts-index-index form textarea {
  width: 100%;
  max-width: none;
}
.contacts-index-index form label {
  font-style: italic;
  font-size: 12px;
  color: #484848;
  font-weight: 400;
}
.contacts-index-index form .input-text {
  border-color: #e1e1e1;
}
.contacts-index-index form .buttons-set {
  text-align: left;
}
.contacts-index-index form .buttons-set button.button {
  float: none;
  margin: 0;
  min-width: 280px;
}
.contacts-index-index form .block-title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px !important;
}
.contacts-index-index #contactForm {
  padding-left: 0;
}
@media only screen and (max-width: 979px) {
  .contacts-index-index .follow-block {
    text-align: left;
  }
  .contacts-index-index .follow-block .video-box {
    float: none;
    width: 100%;
  }
  .contacts-index-index .follow-block .yt-box {
    float: none;
    width: 100%;
    padding: 0;
    height: auto;
    border: none;
  }
  .contacts-index-index .follow-block .yt-box > .inner {
    position: static;
    height: auto;
    padding-right: 0;
  }
  .contacts-index-index .follow-block .campaign-block {
    margin: 0 0 20px;
    float: right;
    width: 60%;
  }
  .contacts-index-index .follow-block .campaign-block .block-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .contacts-index-index .our-offices-block {
    margin-bottom: 40px;
  }
  .contacts-index-index .our-offices-block .column {
    width: 100%;
    float: none;
    margin: 0 !important;
  }
  .contacts-index-index .follow-block .yt-box {
    border-top: 2px solid #fff;
  }
  .contacts-index-index .follow-block .yt-box > .inner {
    padding: 15px 0;
  }
  .contacts-index-index .follow-block .campaign-block {
    width: 100%;
    float: none;
    margin-top: 13px;
    border-top: 2px solid #fff;
    padding-top: 15px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  .paypal-review-order .field.inactive {
    display: none;
  }
}
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}
@media only screen and (max-width: 770px) {
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 771px) {
  .bml-ad.large {
    display: block;
  }
}
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
div.paypal-logo span {
  display: block;
  width: 100%;
}
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
div.paypal-logo span a img {
  max-width: 100%;
}
div.paypal-logo span > img {
  display: none;
}
.checkout-types div.paypal-logo {
  text-align: right;
}
.bml-checkout-type {
  list-style-type: none;
}
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
.sidebar .paypal-logo > a img {
  display: block;
}
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}
#customer-reviews {
  width: auto;
  float: none;
}
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .review-heading h2, #customer-reviews .review-heading #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item #customer-reviews .review-heading h3, #customer-reviews .review-heading #review-buttons-container .totals .price, #review-buttons-container .totals #customer-reviews .review-heading .price {
  float: left;
  display: block;
}
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
  display: none;
}
#customer-reviews h2, #customer-reviews #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item #customer-reviews h3, #customer-reviews #review-buttons-container .totals .price, #review-buttons-container .totals #customer-reviews .price {
  color: #3399CC;
  font-size: 12px;
  text-transform: uppercase;
}
#customer-reviews h2 span, #customer-reviews #checkout-review-table-wrapper .checkout-review-container .item h3 span, #checkout-review-table-wrapper .checkout-review-container .item #customer-reviews h3 span, #customer-reviews #review-buttons-container .totals .price span, #review-buttons-container .totals #customer-reviews .price span {
  color: #484848;
}
#customer-reviews h3 {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
#customer-reviews h3 span {
  color: #3399CC;
}
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
#customer-reviews .fieldset h4, #customer-reviews .fieldset .collateral-tabs dd .tt-header, .collateral-tabs dd #customer-reviews .fieldset .tt-header {
  border-bottom: 1px solid #CCCCCC;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#customer-reviews .fieldset h4 em, #customer-reviews .fieldset .collateral-tabs dd .tt-header em, .collateral-tabs dd #customer-reviews .fieldset .tt-header em {
  display: none;
}
#customer-reviews .fieldset .form-list {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
#customer-reviews dl {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
#customer-reviews dl dd {
  font-size: 14px;
  margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
#customer-reviews dl dd table {
  margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
  color: #3399CC;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
.review-summary-table thead {
  background: transparent;
}
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
  display: none;
}
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.ratings-table {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.ratings-table th {
  padding-right: 10px;
}
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}
.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}
@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  #customer-reviews .buttons-set {
    width: 100%;
  }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
.review-product-view .product-review .product-details h2, .review-product-view .product-review .product-details #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .review-product-view .product-review .product-details h3, .review-product-view .product-review .product-details #review-buttons-container .totals .price, #review-buttons-container .totals .review-product-view .product-review .product-details .price {
  border-bottom: none;
}
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #e11117;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #c90f14;
}
.slideshow-pager > * {
  cursor: pointer;
}
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}
.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #e11117 transparent transparent;
}
.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #e11117;
}
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}
#wishlist-table th {
  text-align: center;
}
#wishlist-table.clean-table {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
#wishlist-table.clean-table thead th {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
#wishlist-table .product-name a {
  color: #EE1D23;
}
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin: 5px 0;
}
#wishlist-table textarea {
  border: 1px solid #C0C0C0;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
#wishlist-table textarea:focus {
  border: 1px solid #3399CC;
}
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
#wishlist-table .item-manage .button, #wishlist-table .item-manage .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table .item-manage a, #wishlist-table .item-manage .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table .item-manage a, #wishlist-table .item-manage .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table .item-manage a, #wishlist-table .item-manage .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table .item-manage a, #wishlist-table .item-manage .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table .item-manage a, #wishlist-table .item-manage .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table .item-manage a, #wishlist-table .item-manage body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #wishlist-table .item-manage a, #wishlist-table .item-manage body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner #wishlist-table .item-manage a,
#wishlist-table .item-manage body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #wishlist-table .item-manage a,
#wishlist-table .item-manage body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #wishlist-table .item-manage a {
  font-size: 11px;
  padding: 3px 5px;
}
#wishlist-table .cart-cell {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button, #wishlist-table td.customer-wishlist-item-cart .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #wishlist-table td.customer-wishlist-item-cart a, #wishlist-table td.customer-wishlist-item-cart body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner #wishlist-table td.customer-wishlist-item-cart a,
#wishlist-table td.customer-wishlist-item-cart body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #wishlist-table td.customer-wishlist-item-cart a,
#wishlist-table td.customer-wishlist-item-cart body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #wishlist-table td.customer-wishlist-item-cart a {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
#wishlist-table td .button, #wishlist-table td .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td a, #wishlist-table td .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td a, #wishlist-table td .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td a, #wishlist-table td .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td a, #wishlist-table td .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #wishlist-table td a, #wishlist-table td .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #wishlist-table td a, #wishlist-table td body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #wishlist-table td a, #wishlist-table td body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner #wishlist-table td a,
#wishlist-table td body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #wishlist-table td a,
#wishlist-table td body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #wishlist-table td a,
#wishlist-table td button {
  white-space: normal;
}
#wishlist-table .price-box {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}
#wishlist-table .price-box .price {
  color: #484848;
}
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
  display: none;
}
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #EE1D23;
  margin-bottom: 3px;
}
#wishlist-table .truncated .details {
  background: none;
  color: #EE1D23;
}
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table .product-name {
    font-size: 16px;
  }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative;
  }
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }
}
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}
.header-minicart {
  display: inline-block;
  position: relative;
  z-index: 30;
}
.header-minicart > a.skip-active {
  color: #57585A;
  background: #ffffff;
}
.header-minicart > a i {
  display: flex;
}
.header-minicart > a .count {
  flex: 0 0 auto;
}
.header-minicart .fa {
  font-size: 20px;
  margin-right: 6%;
}
.header-minicart .offset-link .fa-shopping-basket {
  position: relative;
  font-size: 25px;
  line-height: 70px;
  margin: 0;
}
.header-minicart .visible-small {
  display: none;
}
@media only screen and (max-width: 979px) {
  .header-minicart.header-cell > a {
    position: relative;
  }
  .header-minicart .fa {
    margin: 0;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .visible-small {
    display: block;
  }
  .header-minicart .visible-big {
    display: none;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  margin-top: 30px;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .minicart-wrapper .block-content {
  margin: 0;
}
.header-minicart .minicart-wrapper .minicart-buttons a {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 600;
  border: 2px solid #EE1D23;
  background: #EE1D23;
  color: #FFFFFF;
  vertical-align: top;
  padding: 0;
  float: left;
  width: 50%;
  height: auto;
  line-height: 2.7;
  border-radius: 0;
  font-size: 13px;
}
.header-minicart .minicart-wrapper .minicart-buttons a.cart-link {
  background: #FFFFFF;
  color: #EE1D23;
}
.header-minicart .block-cart {
  position: absolute;
  left: 0;
  display: none;
  background: #ffffff;
  width: 100%;
  font-weight: normal;
  box-sizing: border-box;
  padding: 30px;
  border: solid #e1e1e1;
  border-width: 0px 0px 1px 1px;
}
.header-minicart .block-subtitle {
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.header-minicart .block-subtitle .close {
  display: none;
  width: 40px;
  float: right;
  color: #484848;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  border: 0;
  margin: 0;
  padding: 0;
}
.header-minicart .mini-products-list li {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  margin-bottom: 0;
  padding: 25px 0;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
  margin: 0;
}
.header-minicart .mini-products-list .info-wrapper {
  margin: 0;
}
.header-minicart .mini-products-list .info-wrapper label {
  display: none;
}
.header-minicart .mini-products-list .info-wrapper .price {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}
.header-minicart .product-details .school-name {
  color: #57585A;
  font-style: italic;
  text-transform: initial;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: 600;
  color: #57585A;
  font-size: 18px;
  margin: 3px 0 0;
}
.header-minicart .product-details .product-name a {
  color: #57585A;
}
.header-minicart .action-wrapper {
  display: none;
}
.header-minicart .subtotal {
  padding: 10px 0;
  border: 1px solid #e1e1e1;
  border-width: 1px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
.header-minicart .subtotal .label {
  float: left;
}
.header-minicart .subtotal .price {
  font-size: 17px;
  color: #484848;
}
.header-minicart .minicart-actions {
  padding: 25px 0 0;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}
@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #484848;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #3399CC;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-autocomplete ul li {
  border-bottom: 1px solid #F4F4F4;
  color: #EE1D23;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}
.search-autocomplete ul li:hover {
  color: #e11117;
}
.search-autocomplete ul li.selected {
  background-color: #EE1D23;
  color: white;
}
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
.search-autocomplete ul li:last-child {
  border-bottom: none;
}
.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #EE1D23;
  border-top: none;
  left: 50%;
  top: -7px;
}
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}
@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
.product-review .product-details h2, .product-review .product-details #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .product-review .product-details h3, .product-review .product-details #review-buttons-container .totals .price, #review-buttons-container .totals .product-review .product-details .price {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
.product-review .ratings-table {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
.product-review .ratings-table th {
  padding-right: 10px;
}
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
.product-review .ratings-description dd {
  color: #737373;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}
@media only screen and (min-width: 771px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .product-review .ratings-table tr {
    float: none;
  }
}
.cms-page-view .std,
.cms-no-route .std {
  font-size: 17px;
  line-height: 1.3;
}
.cms-page-view .std p,
.cms-no-route .std p {
  font-size: 17px;
  line-height: 1.3;
}
.cms-page-view .std a:hover,
.cms-no-route .std a:hover {
  text-decoration: underline;
}
.cms-page-view .std li {
  margin-bottom: 1em;
}
.cms-page-view .std li ol,
.cms-no-route .std li ol {
  margin-top: 1.5em;
}
.cms-page-view .std figure figcaption,
.cms-no-route .std figure figcaption {
  color: #57585A;
  font-size: 13px;
  display: block;
  margin: 1em 0;
}
.cms-page-view .std img,
.cms-no-route .std img {
  display: block;
  margin-top: 3em;
}
.cms-page-view .std img.wide,
.cms-no-route .std img.wide {
  max-width: 100%;
  height: auto;
}
.cms-page-view .std .absolute-heading h2, .cms-page-view .std .absolute-heading #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .cms-page-view .std .absolute-heading h3, .cms-page-view .std .absolute-heading #review-buttons-container .totals .price, #review-buttons-container .totals .cms-page-view .std .absolute-heading .price,
.cms-page-view .std .absolute-heading h1,
.cms-no-route .std .absolute-heading h2,
.cms-no-route .std .absolute-heading #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .cms-no-route .std .absolute-heading h3,
.cms-no-route .std .absolute-heading #review-buttons-container .totals .price,
#review-buttons-container .totals .cms-no-route .std .absolute-heading .price,
.cms-no-route .std .absolute-heading h1 {
  color: #57585A;
  font-size: 36px;
  margin: 0.2em 0 2em;
  text-transform: none;
}
.cms-page-view .std .absolute-heading .pre,
.cms-no-route .std .absolute-heading .pre {
  font-size: 24px;
  font-weight: 400;
}
.cms-page-view .std .section-title,
.cms-no-route .std .section-title {
  font-size: 22px;
  color: #57585A;
  text-transform: none;
  font-weight: 700;
  line-height: 1.1;
  margin: 3em 0 1em;
}
.cms-page-view .std .cms-2-columns,
.cms-no-route .std .cms-2-columns {
  text-align: justify;
  overflow: hidden;
}
.cms-page-view .std .cms-2-columns .left,
.cms-no-route .std .cms-2-columns .left {
  float: left;
  width: 48%;
}
.cms-page-view .std .cms-2-columns .right,
.cms-no-route .std .cms-2-columns .right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 770px) {
  .cms-page-view .std .cms-2-columns .left,
  .cms-page-view .std .cms-2-columns .right,
  .cms-no-route .std .cms-2-columns .left,
  .cms-no-route .std .cms-2-columns .right {
    float: none;
    width: 100%;
  }
}
.cms-page-view .std p + table > caption.section-title,
.cms-no-route .std p + table > caption.section-title {
  margin-top: 2em;
}
.cms-page-view .std table,
.cms-no-route .std table {
  width: 100%;
}
.cms-page-view .std table td,
.cms-page-view .std table th,
.cms-no-route .std table td,
.cms-no-route .std table th {
  padding: 0.7em 1.5em .7em 0;
  font-size: 17px;
  color: #57585A;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}
.cms-page-view .std table th,
.cms-no-route .std table th {
  font-weight: 400;
}
.cms-page-view .std table td,
.cms-no-route .std table td {
  font-weight: 700;
}
.cms-page-view .std .cms-rounded-image,
.cms-no-route .std .cms-rounded-image {
  position: relative;
  height: 495px;
  margin-top: 3em;
}
.cms-page-view .std .cms-rounded-image .image,
.cms-no-route .std .cms-rounded-image .image {
  right: 5%;
  top: 25px;
  position: absolute;
  width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 250px;
  z-index: 50;
}
.cms-page-view .std .cms-rounded-image .image img,
.cms-no-route .std .cms-rounded-image .image img {
  margin: 0;
  height: 100%;
  width: auto;
}
.cms-page-view .std .cms-rounded-image .caption,
.cms-no-route .std .cms-rounded-image .caption {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #57585A;
  width: 30%;
  z-index: 60;
}
.cms-page-view .std .cms-rounded-image .caption:before,
.cms-no-route .std .cms-rounded-image .caption:before {
  content: "\64";
  position: absolute;
  top: -20px;
  right: -80px;
  color: #EE1D23;
  font-size: 65px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cms-page-view .std .cms-rounded-image [class*="cms-circle-"],
.cms-no-route .std .cms-rounded-image [class*="cms-circle-"] {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cms-page-view .std .cms-rounded-image [class*="cms-circle-"][class*="-1"],
.cms-no-route .std .cms-rounded-image [class*="cms-circle-"][class*="-1"] {
  left: 50%;
  top: -30px;
  width: 200px;
  height: 200px;
  background-image: url("../images/homepage/slider-graphics/maly-gora-lewo.png");
}
.cms-page-view .std .cms-rounded-image [class*="cms-circle-"][class*="-2"],
.cms-no-route .std .cms-rounded-image [class*="cms-circle-"][class*="-2"] {
  left: 37%;
  top: 131px;
  width: 260px;
  height: 260px;
  background-image: url("../images/homepage/slider-graphics/duzy-srodek-lewo.png");
}
.cms-page-view .std .cms-rounded-image [class*="cms-circle-"][class*="-3"],
.cms-no-route .std .cms-rounded-image [class*="cms-circle-"][class*="-3"] {
  top: 363px;
  left: 87%;
  width: 170px;
  height: 170px;
  background-image: url("../images/homepage/slider-graphics/maly-dol-lewo.png");
}
@media only screen and (max-width: 1199px) {
  .cms-page-view .std .cms-rounded-image,
  .cms-no-route .std .cms-rounded-image {
    padding-bottom: 125px;
    box-sizing: content-box;
  }
  .cms-page-view .std .cms-rounded-image .caption,
  .cms-no-route .std .cms-rounded-image .caption {
    width: 40%;
  }
}
@media only screen and (max-width: 979px) {
  .cms-page-view .std .absolute-heading,
  .cms-no-route .std .absolute-heading {
    position: relative;
    width: 100%;
  }
  .cms-page-view .std .absolute-heading h1,
  .cms-no-route .std .absolute-heading h1 {
    margin-bottom: 0;
  }
  .cms-page-view .std .image,
  .cms-no-route .std .image {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cms-page-view .std .cms-rounded-image,
  .cms-no-route .std .cms-rounded-image {
    margin-top: 1em;
  }
  .cms-page-view .std .cms-rounded-image [class*="cms-circle-"][class*="-1"],
  .cms-no-route .std .cms-rounded-image [class*="cms-circle-"][class*="-1"] {
    opacity: .5;
  }
}
.cms-page-view .std .back-to-top,
.cms-no-route .std .back-to-top {
  text-align: right;
  margin-top: 2em;
}
.cms-page-view .std .back-to-top a.button, .cms-page-view .std .back-to-top .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cms-page-view .std .back-to-top a, .cms-page-view .std .back-to-top body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cms-page-view .std .back-to-top a,
.cms-page-view .std .back-to-top body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cms-page-view .std .back-to-top a,
.cms-page-view .std .back-to-top body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cms-page-view .std .back-to-top a,
.cms-no-route .std .back-to-top a.button,
.cms-no-route .std .back-to-top .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .cms-no-route .std .back-to-top a,
.cms-no-route .std .back-to-top body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .cms-no-route .std .back-to-top a {
  color: #fff;
  text-decoration: none;
  padding: 0.35em 0;
  font-size: 11px;
  width: 190px;
  border-radius: 2px;
}
@media only screen and (max-width: 599px) {
  .cms-page-view .std .cms-rounded-image .caption,
  .cms-no-route .std .cms-rounded-image .caption {
    width: 70%;
  }
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
#accordion .toggle-tabs {
  display: none;
}
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #484848;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #EE1D23;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
#accordion > dl > dt:hover {
  background-color: #ededed;
}
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
#accordion li {
  position: relative;
  overflow: hidden;
}
#accordion li .plusimage h2, #accordion li .plusimage #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item #accordion li .plusimage h3, #accordion li .plusimage #review-buttons-container .totals .price, #review-buttons-container .totals #accordion li .plusimage .price {
  margin-right: 10px;
}
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.map-info {
  white-space: nowrap;
}
.catalog-product-view .map-info {
  white-space: normal;
}
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}
@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 770px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}
#addTagForm .form-add {
  margin-top: 10px;
}
.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}
.product-tags li {
  float: left;
  margin-right: 15px;
}
.product-tags li.last {
  margin-right: 0px;
}
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.tags-list > li {
  float: left;
  margin-right: 10px;
}
.block-tags .actions > a {
  font-size: 12px;
}
.my-tag-edit .button.btn-remove, .my-tag-edit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove, .my-tag-edit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove, .my-tag-edit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove, .my-tag-edit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove, .my-tag-edit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove, .my-tag-edit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove, .my-tag-edit body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-remove, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove, .my-tag-edit body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-remove, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove,
.my-tag-edit body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-remove,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove,
.my-tag-edit body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-remove,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove {
  padding: 0;
}
.my-tag-edit .button.btn-remove:after, .my-tag-edit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove:after, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove:after, .my-tag-edit .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove:after, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove:after, .my-tag-edit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove:after, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove:after, .my-tag-edit .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove:after, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove:after, .my-tag-edit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a.btn-remove:after, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove:after, .my-tag-edit .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a.btn-remove:after, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove:after, .my-tag-edit body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a.btn-remove:after, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove:after, .my-tag-edit body.customer-account-create.bridge .inchoo-socialconnect-google-inner a.btn-remove:after, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove:after,
.my-tag-edit body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a.btn-remove:after,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .my-tag-edit a.btn-remove:after,
.my-tag-edit body.customer-account-login.bridge .inchoo-socialconnect-google-inner a.btn-remove:after,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .my-tag-edit a.btn-remove:after {
  color: white;
}
@media only screen and (max-width: 770px) {
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}
.captcha-img {
  border: 20px solid #bbb;
}
.captcha-input-container {
  margin-bottom: 10px;
}
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
#recurring_profile_list_view th {
  white-space: normal;
}
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px;
  }
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}
.recurring-profiles-title {
  float: left;
}
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a, body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a,
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a,
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons a {
  position: static;
}
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}
#recurring_start_date_trig {
  display: inline;
}
.billing-agreements .info-box {
  margin-bottom: 30px;
}
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
.billing-agreements .info-box .button, .billing-agreements .info-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .billing-agreements .info-box a,
.billing-agreements .info-box body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a,
.billing-agreements .info-box body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .billing-agreements .info-box a {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  .billing-agreements .info-box .button, .billing-agreements .info-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .billing-agreements .info-box a, .billing-agreements .info-box body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a, .billing-agreements .info-box body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .billing-agreements .info-box a,
  .billing-agreements .info-box body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .billing-agreements .info-box a,
  .billing-agreements .info-box body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner .billing-agreements .info-box a {
    width: 100%;
    float: none;
  }
}
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}
@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 771px) {
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}
.widget {
  clear: both;
}
.widget .pager {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .item .image-box .img,
  .col2-right-layout .col-main .widget .item .image-box .img,
  .col3-layout .col-main .widget .item .image-box .img {
    height: 200px;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
  .col2-left-layout .col-main .widget .item .image-box .img,
  .col2-right-layout .col-main .widget .item .image-box .img,
  .col3-layout .col-main .widget .item .image-box .img {
    height: 200px;
  }
}
@media only screen and (min-width: 770px) {
  .col1-layout .col-main .widget {
    
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .item .image-box .img {
    height: 200px;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
  .col1-layout .col-main .widget .item .image-box .img {
    height: 200px;
  }
}
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button, body[class*="checkout-multishipping-"] .page-title .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a,
body[class*="checkout-multishipping-"] .page-title body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a,
body[class*="checkout-multishipping-"] .page-title body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a {
  float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout > h2, body[class*="checkout-multishipping-"] #checkout-review-table-wrapper .checkout-review-container .item .multiple-checkout > h3, #checkout-review-table-wrapper .checkout-review-container .item body[class*="checkout-multishipping-"] .multiple-checkout > h3, body[class*="checkout-multishipping-"] #review-buttons-container .totals .multiple-checkout > .price, #review-buttons-container .totals body[class*="checkout-multishipping-"] .multiple-checkout > .price {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4, .checkout-multishipping-shipping .gift-messages-form .collateral-tabs dd .tt-header, .collateral-tabs dd .checkout-multishipping-shipping .gift-messages-form .tt-header {
  margin-top: 15px;
  margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title #review-buttons-container .totals .price, #review-buttons-container .totals .checkout-multishipping-shipping .col-1 .box-title .price, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-1 .box-title .collateral-tabs dd .tt-header, .collateral-tabs dd .checkout-multishipping-shipping .col-1 .box-title .tt-header, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title #review-buttons-container .totals .price, #review-buttons-container .totals .checkout-multishipping-shipping .col-2 .box-title .price, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title .collateral-tabs dd .tt-header, .collateral-tabs dd .checkout-multishipping-shipping .col-2 .box-title .tt-header,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title #review-buttons-container .totals .price,
#review-buttons-container .totals .checkout-multishipping-billing .col-1 .box-title .price,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title .collateral-tabs dd .tt-header,
.collateral-tabs dd .checkout-multishipping-billing .col-1 .box-title .tt-header,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title #review-buttons-container .totals .price,
#review-buttons-container .totals .checkout-multishipping-billing .col-2 .box-title .price,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title .collateral-tabs dd .tt-header,
.collateral-tabs dd .checkout-multishipping-billing .col-2 .box-title .tt-header,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title #review-buttons-container .totals .price,
#review-buttons-container .totals .checkout-multishipping-overview .col-1 .box-title .price,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title .collateral-tabs dd .tt-header,
.collateral-tabs dd .checkout-multishipping-overview .col-1 .box-title .tt-header,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title #review-buttons-container .totals .price,
#review-buttons-container .totals .checkout-multishipping-overview .col-2 .box-title .price,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title .collateral-tabs dd .tt-header,
.collateral-tabs dd .checkout-multishipping-overview .col-2 .box-title .tt-header {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .collateral-tabs dd .col-1 > .tt-header, .collateral-tabs dd .checkout-multishipping-shipping .col-1 > .tt-header, .checkout-multishipping-shipping .col-2 > h4, .checkout-multishipping-shipping .collateral-tabs dd .col-2 > .tt-header, .collateral-tabs dd .checkout-multishipping-shipping .col-2 > .tt-header,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .collateral-tabs dd .col-1 > .tt-header,
.collateral-tabs dd .checkout-multishipping-billing .col-1 > .tt-header,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-billing .collateral-tabs dd .col-2 > .tt-header,
.collateral-tabs dd .checkout-multishipping-billing .col-2 > .tt-header,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .collateral-tabs dd .col-1 > .tt-header,
.collateral-tabs dd .checkout-multishipping-overview .col-1 > .tt-header,
.checkout-multishipping-overview .col-2 > h4,
.checkout-multishipping-overview .collateral-tabs dd .col-2 > .tt-header,
.collateral-tabs dd .checkout-multishipping-overview .col-2 > .tt-header {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}
@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 770px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  body[class*="checkout-multishipping-"] .page-title .button, body[class*="checkout-multishipping-"] .page-title .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a, body[class*="checkout-multishipping-"] .page-title body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a,
  body[class*="checkout-multishipping-"] .page-title body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner body[class*="checkout-multishipping-"] .page-title a,
  body[class*="checkout-multishipping-"] .page-title body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
  body.customer-account-login.bridge .inchoo-socialconnect-google-inner body[class*="checkout-multishipping-"] .page-title a {
    float: left;
    margin-bottom: 10px;
  }
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
*[dir="rtl"] .metismenu .arrow {
  float: left;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .ion.arrow:before {
  content: "";
}
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
*[dir="rtl"] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.offset-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
}
.offset-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}
.offset-list li a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  background: #FFF;
  color: #57585A;
}
.offset-list li.level0.active > a {
  background: #57585A;
  color: #FFF;
}
.offset-list li .level0 li, .offset-list li .level2 li {
  border-bottom: 0 !important;
}
.offset-list li .level0 li a {
  padding-left: 37px;
}
.offset-list li .level1 li a {
  padding-left: 52px;
}
.offset-list li .level2 li a {
  padding-left: 67px;
}
body .offset-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(51, 51, 51, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body aside.offset {
  display: block;
  visibility: hidden;
  position: fixed;
  width: 256px;
  height: 100%;
  background: #f5f5f5;
  overflow: auto;
  z-index: 3500;
  margin-top: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 599px) {
  body aside.offset {
    width: 350px;
  }
}
body aside.offset.offset-right {
  right: 0;
  -moz-transform: translate3d(256px, 0, 0);
  -ms-transform: translate3d(256px, 0, 0);
  -webkit-transform: translate3d(256px, 0, 0);
  transform: translate3d(256px, 0, 0);
}
body aside.offset.offset-left {
  left: 0;
  -moz-transform: translate3d(-265px, 0, 0);
  -ms-transform: translate3d(-265px, 0, 0);
  -webkit-transform: translate3d(-265px, 0, 0);
  transform: translate3d(-265px, 0, 0);
}
body aside#cart {
  padding: 20px;
}
body.offset-open {
  overflow: hidden;
}
body.offset-open .wrapper {
  overflow: hidden;
}
body.offset-open .offset-overlay {
  visibility: visible;
  opacity: 1;
}
body.offset-open aside.offset-active {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 480px) {
  body aside.offset {
    width: 350px;
  }
  body aside.offset.offset-right {
    -moz-transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
  }
  body aside.offset.offset-left {
    -moz-transform: translate3d(-350px, 0, 0);
    -ms-transform: translate3d(-350px, 0, 0);
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
  }
  body.offset-open aside.offset-active {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body #account {
  background: white;
}
body #account .offset-list .first {
  border-top: 1px solid #f5f5f5;
}
body #account img.avatar {
  width: 60%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 20px auto;
}
body #account .no-face {
  width: 150px;
  height: 150px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 20px auto;
}
body #account .no-face i {
  font-size: 70px;
  line-height: 150px;
}
body #account .welcome-msg {
  margin-bottom: 20px;
  text-align: center;
}
.submit-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.9);
  z-index: 4000;
  top: 0;
  left: 0;
}
.submit-loader .spinner {
  margin: 0 auto;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  position: absolute;
}
.submit-loader .cube1, .submit-loader .cube2 {
  background-color: #EE1D23;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.submit-loader .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.info-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 30px;
  z-index: 80;
  width: 100%;
  max-width: 300px;
  border: 1px solid #EDEDED;
  background: white;
}
.info-container .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.info-container .info-title h4, .info-container .info-title .collateral-tabs dd .tt-header, .collateral-tabs dd .info-container .info-title .tt-header {
  color: #57585A;
}
.std .widget-promo ul {
  list-style: none !important;
}
.std .widget-promo ul li {
  margin-left: inherit;
}
.widget-promo h2, .widget-promo #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .widget-promo h3, .widget-promo #review-buttons-container .totals .price, #review-buttons-container .totals .widget-promo .price {
  margin: 8px 0 24px;
}
.widget-promo-products .action {
  position: absolute;
  top: 0;
  right: 0;
}
.products-grid .item .promo-label {
  z-index: 10;
  width: 20px;
  height: 30px;
  position: absolute;
  text-align: center;
  background: #57585A;
  top: 0;
  right: 15px;
}
.products-grid .item .promo-label i {
  line-height: 26px;
  color: #FFFFFF;
}
.products-grid .item .promo-label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 5px solid #FFFFFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.products-grid .item .image-box {
  position: relative;
  width: 100%;
}
.products-grid .item .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  text-align: center;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.products-grid .item .image-box .overlay:hover {
  opacity: 1;
}
.products-grid .item .image-box .overlay .overlay-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons > div {
  margin: 0 auto;
  display: inline-block;
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons .title-overlay {
  color: #FFFFFF;
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons ul {
  overflow: hidden;
  list-style: none;
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons ul li {
  float: left;
  padding: 5px 10px;
}
.products-grid .item .image-box .overlay .overlay-content .bonuses-icons ul li i {
  color: #FFFFFF;
  font-size: 20px;
}
.products-grid .item .image-box .promotion-list {
  position: absolute;
  top: 10px;
  z-index: 10;
}
.products-grid .item .image-box .promotion-list li {
  margin: 3px 0;
  background: #57585A;
  color: #ffffff;
}
.products-grid .item .image-box .promotion-list li i {
  color: #ffffff;
  font-size: 15px;
  padding: 5px;
}
.products-grid .item .image-box .img img {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.products-grid .item .image-box .img img.loading {
  visibility: hidden;
  opacity: 0;
}
.products-list .item .promo-label {
  width: 20px;
  height: 30px;
  text-align: center;
  position: absolute;
  background: #57585A;
  top: 0;
  right: 20px;
}
.products-list .item .promo-label i {
  line-height: 26px;
  color: #FFFFFF;
}
.products-list .item .promo-label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 5px solid #FFFFFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#nationality-modal {
  width: 95%;
  max-width: 500px;
}
#nationality-modal p {
  margin: 20px 0;
}
#fa-calendar {
  font-size: 20px;
  color: #285183;
  margin: 10px;
  cursor: pointer;
}
.my-account {
  background: #fff;
  padding: 20px;
}
.mn-orders-details {
  color: #30517f;
}
@media (max-width: 1000px) {
  .mn-orders-details tbody {
    border-bottom: 1px solid #C0C0C0;
  }
  .mn-orders-details tbody tr td:first-child:before {
    content: "Produkt";
    float: left;
    display: inline-block;
    color: #30517f;
    font-size: 18px;
    border: none;
    font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 599px) {
  .mn-orders-details tbody tr td:first-child:before {
    content: "";
  }
}
@media (max-width: 1000px) {
  .mn-orders-details tbody tr td dl {
    float: right;
    text-align: right;
  }
  .mn-orders-details tbody tr td {
    clear: both;
  }
}
.mn-orders-details dt {
  min-width: 145px;
  font-size: 13px;
}
.mn-orders-details dd {
  padding-left: 0;
  font-size: 13px;
}
.mn-orders-details td h3 {
  padding-top: 0;
}
.mn-orders-details tbody {
  border-top: 1px solid #C0C0C0;
}
.mn-orders-details tfoot {
  border-top: 2px solid #30517f !important;
}
.mn-orders-details #commentForm {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.mn-orders-details #commentForm textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  border: 1px solid #30517f;
}
.mn-orders-details #commentForm .buttons {
  margin-bottom: 10px;
}
.mn-orders-details .order-about {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 25px;
}
.mn-orders-details .order-about dd {
  padding-bottom: 8px;
}
.mn-orders-details .order-about dt {
  margin-top: 8px;
}
.mn-orders-details .btn {
  position: relative;
  min-height: 80px;
  width: auto;
  margin-right: 20px;
  float: left;
}
.mn-orders-details .btn button {
  width: 177px;
}
.mn-orders-details .btn .mn-info {
  cursor: pointer;
  color: #30517f;
  width: 177px;
  min-height: 26px;
  text-align: left;
  padding: 0 5px 10px 5px;
  margin-top: 8px;
  border-bottom: 1px solid #30517f;
  background: #FAFAFA;
}
.mn-orders-details .btn .mn-info i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: right;
}
.mn-orders-details .btn .mn-info .mn-info-inner {
  width: 250px;
  max-height: 0;
  margin-bottom: -11px;
  margin-left: -5px;
  text-align: left;
  background: #FAFAFA;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.mn-orders-details .btn .mn-info.mn-show i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mn-orders-details .btn .mn-info.mn-show > .mn-info-inner {
  max-height: 1000px;
  padding: 25px 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-bottom: 1px solid #484848;
}
.documnets {
  background: #fff;
  padding: 20px;
}
.visa-application {
  background: #fff;
  padding: 20px;
}
.visa-application .question_label {
  text-align: center;
}
.visa-application .answer_wrapper {
  text-align: center;
}
.visa-application button {
  background:#ee1d23;
}
#advice-required-entry-docname {
  color: #fff !important;
  font-weight: bold;
}
#incentive-modal {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: initial;
}
#incentive-modal .modal-inner {
  max-width: 800px;
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  position: relative;
  transform: none;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 770px) {
  #incentive-modal .modal-inner {
    transform: none;
    top: inherit !important;
    left: inherit;
  }
}
@media only screen and (max-width: 770px) {
  #incentive-modal {
    transform: none;
    top: 0px;
    left: 0px;
  }
}
#incentive-modal .h2, #incentive-modal .right-siede .right-side-block.right-side-block-price .price-detail-total, .right-siede .right-side-block.right-side-block-price #incentive-modal .price-detail-total {
  text-transform: none;
  font-weight: normal;
  font-size: 32px;
}
#incentive-modal .form-instructions {
  font-size: 17px;
  color: #285183;
  line-height: 1.8;
}
#incentive-modal .buttons-set {
  margin-bottom: 20px;
  text-align: left;
}
#incentive-modal .btn-create {
  width: 215px;
}
#incentive-modal .btn-login {
  width: 115px;
}
#incentive-modal .btn-create,
#incentive-modal .btn-login,
#incentive-modal .btn-google,
#incentive-modal .btn-facebook {
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 0;
}
#incentive-modal .btn-google, #incentive-modal .btn-facebook {
  width: 115px;
  padding: 12px 15px;
  border-radius: 4px;
  text-align: center;
  line-height: 19px;
}
#incentive-modal .btn-google i, #incentive-modal .btn-facebook i {
  line-height: 43px;
}
#incentive-modal .btn-google {
  background: #dd4b39;
}
#incentive-modal .btn-google:hover, #incentive-modal .btn-google:active, #incentive-modal .btn-google:focus {
  background: #d73925;
}
#incentive-modal .btn-facebook {
  background: #3b5998;
}
#incentive-modal .btn-facebook:hover, #incentive-modal .btn-facebook:active, #incentive-modal .btn-facebook:focus {
  background: #344e86;
}
@media (max-width: 679px) {
  #incentive-modal .btn-create,
  #incentive-modal .btn-login,
  #incentive-modal .btn-google,
  #incentive-modal .btn-facebook {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 680px) {
  #incentive-modal .btn-create, #incentive-modal .btn-google {
    margin-right: 2%;
  }
  #incentive-modal .btn-login {
    margin-right: 2%;
  }
}
@media (min-width: 960px) {
  #incentive-modal .btn-login {
    margin-right: 8%;
  }
}
.sticky-contact {
  position: fixed;
  right: 0;
  top: 30%;
  width: 200px;
  background: #ffffff;
  border: 1px solid #57585A;
  padding: 20px;
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 200;
}
.sticky-contact .sticky-open {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #57585A;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #57585A;
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  cursor: pointer;
}
.sticky-contact.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 770px) {
  .sticky-contact {
    display: none;
  }
}
body .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #57585A;
}
body .overlay-modal {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(51, 51, 51, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .modal-container {
  padding: 20px;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background: #f5f5f5;
  overflow: hidden;
  z-index: 3500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: visibility 0.3s linear;
  -moz-transition: visibility 0.3s linear;
  -ms-transition: visibility 0.3s linear;
  -o-transition: visibility 0.3s linear;
  transition: visibility 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
body .modal-container.modal-full {
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
}
body .modal-container.modal-full .modal-inner {
  margin: 0 auto;
}
body.active-modal {
  overflow: hidden;
}
body.active-modal .overlay-modal {
  visibility: visible;
  opacity: 1;
}
body.active-modal .modal-container.active {
  visibility: visible;
  opacity: 1;
}
.easy-school-index-view .inner-acco {
  overflow: hidden;
}
.addthis_sharing_toolbox .at-share-btn {
  margin: 0 10px !important;
}
.addthis_sharing_toolbox .at-share-btn.at-svc-google_plusone_share {
  margin-left: 0 !important;
}
.addthis_sharing_toolbox .at-share-btn span {
  background-color: #fff !important;
}
.addthis_sharing_toolbox .at-share-btn svg path {
  fill: #EE1D23;
}
.social-module-list .menu-social {
  text-align: center;
}
.social-module-list .menu-social li {
  display: inline-block;
  margin: 20px;
}
.social-module-list .menu-social li a.active {
  color: #EE1D23;
}
.social-module-list .list-fb-container {
  margin: 0 auto;
  text-align: center;
}
.social-module-list .post {
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
}
.social-module-list .post:last-child {
  border-bottom: none;
}
.social-module-list .post:nth-child(odd) {
  background: #f7f7f7;
}
.social-module-list .post article {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.social-module-list .post article .media img, .social-module-list .post article .media video {
  max-width: 100%;
  margin: 0 auto;
}
.social-module-list .post article .base-info, .social-module-list .post article .time {
  padding: 10px 0;
}
.social-module-list .post article .time .start-time, .social-module-list .post article .time .end-time {
  color: #EE1D23;
  padding-bottom: 10px;
  border-bottom: 2px solid #EE1D23;
}
.social-module-list .post article .media {
  padding: 30px;
}
.social-module-list .post article .text {
  margin-bottom: 30px;
}
.social-module-list .post.type-post article .time .start-time span, .social-module-list .post.type-post article .time .end-time span {
  display: none;
}
.social-module-list .post.type-event article .time .start-time {
  margin-right: 20px;
}
@media only screen and (max-width: 770px) {
  .social-module-list .post.type-event article .time .start-time {
    margin-right: 0;
  }
  .social-module-list .post.type-event article .time .start-time, .social-module-list .post.type-event article .time .end-time {
    display: block;
    border-bottom: none;
  }
}
.post-container .post {
  text-align: center;
  padding: 40px 0;
}
.post-container .post article {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.post-container .post article .media img, .post-container .post article .media video {
  max-width: 526px;
  margin: 0 auto;
}
.post-container .post article .base-info, .post-container .post article .time {
  padding: 10px 0;
}
.post-container .post article .time .start-time, .post-container .post article .time .end-time {
  color: #EE1D23;
  padding-bottom: 10px;
  border-bottom: 2px solid #EE1D23;
}
.post-container .post article .media {
  padding: 30px;
}
.post-container .post article .text {
  margin-bottom: 30px;
}
.post-container .post.type-post article .time .start-time span, .post-container .post.type-post article .time .end-time span {
  display: none;
}
.post-container .post.type-event article .time .start-time {
  margin-right: 20px;
}
@media only screen and (max-width: 770px) {
  .post-container .post.type-event article .time .start-time {
    margin-right: 0;
  }
  .post-container .post.type-event article .time .start-time, .post-container .post.type-event article .time .end-time {
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .table-insurance {
    display: none;
  }
}
@media (min-width: 1199px) {
  .div-insurance {
    display: none;
  }
}
@media only screen and (min-width: 771px) {
  .easy-bonus-insurance-index #layered-navigation {
    border-bottom: 0;
  }
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list input,
.easy-bonus-insurance-index #layered-navigation .narrow-by-list select {
  color: #57585A;
  border-color: #57585A;
  font-size: 13px;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list select {
  background-image: url("../images/arr-blue.png");
  background-origin: content-box;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list input {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list .block-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list .filter-clear {
  color: #285183;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  text-transform: capitalize;
  cursor: pointer;
  flex: 1;
  text-align: right;
}
.easy-bonus-insurance-index .col-main .summary .block-content {
  margin-bottom: 30px;
}
.easy-bonus-insurance-index .col-main .summary .block-content span {
  font-weight: bold;
  display: inline-block;
}
.easy-bonus-insurance-index .block-insurance {
  background: #F5F5F5;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.easy-bonus-insurance-index .block-insurance .header-td {
  height: 261px;
  width: 185px !important;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table {
  display: table;
  width: 100%;
  height: 90px;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table .logo-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table .logo-table-cell .logo-ins {
  width: 90%;
  max-width: 90px;
  margin: 0 auto;
}
.easy-bonus-insurance-index .block-insurance .header-td .buy-now-button {
  color: #ffffff;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.easy-bonus-insurance-index .block-insurance .header-td .buy-now-button span {
  line-height: 1.2;
  flex: 1;
}
.easy-bonus-insurance-index .block-insurance .header-td .price {
  margin: 0 auto;
  padding: 0;
  color: #285183;
  font-size: 25px;
  font-weight: 600;
  background: #ffffff;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.easy-bonus-insurance-index .block-insurance .header-td .partner-features {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
}
.easy-bonus-insurance-index .block-insurance .header-td .partner-features p {
  line-height: 1;
}
.easy-bonus-insurance-index .block-insurance .header-td button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.easy-bonus-insurance-index .block-insurance .main-feature {
  background: #F5f5f5;
  color: #EE1D23;
  vertical-align: top;
}
.easy-bonus-insurance-index .block-insurance .scroll-v {
  overflow: auto;
}
.easy-bonus-insurance-index .block-insurance table {
  border-collapse: collapse;
}
.easy-bonus-insurance-index .block-insurance table, .easy-bonus-insurance-index .block-insurance th, .easy-bonus-insurance-index .block-insurance td {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.easy-bonus-insurance-index .block-insurance .table-insurance {
  border: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tbody > tr > th:first-child {
  border: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
  border-top: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tr:not(:first-child) td {
  padding: 10px 0px;
  vertical-align: middle;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tr:not(:first-child) td p {
  padding-left: 30px;
  padding-right: 30px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features {
  background: #f5f5f5;
  padding: 10px 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features p {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features p:first-child {
  font-weight: 600;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) {
  background: #A3C1CC;
  border-bottom: 1px solid #A3C1CC;
  border-left: 20px solid #f5f5f5;
  border-right: 20px solid #f5f5f5;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) .buy-now-button {
  background: #A3C1CC;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) .partner-features {
  color: #A3C1CC;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) {
  background: #003583;
  border-bottom: 1px solid #003583;
  border-left: 20px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) .buy-now-button {
  background: #003583;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) .partner-features {
  color: #003583;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) {
  background: #00ADF2;
  border-bottom: 1px solid #00ADF2;
  border-left: 20px solid #f5f5f5;
  border-right: 20px solid #f5f5f5;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) .buy-now-button {
  background: #00ADF2;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) .partner-features {
  color: #00ADF2;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) {
  background: #00935F;
  border-bottom: 1px solid #00935F;
  border-left: 20px solid #f5f5f5;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .buy-now-button {
  background: #00935F;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .partner-features {
  color: #00935F;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .sticky-class {
  width: 175px !important;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .table-insurance .partner-features {
  background: #f5f5f5;
}
.easy-bonus-insurance-index .block-insurance td {
}
.easy-bonus-insurance-index .block-insurance td i {
  font-size: 18px;
}
.easy-bonus-insurance-index .block-insurance td .yes i {
  color: #EE1D23;
}
.easy-bonus-insurance-index .block-insurance td .no i {
  color: #DF280A;
}
.easy-bonus-insurance-index .block-insurance td .text {
  color: #57585A;
  font-weight: 600;
  font-size: 16px;
}
.easy-bonus-insurance-index.bridge .summary .block-content {
  padding-left: 25px;
}
.product-view .product-essential .product-options dd input {
  width: 100%;
}
.div-insurance {
  margin-bottom: 50px;
}
.div-insurance .mb-partner-left {
  float: left;
  width: 255px;
  padding-right: 4%;
}
.div-insurance .mb-partner-left .mb-partner-logo {
  width: 100%;
  height: 125px;
}
.div-insurance .mb-partner-left .mb-partner-logo img {
  width: 90%;
  max-width: 90px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.div-insurance .mb-partner-left .mb-partner-price {
  width: 100%;
}
.div-insurance .mb-partner-left .mb-partner-price .mb-price {
  height: 85px;
  background: white;
  color: #57585A;
  text-align: center;
  line-height: 85px;
  font-size: 38px;
  font-weight: 600;
}
.div-insurance .mb-partner-left .mb-partner-price a {
  width: 100%;
  height: 50px;
  color: white;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.div-insurance .mb-partner-right {
  float: left;
  width: calc(100% - 4% - 255px);
}
.div-insurance .mb-partner-right .mb-partner-feature-wrap {
  margin-bottom: 7px;
}
.div-insurance .mb-partner-right .mb-partner-feature-box {
  display: inline-block;
  padding-left: 28px;
}
.div-insurance .mb-partner-right .mb-partner-features {
  margin-bottom: 20px;
}
.div-insurance .mb-partner-right .mb-partner-features p {
  font-size: 18px;
}
.div-insurance .mb-partner-right .mb-partner-features p:first-child {
  font-weight: 600;
}
.div-insurance .mb-partner-right .check {
  color: #EE1D23;
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
  position: absolute;
  margin-top: 6px;
}
.div-insurance .mb-partner-right .check.no {
  color: #DF280A;
}
.div-insurance .mb-partner-right .main-feature,
.div-insurance .mb-partner-right .text {
  color: #57585A;
  font-size: 18px;
}
.div-insurance .mb-partner-right .main-feature {
  font-weight: 400 !important;
}
.div-insurance .mb-partner-right .text {
  font-weight: 600;
  display: inline !important;
}
.div-insurance:nth-child(2) .mb-partner-logo {
  background: #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-price a {
  background: #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-features {
  padding-bottom: 15px;
  border-bottom: 1px solid #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-features p {
  color: #A3C1CC;
}
.div-insurance:nth-child(3) .mb-partner-logo {
  background: #003583;
}
.div-insurance:nth-child(3) .mb-partner-price a {
  background: #003583;
}
.div-insurance:nth-child(3) .mb-partner-features {
  border-bottom: 1px solid #003583;
}
.div-insurance:nth-child(3) .mb-partner-features p {
  color: #003583;
}
.div-insurance:nth-child(4) .mb-partner-logo {
  background: #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-price a {
  background: #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-features {
  border-bottom: 1px solid #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-features p {
  color: #00ADF2;
}
.div-insurance:nth-child(5) .mb-partner-logo {
  background: #00935F;
}
.div-insurance:nth-child(5) .mb-partner-price a {
  background: #00935F;
}
.div-insurance:nth-child(5) .mb-partner-features {
  border-bottom: 1px solid #00935F;
}
.div-insurance:nth-child(5) .mb-partner-features p {
  color: #00935F;
}
.easy-bonus-insurance-view .points_details {
  background-image: url("../images/ec_bg_orange.png");
  position: relative;
  bottom: -18px;
  left: -29px;
  height: 34px;
  color: #f49a21;
  width: 268px;
  padding: 8px 20px;
  text-align: left;
  font-weight: 700;
}
.easy-bonus-insurance-view .points_wrapper {
  border-top: 1px solid #fff;
}
.easy-bonus-accommodation-view .points_details {
  background-image: url("../images/ec_bg_orange.png");
  position: relative;
  bottom: -18px;
  left: -29px;
  height: 34px;
  color: #f49a21;
  width: 268px;
  padding: 8px 20px;
  text-align: left;
  font-weight: 700;
}
.easy-bonus-accommodation-view .points_wrapper {
  border-top: 1px solid #fff;
}
@media (max-width: 770px) {
  .div-insurance .mb-partner-left,
  .div-insurance .mb-partner-right {
    width: 100%;
  }
  .div-insurance .mb-partner-features {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.partner-sticky {
}
.sticky-class {
  position: fixed;
  width: 165px;
}
.walking-up.show .sticky-class {
}
@font-face {
  font-family: "ba-icons-font";
  src: url("fonts/ba-icons-font.eot");
  src: url("fonts/ba-icons-font.eot?#iefix") format("embedded-opentype"), url("fonts/ba-icons-font.woff") format("woff"), url("fonts/ba-icons-font.ttf") format("truetype"), url("fonts/ba-icons-font.svg#ba-icons-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
i.icon {
  font-size: 25px;
  vertical-align: middle;
  margin: 0 13px 0 0;
}
@media only screen and (max-width: 770px) {
  i.icon {
    margin: 0 6px;
  }
}
.ba-icon-set, .cms-page-view .std .cms-rounded-image .caption:before,
.cms-no-route .std .cms-rounded-image .caption:before, [data-icon]:before, [class^="icon-"]:before,
[class*=" icon-"]:before, .homepage-rounded-slider .slider .tp-leftarrow:before,
.homepage-rounded-slider .slider .tp-rightarrow:before, .homepage-rounded-slider #slider-caption h2:before, .homepage-rounded-slider #slider-caption #checkout-review-table-wrapper .checkout-review-container .item h3:before, #checkout-review-table-wrapper .checkout-review-container .item .homepage-rounded-slider #slider-caption h3:before, .homepage-rounded-slider #slider-caption #review-buttons-container .totals .price:before, #review-buttons-container .totals .homepage-rounded-slider #slider-caption .price:before, .homepage-rounded-video .caption-box .title:before, body.yt-modal .overlay-modal:after {
  font-family: "ba-icons-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  content: attr(data-icon);
}
.icon-arrow-left:before {
  content: "\61";
}
.icon-arrow-right:before {
  content: "\62";
}
.icon-arrow-slider:before {
  content: "\63";
}
.icon-arrow-video:before {
  content: "\64";
}
.icon-icon-infolinia:before {
  content: "\65";
}
.icon-icon-konto:before {
  content: "\66";
}
.icon-icon-play:before {
  content: "\67";
}
.icon-icon-zamknij-01:before {
  content: "\68";
}
.icon-mobile-burger-menu:before {
  content: "\69";
}
.icon-mobile-szukaj-01:before {
  content: "\6a";
}
.icon-basket:before {
  content: "\6c";
}
.icon-mobile-zamknij-menu:before {
  content: "\6b";
}
.ratio--box {
  position: relative;
  padding-bottom: 46.66%;
  height: 0;
  overflow: hidden;
}
.ratio--box > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vertical-align--middle {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 770px) {
  .big-title .hide-for-small {
    display: none;
  }
}
.our-partners-block {
  padding-bottom: 110px;
  overflow: hidden;
}
.our-partners-block .item {
  float: left;
  width: 48%;
  overflow: hidden;
  color: #57585A;
  margin-left: 1%;
  margin-right: 1%;
}
.our-partners-block .item p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.2em;
}
.our-partners-block .item p:not(.title) {
  line-height: 1.4;
}
.our-partners-block .item a {
  font-weight: 700;
  text-transform: uppercase;
  color: #EE1D23;
  letter-spacing: 0.08em;
}
.our-partners-block .item .title {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 1em;
}
@media only screen and (max-width: 979px) {
  .our-partners-block .item .title {
    margin-top: 50px;
  }
}
.our-partners-block .item .description {
  float: left;
  width: 59%;
}
.our-partners-block .item .img {
  text-align: center;
  float: left;
  width: 35%;
}
.our-partners-block .item .img img {
  display: inline-block;
  max-width: 100%;
}
.our-partners-block .item .description {
  float: right;
  width: 62%;
}
@media only screen and (max-width: 770px) {
  .our-partners-block {
    padding-bottom: 60px;
  }
  .our-partners-block .item {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .our-partners-block .item .description,
  .our-partners-block .item .img {
    width: 100%;
  }
}
.timezone-box {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #57585A;
  color: #fff;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30%;
}
.timezone-box.dark {
  background: #1c385f;
}
.timezone-box > .inner {
  padding: 2.8% 6.5%;
}
.timezone-box .where-and-when {
  font-style: italic;
  font-weight: 400;
}
.timezone-box .current-weather {
  position: absolute;
  bottom: 17%;
  left: 50%;
}
.timezone-box .local-time {
  position: absolute;
  bottom: 17%;
  left: 5%;
}
.timezone-box .ico {
  vertical-align: middle;
}
@media only screen and (max-width: 979px) {
  .timezone-box .where-and-when,
  .timezone-box .local-time,
  .timezone-box .current-weather {
    font-size: 80%;
    bottom: 6%;
  }
  .timezone-box .ico {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 770px) {
  .timezone-box .where-and-when,
  .timezone-box .local-time,
  .timezone-box .current-weather {
    font-size: 80%;
  }
  .timezone-box .ico {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 599px) {
  .timezone-box .where-and-when,
  .timezone-box .local-time,
  .timezone-box .current-weather {
    font-size: 100%;
    bottom: 17%;
  }
  .timezone-box .ico {
    transform: scale(1);
  }
}
@media only screen and (max-width: 479px) {
  .timezone-box .where-and-when,
  .timezone-box .local-time,
  .timezone-box .current-weather {
    font-size: 80%;
  }
  .timezone-box .ico {
    transform: scale(0.8);
  }
}
.tp-bannershadow.tp-shadow2 {
  display: none;
}
.ico {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../images/timezone-icons.png") no-repeat 0 0;
  width: 50px;
  height: 40px;
}
.ico.ico-clock {
  background-position: 0 -4px;
}
.ico.ico-cloudy {
  background-position: -59px -2px;
}
.follow-block {
  margin-bottom: 10px;
}
.follow-block .video-box {
  float: left;
  width: 69%;
}
.follow-block .yt-box {
  position: relative;
  float: left;
  width: 31%;
  border-left: 2px solid #fff;
  text-align: center;
  background: #db2332;
  color: #fff;
  padding-bottom: 32.2%;
}
.follow-block .yt-box > .inner {
  padding: 25px;
}
.follow-block:after {
  content: '';
  display: table;
  clear: both;
}
.follow-block .campaign-block {
  margin-top: 17%;
  text-align: center;
}
.follow-block .campaign-block .block-title {
  font-size: 7px;
  text-align: center;
  padding: 0;
}
.follow-block .campaign-block .block-title small,
.follow-block .campaign-block .block-title strong {
  color: #fff;
  font-weight: 600;
}
.follow-block .campaign-block .button, .follow-block .campaign-block .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a, .follow-block .campaign-block .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a, .follow-block .campaign-block .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a, .follow-block .campaign-block .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a, .follow-block .campaign-block .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a, .follow-block .campaign-block .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a, .follow-block .campaign-block body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a, .follow-block .campaign-block body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .follow-block .campaign-block a,
.follow-block .campaign-block body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a,
.follow-block .campaign-block body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .follow-block .campaign-block a {
  display: block;
  margin: 0 auto;
  font-size: 11px;
  width: 75%;
}
.follow-block .campaign-block .button:hover, .follow-block .campaign-block .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a:hover, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a:hover, .follow-block .campaign-block body.customer-account-create.bridge .inchoo-socialconnect-google-inner a:hover, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .follow-block .campaign-block a:hover,
.follow-block .campaign-block body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .follow-block .campaign-block a:hover,
.follow-block .campaign-block body.customer-account-login.bridge .inchoo-socialconnect-google-inner a:hover,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .follow-block .campaign-block a:hover {
  color: #db2332;
}
.follow-block .small {
  font-style: italic;
  font-size: 11px;
  margin-top: 15px;
}
.tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
  border: 0 !important;
}
@media only screen and (max-width: 979px) {
  .hide-for-large-down {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .hide-for-small-up {
    display: none;
  }
}
[class*="cms-circle-"],
[class*="numbers-"],
[id*="hp-slider-"],
[class*="hp-video-"] {
  position: absolute;
  z-index: 50;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cms-index-index .rev_slider_wrapper {
  margin-bottom: 0px !important;
}
.homepage-rounded-slider {
  position: absolute;
  height: 610px;
  width: 100%;
}
.homepage-rounded-slider .slider {
  position: absolute;
  top: 58px;
  z-index: 100;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-rounded-slider .slider .ratio--box {
  padding-bottom: 100%;
}
.homepage-rounded-slider .slider .rev_slider_wrapper {
  background: none !important;
}
.homepage-rounded-slider .slider .tp-revslider-slidesli {
  border-radius: 236px;
}
.homepage-rounded-slider .slider .tp-leftarrow,
.homepage-rounded-slider .slider .tp-rightarrow {
  background: none;
  font-size: 3em;
  color: #EE1D23;
  opacity: .6 !important;
  left: auto !important;
  top: 414px !important;
  transition: opacity 0.33s;
}
.homepage-rounded-slider .slider .tp-leftarrow:hover,
.homepage-rounded-slider .slider .tp-rightarrow:hover {
  opacity: 1 !important;
}
.homepage-rounded-slider .slider .tp-leftarrow {
  right: 3px;
}
.homepage-rounded-slider .slider .tp-rightarrow {
  right: -50px;
}
.homepage-rounded-slider .slider .tp-leftarrow:before {
  content: "\61";
}
.homepage-rounded-slider .slider .tp-rightarrow:before {
  content: "\62";
}
.homepage-rounded-slider .slider .tp-caption:not(.slidelink) {
  display: none !important;
}
.homepage-rounded-slider #slider-caption {
  position: absolute;
  top: 412px;
  left: 690px;
  width: 32%;
  opacity: 1;
  z-index: 100;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.homepage-rounded-slider #slider-caption h2, .homepage-rounded-slider #slider-caption #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .homepage-rounded-slider #slider-caption h3, .homepage-rounded-slider #slider-caption #review-buttons-container .totals .price, #review-buttons-container .totals .homepage-rounded-slider #slider-caption .price {
  position: relative;
  font-size: 35px !important;
  color: #EE1D23;
  text-transform: none !important;
  line-height: 1.1em !important;
}
.homepage-rounded-slider #slider-caption h2:before, .homepage-rounded-slider #slider-caption #checkout-review-table-wrapper .checkout-review-container .item h3:before, #checkout-review-table-wrapper .checkout-review-container .item .homepage-rounded-slider #slider-caption h3:before, .homepage-rounded-slider #slider-caption #review-buttons-container .totals .price:before, #review-buttons-container .totals .homepage-rounded-slider #slider-caption .price:before {
  position: absolute;
  display: block;
  left: -87px;
  top: -12px;
  opacity: 1 !important;
  font-size: 1.8em;
  content: "\63";
}
.homepage-rounded-slider #slider-caption p {
  color: #57585A;
  font-size: 18px !important;
  line-height: 1.4em !important;
}
.homepage-rounded-slider [id*="hp-slider-"] {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-rounded-slider [id*="hp-slider-"][id*="circle-1"] {
  background-image: url("../images/homepage/slider-graphics/maly-gora-lewo.png");
}
.homepage-rounded-slider [id*="hp-slider-"][id*="circle-2"] {
  background-image: url("../images/homepage/slider-graphics/duzy-gora-prawo.png");
}
.homepage-rounded-slider [id*="hp-slider-"][id*="circle-3"] {
  background-image: url("../images/homepage/slider-graphics/duzy-srodek-lewo.png");
}
.homepage-rounded-slider [id*="hp-slider-"][id*="circle-4"] {
  background-image: url("../images/homepage/slider-graphics/maly-dol-lewo.png");
}
.homepage-rounded-slider [id*="hp-slider-"][id*="circle-5"] {
  background-image: url("../images/homepage/slider-graphics/maly-dol-prawo.png");
}
.homepage-rounded-video {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  position: absolute;
}
.homepage-rounded-video .video-box {
  overflow: hidden;
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  border-radius: 125px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 100;
}
.homepage-rounded-video .yt-container {
  padding-bottom: 100%;
}
.homepage-rounded-video .yt-container .video-placeholder img {
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.homepage-rounded-video .yt-container .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e5985;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.homepage-rounded-video .yt-container:hover .mask {
  opacity: 0.8;
}
.homepage-rounded-video .yt-container .play {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  height: auto;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.homepage-rounded-video .yt-container .play .icon {
  font-size: 37px;
  display: block;
  margin: 0;
}
.homepage-rounded-video [class*="hp-video-"] {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-rounded-video [class*="hp-video-"][class*="circle-1"] {
  top: 0px;
  left: 158px;
  width: 200px;
  height: 200px;
  background-image: url("../images/homepage/slider-graphics/video-gora.png");
}
.homepage-rounded-video [class*="hp-video-"][class*="circle-2"] {
  top: 157px;
  left: 230px;
  width: 145px;
  height: 145px;
  background-image: url("../images/homepage/slider-graphics/video-prawo.png");
}
.homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
  top: 200px;
  left: 96px;
  width: 175px;
  height: 175px;
  background-image: url("../images/homepage/slider-graphics/video-dol.png");
}
.homepage-rounded-video .caption-box {
  position: absolute;
  top: 42px;
  right: 2%;
  z-index: 90;
  width: 25%;
  color: #57585A;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.homepage-rounded-video .caption-box .title {
  margin: 0 0 0.6em;
  font-size: 24px;
  color: #57585A;
}
.homepage-rounded-video .caption-box .title:before {
  position: absolute;
  display: block;
  left: -59px;
  top: 2px;
  opacity: 1 !important;
  font-size: 1.8em;
  color: #EE1D23;
  -moz-transform: scale(1, -1) rotateZ(-17deg);
  -ms-transform: scale(1, -1) rotateZ(-17deg);
  -webkit-transform: scale(1, -1) rotateZ(-17deg);
  transform: scale(1, -1) rotateZ(-17deg);
  content: "\63";
}
.homepage-rounded-video .caption-box p {
  font-size: 18px;
  line-height: 1.4em;
}
.upper-homepage-fireworks {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 600px;
  z-index: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.upper-homepage-fireworks + .row, .main-container-row .upper-homepage-fireworks + .page-title {
  z-index: 2;
}
.upper-homepage-fireworks .homepage-rounded-slider {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.upper-homepage-fireworks .homepage-rounded-slider .slider {
  width: 470px;
  height: 470px;
  left: 30%;
}
.upper-homepage-fireworks .homepage-rounded-slider #slider-caption {
  left: 51%;
  top: 380px;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"] {
  transition: all 0.33s;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-1"] {
  top: 37px;
  left: 18%;
  width: 200px;
  height: 200px;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-2"] {
  top: 12px;
  left: 43%;
  width: 314px;
  height: 314px;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-3"] {
  top: 217px;
  left: 14%;
  width: 255px;
  height: 255px;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-4"] {
  top: 424px;
  left: 23%;
  width: 167px;
  height: 167px;
}
.upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-5"] {
  top: 436px;
  left: 38%;
  width: 140px;
  height: 140px;
}
.upper-homepage-fireworks .homepage-rounded-video {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.upper-homepage-fireworks .homepage-rounded-video .video-box {
  left: 62%;
  width: 220px;
  height: 220px;
  top: 26%;
}
.upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-1"] {
  top: 0px;
  left: 63%;
  width: 200px;
  height: 200px;
}
.upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-2"] {
  top: 157px;
  left: 67.4%;
  width: 145px;
  height: 145px;
}
.upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
  top: 200px;
  left: 57.3%;
  width: 175px;
  height: 175px;
}
@media only screen and (max-width: 1549px) {
  .upper-homepage-fireworks .homepage-rounded-video {
    margin-left: 60px;
  }
  .upper-homepage-fireworks .homepage-rounded-video .caption-box {
    width: 27%;
    padding-right: 85px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider #slider-caption {
    left: 62%;
    top: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .upper-homepage-fireworks {
    opacity: 1;
    
  }
  .upper-homepage-fireworks .homepage-rounded-video {
    width: 100%;
  }
  .upper-homepage-fireworks .homepage-rounded-video .video-box {
    left: 62%;
    width: 192px;
    height: 192px;
    top: 26%;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-1"] {
    top: 29px;
    left: 64%;
    width: 180px;
    height: 180px;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-2"] {
    top: 180px;
    left: 68.4%;
    width: 125px;
    height: 125px;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
    top: 202px;
    left: 57%;
    width: 148px;
    height: 148px;
  }
}
@media only screen and (max-width: 979px) {
  .upper-homepage-fireworks {
    height: auto;
  }
  .upper-homepage-fireworks .homepage-rounded-video {
    height: auto;
    position: relative;
    overflow: visible;
    width: 58%;
    margin: 8em 0 12em;
  }
  .upper-homepage-fireworks .homepage-rounded-video .video-box {
    width: 220px;
    height: 220px;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .upper-homepage-fireworks .homepage-rounded-video .caption-box {
    position: absolute;
    left: 85%;
    top: -50px;
    width: 84%;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-1"] {
    top: -81px;
    left: 57%;
    width: 200px;
    height: 200px;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-2"] {
    top: 108px;
    left: 69%;
    width: 145px;
    height: 145px;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
    top: 167px;
    left: 33%;
    width: 175px;
    height: 130px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider {
    position: relative;
    height: auto;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .slider {
    width: 472px;
    height: 472px;
    margin: 70px auto;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    left: 0;
  }
  .upper-homepage-fireworks .homepage-rounded-slider #slider-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10%;
  }
  .upper-homepage-fireworks .homepage-rounded-slider #slider-caption h2:before, .upper-homepage-fireworks .homepage-rounded-slider #slider-caption #checkout-review-table-wrapper .checkout-review-container .item h3:before, #checkout-review-table-wrapper .checkout-review-container .item .upper-homepage-fireworks .homepage-rounded-slider #slider-caption h3:before, .upper-homepage-fireworks .homepage-rounded-slider #slider-caption #review-buttons-container .totals .price:before, #review-buttons-container .totals .upper-homepage-fireworks .homepage-rounded-slider #slider-caption .price:before {
    display: none;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-1"] {
    top: -1px;
    left: 27%;
    width: 170px;
    height: 170px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-2"] {
    top: -14px;
    left: 72%;
    width: 280px;
    height: 280px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-3"] {
    top: 200px;
    left: 24%;
    width: 215px;
    height: 215px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-4"] {
    top: 386px;
    left: 42%;
    width: 140px;
    height: 140px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-5"] {
    top: 326px;
    left: 71%;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 770px) {
  .upper-homepage-fireworks {
    opacity: 1;
    margin-top: -60px;
  }
  .upper-homepage-fireworks .homepage-rounded-video {
    width: 58%;
    margin: 8em 0;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
    top: 176px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider {
    opacity: 1;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .slider {
    width: 400px;
    height: 400px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider #slider-caption {
    opacity: 1;
  }
}
@media only screen and (max-width: 770px) {
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-1"] {
    top: -8px;
    left: 28%;
    width: 170px;
    height: 170px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-2"] {
    top: -44px;
    left: 76%;
    width: 280px;
    height: 280px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-3"] {
    top: 175px;
    left: 24%;
    width: 215px;
    height: 215px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-4"] {
    top: 323px;
    left: 53%;
    width: 140px;
    height: 140px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-5"] {
    top: 261px;
    left: 74%;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .upper-homepage-fireworks {
    opacity: 1;
  }
  .upper-homepage-fireworks .homepage-rounded-video {
    width: 80%;
    margin: 8em auto 8em;
  }
  .upper-homepage-fireworks .homepage-rounded-video .caption-box {
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 50px;
  }
  .upper-homepage-fireworks .homepage-rounded-video .caption-box .title:before {
    display: none;
  }
  .upper-homepage-fireworks .homepage-rounded-video [class*="hp-video-"][class*="circle-3"] {
    top: 150px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider {
    opacity: 1;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .slider {
    width: 400px;
    height: 400px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .slider .tp-leftarrow {
    right: auto;
    left: 30px !important;
    bottom: -46px !important;
    top: auto !important;
    opacity: .8 !important;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .slider .tp-rightarrow {
    right: auto;
    left: 82px !important;
    bottom: -46px !important;
    top: auto !important;
    opacity: .8 !important;
  }
  .upper-homepage-fireworks .homepage-rounded-slider #slider-caption {
    opacity: 1;
  }
  .upper-homepage-fireworks .homepage-rounded-slider .caption-box {
    position: relative;
    width: 100%;
    padding: 0 10%;
    left: 0;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-1"] {
    top: -16px;
    left: 19%;
    width: 170px;
    height: 170px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-2"] {
    top: -54px;
    left: 80%;
    width: 280px;
    height: 280px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-3"] {
    top: 163px;
    left: 11%;
    width: 215px;
    height: 215px;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-4"] {
    top: 299px;
    left: 38%;
    width: 140px;
    height: 140px;
    opacity: 0;
  }
  .upper-homepage-fireworks .homepage-rounded-slider [id*="hp-slider-"][id*="circle-5"] {
    top: 294px;
    left: 74%;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 375px) {
  .upper-homepage-fireworks .homepage-rounded-slider .slider {
    width: 95%;
    height: 375px;
  }
}
.slide-change-pending #slider-caption {
  opacity: 0;
  left: 680px;
}
.bridge-in-numbers {
  position: relative;
  background-color: #57585A;
  padding: 0 30px;
  min-height: 640px;
  color: #fff;
  overflow: hidden;
}
.bridge-in-numbers [class*="numbers-"] {
  opacity: 0.15;
}
.bridge-in-numbers [class*="numbers-"][class*="circle-1"] {
  top: 100px;
  left: 9%;
  width: 100px;
  height: 100px;
  background-image: url("../images/homepage/numbers-graphics/maly-prawo-lewo.png");
}
.bridge-in-numbers [class*="numbers-"][class*="circle-2"] {
  top: -50px;
  left: 94%;
  width: 400px;
  height: 400px;
  background-image: url("../images/homepage/numbers-graphics/duzy-prawo-gora.png");
}
.bridge-in-numbers [class*="numbers-"][class*="circle-3"] {
  top: 250px;
  left: 60%;
  width: 100px;
  height: 100px;
  background-image: url("../images/homepage/numbers-graphics/maly-prawo-lewo.png");
}
.bridge-in-numbers [class*="numbers-"][class*="circle-4"] {
  top: 350px;
  left: 8%;
  width: 320px;
  height: 320px;
  background-image: url("../images/homepage/numbers-graphics/duzy-lewo.png");
}
.bridge-in-numbers [class*="numbers-"][class*="circle-5"] {
  top: 380px;
  left: 67%;
  width: 285px;
  height: 285px;
  background-image: url("../images/homepage/numbers-graphics/duzy-prawo-dol.png");
}
@media only screen and (max-width: 599px) {
  .bridge-in-numbers [class*="numbers-"][class*="circle-4"], .bridge-in-numbers [class*="numbers-"][class*="circle-5"] {
    opacity: 0;
  }
}
.bridge-in-numbers ul {
  width: 100%;
  margin: 4em auto 0;
  list-style: none;
  padding: 45px 0;
  overflow: hidden;
  max-width: 1200px;
}
.bridge-in-numbers ul li {
  width: 33%;
  margin: 0 auto;
  text-align: left;
  float: left;
  padding: 0 0 0 25px;
  opacity: 0;
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.5s;
  -o-transition: opacity 0.5s linear, -o-transform 0.5s;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s;
  transition: opacity 0.5s linear, transform 0.5s;
}
.bridge-in-numbers ul li:hover > div {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.bridge-in-numbers ul li.visible {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.bridge-in-numbers ul li > div {
  max-width: 330px;
  margin: 0 auto;
  text-align: left;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.bridge-in-numbers ul li .num {
  font-weight: 700;
  font-size: 50px;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.bridge-in-numbers ul li .label {
  font-weight: 700;
  color: #e1e1e1;
  font-size: 24px;
  margin-left: -7%;
  margin-bottom: 0.8em;
  line-height: 1;
}
.bridge-in-numbers ul li .last-part {
  font-weight: 400;
  color: #e1e1e1;
  font-size: 18px;
}
@media only screen and (min-width: 980px) {
  .bridge-in-numbers ul li:nth-child(2) {
    margin-top: -40px;
  }
  .bridge-in-numbers ul li:nth-child(3) {
    margin-top: 30px;
  }
  .bridge-in-numbers ul li:nth-child(4) {
    margin-top: 37px;
    margin-left: 13%;
  }
  .bridge-in-numbers ul li:nth-child(5) {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .bridge-in-numbers ul {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .bridge-in-numbers ul {
    margin: 0;
    padding: 4em 0px;
  }
  .bridge-in-numbers ul li {
    padding-left: 0;
    text-align: center;
    width: 50%;
    margin-bottom: 2.5em;
  }
  .bridge-in-numbers ul li > div {
    text-align: center;
  }
  .bridge-in-numbers ul li .label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 599px) {
  .bridge-in-numbers ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .bridge-in-numbers li:last-child {
    width: 100%;
  }
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree li ul li a:hover {
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  font-weight: 700;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree li ul li.active ul {
  padding-top: 11px;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree li ul li.active ul > li {
  font-size: 12px;
  margin-bottom: 9px;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree li ul li.active ul > li.highlighted {
  font-weight: bold;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree li ul li.active ul > li:last-child {
  margin-bottom: 5px;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree ul,
.bridge-cms-pages .main-container .main .sidebar .cms-tree li {
  display: none;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree > li > a {
  display: none;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree > li.active {
  display: block;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree > li.active > ul {
  display: block;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree > li.active > ul li {
  display: block;
}
.bridge-cms-pages .main-container .main .sidebar .cms-tree > li.active > ul li.active > ul {
  display: block;
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header {
  position: relative;
  padding: 0.5em;
  text-align: center;
  outline: 1px solid #e1e1e1;
  cursor: pointer;
  -moz-transition: background-color 0.35s, outline 0.35s;
  -o-transition: background-color 0.35s, outline 0.35s;
  -webkit-transition: background-color 0.35s, outline 0.35s;
  transition: background-color 0.35s, outline 0.35s;
}
@media only screen and (max-width: 599px) {
  .bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header {
    padding: 0.5em 2em;
  }
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  right: 0.8em;
  top: 0.7em;
  color: #e1e1e1;
  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;
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header .ui-icon:before {
  content: '\f078';
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header.ui-state-active {
  color: #fff;
  background-color: #cd332b;
  outline-color: transparent;
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #B51F18;
}
.bridge-cms-pages .main-container .main .std .ui-accordion .ui-accordion-content > .inner {
  padding: .5em 0px 1.5em;
}
.bridge-cms-pages #header.show + * + * + .main-container .main .sidebar .cms-tree {
  padding-top: 108px;
}
#header .cms-submenus .anchors,
#top-cms-links-mobile .cms-tree .anchors {
  display: none !important;
}
#top-cms-links-mobile .cms-tree > li > ul {
  display: none !important;
}
@media (min-width: 850px) {
  body.cms-page-view .mobile-courses-search {
    border-top: 0;
  }
}
body.cms-page-view .mobile-courses-search .skip-content {
  overflow: hidden;
}
body.cms-page-view .cms-navigation-wrapper {
  display: block;
  z-index: 1;
  position: relative;
}
@media (min-width: 850px) {
  body.cms-page-view .cms-navigation-wrapper {
    display: none;
  }
}
body.cms-page-view .cms-navigation-wrapper p {
  font-size: 18px;
  letter-spacing: 0.4px;
  padding: 14px 15px;
  color: #EE1D23;
  cursor: pointer;
}
body.cms-page-view .cms-navigation-wrapper p .cms-page,
body.cms-page-view .cms-navigation-wrapper p .cms-separator {
  font-weight: 600;
}
body.cms-page-view .cms-navigation-wrapper p i {
  float: right;
}
.stepbystep-wrapper {
    padding-top: 25px;
  background: #fff;
  margin-top: -2px;
}
.stepbystep-wrapper .title-wrapper .title {
  margin-top: 0;
  color: #EE1D23;
  margin-bottom: 20px;
}
.stepbystep-wrapper .title-wrapper p {
  font-size: 17px;
  color: #57585A;
  margin-bottom: 0.8em;
}
.stepbystep-wrapper .wrapper {
  color: #fff;
  background: #EE1D23;
  padding: 1em 0 0;
}
.stepbystep-wrapper .wrapper .inner,
.stepbystep-wrapper .title-wrapper {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 15px 15px;
}
#sbs-accordion .ui-accordion-header:first-of-type {
  border: none;
}
#sbs-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  content: "\f107";
}
#sbs-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:before {
  content: "\f106";
}
#sbs-accordion .ui-accordion-header em {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 1.6em;
}
@media only screen and (max-width: 979px) {
  #sbs-accordion .ui-accordion-header em {
    display: block;
    padding-left: 0;
  }
}
#sbs-accordion .ui-accordion-content {
  padding: 0 0 3em;
}
.search-course-form, .search-bonus-form {
  margin: 0px 0 40px;
}
.search-course-form ul, .search-bonus-form ul {
  list-style: none;
}
.search-course-form ul li, .search-bonus-form ul li {
  margin-left: 0;
}
.search-course-form button.button, .search-bonus-form button.button {
  width: 100%;
}
.search-course-form .block-title, .search-bonus-form .block-title {
  margin-bottom: 30px;
}
.search-course-form select, .search-bonus-form select {
  font-weight: 400;
}
.search-bonus-form a.button, .search-bonus-form .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .search-bonus-form a, .search-bonus-form .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner .search-bonus-form a, .search-bonus-form .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner .search-bonus-form a, .search-bonus-form .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner .search-bonus-form a, .search-bonus-form .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner .search-bonus-form a, .search-bonus-form .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner .search-bonus-form a, .search-bonus-form body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner .search-bonus-form a, .search-bonus-form body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner .search-bonus-form a,
.search-bonus-form body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner .search-bonus-form a,
.search-bonus-form body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner .search-bonus-form a {
  width: 100%;
}
.toolbar {
  font-size: 17px;
}
.toolbar .right-toolbar {
  float: right;
  width: 42%;
}
.toolbar .right-toolbar .toolbar-part {
  text-align: right;
}
.toolbar .right-toolbar .toolbar-part select {
  display: inline-block;
  line-height: 39px;
  height: 39px;
  width: 200px;
  font-weight: normal;
}
.toolbar .right-toolbar .sort-right {
  display: none;
  float: right;
}
.toolbar .right-toolbar .sort-right ul {
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid #838383;
  display: inline-block;
}
.toolbar .right-toolbar .sort-right ul li {
  display: inline-block;
}
.toolbar .right-toolbar .sort-right ul li > * {
  padding: 5px;
  text-align: center;
  line-height: 20px;
}
.toolbar .right-toolbar .sort-right ul li > * i {
  font-size: 15px;
}
.toolbar .right-toolbar .sort-right ul li a {
  background: #fff;
}
.toolbar .right-toolbar .sort-right ul li a i {
  color: #838383;
}
.toolbar .right-toolbar .sort-right ul li strong {
  background: #838383;
}
.toolbar .right-toolbar .sort-right ul li strong i {
  color: #fff;
}
@media only screen and (max-width: 670px) {
   
  .toolbar .right-toolbar {
    width: 100%;
    margin-top: 1em;
  }
}
.toolbar .label {
  padding-right: 5px;
}
.catalog-category-view .block-title {
  text-align: left;
  margin-bottom: 30px;
}
.catalog-category-view .widget.widget-promo {
  position: relative;
  padding-top: 5px;
}
.catalog-category-view .widget.widget-promo .widget-promo-products {
  border-bottom: 1px solid #e1e1e1;
}
.catalog-category-view .widget.widget-promo .widget-promo-products > .action {
  position: absolute;
  top: -79px;
  right: 0;
  width: auto;
}
@media only screen and (max-width: 599px) {
   
  .catalog-category-view .widget.widget-promo .widget-promo-products > .action {
    padding-bottom: 23px;
    top: auto;
    width: 100%;
  }
}
.catalog-category-view .category-products .toolbar-bottom,
.catalog-category-view .category-products .toolbar-top-wrapper {
  width: 100%;
  margin-bottom: 2em;
}
.catalog-category-view .category-products .toolbar-bottom > .title,
.catalog-category-view .category-products .toolbar-top-wrapper > .title {
  display: none;
}
.catalog-category-view .category-slider {
  margin-bottom: 25px;
}
.catalog-category-view .col-left-first {
  width: 24%;
}
@media only screen and (max-width: 770px) {
   
  .catalog-category-view .col-left-first {
    width: auto;
  }
}
.catalog-category-view .col-left select,
.catalog-category-view .col-main select {
  font-weight: 700;
  font-size: 17px;
}
.easy-bonus-accommodation-index .products-grid > li.item .product-info .bottom-info .price-box .price-container .label,
.easy-bonus-accommodation-index .products-grid > li.item .product-info .bottom-info .price-box .price-container .regular-price,
.easy-bonus-accommodation-index .products-grid > li.item .product-info .bottom-info .price-box .duration-container .label,
.easy-bonus-accommodation-index .products-grid > li.item .product-info .bottom-info .price-box .duration-container .info {
  display: inline-block;
  text-transform: none;
}
.easy-bonus-accommodation-index .duration-info {
  font-size: 13px !important;
  font-weight: 400 !important;
}
.easy-bonus-accommodation-index .duration-info span {
  font-size: 16px;
  font-weight: 600;
}
.easy-bonus-accommodation-index .price-box .price-container label {
  display: inline-block;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.easy-bonus-accommodation-index .price-box .price-container .regular-price .price .price {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.easy-bonus-accommodation-index .more .inner ul li {
  list-style-type: none;
  font-size: 12px;
  margin-left: 10px;
}
.easy-bonus-accommodation-index .more .inner ul li::before {
  content: '.';
  font-size: 25px;
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  vertical-align: bottom;
}
.easy-bonus-accommodation-index .more .inner ul + span {
  display: none;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 13px;
}
.easy-bonus-accommodation-index #layered-navigation {
  border: none;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .clear-all {
  opacity: 1;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .block-title span:nth-child(2) {
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form input[type=checkbox] {
  display: none;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form input[type="checkbox"]:checked + label {
  font-weight: 600;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form input[type="checkbox"]:checked + label::before {
  background-color: #57585A;
  border-color: transparent;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 5px;
  background: transparent;
  top: 9px;
  left: 3px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form select,
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #weeks,
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .input-text {
  border-color: #57585A;
  color: #57585A;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .input-text {
  padding: 13px 15px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #weeks {
  font-weight: 400;
  font-size: 15px !important;
  height: 50.5px;
  line-height: 1;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .input-box {
  position: relative;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .fa-calendar {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #57585A;
  font-size: 18px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range .active-track {
  background: #627FA2;
  height: 12px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range .filter-handle {
  background: #345081;
  height: 22px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range .filter-handle:after {
  background: #345081;
  top: 4px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range #filter_price-decimal-min::after {
  left: 5px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range #filter_price-decimal-max {
  margin-top: -22px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form #filter_price-decimal-range #filter_price-decimal-max::after {
  left: -6px;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .catalin_seo-filter li,
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .catalin_seo-filter span {
  color: #345081;
}
.easy-bonus-accommodation-index #layered-navigation .narrow-by-list #accommodation-form .catalin_seo-filter li {
  font-size: 18px;
}
.narrow-by-list .container-filter {
  background: #fff !important;
}
.up-sell-grid .item .promo-label,
.box-up-sell .item .promo-label,
.products-grid .item .promo-label {
  background: none !important;
  display: block;
}
.up-sell-grid .item .promo-label i,
.box-up-sell .item .promo-label i,
.products-grid .item .promo-label i {
  display: block;
}
.up-sell-grid .item .promo-label:after,
.box-up-sell .item .promo-label:after,
.products-grid .item .promo-label:after {
  border-bottom-color: transparent;
}
#flying-courses-search-form h4, #flying-courses-search-form .collateral-tabs dd .tt-header, .collateral-tabs dd #flying-courses-search-form .tt-header,
#flying-services-search-form h4,
#flying-services-search-form .collateral-tabs dd .tt-header,
.collateral-tabs dd #flying-services-search-form .tt-header {
  padding: 1.2em 0 1em;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #57585A;
  margin-bottom: 0px;
}
#flying-courses-search-form .products-grid li .button, #flying-courses-search-form .products-grid li .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a, .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a, body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #flying-courses-search-form .products-grid li a, #flying-courses-search-form .products-grid li body.customer-account-create.bridge .inchoo-socialconnect-google-inner a, body.customer-account-create.bridge .inchoo-socialconnect-google-inner #flying-courses-search-form .products-grid li a,
#flying-courses-search-form .products-grid li body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #flying-courses-search-form .products-grid li a,
#flying-courses-search-form .products-grid li body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #flying-courses-search-form .products-grid li a,
#flying-services-search-form .products-grid li .button,
#flying-services-search-form .products-grid li .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li .opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.opc #opc-login .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li .customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li .customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-login .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li .customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-facebook-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li .customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner a,
.customer-account-create .col2-set .col-2 .inchoo-socialconnect-google-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-facebook-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li body.customer-account-create.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-create.bridge .inchoo-socialconnect-google-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-facebook-inner #flying-services-search-form .products-grid li a,
#flying-services-search-form .products-grid li body.customer-account-login.bridge .inchoo-socialconnect-google-inner a,
body.customer-account-login.bridge .inchoo-socialconnect-google-inner #flying-services-search-form .products-grid li a {
  width: 100%;
}
#flying-services-search-form h4, #flying-services-search-form .collateral-tabs dd .tt-header, .collateral-tabs dd #flying-services-search-form .tt-header {
  margin-bottom: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0px;
}
#flying-services-search-form .products-grid li {
  position: relative;
  margin-bottom: 1px;
  border-top: 1px solid #e1e1e1;
}
#flying-services-search-form .products-grid li:first-child {
  border: none;
}
#flying-services-search-form .products-grid li a {
  display: block;
  color: #57585A;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-transform: none;
  font-weight: 700;
  line-height: 4em;
  padding-left: 0em;
}
#flying-services-search-form .products-grid li a i {
  font-size: 25px;
  color: #e1e1e1;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 771px) {
  .header-left-container .dropdown-top-search {
    position: relative;
    float: left;
    width: 37%;
  }
  .header-left-container .dropdown-top-search .flying-services-search-wrap,
  .header-left-container .dropdown-top-search .flying-courses-search-wrap {
    float: left;
    width: 50%;
  }
  .header-left-container .dropdown-top-search .flying-services-search-wrap a.skip-link,
  .header-left-container .dropdown-top-search .flying-courses-search-wrap a.skip-link {
    color: #fff;
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    width: 85px;
  }
  .header-left-container .dropdown-top-search .flying-services-search-wrap a.skip-link i.fa,
  .header-left-container .dropdown-top-search .flying-courses-search-wrap a.skip-link i.fa {
    color: #fff;
    vertical-align: middle;
    margin-left: 6%;
  }
  .header-left-container .dropdown-top-search .flying-services-search-wrap a.skip-link.skip-active,
  .header-left-container .dropdown-top-search .flying-courses-search-wrap a.skip-link.skip-active {
    background-color: #fff;
    color: #57585A;
  }
  .header-left-container .dropdown-top-search .flying-services-search-wrap a.skip-link.skip-active i.fa,
  .header-left-container .dropdown-top-search .flying-courses-search-wrap a.skip-link.skip-active i.fa {
    color: #57585A;
  }
  .header-left-container .dropdown-top-search .flying-courses-search-wrap {
    border-right: 1px solid #C4121B;
  }
  .mobile-courses-search .buttons {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .header-left-container .dropdown-top-search {
    display: none;
  }
  #flying-courses-search-form,
  #flying-services-search-form {
  }
}
@media only screen and (max-width: 599px) {
  .mobile-courses-search {
    margin-bottom: 0;
  }
  .mobile-courses-search .skip-link .label {
    margin-right: 4px;
  }
  .mobile-courses-search .products-grid li {
    float: none !important;
    width: 100% !important;
  }
}
.list-fb-container.events .products-grid li.item .ratio-expander .product-image,
.widget-news-grid .products-grid li.item .ratio-expander .product-image,
.widget-promo-products .products-grid li.item .ratio-expander .product-image {
}
.list-fb-container.events .products-grid li.item .ratio-expander .product-image .img,
.widget-news-grid .products-grid li.item .ratio-expander .product-image .img,
.widget-promo-products .products-grid li.item .ratio-expander .product-image .img {
  height: 100%;
}
.list-fb-container.events .products-grid li.item .ratio-expander .product-image .img img,
.widget-news-grid .products-grid li.item .ratio-expander .product-image .img img,
.widget-promo-products .products-grid li.item .ratio-expander .product-image .img img {
  max-width: inherit !important;
}
.list-fb-container.events .products-grid li.item .description,
.widget-news-grid .products-grid li.item .description,
.widget-promo-products .products-grid li.item .description {
}
.list-fb-container.events .products-grid li.item .description .city,
.widget-news-grid .products-grid li.item .description .city,
.widget-promo-products .products-grid li.item .description .city {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 0.7em;
  opacity: 1;
  max-height: 69px;
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 599px) {
  .list-fb-container.events .products-grid li.item .description .city,
  .widget-news-grid .products-grid li.item .description .city,
  .widget-promo-products .products-grid li.item .description .city {
    max-height: 95px;
  }
}
.list-fb-container.events .products-grid li.item .description .product-name,
.widget-news-grid .products-grid li.item .description .product-name,
.widget-promo-products .products-grid li.item .description .product-name {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 17px;
  max-height: 92px;
  overflow: hidden;
  color: #fff;
}
.list-fb-container.events .products-grid li.item .description .more table,
.widget-news-grid .products-grid li.item .description .more table,
.widget-promo-products .products-grid li.item .description .more table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 1em;
}
.list-fb-container.events .products-grid li.item .description .more table td, .list-fb-container.events .products-grid li.item .description .more table th,
.widget-news-grid .products-grid li.item .description .more table td,
.widget-news-grid .products-grid li.item .description .more table th,
.widget-promo-products .products-grid li.item .description .more table td,
.widget-promo-products .products-grid li.item .description .more table th {
  width: 50%;
  color: #fff;
  line-height: 1.2;
  vertical-align: top;
  font-size: 13px;
  border: none;
  padding: 0 0 5px 0;
  font-weight: normal !important;
}
.list-fb-container.events .products-grid li.item .description .more table th,
.widget-news-grid .products-grid li.item .description .more table th,
.widget-promo-products .products-grid li.item .description .more table th {
  font-weight: normal;
}
.list-fb-container.events .products-grid li.item .description .more table td,
.widget-news-grid .products-grid li.item .description .more table td,
.widget-promo-products .products-grid li.item .description .more table td {
  font-weight: 600;
}
.list-fb-container.events .products-grid li.item .description .more table td em,
.widget-news-grid .products-grid li.item .description .more table td em,
.widget-promo-products .products-grid li.item .description .more table td em {
  font-style: normal;
  display: block;
  margin-bottom: 1px;
}
.list-fb-container.events .products-grid li.item .description .more .valid-through,
.widget-news-grid .products-grid li.item .description .more .valid-through,
.widget-promo-products .products-grid li.item .description .more .valid-through {
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: none;
}
.list-fb-container.events .products-grid.product-grid-ensure-multiply .item,
.widget-news-grid .products-grid.product-grid-ensure-multiply .item,
.widget-promo-products .products-grid.product-grid-ensure-multiply .item {
}
.list-fb-container.events .products-grid.product-grid-ensure-multiply .item.item-4,
.widget-news-grid .products-grid.product-grid-ensure-multiply .item.item-4,
.widget-promo-products .products-grid.product-grid-ensure-multiply .item.item-4 {
  margin-right: 0%;
}
@media only screen and (max-width: 979px) {
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item {
    margin-right: 4%;
    width: 48%;
  }
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item.item-2,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item.item-2,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item.item-2 {
    margin-right: 0;
  }
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .city,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .city,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .city {
    font-size: 1.285em;
  }
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay h3.product-name,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay h3.product-name,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay h3.product-name {
    font-size: 1.643em;
  }
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .desc,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .desc,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item .ratio-expander .overlay .desc {
    font-size: 1em;
  }
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item .ratio-expander .back-overlay,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item .ratio-expander .back-overlay,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item .ratio-expander .back-overlay {
    font-size: 1em;
  }
}
@media only screen and (max-width: 599px) {
  .list-fb-container.events .products-grid.product-grid-ensure-multiply .item,
  .widget-news-grid .products-grid.product-grid-ensure-multiply .item,
  .widget-promo-products .products-grid.product-grid-ensure-multiply .item {
    margin-right: 0%;
    width: 100%;
  }
}
.list-fb-container.events .title em,
.widget-news-grid .title em,
.widget-promo-products .title em {
  font-style: normal;
}
@media only screen and (min-width: 980px) {
  .list-fb-container.events .title .first,
  .widget-news-grid .title .first,
  .widget-promo-products .title .first {
    float: left;
  }
  .list-fb-container.events .title .first em,
  .widget-news-grid .title .first em,
  .widget-promo-products .title .first em {
    display: none;
  }
  .list-fb-container.events .title .last,
  .widget-news-grid .title .last,
  .widget-promo-products .title .last {
    display: block;
  }
  .list-fb-container.events .title.label-position-0 .first,
  .widget-news-grid .title.label-position-0 .first,
  .widget-promo-products .title.label-position-0 .first {
    display: none;
    margin-left: 26%;
  }
  .list-fb-container.events .title.label-position-1 .last,
  .widget-news-grid .title.label-position-1 .last,
  .widget-promo-products .title.label-position-1 .last {
    margin-left: 26%;
  }
  .list-fb-container.events .title.label-position-2 .last,
  .widget-news-grid .title.label-position-2 .last,
  .widget-promo-products .title.label-position-2 .last {
    margin-left: 51.6%;
  }
}
.list-fb-container.events .pager,
.widget-news-grid .pager,
.widget-promo-products .pager {
  margin-bottom: 1.2em;
}
.list-fb-container.events .pager .count-container,
.widget-news-grid .pager .count-container,
.widget-promo-products .pager .count-container {
  display: inline-block;
}
.widget-promo {
  position: relative;
}
.widget-promo .title {
  margin-right: 20px;
}
.widget-promo .action {
  float: left;
  text-align: left;
  margin-top: 5px;
}
.widget-promo .action a {
  color: #fff;
  text-decoration: none;
}
.widget-promo .action a:hover {
  text-decoration: none;
  opacity: 1;
}
.list-fb-container.events .products-grid li.item .action,
.events-left-sidebar .products-grid li.item .action {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  bottom: 12px;
  opacity: 0;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.list-fb-container.events .products-grid li.item:hover .action,
.events-left-sidebar .products-grid li.item:hover .action {
  opacity: 0.7;
}
.list-fb-container.events .products-grid li.item .ratio-expander {
  padding-bottom: 140%;
}
.widget-news-grid li.item:hover .description,
.widget-news-grid .products-grid li.item {
  background-color: #57585A;
}
.widget-news-grid li.item:hover .description .description,
.widget-news-grid .products-grid li.item .description {
  background-color: #30517f;
}
.widget-news-grid li.item:hover .description .description .more,
.widget-news-grid .products-grid li.item .description .more {
  background-color: #57585A;
  font-size: 17px;
  text-transform: none;
}
.widget-news-grid li.item:hover .description:hover .description,
.widget-news-grid .products-grid li.item:hover .description {
  background-color: rgba(48, 81, 127, 0.5);
}
.widget-news-grid .action {
  float: left;
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
}
.cms-page-view .std .widget-promo .title {
  display: none;
}
.cms-page-view .std .widget-promo-products .action {
  text-align: left;
}
.widget-news-grid.events-n-news .special-wrapper .action {
  position: static;
  width: 48.6%;
}
.widget-news-grid.events-n-news .special-wrapper .title {
  margin-top: 0;
}
.widget-news-grid.events-n-news .special-wrapper .col-events {
  width: 100%;
}
.widget-news-grid.events-n-news .special-wrapper .action {
  text-align: left;
}
.widget-news-grid.events-n-news .special-wrapper .col-news {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(51.2%);
  z-index: 1;
}
@media only screen and (max-width: 979px) {
  .widget-news-grid.events-n-news .special-wrapper .action {
    width: 100%;
  }
  .widget-news-grid.events-n-news .special-wrapper .col-events {
    margin-bottom: 3em;
  }
  .widget-news-grid.events-n-news .special-wrapper .col-news {
    transform: initial;
    position: static;
    top: auto;
  }
}
.events-n-news .title {
  margin-right: 20px;
}
.events-n-news .products-grid li:nth-child(1n+3) {
  display: none;
}
body .offset-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(51, 51, 51, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body aside.offset {
  display: block;
  visibility: hidden;
  position: fixed;
  width: 256px;
  height: 100%;
  background: #f5f5f5;
  overflow: auto;
  z-index: 3500;
  margin-top: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 599px) {
  body aside.offset {
    width: 350px;
  }
}
body aside.offset.offset-right {
  right: 0;
  -moz-transform: translate3d(256px, 0, 0);
  -ms-transform: translate3d(256px, 0, 0);
  -webkit-transform: translate3d(256px, 0, 0);
  transform: translate3d(256px, 0, 0);
}
body aside.offset.offset-left {
  left: 0;
  -moz-transform: translate3d(-265px, 0, 0);
  -ms-transform: translate3d(-265px, 0, 0);
  -webkit-transform: translate3d(-265px, 0, 0);
  transform: translate3d(-265px, 0, 0);
}
body aside#cart {
  padding: 20px;
}
body.offset-open {
  overflow: hidden;
}
body.offset-open .wrapper {
  overflow: hidden;
}
body.offset-open .offset-overlay {
  visibility: visible;
  opacity: 1;
}
body.offset-open aside.offset-active {
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 480px) {
  body aside.offset {
    width: 350px;
  }
  body aside.offset.offset-right {
    -moz-transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
  }
  body aside.offset.offset-left {
    -moz-transform: translate3d(-350px, 0, 0);
    -ms-transform: translate3d(-350px, 0, 0);
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
  }
  body.offset-open aside.offset-active {
    visibility: visible;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body #account {
  background: white;
}
body #account .offset-list .first {
  border-top: 1px solid #f5f5f5;
}
body #account img.avatar {
  width: 60%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 20px auto;
}
body #account .no-face {
  width: 150px;
  height: 150px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #EE1D23;
  margin: 20px auto;
}
body #account .no-face i {
  font-size: 70px;
  line-height: 150px;
}
body #account .welcome-msg {
  margin-bottom: 20px;
  text-align: center;
}
.addthis_sharing_toolbox .at-share-btn span {
  background-color: #fff !important;
}
.addthis_sharing_toolbox .at-share-btn svg path {
  fill: #EE1D23;
}
.right-side-block-sharing {
  margin-bottom: 20px;
  text-align: center;
}
.right-side-block-sharing .at-share-btn {
  max-width: 40px !important;
  max-height: 40px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.right-side-block-sharing .at-share-btn span {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.right-side-block-sharing .at-icon {
  width: 40px !important;
  height: 40px !important;
}
.easy-school-index-view .page-title {
  margin-bottom: 4em;
}
.easy-school-index-view .page-title h1 {
  font-size: 30px;
  font-weight: 800;
}
.easy-school-index-view .inner-acco {
  overflow: hidden;
}
.easy-school-index-view .inner {
  padding: 0 15px 0 20px;
  text-align: justify;
}
@media only screen and (max-width: 599px) {
  .easy-school-index-view .inner {
    padding: 0;
  }
}
.events-left-sidebar .menu-social,
.list-fb-container .menu-social {
  overflow: hidden;
    display: none;
}
.events-left-sidebar .menu-social li,
.list-fb-container .menu-social li {
  float: left;
  width: 48.75%;
}
.events-left-sidebar .menu-social li:last-child,
.list-fb-container .menu-social li:last-child {
  float: right;
}
.events-left-sidebar .menu-social li a,
.list-fb-container .menu-social li a {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #484848;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 800;
  line-height: 2.5;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.events-left-sidebar .menu-social li a:active, .events-left-sidebar .menu-social li a:hover, .events-left-sidebar .menu-social li a.active,
.list-fb-container .menu-social li a:active,
.list-fb-container .menu-social li a:hover,
.list-fb-container .menu-social li a.active {
  border-color: #e1e1e1;
}
.events-left-sidebar .page-title,
.list-fb-container .page-title {
  display: none;
}
.events-left-sidebar.events .filter,
.list-fb-container.events .filter {
  background: #EC6A5E;
  color: #fff;
  text-align: center;
  border: 1px solid #E74030;
  padding: 0.6em 1em;
  margin: 2.5em 0;
}
.events-left-sidebar.events .filter span,
.list-fb-container.events .filter span {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
.events-left-sidebar.events .filter a,
.list-fb-container.events .filter a {
  color: inherit;
  font-weight: 200;
  font-size: 25px;
}
.events-left-sidebar.events .filter a.prev,
.list-fb-container.events .filter a.prev {
  float: left;
}
.events-left-sidebar.events .filter a.next,
.list-fb-container.events .filter a.next {
  float: right;
}
.events-left-sidebar.events .products-grid .item .time,
.list-fb-container.events .products-grid .item .time {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #EE1D23;
  color: #fff;
  text-align: center;
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
}
.events-left-sidebar.events .products-grid .item div.ratio-expander,
.list-fb-container.events .products-grid .item div.ratio-expander {
  padding-bottom: 115%;
}
.events-left-sidebar.events .products-grid .item:hover .description .more,
.list-fb-container.events .products-grid .item:hover .description .more {
  min-height: 55%;
}
.events-left-sidebar .post.type-post,
.list-fb-container .post.type-post {
  padding-bottom: 2em;
  margin-top: 2em;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}
.events-left-sidebar .post.type-post .media,
.list-fb-container .post.type-post .media {
  float: left;
  width: 25%;
}
.events-left-sidebar .post.type-post .media img,
.list-fb-container .post.type-post .media img {
  width: 100%;
}
.events-left-sidebar .post.type-post .desc,
.list-fb-container .post.type-post .desc {
  float: right;
  width: 73%;
}
.events-left-sidebar .post.type-post .desc .time,
.list-fb-container .post.type-post .desc .time {
  font-size: 13px;
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #484848;
  margin-bottom: .4em;
}
.events-left-sidebar .post.type-post .desc h2, .events-left-sidebar .post.type-post .desc #checkout-review-table-wrapper .checkout-review-container .item h3, #checkout-review-table-wrapper .checkout-review-container .item .events-left-sidebar .post.type-post .desc h3, .events-left-sidebar .post.type-post .desc #review-buttons-container .totals .price, #review-buttons-container .totals .events-left-sidebar .post.type-post .desc .price,
.list-fb-container .post.type-post .desc h2,
.list-fb-container .post.type-post .desc #checkout-review-table-wrapper .checkout-review-container .item h3,
#checkout-review-table-wrapper .checkout-review-container .item .list-fb-container .post.type-post .desc h3,
.list-fb-container .post.type-post .desc #review-buttons-container .totals .price,
#review-buttons-container .totals .list-fb-container .post.type-post .desc .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: none;
}
.events-left-sidebar .post.type-post .desc h2 a, .events-left-sidebar .post.type-post .desc #checkout-review-table-wrapper .checkout-review-container .item h3 a, #checkout-review-table-wrapper .checkout-review-container .item .events-left-sidebar .post.type-post .desc h3 a, .events-left-sidebar .post.type-post .desc #review-buttons-container .totals .price a, #review-buttons-container .totals .events-left-sidebar .post.type-post .desc .price a,
.list-fb-container .post.type-post .desc h2 a,
.list-fb-container .post.type-post .desc #checkout-review-table-wrapper .checkout-review-container .item h3 a,
#checkout-review-table-wrapper .checkout-review-container .item .list-fb-container .post.type-post .desc h3 a,
.list-fb-container .post.type-post .desc #review-buttons-container .totals .price a,
#review-buttons-container .totals .list-fb-container .post.type-post .desc .price a {
  color: #1e5985;
}
.events-left-sidebar .post.type-post .desc .text,
.list-fb-container .post.type-post .desc .text {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 22px;
}
.events-left-sidebar .post.type-post .desc .action,
.list-fb-container .post.type-post .desc .action {
  text-align: right;
}
@media only screen and (max-width: 770px) {
  .events-left-sidebar .post.type-post .media,
  .list-fb-container .post.type-post .media {
    width: 100%;
    float: none;
  }
  .events-left-sidebar .post.type-post .desc,
  .list-fb-container .post.type-post .desc {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
}
.events-left-sidebar .fb-pager,
.list-fb-container .fb-pager {
  overflow: hidden;
  margin: 30px 0;
}
.events-left-sidebar .fb-pager .pager,
.list-fb-container .fb-pager .pager {
  width: 100%;
  text-align: center;
}
.events-left-sidebar .fb-pager .count-container,
.list-fb-container .fb-pager .count-container {
  display: none;
}
.post-container .post {
  padding-top: 1px;
  text-align: left;
}
.post-container .post article {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.post-container .post article .lead {
  padding-left: 1.5em;
  margin: 1.6em 0;
}
.post-container .post article .lead .page-title h1 {
  font-weight: 800;
}
.post-container .post article .lead .time {
  padding: 0;
  margin-bottom: 0.2em;
}
.post-container .post article .lead .time .start-time {
  color: #7d7d7d;
  font-size: 21px;
  font-style: italic;
  padding: 0;
  border: 0;
}
.post-container .post article .media {
  background-color: #F2F2F2;
  text-align: center;
  padding: 0;
}
.post-container .post article pre.text,
.post-container .post article .text {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.post-container .event article .time {
  background-color: #EE1D23;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  padding: .5em;
}
.post-container .event article .time span.end-time {
  display: none;
}
.post-container .event article .media {
  margin-bottom: 2em;
}
.post-container .event article .media.overlay {
  position: relative;
}
.post-container .event article .media.overlay img {
  width: 100%;
  max-width: 100%;
}
.post-container .event article .media.overlay .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 599px) {
  .post-container .event article .media.overlay .mask {
    opacity: 0.6;
  }
}
.post-container .event article .media.overlay:hover .mask {
  opacity: 0.7;
}
.post-container .event article .media.overlay .header {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.post-container .event article .media.overlay .header .page-title h1 {
  color: #fff;
}
.post-container .event article .media.overlay .header .place {
  color: #fff;
}
.post-container .event article pre.text,
.post-container .event article .text {
  font-family: "myriad-pro", "PT Sans", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.post-container .actions {
  text-align: right;
  margin-top: 2em;
}
.post-container .actions a {
  font-size: 12px;
  padding: 0.5em 1.7em;
  text-align: center;
  min-width: 100px;
}
@media only screen and (max-width: 599px) {
  .post-container .actions a {
    min-width: 0;
  }
}
.post-container .actions a.other i {
  margin-left: 0.8em;
}
.post-container .actions a.back {
  float: left;
}
.post-container .actions a.back i {
  margin-right: 0.8em;
}
.posts-container {
  display: flex;
  flex-wrap: wrap;
}
.posts-container .post {
  max-width: 23%;
  float: left;
  display: flex;
  background-color: #1e5985;
  padding-bottom: 0 !important;
  margin-right: 23px;
}
.posts-container .post .media {
  max-width: 100%;
  width: auto !important;
  display: flex;
}
.posts-container .post .desc {
  clear: both;
  float: none !important;
  width: 100% !important;
  padding: 35px;
  color: #ffffff;
}
.posts-container .post .desc a, .posts-container .post .desc .time {
  color: #ffffff !important;
}
.posts-container .post .desc .action > a {
  font-size: 13px;
}
@media only screen and (min-width: 979px) {
  .posts-container .post:nth-child(4n+4) {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 979px) {
  .posts-container .post {
    max-width: 48%;
    float: left;
    display: flex;
    background-color: #1e5985;
  }
  .posts-container .post:nth-child(2n+2) {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .posts-container .post {
    max-width: 100%;
  }
  .posts-container .post .media img {
    max-height: 100%;
  }
  .posts-container .post:nth-child(3n+2) {
    margin-right: 0px;
    margin-left: 0px;
  }
  .posts-container .post:nth-child(2n+1) {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.list-fb-container.posts .menu-social li a {
  color: #EE1D23;
  font-weight: 600;
  border: none;
  font-size: 16px;
}
.list-fb-container.posts .menu-social li a.active {
  background: none;
  color: #57585A;
  border: 1px solid #57585A;
  border-radius: 5px;
}
.list-fb-container.events .menu-social li a {
  color: #57585A;
  border: none;
  font-weight: 600;
  font-size: 16px;
}
.list-fb-container.events .menu-social li a.active {
  background: none8;
  color: #EE1D23;
  border: 1px solid #EE1D23;
  border-radius: 5px;
}
.list-fb-container.events .filter {
  background: #EE1D23;
  font-size: 13px !important;
  line-height: 41px;
  border: none;
  width: 210px;
  height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}
.list-fb-container.events .filter span {
  font-size: 13px !important;
  letter-spacing: 1px;
}
.list-fb-container.events .filter a {
  font-size: 18px;
  line-height: 41px;
}
.list-fb-container.events .more > .action {
  padding-left: 38px;
  opacity: 1 !important;
}
body.yt-modal .overlay-modal {
  background-color: rgba(48, 81, 127, 0.96);
}
body.yt-modal .overlay-modal:after {
  content: "\68";
  color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 35px;
  cursor: pointer;
}
body.yt-modal .modal-container {
  margin: 0;
  border: 0;
  padding: 0;
  max-width: 850px;
  width: 92%;
  background: #57585A;
  box-shadow: 0px 0px 30px -5px #000;
}
body.yt-modal .close-modal {
  display: none;
}
body.yt-modal .ratio--box {
  padding-bottom: 56.26%;
}
.sticky-class {
  position: fixed;
  top: 55.5px;
  width: 162px;
}
@media (max-width: 1199px) {
  .table-insurance {
    display: none;
  }
}
@media (min-width: 1199px) {
  .div-insurance {
    display: none;
  }
}
.easy-bonus-insurance-index #layered-navigation {
  border-bottom: 0;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list input,
.easy-bonus-insurance-index #layered-navigation .narrow-by-list select {
  color: #57585A;
  border-color: #57585A;
  font-size: 13px !important;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list select {
  background-image: url("../images/arr-blue.png");
  background-origin: content-box;
  background-size: auto;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list .input {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list .block-title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.easy-bonus-insurance-index #layered-navigation .narrow-by-list .filter-clear {
  color: #57585A;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
  text-transform: capitalize;
  cursor: pointer;
  flex: 1;
  text-align: right;
}
.easy-bonus-insurance-index .col-main .summary .block-content {
  margin-bottom: 30px;
}
.easy-bonus-insurance-index .col-main .summary .block-content span {
  font-weight: bold;
  display: inline-block;
}
.easy-bonus-insurance-index .block-insurance {
  background: white;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.easy-bonus-insurance-index .block-insurance .header-td {
  width: 185px;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table {
  display: table;
  width: 100%;
  height: 90px;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table .logo-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.easy-bonus-insurance-index .block-insurance .header-td .logo-table .logo-table-cell .logo-ins {
  width: 90%;
  max-width: 90px;
  margin: 0 auto;
}
.easy-bonus-insurance-index .block-insurance .header-td .buy-now-button {
  color: #ffffff;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.easy-bonus-insurance-index .block-insurance .header-td .buy-now-button span {
  line-height: 1.2;
  flex: 1;
}
.easy-bonus-insurance-index .block-insurance .header-td .price {
  margin: 0 auto;
  padding: 0;
  color: #57585A;
  font-size: 25px;
  font-weight: 600;
  background: #ffffff;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.easy-bonus-insurance-index .block-insurance .header-td .partner-features {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
}
.easy-bonus-insurance-index .block-insurance .header-td .partner-features p {
  line-height: 1;
}
.easy-bonus-insurance-index .block-insurance .header-td button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.easy-bonus-insurance-index .block-insurance .main-feature {
  background: white;
  color: #EE1D23;
  vertical-align: top;
}
.easy-bonus-insurance-index .block-insurance .scroll-v {
  overflow: auto;
}
.easy-bonus-insurance-index .block-insurance table {
  border-collapse: collapse;
}
.easy-bonus-insurance-index .block-insurance table, .easy-bonus-insurance-index .block-insurance th, .easy-bonus-insurance-index .block-insurance td {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
.easy-bonus-insurance-index .block-insurance .table-insurance {
  border: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tbody > tr > th:first-child {
  border: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tbody tr:not(:first-child) {
  height: 90px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
  border-top: 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tr:not(:first-child) td {
  padding: 30px 0px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance tr:not(:first-child) td p {
  padding-left: 30px;
  padding-right: 30px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features {
  background: white;
  padding: 10px 0;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features p {
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
}
.easy-bonus-insurance-index .block-insurance .table-insurance .partner-features p:first-child {
  font-weight: 600;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) {
  background: #ffffff;
  border-bottom: 1px solid #A3C1CC;
  border-right: 20px solid white;
  border-left-color: white !important;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) .logo-table-cell {
  background: #A3C1CC;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) .buy-now-button {
  background: #C4121B;
  border-radius: 5px;
  font-size: 14px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(2) .partner-features {
  color: #A3C1CC;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) {
  background: #ffffff;
  border-bottom: 1px solid #003583;
  border-left: 20px solid white;
  border-right: 2px solid white;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) .logo-table-cell {
  background: #003583;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) .buy-now-button {
  background: #C4121B;
  border-radius: 5px;
  font-size: 14px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(3) .partner-features {
  color: #003583;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) {
  background: #ffffff;
  border-bottom: 1px solid #00ADF2;
  border-left: 20px solid white;
  border-right: 20px solid white;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) .logo-table-cell {
  background: #00ADF2;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) .buy-now-button {
  background: #C4121B;
  border-radius: 5px;
  font-size: 14px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(4) .partner-features {
  color: #00ADF2;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) {
  background: #ffffff;
  border-bottom: 1px solid #00935F;
  border-left: 20px solid white;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .logo-table-cell {
  background: #00935F;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .buy-now-button {
  background: #C4121B;
  border-radius: 5px;
  font-size: 14px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .partner-features {
  color: #00935F;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .header-td:nth-child(5) .sticky-class {
  width: 173px;
}
.easy-bonus-insurance-index .block-insurance .table-insurance > tbody > tr .table-insurance .partner-features {
  background: white;
}
.easy-bonus-insurance-index .block-insurance td {
}
.easy-bonus-insurance-index .block-insurance td i {
  font-size: 18px;
}
.easy-bonus-insurance-index .block-insurance td .no i {
  color: #DF280A;
}
.easy-bonus-insurance-index .block-insurance td .text {
  color: #484848;
  font-weight: 600;
  font-size: 16px;
}
.easy-bonus-insurance-index.bridge .summary .block-content {
  padding-left: 25px;
}
.product-view .product-essential .product-options dd input {
  width: 100%;
}
.div-insurance {
  margin-bottom: 50px;
}
.div-insurance .mb-partner-left {
  float: left;
  width: 255px;
  padding-right: 4%;
}
.div-insurance .mb-partner-left .mb-partner-logo {
  width: 100%;
  height: 125px;
}
.div-insurance .mb-partner-left .mb-partner-logo img {
  width: 90%;
  max-width: 90px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.div-insurance .mb-partner-left .mb-partner-price {
  width: 100%;
}
.div-insurance .mb-partner-left .mb-partner-price .mb-price {
  height: 85px;
  background: white;
  color: #57585A;
  text-align: center;
  line-height: 85px;
  font-size: 38px;
  font-weight: 600;
}
.div-insurance .mb-partner-left .mb-partner-price a {
  width: 100%;
  height: 50px;
  color: white;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.div-insurance .mb-partner-right {
  float: left;
  width: calc(100% - 4% - 255px);
}
.div-insurance .mb-partner-right .mb-partner-feature-wrap {
  margin-bottom: 7px;
}
.div-insurance .mb-partner-right .mb-partner-feature-box {
  display: inline-block;
  padding-left: 28px;
}
.div-insurance .mb-partner-right .mb-partner-features {
  margin-bottom: 20px;
}
.div-insurance .mb-partner-right .mb-partner-features p {
  font-size: 18px;
}
.div-insurance .mb-partner-right .mb-partner-features p:first-child {
  font-weight: 600;
}
.div-insurance .mb-partner-right .check {
  font-size: 16px;
  margin-right: 8px;
  line-height: 1;
  position: absolute;
  margin-top: 6px;
}
.div-insurance .mb-partner-right .check.no {
  color: #DF280A;
}
.div-insurance .mb-partner-right .main-feature,
.div-insurance .mb-partner-right .text {
  color: #484848;
  font-size: 18px;
}
.div-insurance .mb-partner-right .main-feature {
  font-weight: 400 !important;
}
.div-insurance .mb-partner-right .text {
  font-weight: 600;
  display: inline !important;
}
.div-insurance:nth-child(2) .mb-partner-logo {
  background: #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-price a {
  background: #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-features {
  padding-bottom: 15px;
  border-bottom: 1px solid #A3C1CC;
}
.div-insurance:nth-child(2) .mb-partner-features p {
  color: #A3C1CC;
}
.div-insurance:nth-child(3) .mb-partner-logo {
  background: #003583;
}
.div-insurance:nth-child(3) .mb-partner-price a {
  background: #003583;
}
.div-insurance:nth-child(3) .mb-partner-features {
  border-bottom: 1px solid #003583;
}
.div-insurance:nth-child(3) .mb-partner-features p {
  color: #003583;
}
.div-insurance:nth-child(4) .mb-partner-logo {
  background: #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-price a {
  background: #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-features {
  border-bottom: 1px solid #00ADF2;
}
.div-insurance:nth-child(4) .mb-partner-features p {
  color: #00ADF2;
}
.div-insurance:nth-child(5) .mb-partner-logo {
  background: #00935F;
}
.div-insurance:nth-child(5) .mb-partner-price a {
  background: #00935F;
}
.div-insurance:nth-child(5) .mb-partner-features {
  border-bottom: 1px solid #00935F;
}
.div-insurance:nth-child(5) .mb-partner-features p {
  color: #00935F;
}
@media (max-width: 770px) {
  .div-insurance .mb-partner-left,
  .div-insurance .mb-partner-right {
    width: 100%;
  }
  .div-insurance .mb-partner-features {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.hp-content-block {
  margin-top: 60px !important;
}
.my-account-table tr td.options a.ca-edit-link {
  width: 100%;
}
.my-account-table tr:last-child td {
  border-bottom: 0px;
}
.why-content li {
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
.why-content li .circle-why {
    min-width:50px;
}
.why-content li .text-why {
    line-height:26px !important;
}
.timetable table td,
.timetable table th {
    border-top:none !important;
    border-left:none !important;
    border-right:none !important;
}
.catalog-category-view li.item td {
    border:none !important;
}
html[lang="es"] .vcode-documents-document-index .box-account .fa-angle-down:after,
html[lang="es"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "ver";
}
html[lang="es"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "ocultar";
}
html[lang="tr"] .vcode-documents-document-index .box-account .fa-angle-down:after,
html[lang="tr"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "bkz";
}
html[lang="tr"] .vcode-documents-document-index .box-account .fa-angle-up:after {
  content: "gizlemek";
}
