/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.header .form-search button.button span:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* @import"../css/bootstrap.css"; */
 
/* Reset ================================================================================= */
* { margin:0; padding:0; }
html {
    height: 100%;
    width: 100%;
}
.catalog-product-compare-index > div { min-width:600px;}

body > .wrapper { position:relative;}
.wrapper-tail{}

img           { border:0; vertical-align:top; }

a             { color:#666; 	text-decoration:none; transition: all ease 0.5s; -moz-transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; margin-bottom:0px; }
h2            { font-size:18px; font-weight:normal; line-height:1.25;margin-bottom:7px;}
h3            { font-size:16px; font-weight:bold; line-height:1.25; margin-bottom:7px;}
h4            { font-size:14px; font-weight:bold; margin-bottom:7px; }
h5            { font-size:12px; font-weight:bold; margin-bottom:7px;}
h6            { font-size:11px; font-weight:bold; margin-bottom:7px;}

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; margin-bottom:5px;}
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {width:100%;}
.tail-top {  }

.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; margin:0 auto; background:#fff;}
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.main-container { padding-bottom:30px; }
.main {  }


/* Base Columns */
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }

/* 1 Column Layout */
.col1-layout .col-main {float:none; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { }
.inner-content .col-main {
    padding-right: 0;
}
/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 {  }
.col2-set .col-2 {  }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }
.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 { width:48%; float:left;}
.cart-collaterals .col2-set .col-1 {margin-right:20px;}
.grid_custom_1 {width:65%; float:left;}
.grid_custom_2 {width:34%; float:right; padding-right: 30px;}
.cart-collaterals .grid_custom_1 {width:63%; float:left;}
.cart-collaterals .grid_custom_2 {width:37%; float:right; padding-right: 20px;}
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { 
border:1px solid #cccccc;
moz-box-sizing:border-box;
-moz-box-sizing: border-box; 
-webkit-box-sizing: border-box; 
 box-sizing: border-box;
}
input.input-text,textarea { padding:3px 2px 4px 2px; resize:none; -webkit-appearance: none; border-radius: 0;}
select {
	padding:2px;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
}
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { color:#0061a4; width:62px !important; text-align: center; height: 43px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { 
	background:transparent;
	border:0;
	overflow:visible;
	cursor:pointer;
	padding:0;
	margin:0;
	width:auto; color: #45525d;
}
button.button > span { 
    float:left; 
	text-align:center;
	white-space:nowrap; 
	padding:0;
}
button.button span span {padding:0 15px 0 15px; display:block; float:left; position: relative}
.product-shop button.button span span{padding:0 35px 0 15px;}
button.button span span:before{ content:none; position: absolute; right:10px;font-family: 'FontAwesome'; left: auto}
.product-shop button.button span span:before{content:"\f07a";}
button.button > span,
.block-wishlist .actions a,
.page-sitemap .links a {

	background:#da3f24;
	color:#fff;
	font-size:13px;
	text-transform: uppercase;
	line-height:30px;
	height:30px;
	border-radius:5px;font-family: 'Montserrat-SemiBold';
	}
.register .product-control-buttons a{ font-size: 0;}
button.button:hover > span,
.block-wishlist .actions a:hover,
.page-sitemap .links a:hover {
	  
	  background:#8ab756;
	  color:#fff;
}	

.page-sitemap .links a {
	display:inline-block;
	text-decoration:none;
	position:relative;
	text-transform:uppercase;
	padding:0px 11px;
	height: 36px;
	line-height: 36px;
}

/********** Button right Contact Form and Account login home *****************/	
/*******************************************************/	


.reg .price {
font-weight: normal;
    font-size: 25px;
    line-height: 22px;
    color: #000;
    font-family: 'montserratregular';
}
	

button.disabled {}
button.disabled span {}


button.btn-checkout span {}
button.btn-checkout span span { padding: 0}
button.btn-checkout span span:before{ content: none}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list li { }
.form-list label { float:left; color:#000000; font-weight:bold; position:relative; z-index:0; display:inline-block; padding-bottom:5px; }
.form-list label.required {}
.form-list label.required em { float:left; font-style:normal; color:#d52e11;}
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; margin-bottom:7px; width:260px; }
.account-create .form-list .input-box{ width: 50%; padding: 0 20px 0 0}
.account-create .form-list .control .input-box{ float: left; width: auto; padding: 0; margin: 5px 0 0 0}
.account-create .form-list .control .input-box input[type="checkbox"]{ margin: 0 6px 0 0; height: auto}
.form-list .field { float:left; width:360px; }
.account-create .form-list input.input-text { width:100%; }
.account-create .form-list .field{ width: 50%}
.form-list textarea { resize:none; width:254px; height:10em; }
.form-list select {width: 98%;}
.form-list li.wide .input-box { width:50%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:529px; }
.my-account .form-list select {padding: 6px 10px; width: 100%;}
.my-account .billing-agreements .form-list select {margin: 0 0 20px 0;width: 100%; max-width: 400px; float: left}
.my-account .billing-agreements button.button{ float: left; margin: 0 0 0 20px;}
.form-list li.wide select { }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
.account-create .buttons-set { padding: 0 20px 0 0}
.my-account .success-msg span {font-weight: normal;}
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:33%; padding: 0 0px 0 0; margin: 0 !important}
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:100%; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:33%; }
.form-list .name-middlename input.input-text { width:100%; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:50%; padding: 0 0px 0 0 }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:100%; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:318px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.field.name-suffix{ margin-top:8px;}
.field.name-prefix{ margin-bottom:10px}
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:230px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:191px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:202px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:171px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:35px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:213px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0 5px 0;}

.buttons-set .back-link { float:left; margin-top:5px; }
.buttons-set .back-link a{ color:#000;}
.buttons-set .back-link a:hover{ color:#0061a4;}
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 10px; font-size:12px; color:#bd0305; }

.buttons-set-order {}
.breadcrumbs .search.last {
    padding: 0;
    float: left;
    width: auto;
}
.fieldset > p { margin-bottom:10px;font-family: 'montserratregular';}
form .input-box input {width: 100%; padding: 7px 10px; height: 40px}
.fieldset .legend {font-weight:normal; font-size:13px; text-transform:uppercase; position:relative; padding-bottom:8px; color:#da3f24;font-family: 'Montserrat-Medium'; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:10px; line-height:13px; color:#f00; }
.input-box .validation-advice{ display: none}
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:20px 0 20px; }
.messages li li { margin:4px 0 3px; }

div.alert a{ font-size:12px; color:#bd0305; padding-left:5px;}
div.alert a:hover{ color:#fff;}
div.alert {position:fixed;background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:999; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}


div.alert button{background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}
div.alert button:hover{ cursor:pointer; background-position:0 -9px;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:7px 6px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:7px 8px 10px 56px !important; font-size:12px !important; font-weight:bold !important; }
.success-msg  {border-color:#dfebb5;}
.error-msg {  background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_msg-note.png) left -3px no-repeat #fde4e1; color:#df0505; font-weight:bold;  }
.success-msg { background-color:#f7fde1; background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_msg-success.png); color:#95bc01; font-weight:bold; }
.note-msg,
.notice-msg { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important; border-color:#ebbcb5; color:#df0505; font-weight:bold;}

/* BreadCrumbs */
.breadcrumbs {
	background:none;
	padding:15px 65px 0;
	margin:0 0 0px;
	overflow:hidden;
}
.breadcrumbs li { float:left; color:#7b7b7b; }
.breadcrumbs li a {text-decoration:none; color:#000; font-size: 13px; text-decoration: none;font-family: 'montserratregular'; text-transform: capitalize}
.breadcrumbs li strong{font-family: 'montserratregular'; text-transform: capitalize}
.breadcrumbs li a:hover {color:#0061a4;}
.breadcrumbs li span {	display:inline-block;	margin:0 3px 0 1px;}
.breadcrumbs li strong {font-weight:normal; color:#da3f24; }

/* Page Heading */
.page-title,
.category-title { 
  
	padding:0 0 0 5px; 
	margin:0 0 30px; 

}
.customer-account-giftcard .page-title h1 {
    text-align: left;
    padding: 0;
}
.page-title h1,
.page-title h2 {
	font-family: 'Montserrat-SemiBold';
	padding:12px 22px 13px 17px; 
	
	font-size:21px;
	font-weight:normal;
	line-height:normal;
	color:#000;
	margin:0; text-transform: uppercase; border-bottom: 1px solid #ddd
}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/********************************************************************************* End ********************************************************************************/

/* Pager */
.pager { text-align:center; }
.pager .amount { float:left; color:#8a8989; padding-top:2px; }
.pager .amount span{ font-weight:bold; color:#bd0305;}
.pager .amount.spinner{ padding-top:13px;}
.pager .amount strong{ font-weight:normal; color:#383737; display:inline-block; padding-top:0px;}
.pager .amount strong span{ font-weight:bold; color:#bd0305;}
.pager .sort-by {float: left; margin: 0 35px 0 0}
.pager .limiter { float:left; min-width: 89px;  }
.pager .limiter label{color:#000; display:inline-block; padding-top:2px; padding-right:8px; float:left;}
.pager .pages { margin:0; float: left}
.pager .pages  strong { color:#000; padding-right:10px;font-family: 'montserratregular'; font-weight: normal}
.sort-by, .sort-by label, .limiter, .limiter label{font-family: 'montserratregular'; font-weight: normal; font-size: 14px;}
.pager .pages ol { display:inline;  }
.pager .pages li { display:inline; padding: 0; color:#737373; font-size:12px; line-height:15px; font-weight:bold; margin-right:3px; }
.pager .pages li a { text-decoration:none; color:#8a8989; position: relative}
.pager .pages li a img{ display: none}
.pager .pages li a:hover {color:#bd0305; background: none}
.pager .pages .current {color:#bd0305;}
.pager ol > li:first-child > a {text-decoration:none;}
.pager ol > li > a {}

/* Sorter */
.sorter { float: right}
.sorter .view-mode { float:left; font-size: 0; overflow:hidden; height:24px; max-width:150px; padding: 0; margin: 5px 0 0 0}
.right-tools {float: right;}
.sorter .view-mode .grid {display:block; float:left; width:17px; height:16px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/grid-list.png) no-repeat left -16px;}
.sorter .view-mode a.grid {background-position:0 0;}
.sorter .view-mode a.grid:hover {background-position:0 -16px;}
.sorter .list {display:block; float:left; width:22px; height:16px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/grid-list.png) no-repeat right 0;}
.sorter .view-mode strong,
.sorter .view-mode a {margin:0px 0 0 20px;}
.sorter a.list {background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/grid-list.png) no-repeat right 0;}
.sorter strong.list {background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/grid-list.png) no-repeat right -16px;}
.sorter a.list:hover {background-position:right -16px;}
.sorter .sort-by { float:right; min-width:152px; }
.sorter .sort-by select { margin-right:15px; }
.sorter .sort-by label { display:inline-block; padding-top:2px; padding-right:6px; float:left;}
.sorter .link-feed {}
#easyTooltip{padding:5px 10px;border:1px solid #bd0305;background:#bd0305;color:#fff;font-size:12px; text-transform:uppercase;text-transform:none;position:relative;z-index:99;font-weight:normal;}
/* Toolbar */
.toolbar { margin-bottom: 0px;}
.toolbar select {text-align:center; min-width:63px; padding:5px; font-size: 12px;font-family: 'montserratregular'; color: #666666; text-align: left}
.toolbar .pager {
	margin-bottom:0px;
	padding:0 15px;
}
.pager li.current > span {
    border: 1px solid #ddd;
    padding: 5px 12px;
    border-radius: 0;
    color: #666;
    margin: 0 5px;
}
.toolbar .sorter { color:#8A8989; padding: 0 0 0 5px; }
.toolbar-bottom {
    margin:0px 0 0 0;
    float: left;
    width: 100%;
}
.sort-by i {
    color: #da3f24;
    font-size: 16px;
}
.description, .box-description{ font-size: 14px;font-family: 'montserratlight'; line-height: 20px; color: #333}
.product-bullets li, .box-description li {font-size: 14px;font-family: 'montserratlight'; line-height: 20px; color: #333}
.box-description h3 {font-size: 14px; color: #333;font-family: 'Montserrat-SemiBold'; font-weight: normal}
/* Data Table */
.data-table { width:100%; }
.product-collateral .data-table th{ padding: 0 0 10px !important; border: none;font-family: 'Montserrat-Medium'; font-size: 14px; color: #da3f24;}
.data-table th { padding:12px 15px 12px; border:1px solid #ececec; font-weight:bold; white-space:nowrap; color:#000; }
.data-table td { padding:14px 15px 14px; border:1px solid #ececec; }
.product-collateral .data-table td{ float: left; width: 100%;font-family: 'montserratlight'; border: none; padding: 0; color: #333}
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first { }
.data-table tr.first th.label { }
.data-table tr.last {}
.data-table tr.odd th.label{ }
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even {  }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; color:#7e7e7e; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }


.std ul {
    padding-left:0px !important;
    font-size: 14px;
    color: #666;
    font-family: 'montserratregular';
}
.std ul li span{
    
    font-size: 14px;
    color: #666;
    font-family: 'montserratregular';
}
li.categories .rootlevel1 li a {
    font-family: 'montserratregular';
    color: #666;
    font-size: 14px;
}
li.sitepages ul.rootlevel1 li a {
    font-family: 'montserratregular';
    color: #666;
    font-size: 14px;
}
.root-title{font-family:montserratregular;}

#product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    width: 200px;
    /* margin: 0 auto; */
}


/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }

.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; padding-left:12px; }
.links li.first {}
.links.LoginLink li.first { padding-left:0; }
.links li.last { padding-bottom:0; }
.links li a{ text-decoration:none;}
.links li a:hover{ color:#000;}
.link-cart { font-weight:bold; }
.link-cart:hover{ text-decoration:underline;}
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { cursor: pointer;display:block; width:10px; height:10px; font-size:0; line-height:0; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/btn_remove.gif) 0 0 no-repeat; font-size: 0 !important; overflow:hidden; margin-left: 13px; }
.btn-remove2 { display:inline-block; color:#8a8989; width:auto; height:28px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/cart-delete.png) 0 0 no-repeat; padding:8px 0 0 41px;}
.my-wishlist .btn-remove2 {padding: 0; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/remove-icn.png) 0 0 no-repeat; font-size: 0; width: 20px; margin:0}
.my-wishlist .btn-remove2:hover{ background-position:0 -40px!important;}
.btn-remove2:hover{ background-position:0 -67px!important;color:#000;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/btn_edit.gif) 0 0 no-repeat; font-size: 0; overflow:hidden; margin-left:2px;}
.btn-remove:hover {}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
.prod-cart img{ border:1px solid #ededed;}
.prod-cart img:hover{ border:1px solid #92b802;}
.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; font-size: 0; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* ======================================================================================= */

/* Logo ================================================================================ */
.logo { float:left; }
.header .logo {
	float:left;
	display:block;
	text-decoration:none !important;
	margin:11px 0 0 0;
}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; font-size: 0; overflow:hidden; }
.header .logo img {max-width:100%; height:auto;}

/* Header ================================================================================ */
.header-container .top-container { clear:both; text-align:right; }
.header-container {  }
.header { padding:0; position:relative; }
.header .header_bnnr{ margin:0px; padding:0px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/header_banner.jpg) no-repeat;/* overflow: hidden;*/}
.header .top_row {overflow: hidden; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/top_row.png) repeat-x; border-bottom:solid 1px #595959; border-radius:0 0 6px 6px; margin-bottom:25px; box-shadow: 0px 5px 5px rgba(0,0,0,0.36); -moz-box-shadow: 0px 5px 5px rgba (0,0,0,0.36);-webkit-box-shadow: 0px 5px 5px rgba (0,0,0,0.36); }
.header .header_phone { float:right; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/header_phone.png) no-repeat; padding:4px 0 0 36px; margin-bottom:17px; }
.header .header_phone .ph_row1 { font-family:'Open Sans'; font-size:34px; font-weight:700; color:#242424; margin:0 0 7px 0; }
.header .header_phone .ph_row1 strong { color:#bd0305; }
.header .header_phone .ph_row2 { padding:0 0 0 4px; font-size:13px; color:#282828; }
.header .quick-access{ float:right; padding-right:35px; }
.header .welcome-msg {float:left;font-size:14px;line-height:17px;color:#fff;}
.header .welcome-msg a {}
.header .header-links .links { float:left; padding:14px 0 0 0; }
.header .header-links .links li { float:left; margin-left:16px; font-size:13px; font-weight:bold; }
.header .header-links .links li a { display:inline-block; color:#ababab; background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/top_arr.png); background-repeat:no-repeat; background-position:0 4px; padding:0 0 0 17px; }
.header .header-links .links li a:hover { background-position:0 -25px; color:#fff; }
.header .links .top-link-cart,
.header .links .top-car {display:none}
.header .form-search { text-align:right; }
.header > #search_mini_form {
	display:none;
}
#search_mini_form {
	float:right;
	position:relative;
	clear:right;
	margin-bottom:3px;
}
.header .form-search { overflow:hidden; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_search.gif) repeat-x; height:43px; padding:8px 8px 0 8px; border-radius:6px 6px 0 0; line-height:normal; position:relative; z-index:10; box-shadow:0px 5px 5px rgba(0,0,0,0.36); -moz-box-shadow:0px 5px 5px rgba(0,0,0,0.36);-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.36); }
.header .form-search .input-text {
	float:left;
	border:0;
	background:#e4e4e4;
	font-size:15px;
	line-height:26px;
	color:#4c4c4c;
	padding: 5px 38px 5px 13px;
	width:255px;
	height:36px;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		border-radius:2px;
		box-shadow:inset 0px 5px 10px rgba(0,0,0,0.33); -moz-box-shadow:inset 0px 5px 10px rgba(0,0,0,0.33);-webkit-box-shadow:inset 0px 5px 10px rgba(0,0,0,0.33);
}
.header .form-search button.button { position:absolute; right:8px; padding:0px!important;} 
.header .form-search button.button span { background: none; border: 0 none; color: #888888; font-size: 0; height: 36px; padding: 0; width: 38px; }
.header .form-search button.button > span:before {
	color: #bd0305;
	content: "\f0a9";
	font-size:29px;
	vertical-align: middle;
	line-height:36px;
}
.header .form-search button.button:hover > span:before {
	color: #000;
}
.header .form-search button.button:hover span {}
.header .form-search label {float:left; margin-left:17px; display:none;}
#select-form { margin-left:1px;}
.header .form-search .search-autocomplete { z-index:999; font-size: 13px; width: 100%; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; text-align: left; }
.header .form-search .search-autocomplete li:hover {background-color: #fafafa;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}	

.header-buttons { float:right;}
.header .row-2 {float:right; padding:0 0 0 3px; }
.header-button {
	float:right;
	position:relative;
	width:65px;
}
.header-button > a {
	display:block;
	background-repeat:no-repeat;
	height:34px;
}
.header-button.currency-list { border-radius:0 0 6px 0; }
.header-button.currency-list ,
.header-button.lang-list {
	background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/select_hover.png);
	background-repeat:repeat-x;
	background-position:0 -2000px;
	margin-bottom:-1px;
}
.header-button.currency-list:hover ,
.header-button.lang-list:hover {
	background-position:0 0;
}
.header-button.currency-list > a,
.header-button.lang-list > a {
	background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-99.gif);
	background-position: 100% 20px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
	text-align:left;
	padding:14px 0 0 13px;
	width:100%;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
		box-sizing: border-box;
		border-left:solid 1px #000;
		height:49px;
}

.header-button.menu-list > a {background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/button-menu.png); background-position: center 7px;}
.header-button.lang-list ul {width:120px;}
.header-button.currency-list ul {width:200px;}
.header-button.menu-list ul {width:150px;}
.header-button ul {
	display:none;
	background:#b20306;
	text-align:left !important;
	position:absolute;
	right:0px;
	top:49px;
	padding:0;
	z-index:999;
}
.header-button ul li {
	float: none !important;
	display:block;
	padding-left:0px;
}
.header-button ul li a {
	display:block !important;
	background:#b20306;
	font-size:14px;
	line-height:17px;
	color:#fff !important;
	padding: 5px 10px;
	min-height: 18px;
}
.header-button ul li a:hover { background-color:#78000d; }
.header-button ul li span {display:none;}

.top-login {
	float:right;
	display:none;
	position:relative;
	overflow:hidden;
}
.top-login ul {
	display:block !important;
	background:none;
	border:none;
	padding:0;
	position:relative;
	top:0;
	left:0;
}
.top-login ul li { padding:0 !important; }
.top-login ul li a {
	display:block !important;
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/button-login.png) center 10px no-repeat;
	font-size: 0;
	text-align: left !important;
	padding:0;
	height:38px;
}

.header-button > a:hover,
.header-button.active > a,
.top-login ul li a:hover {  }

.menu-list {display:none;}

/*************Header Cart **********************/
.header-container .top-container { clear:both; text-align:right; }
.block-cart-header {
	float:right;
	font-size:12px;
	line-height:20px;
	color:#b2b2b2;
	
	border-radius:6px 0 0 0;
	position:relative;
	margin:0 0px 0 0;
	
	}
.block-cart-header-wrap { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/icon_cart.png) no-repeat 14px 13px;	padding:16px 24px 0 51px; min-height:35px; }
.block-cart-header .block-content { float:left; }
.block-cart-header h3 { float:left; font-size:13px; font-weight:bold; color:#fff; line-height:normal; margin:0 5px 0 0; }
.block-cart-header .summary,
.block-cart-header .empty,
.block-cart-header .summary .price,
.block-cart-header .empty .price,
.block-cart-header .summary strong { font-size:14px; font-weight:normal; color:#c60006; line-height:normal; font-family: "Montserrat-SemiBold"; text-transform: uppercase}
.block-cart-header .amount-2,
.block-cart-header .empty{ display:block; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow.gif) right 6px no-repeat; padding-right:0px; color: #c60006}
.block-cart-header .summary:hover,
.block-cart-header .empty:hover {cursor:pointer;}
.block-cart-header .btn-remove,
.block-cart-header .btn-edit { float:right; margin: 0 5px 0 0;  }
.block-cart-header .truncated {display:none;}
.block-cart-header .cart-content{ position:absolute; right:0; top:5px; z-index:99; min-width:280px; width: 100%; display:none; cursor:default;}
.block-cart-header .empty .cart-content {
	background:#fff; 
	padding:10px;
	color:#000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.18); 
	-moz-box-shadow: 0px 0px 5px rgba (0,0,0,0.18);
	-webkit-box-shadow: 0px 0px 5px rgba (0,0,0,0.18);
	border:1px solid #ddd;
	border-radius:6px;
	}
.block-cart-header 	.block-content { padding:0; }
.block-cart-header .actions { padding:20px 20px 10px; overflow:hidden;}
.block-cart-header .actions button.button {float:left; margin-bottom:0px; margin-right:5px;}
.block-cart-header .actions button.button+button.button {margin-right:0; float: right}
.block-cart-header .mini-products-list li{ background:#f9f9f9; border-top:1px solid #ececec; clear:both; min-height:85px; padding:20px; position:relative; float: left; width: 100%}
#cart-sidebar {float: left; width: 100%;}
#cart-sidebar {float: left; width: 100%;}
.block-cart-header .mini-products-list .product-image { width:70px; border:1px solid #ededed;}
.block-cart-header .mini-products-list .product-details { margin: 0 0 0 80px; overflow: inherit; font-size: 12px;font-family: 'Montserrat-SemiBold';}
.block-cart-header .block-subtitle{ color:#fff;  padding: 0 20px 11px;}
.block-cart-header .product-name{ padding-bottom:0px; width:54% !important; }
.block-cart-header .price{ font-weight:bold; color:#bd0305; }
.block-cart-header .subtotal { color:#fff; padding: 15px 20px 0; }
.block-cart-header .subtotal,
.block-cart-header .block-subtitle,
.block-cart-header .actions {background:#78a247; margin: 0; padding: 5px 10px; float: left; width: 100%;font-family: 'montserratregular'; font-weight: normal}
.block-cart-header .subtotal .label{ font-weight:normal; padding: 0; font-size: 14px;}
.register .product-name a{ font-weight: normal;font-family: 'montserratregular'; text-transform: capitalize}
.block-cart-header .subtotal .price { float:right; color:#fff; }
.block-cart-header .mini-products-list .product-image:hover {border-color:#bd0305} 

/********************Header Cart end ***********************/

/************************************ < Navigation in  superfish.css ******************************************************************************************************************/

/* Show menu */
.col2-set{ width:auto;}
/*========================================================================================== Sidebar =============================================================================== */
/* ================================================================================================================================================================================== */

.block { margin:0 0 20px; }
.block.last_block {margin-bottom:0;}
.block .block-title {
	
}
.catalogsearch-result-index .sidebar .block .block-title , .catalogextensions-index-brand .sidebar .block .block-title {display: block; background: none; box-shadow:none; padding:0; margin: 0}
.catalogsearch-result-index .block .block-title strong, .catalogextensions-index-brand .block .block-title strong{ background: none; color: #000; padding: 0 0 15px 0}
.block .block-title strong {
	display:none;
	
	border-radius:5px; 
	padding:5px 22px 5px 10px; 
	 text-transform: uppercase;
	font-size:21px;
	font-weight:normal;
	line-height:normal;
	color:#000;font-family: 'Montserrat-Medium';
}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {
	font-size:13px;
	line-height:16px;
	color:#0061a4;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:14px; display: none
}
.block .block-content {}
.block .block-content li.item { padding: 15px 0; border-bottom:1px solid #ececec; }
.block .block-content li.last {border: 0;}
.block .block-content li.item:first-child{ padding-top:0;}
.widget.widget-catalogsale-products .block ol li { padding:20px 0 20px 0;}
.widget.widget-catalogsale-products .price-box.map-info{ padding:10px 0 10px 0;}
.widget.widget-catalogsale-products .price-box.map-info a{ padding-left:0;}
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { padding:17px 0 0 0;}
.block .actions a {
	display:inline-block;
	color:#bd0305;
	font-weight:bold;
	text-decoration:underline;
	margin-left:10px;
}
.block .actions a:hover{ text-decoration:none;}
.block-compare .actions{ padding:20px 0 10px 0;}
.block .empty {}
.block  .price-box.map-info .price {font-size: 13px; font-family: 'Arial'}

.block li.odd {}
.block li.even {}
.sidebar-indent {}

/******************************************************************************** Mini Products List ******************************************************************************/
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-control-buttons { overflow:hidden; position:relative; margin-bottom:5px; }
.mini-products-list .product-image { float:left; width:90px;background:#fff; margin-right: 10px; }
.mini-products-list .product-image img {max-width:100%;}
.mini-products-list .product-details { padding-top:10px; overflow:hidden; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-name {	margin-left:10px; display:block; overflow:hidden;}
.block-cart .mini-products-list .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account ul li{ padding-bottom:5px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/******************************************************************************** Block: Layered Navigation ************************************************************************/
.block-layered-nav {}
.block-layered-nav dt {border-top:none;font-weight: normal;padding:0px 0 10px;font-size: 18px;text-transform: uppercase;color: #000;font-family: 'Montserrat-Medium';}
.block-layered-nav dd { /* padding:10px 0 10px 19px;  */margin-bottom:15px; border-bottom: 1px solid #cccccc;overflow-y: scroll;max-height: 310px;}
.block-layered-nav dd.odd.last { padding-bottom:0; margin-bottom:0; border-bottom: none}
.block-layered-nav dd li a { color:#000; text-decoration:none; font-size: 13px;font-family: 'montserratregular'; }
.block-layered-nav dd li a:hover { color:#383737;}
.block-layered-nav dd li {font-family: 'montserratregular';
	color:#da3f24;
	padding: 0 0 8px 0px;
}
.block-layered-nav dd li:before{ content: "\f0da"; font: normal normal normal 14px/1 FontAwesome; margin: 0 5px 0 0}
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:right; margin:5px 3px 0 2px; }
.block-layered-nav .block-subtitle {}
.block-layered-nav .block-content .actions a{ color:#363636; text-decoration:none;}
.block-layered-nav .block-content .actions a:hover{ color:#bd0305;}
.block-layered-nav .block-content .actions{ padding-top:5px; padding-bottom:10px;}

.block-layered-nav #narrow-by-list2 dt {border:none; padding-top:0;}
.block-layered-nav select{width:100%;}
/*********************************************************************** Block: Spacials *********************************************************************************************/
.widget-catalogsale-products {}
.widget-catalogsale-products .price-box .price-label {display:none;}

#product_tabs_review_tabbed_contents #review-form h3 span{ color:#bd0305;}

/************************************************************************************ Block: Cart ***********************************************************************************/
.sidebar .block-cart, .sidebar .block-compare, .sidebar .block-viewed, .sidebar .block-subscribe {display: none;}
.block-cart .block-content li.item.last {padding-bottom:0;}
.block-cart .summary {}
.block-cart .amount {
	border-bottom:1px solid #ececec;
	padding-bottom: 12px;
	margin-bottom:16px;
}
.block-cart .amount a {
	color:#0061a4;
	font-weight:bold;
}
.block-cart .amount a:hover { text-decoration:underline; }
.block-cart .subtotal {}
.block-cart .subtotal .price{ font-weight:bold; color:#000; padding-left:6px; }
.block-cart .subtotal .label {}
.block-cart .amount-2{ border-top:1px solid #ececec; color:#000000; padding-top:16px; padding-bottom:17px;}
.block-cart .amount-2 a{ text-decoration:none; font-weight:bold; color:#bd0305;}
.block-cart .amount-2 a:hover{ color:#000000;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; display:none; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
.block-cart .actions {border-bottom:1px solid #ececec;padding-bottom:20px;margin-bottom:17px;}
.block-cart .product-details { text-transform:uppercase;}
.block-cart .product-details strong{ font-weight:normal; padding:0 0 0 3px;}
.block-cart .block-title{ }
.block-cart .product-details .price,
.block-related .regular-price .price,
.block-wishlist .regular-price .price  { font-size:12px;font-weight:bold;}

/**************************************************************************** Block: Wishlist ******************************************************************************************/
.block-wishlist {}
.block-wishlist .btn-remove{ margin-left:7px;}
.block-wishlist .product-name a { text-decoration:none;}
.block-wishlist .block-title small {}
.block-wishlist .price-box {float:left; color:#000;}
.block-wishlist .link-cart { float:right; text-decoration:underline; margin-top: 5px; margin-left: 5px; }
.block-wishlist .link-cart:hover { text-decoration:none; }
.block-wishlist .block-content li.item {border-bottom: 1px solid #ececec;padding:20px 0 20px 0;}
.block-wishlist .block-content li.item.last{}
.block-wishlist .product-name {}
.block-wishlist .actions a {
	font-size:12px;
	line-height:25px;
	text-align:center;
	white-space:nowrap; 
	text-decoration:none;
	font-weight:normal;
	margin:0;
	padding:0 10px;
	height:25px;
	color: #fff;
}
.block-wishlist .actions { padding-bottom:5px;}

/********************************************************************************** Block: Related **********************************************************************************/
.product-image {display:inline-block;}
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin: 5px 5px 0 0; }
.block-related .product {overflow:hidden;}
.block-related .product .product-image { float:left; }
.block-related .product .product-details .regular-price { float:none; }
.rel-label{ font-size:12px; color:#333; padding-top:6px; display:inline-block;}
.block-related .link-wishlist{ font-size:12px; font-weight:bold; color:#bd0305;}
.block-related .link-wishlist:hover{ text-decoration:underline; color:#000;}
.block-related .block-content li.item {padding:20px 0;}
.block-related .block-content li.item:first-child{ padding-top:0;}
.block-related .block-content li.item.last{ padding-bottom:10px;}
.block-related .product-name { width:152px; }

/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {}
.block-compare li { padding:12px 0; }
.block-compare .block-content {}
.block-compare .btn-remove{ margin-top:4px; margin-left:10px;}
.block-compare #compare-items{}
.block-compare .block-title small{ display:none;}
.block-compare .product-name a { text-decoration:none; }

/********************************************************************* Block: Recently Viewed *************************************************************************************/
.block-viewed {}
.block-viewed li a,
.block-compared li a { text-decoration:none; display:inline-block;}
.block-viewed .block-content li.item:first-child,
.block-compared .block-content li.item:first-child {border-top:none;}

/********************************************************************* Block: Recently Compared ***********************************************************************************/
.block-compared { }
#co-payment-form{ width:100px;}

/********************************************************************* Block: Poll **************************************************************************************************/
.block-poll { }
.block-poll .block-title strong span {}
.block-poll .block-subtitle {
	font-size:12px;
	line-height:15px;
	text-transform:none;
	font-weight:bold;
}
.block-poll label { line-height:18px;}
.block-poll input.radio { float:left; margin:2px 0 0 0; }
.block-poll .label { display:block; margin-left:32px; }
.block-poll li { padding:3px 0px 9px 0; }
.block-poll .actions { margin:0px 0 0; text-align:left; padding-top:10px; padding-bottom:10px; }
.block-poll .answer{float:left; width:200px;}
.block-poll .answer span{display:block; width:150px; color:#b2b2b2;}
.block-poll .votes{font-weight:normal; float:right; width:70px; text-align:right; color:#bd0305;}

/************************************************************************ Block: Tags **************************************************************************************************/
.block-tags{ border:none;}
.block-tags ul,
.block-tags li { display:inline; }
.block-tags .actions a { margin-left:0; }
.block-tags .actions a:hover{ }
.block-tags .actions { padding-bottom:5px;}
.product-tags li{ float:left; margin-right:7px;}
#addTagForm{ overflow:hidden;}
/* Block: Tags */

/************************************************************************* Block: Subscribe ****************************************************************************************/
.block-subscribe {}
.block-subscribe .block-content {}
.block-subscribe .form-subscribe-header {display:inline-block; margin-bottom: 8px;}
.block-subscribe .input-box { width: 100%; }
.block-subscribe .input-box input {width: 100%;}
.block-subscribe .actions { float:left; margin-top:10px; }

/************************************************************************ Block: Reorder *******************************************************************************************/
.block-reorder {}
.block-reorder .block-subtitle {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:5px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .actions {}
.block-reorder .actions a {}
.block-reorder .actions a:hover { }

/*********************************************************************** Block: Banner *********************************************************************************************/
.block-banner {}
.block-banner .block-content { text-align:center; padding:0; border:0; }

/************************************************************************ Block: Login *********************************************************************************************/
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/************************************************************************* Paypal **************************************************************************************************/
.paypal-logo { display:inline-block; margin:0; text-align:center; overflow:hidden;}
.paypal-logo a { float:none; display:inline-block; width:100px; }
.paypal-logo a img { max-width:100%; height:auto; }
/*========================================================================================== End Sidebar ============================================================================ */
/* ================================================================================================================================================================================== */

/* Category Page ========================================================================= */
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/****************************************************************************************** View Type: Grid ***************************************************************************/
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid {  }

.product-shop { position:relative; }

.products-grid {position:relative; margin-bottom:0px !important; }
.new_products_block .products-grid { margin-bottom:0 !important; }
.price-box.map-info a { text-decoration:none; margin-top:5px; color:#bd0305; }
.price-box.map-info a:hover{ color:#000;}
.products-grid.last { border-bottom:0; }
.products-grid li.item:hover {}
.products-grid li.item {
	float:left;	
	border:1px solid #d6d6d6; 
	background:#fff;
	padding:29px 19px 20px 19px; 
	-moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
		border-radius:6px;
		position:relative;
	}

.products-grid li.last{ margin-right:0;}
.products-grid li.first {} 
.products-grid .product-shop {  }
.products-grid .product-image { display:block; max-width:190px; height:auto; margin:0 auto 25px; text-align: center; }
.products-grid .regular-price .price { font-size:25px; font-weight:normal; color:#000; font-family: "montserratregular" }
.products-grid .price-box .special-price { float:right; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_price.png) no-repeat; padding:13px 0 0 32px; /*width:115px;*/ height:43px; position:relative; z-index:3; }
.products-grid .price-box.map-info {	position:inherit; top:auto; right:auto; margin-bottom:10px; }
.products-grid .price-box.map-info .old-price { float:none; background:none; height:auto; padding:0; min-width:inherit; margin:0 0; position:relative; z-index:2; border-radius:0; }
.products-grid .price-box .old-price { float:right; background:#0061a4; height:34px; padding:13px 30px 0 17px; /*min-width:88px;*/ margin:0 -28px 0 18px; position:relative; z-index:2; border-radius:6px 0 0 6px; }
.products-grid .regular-price .price, .specials-list .old-price .price, .specials-list .special-price .price { font-size:25px; font-weight:normal; color:#000; font-family: "montserratregular"}
.products-grid .availability { line-height:21px; }
.products-grid .actions {margin:0; position:relative; font-size:27px; display: inline-block; float: none; line-height: 17px;}
.product-category .actions {margin:0; position:relative; font-size:27px; display: inline-block; float: none; line-height: 17px;}
.products-grid .actions a { color:#0061a4; margin:0 4px 0 0; }
.products-grid .actions a:hover { color:#bd0305; }
.products-grid .actions > span{ position:absolute; left:0; bottom:-3px;}
.products-grid .desc.std strong{ color:#bd0305;}
.products-grid .desc.std{ overflow:hidden; color:#b2b2b2; padding:5px 0;}
.product-box-2{background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/tail-grid-bottom.gif) 0 0 repeat-x #fdfdfd; padding:16px 18px 0px 18px; margin:0 -18px; overflow:hidden; position:relative; }
.product-box-2 > span {  position:absolute; left:18px; bottom:-3px;}
.products-grid .ratings { margin-bottom:17px; }
.products-grid .ratings .amount { }
.products-grid .ratings .amount a { color:#bd0305; text-decoration:none; }
.products-grid .ratings .amount a:hover { color:#383737; }
.products-grid .minimal-price-link { float:right; }
.products-grid .no-rating a{text-decoration:none; color:#383737; padding-top:0px; display:inline-block;}
.products-grid .no-rating a:hover{ color:#bd0305;}
.products-grid .no-rating{ padding-top:8px; margin-bottom:7px}
.products-grid .add-to-links {padding-top:4px; position:relative;}
.products-grid .add-to-links li { float:left;}
.products-grid .add-to-links li:first-child{ margin-right:19px;}
.products-grid button.button{ float:left; margin-right: 21px; }
.products-grid .desc_grid { font-size:13px; line-height:17px; color:#525252; margin-bottom: 10px;}
.add-to-links {float:left;}

/******* Type: List and Grid ********/
.products-grid .product-name ,
.products-list .product-name { margin:0 0 10px; font-size:14px; font-weight:bold; text-transform:uppercase; padding-right:20px; }

.products-grid .product-name a,
.products-list .product-name a {
	display:inline-block;
	color:#da3f24; font-size: 16px;font-family: 'montserratregular'; font-weight: normal;  
	text-decoration:none;
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover{ color: #da3f24}
.products-grid .product-name a:hover,
.products-list .product-name a:hover{ color:#2f2f2f;}

.products-grid .product-image img,
.products-list .product-image img {max-width:100%;}

.products-grid .add-to-links .link-wishlist,
.products-list .add-to-links .link-wishlist {background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/link-wishlist.gif) 0 0 no-repeat; width:15px; height:14px; font-size: 0; display:inline-block;}
.products-grid .add-to-links .link-wishlist:hover,
.products-list .add-to-links .link-wishlist:hover {background-position: 0 -31px;}
.products-grid .add-to-links .link-compare,
.products-list .add-to-links .link-compare{background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/link-compare.gif) 0 0 no-repeat; width:16px; height:14px; font-size: 0; display:inline-block;}
.products-grid .add-to-links .link-compare:hover,
.products-list .add-to-links .link-compare:hover {background-position: 0 -31px;}

/********************************************************************************************** View Type: List *******************************************************************************************/
.products-list { }
.products-list li.item { border-bottom:1px solid #ececec; padding-bottom:20px; margin-bottom:20px;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:210px; height:auto; margin-right:30px; }
.products-list .list-inner{ width:210px; height:210px; position:relative; float:left;}
.products-list .product-shop { overflow:hidden; }
.products-list .button{ float:left; margin-right:21px;}
.products-list .button > span{ background: #8ab756; color: #fff; font-size: 18px;font-family: 'Montserrat-Medium'; padding: 6px 15px; border-radius: 10px; height: auto;}
.products-list .button:hover > span{ background: #000; color: #fff}
.products-list button.button span span{ padding: 0}
.products-list button.button span span::before{ content: none}
.products-list .product-name { }
.products-list .price-box { color: #3A3A3A; margin: 12px 0; overflow: hidden; width: 100%;}
.products-list .price-box .regular-price{ float:left; padding-right:12px;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; margin:0 0 15px; }
.products-list .desc > p{ float:left; color: #414141;font-family: 'montserratregular'; width: 100%}
.products-list .desc > p strong{ color:#bd0305;}
.products-list .desc .link-learn { text-decoration:underline; color: #666;font-family: 'Montserrat-SemiBold';}
.products-list .desc .link-learn:hover{ color:#dd391c;}
.products-list .add-to-links { padding-top:0px; }
.products-list .add-to-links li:first-child { margin-right: 19px; }
.products-list .f-fix{ position:relative;}
.products-list .f-fix > span{left: 0;   position: absolute;   bottom:0px;}
.products-list .list-btn { display:inline-block; float:left;}
.products-list .add-to-links .separator{ display:none;}
.products-list .add-to-links li { float:left; }
.list-reviews{ float:right; width:285px; text-align:right;}
.row-list{ width:100%; position:relative;}
.row-list > span{ position:absolute; left:0px; top:40px;}
.products-list .ratings { margin-bottom:17px; }
.products-list .ratings .rating-links a { color:#bd0305; }
.products-list .ratings .rating-links a:hover { color:#383737; }
.products-list .no-rating{ text-align:right; padding-top:6px;}
.products-list .no-rating a{ text-decoration:none; color:#383737;}
.products-list .no-rating a:hover{color:#bd0305;}
/* ======================================================================================= */

/******************************************************************************** Product View ========================================================================== */
/****************************************** Rating *****************************/
.ratings { font-size:12px; line-height:15px; margin:5px 0 7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a{text-decoration:none; color:#383737;}
.ratings .rating-links a:hover{color:#bd0305;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:91px; height:14px; font-size:0; line-height:0; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bkg_rating.png) 0 0 repeat-x;  font-size: 0; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:7px; }
.ratings .amount {}
.email-friend.left{ float:left;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {border:1px solid #DDDDDD; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}
#block-related .price-box.map-info{ display:none;}
/*************************************** Availability *******************************/
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price { float:left; display:block; }
.regular-price .price {
	font-weight:normal;
	font-size:25px;
	line-height:22px;
	color:#000;font-family: 'montserratregular';
}

/* Old price */
.old-price { }
.old-price .price-label { font-weight:bold; white-space:nowrap; display:none; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; display:none; }
.special-price .price { font-weight:bold; }
.product1 p.special-price, .product1 p.old-price {min-height: 5px;margin: 0 0 0 10px;float: left;font-size: 15px;font-family:'montserratregular';}
/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label {font-weight:bold; white-space:nowrap;}

.minimal-price-link {display:inline-block;color:#bd0305;margin-top:2px;}
.minimal-price-link:hover { color:#000; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }
.minimal-price-link span {	display: inline-block;   text-decoration: none;}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }

.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { color:#3A3A3A; }
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart .qty-block { float:left; padding-top:0px; }
.add-to-cart label { margin-right: 7px; color:#3a3a3a; margin-top: 10px }
.add-to-cart .qty { border:1px solid #cccccc; font-size:12px; color:#666666; text-align:center; background:#fff; padding: 3px 6px 4px 7px; }
.add-to-cart button.button { float:left; margin-left:15px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px; }
.product-view .add-to-cart .paypal-logo {/* display:none; */ display: flex; position: relative; top:-33px;left: 200px}

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; width:100%; position:relative;}
.add-to-box .add-to-cart #ajax_loader{ position:absolute; bottom:-22px; right:0;}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.catalog-product-view .sidebar {display: none;}
.product-view { margin-bottom:20px;}
.product-view .product-name h1 {
    font-size: 28px;
    line-height: 24px;
    color: #da3f24;
    font-weight: normal;font-family: 'montserratlight';text-align: left; font-weight: normal; margin: 0; padding: 0;}
.short-description p {
    font-size: 14px;
    color: #333;
    line-height: 20px;font-family: 'montserratextralight';
}
.box-collateral-content p {
    font-size: 14px; line-height: 20px;font-family: 'montserratextralight';
}
.catalog-product-view .col-right{ padding-top:0;}
.product-view h2 {
	font-family: 'Montserrat-Medium';
	font-size:14px;
	line-height:17px;
	color:#bd0305;
	font-weight:normal;
	padding: 15px 0px;
	margin: 0;
	position:relative; color: #da3f24; text-transform: uppercase; cursor: pointer
}
.box-collateral-content { display: none;}
.tt{ display:block;}
.zoom-inner{ width:300px; margin-bottom:10px; height:300px; position:relative;}
.more-views h2{ display:none;}

/*** Product Collateral **/
.product-essential {margin-bottom:0px; padding-bottom:25px;}
.product-view .product-essential .product-shop .nobr {margin-bottom:5px; display:inline-block;}
.product-collateral #customer-reviews dl dt {margin-bottom:5px;}
.product-collateral #customer-reviews dl dd { border-bottom:1px solid #ECECEC; padding-bottom:10px; margin-bottom:10px;}
.product-collateral #customer-reviews dl dd.last { border:none; padding-bottom:0; margin-bottom:0;}
.product-collateral #customer-reviews dl dd table { margin-bottom:5px;}
.product-collateral #customer-reviews .pager {margin-bottom:10px;}
.product-collateral #customer-reviews #product-review-table span.nobr {display:block; padding:0 5px;}
.product-collateral #customer-reviews #product-review-table .value {text-align:center;}
.product-collateral #customer-reviews #product-review-table {margin-bottom:20px;}
#customer-reviews .form-list label.required {margin-bottom:5px;}
#customer-reviews .form-list textarea {min-width:332px; max-width:332px;}
.product-collateral .box-collateral { margin-bottom:0px; }
.product-collateral .toggle.opened:before{font-family: 'FontAwesome'; content: "\f068"; position: absolute; right:10px; font-size: 10px;}
.product-collateral .toggle:before{font-family: 'FontAwesome'; content: "\f067"; position: absolute; right:10px; font-size: 10px;}
.product-view .box-collateral-content {padding: 0 0 20px 0;}
/* Product Images */
#product-image {
    position: relative;
    display: table;
    line-height: 0;
    margin-left:0;
    width: 100%;
    /* margin: 0 auto; */
    height: 585px;
    border: 1px solid #d2d2d2;
}
#product-image a{
	vertical-align:middle;
	display:table-cell;
}
div#product-image a img {
    max-height: 580px;
    height:auto;
   max-width: 100%;
}
.product-img-box #thumbnails a img {
    height: auto;
}
#thumbnails {
    height: 135px;
}
.product-view .product-img-box.product-img-box-wrap {float:left;text-align:center;margin-bottom:30px;width:45%; padding-right: 40px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {
	position:relative;
	height:308px;
	width:308px;
	border:1px solid #ececec;
	overflow:hidden;
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/opc-ajax-loader.gif) no-repeat center center;
	}
.product-view .product-img-box .product-image #wrap {
	position:absolute !important;
	left:195px;
	top:195px !important;
	height:106px;
	width:106px;
}
.product-view .product-img-box .product-image .mousetrap {
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/mousetrap.png) 0 0 no-repeat !important;
	height:106px !important;
	width:106px !important;
	z-index:999 !important;
	opacity: 0.6;
}
.product-view .product-img-box .product-image .cloud-zoom {	height:106px;width:106px;}
.product-view .product-img-box .product-image .cloud-zoom img.small {height:106px;width:106px; opacity:0;}
.product-view .product-img-box .product-image .cloud-zoom img.big {	position:absolute;	top:-195px !important;	left:-195px !important; background-color: #fff;}
.product-view .product-img-box .product-image .cloud-zoom-big {left:-189px !important;top:-189px !important;}

.product-view .product-img-box .product-image span { display:block; position:absolute; background:none; top:0; left:0; height:100%; width:100%; }
.product-view .product-img-box .product-image-zoom { position:relative; width:310px; height:310px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; width:310px!important; height:310px!important; }
.product-view .product-img-box .zoom-notice { display:none; text-align:center; }
.product-view .product-img-box .zoom { display:none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views li a { display:block; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop {float:right;width:55%;}
.product-view .product-shop .ratings { float:left; margin:0; }
.product-view .product-shop .ratings .rating-box { float:none; margin:0 0 5px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name { margin-bottom:12px; }
.product-view .short-description { margin-bottom:13px; }
.product-view .short-description h2 { display:none;}
.product-view .short-description .std { font-size: 14px;font-family: 'montserratlight'; color: #333}
.product-view .product-shop .product-pricing {margin-bottom:15px; margin-top:10px; overflow:hidden;}
.product-view .product-shop .product-pricing li {background:#f4f4f4; float:left; clear:left; line-height:22px; padding:0 13px; font-size:11px; margin-bottom:3px; }
.product-view .product-shop .product-pricing li .benefit {}
.product-view .product-shop .price-box { float:left; display:inline-block; padding-top:20px; margin-right:15px; min-width:116px; width: 100%}
.product-view .product-shop .price-box .regular-price {}
.product-view .product-shop .price-box .regular-price .price { font-size:31px; line-height:27px; color: #333;font-family: 'montserratregular';}
.product-view .product-shop .availability {display: block; font-size:14px; font-weight:normal; color:#333; margin-bottom:10px; float: left; font-weight: normal;font-family: 'montserratlight'; background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/availabilty-icon.jpg) no-repeat right; padding: 0 25px 0 0;}
.product-view .product-shop .availability span { display:inline-block; font-size:14px; font-weight:normal; color:#333; margin-left:3px;}
.product-view .product-shop .add-to-box {}
.product-view .product-shop .add-to-box label {font-size:17px;font-family: 'montserratregular'; color: #333333; font-weight: normal}
.product-view .add-to-links {width:100%;padding:20px 0;}
.product-view .add-to-links li a.link-wishlist { color:#0061a4; padding-left:22px; text-decoration:underline; color: #000;font-family: 'montserratregular'; font-weight: normal; font-size: 16px; text-decoration: none}
.product-view .add-to-links li a.link-wishlist:before{font-family: 'FontAwesome';content: "\f08a"; position: absolute; left: 0; color: #da3f24;}
.product-view .add-to-links li a.link-compare { color:#0061a4; padding-left:25px;background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/compare-icon.png) left 0px no-repeat; text-decoration:underline; color: #000;font-family: 'montserratregular'; font-weight: normal; font-size: 16px; text-decoration: none}
.product-view .add-to-links li a.link-wishlist:hover,
.product-view .add-to-links li a.link-compare:hover{ color:#da3f24;; text-decoration:none; }
.product-view .add-to-links li { float:left;}
.product-view .add-to-links li span img{ float:right; margin-left:10px; margin-top:4px;}
.product-view .add-to-links li:first-child{ margin-right:28px;}
.add-to-box  .or{ display:none;}
.row-product{ border-bottom:1px solid #ececec; padding:15px 0; margin-bottom:20px; overflow:hidden; width:100%;}
.row-product .no-rating{float:left; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-reviews.gif) left 4px no-repeat; padding-left:22px;}
.row-product .no-rating a { text-decoration:underline; color:#3a3a3a;}
.row-product .no-rating a:hover{ text-decoration:none; color:#0061a4;}
.row-product .email-friend {background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-email.gif) left 4px no-repeat; padding-left:27px; float:right;}
.row-product .email-friend a{ text-decoration:underline; color:#3a3a3a;}
.row-product .email-friend a:hover{ text-decoration:none; color:#0061a4;}
/* Product Options */
.product-options {
    overflow: hidden;
    margin: 10px 0 10px;
    padding: 17px 0 0 0;
    border-top: 1px solid #ebebeb;
}
.product-options .qty-holder { display:block; padding-top:10px; }
.product-options dl {margin: 0;}
.required {display: none;}
.product-options dl dt{ display:inline-block;}
.product-options dt label { font-weight:normal; display:inline-block; color:#333; padding-bottom:0px; font-size: 17px;font-family: 'montserratregular'; margin-bottom: 0}
.product-options dt label em { float:left; color:#bd0305; margin: 0 5px 0 0}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0px 10px 10px 0; display:inline-block;}
.product-options dl.last dd.last { margin: 0 0 10px 0}
.product-options .input-box { }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width: 175px; height: 32px; font-size: 13px; color: #666;font-family: 'montserratregular';}
.product-options .options-list {}
.product-options .options-list li { padding-top:10px; }
.product-options .options-list li:first-child { padding-top:0; }
.product-options .options-list li label { display:inline-block; }
.product-options .options-list input.radio { float:left;  margin:2px 0 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:5px 0 0; overflow:hidden; width:100%; text-align:left; font-size:12px; color:#bd0305; }

.product-view .product-shop .price-box {float:left; margin:0 25px 5px 0;}
.product-shop .price-box.map-info a {float:none; clear:left; padding:0 !important; margin-bottom:3px;}
.add-to-cart {width:100%; padding:15px 0;border-bottom:1px solid #ebebeb; font-size: 17px;}
.product-shop label {min-width:115px; float: left;font-family: 'montserratregular'; font-weight: normal}
.add-to-cart button.button > span	{ font-size:14px; line-height:44px; height:44px; background: #da3f24; font-size: 18px; color: #fff;font-family: 'Montserrat-Medium'; text-transform: uppercase; font-weight: normal}
.add-to-cart button.button:hover > span{ background: #8ab756}
.product-view .product-options-bottom {}
.product-view .product-options-bottom .add-to-links {clear:left; margin:0px !important; }
.product-view .product-options-bottom .price-box { float:none; display:block; padding:0; margin-right: 0 !important; overflow:hidden; }
.product-view .product-options-bottom .price-box .regular-price { display:none; }
.product-view .product-options-bottom .price-box .price-as-configured { font-size:22px; line-height:27px; }
.product-view .product-options-bottom .price-box .price-as-configured .price { font-weight:normal; }
.product-view .product-options-bottom .add-to-cart {margin-top: 10px;}

.row-product .addthis_toolbox { border-top: 1px solid #ececec; border-bottom:0; padding-bottom:0; padding-top:15px; width: 100%; overflow: hidden;}
.review-product-list .row-product .addthis_toolbox {margin-top: 15px; float: left;  width: 100%;}
.addthis_toolbox { /* border-bottom: 1px solid #ececec;  padding-bottom: 15px; */ margin: 8px auto 0; width: 250px;}
.addthis_mini_style .addthis_button_pinterest_pinit {margin-top:-1px; }
.addthis_mini_style .addthis_button_pinterest_pinit span {height:20px;}


/* Grouped Product */
.product-view .grouped-items-table {}
.product-view{ position:relative;}
.messege-product{ background:#FAFAEC; border:1px solid #FCD344;
    border-radius: 0 0 3px 3px;
    color:#bd0305;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    margin-left: -220px;
    padding:9px 60px 9px 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 333px;
    z-index: 999; display:none;}
.messege-product.none-messege{ display:block;}
.messege-product button:hover{ background-position:0 -9px; cursor:pointer;}
.messege-product button {
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/remove-popup-2.png) no-repeat  0 0;
    border: medium none;
    height: 9px;
    position: absolute;
    right: 20px;
    top:12px;
    width: 9px;
    z-index: 9999;
}
#review-form .form-list .input-box {width: auto;}
#review-form .form-list input.input-text,
#review-form .form-list textarea {width: 100%;}
#review-form td.value {text-align: center;}
/* Block: Description */
.product-view .box-description {}
.product-view .box-description, .product-view .box-additional {
    border-bottom: 1px solid #ebebeb;
}
.product-view .box-description{ border-top: 1px solid #ebebeb;}

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional .data-table td.label, 
.product-view .box-additional .data-table th.label {padding-left:10px;}
#product-review-table {margin-bottom:10px;}

/* Block: Upsell */
.box-up-sell { border:1px solid #ededed; padding:20px; background:#fbfbfb; overflow:hidden;}
.box-up-sell h2{ font-size:14px; text-transform:uppercase; color:#383737; margin-bottom:20px;}
.box-up-sell ul li .product-image {margin-bottom:15px; display: block;}
.box-up-sell ul li .product-image img {max-width: 100%;}
.box-up-sell .product-name { margin-bottom:10px; }
.box-up-sell .no-rating{ width:100%; overflow:hidden;}
.box-up-sell .price-from{ float:left; margin-right:10px; color:#bd0305;}
.box-up-sell .price-to{color:#bd0305;}
.box-up-sell .no-rating a{ display:block;}
.box-up-sell .product-name a { text-decoration:none; }
.box-up-sell ul{ margin-left:0px;}
.products-ups.jcarousel-list  .last {margin-right:25px;}
.box-up-sell ul li{ float:left; width:207px!important; border:1px solid #ededed; background:#fff; margin-right:25px; padding:25px;}
.box-up-sell ul li.last {margin-right:0;}
.box-up-sell ul li .no-rating{ margin-bottom:0; margin-top:0px; }
.box-up-sell .price-box { margin:0;display:block; overflow:hidden;} 
.box-up-sell .price-box .regular-price { float:none; }
.box-up-sell .price-box .minimal-price span{ color:#bd0305; font-size:15px; font-weight:normal;}
.box-up-sell ul li .no-rating a{ color:#333;}
.box-up-sell ul li .no-rating a:hover{ color:#bd0305;}
.box-up-sell ul li:first-child{ margin-left:0}
.box-up-sell .products-grid td { margin-right:11px; width:204px; }
.box-up-sell .rating-box {float:none; margin:0 0 5px;}
.box-up-sell .box-tags .product-tags {overflow:hidden; margin-bottom:25px;}
.box-up-sell .box-tags .product-tags li {display:inline; text-transform:capitalize; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/line-2.gif) no-repeat 100% 3px; padding:0 10px 0 0px; margin:0 10px 0 0;}
.box-up-sell .box-tags .product-tags li.first {padding-left:0px;}
.box-up-sell .box-tags .product-tags li.last {background:none;}

.box-up-sell .jcarousel-clip {overflow:hidden;width:828px;}
.box-up-sell .jcarousel-prev,
.box-up-sell .jcarousel-next {display:block;position:absolute;height:31px;width:31px; top:20px; cursor:pointer;}
.box-up-sell .jcarousel-prev {right:56px;background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/upsell-btn.gif) 0 -31px no-repeat;}
.box-up-sell .jcarousel-prev.jcarousel-prev-disabled {cursor:default;background-position: 0 0;}
.box-up-sell .jcarousel-next {right:20px;background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/upsell-btn.gif) right -31px no-repeat;}
.box-up-sell .jcarousel-next.jcarousel-next-disabled {cursor:default;background-position: right 0;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 {font-size:10px; line-height:normal; margin-bottom:12px;}
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; color:#7d7d7d; margin-bottom:15px; clear:both; padding-top:10px; }
.tags-list{ padding-top:10px;}
.my-tag-edit .btn-remove{ float:right; margin: 5px 0 0 5px;}
.my-tag-edit{ display:inline-block;}
#my-tags-table .add-to-links{ margin-top:10px;}
.product-view .box-tags .form-add .input-box { 
	float:left; 
	 width:100%; 
	 padding-left:32px;
	 background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/tag.png) left top no-repeat;
	 moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
	}
.product-view .box-tags .form-add input.input-text {width:100%;border:1px solid #d4d4d4; background:#fcfcfc; }
.product-view .box-tags .form-add button.button {margin-left: 32px; margin-top: 10px;}
.product-view .box-tags .form-add p { clear:both; }
.box-collateral.box-tags .note{ color:#0061a4; margin-bottom:15px; padding-top:5px; }

.video,
.map-content  {height:100%; position:relative; padding-bottom:56.25%; overflow:hidden; }
.video iframe {height:100%;width:100%; position:absolute; left:0; top:0;}

.map-content { margin-bottom:30px; padding-bottom:50%;  }
.map-content figure iframe {border:none; height:100%;width:100%; position:absolute; left:0; top:0;}

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button.button {margin-left:10px;}
#product_sendtofriend_form #sender_message{ margin-bottom:20px; resize:none; min-width:304px; max-width:373px; width:373px;}
#product_sendtofriend_form .buttons-set{ padding-top:15px;}
#product_sendtofriend_form .form-list .field {float: left;width: 361px;}
#product_sendtofriend_form .form-list .additional-row > div{width:380px;}
#product_sendtofriend_form .form-list .fields .field:first-child {float: left;width:402px;}
#product_sendtofriend_form  .form-list .fields .field input.input-text{width: 373px;}
#product_sendtofriend_form  .buttons-set {text-align:center;}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name { font-size:14px; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal; margin-right:10px; }

/* Advanced Search */
.advanced-search {border: 1px solid #ddd;max-width:800px;margin: 0 auto 30px;padding: 20px; display: table; border-radius: 5px;}
.advanced-search li {width: 50%;float: left;padding: 0 20px; min-height: 90px}
.advanced-search .form-list .input-range input.input-text{ height: 40px}
.advanced-search .form-list .input-box {width: 100%; padding: 0;}
.fieldset.advanced-search .legend{ font-size: 18px; color: #000; margin: 0 0 20px; padding: 0 20px}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {padding:15px 0;}
.advanced-search .form-list select {width:100%;}
select.multiselect option{font-family: 'montserratregular'; font-size: 12px; color: #333}
.advanced-search .form-list label {float:none;}
.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}
.form-adv-search{ border:1px solid #ececec; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/media/bg-adv-search.gif) left  bottom no-repeat #fff; padding:11px 20px 20px 20px}
.form-adv-search .fieldset{ border:none; background:none; margin:0; padding:0 0 0 0;}
.form-adv-search .fieldset h2{ font-size:12px; text-transform:uppercase; color:#bd0305; padding:8px 0 5px 0;}
.catalogsearch-advanced-index .col-main{ padding-top:17px;}
.form-adv-search .page-title{ border-bottom:1px solid #ececec; padding-bottom:9px;}
.form-adv-search .fieldset .form-list input.input-text {width:495px;}
.form-adv-search .fieldset .form-list .input-range input.input-text {width:100px!important;}
.input-range small{ color:#b1b1b1;}
.form-adv-search select.multiselect option {border-bottom:none;padding:2px 5px; color:#7e7e7e; padding-top:1px; padding-bottom:1px;}
.form-adv-search .multiselect{ padding:5px; height:94px;}
.form-adv-search .buttons-set{ padding:12px 0 0 0; margin-top:0}
.form-adv-search .buttons-set button.button { float:left;}
.form-adv-search .form-list select {width:500px;}

/* cms-about-magento-demo-store */
.cms-about-magento-demo-store .page-head {margin: 0 0 10px;padding:5px 0 8px;}
.cms-about-magento-demo-store .page-head h2{ text-transform:uppercase; font-size:18px; color:#383737;}

.cms-about-magento-demo-store .about-col-1,
.cms-about-magento-demo-store .about-col-2,
.cms-about-magento-demo-store .about-col-3 { 
	float:left;
	padding:214px 29px 27px 29px;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
	 width:32%;
	 margin-left:2%;
}
.cms-about-magento-demo-store .about-col-1 {margin-left:0;}

.cms-about-magento-demo-store .about-col-1{ background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/media/about-11.png) center top no-repeat #f9f9f9; position:relative; z-index:10}
.cms-about-magento-demo-store .about-col-2{ background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/media/about-22.png) center top no-repeat #f9f9f9; position:relative;}
.cms-about-magento-demo-store .about-col-3{ background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/media/about-33.png) center top no-repeat #f9f9f9;}

.cms-about-magento-demo-store .about-col-1 h3,
.cms-about-magento-demo-store .about-col-2 h3,
.cms-about-magento-demo-store .about-col-3 h3{ font-size:12px; text-transform:uppercase; color:#bd0305; margin-bottom:12px;}
.cms-about-magento-demo-store .about-col-1 p,
.cms-about-magento-demo-store .about-col-2 p,
.cms-about-magento-demo-store .about-col-3 p{ font-size:12px;color:#bd0305; line-height:18px; color:#7c7c7c; margin-bottom:0;}

.cms-about-magento-demo-store .about-col-4,
.cms-about-magento-demo-store .about-col-5,
.cms-about-magento-demo-store .about-col-6 { float:left; width:32%;	 margin-left:2%; }
.cms-about-magento-demo-store .about-col-4 {margin-left:0;}

.cms-about-magento-demo-store .about-col-4 h4,
.cms-about-magento-demo-store .about-col-5 h4,
.cms-about-magento-demo-store .about-col-6 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #ececec;}
.cms-about-magento-demo-store .about-col-4 p,
.cms-about-magento-demo-store .about-col-5 p,
.cms-about-magento-demo-store .about-col-6 p{ font-size:12px;color:#bd0305; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.cms-about-magento-demo-store .about-col-4 ul,
.cms-about-magento-demo-store .about-col-5 ul,
.cms-about-magento-demo-store .about-col-6 ul { list-style:none; padding:25px 0 12px 10%; margin:0 0 0 0;}
.cms-about-magento-demo-store .about-col-4 ul li,
.cms-about-magento-demo-store .about-col-5 ul li,
.cms-about-magento-demo-store .about-col-6 ul li{ 
	list-style:none; 
	font-size:12px; 
	font-style:italic; 
	color:#373737; 
	padding:0 0 9px 26px;
	background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-list-about.png") no-repeat scroll left 4px transparent;
}

.cms-about-magento-demo-store .about-col-7 h4{ font-size:12px; text-transform:uppercase; color:#383737; padding-bottom:16px; margin-bottom:14px; border-bottom:1px solid #ececec;}
.cms-about-magento-demo-store .about-col-7 p{ font-size:12px;color:#bd0305; line-height:18px; color:#7c7c7c; margin-bottom:0;}
.about-padd{ padding-bottom:25px;}
.about-padd-2{ padding-bottom:30px;}
/* customer-service */
.custom-servis-ul,
.custom-servis-ul ul{list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul li{ border-bottom:none; padding:5px 5px 5px 5px; margin-bottom:3px; padding-left:23px; color:#7c7c7c; font-weight:bold;}
.custom-servis-ul li {	border-bottom:1px solid #ececec;list-style:none;margin-bottom:20px;padding-bottom:10px;}
.custom-servis-ul li h3 {
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/icos-set.png) 0 0 no-repeat;
	font-size:13px;
	line-height:16px;
	color:#bd0305;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:13px;
	padding: 2px 0 8px 46px;
}
.custom-servis-ul li.item-2 h3 {background-position: 0 -124px;}
.custom-servis-ul li.item-3 h3 {background-position: 0 -253px;}
.custom-servis-ul li.item-4 h3 {background-position: 0 -377px;}
.custom-servis-ul li.item-5 h3 {background-position: 0 -501px;}
.custom-servis-ul li.item-6 h3 {background-position: 0 -638px;}
.custom-servis-ul li.item-7 h3 {background-position: 0 -764px;}

.custom-servis-ul li p{ font-size:12px; color:#8a8989; line-height:18px; margin-bottom:10px;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -47px 0; overflow:hidden; }
.page-sitemap .links a span{display:inline-block; padding-right:29px;}
.page-sitemap .sitemap { margin:12px 0 30px; display:inline-block;  }
.page-sitemap .sitemap a {}
.page-sitemap .page-title {margin-bottom:25px;}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li a{text-decoration:none; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-5.gif) 0 6px no-repeat; margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { text-decoration:none; color:#bd0305; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 a:hover {color:#3a3a3a;}
.page-sitemap .sitemap li {font-size:12px; line-height:18px;}
.page-sitemap .sitemap li.level-1{ padding-left:45px!important; margin-bottom:10px; margin-top:10px; background:none;}
.page-sitemap .sitemap li.level-1 a{ color:#474646;background:none; font-weight:bold; padding-left:0; text-transform:none;}
.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a{ color:#8a8989;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-2{ padding-left:60px!important;}
.page-sitemap .sitemap li.level-3{ padding-left:75px!important;}
.page-sitemap .sitemap li.level-4{ padding-left:100px!important;}
.page-sitemap .sitemap li a {display:inline-block; text-decoration:none;}

.page-sitemap .pager{ border:1px solid #ececec; margin:5px 0;padding:13px 9px 13px 19px;}
/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
.form-alt li {overflow:hidden; margin-bottom:10px;}

/* Shopping Cart ========================================================================= */
.cart {}
.cart .data-table tfoot .btn-empty > span {
	color:#323232;
	padding-left:17px;
	padding-right:11px;
	border-radius:2px;
	height:31px;
	line-height:31px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#fdfdfd'); /*IE6-9 */
	 background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd)); 
	background: -moz-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1,  #fdfdfd); /*  IE10+ */
	border-bottom:1px solid #ececec;
	}
.cart .data-table tfoot .btn-empty:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#333333'); /*IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#333333));
	background: -moz-linear-gradient(top,  #2c2c2c,  #333333); /*firefox 3.6+ */
	background: -o-linear-gradient(top,  #2c2c2c,  #333333); /*  Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c2c2c,  #333333); /*  IE10+ */
	color:#fff;
}
.cart .cart-product-block {
	border-bottom:1px solid #ccc;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	padding-bottom:20px;
}
.cart form button.button.btn-continue > span {
    background: #cccccc;
    color: #fff;
    border: none;
    color: #000;font-family: 'montserratregular';
}
.button.btn-update {
    margin: 0 10px 0 0;
}
.cart .cart-product-block .product-image {float:left; margin-right:20px;}
.cart .cart-product-block .product-description {overflow:hidden;}
.cart .cart-product-block .product-description .product-name {margin-bottom:0; float: left;font-family: 'montserratregular'; font-size: 14px; color: #333}

.cart .cart-edit { margin-bottom:18px; float: left;}
.cart .cart-edit a {
	display:inline-block;
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/edit.png) 0 0 no-repeat;
	font-size:12px;
	line-height:15px;
	color:#8a8989;
	text-decoration:none;
	padding: 7px 0 0 41px;
	height:25px;
}
.cart .cart-edit a:hover{ color:#000; background-position:0 -68px;}

.cart .cart-link-wishlist { margin-bottom:13px; }
.cart .cart-price { display:block; margin-bottom:17px; float: left}
.cart .cart-qty { margin-bottom:15px; float: left}
.cart-remove {float: left;}
.cart .cart-qty input { text-align:center; }
.cart .cart-qty span { margin-right:10px; }

.cart .cart-table-foot { text-align:right; }
.cart .cart-table-foot .btn-continue {float:left;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding: 0; color:#fff; }
.cart .title-buttons .checkout-types li button.button span {background:#d41224; border-radius:0px; font-size:12px; padding:0 12px; height:31px; line-height:30px;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 50px; }
.cart .page-title.title-buttons .checkout-types {padding-top:53px; display:none;}

.cart .crosssell {}
.cart .crosssell .product-name a { text-decoration:none; font-size:12px; line-height:18px;}
.cart .col2-set h2 {
	font-size:17px;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	padding: 0 0;
	margin:0 0;font-family: 'montserratregular';
}
.form-wrapper .discount-form {
    margin: 10px 0 0 0;
    float: left;
}
.form-wrapper .giftvoucher-description {
    margin: 0 0 20px 0;
}
.discount-form .giftvoucher #giftvoucher-custom-code label {
    margin: 0;
    padding: 0;
}
.cart .cart-collaterals .col-2 {padding: 0px 30px; max-width: 783px; width: 100%;}
.cart button.btn-proceed-checkout.btn-checkout{ width: 100%}
.cart .totals button.button.btn-proceed-checkout.btn-checkout > span{ width: 100%; float: left; font-size: 25px;font-family: 'montserratregular'; text-transform: uppercase; background: #dc381b; text-align: center}
.cart .totals button.button.btn-proceed-checkout.btn-checkout span span{ width: 100%; float:left; text-align: center}
.cart .crosssell .product-image { float:left; width:110px; height:110px; border:1px solid #ededed; margin-right:10px; }
.cart .crosssell .product-image:hover{ border:1px solid #bd0305;}
.cart .crosssell .product-details { overflow:hidden; }
.cart .crosssell li.item {border-bottom:1px solid #eaeaea; padding: 18px 0; margin: 0; }
.cart .crosssell li.item.last{ margin-bottom:0; padding-bottom:0;}
.cart .crosssell li.item:first-child { padding-top:0; }
.cart .crosssell li.last {border:none;}
.cart .crosssell .product-name {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.cart .crosssell .product-name {margin-bottom:7px; margin-top:-3px;}
.cart .crosssell .price {font-weight:bold; font-size:12px;}
.cart .crosssell .price-box { display:block; overflow:hidden; padding-bottom:10px;}
.cart .crosssell .price-box .regular-price { float:none; }
.cart .crosssell .price-box .price-label {display:none;}
.cart .crosssell button.btn-cart {float:left;}
.cart .crosssell button.btn-cart span {
	float:none;
	background:none;
	font-size:12px;
	line-height:15px;
	color:#bd0305;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	height:auto;
	border: 0;
}
.cart .crosssell button.btn-cart:hover span { text-decoration:none; }
.cart .crosssell .add-to-links { float:right; padding-top:0;}
.cart .crosssell .add-to-links li{ float:left; margin-right:10px;}
#shopping-cart-table .product-image {display:inline-block; border: 1px solid #ddd}
.cart-table .price { font-weight:bold; color:#0061a4;}

.cart .crosssell .link-wishlist {
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/link-wishlist.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    font-size: 0;
    width: 15px;
}
.cart .crosssell .link-wishlist:hover {background-position: 0 -31px;}

.cart .crosssell .link-compare {background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/link-compare.gif) 0 0 no-repeat; width:16px; height:14px; font-size: 0; display:inline-block;}
.cart .crosssell .link-compare:hover {background-position: 0 -31px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */

#discount-coupon-form { display:block; margin-bottom:20px;}
.cart .discount,
.cart .shipping {overflow:hidden;}
.cart .discount .discount-form  button.button {margin-bottom:5px; margin-right:5px; clear:right;}
.cart .discount .buttons-set{ padding-left:0; padding: 15px 0 0;}
.cart .discount .buttons-set button.button {float:left; }
.cart .shipping {float: left; width: 50%;}
.cart .shipping .buttons-set {padding-left:0px; padding-top:0px;}
.cart .shipping .buttons-set button.button {float:left;}
.cart .discount-form label {margin-bottom:13px; display:block; font-size:12px;font-family: 'montserratregular'; line-height:19px; text-transform:uppercase; color:#000; font-weight: normal}
.cart input,
.cart select { text-align:left; }
.cart select {}
.cart .discount-form .input-box {}
.cart .discount-form .input-box input {max-width:300px; padding: 10px 10px; border: 1px solid #cccccc; width: 100% !important}
.cart .discount-form .buttons-set {margin:0px 0 0 0; clear:right; overflow:hidden;}
.cart form button.button > span {background: none;border: 1px solid #78a247;color: #78a247;font-family: 'Montserrat-SemiBold'; font-size: 16px; text-transform: uppercase; height: 40px; line-height: 40px;}
.cart form button.button span span::before{ content: none}
.cart form button.button span span{ padding: 0 15px}
.cart .shipping .form-list .input-box {width:auto;}
.cart .shipping p {font-size:12px; line-height:16px; margin-bottom:12px; text-transform:uppercase; color:#000;font-family: 'montserratregular';}
.cart .shipping label {display:block; font-size:14px; line-height:normal; margin-bottom:0px; font-weight:normal; float:left; width: 100%}
.cart .shipping .form-list li {margin-bottom:7px;}
.cart .shipping .form-list li input {max-width:300px; height: 37px; border: 1px solid #ccc; width: 100%}
.cart .shipping .form-list li select {max-width:300px; height: 37px; border: 1px solid #ccc; width: 100%}
.cart .shipping .buttons-set{ margin-top:0; padding-top:0px; padding-bottom:10px;}
.cart button.button > span{ line-height: 37px; height: 37px;}
.discount-form .giftvoucher label {font-weight: normal !important;font-family: 'montserratregular'; color: #000 !important}
.cart-collaterals #discount-coupon-form {padding:0px; background:none; float: left;}
.form-wrapper {float: left; width: 50%; padding: 0 30px 0 0}
.form-wrapper form {width: 100%; float: left;}
/* Shopping Cart Totals */
.cart .totals { background:#fff;overflow:hidden;padding:20px 32px 25px; border:3px solid #e1e1e1; padding: 12px 35px; border-radius: 10px;}
#shopping-cart-totals-table {background:none;}
.cart .totals table { width:100%; font-size:12px; color:#7f7f7f; margin-bottom:0px; }
.cart .totals .shipping, .totals .shipping-form{ width: 100%; float: left}
.totals .shipping-form dt {display: none;}
.totals .shipping-form form{ width: 100%; float: left}
.totals .shipping-form ul{ width: 100%; float: left; margin: 0 0 5px;}
.totals .shipping-form li {float: left; width: 100%;}
.totals .shipping-form li input{ float: left;}
.totals .shipping-form li label{ float: left; width: auto; font-size: 14px;font-family: 'montserratregular'; margin: 0 0 0 7px; color: #333}
.totals .shipping-form li label span{ font-weight: normal; color: #333;font-family: 'montserratregular';}
.cart .totals .shipping-form button.button > span{ height: 35px; border: none; line-height: 35px}
.cart .shipping .shipping-form .buttons-set {border-bottom: 1px solid #e1e1e1;margin:10px 0 20px;padding: 0 0 20px 0px; float: left; width: 100%}
.cart .totals table th,
.cart .totals table td { padding:0px 11px 10px 0; font-size:16px; line-height:17px; color:#000; text-transform:capitalize; vertical-align:middle; width:50%;font-family: 'Montserrat-Medium'; }
.cart .totals table tr td:first-child { }
.cart .totals table strong { font-weight:normal; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}
.cart .totals .price {font-size:15px; line-height:normal; color:#000; display:inline-block; padding: 0;font-family: 'montserratregular';}
.cart .totals tfoot .price {font-size: 19px;}
.cart .totals button.button > span {
	font-size:14px;
	padding:0 10px;
	height:59px; 
	line-height:59px;
	background:#78a247; color: #fff;
	}
.cart .totals button.button:hover > span{ 
	background:#78a247 ;
}
.cart .cart-table-foot {
    border-bottom: 1px solid #ccc;
    padding: 0 30px 15px 30px;
}
#shopping-cart-totals-table tbody {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px 0px;}
    
.checkout-types li {padding-top:15px;}
.checkout-types li:first-child {padding-top:0;}
.checkout-types li a {color:#a6a6a6; text-decoration:underline;}
.checkout-types li a:hover{ text-decoration:none;}
.cart .totals .checkout-types {text-align:center; float:none; padding:30px 0px 0;}
.cart .totals .checkout-types li a {width:auto;}
/* Options Tool Tip */
.item-options { margin-bottom:16px; padding-left:5px; }
.item-options li {}
.item-options li em { color:#bd0305; }
.item-options li em .price { text-decoration:underline; }
.item-options dt {font-weight:bold;}
.sidebar .item-options dt, .sidebar .item-options dd{ float: left}
.item-options dd {padding-left:10px;}
.truncated { padding:5px 0; width:auto; }
.sidebar .truncated{ display: none}
.truncated span { cursor:help; }
.truncated .truncated_full_value { display:none; padding-top:5px; top:auto;}
.truncated .truncated_full_value .item-options {
	background:none;
	border:none;
	top:0;
	left:auto;
	position:relative;
	width:auto;
}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:692px;}
.checkout-multishipping-address-newshipping .form-list select {width:337px;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {width:200px;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:100px; margin-right:10px; }
#payment_form_ccsave  #ccsave_cc_type {width: 206px;}
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; margin-right:5px; margin-top:-2px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:9px; height:9px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/btn_remove.gif) 100% 0 no-repeat; text-align:left;font-size: 0; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { margin-bottom:10px;}
.gift-messages h3{ font-size:12px; text-transform:uppercase; color:#bd0305; padding-top:10px;}
.gift-messages .control label{ color:#000; font-weight:bold;}
#shipping-method-buttons-container{ padding:10px 0 0 0;}
#shipping-method-buttons-container .back-link a{ color:#000;}
#shipping-method-buttons-container .back-link a:hover{ color:#bd0305;}
.gift-messages-form { border:1px solid #ddd; background-color:#fbfbfb; padding:10px; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; color:#000; font-weight:bold;}
.gift-messages-form h4 {font-size:12px; text-transform:uppercase; color:#bd0305; padding-top:10px;}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; background:#fff; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .field{ margin-bottom:10px;}
.gift-messages-form .item .details .product-name { font-size:12px; text-transform:uppercase; color:#2f2f2f;}
.gift-messages-form .form-list li.wide textarea {max-width:340px;}
.gift-messages-form  .inner-box .form-list li.wide textarea {max-width:333px;}
#allow-gift-messages-for-order-container .field{ margin-bottom:10px;}

.gift-message-link { display:block; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {}
.checkout-onepage-index .page-title {margin-bottom:30px;}
.checkout-onepage-index .page-title h1 { }

.checkout-onepage-success a {color:#bd0305;}
.checkout-onepage-success a:hover {text-decoration:underline;}

/* One Page Checkout */
.block-progress { border:none; margin:83px 0 0 0;}
.block.block-progress .block-title{border-bottom:none;padding:0;margin-bottom:10px;}
.block.block-progress .block-title .toggle {display: none;}
.block.block-progress .block-content{ padding:0 0 0 0;}
.block.block-progress .block-title span,
.block-progress dt { 
	display:block;
	background: #0061a4;
	font-size:14px;
	line-height:17px;
	color:#fff;
	text-transform:none;
	margin-bottom:10px;
	padding:9px 10px 11px;
}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete a { color:#fff; text-decoration:underline; }
.block-progress dt.complete a:hover { text-decoration:none; }
.block-progress dt.complete .separator{ color:#908f8f; margin: 0 8px; }
.block-progress dt.complete{ position:relative; z-index:999;}
.block-progress dt.complete,
.block-progress dd.complete { padding-bottom:12px; margin-bottom:10px; }
.block-progress dd.complete {
	border:1px solid #ececec;
	color:#8a8989;
	font-style:italic;
	padding:18px 19px 12px 19px;
	margin-bottom:10px;
}
.block-progress dd.complete address{color:#8a8989; font-style:italic;}
.opc {position:relative; }
.opc li.section { margin-bottom:10px; }
.opc p {margin-bottom:5px;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; font-size:12px; color:#000; }
.opc .step-title { padding:4px 5px 6px; text-align:right;background:#3a3a3a; }
.opc .step-title .number {
	float:left;
	background:#0061a4;
	font-size:17px;
	line-height:21px;
	color:#fff;
	text-align:center;
	margin-right:8px;
	padding: 4px 0 0;
	height:23px;
	width:27px;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-webkit-background-clip: padding-box;
}
.opc .step-title h2 {
	float:left;
	font-size:14px;
	line-height:17px;
	color:#fff;
	margin-bottom:0;
	padding-top:5px;
}
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
.opc label {padding-bottom:2px;}
.opc .input-box {margin-bottom:15px;}
.opc .fields select, .opc .field select {width: 313px;}


#checkout-review-table tr{ background:none;}
#checkout-review-table thead{ background:none;}
#checkout-review-table th{ padding:12px 20px 12px 20px; font-size:12px; font-weight:bold; color:#000000;}
#checkout-review-table td{ border:1px solid #ececec; background:#none; padding:15px 20px;}
#checkout-review-table td h3{ margin-bottom:0; font-size:12px; color:#2f2f2f; text-transform:uppercase;}
#checkout-review-table .price{ color:#bd0305; font-weight:bold;}
#checkout-review-table th{ border:1px solid #ececec;}
#checkout-review-table-wrapper { overflow:hidden;}
#checkout-review-table{}
#checkout-review-table .item-options {padding-top:5px;}
#checkout-review-table tfoot td{ font-weight:bold; color:#000000;text-align:right !important;}
#checkout-review-table tfoot td+td{ text-align:left !important;}
#checkout-review-table tbody .first{}
#checkout-review-table tbody tr.last{}
#review-buttons-container{ padding:20px 0 0 0; margin:0 0 0 0;}
#review-buttons-container .f-left a{ color:#bd0305;}
#review-buttons-container .f-left a:hover{ color:#000;}
#co-shipping-form{ border:1px solid #ececec; padding:10px; display:block;}

.opc .active { }
.opc .active .step-title { cursor:default; background: -webkit-gradient(linear, left top, left bottom, from(#003d74), to(#0061a4)); background: -moz-linear-gradient(top, #003d74, #0061a4); /* firefox 3.6+ */ background: -o-linear-gradient(top,  #003d74, #0061a4); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #003d74, #0061a4); /* IE10+ */ }
.opc .active .step-title .number { background:#fff; color:#3a3a3a; }
.opc .active .step-title h2 { font-size:12px; line-height:15px; padding-top:7px; }

#checkout-step-login {}
#checkout-step-login h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#0061a4;}
#checkout-step-login .col2-set {border:1px solid #ececec;padding:20px; position:relative; overflow:hidden; }
#checkout-step-login .col2-set .col-1 { float:left; margin-right:3%; width:46%; }
#checkout-step-login .col2-set .col-2 { float:left; width:46%; }
#checkout-step-login .col2-set .buttons-set {margin:0;padding:0;}
#checkout-step-login .col2-set > .col-1 h4{font-size:12px; text-transform:uppercase; font-weight:normal; color:#0061a4;}
#checkout-step-login .col2-set .col-2  h4{font-size:12px; text-transform:none; font-weight:normal; color:#7b7b7b;}
#checkout-step-login .col-1 .col-1 .buttons-set button.button{ float:left;}
#checkout-step-login .col-2 .form-list input.input-text {width:327px;}
#checkout-step-login .col-1 .col-1 .buttons-set{ padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set{padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left{ font-weight:bold; color:#7f7f7f;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover{ color:#bd0305;}
#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {margin-right: 6px; margin-top:-3px;}
#co-billing-form > fieldset{ 
	border:1px solid #ececec;
	padding:10px;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box; 
	 }
.opc .step { padding-top:10px; position:relative; }
.opc .step .tool-tip { right:20px; top:20px!important; }
.opc .order-review {}
.opc .buttons-set{border:0;}
.opc .field{width:334px;}
.opc .fields input,
.opc .field input{width:314px;}
.opc .name-lastname,
.opc .field-2{width:292px; float:left;}
.opc .field-2 input{width:310px;}
.opc .field-2 select{width:315px;}
.opc .name-firstname{width:334px;}
.opc .name-firstname input {width:314px;}
.opc .name-middlename{width:144px;}
.opc .name-middlename input{width:124px!important;}
.opc .name-lastname input{}
.opc .sp-methods dt{padding-bottom:12px;}
.opc .sp-methods dt label{ color:#000;}
#checkout-shipping-method-load .sp-methods dt{ font-size:12px; text-transform:uppercase; color:#d52e11;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:649px;}

#shipping_method_form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#bd0305;}
#shipping_method_form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
#multishipping-billing-form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333; margin-bottom:0;}
#multishipping-billing-form .sp-methods dt {font-weight: bold; padding-bottom:10px;}
#multishipping-billing-form .sp-methods .form-list input.input-text {width:252px;}
/* Multiple Addresses Checkout */
.button.multi-btn{ float:right;}
#checkout-progress-state{ overflow:hidden; }
.checkout-progress { padding:0; width:98%; margin:0 auto 40px; }
.checkout-progress li { 
	float:left;
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-4.gif) 0 13px no-repeat #9c9c9c; 
	width:20%; 
	color:#fff;
	font-weight:bold; 
	padding:8px 10px 11px 15px;
	overflow:hidden; 
	white-space: nowrap;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
}
.de-lang-class .checkout-progress li {font-size: 11px;}
.checkout-progress li span { display:block; overflow:hidden; }
.checkout-progress li.odd { background-color:#777; }
.checkout-progress li.active { background:#bd0305; }
.multiple-checkout { position:relative;}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {padding-right:25px; margin-bottom: 10px;}
.multiple-checkout .col2-set {width:auto;}
.multiple-checkout .page-title{ padding-bottom:10px; margin-bottom:0;}
.multiple-checkout h2{ font-size:18px; text-transform:uppercase; color:#383737; padding:10px 0 10px 0;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right;}
.multiple-checkout .grand-total big {margin-bottom:0px; overflow:hidden; display:block;color:#bd0305; padding-top:10px;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .box {margin-bottom:20px;}
.multiple-checkout table {margin-bottom:10px;}
.multiple-checkout table tfoot tr td{ color:#000; font-weight:bold;}
.multiple-checkout p {margin-bottom:5px;}
.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {float:left;width:50%; overflow-x:auto; }
.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {font-size:12px; line-height:normal;}
.multiple-checkout .col-2.col-wide .box {margin-left:100px;}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.multiple-checkout h2 {color:#bd0305; font-size:15px;}
.multiple-checkout .col-2.col-wide table .price{ font-weight:bold; color:#bd0305;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login #login-form .col2-set{}
.account-login-wrap {margin: 0 auto;max-width: 800px;display: table; padding: 40px 0}
.account-login .new-users .buttons-set{ padding-left:0;}
.account-login .new-users .buttons-set button.button {float:left;}
.account-login .new-users-wrapper { float:left;margin-bottom:20px; width:48%; }
.account-login .new-users {padding:20px; width:50%; float:left;}
.account-login .new-users h2{ padding:0 0 0 0; font-size:18px; text-transform:uppercase; color:#000;font-family: 'montserratregular'; margin: 0}
.account-login .new-users p{ font-size:14px; color:#666; line-height:18px; padding:10px 0 10px 0; margin: 0;font-family: 'montserratregular';}
.account-login .new-users ul li{ color: #666; font-size: 14px;font-family: 'montserratregular';}
.account-login .buttons-set {margin: 0 0 0 20px; text-align: center !important}
.account-login .account-login-wrap .buttons-set{ margin: 0}
.account-login .registered-users-wrapper { float:right;margin-bottom:20px; width:50%; padding:20px }
.account-login .registered-users {width:50%; float:left; margin-left:0; padding: 20px;border-left: 1px solid #ddd}
.account-login .registered-users h2{ padding:0 0 0 0; font-size:18px; text-transform:uppercase; color:#000;font-family: 'montserratregular'; margin: 0}
.account-login .registered-users  p{font-size:14px; color:#666; line-height:18px; padding:10px 0 10px 0; margin: 0;font-family: 'montserratregular';}
.registered-users .form-list label{ font-size: 12px; font-family: 'Montserrat-Medium'; color: #666 !important; padding: 10px 0 5px; margin: 0}
.account-login .registered-users .form-list input.input-text {width:100%;}
.account-login .registered-users  p.required{ padding:0px 0 5px 0; color:#bd0305;}
.account-login .registered-users .buttons-set button.button{ float:left;}
.account-login .registered-users .f-left{ float:none!important; display:table; font-size:12px; font-weight:bold; color:#dc381b  ; text-decoration:none; padding: 10px 0 10px 0}
.account-login .registered-users .f-left:hover{ color:#0061a4;}
.account-login .registered-users .buttons-set {clear: both;margin:-19px 0 0 0;padding:5px 0px 0px 0px;}
.account-create form .fieldset:first-child{ margin-bottom:32px;}
.registered-users .form-list .input-box {width: 100%;}
.account-login-wrap button.button > span {background: #dc381b;color: #fff;background-image: none; height: 40px; line-height: 40px;}
.account-login-wrap button.button span span{ padding: 0 20px;font-family: 'montserratregular'; font-size: 16px;}
.account-login-wrap button.button span span::before{ content: none}
.account-create form {display: table;margin: 30px auto;border: 1px solid #ddd;padding: 20px;border-radius: 5px;}
.account-create form input.checkbox {float: left;}
.account-create form label {font-size: 12px;font-family: 'montserratregular'; color: #000; font-weight: normal; margin: 5px 0 0 0}
.account-create .form-list {margin: 0; float: left; width: 100%}
.account-create h2.legend {margin: 10px 0 0 0; color: #000; float:left; width: 100%; font-size: 18px;}
.account-create .button-set{ padding: 5px 20px 5px 0}
.account-create button.button > span{ background: #da3f24; color: #fff; height: 35px; line-height: 35px;}
.account-create button.button > span span{ padding: 0 20px;}
.account-create button.button > span span:before{ content: none}
.account-create .form-list li.fields .input-box {width: 100%; padding: 0 20px 0 0}
.forgot-pass .buttons-set .back-link{ width: 100%}
.forgot-pass .buttons-set button.button {float: left; margin: 0 0 20px;}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { 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; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/*==================== Remember Me Popup =============================================== */

/*==================== Wishlist Form ========================================== */
#wishlist-view-form #wishlist-table textarea {min-height:70px; min-width:99%; max-width:99%; max-height:70px; resize:none; margin-top:10px;}
#wishlist-view-form #wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-view-form #wishlist-table .cart-cell a {float: left; clear: left;}
#wishlist-view-form #wishlist-table .cart-cell .old-price {float: left; clear: left;}
#wishlist-view-form #wishlist-table .product-image img {height:100px;width:100px;}
#wishlist-view-form #wishlist-table p,
#wishlist-view-form #wishlist-table button.button {padding:0;margin-bottom:10px;}
#wishlist-view-form .buttons-set.buttons-set2  button.button{margin-right:20px; margin-bottom: 5px;}
#wishlist-view-form  .button.btn-share{ margin-right:0!important;}
.my-account .my-wishlist h3 a {font-size: 16px;font-family: 'montserratregular' !important; font-weight: normal; color: #333}
.my-account .my-wishlist th, .customer-account-giftcard .data-table th {font-size: 16px;font-family: 'Montserrat-SemiBold'; color: #78a247 !important; font-weight: normal;}
/*=====================  End  ================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .page-title { position:relative; text-align:left; padding: 0 }
.my-account .page-title button.button { position:absolute; right:10px; top:7px; }
.my-account .page-title h1 {float: left; width: 100%; text-align: left;padding: 0;}
.my-account .page-title a {  }
.my-account #wishlist-table .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:left;}
.my-account .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:center;}
.my-account .cart-cell p{ padding-top:5px;}
.my-account	.add-to-cart-alt input {text-align:center;padding:4px 2px;margin-bottom:10px;}
.my-account .page-title a {display:inline-block; margin:5px 10px 0 0;}
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .pager {margin-bottom:10px;}
.my-account .sub-title {font-size:12px; padding:10px 0;}
.my-account #form-validate .fieldset {margin:25px 0px;}
.my-account table tr td {vertical-align:middle;}
.cart-empty {padding: 30px 60px;float: left;width: 100%;}
.my-account .addresses-list ol li {padding-bottom:15px;}
.my-account table .product-name a {text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.my-account table .product-name a:hover {text-decoration:underline;}
.my-account .my-tag-edit .btn-remove {display:inline-block;}
#my-tags-table .add-to-links {white-space:nowrap;}
.my-account .box-head a {float:right;}
.my-account .box-head h2 {float:left;}
.my-account .box .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:13px;}
.my-account .box .box-title h3 {float:left; font-size:12px; line-height:18px; text-transform:uppercase; color:#0061a4; font-weight:normal; margin-bottom:5px; margin-top: 0; }
.my-account .box .box-title a {float:right;}
.my-account .col2-set .col-1 { float:left; width:47%; }
.my-account .col2-set .col-2 { float:right; width:47%; }
.my-account .data-table {margin-bottom:10px;}
.my-account .data-table th,
.my-account .data-table td {padding:10px 12px;}
.my-account .data-table .price-excl-tax,
.my-account .data-table .price { display:inline; }

.my-account #my-orders-table { margin-bottom:10px; }
.my-account #my-orders-table th,
.my-account #my-orders-table td.last { text-align:center; }
.my-account .order-info li a {text-decoration: underline;}

.col-main .block-account {display:none;}
.my-account p, .my-account ul li, .my-account h4, .my-account address{ font-size:13px;font-family: 'montserratregular'; color: #414141}
.my-account a{ font-size:13px;font-family: 'montserratregular'; color: #414141; text-decoration: underline}
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .welcome-msg .hello{margin-bottom:10px;font-family: 'Montserrat-Medium'; color: #000}
.dashboard .welcome-msg .hello strong{ font-weight: normal; color: #000}
.dashboard .data-table {}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0 0; }
.dashboard .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;font-family: 'Montserrat-Medium'; color: #000}
.dashboard .box-title h2,
.dashboard .box-head h2{font-size:18px;line-height:18px;}
.dashboard .box-content h4{font-size: 14px;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-head a {margin-bottom:10px; display:inline-block;}
/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info  .col2-set {margin-bottom:10px;}
.dashboard .box-info a {display:inline-block; margin-bottom:10px;}
/* Block: Reviews */
.dashboard .number { float:left; font-size:11px;font-weight:bold;line-height:1;margin:3px 10px 0 0;display:block;width:18px;height:18px;text-align:center;border:1px solid #6a6a6a;line-height:17px}
.dashboard .box-reviews #my_recent_reviews h3 {margin-bottom:5px !important;}
.dashboard .box-reviews .details { margin-left:30px; }

/* Block: Tags */
#my_recent_tags > li {padding-bottom:10px;}
.tags li {display:inline; text-transform:capitalize; padding:0 5px 0 0px;}
.tags li a {color:#7f7f7f;}
.dashboard .box-tags .details { margin-left:30px; }

/********** Dashboard > */
.block-order-return{ border:1px solid #ececec; padding:13px 18px 20px 18px; margin-top:26px;background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/media/bg-return.gif) no-repeat left bottom #fff; min-height:345px;}
.block-order-return .page-title{ border-bottom:1px solid #ececec; padding-bottom:8px; margin-bottom:16px;}
.block-order-return label{ color:#000000; font-weight:bold; display:inline-block; padding-bottom:5px;}
.block-order-return label em{ color:#bd0305;}
.block-order-return .input-box.txt{ font-size:12px; text-transform:uppercase; color:#bd0305; margin-bottom:7px;}
.block-order-return .form-alt li {margin-bottom:0px;overflow:inherit;}
.block-order-return .input-box.btn{ padding-top:18px;}
/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info {padding:5px 0 5px 0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin: 0; }

.order-info-box {}
.order-info-box {margin-top:15px;}
.order-info-box h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#bd0305;}
.order-items h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#bd0305;}
.order-items { margin-top:15px; width:100%; overflow-x:auto; }
.col-1.addresses-primary h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.col-1.addresses-primary h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#bd0305;}
.col-2.addresses-additional h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .col-1,
.page-print .col-2 {margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:10px; width:46%;}
.page-print h1 {font-size:25px; line-height:40px;}
.page-print  h2 {margin-bottom:5px;}
.page-print th.a-right {text-align:center !important;}
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
#review-form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#bd0305;}
#review-form h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.product-review .product-img-box { float:left; margin-right:15px;  }
.product-review .product-img-box .product-image { display:block; margin-bottom:10px; width:125px; }
.product-review .product-img-box .label { text-align:center; font-size:11px; line-height:14px; margin:0; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-details {  }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td{ text-align:center; padding:18px 30px 30px 30px;}
.catalog-product-compare-index { position:absolute;}
.catalog-product-compare-index .link-print span {padding-left:32px; padding-right:0; text-transform:uppercase;}
.catalog-product-compare-index{ background:#fff;}
.catalog-product-compare-index .buttons-set {clear:both;margin:0px 0 0;padding:20px 0px 5px 0px;}
.catalog-product-compare-index .buttons-set button.button span { float:left;}
.catalog-product-compare-index .buttons-set button.button:hover span span{ background-position:0 0px;}
.catalog-product-compare-index .product-name a { font-size:15px; color:#2f2f2f;}
.catalog-product-compare-index .product-name a:hover{ color:#bd0305;}
.catalog-product-compare-index .ratings{ text-align:center;}
.catalog-product-compare-index .regular-price .price {color:#bd0305;float:none;font-size:22px;font-weight: normal;}
.catalog-product-compare-index td button.button{ float:none;}
.catalog-product-compare-index td .add-to-links {float:none;width:100%; padding-top:12px;}
.catalog-product-compare-index td .add-to-links li a { }
.catalog-product-compare-index .price-box.left{ float:none; width:100%; text-align:center;}
.catalog-product-compare-index .ratings .rating-box {float:none;margin: 0 auto 10px;}
.catalog-product-compare-index .page-title { position:relative; text-align:left; }
.catalog-product-compare-index .page-title h1 { float:none; }
.catalog-product-compare-index .page-title a { position:absolute; right:10px; top:15px; }
#product_comparison{-webkit-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);-moz-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);}
.catalog-product-compare-index .data-table td{ padding:14px 20px 14px 20px; color:#7e7e7e;}
.catalog-product-compare-index .data-table th {padding:14px 20px; font-weight:bold; color:#000000;}
.catalog-product-compare-index .btn-remove {display: block;font-size: 0;height:9px;line-height: 0;margin-left: 2px;overflow: hidden; font-size: 0; width:9px;}
.compare-inner{}
.catalog-product-compare-index .data-table tr.even {background:#fefefe;}
#product_comparison  th {border: 1px solid #ececec;background:none;}
#product_comparison  td {border: 1px solid #ececec; background:none; color:#7e7e7e;}
#product_comparison tr{ background:none;}
#product_comparison .price-box{ padding-top:10px; padding-bottom:10px;}
#product_comparison .price-box .regular-price { float:none; }
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {text-align:center;}
#product_comparison .product-shop-row td .product-image {display:inline-block; margin-bottom:15px; border:1px solid #ededed;}
#product_comparison .product-shop-row td .product-image:hover{ border:1px  solid #bd0305;}
#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {margin-bottom:5px;}
#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {float:none;}

/* MAP Popup============================================================================== */
.price-box.map-info .price {
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	color:#3a3a3a;
}
.product-view .product-shop .price-box.map-info{margin:0; padding:0; display:block;}
.product-view .product-shop .price-box.map-info .old-price { display:block; margin-bottom:10px; }
.tier-prices.product-pricing a {}
.product-view .product-shop .price-box.map-info a { display:inline-block; margin-bottom:10px;}

.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; text-shadow:0 1px 0 #fff; }

.catalog-product-compare-index .map-popup {min-width:230px;}
.map-popup.displayblock {display: block !important;}
.map-popup {display: none;}
.map-popup {
	text-align:left;
	position:absolute;
	margin:12px 0 0;
	width:230px;
	z-index:100;
	box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-webkit-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
}
.map-popup #map-popup-msrp-box {font-weight:normal;}
.map-popup #map-popup-msrp-box strong {font-weight:normal;}
.map-popup #map-popup-msrp-box span {font-weight:normal;}
.map-popup-heading {
	background:#bd0305;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:20px 40px 20px 20px;
	width:170px;
}
.map-popup-heading h2 {
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:left;
	text-overflow:ellipsis;
	text-transform:uppercase;
	word-wrap:break-word;
	margin:0;
}
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/btn_remove3.gif) 0 0 no-repeat; display:block; position:absolute; top:10px; right:10px; height:9px; width:9px; font-size: 0; }
.map-popup-close:hover {  }
.map-popup-content {
	background:#bd0305;
	color:#fff;
	text-align:left;
	overflow:hidden;
	padding:20px;
	width:190px;
}
#map-popup-price-box strong {float:left; margin-right:7px;}
.map-popup .regular-price .price {float:left;font-size:12px; line-height:18px; color:#fff;font-weight:bold;}
.map-popup-checkout {  }
.map-popup-checkout form { display:block; overflow:hidden; position:relative; }
.map-popup-checkout form button.button > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
	background: -moz-linear-gradient(top,  #333333,  #333333); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #333333,  #333333); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333,  #333333); /* IE10+ */
	color:#fff;
}
.map-popup-checkout form button.button:hover > span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #fff,  #fff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff,  #fff); /* IE10+ */
	color:#000;
}
.map-popup-checkout span { display:block; padding-left:30px; }
.map-popup-checkout .paypal-logo { text-align:left; margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0px 0; }
.map-popup-price .price-box .regular-price { margin-right:7px; }
.map-popup-price .minimal-price-link { color:#fff; display:inline-block; text-decoration:underline; margin:0; }
.map-popup-price .minimal-price-link:hover {text-decoration:none; }
.map-popup-price .minimal-price-link span { display:inline; }
.map-popup-price { overflow:hidden; margin: 8px 0; }
.map-popup-text { clear:right; background:#bd0305; padding:20px; text-align:left; word-wrap:break-word; color:#fff; line-height:18px; }
.map-popup-only-text { display:none; border-top:1px solid #d8d8d8; }
.contacts-index-index .page-title {margin-bottom:15px;}
/* ======================================================================================= */
/* ==================================back-top ================================================== */
#back-top {position: fixed; bottom:40px;z-index:99; right: 20px; margin-left: 635px; display:none; width:41px;height:41px;}
#back-top a:hover {color:#79ec3e; }
#back-top span {width:41px;height:41px; display: block;	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/up-arrow.gif) no-repeat center center #333;border-radius: 50%;}
#back-top a:hover span { background-color:#003d74;}
/* ======================================================================================= */
/* Footer-Newsletter================================================================================ */
.block-subscribe-footer label {	font-size:11px;	color:#8d8c8c;	margin-bottom:4px;	display:block;	}
.block-subscribe-footer input.input-text {background:#ccc; padding:5px 20px 5px 5px; width:135px; border-radius:3px; border:0; color:#8d8c8c;}
.block-subscribe-footer .input-box {float:left; width:160px;}
.block-subscribe-footer .actions{ float:left; width:14px; padding:0; margin-left:-15px; }
.block-subscribe-footer .actions .button span { width:14px; height:25px; font-size: 0; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/btn-newsletter.gif) no-repeat center center; padding:0; filter: progid:none; /*IE6-9 */ }
/* Footer ================================================================================ */
.footer-container { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_footer.png) 50% 0%; float: left; width: 100%}
.footer-container-tile { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_footer_tile.png) repeat-x 50% 0%; }
.footer { padding:0px 0 0 0; position:relative; }
.footer-cols-wrapper {	position:relative; overflow:hidden; margin-bottom:30px; }
.footer .bottom_wrapper { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bottom_wrapper.png) 50% 0%; padding:19px 30px 18px 30px; margin:0 -30px; }
.footer .bottom_wrapper .paypal-logo { float:right; margin:-12px 0 -15px; }
.footer address { font-size:13px; font-weight:normal; color:#fff; margin:0; }
.footer h4 {
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/f_sep.png) repeat-x 0% 100%;
	font-size:15px;
	font-weight:bold;
	line-height:17px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	padding-bottom:18px;
	margin-bottom:15px;
}
.footer ul li a {
	display:inline-block;
	color:#ababab;
	text-decoration:none;
}
.footer ul li a:hover { color:#fff; }
.footer-container .bottom-container { text-align:center; }
.footer-col {float:left;margin-right:2.6%;	width:23%;}
.footer-col.last { margin-right:0;}
.footer-col.contacts {margin:0;}
.footer-col.contacts span.tel {	display:block;font-size:18px;line-height:22px;	color:#bd0305;}

.store-switcher{ float:right; margin-top:-24px;}
.opc-review-actions button.button.btn-checkout.opc-btn-checkout{ height: 100%}



/* ======================================================================================= */

#easyTooltip{padding:5px 10px;background:#bd0305;color:#fff;font-size:12px; text-transform:uppercase;text-transform:none;position:relative;z-index:99;font-weight:normal;}

.banners-block {position:relative;overflow:hidden;}
.banners-block li {float: left; margin-left: 10px;}
.banners-block li:first-child {margin: 0;}
.main-banner img { max-width: 100%;}

.contact-block {
	position:relative;
	overflow:hidden;
	width:100%;
}
.contact-block h2 {
	float:none;
	background:none;
	border:none;
	border-bottom: 1px solid #0061a4;
	font-size:17px;
	line-height:21px;
	color:#0061a4;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
	margin: 0 0 16px;
	padding: 0 0 7px;
}

.contact-left{ width:25%; float:right; padding-bottom:20px;}
.contact-left h3 {
	font-size:13px;
	line-height:16px;
	color:#0061a4;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:14px;
}
.contact-left p{ font-size:12px; color:#8a8989; line-height:17px;}
.contact-left ul li{border-bottom:1px solid #ececec; padding-bottom:17px; margin-bottom:17px;}
.contact-left ul li.last{ border:none; padding:0; margin:0;}
#contactForm { float:left; width:73%;}
#contactForm .form-list .input-box {width:auto;}
#contactForm .fieldset{ background:none; border:none; padding:0; margin:0;}
#contactForm .form-list input.input-text { border-box:border-box; width:95%;}
#contactForm .form-list .field {float:left;width:33.33%;}
#contactForm .form-list li {padding-bottom:10px;}
#contactForm .form-list li.wide textarea { border-box:border-box; width:100%; resize:none; }
#contactForm .form-list li.wide .input-box {width:98%;}
#contactForm .buttons-set button.button {float:left;}
#contactForm .buttons-set{ margin:0 0 0 0; padding:0; }
#contactForm .buttons-set p.required {color: #bd0305;font-size: 12px; margin: 0 0 0px;float:left; padding-left:15px; padding-top:5px;}
.contact-btn a{ display:none;}
.contact-btn li{ padding:0; margin:0;}



.container-slider {
	position: relative;
	width: 315px;
	overflow: hidden;
	max-height: 110px;
}
.tumbSlider {width: 100%;}
.tumbSlider li,
.container-slider li {
    float: left;
    height: auto;
    width: 105px !important;
    moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
}
.container-slider li a {display: block; width: 100px;}
.container-slider li img {max-width: 100%;}

.container-slider .jcarousel-next,
.container-slider .jcarousel-prev {
	display:none;
	position:absolute;
	top:23px;
	left:0;
	width:52px;
	height:52px;
	margin-top:0;
	font-size: 0;
	cursor:pointer;
	z-index:99;
}

.container-slider .jcarousel-prev {
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/prev-sl.png) 50% 50% no-repeat;
	left:0;
}
.container-slider .jcarousel-next {
	background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/next-sl.png) 50% 50% no-repeat;
	right:20px;
	left:auto;
}

.container-slider .jcarousel-next-disabled,
.container-slider .jcarousel-prev-disabled  {opacity: 0.2;}

/* ======================================= Home Page ============================================================== */
.menu-product-info{padding-left:20px;}

.menu-product-info .price-box{float:left;margin-right:5px;}
.menu-product-info .product-name{float:left;}

.menu-product-info 
/* Clears ================================================================================ */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden;width: 0;height: 0;}

.menu-product-info:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.products-grid .actions:after,
.header .row-2:after,
.header-buttons:after,
.input-box:after,
.block-subscribe .block-content:after,
.block-cart-header-wrap:after,
.fluid_container:after,
.block_home .main_blog:after,
.banners_block:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.banners_block { margin: 0 0 0px 0px; }
.banner { float:left; border-radius:6px; overflow:hidden; box-shadow:0px 5px 5px rgba(0,0,0,0.36); 		-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.36);		-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.36); 
-moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;}
.banner img { max-width:100%; }
.banner.first { margin-left:0 !important; }
.banner h2 {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0300', endColorstr='#74000e'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#0061a4), to(#003d74));
	background: -moz-linear-gradient(top,  #0061a4,  #003d74); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #0061a4,  #003d74); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0061a4,  #003d74); /* IE10+ */
	font-family:'Open Sans';
	font-size:27px;
	font-weight:bold;
	color:#fff;
	padding:11px 0 15px 20px;
	margin:0;
}
.ban_holder {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='#707070'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#707070));
	background: -moz-linear-gradient(top,  #181818,  #707070); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #181818,  #707070); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #181818,  #707070); /* IE10+ */
	padding:18px 30px 21px 20px;
	overflow:hidden;
	box-shadow:inset 0px 0 30px rgba(0,0,0,0.50); 
	-moz-box-shadow:inset 0px 0 30px rgba(0,0,0,0.50);
	-webkit-box-shadow:inset 0px 0 30px rgba(0,0,0,0.50);
	height:100px;
}
.ban_holder p {
	font-size:13px;
	font-weight:bold;
	line-height:17px;
	color:#fff;
	margin:0 0 18px 0;
}
.shop_now_ban {
	background: -webkit-gradient(linear, left top, left bottom, from(#729551), to(#99b578));
	background: -moz-linear-gradient(top,  #729551,  #99b578); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #729551,  #99b578); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #729551,  #99b578); /* IE10+ */
	float:left;
	padding:0 20px 0 17px;
	height:45px;
	line-height:45px;
	border-radius:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	box-shadow:0px 3px 3px rgba(0,0,0,0.40); 
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.40);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.40);
	border-right: 8px solid #cdcfce !important;
}
.shop_now_ban:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#99b578), to(#729551));
	background: -moz-linear-gradient(top, #99b578, #729551); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #99b578, #729551); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99b578, #729551); /* IE10+ */
	color:#fff;
}


.specials-list li.item, .block-specials .block-content li.item {
	float:left;	
	border:1px solid #d6d6d6; 
	background:#fff;
	padding:29px 19px 20px 19px; 
	-moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
		border-radius:6px;
		position:relative;
		margin:0 !important;
	}
	.block-specials .block-content li.item:first-child { padding-top:29px; }
	
.specials-list .product-shop {  }
.specials-list .product-image { display:block; max-width:190px; height:auto; margin:0 auto 25px; text-align: center; }
.specials-list .price-box {	position:absolute; top:-68px; right:-20px; }
.specials-list .price-box .regular-price { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_price.png) no-repeat; padding:13px 0 0 32px; width:115px; height:43px; }
.specials-list .price-box .special-price { float:right; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/bg_price.png) no-repeat; padding:13px 0 0 32px; width:115px; height:43px; position:relative; z-index:3; }
.specials-list .price-box .old-price { float:right; background:#d00408; height:34px; padding:13px 25px 0 17px; min-width:88px; margin:0 -28px 0 -30px; position:relative; z-index:2; border-radius:6px 0 0 6px; }
.specials-list .regular-price .price, .specials-list .old-price .price, .specials-list .special-price .price { font-size:18px; font-weight:bold; color:#fff; }
.specials-list .availability { line-height:21px; }
.specials-list .actions { clear:both; margin:0; position:relative; border-top:solid 1px #d6d6d6; padding:12px 0 0 0; font-size:27px; }
.specials-list .actions a { color:#c7c7c7; text-decoration:none; margin:0 4px 0 0; }
.specials-list .actions a:hover { color:#de0407; }
.specials-list .minimal-price-link { float:right; }
.specials-list .desc_grid { font-size:13px; line-height:17px; color:#525252; margin-bottom: 10px;}
.specials-list .product-name { margin:0 0 17px; font-size:14px; font-weight:bold; text-transform:uppercase; padding-right:20px; }
.specials-list a {
	display:inline-block;
	color:#bd0305;
	text-decoration:none;
}
.specials-list .product-name a:hover{ color:#2f2f2f;}
.specials-list .product-image img {max-width:100%;}
.header .top_row { margin-bottom: 0px !important;}
.header .header_phone { display: none !important;}
.header .row-2 { margin-top: 149px; height:0px;}
.header .logo img { margin:12px !important;}
.header .header-links .links { padding: 10px 0 10px 0 !important;}
.block-cart-header .block-content {
	 padding:0; margin-top: -16px; border-radius: 0px 5px 5px 0px; margin-right: 0px;
	 
}
.block-cart-header h3 { display: none;}
.header .form-search { border-radius:0px 0px 0 0 !important;}
.account-login .page-title h1, .page-title h2 {  color: #bd0305;}
.block-account ul li { color:#0061a4;}
.std dl #answer1, #answer2, #answer3, #answer4, #answer5, #answer6, #answer7{ color:#0061a4 !important;}
.data-table th { color: #0061a4 !important;}
.price-box .old-price .price { color: #000 !important;}
.price-box .special-price .price {color: #000 !important;}

.a3s th{ background:#000;}




.header .club_button{ background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/basecamp_bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 30px !important;
    margin-top: -110px;
    padding: 11px 0 0 32px;
    text-transform: uppercase;
    width: 158px !important;
}
.header .club_button h3{ padding:10px 3px 0 35px;}
.header .club_button h3 a{ color:#fff; text-transform:uppercase;}
.header a.club_button:hover{ color:#ccc;}
.header .logo img{height: 165px; margin: 6px 20px !important; width: 245px;}

.header .club_button h3{ padding:10px 0 0 32px !important;}



 .block_home{ width:auto; height:auto; margin:0px auto; border-top:1px solid #ccc;min-height:150px;}
 .block_home .main_blog{ list-style-type:none; padding:0px; width:100%; height: auto; margin:20px auto 0px auto; overflow:hidden;}
 .block_home .main_blog .blog1{ width:25%; height: 65px; float:left; margin:20px 0px;overflow:hidden;min-width:225px;}
 .block_home .main_blog .blog1 .icon_image{ width: auto; height:auto; float:left; margin:0px 15px 0px 0px;}
 .block_home .main_blog .blog1 .icon_image img{ border:1px solid #0061a4; border-radius:30px;}
 .block_home .main_blog .blog1 h3{ padding:0px 0px 10px 0px; margin:0px; font-family:Geneva, Arial, Helvetica, sans-serif; color:#0061a4;}
 .block_home .main_blog .blog1 p{ padding:0px; margin:0px; color:#525252; font-size:13px;  font-family:Geneva, Arial, Helvetica, sans-serif;}
 
 
 
  
 
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    top: -10px;
    width: 720px;
}
.jcarousel-skin-tango {
    width: 734px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    height: 245px;
    padding: 40px 20px;
    width: 75px;
}
.jcarousel-skin-tango .jcarousel-clip {
    margin-top: 10px;
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    padding: 0 10px;
    width:1140px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 245px;
    width: 75px;
}
.jcarousel-skin-tango .jcarousel-item {
    border: 1px solid #eee;
    float: left;
    margin-top: 10px;
    padding: 35px 10px 5px;
    position: relative;
    width: 160px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 14px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 14px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: none repeat scroll 0 0 #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/right_arrow.jpg);
    cursor: pointer;
    height: 84px;
    position: absolute;
    right: -470px;
    top: 44px;
    width: 18px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/css/prev-horizontal.png");
    left: 5px;
    right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/left_arrow.jpg);
    cursor: pointer;
    height: 84px;
    left: -20px;
    position: absolute;
    top: 44px;
    width: 18px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/css/next-horizontal.png");
    left: auto;
    right: 5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    background-position: -96px 0;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-next-vertical {
    background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/css/next-vertical.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    width: 32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/css/prev-vertical.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 32px;
    left: 43px;
    position: absolute;
    top: 5px;
    width: 32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    background-position: 0 -96px;
    cursor: default;
}
.product-name-new {
    float: left;
    font-weight: bold;
    margin-top: -145px;
    text-align: left;
    width: 225px;
}
.jcarousel-skin-tango .jcarousel-item .price-box {
    text-align: center;
}
.jcarousel-skin-tango .jcarousel-item .details {
    font-weight: bold;
    padding-left: 80px;
    text-align: center;
}
#mycarousel li a img{ width:150px;
height:120px;
margin:-23px 0 10px 5px;}




.banners_block .banner img{ height:174px;}
.ban_holder span { font-weight:bold;}


.ban_holder p{ height:70px;}
.banner .ban_holder span a span{ padding:7px 15px; background:#d72304; color:#fff !important; text-transform:uppercase; border-radius:5px;}
.banner .ban_holder span a span:hover{box-shadow: 1px 1px 2px #ddd;}
.ban_holder{ height:110px !important;}

.footer-col{ margin-right:4.6% !important; /*width:25% !important;*/ margin-left:3.5%;}
.map-content{ padding-bottom:0% !important;}
a.button
{
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;

}
a.button span
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729551', endColorstr='#99b578'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#729551), to(#99b578));
	background: -moz-linear-gradient(top,  #729551,  #99b578); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #729551,  #99b578); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #729551,  #99b578); /* IE10+ */
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
	float: left;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
a.button span span
{
	display: block;
    float: left;
    padding: 0 15px;
}
.membership .button {
    margin-top: 18px;
}
.membership .field {
    width: 200px;
}
.membership  input.input-text {
    width: 180px;
}

.login-right { float: right; margin-right: 20px; margin-top: -80px; text-align: right; width: 100%;}
.login-right > a { border-right: 1px solid #666; color: #666; font-size: 14px; font-weight: bold; padding: 0 4px 0 2px;}
.login-right > a:hover{ color:#fff;}
.login-right > a:last-child{ border-right:none;} 
.giftvoucher-index-addredeem #addredeem-giftvoucher-code .button-add-list .button{ margin-right:10px;}


#banner-fade,
#banner-slide{
	margin-bottom:0px;
	max-width:100% !important;
	height:390px !important;
}
ol.bjqs-markers{ display:none;}
#banner-fade ul.bjqs{ height:372px !important; float:left;}
#banner-fade ul.bjqs li{ height:372px !important;}
#banner-fade ul.bjqs li img{ height:372px !important; width:100%;}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-left.png") no-repeat scroll 5px 5px #000;
    color: #000;
    display: block;
    padding: 10px 21px;
    text-decoration: none;
    text-indent: -9999px;
	opacity:0.5;
	margin-top:-40px;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
	display:block;
	padding:10px 21px;
	background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-rght.png") no-repeat scroll 7px 5px #000;
	color:#000;
	text-decoration: none;
	text-indent: -9999px;
	opacity:0.5;
	margin-top:-40px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{
	background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-left.png") no-repeat scroll 5px 5px #730817;
	opacity:0.9;
	}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{
	background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-rght.png") no-repeat scroll 7px 5px #730817;
	opacity:0.9;
	}

ul.bjqs-controls.v-centered li a:hover{
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.form-list label{ color:#666 !important; padding-left:5px;}
.box-collateral-content #review-form h3{ color:#0061a4 !important;}
.box-collateral-content #review-form h3 span{ color:#0061a4 !important;}



@media only screen and (min-width:320px) and (max-width:479px){
#banner-fade{ width:100%; height:220px !important;}
#banner-fade ul.bjqs{ height:170px !important;}
#banner-fade ul.bjqs li{ height:170px !important;}
#banner-fade ul.bjqs li img{ height:170px !important;}
#banner-fade ul.bjqs li a img{ height:170px !important;}
#banner-fade .bjqs-controls .bjqs-prev a{ top:150px !important;}
#banner-fade .bjqs-controls .bjqs-next a{ top:150px !important}
}
@media only screen and (min-width:480px) and (max-width:639px){
#banner-fade{ width:100%; height:270px !important;}
#banner-fade ul.bjqs{ height:220px !important;}
#banner-fade ul.bjqs li{ height:220px !important;}
#banner-fade ul.bjqs li img{ height:220px !important;}
#banner-fade ul.bjqs li a img{ height:220px !important;}
#banner-fade .bjqs-controls .bjqs-prev a{ top:175px !important;}
#banner-fade .bjqs-controls .bjqs-next a{ top:175px !important}
}
@media only screen and (min-width:640px) and (max-width:1023px){
#banner-fade{ width:100%; height:270px !important;}
#banner-fade ul.bjqs{ height:260px !important;}
#banner-fade ul.bjqs li{ height:260px !important;}
#banner-fade ul.bjqs li img{ height:260px !important;}
#banner-fade ul.bjqs li a img{ height:260px !important;}
#banner-fade .bjqs-controls .bjqs-prev a{ top:160px !important;}
#banner-fade .bjqs-controls .bjqs-next a{ top:160px !important}
}



.block .actions a.removeall
{
	margin-top: 0;
	float:none;
	background:none;
	height:auto;
	line-height:18px;
	width:auto;
	font-size:12px;
}



#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}

#confirmBox{
	background:url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/css/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#666;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
}

#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}

#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}

#confirmBox .button{
	display:inline-block;
	background:url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/buttons.png') no-repeat;
	color:white;
	position:relative;
	height: 33px;
	
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-right: 15px;
	padding: 0 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover{		background-position:left bottom;}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}


.basecamp .opc-wrapper-opc {
    padding: 0 120px; float: left; width: 100%;
}
.basecamp .opc-wrapper-opc .opc-col-left, .basecamp .opc-wrapper-opc .opc-col-right{ width: 50%}
, .basecamp .opc-wrapper-opc .opc-col-right{ width: 50%; padding-right:0}
.basecamp .opc-wrapper-opc h3, .opc-wrapper-opc .discount h2 {text-transform: uppercase !important;color: #000;font-family: 'montserratregular'; font-weight: normal; font-size: 16px; text-transform: uppercase}
.basecamp .opc-wrapper-opc label{ color: #000 !important;margin-bottom: 0}
.basecamp .opc-wrapper-opc .form-list label.required em{ color: #dc381b;}
.basecamp .opc-wrapper-opc .text-login a{ color: #78a247;}
.basecamp .opc-wrapper-opc .btn-checkout span{ background: #dc381b;}
.basecamp .opc-wrapper-opc .btn-checkout:hover span{ background: #bd280d}
.basecamp .opc-wrapper-opc input{ float: left !important;  }
.basecamp .opc-wrapper-opc .payment-block dt, .basecamp .opc-wrapper-opc .payment-block dt:hover{ background: none}
.basecamp .opc-wrapper-opc .payment-block label {border: 1px solid #78a247; color: #78a247 !important;background: none !important; line-height: 34px; font-size: 16px !important; font-weight: normal; border-radius: 5px;font-family: 'Montserrat-SemiBold'; text-transform: uppercase !important; font-style: normal !important}
.basecamp .opc-wrapper-opc .discount-block .button > span{ background: none}
.basecamp .opc-wrapper-opc .discount-block .button span span {background: none;border: 1px solid #78a247;color: #78a247; height: 40px; line-height: 40px;font-family: 'Montserrat-SemiBold';}
.basecamp .opc-wrapper-opc .discount-block .button{ height: 45px;}
.basecamp .opc-wrapper-opc .discount-block button.button span span::before{ content: none}
.discount-form .giftvoucher label {float: left;margin: -4px 0 0 10px;}
.basecamp .opc-wrapper-opc .checkbox + label { padding: 8px 0 0 8px}
.basecamp .opc-menu .review-menu-block {margin: -60px 0 0 0;}
.basecamp .review-menu-block a.review-total{ background:#d52e11}
.basecamp .review-menu-block a.review-total:hover, .basecamp .review-menu-block a.review-total.open{ background:#c42e13 !important;}
.basecamp .review-menu-block .polygon{border-top: 10px solid #c42e13;}
.basecamp .item-options dt {float: left;margin: 0 10px 0 0;}
.basecamp .opc-wrapper-opc .opc-data-table .item-options{ padding: 0}
.basecamp .discount-block h3 span.fa {color: #78a247;}
.basecamp .shipping-block{ margin-bottom: 20px;}
.pager .pages li a.next:before{font-family: 'FontAwesome'; content: "\f0da"; position: absolute; top:-2px; right: -5px;}
.pager .pages li a.previous:before{font-family: 'FontAwesome'; content: "\f0d9"; position: absolute; top:-2px; left: -5px;}
.discount .discount-form #giftvoucher {float: left;}
.account-login .content.new-users {background: no-repeat; border: none; width: 100% !important; text-align: center}
.account-login .content.new-users ul{list-style-type:none!important;}

.wrapper-new .sidebar, .inner-content .col-lg-9 .block-account { background: #f3f3f3; border-radius: 10px; padding: 20px;margin:0px 0 0 0;}
.wrapper-new .sidebar li, .inner-content .block-account li {font-family: 'montserratregular'; color: #da3f24; padding: 0 0 8px 0px;}
.wrapper-new .sidebar li a, .inner-content .block-account li a{ color: #000; font-size: 13px;font-family: 'montserratregular';}
.wrapper-new .sidebar li a.btn-edit{ font-size: 0}
.wrapper-new .sidebar li strong, .inner-content .block-account li strong{color: #da3f24;font-family: 'Montserrat-Medium';}
.wrapper-new .sidebar #cart-sidebar li::before {content: "";}
.wrapper-new .sidebar li .product-name {display: inline;}
.wrapper-new .sidebar li::before, .inner-content .block-account li:before {content: "\f0da";font: normal normal normal 14px/1 FontAwesome; margin: 0 5px 0 0;}
.my-account, .customer-account-giftcard {padding: 0 0 40px 40px;}
.balance .regular-price{ float: none; width: auto; display: inline}
.customer-account-giftcard .amount{ font-size: 18px; font-family: 'montserratregular';}
.customer-account-giftcard .balance .view-detail{ float:left; margin: 10px 0}
.customer-account-giftcard .amount .addredeem {padding: 7px 0 7px 10px;}
.customer-account-giftcard .pager .limiter{ float: right}
.customer-account-giftcard .balance .view-detail a {color: #000;text-decoration: underline; font-family: 'montserratregular';}
 .voucher-avail{margin: 40px 0 0; float: left;}
.voucher-avail p{font-size: 14px; color: #666; font-family: 'montserratregular';}
.my-account .form-list label {
    font-size: 13px;
    font-weight: normal;
    color: #000 !important;
    margin: 10px 0 0 0;
}
.my-account .form-list .name-prefix, .my-account .form-list .name-middlename, .my-account .form-list .field{ width: 50%; padding: 0 20px 0 0}
.my-account .form-list .input-box{ width: 50%; padding: 0 20px 0 0 }
.my-account .form-list .fields .input-box, .my-account .form-list .control .input-box{ width: 100%; padding: 0}
.my-account li.control input {float: left; width: auto}
.my-account .form-list li.control label{ margin: 0}
.my-account .form-list input{ width: 100%; border: 1px solid #ddd; padding: 7px 10px;}
.product-view .price-box .special-price .price, .product-view .price-box .old-price .price {font-size: 31px; color: #333 !important;font-family: 'montserratregular'; line-height: 27px; font-weight: normal}
.my-account .box-title{font-family: 'montserratregular'; color: #000; font-size: 18px;}
.gift-voucher-wrap {overflow: scroll;}
.basecamp .product-category .item {padding: 0 18px 15px;}
.sidebar .label {color: #000;font-size: 16px;padding: 0; font-weight: normal}
.payment-block  #p_method_paypal_express + label{ text-transform: uppercase !important}
.advancesitemap-index-index .rootwrapper .rootlevel0 {
    padding: 0 65px;
}


@media(max-width:1500px){
    
    .product-options dd select{width:110px; font-size: 12px;}
    .wrapper-new, .wrapper{ max-width: 1250px;}
    .scroll-img{ max-width: 1070px}
}
@media(max-width:1366px){
    #product-image{height: 425px;}
    .product-options dd select{width:140px; font-size: 12px;}
  
}
@media(max-width:1200px){
        .cart .cart-collaterals .col2-set .col-2{ width: 100%}
    .cart .totals button.button.btn-proceed-checkout.btn-checkout > span{ font-size: 18px}
    .basecamp > .cart {
    padding: 0 20px;
}   
    .basecamp .opc-wrapper-opc{ padding: 0 20px;}

    .cart .totals{ padding: 12px 15px;}
    .cart .totals button.button.btn-proceed-checkout.btn-checkout > span{ font-size: 18px;}
    .main-container .span9{ margin-left: 0}

}
@media(max-width:991px){
.cart .totals button.button.btn-proceed-checkout.btn-checkout > span{ font-size: 13px}
    .form-wrapper, .cart .shipping{ width: 100%}
	.cart .shipping { margin-top: 20px;}
    .cart form button.button > span{ font-size: 14px}  
    .basecamp .opc-wrapper-opc .opc-col-left{ width: 100%}
    .basecamp .opc-wrapper-opc .opc-col-center {width: 50%;padding-right: 40px;float: left;}
    .basecamp .opc-wrapper-opc .opc-col-right{width: 50%;float: left;}
    #shopping-cart-table.data-table .item-options{ width: 100%}
	.breadcrumbs { background: none; padding: 15px 15px;}
	.product-view .product-img-box.product-img-box-wrap {float: none;}
    .basecamp .product-category .item {
    padding: 0 5px 15px;
}
    .wrapper-new .sidebar li a, .inner-content .block-account li a, .wrapper-new .sidebar li, .inner-content .block-account li{ font-size: 12px;}
    .wrapper-new .sidebar, .inner-content .col-lg-9 .block-account{ padding: 20px 5px;}
.product-options dd select {
    width: 140px;
    font-size: 12px;
}
    .advancesitemap-index-index .rootwrapper .rootlevel0 {
    padding: 0 30px;
}
}
@media(max-width:767px){
	.product-options dl dt {
    display: block;
    width: 100%;
}
.product-view .product-shop label {
    width: 100%;
}
.product-options dd {
   
    display: block;
	    margin: 0 0 10px 0;
}
.product-options dd select {
    width: 100%;
}
	span.show-submenu {
        position: absolute;
    left: auto;
    right: 0px;
    /* margin: 3px 0 0 0; */
    font-size: 20px;
    z-index: 999999;
    width: 38px;
    height: auto;
    /* background-color: #f00; */
    padding: 2px 30px;
	color:#fff;
}
    #product-image{ height:280px;}	
	
	ul#nav ul {
    position: relative !important;
	width: 100%;
    background:none;
	left:0px;
}
    .short-description iframe{ width: 100%}

    .inner-banner p{display: none}
    .inner-banner{ height: auto}
    .toolbar{ width: 100%}
    .toolbar .pager{ width: 100%; padding: 0 !important} 
    .toolbar .pager .sort-by {float: left;width:auto;margin:0 !important;}
    .toolbar .pager .limiter {
    float: left;
    min-width: 100%;
    margin: 10px 0 0 0; display: none
}
    .pager li.current > span{ padding: 5px; margin: 0}
    .pager .pages li{ margin-right: 3px;}
    .pager .pages strong{ padding-right: 5px;}
    .sort-by label, .pager .pages strong, .pager li.current > span, .pager .pages li{ font-size: 12px;}
    .toolbar .right-tools{ float:right}
    .toolbar select{ max-width: 65px; padding: 5px 0}
    .toolbar .pager .pages{ width: 100%}
    .toolbar .pager .limiter label{ float: none}
ul.level0,ul.level1  {
    padding: 0 15px;
}
ul#nav li a{font-size:11px;}
ul#nav ul li {
	background:none;
}
ul#nav ul li a {
    border: none;
}
	

	.cart-banner h2 {
    font-size: 27px;
    padding: 20px 0;
}
.cart-banner {
    min-height: 90px;
}
button.button.btn-update {
    float: left;
    margin-left: 10px;
}

button#empty_cart_button {
    float: left;
}

    .toolbar .pager .sort-by, .toolbar .pager .limiter{ width: auto; min-width: 30px}
    .basecamp .opc-wrapper-opc .opc-col-center {width:100%;padding-right: 0px;}
    .basecamp .opc-wrapper-opc .opc-col-right{width:100%;} 
    .basecamp .form-list .name-middlename input.input-text {
    width: 100% !important;
}
    .product-view .product-img-box .more-views li a{ text-align: center}
    .wrapper-new .sidebar{ display: block; margin: 10px 0 0 0;}
    .block.block-layered-nav.first .block-title {display: block;}
    .my-account{ padding: 40px 0}
    .my-account, .customer-account-giftcard{ padding: 0}
    .customer-account-giftcard .balance .view-detail {
    float: left;
    margin: 10px 0;
    float: left !important;
    width: auto !important;
}

.cart .discount-form .input-box input,.cart .shipping .form-list li select,.cart .shipping .form-list li input{max-width: 100%;}
.form-wrapper, .cart .shipping{width: 100%;padding: 0;text-align: left;}
.cart .discount-form .buttons-set{text-align: left;}
.cart .discount-form .input-box input{width: 100% !important;max-width: 100%;}
.cart .shipping .buttons-set button.button{ float:left; text-align:left;}
.cart .cart-collaterals .grid_custom_2{width: 100% !important;float: left !important;
padding: 0 !important;}
.cart .cart-collaterals .grid_custom_1{width: 100% !important;}
.basecamp > .cart{display: block;}
.cart .form-wrapper .discount-form{width: 100%;}
.cart .cart-collaterals .col-2{padding: 0px 0;
max-width: 100%; float:left;}
.cart .indent-sw1 { float: left;  width: 100%; margin: 0;}
.cart .shipping label{padding-left: 0;}

.main-container.col2-right-layout {
    float: left;
    margin-top: 10px;
}
.inner-banner p {
    /* width: 100px; */
    padding-right: 94px;
    font-size: 13px;
}
.menu .navbar-right a
{
	border-radius:0px;
}
ul.level1 {
    padding: 0 15px;
}
    .cart form button.button span span {
    padding: 0 5px;
}
    .cart form button.button > span{ font-size: 12px; height: 35px; line-height: 35px;}
    button.button.btn-update{ margin-left: 0}
    .inner-banner{ background: none}
    .advanced-search li{ width: 100%}
    .inner-content{ margin: 0}
    .inner-banner.inner-banner-sec{ background: none !important; padding: 0 0px !important; min-height: 0}
    .inner-banner{ background: none !important; padding: 0 20px !important; min-height: 0}
    .contact-full-width-sec {
    padding: 15px 0;
}
    .block .block-title strong{display: block}
    .basecamp .logo-slider{ padding: 0 20px}
    #demo5-backward{ margin: 0}
    #demo5-forward{ margin: 0}
        .advancesitemap-index-index .rootwrapper .rootlevel0 {
    padding: 0 10px;
}
}
@media(max-width:479px){
	.add-to-cart {
    padding-top: 0;
}
	
	.inner-banner p {
    /* width: 100px; */
    padding-right:0px;
    font-size: 12px;
}
.inner-banner h2,.inner-banner  h1.head-banr {
    font-size: 25px;
}
	.cart-banner h2 { font-size: 26px; padding: 20px 0;}
	.cart-banner{min-height:90px;}
    .basecamp .opc-wrapper-opc .opc-col-left .fields .field{ width: 100%} 

    .basecamp .opc-menu .review-menu-block {
    margin: 0;
    float: left !important;
}
    .my-account, .customer-account-giftcard{ padding: 40px 0}
    #giftvoucher_grid th .giftvoucher-grid-title-hidden{ font-size: 13px}
	
	.product-view .product-img-box.product-img-box-wrap {
    float: left;
    text-align: center;
    margin-bottom:0px;
    width: 100%!important;
    padding-right: 0px !important;
}
	
}
@media(max-width:400px){
.g-recaptcha > div{max-width: 260px; overflow: hidden}
}
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}

@media only screen and (min-width: 768px) {
   
    .footer-col-content,
    .block .block-content,
    .box-collateral-content {
      height: 100% !important;
     
      opacity: 1!important;
    }
}



/*!
 * Bootstrap Responsive v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

@-ms-viewport {
  width: device-width;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}


@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container {
    width:1170px;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
	   .account-login .new-users {width:94%;}
	.account-login .registered-users { width:94%; margin-left:0px; margin-top:10px;}
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (min-width: 640px) and (max-width: 767px){
	.account-login .new-users {width:93% !important;}
	.account-login .registered-users { width:93% !important; margin-left:0px; margin-top:10px;}
	}

@media (min-width: 320px) and (max-width: 479px) {
	.account-login .new-users {width:85% !important;}
	.account-login .registered-users { width:85% !important; margin-left:0px; margin-top:10px;}
	}
	@media (min-width: 480px) and (max-width: 639px){
		.account-login .new-users {width:90% !important;}
	.account-login .registered-users { width:90% !important; margin-left:0px; margin-top:10px;}
		
		}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
	.account-login .registered-users {  margin-left:3px; }
	
	
	}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.page {max-width: 968px;}
	.product-view .product-shop {width:53%;}
	.product-view .addthis_button_tweet {width:95px;}
	.addthis_default_main .addthis_counter {clear:left;}
	.addthis_mini_style .addthis_counter {clear:inherit;}
	.box-up-sell .jcarousel-clip {width:660px;}
	.box-up-sell ul li {width:187px !important; padding:12px; margin-right:9px;}
	.products-ups.jcarousel-list .last {margin-right:9px;}
	.mini-products-list .product-image {width:70px;}
	.mini-products-list .product-name {width:135px;}
	.block-related .product-name {width:120px;}
	#back-top {margin-left:495px;}
	.block-poll .answer {width: 150px;}
	.de-lang-class .row-product .email-friend,
	.es-lang-class .row-product .email-friend {float: left; clear: left;}
	.#back-top {display: none !important;}
	.footer .bottom_wrapper { padding:19px 10px 18px 10px; margin:0 -10px; }
	.camera_caption > div { padding: 58px 0 0 620px !important; }
	.right_slider_side h2 { font-size:28px !important; margin:0 0 7px 0; }
	.right_slider_side p { display:none; }
	.right_slider_side .sl_price { font-size:20px !important; margin:0 0 32px 0; }
	.specials-list .price-box .special-price { width:75px; }
	.specials-list .price-box .old-price { min-width:68px; }
		
	}
@media only screen and (max-width: 979px) {
.block-cart-header { z-index:100; }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.page { max-width: 770px; }
	.footer .bottom_wrapper { padding:19px 23px 18px 23px; margin:0 -23px; }
	.header #search_mini_form { display:none;	}
	.header > #search_mini_form { display:block; float:none;	}
	.header .form-search .input-text { width:100%; }
	.block-cart-header { float:right; clear:both; margin:0 0 20px 0; border-radius:6px; }
	.order-buttons {display:none !important;}
	.sorter .view-mode {padding-top:0;}
	.account-login .registered-users .form-list input.input-text {width:326px;}
	.cart .crosssell button.btn-cart {float:none; margin-bottom:10px;}
	.cart .crosssell .add-to-links {float:none;}
	.cart .crosssell .product-details button.button > span {font-size:11px;}
	.cart .discount-form .input-box input { width:198px; }
	.shipping .jqTransformSelectWrapper { width: 204px !important; }
	.shipping .jqTransformSelectWrapper > div > span { font-size:11px; }
	.form-list .input-box {width:225px;}
	.cart .shipping .form-list li select option {width:174px;}
	.cart .totals button.button > span { font-size:14px; }
	.cart .totals table th,
	.cart .totals table td { font-size:11px; padding: 15px 10px; }
	.cart .totals table td+td { padding: 15px 10px; }
	.cart .totals .price { font-size:18px; }
	.mini-products-list .product-name {width:100%; margin:0; padding-top: 10px;}
	.#back-top {display: none !important;}
	
	.products-grid li.item, .specials-list li.item {padding:5px !important;}
	.products-grid .product-image {width:100%;}
	.regular-price,
	.products-grid li.item .minimal-price-link {float:none;}
	.products-grid li.item .price-box.map-info a {float:none; padding:0; margin-top:2px;}
	.products-grid li.item .regular-price,
	.products-grid li.item .old-price { display:block; }
	.products-grid li.item .ratings .rating-box { float:none; margin:0 auto 10px; }
	.products-grid li.item .ratings .amount { float:none; display:block; text-align:center; margin:0; }
	.product-shop .price-box {float:none;}
	
	.products-grid .price-box {	position:inherit; top:auto; right:auto; margin-bottom:10px; }
	.products-grid .price-box .regular-price { background:none; padding:0; width:auto; height:auto; }
	.products-grid .regular-price .price { font-size:18px; font-weight:bold; color:#525252; }
	
	.specials-list .price-box {	position:inherit; top:auto; right:auto; margin-bottom:10px; }
	.specials-list .price-box .regular-price { background:none; padding:0; width:auto; height:auto; }
	.specials-list .price-box .special-price { float:none; background:none; padding:0; width:auto; height:auto; position:relative; z-index:3; }
	.specials-list .price-box .old-price { float:none; background:none; padding:0; width:auto; height:auto; min-width:inherit; margin:0; position:relative; z-index:2; border-radius:0; }
	.specials-list .regular-price .price, .specials-list .old-price .price { font-size:18px; font-weight:bold; color:#525252; }
	.specials-list .special-price .price { font-size:18px; font-weight:bold; color:#bd0305; }
	
	.product-view .product-img-box .more-views li.item-4 {margin-left:0;}	
	.product-view .product-img-box {float:none !important;width:310px;margin: 0 auto 30px;}
	.product-view .product-shop {float:none;width:auto;}
	.catalog-product-view .map-popup {left: 0 !important;}
	.addthis_default_main .addthis_counter {clear:inherit;}
	.block-layered-nav dd {padding-left:5px;}
	
	.my-account a {text-decoration:underline;}
	.my-account a:hover {text-decoration:none;}
	
	.opc .field {width:267px;}
	.opc .fields input,
	.opc .field input {width:242px;}
	.opc .fields select,
	.opc .field select {width:248px;}
	.opc .fields select option,
	.opc .field select option {width:217px;}
	.opc .form-list li.wide input.input-text {width:509px;}
	.opc .name-middlename {width:149px;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width:118px;}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:93px;}
	.cart-collaterals .col2-set .col-1 {margin-right:15px;}
	.cart .totals button.button > span { font-size: 12px; }
	
	.box-up-sell {height:auto;}
	.box-up-sell h2 {font-size:12px;line-height:15px;}
	.box-up-sell .jcarousel-clip {width:500px;}
	.box-up-sell .jcarousel-next,
	.box-up-sell .jcarousel-prev {top:10px;}
	.box-up-sell ul li {margin-right:9px;width:141px !important; padding:8px;}
	.box-up-sell ul.jcarousel-list li {margin-right:9px !important;}
	.box-up-sell ul li .product-image img {height:136px;width:136px;}
	
	#multiship-addresses-table select {width:200px;}
	#multiship-addresses-table select option {width:170px;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {	float:none;	margin-right:0;	width:96%;}
	#multishipping-billing-form .sp-methods .form-list input.input-text {width:100%;}
	#co-billing-form > fieldset {display: table-column;}
	.checkout-progress li {clear: left; width: 100%;}
	.box-collateral.form-add .box-collateral-content {overflow: auto;}
	.form-list select {width: 340px;}

	.multiple-checkout .gift-messages-form .item .details .field {width:267px;}
	.multiple-checkout .gift-messages-form .form-list input.input-text {width:261px;}
	.multiple-checkout .gift-messages-form .inner-box .form-list li.wide textarea {width:260px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3 { padding:214px 15px 15px;}
	.cms-about-magento-demo-store .about-col-4 ul,
	.cms-about-magento-demo-store .about-col-5 ul,
	.cms-about-magento-demo-store .about-col-6 ul {padding:25px 0 12px 20px;}
	
	.block-poll .answer {width:95px;}
	
	.footer-cols-wrapper { position:relative; overflow:hidden; padding-bottom:10px; }
	.footer-col.last { margin-right:0; }
	
	.my-account #wishlist-view-form #wishlist-table .product-image img {height:100px;width:100px;}
	.my-account .data-table th, .my-account .data-table td {padding: 5px;}
	#wishlist-view-form .buttons-set.buttons-set2 {text-align:center;}
	#wishlist-view-form .buttons-set.buttons-set2 button.button {float:none;margin: 0 10px 10px 0 !important;}
	#customer-reviews button.button {float:left;}
	
	.main-banner {width:244px;}
	
	.camera_caption > div { padding: 28px 0 0 500px !important; }
	.special-img { position:absolute; left:0; top:16px !important; }
	.right_slider_side h2 { font-size:18px !important; margin:0 0 7px 0; }
	.right_slider_side p { display:none; }
	.right_slider_side .sl_price { font-size:14px !important; margin-bottom:22px !important; }
	.shop_now_btn {
		padding:0 10px !important;
		height:39px !important;
		line-height:39px !important;		
		font-size:16px !important;
	}
	
	.banner h2 { font-size:20px; }
	.banner p { font-size:11px; font-weight:normal; }
	.shop_now_ban { padding: 0 24px 0 10px; font-size:12px; }
	
 .block .block-title {  }
 .block .block-title strong { font-size:12px; display: none}
	
	
	
}
@media only screen and (max-width: 767px) {
	body {padding: 0;}
	.container {margin: 0 2.127659574468085%;}
	.header { padding:10px; padding-bottom:0; }
	.padding-s {padding:0 10px; }
	.nav-container .container { background:none !important; }
	.order-buttons {display:none !important;}
	.title-buttons h1,
	.title-buttons h2,
	.title-buttons h3,
	.title-buttons h4,
	.title-buttons h5,
	.title-buttons h6 {float:none;}
	.header .top_row { background:none; border-bottom:0; border-radius:0; margin-bottom:0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none; }
	#search_mini_form {margin:0; padding-top:5px;}
	.header .row-2 #search_mini_form { display:none;	}
	.header > #search_mini_form { display:block; float:none;	}
	.header .form-search .input-text { width:100%; }
	#search_mini_form {width:100%;}
	.header .row-2 { float:none; clear:both; }
	.header .logo { margin:0 0 20px; }
	.header .header_phone { float:none; margin:0 0 15px; }
	.block-cart-header { float:left; margin:0 0 0 0; border-radius:6px; }
	.block-cart-header .amount-2, .block-cart-header .empty { padding-right:0px; }
	.toolbar { margin-bottom:20px; }
	.toolbar .pager {padding: 0 18px 18px 0;}
	.toolbar .pager .amount {padding:0;}
	.toolbar .pager .pages { margin:0; padding-top:0px; float: left; width: auto}
	.pager .pages li {line-height:17px; font-weight:normal; }
	.toolbar-bottom .toolbar .pager {border:0; padding:0; }
	.toolbar-bottom .toolbar .pages {border:0;  padding-bottom:0; margin-top:0px; overflow:hidden; float:left; width:auto;}
	.block-cart-header .cart-content { right:auto; left:0; }
	.block-content { padding:10px; } 

	.indent-sw1 {margin-bottom:20px;}
	.checkout-multishipping-login .col-main {padding-bottom:0;}
	.account-login .registered-users .form-list input.input-text {width:252px;}
	.form-list select {width:300px;}
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:294px;}
	.form-list .name-middlename {width:117px;}
	.form-list .customer-name-prefix .name-firstname input.input-text, 
	.form-list .customer-name-suffix .name-lastname input.input-text, 
	.form-list .customer-name-middlename .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:155px;}
	.form-list .customer-name-suffix .name-lastname, 
	.form-list .customer-name-middlename .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-lastname {width:183px;}
	.form-list .name-middlename input.input-text {width:111px;}
	.form-list .customer-dob .dob-year input.input-text {width:146px;}
	.shipping .jqTransformSelectWrapper { width: 258px !important; }
	#shopping-cart-table { display:block; width:100%;    overflow-y: scroll;}
	#shopping-cart-table.data-table #empty_cart_button span { line-height: 34px;  height: 34px;}
	#checkout-step-login .col-2 .form-list input.input-text {width:253px;}
	
	.multiple-checkout .page-title.title-buttons h1 {margin-bottom: 10px;}
	
	.page-title,
	.category-title { margin-bottom:16px; }

	.pager .pages {clear:both;margin:0;text-align:center; padding-top:10px;}
	
	.products-grid {margin-bottom:0 !important;}
	.products-grid li.item { border-bottom:1px solid #e5e5e5; overflow:hidden; position:relative; padding-bottom:20px; margin:0 0 20px; width:100%; }
	.products-grid .product-image,
	.products-list .product-image { float:left; margin:0 20px 0 0; width:90px; }
	.products-grid .product-shop,
	.products-list .product-shop { overflow:hidden;}
	.products-grid button.button,
	.products-list button.button { margin-right:41px; }
	.products-list .ratings .rating-links a+span+a,
	.products-list .ratings .rating-links .separator {display:none;}
	
	.products-grid .price-box {	position:inherit; top:auto; right:auto; margin-bottom:10px; }
	.products-grid .price-box .regular-price { background:none; padding:0; width:auto; height:auto; float:none; }
	.products-grid .regular-price .price { font-size:18px; font-weight:bold; color:#525252; }

	.product-view { margin-bottom:5px; margin-top: 10px }
	.product-view .product-shop { float:left; width:100%; }
	.product-view .product-img-box { float:none;  width:310px; margin:0 auto 20px; }
	.product-view .product-name h1 { font-size:16px; line-height:19px; }
	.product-view h2 {padding:17px 0;}
	.product-view .price-box { float:none !important; display:block !important; margin: 0 0 10px; overflow:hidden !important; }
	.add-to-cart button.button {float:right; margin-left:25px; margin-top: 34px}
	.add-to-cart {padding-top: 0;}
	.add-to-cart .qty-block {padding-top:0; margin:0 0 5px;}
	.add-to-cart .qty {padding:13px 7px 14px;}
	.product-view .product-shop .add-to-links {border-bottom:none;padding-bottom:0;}
	.product-view .product-shop .add-to-links li {float:none; font-size:14px; line-height:17px; font-weight:normal; margin:0 !important; padding-bottom:19px;}
	.product-view .product-shop .add-to-links li a {font-weight:normal;padding-left:24px !important;}
	.product-view .row-product {padding-top:0;}
	.product-view .row-product p {float:none !important;font-size:14px;line-height:17px;padding-left:24px !important;}
	.product-view .row-product .no-rating {padding-bottom:19px;}
	.product-view .row-product .ratings {float:none;padding-bottom:19px;}
	.product-view .row-product .ratings .rating-links {padding-left:0 !important;}
	.product-view .add-to-links li+li {display:none;}
	.product-options .options-list li label { padding-top:2px; }	
	.product-view .box-description .std {padding: 0 0px;}
	.product-view .product-collateral #customer-reviews dl {padding:0 15px;}
	.product-view #review-form h3,
	.product-view #review-form h4,
	.product-view .tabs-custom {padding:0 15px;}
	.addthis_default_main .addthis_counter {clear:inherit;}
	.addthis_button_google_plusone {clear:left;}
	
	.product-collateral #customer-reviews #product-review-table span.nobr {padding:0;}
	#review-form #product-review-table th {padding:9px 4px; }
	#review-form #product-review-table td {padding:14px 4px; text-align:center;}
	
	.product-collateral .box-collateral {margin-bottom:0;}
	.product-collateral .box-collateral h2 {cursor:pointer;}
	.product-collateral .box-collateral h2 span.toggle {background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/toogle-button2.png);top:20px;height:10px;width:10px;}
	.box-collateral-content {display:none;margin-bottom:7px;}
	
	.box-up-sell ul li {overflow:hidden;}
	.box-up-sell ul li .product-image {float:left; margin-right:15px; width:100px;}
	.box-up-sell ul li .product-image img {width:100px; height:auto;}
	.box-up-sell ul li.jcarousel-item .product-image {float:none;margin-right:0;}
	.box-up-sell ul li.jcarousel-item .product-image img {height:auto;width:auto;}
	.related-carousel.box-up-sell ul li .product-image {width: 100%;}
	
	.box-up-sell {background:none;border:none;padding:20px 0 0;}
	.box-up-sell ul li {float:none;background:none;border:none;border-bottom: 1px solid #DDDDDD;padding:0 0 20px;margin: 0 0 20px;width:auto !important;}
	.box-up-sell .jcarousel-clip {margin:0 auto;width:184px;}
	.box-up-sell .jcarousel-clip li {border:none;margin:0;padding:0;width:184px !important;}
	.box-up-sell .jcarousel-next {top:150px;right:10px;}
	.box-up-sell .jcarousel-prev {top:150px;left:10px;}

	.header-container {}
	.header .header-buttons,
	.header .links,
	.header .links li { float:none; }
	.header .links li a {display:block; margin:0;}
	.header-button > a {height:38px;}
	.header .row-2 .slogon,
	.header .welcome-msg,
	.header .header-links {display:none;}
	.top-login,
	.menu-list {display:block;}
	.top-login {height:auto; border:0 !important;}
	.header-buttons { margin:0 0 20px 0; }
	.header-button { 
		width:25%; 
		background-color:#3a3a3a;
		border-right:1px solid #fff;
		moz-box-sizing:border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		 box-sizing: border-box;
	}
	.header-button.currency-list { border-radius:0; }
	.header-button ul {	top:46px; right:auto;	left:0;	}
	.top-login ul li a {height:46px; background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/login.png) ; background-position:center center;}
	.top-login ul li a.Logout_link {background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/logout.png);}
	.header-button:hover > a,
	.top-login:hover ul li a {}
	.header-button.menu-list > a { background-position: center center;  }
	.header-button.currency-list > a,
	.header-button.lang-list > a { background-position: center 32px; }
	.header-button.menu-list > a,
	.header-button.currency-list > a,
	.header-button.lang-list > a { padding-top:8px; height:38px; moz-box-sizing:content-box;	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing:content-box; text-align:center; padding-right:0; padding-left:0; }
	.header-button.currency-list > a,
	.header-button.lang-list > a { background-image: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/marker-9.gif); border:0; }
	.top-login ul {top:0; left:auto; right:0; height: 100% !important;}
	
	.header-button > a:hover,
.header-button.active > a,
.top-login ul li a:hover { background-color:#B20306; }
	
	.col-main {padding-bottom:20px;}
	.block {margin-bottom:8px; padding:0 10px;}
	.block .block-title	{margin-bottom:8px;	}
	.block .block-title:hover {cursor:pointer;}
	.block.block-account .block-title:hover {cursor:default;}
    .block .block-title	span.toggle{ position: relative; float: right; margin: -55px 0 0 0;font-size:14px;font-weight: normal;}
    .block .block-title	span.toggle:before {top: 26px;font-family: 'FontAwesome';content: "\f067";width: 20px;height: 20px;position: absolute;
right: 10px;}
    .block .block-title	span.toggle.opened:before{ content: "\f068"}
	.sidebar .block.block-progress .block-content {display:block;}
	
	.mini-products-list .product-name {width:210px;}
	
	.block-related .product-name {width:185px;}
	#shopping-cart-table .product-image img {height:70px;width:70px;}
	.cart .cart-table-foot {text-align:center;}
	.cart .cart-table-foot .btn-continue {float:none;}
	.cart .cart-table-foot button.button {margin-bottom:5px;} 
	.cart .crosssell .add-to-links { float:none; display:block; padding-top:10px; }
	.cart .crosssell .add-to-links li {margin:0;}
	.cart .crosssell button.btn-cart {float:none;}
	.cart-collaterals .col2-set .col-1,
	.cart-collaterals .col2-set .col-2,
	.grid_custom_1,
	.grid_custom_2 {width:100%; clear:both;}
	.cart-collaterals .col2-set .col-1,
	.grid_custom_1 {margin-bottom:25px;}
	
	.col-main .block-account {display:block;}
	.padding-s .block {padding:0;}
	.block-account ul li {font-size:14px;line-height:17px;}
	.block-account ul li a,
	.my-account a {text-decoration:underline;}
	.block-account ul li a:hover,
	.my-account a:hover	{text-decoration:none;}
	.my-account .col2-set .col-1,
	.my-account .col2-set .col-2 {float:none;width:100%;}
	.my-account .data-table {border:1px solid #ECECEC;width:100%;}
	.my-account .data-table th, .my-account .data-table td {padding:10px 4px;}
	.my-account .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.my-account .data-table tr.last {border-bottom:none;}
	.my-account .data-table td {display:block;border:none;}
	.my-account .data-table colgroup {display:none;}
	.my-account #my-orders-table td {padding:10px 10px 0 10px;}
	.my-account #my-orders-table td.order-qty {font-weight:bold;}
	.my-account #my-orders-table td.order-qty .nobr strong {font-weight:normal;}
	.my-account #my-orders-table td.order-product-name .product-name {font-weight:bold;}
	.my-account #my-orders-table td.order-subtotal.last { text-align:left; }
	.my-account #my-orders-table td.last { padding-bottom:10px; }
	.my-account #my-orders-table tfoot {border-top: 1px solid #ECECEC;}
	.my-account #my-orders-table tfoot td {display:inline-block;padding:10px;width:120px;}
	.my-account #my-orders-table tfoot td+td {text-align:left !important;}
	.my-account #my-orders-table tfoot .grand_total {font-size:14px;line-height:17px;}
	.my-account .page-title button.button {margin-top:10px;}
	
	.my-account textarea {max-width:294px;min-width:294px;}
	.my-account #wishlist-view-form .buttons-set {text-align:center;}
	.my-account #wishlist-view-form .buttons-set button.button {float:none;margin: 0 0 3px;}
	.my-account #wishlist-table .cart-cell .price-box span.old-price {display:block;}
	.my-account #wishlist-table .product-image {margin-left:42px;}
	#wishlist-view-form #wishlist-table .product-image img {height:200px;width:200px;}
	
	.my-account #my-tags-table td .price-box {overflow:hidden;}
	.my-account #my-tags-table td button.button {float:left;margin-right:10px;}
	.my-account #my-tags-table .add-to-links {float:right;margin-top:5px;}
	#checkout-review-table-wrapper {overflow-x:auto;}
	
	.product-review .product-img-box {float:none;overflow:hidden;margin:0 0 20px;width:310px;}
	.product-review .product-img-box .product-image {float:left; margin: 0 10px 0 0;height:100px;width:100px;}
	.product-review .product-img-box .product-image img {height:100px;width:100px;}
	.product-review .product-img-box .product-review-block {overflow:hidden;padding-top:20px;}
	.product-review .product-img-box .product-review-block .rating-links {text-align:center;}
	
	.block-progress {margin:0;}
	.block-progress .block-title span.toggle {display:none !important;}
	.opc .field {width:287px;}
	.form-list li.wide .input-box {width:288px;}
	.form-list select {width:270px;}
	.form-list select option {width:257px;}
	.opc .form-list li.wide input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:265px;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width:287px;}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:264px;}
	.form-list .name-middlename input.input-text {width:82px !important;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:265px;}
	.checkout-multishipping-address-newshipping .form-list select {width:265px;}
	.multiple-checkout .col-1.col-narrow,
	.multiple-checkout .col-2.col-wide {float:none;width:100%;}
	.multiple-checkout .col-2.col-wide .box {margin-left:0;}
	.checkout-progress li {clear:left; width:100%;}
	#checkout-step-login .col2-set .col-1 {margin-bottom:10px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {	float:none;	margin-right:0;	width:268px;}
	#co-billing-form > fieldset {border:0; padding:0;}
	#payment-tool-tip {right:0;}
	#payment-tool-tip img {width:268px;}

    .opc #checkout-review-table td {padding:7px;}
	.opc #checkout-review-table tfoot td {padding:7px;}
	.opc .fields select, .opc .field select {width: 267px;}
	#checkout-progress-wrapper {display:none;}
	#multiship-addresses-table.data-table td {padding:5px;}
	#multiship-addresses-table select {width:80px;}
	
	.gift-messages-form .inner-box .form-list li.wide textarea {width:265px;}
	.gift-messages-form .item .product-img-box {float:none;margin-bottom:10px;}
	.gift-messages-form .item .details {margin:0;}
	#checkout-step-login .col2-set {padding:10px;}
	
	#product_sendtofriend_form .form-list .fields .field input.input-text,
	#product_sendtofriend_form #sender_message {width:304px;}
	
	.advanced-search .form-list select {width:286px;}
	
	.title-buttons {text-align:left;}
	.account-login .registered-users-wrapper,
	.account-login .new-users-wrapper {width:100%; clear:both;}
	#contactForm .form-list input.input-text,
	#contactForm .form-list li.wide .input-box {width:100%;}
	.sales-guest-form .form-alt li .input-box,
	.sales-guest-form .form-alt input.input-text {width:100% !important;}

	
	
	.cms-privacy-policy-cookie-restriction-mode .data-table thead {display:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table {border:1px solid #ECECEC;width:100%;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr {display:block;border-bottom:1px solid #ECECEC;}
	.cms-privacy-policy-cookie-restriction-mode .data-table tr.last {border-bottom:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td,
	.cms-privacy-policy-cookie-restriction-mode .data-table th {display:block;border:none;}
	.cms-privacy-policy-cookie-restriction-mode .data-table th {padding: 10px 10px 5px;}
	.cms-privacy-policy-cookie-restriction-mode .data-table td {padding: 5px 10px 10px;}
	
	.cms-about-magento-demo-store .about-col-1,
	.cms-about-magento-demo-store .about-col-2,
	.cms-about-magento-demo-store .about-col-3,
	.cms-about-magento-demo-store .about-col-4,
	.cms-about-magento-demo-store .about-col-5,
	.cms-about-magento-demo-store .about-col-6 {margin: 0 0 40px; width:100%;}
	.about-padd,
	.about-padd2 {padding-bottom:0;}
	.page-sitemap .pager .amount {display:block; }
	.page-sitemap .sitemap {padding: 0 15px;}

	.sidebar .block .block-content,
	.block-compared,
	.block-compare,
	.products-grid .actions	li+li,
	.products-list .add-to-links li+li,
	.products-grid .add-to-links,
	.products-list .add-to-links,
	.block-wishlist,
	.breadcrumbs,
	.toolbar .sorter,
	.cart .crosssell .add-to-links li+li,
	.col-left .block-account,
	.my-account .data-table thead,
	.opc #checkout-review-table thead,
	.opc #checkout-review-table colgroup,
	.opc #checkout-review-table .item-options,
	.footer-col-content {display:none;}
	
	.footer {padding:20px 10px 0;}
	.footer-cols-wrapper {border:0; margin:0;}
	.footer-col { margin-right:0; width:100%; }
	.footer address { border-top:none; }
	.footer h4:hover {cursor:pointer;}
	
	.map-popup {left:0 !important; width:320px;}
	.map-popup-heading, 
	#map-popup-content {padding:20px; width:280px;}
	
	.contact-left,
	#contactForm {float:none;margin:0;width:100%;}
	#contactForm .form-list .field {float:none;width:100%;}
	.footer-col-content {padding-bottom:15px;}
	
	.form-alt li.last .input-box {width:auto !important;}
	
	.main-banner {float:none;height:185px;margin-right:0;}
	.main-banner img {float:right;}
	
	.store-switcher {float:none; margin: 0 0 10px;}
	
	.banners_block { display:none; }
	.slider_block { padding:0 10px; }
	.special-img { display:none; }
    .products-grid .product-shop{ width: 100%}
    .products-grid .product-image, .products-list .product-image {float: none;margin: 0 auto;width: 150px;}
    .product1 h3{ margin: 0 0 15px}
    .product1 p{ min-height: 20px;}
    .product1 .buy{ display: inline-block}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.account-login .registered-users .form-list input.input-text {width:372px;}
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:333px;}
	.form-list .name-middlename {width:132px;}
	.form-list .customer-name-prefix .name-firstname input.input-text, 
	.form-list .customer-name-suffix .name-lastname input.input-text, 
	.form-list .customer-name-middlename .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-firstname input.input-text, 
	.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:202px;}
	.form-list .customer-name-suffix .name-lastname, 
	.form-list .customer-name-middlename .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-firstname, 
	.form-list .customer-name-middlename-suffix .name-lastname {width:230px;}
	.form-list .name-middlename input.input-text {width:104px;}
	.form-list .customer-dob .dob-year input.input-text {width:213px;}
	.shipping .jqTransformSelectWrapper { width: 378px !important; }
	.box-up-sell .products-grid td { width:378px; }
	.box-up-sell .jcarousel-next {right:50px;}
	.box-up-sell .jcarousel-prev {left:50px;}
	.block-wishlist .product-name {width:320px;}
	
	.product-view .product-img-box { width:310px; margin:0 auto 10px; }
	.product-view .product-img-box .more-views li.item-4 {margin-left:0;}
	.product-view .product-name h1 { font-size:16px; line-height:19px; }
	.addthis_button_google_plusone {clear:inherit;}
	
	.products-grid .product-image,
	.products-list .product-image {width:210px; }
	.products-grid .minimal-price-link {float:left; margin-left:10px;}
	
	
	.map-popup {left:50px !important; width:340px;}
	.map-popup-heading,
	#map-popup-content {width:300px;}
	
	.mini-products-list .product-name {width:315px;}
	
	#shopping-cart-table .product-image img {height:100px;width:100px;}
	
	.form-list li.wide .input-box {width:288px;}
	.form-list select {width:395px;}
	.form-list select option {width:386px;}
	.opc .form-list li.wide input.input-text,
	.form-list input.input-text,
	.form-list li.wide input.input-text {width:100%;}
	.opc .form-list .customer-name-suffix .name-lastname,
	.opc .form-list .customer-name-middlename .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-firstname,
	.opc .form-list .customer-name-middlename-suffix .name-lastname {width:296px;}
	.opc .form-list .customer-name-prefix .name-firstname input.input-text,
	.opc .form-list .customer-name-suffix .name-lastname input.input-text,
	.opc .form-list .customer-name-middlename .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
	.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:270px;}
	.form-list .name-middlename {width:122px;}
	.form-list .name-middlename input.input-text {width:100% !important;}
	.gift-messages-form .inner-box .form-list li.wide textarea {max-width:390px;width:390px;}
	.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:390px;}
	.checkout-multishipping-address-newshipping .form-list select {width:390px;}
	#checkout-step-login .col2-set .col-1,
	#checkout-step-login .col2-set .col-2 {width:398px;}
	#checkout-step-login .col-2 .form-list .input-box {width:398px;}
	#checkout-step-login .col-2 .form-list input.input-text {width:392px;}
	#payment-tool-tip img {width:400px;}
	#co-billing-form > fieldset {border:1px solid #E5E5E5; padding:10px;}
	#multiship-addresses-table select {width:150px;}
	.opc .field {clear:left;}
	.opc .fields select, .opc .field select {width: 390px;}
	
	.advanced-search .form-list select {width:100%;}
	
	.main-banner {height:185px;width:308px;margin:0 auto 10px !important;}
	.main-banner img {float:right;}
	.main-banner.num-3 img {float:left;}
	
	.container-slider {margin:0 auto;}
}
@media only screen and (max-width: 460px) {
	#shopping-cart-table.data-table button.btn-continue {  float: none !important;}
	.data-table .button { float: none !important; display: block !important;}
	button#empty_cart_button {border: none;   margin-left: 5px;margin-top: 5px;}
	
	.header .logo {width: 260px;}
	.data-table th,
	.data-table td  {padding: 10px 5px;}
	.multiple-checkout .page-title h1 {margin-bottom: 5px;}
	.multiple-checkout,
	.product-view .box-collateral-content,
	#review-form {overflow: auto;}
	.page-sitemap .links {margin: 0;}
	.cart .totals button.button > span { font-size: 12px; }
	.header .header_phone { display:none; }
	.products-grid .actions { font-size:22px; }
	div#thumbnails>div:nth-child(2) {
    max-width: 270px;
}
.thumbelina-but.vert.top { left: -14px;}
.thumbelina-but.vert.bottom { right: -14px;}
.product-view .product-img-box {text-align:left; width: 270px;} 
	.product-view .product-img-box #product-image { margin-left: 0;}
    .add-to-cart button.button {float:none; margin-left:0; margin-top:10px; padding: 0 !important}
}

@media only screen and (max-width: 362px) {
	.product-view .product-img-box {text-align:left; width: 270px;} 
	.product-view .product-img-box #product-image { margin-left: 0;}
	.product-view .product-img-box .product-image {left:0; overflow:hidden; width:284px; height: 306px;}
	.product-view .product-img-box .product-image #wrap {left: 172px;}
	.container-slider {width: 286px;}
	.tumbSlider li,
	.container-slider li {width: 95px !important;}
	.container-slider li a {width: 90px; }
}

.nav-container {
  position: relative;
  z-index: 11;
  margin-bottom:30px;
}
.nav-container .container { background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/nav_corner.gif) 100% 0 no-repeat; }
.sf-menu {
  background: #333;
		border-radius:6px;
  font-size: 13px;
  line-height: 17px;
	 box-shadow:0px 5px 5px rgba(0,0,0,0.36); 
		-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.36);
		-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.36);
}
.sf-menu li {
  float: left;
  text-align: left;
  position: relative;
  z-index: 4;
}
.sf-menu li a {
  display: block;
  color: #383737;
  text-decoration: none;
  position: relative;
  padding: 0;
		background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/nav_hover.png) repeat-x 0 -2000px;
}
.sf-menu > li > a > span {
  display: block;
  font-size: 15px;
		font-weight:bold;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  padding: 19px 25px 24px 25px;
}
.sf-menu > li.first > a { border-radius:6px 0 0 6px; }
.sf-menu li ul a span {  white-space:nowrap;}
.sf-menu > li.parent > a > span {  }

.sf-menu > li.sfHover > a,
.sf-menu> li > a:hover,
.sf-menu > li.active > a {
  color: #fff;
  background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/nav_hover.png) repeat-x 0 0;
}

.sf-menu > li.sfHover > a span,
.sf-menu > li > a:hover span,
.sf-menu > li.active > a span {  color: #fff;}
.sf-menu li a:hover {  text-decoration: none;}

.sf-menu ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 250px;
  display: none;
  background: #323232;
		border:solid 1px #000;
		border-radius:6px;
}
.sf-menu li li {
  border-bottom: 1px solid #000;
}
.sf-menu li li.last {  border-bottom: none;}
.sf-menu li li.sfHover,
.sf-menu li li,
.sf-menu li li:hover {
  float: none;
  border-right: none;
  position: relative;  
}
.sf-menu li li a,
.sf-menu li.sfHover li a,
.sf-menu li.active li a {
  display: inline-block;
  background: none;
 	font-size:13px;
		font-weight:bold;
  line-height: 15px;
  color: #fff;
  padding:11px 30px 13px 12px;	
		width:100%;
		moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
		box-sizing: border-box;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.active > a {
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#333333'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#616161), to(#333333));
	background: -moz-linear-gradient(top,  #616161,  #333333); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #616161,  #333333); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #616161,  #333333); /* IE10+ */
}

.sf-menu ul ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 250px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0px;
  top: 60px;
  /* match top ul list item height */
}
.sf-menu li ul.topmenu-brand{left:auto;right:0px;padding:10px;text-align:center;}
.sf-menu li:hover ul.topmenu-brand,
.sf-menu li.sfHover ul li.topmenu-brand{left:auto;right:0px;text-align:center;}
.sf-menu li:hover ul.topmenu-brand,
.sf-menu li.sfHover ul li.topmenu-brand{left:auto;right:0px;padding:10px;text-align:center;}

.sf-menu li ul.topmenu-voucher{left:auto;right:-105px;padding:10px;text-align:center;width:1148px}
/*.sf-menu li:hover ul.topmenu-voucher{left:auto;right:100px;padding:10px;text-align:center;width:1170px}*/
.sf-menu li:hover ul.topmenu-voucher{left:auto;right:-105px;padding:10px;text-align:center;}
.product-menu{width:250px;}
.voucher-products-menu{margin-left:auto;}
.voucher-products-menu.span12{width:100%;}
.topmenu-select{width:90%;padding:5px;border-radius:5px;cursor:pointer;}
.sf-menu li a.menu-product-name{padding:5px 0px;}

.sf-menu li li a.menu-product-name, .sf-menu li.sfHover li a.menu-product-name, .sf-menu li.active li a.menu-product-name{padding:5px 0px;font-size:18px;font-weight:normal;}
.menu-product-info .regular-price .price{color:#fff;}
.menu-product-info .price-box .price{color:#fff;}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 252px;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 252px;
  /* match ul width */
  top: 0;
}
.sf-menu .last{border-right:none;}
@media only screen and (min-width: 980px) {
    #menu-icon,
    .sf-menu-phone {  display: none !important;}
}
@media only screen and (max-width: 979px) {
  .sf-menu,
  .sf-menu-phone {display: none;}
  /* menu icon */
  #menu-icon {
    display: block;
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/menu-icon-bg.png) 95% 11px no-repeat #3a3a3a;
    border-bottom: 5px solid #B90100;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 13px 0 0 10px;
    height: 33px;
    margin: 0 10px;
  }

  #menu-icon.active { background-position: 95% -47px;  }

  .sf-menu-phone {
    background: #3a3a3a;
    position: relative;
    padding: 13px 20px 20px;
    z-index: 2;
    margin: 0 10px;
  }
  .sf-menu-phone li { padding: 8px 0;  position: relative; font-size: 18px;  }
  .sf-menu-phone > li {  border-bottom: 1px solid #515050; }
  .sf-menu-phone li a { display: inline-block;  color: #fff;  }
  .sf-menu-phone li a:hover { color: #B90100; }
  .sf-menu-phone li li {font-size: 14px; padding: 3px 0; }
  .sf-menu-phone li li.last { padding-bottom: 0;  }
  .sf-menu-phone li strong {
    position: absolute;
    display: block;
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/toogle-button2.png) center -54px no-repeat;
    top: 4px;
    right: 0;
    height: 24px;
    width: 24px;
  }
  .sf-menu-phone li strong:hover { cursor: pointer; }
  .sf-menu-phone li strong.opened { background-position: center 7px; }

  /* dropdown */
  .sf-menu-phone ul {  width: auto;  padding: 8px 0 0 20px;  display: none;  }
  .sf-menu-phone > li.active > a > span {color: inherit;}
  .sf-menu-phone > li.active > a,
  .sf-menu-phone > li > a:hover { color: #B90100;  }

  .sf-menu-phone li li.active > a,
  .sf-menu-phone li li a:hover {color: #B90100;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
   #menu-icon,
   .sf-menu-phone {margin: 0;}
}

/**************************
*
*	GENERAL
*
**************************/
.camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
	box-shadow:0px 5px 5px rgba(0,0,0,0.36); 
		-moz-box-shadow:0px 5px 5px rgba(0,0,0,0.36);
		-webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.36);
		border-radius:7px;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding:35px 0 0 740px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 46px;
	line-height:46px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 44px;
	z-index: 2;
	font-size:33px;
	color:#fff;
	text-align:center;
}
.camera_prev {
	left: 0;
	border-radius:0 6px 6px 0;
}
.camera_prev > span {
	
}
.camera_next {
	right: 0;
	border-radius:6px 0 0 6px;
}
.camera_next > span {
	
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(0, 0, 0, 0.22);
}
.camera_prev:hover, .camera_next:hover {
	background: #6e0009;
	
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}

.fluid_container { margin:0 0 30px 0; }

.right_slider_side {}
.right_slider_side h2 { font-family:'Open Sans'; font-size:38px; font-weight:bold; color:#fff; margin:0 0 7px 0; }
.right_slider_side p { font-size:15px; line-height:21px; padding:0 78px 0 0; color:#fff; margin:0 0 17px 0; }
.right_slider_side .sl_price { font-family:'Open Sans'; font-size:35px; font-weight:bold; color:#fff; margin:0 0 32px 0; }
.shop_now_btn {
	float:left;
	padding:0 20px;
	height:49px;
	line-height:49px;
	border-radius:6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#729551', endColorstr='#99b578'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#729551), to(#99b578));
	background: -moz-linear-gradient(top,  #729551,  #99b578); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #729551,  #99b578); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #729551,  #99b578); /* IE10+ */
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	box-shadow:0px 3px 3px rgba(0,0,0,0.40); 
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.40);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.40);
}
.shop_now_btn:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b578', endColorstr='#729551'); /* IE6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#99b578), to(#729551));
	background: -moz-linear-gradient(top,  #99b578,  #729551); /* firefox 3.6+ */
	background: -o-linear-gradient(top,  #99b578,  #729551); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99b578,  #729551); /* IE10+ */
	color:#fff;
}
.special-img { position:absolute; left:0; top:36px; background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/special.png) no-repeat; width:333px; height:50px; padding:20px 0 0 18px; font-family:'Open Sans'; font-style:italic; letter-spacing:-2px; font-weight:800; font-size:40px; text-transform:uppercase; color:#393939; text-shadow:0px -1px 0 rgba(0,0,0,0.75);	-moz-box-shadow:0px -1px 0 rgba(0,0,0,0.75);	-webkit-box-shadow:0px -1px 0 rgba(0,0,0,0.75); }
.special-img strong { font-weight:800; color:#bd0305; }
.camera_caption.fadeFromLeft { z-index:2; }
.right_slider_side h2 { display: none;}
.right_slider_side p { display: none;}
.right_slider_side .sl_price { display: none;}
.shop_now_btn { margin-right: 35px; float:right;}







/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
@CHARSET "ISO-8859-1";

.brands-nav{
	display: block;
	margin-bottom: 20px;
}
.brands-nav li{
	display: inline-block;
}
.brands-nav li a:HOVER{
	text-decoration: none;
	color: #000000;
}

.brand-image{
  position: relative;
  display: block;
  border: 1px solid #ededed;
}
.brand-image:hover {
  border-color: #3399cc;
}

/* -------------------------------------------- *
 * Brand Name
 */
.brand-name{
  margin: 0;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.brand-name:hover{
  color: #3399cc;
  text-decoration: none;
}

.brands-grid .brand-name{
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.brands-grid .brand-name{
  font-weight: 500;
}

/* ============================================ *
 * Brand Grid
 * ============================================ */
.brands-grid {
  position: relative;
}

.brands-grid:after {
  content: '';
  display: table;
  clear: both;
}

.brands-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.brands-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.brands-grid .brand-image {
  width: 100%;
  margin-bottom: 15px;
}

.brands-grid .brand-image img {
  width: 100%;
  height: auto;
}
.brands-grid .brand-image img:hidden {
  display: none;
}

/* Config: Two columns + flexible gutter */
.brands-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

.brands-grid > li:nth-child(odd) {
  clear: left;
}

.brands-grid > li:nth-child(even) {
  margin-right: 0;
}

.brands-grid .brand-image {
  margin-bottom: 5px;
}
.brands-grid .brand-image:before, .brands-grid .brand-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.brands-grid .brand-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.brands-grid .brand-image:after {
  background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/crmore/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
} 
.brands-grid .brand-image.loading {
  position: relative;
}
.brands-grid .brand-image.loading:before, .brands-grid .brand-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .brands-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  .brands-grid > li:nth-child(odd) {
    clear: none;
  }
  .brands-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  .brands-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  .brands-grid > li:nth-child(3n+1) {
    clear: left;
  }
  .brands-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}


@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .brands-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .brands-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .brands-grid--max-4-col > li:nth-child(even),
  .brands-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  .brands-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .brands-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .brands-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .brands-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
}

.header_sidebar:AFTER{
	 border-color: #3399cc transparent -moz-use-text-color;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-style: solid solid none;
    border-width: 4px 4px medium;
    display: block;
    height: 0;
    left: 10px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.header_sidebar{
	-moz-user-select: none;
    background-color: #f4f4f4;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    color: #636363;
    display: block;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 7px 10px 7px 10px;;
    position: relative;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}
#brands-view-all{
	display: block;
	text-align: center;	
}

/*==================*
 *
 * CSS navigation brands
 *
 *==================*/

.navigation-brands .nav-brands{
	border: 1px solid #cccccc; 
	border-top: none;
	padding: none;
}

.navigation-brands .nav-brands span{
	line-height: 30px;
	padding-left: 20px;
}

.navigation-brands .nav-brands .brand-name{
	display: block;
	width: 100%;
	height: 30px;
}

.navigation-brands .nav-brands .brand-name:HOVER{
	background-color: #ededed;
}

.navigation-brands .nav-brands #brand-actived{
	background-color: #3399CC;
	cursor: default;
	color: #fff;
}
.navigation-brands .nav-brands #brand-actived:HOVER{
	color: #fff;
}

/* =============lineLister=============*/
div.lineLister {
	background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    border-radius: 0 16px 16px;
    box-shadow: 0 2px 4px #ccc;
    margin: 12px 4px;
}

div.lineLister .categoryHeader{
	font-size: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 6px;
}

div.lineLister .categoryHeader .img-viewallbrand{
	width: 64px;
	height: 18px;
	display: block;
	background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/crmore/viewallbutton.png");
    background-repeat: no-repeat;
}

div.lineLister .categoryHeader h2{
	color: #333;
    font-weight: normal;
	font-size: 18px;
    margin: 0;
    padding: 2px 14px 2px 2px;
    text-transform: capitalize;
    font-family: Arial;
}

div.lineLister .controllerLeft {
	background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/crmore/scrollerleftbg2.png");
    background-position: 0 -40px;
    background-repeat: no-repeat;
    height: 214px;
    width: 36px;
    background-position: -40px -40px !important;
    position: absolute;
    cursor: pointer;
}
.lineLister .widgetContainer {
    position: relative;
}

div.lineLister div.scroller {
	float: left;
    padding-bottom: 12px;
    padding-top: 2px;
    width: 100%;
}

.lineLister .widgetItems {
    left: 0;
    padding: 10px 0;
    margin: 0 auto;
}

div.lineLister div.scroller li.itemBs {
    border: medium none;
}

div.lineLister li.itemBs {
	border-radius: 4px 4px 0 0;
	float: left;
    margin: 0 4px 6px;
	background-image: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/crmore/pd.png");
	background-position: center -28px;
    position: relative;
    width: 161px;
}

div.lineLister li.itemBs:HOVER {
	border-bottom: none;
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	box-shadow:0px 4px 12px #666;
	background-color: #fffae0;
}

div.lineLister li.itemBs div.itemImages {
	padding-top: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 140px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    top: -1px;
    width: auto;
    z-index: 0;
}
div.lineLister li.itemBs div.itemImages img{
	margin: 0 auto;
}

div.lineLister li.itemBs div.itemName {
    font-size: 11px;
    height: 36px;
    overflow: hidden;
    padding: 6px 6px 2px;
    text-align: center;
    text-overflow: ellipsis;
    top: -1px;
}

li.itemBs div.itemName span.current {
    color: black;
    font-weight: bold;
}

li.itemBs div.itemPrice {
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px 2px;
    text-align: center;
    top: -1px;
    height: 20px;
}

div.lineLister li.itemBs div.addButton {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-align: center;
    top: -1px;
}

div.lineLister li.itemBs div.addButton img{
	height: auto;
    width: auto;
    margin: 0 auto;
	ertical-align: text-bottom;
}

.itemBs .seeOtherVariants {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 11px;
    height: 13px;
    padding: 0;
    text-align: center;
}

.itemOverlay .ul{list-style-type:none;padding:0;width:auto;margin:0;text-align:left;border-top:1px solid #e3e3e3;z-index:90;}
.itemOverlay .ul .li{padding:4px 8px;color:#121212;border-top:1px solid #e3e3e3;}
.itemOverlay .ul .li:hover a, .itemB .itemQty ul li.selected a{color:#121212;}
.itemOverlay .ul .li:hover{color:#000;background-color:#fff8d4;}
.itemOverlay .ul .li a{text-decoration:none;color:#121212;}
.itemB .seeOtherVariants p{padding:0px 8px;margin:0px;color:#666;}
.itemOverlay .ul .selected, .itemOverlay .ul .selected strong, .itemOverlay .ul .selected span, .itemOverlay .ul .selected slash, .itemOverlay .ul .selected a, .itemOverlay .ul .selected:hover{font-weight:bold;color:#fff !important;background-color:#6abf3f !important;}
.itemOverlay{display:none;z-index:90;}
.itemOverlay .ul .li{background-color:#fffae0;}
.itemOverlay .ul #last-child{border-radius:0 0 4px 4px;}
.itemOverlay .ul .li:hover{font-weight:bold;}
.itemOverlay .ul .li span.price2 .price-box .price{color: #666;float: right;font-family: arial;font-size: 11px;font-weight: normal;}
.itemOverlay .ul .li span.slash{display:none}
.itemOverlay .ul .li span img{vertical-align:middle;}
.itemOverlay .ul .added, .itemOverlay .ul .added:hover{color:#fff;min-width:40px;width:auto;color:#fff;}
.itemOverlay .ul .added a, .itemOverlay .ul .added:hover a{color:#121212;}
.itemBs:hover .itemOverlay{
	width:100%;
	display:block;
	padding:0;
	border:0;
	outline:0;
	z-index:9999;
}
.itemOverlayInner{font-size:11px;border-radius:0 0 4px 4px;margin:0;box-shadow:0px 6px 12px #666;}
.itemOverlay .li:hover{cursor:pointer;}

div.lineLister div.controllerRight{
	width:36px;
	background-image:url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/crmore/scrollerrightbg2.png);
	background-repeat:no-repeat;
	background-position:0px -40px;
	height:214px;
	cursor:pointer;
	position: absolute;
	right: 3px;
}
div.lineLister div.controllerLeft:hover, div.lineLister div.controllerRight:hover{background-position:-80px -40px;}

div.lineLister div.disabled, div.lineLister div.disabled:hover {
    background-position: -40px -40px !important;
    cursor: default;
}

div.productDescription {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    clear: both;
    color: #333;
    font-size: 12px;
    margin-left: 12px;
    font-family: Arial;
    line-height: 20px;
}

div.productDescription h2 {
	color: #333;
    display: block;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    margin: 10px 0 0;
    text-transform: capitalize;
}

div.lineLister a {color: #333;}
.itemBs .product-image:HOVER {
	border:none;
}
.itemBs .product-image{
	border:none;
}
.wrapper-horizontal{
	float: left; width: 1000px
}
.brand-jcarousellite .brand-slide{
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.brand-jcarousellite .carousel-horizontal {
    border: 1px solid #bababa;
    border-radius: 10px;
   /* background-color: ghostwhite;*/
    float: left;
    padding-left: 5px;

    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    .brand-jcarousellite .carousel-horizontal>ul>li>a>img {
/*         width: 150px;
        height: 150px; */
        vertical-align:middle;

        /* optional */
        margin: 10px 10px 10px 0;
        border-radius: 5px;
    }
    
    .brand-jcarousellite .carousel-horizontal>ul>li>a{
    	border:none;
    }
    
/* Styles for PREV and NEXT anchor buttons */
.brand-jcarousellite a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;

    background-color: #333333;
    color: ghostwhite;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;

    border-radius: 8px;
    float: left;
}
    .brand-jcarousellite a.prev.disabled, .brand-jcarousellite a.next.disabled,
    .brand-jcarousellite a.prev.disabled:hover, .brand-jcarousellite a.next.disabled:hover {
        background-color: #8d8d8d;
        cursor: default;
    }
    .brand-jcarousellite a.go.highlight {
        background-color: #dedede;
        color: #000;
    }
    .brand-jcarousellite a.prev {
        background: none repeat scroll 0 0 #5F5F5F;
	    border-radius: 7px;
	    color: red;
	    display: block;
	    font-size: 18px;
	    height: 24px;
	    line-height: 21px;
	    position: absolute;
	    text-align: center;
	    text-decoration: none;
	    top: 72px;
	    width: 24px;
	    z-index: 99;
	    left: 0px;
		opacity: 0.5;
    }
    .brand-jcarousellite a.next {
        background: none repeat scroll 0 0 #5F5F5F;
	    border-radius: 7px;
	    color: red;
	    display: block;
	    font-size: 18px;
	    height: 24px;
	    line-height: 21px;
	    position: absolute;
	    text-align: center;
	    text-decoration: none;
	    top: 72px;
	    width: 24px;
	    z-index: 99;
	    right: 0px;
		opacity: 0.5;
    }
        .brand-jcarousellite a.prev:hover, .brand-jcarousellite a.next:hover, .brand-jcarousellite a.go:hover {
            background-color: #BD031D;
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

.brand-jcarousellite .externalControl button,
.brand-jcarousellite .imageSliderExt button {
    margin: 5px 5px 0 0;
}
 .brand-jcarousellite .externalControl a.go,
 .brand-jcarousellite .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

.brand-jcarousellite .widget img {
    cursor: pointer;
}
.brand-jcarousellite .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
.brand-jcarousellite .vertical {
    margin-left: 170px;
}

.brand-jcarousellite .imageSlider .carousel-horizontal>ul>li>a>img,
.brand-jcarousellite .imageSliderExt .carousel-horizontal>ul>li>a>img {
    width: 400px;
    height: 300px;
}
.brand-jcarousellite .imageSlider .carousel-horizontal>ul>li>a>p,
.brand-jcarousellite .imageSliderExt .carousel-horizontal>ul>li>a>p {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}

/*============================vertical=================================*/
 .brand-jcarousellite a.prev-vertical {
        background: none repeat scroll 0 0 #3399cc;
	    border-radius: 7px;
	    color: red;
	    display: block;
	    font-size: 18px;
	    height: 24px;
	    line-height: 21px;
	    position: absolute;
	    text-align: center;
	    text-decoration: none;
	    bottom: 0px;
	    width: 24px;
	    z-index: 99;
	    left: 63px;
	    transform: rotate(-90deg);
	   -ms-transform: rotate(-90deg);
	   -webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	   -o-transform: rotate(-90deg);
    }
    .brand-jcarousellite a.next-vertical {
        background: none repeat scroll 0 0 #3399cc;
	    border-radius: 7px;
	    color: red;
	    display: block;
	    font-size: 18px;
	    height: 24px;
	    line-height: 21px;
	    position: absolute;
	    text-align: center;
	    text-decoration: none;
	    top: 0px;
	    width: 24px;
	    z-index: 99;
	    left: 63px;
	    transform: rotate(-90deg);
	   -ms-transform: rotate(-90deg);
	   -webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	   -o-transform: rotate(-90deg);
    }
    
    .brand-jcarousellite .brand-slide-vertical{
    	width: 150px;
    	margin: 0 auto;
    }

    .brand-jcarousellite .carousel-vertical>ul>li>a>img {
/*         width: 150px;
        height: 150px; */
        vertical-align:middle;

        /* optional */
        display: block;
        margin:5px auto;
        border-radius: 5px;
    }
    
    .brand-jcarousellite .carousel-vertical>ul>li>a{
    	border:none;
    }
    
    .jcvertical{
    border: 1px solid #bababa;
    border-radius: 10px;
    background-color: ghostwhite;
}
.jcarousel-wrapper {
    position: relative;

}

.jcarousel-wrapper a:HOVER{
	text-decoration: none;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#brands-vertical{
	height: 570px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
  
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#brands-horizontal li{
	width: 200px;
	float: left;
}

#brands-vertical li{
	height: 190px;
}
.jcarousel img {
    display: block;
    max-width: 100%;
	margin: 0 auto;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 37px;
    font-family:  "Helvetica Neue";
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.wrapper-vertical .jcarousel-control-prev,
.wrapper-vertical .jcarousel-control-next {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

.wrapper-vertical .jcarousel-control-prev {
	top: 0px;
    left: 43%;
	margin-top: 0px;
}

.wrapper-vertical .jcarousel-control-next {
	top: 100%;
    right: 40%;
	margin-top: -30px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

a.paypal-auth,
#login-with-paypal{text-decoration: none;background: url('https://www.paypalobjects.com/webstatic/en_US/developer/docs/lipp/loginwithpaypalbutton.png') no-repeat scroll 0 0 transparent; display: inline-block;height: 34px;width: 152px;}

.paypal-or { border-bottom:1px solid #ddd;border-top:1px solid #ddd; padding:5px 0 5px; margin:10px 0 10px; }
/*!
 * Bootstrap v3.3.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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


.gift-card *{box-sizing: border-box;}
.gift-card button *{box-sizing: content-box;}
.gift-card .row {
    margin-right: -10px;
    margin-left: -10px;
}

.gift-card .col-xs-1,.gift-card  .col-xs-2,.gift-card  .col-xs-3,.gift-card  .col-xs-4,.gift-card  .col-xs-5,.gift-card  .col-xs-6,.gift-card  .col-xs-7,.gift-card  .col-xs-8,.gift-card  .col-xs-9,.gift-card  .col-xs-10,.gift-card  .col-xs-11,.gift-card  .col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.gift-card .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.gift-card .table > thead > tr > th,
.gift-card .table > tbody > tr > th,
.gift-card .table > tfoot > tr > th,
.gift-card .table > thead > tr > td,
.gift-card .table > tbody > tr > td,
.gift-card .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.gift-card .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
.gift-card .table > caption + thead > tr:first-child > th,
.gift-card .table > colgroup + thead > tr:first-child > th,
.gift-card .table > thead:first-child > tr:first-child > th,
.gift-card .table > caption + thead > tr:first-child > td,
.gift-card .table > colgroup + thead > tr:first-child > td,
.gift-card .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.gift-card .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.gift-card .table .table {
    background-color: #fff;
}
.gift-card .table-condensed > thead > tr > th,
.gift-card .table-condensed > tbody > tr > th,
.gift-card .table-condensed > tfoot > tr > th,
.gift-card .table-condensed > thead > tr > td,
.gift-card .table-condensed > tbody > tr > td,
.gift-card .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.gift-card .table-bordered {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > tbody > tr > th,
.gift-card .table-bordered > tfoot > tr > th,
.gift-card .table-bordered > thead > tr > td,
.gift-card .table-bordered > tbody > tr > td,
.gift-card .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.gift-card .table-bordered > thead > tr > th,
.gift-card .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.gift-card .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.gift-card .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.gift-card table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.gift-card table td[class*="col-"],
.gift-card table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.gift-card .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .gift-card .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .gift-card .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .gift-card .table-responsive > .table-bordered {
        border: 0;
    }
    .gift-card .table-responsive > .table-bordered > thead > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .gift-card .table-responsive > .table-bordered > thead > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .gift-card  .table-responsive > .table-bordered > thead > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .gift-card .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .gift-card  .table-responsive > .table-bordered > thead > tr > td:last-child,
    .gift-card .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .gift-card  .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .gift-card  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}


.gift-card input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gift-card input[type="radio"],
.gift-card input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.gift-card input[type="file"] {
    display: block;
}
.gift-card input[type="range"] {
    display: block;
    width: 100%;
}
.gift-card select[multiple],
.gift-card select[size] {
    height: auto;
}
.gift-card input[type="file"]:focus,
.gift-card input[type="radio"]:focus,
.gift-card input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.gift-card output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.gift-card .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.gift-card .form-control:focus {
    border-color: #66afe9;
    outline:none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.gift-card .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.gift-card .form-control:-ms-input-placeholder {
    color: #999;
}
.gift-card .form-control::-webkit-input-placeholder {
    color: #999;
}
.gift-card .form-control[disabled],
.gift-card .form-control[readonly],

.gift-card textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
.gift-card input[type="date"],
.gift-card input[type="time"],
.gift-card input[type="datetime-local"],
.gift-card input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
.gift-card input[type="date"].input-sm,
.gift-card input[type="time"].input-sm,
.gift-card input[type="datetime-local"].input-sm,
.gift-card input[type="month"].input-sm {
    line-height: 30px;
    line-height: 1.5 \0;
}
.gift-card input[type="date"].input-lg,
.gift-card input[type="time"].input-lg,
.gift-card input[type="datetime-local"].input-lg,
.gift-card input[type="month"].input-lg {
    line-height: 46px;
    line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
    line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
    line-height: 1.33;
}
.gift-card .form-group {
    margin-bottom: 10px;
    float:left;
    width:100%;
    text-align: left;
}
.gift-card .radio,
.gift-card .checkbox {
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.gift-card .radio label,
.gift-card .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.gift-card .radio input[type="radio"],
.gift-card .radio-inline input[type="radio"],
.gift-card .checkbox input[type="checkbox"],
.gift-card .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -19px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.gift-card .radio-inline,
.gift-card .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.gift-card .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.gift-card .hide{display:none;}
.gift-card .disabled{
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}
.gift-card .text-left {
    text-align: left;
}
.gift-card .text-right {
    text-align: right;
}
.gift-card .text-center {
    text-align: center;
}
.gift-card .text-justify {
    text-align: justify;
}
.gift-card .text-nowrap {
    white-space: nowrap;
}
.gift-card .text-lowercase {
    text-transform: lowercase;
}
.gift-card .text-uppercase {
    text-transform: uppercase;
}
.gift-card .text-capitalize {
    text-transform: capitalize;
}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
    border-color: red;
}

span#giftvoucher_wait{
    color: #2F2F2F;
}

.giftvoucher-discount-code{
    color: #008000;
}
.giftvoucher-discount-code button{
    border: medium none;
    background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
    cursor: pointer;
}

.giftvoucher-media{
    border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
    border-bottom: 2px solid #F7F9F9;
    padding: 7px;
    color: #F18200;
    font-size: 15px;
}

#giftmedia pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
    overflow: hidden;
    width: 265px;
    position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
    width: 100%;
    height: 88px;
}

.giftvoucher-product-info #recipient_address{
    width: 325px;
    height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
    width: 100%;
}

#giftvoucher-result{
    font-size: 15px;
}

#giftvoucher-result label{
    width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
    width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
    /*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    /*    z-index: 10;*/
    background-image: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 160px;
}
#popup-giftcard{
    position: fixed;
    z-index: 10000;
    width: 600px;  
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    text-align: left;
}
#bg-fade{
    background: #000;
    position: absolute;
    z-index: 9999;
    width: 100%;
    min-height: 800px;
    float: left;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

#giftvoucher-view-condition {
    float: left;
    clear:both;
}

#giftvoucher-view-condition:hover {
	text-decoration: none;
}

.calendar{
    z-index: 99999;
}

.calendar .button{
    display: table-cell;
}

/* stee */
.ajax-file-upload-progress {
    width: 95% !important;
}
.ajax-file-upload-green {
    display: none !important;
}
.ajax-file-upload-abort {
    display: none !important;
}
.ajax-file-upload-statusbar {
    width: 88% !important;
}

/****************************Template 02 _ top*************************************/

#giftcard-template-top{
    overflow:hidden;
    max-height: 550px;
    font-size: 14px;
    width: 100%;
    height: 365px;
}
#giftcard-template-top .giftcard-template-content{
    margin-left:0px;
    padding: 0;
    position: relative;
}
#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
    height: 190px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#giftcard-template-top .giftcard-template-content-temp2{
    padding-top: 0px;
    background-repeat: repeat;
    background-size: 100%
}
.logo-title.logo-title-top {
    padding-left: 15px;
    float: left;
    height: 84px;
}
.logo-title.logo-title-top img{
    float: left;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    background-position: 15px 0px !important;
}
.name-value-top{
    float: left;
    width: 100%;
    background: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    background-size: 103% 105%;
    margin-top: 55px;
    height: 50px;
    position: absolute;
    bottom: 0;
}
.name-value-top .giftcard-title{
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 48px;
    font-weight: 600;
}
#giftcard-template-top .giftcard-value{
    float: right;
    padding-left: 20px;
    background: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
}
.name-value-top .giftcard-value .giftcard-text-color{
    float: left;
    font-size: 12px;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.name-value-top .giftcard-value .giftcard-price-change {
    float: right;
    margin-left: 15px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.name-value-top .value-price span {
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -3px;
}
.name-value-top .giftcard-value .giftcard-price-change .price {
    margin-right: 10px;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-date-top{
    width: 59%;
    float:left;
    padding-top: 10px;
}
.giftcard-date-top .giftcard-from-to{
    float: left;
    font-size: 16px;
    color: #636363 !important;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-from-to .giftcard-from{
    float: left;
    max-height: 25px;
}
.giftcard-date-top .giftcard-from-to .giftcard-text-color,
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.giftcard-information {
    float: left;
    clear: both;
    width: 342px;
    margin-top: 8px;
    margin-left: 15px;
}
.giftcard-date-top .giftcard-barcode {
    float: right;
    text-align: right;
    padding-right: 15px;
}
.giftcard-date-top span.giftcard-barcode img {
    max-width: 100%;
    float: right;
    height: 40px;
}
.giftcard-date-top .giftcard-barcode {
    padding-right: 15px;
    margin-top: -10px;
}
.giftcard-date-top .giftcard-from-to .giftcard-style-color{
    color: orange;
    font-size: 16px
}
.giftcard-date-top .giftcard-to{
    margin-left:0px;
    max-height: 25px;
    float:left;
    clear:both;
}
.giftcard-date-top .giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 30px;
}
.name-value-top .value-price{
    float: right;
    line-height: 55px;
}
.giftcard-date-top .giftcard-message{
    padding: 6px;
    padding-bottom: 14px;
    padding-top: 3px;
    height: 80px;
    vertical-align: middle;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cecece;
    text-align: left;
}
.barcode-note .giftcard-code{
    float: right;
    margin-right: 15px;
}
.barcode-note .barcode{
    text-align: right;
    float: right;
    width: 158px;
    height: 40px;
}

.barcode-note .barcode img{
    height: 40px;
    max-width: 100%;
    float: right;
}
.giftcard-date-top .giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.barcode-note .giftcard-note{
    margin-top: 5px;
    float: right;
    width: 215px;
    text-align: right;
    overflow: hidden;
    height: 90px;
    position: absolute;
    bottom: 10px;
}
.barcode-note .giftcard-note .giftcard-text-color{
    font-size: 12px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#timezone_to_send{visibility: visible !important;}
#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}
#giftcard-template-top .giftcard-template-content{
    width:100%;
    background-size:100% auto !important;
    float: left;
    height: 175px;
}
#giftcard-template-top .giftcard-title-top{
    width:100%;
    position: relative;
}
.hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
#giftcard-template-top .title{width:60% !important;}
#giftcard-template-top .barcode-note{
    width: 230px;
    float: right;
    margin-top: 5px;
    position: relative;
    height: 170px;
}
#giftcard-template-top .giftcard-value-bottom {display: none}

/*---Detail Template 3---*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
#giftcard-template-back .giftcard-template-content{display: none; height: 0px}
.title-value.giftcard-logo-background {
    float: left;
    width: 100%;
    background: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
    height: 50px;
    background-size: 100%;
}
.giftcard-logo-background .giftcard-value-color {
    float: right;
    background: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/bkg-value.png') no-repeat left center;
    height: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 20px;
    line-height: 48px;
}
.from-to-barcode-background{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.giftcard-change-image-background-popup .giftcard-logo {
    float: left;
    height: 84px;
    margin-left: 15px;
}
.giftcard-change-image-background-popup .giftcard-logo img {
    margin-bottom: 15px;
    border-radius: 0px 0px 5px 5px;
    max-height: 70px;
    float: left;
}
.giftcard-logo-background .giftcard-text-color {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-right: 10px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
    font-size: 26px;
    margin-top: 6px;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
    line-height: 52px;
}

.giftcard-logo-background .giftcard-title {
    float: left;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 15px;
    line-height: 52px;
    font-weight: 600;
}
.from-to-barcode-background .from-to {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-left: 15px;
}
.from-to-barcode-background .from-to .giftcard-form{
    float: left;
    text-align: left;
    margin-top: 10px;
}
.from-to-barcode-background .from-to .giftcard-to {
    float: left;
    text-align: left;
    clear: both;
}
.giftcard-text {
    height: 90px;
}
.from-to-barcode-background span img {
    height: 40px;
    max-width: 100%;
}
.from-to-barcode-background .from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.from-to-barcode-background .from-to .giftcard-style-color{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-box-background{
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.giftcard-box-background .giftcard-text-box{
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    display:table-cell;
    vertical-align: middle;
}
.giftcard-box-background .giftcard-text-color.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px;
    color: black !important;
}
.from-to-barcode-background .giftcard-barcode{
    float: right;
    margin-right: 15px;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    color: orange;
    font-weight: bold;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
}
.from-to-barcode-background .giftcard-barcode .giftcard-style-color{
    font-size: 14px;
    line-height: 30px;
    color: orange;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-note-background{
// margin-top: 8px;
    float:left;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-top: 8px;
    height: 30px
}
.giftcard-note-background .form-note{
    width: 100%;
    margin: 0 auto;
}
.giftcard-note-background .giftcard-text-color{
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding: 0 15px;
    font-weight: 600;
    max-height: 33px;
    overflow: hidden;
}
#giftcard-template-back {width: 100% ;float: left; position: relative}
#giftcard-template-back .giftcard-change-image-background-popup{
    width: 100%;

    top: 0%;
}
.giftcard-box-background .giftcard-text-box {
    display: inherit !important;
    background-size: 100% !important;
    width: 100% !important;
    height: 98px;
    text-align: left;
}
.giftcard-box-background {
    width: 93% !important;
    height: 95px;
    padding: 5px 3%;
    margin-top: 0px !important;
    box-sizing: content-box;
    float: left;
}
.from-to-barcode-background .giftcard-number{
    float: right;
    text-align: right;
}
.from-to-barcode-background .giftcard-barcode span.barcode  {
    float: right;
}

/*****template 03 width devices*******/
.giftcard-change-image-background-popup img#img-type-background{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
#giftcard-template-back img#img-type-background{width: 100%}
#giftcard-preview-template img#img-type-background{width: 100%}
#giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
    width: 100% !important;
    top: 0%;
    position: absolute;
}


.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
.product-img-box {
// overflow: hidden\0;
}
#close-popup-giftcard {
    background: url('https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
/*.giftvoucher-product-info{overflow: hidden}*/
#giftcard-template-left{
    overflow:hidden;
    width: 655px;
    font-size: 24px;
    font-weight: bold;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px;
    height: 365px;
    display:block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left;
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 10px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0 6px;
    height: 90px;
    vertical-align: middle;
    background:#fff;
    margin-top: 10px;
    text-align: left;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px;
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left;
    clear: both;
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;
}
.giftcard-number{
    width: 100%;
    float: right;
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0;
    white-space: pre-wrap;
    max-height: 85px;
    overflow: hidden;
    font-size: 11px;
}
.giftcard-barcode  .giftcard-style-color{
    font-size: 14px;
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: left;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 350px;
    display: block;
    margin-left: 0;
    float: right;
    height: 365px;
    background-repeat: repeat;
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important}
#giftcard-template-left .giftcard-change-image {
    width:250px;
    background-position:inherit !important;
    background-size: 100% 100% !important;
    height:365px;
    padding-bottom: 0;
    position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0;
}
.giftcard-template-content-left .giftcard-logo{
    position: absolute;
    top: 280px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
    margin: 15px 10px 0 15px;
    text-align: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
    float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 320px;
    float: left;
    margin: 15px;
    margin-bottom: 10px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
    width: 320px;
    float: left;
    margin:0 15px;
}
#giftcard-template-left .giftcard-barcode {
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}
#giftcard-template-show-images {overflow: hidden;position: relative;height: 60px;}
#giftcard-template-show-images .images-for-slide{
    float:left;
    position: absolute;
    height: 60px;
    left: 0;
}
.giftcard-template-control{
    z-index: 10;
    position: absolute;
    top: 10px;
    width: 27px;
    height: 31px;
    background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/icon-nav.png") left 1px no-repeat transparent;
    text-decoration: none !important;
    outline: none !important;
}
#giftcard-template-prev{left:0;}
#giftcard-template-next{
    right: 0;
    background: url("https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/default/css/magestore/giftvoucher/icon-nav.png") left -41px no-repeat transparent;
}

/***************checkout cart by Sally***************/
.gift-card .discount{display: inline-block;width: 100%;}
.gift-card .discount .form-group label{display: inline;}
.discount .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: -1px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.gift-card .table .col-xs-12 .label{float:left;  margin-bottom: 5px;}
.gift-card .table .col-xs-12 .v-middle{float:left;margin-top: 3px;margin-left: 3px;}
/***********View giftcard*************/
#giftcard_history_table .item-hidden{display:none;}
.giftvoucher-index-email .form-list li{width:100%; float: left;}
/******History balance*******/


.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/
.gift-card .sub-title{
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    margin: 0 0 5px;
    padding:0;
}
.gift-card label em{
    color: red;
    font-weight: normal;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
}

/***********End Detail Popup Template 3*************/

/******************Send email***************/

.giftvoucher-product-info .giftcard-date-box img {display: inline;vertical-align: middle;}
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
.message,
.recipient_ship_form {float:left; clear:both;}

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left; padding-bottom: 12px; width: 100% !important;}
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;}
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
.notice-msg li{font-weight:700;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{margin:5px 0;}
#payment_form_giftvoucher_credit #gift_credit_message{float: left; width: 100%;}
li.giftvoucher-discount-code strong{float:none;}
.giftcard-code-hidden{display:none;}

/* ----- Simple template ------ */
#giftcard-template-simple{
    width:600px;
    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-simple .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-simple .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}
.two-border{
    border-left:1px solid #ddd;
    border-right: 1px solid #dddddd;
}
.no-right{border-left:1px solid #ddd;}
.giftcard-number .giftcard-style-color{
    font-size: 16px;
}
.value-price .giftcard-text-color{
    font-size: 36px;
    line-height: 1;
}
.simple-barcode img{
    height: 35px;
    margin:auto;
}
.simple-content-top .simple-logo img{max-height: 100px;max-width:100%;}
#giftcard-template-simple .form-group.giftcard-value,
#giftcard-template-simple .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-simple .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-simple .logo-title{
    padding: 0;
    float: none;
    height: auto;
}
#giftcard-template-simple img{
    display: inline;
    max-height: 90px;
    max-width: 180px;
}
#giftcard-template-simple .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-simple .simple-content-top .col-xs-4,#giftcard-template-simple .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-simple .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-simple .giftcard-change-image{background-size:100%;}
/* ------ END -------- */

/* ----- Simple template ------ */
#giftcard-template-amazon {

    float:left;
    background:#fff;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#giftcard-template-amazon .simple-top{

    padding: 6px 6px 10px;
    float:left;
    width: 100%;

}
.giftcard-template-content-simple{
    float: left;
    width: 100%;
    height: 310px;
}
#giftcard-template-amazon{
    font-family: Arial,sans-serif;
}
#giftcard-template-amazon .simple-content-top{margin:0;}
.simple-content-top .simple-logo{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon  img{margin:auto;}
.simple-bottom{
    float: left;
    width: 100%;
    padding: 6px;
    border-top:  1px solid #ddd;
    min-height: 90px;
}

#giftcard-template-amazon .form-group.giftcard-value,
#giftcard-template-amazon .form-group.giftcard-number{margin:5px 0;}
.simple-bottom .giftcard-custom-message{
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 18px;
}
#giftcard-template-amazon .giftcard-template-content-simple{
    background-size: 100% auto;
}
#giftcard-template-amazon .logo-title{
    padding: 0;
    float: none;
    height: auto;
}

#giftcard-template-amazon .table-middle,
#giftcard-template-amazon .table-top td,
#giftcard-template-amazon .table-middle tbody tr > td table #mainImageContainer{
    width:590px;
}
#giftcard-template-amazon img{
    display: inline;
}
#giftcard-template-amazon .simple-barcode{
    min-height: 85px;
    display:flex;
}
#giftcard-template-amazon .simple-content-top .col-xs-4,#giftcard-template-amazon .simple-content-top .col-xs-6{
    height:90px;
}
#giftcard-template-amazon .giftcard-number .giftcard-style-color{ font-style: normal;}
#giftcard-template-amazon .giftcard-change-image{background-size:100%;}

.popup-giftcard-amazon .a-popover-wrapper .a-popover-inner{
    background-color: #fff;
}

.popup-giftcard-amazon {
    width: 740px;

}
.popup-giftcard-amazon .a-popover-header {
    position: relative;
    text-align: left;
    background: #f2f2f2;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
    background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-bottom-color: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
    padding: 0 14px;
    margin: 0;
    z-index: 10;
}

.popup-giftcard-amazon .a-button-close {
    display: block;
    zoom: 1;
    background-color: transparent;
    border-radius: 3px;
    border: none;
    float: right;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -13px 0 0;
    line-height: 8px;
    font-weight: bold;
}

.popup-giftcard-amazon .a-popover-header .a-popover-header-content {
    min-height: 35px;
    line-height: 16px;
    padding: 10px 0 9px;
    font-size: 13px;
    font-weight: 700;
    margin-right: 20px;
    margin: 0;
    text-transform: none;
    color: #000;
    font-family: Arial,sans-serif;
}

.popup-giftcard-amazon .a-popover-inner {
    overflow-y: hidden!important;
}
.popup-giftcard-amazon .a-popover-inner {
    padding: 14px 18px;
    text-align: left;
    overflow-x: hidden;
}
.popup-giftcard-amazon #gc-preview-modal-wrapper {
    margin: -14px -18px;
}
.popup-giftcard-amazon #gc-preview-wrapper {
    overflow-wrap: break-word;
    word-break: break-all;
    width: 704px;
}

.popup-giftcard-amazon #gc-preview-header-recipient-email-box-wrapper {
    border-bottom: 1px solid #ddd;
}
.popup-giftcard-amazon .a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.popup-giftcard-amazon .a-color-base {
    color: #111!important;
}

.popup-giftcard-amazon .a-row {
    width: 100%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row {
    display: table !important;
    table-layout: fixed;
    zoom: 1;
    border-collapse: collapse;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-column {
    float: none!important;
    display: table-cell!important;
    zoom: 1;
    padding-right: 14px;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span1 {
    width: 8.68%;
}

.popup-giftcard-amazon .a-grid-vertical-align.a-row>div.a-span10 {
    width: 87.43%;
}

.popup-giftcard-amazon .a-section {
    margin-bottom: 22px;
}

#gc-preview-modal-wrapper,
#gc-preview-template-wrapper,
#gc-preview-wrapper{
    margin: 0;
}
.popup-giftcard-amazon .a-spacing-top-extra-large {
    margin-top: 26px!important;
}

.popup-giftcard-amazon .a-text-bold {
    font-weight: 700!important;
}

.popup-giftcard-amazon .gc-hide {
    display: none;
}
.popup-giftcard-amazon .gc-text-hidden {
    display: none;
}

.popup-giftcard-amazon #gc-preview-template-wrapper {
    background-color: #f3f3f3;
}
.popup-giftcard-amazon #gc-preview-template-wrapper #gc-preview-main-sections{
    background-color: #fff;
}

.popup-giftcard-amazon #gc-preview-wrapper td {
    vertical-align: middle;
}

.popup-giftcard-amazon #gc-preview-wrapper td img{
    display: inline;
    max-width: 100%;
}
.popup-giftcard-amazon{
    width: auto !important;
    position: absolute !important;
    margin-top: 0;
    font-family: Arial,sans-serif;
    text-rendering: optimizeLegibility;
}
.popup-giftcard-amazon #close-popup-giftcard{
    background: transparent;
    top:0;
    right:0;
    z-index: 10000;
}
.popup-giftcard-amazon #close-popup-giftcard:hover{
    text-decoration: none;
}


#giftcard-template-amazon .giftcard-style-color{
    display: block;
}
.popup-giftcard-amazon .giftcard-style-color{
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    color: #868686;
    font-weight: 600;
    display: block;
}

@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}

/**********add giftcard by Sally************/
#gift-voucher-code{width:90% !important;}
#giftcard-template-left .giftcard-template-content .hidden-giftcard {
    height: 65px !important;
}
#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/


    /*view giftcard*/


    /**********check giftcard************/

}
@media  (max-width:880px){
    /************my account***********/



    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/

    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/

}

@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}

@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}


    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}

/* fix css*/
.giftvoucher-product-info #message {
    clear: both;
    max-width: none;
}
.giftvoucher-product-info .price{display: none;}
.widget-catalogsale-products-carousel .new-slider{  
	border:1px solid #ddd;
	position:relative;
	width:100%;
	padding:20px 30px;
	margin:10px auto;
	box-sizing:border-box;
	border-radius:5px;
}
.widget-catalogsale-products-carousel .box-top {
	overflow:hidden;
	position:relative; 
	left:0;
	float:left;
	width:100%;
	height:190px;
	/*margin-left:5px;*/
}
.widget-catalogsale-products-carousel .box-top ul {
	list-style:none;
	padding:0; 
	}
.widget-catalogsale-products-carousel .box-top ul li {  
	display:block; 
	float:left;
	position:relative; 
	width:195px;
	margin-right:25px;
	text-align:center;
	overflow:hidden;
}
.widget-catalogsale-products-carousel #left, #right{ cursor:pointer}
.widget-catalogsale-products-carousel .box-left,
.widget-catalogsale-products-carousel .box-right { 
	position:absolute; 
	top:95px; 
	width:32px; 
	height:32px; 
	cursor:pointer;
}
.widget-catalogsale-products-carousel .box-left {
	left:0px; 
	background:transparent url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-back-32.png) no-repeat;
}
.widget-catalogsale-products-carousel .box-right {
	right:0px;
	background:transparent url(https://52222-137129-raikfcquaxqncofqfm.stackpathdns.com/skin/frontend/default/theme193k/images/arrow-right-32.png);
}

