/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'glyphicon';
  src:  url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/icons/glyphicon.eot?mmdru8');
  src:  url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/icons/glyphicon.eot?mmdru8#iefix') format('embedded-opentype'),
  url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/icons/glyphicon.ttf?mmdru8') format('truetype'),
  url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/icons/glyphicon.woff?mmdru8') format('woff'),
  url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/icons/glyphicon.svg?mmdru8#glyphicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="glyphicon-"], [class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'glyphicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-cancel:before {
  content: "\e5c9";
}
.glyphicon-menu-right:before {
  content: "\e409";
}
.glyphicon-remove:before {
  content: "\e5cd";
}
.glyphicon-menu-hamburger:before {
  content: "\e3c7";
}
.glyphicon-filter:before {
  content: "\e152";
}
.glyphicon-menu-left:before {
  content: "\e314";
}
.glyphicon-shopping-cart:before {
  content: "\e8cc";
}
.glyphicon-user:before {
  content: "\e7fd";
}
.glyphicon-search:before {
  content: "\e8b6";
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-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;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.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;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #225daf;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
 /* color: #fff;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
background-color: #777;
border-radius: 100%;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: bold;
line-height: 1;
min-width: 10px;
padding: 4px 6px;
text-align: center;
vertical-align: baseline;
white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 *  Font Awesome 4.2.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://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.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;
}
.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;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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";
}

@charset "utf-8";
@font-face {
	font-family: 'Conv_Lato-Medium';
	src: url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/Lato-Medium.eot');
	src: local('☺'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/Lato-Medium.woff') format('woff'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/Lato-Medium.ttf') format('truetype'), url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/Lato-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal
}
body {
	background: #f7f8f8;
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Conv_Lato-Medium'
}
.main-container {
	width: 85%;
	margin: 0 auto
}
.catalog-category-view .main-container {
	width: 95%;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer
}
a:hover {
	text-decoration: none
}
img:not[src=""] {
	display: none;
}
li a .fa {
	margin-right: 5px
}
li a .fa:hover {
	color: #ef8427
}
.fa-angle-right {
	padding-left: 5px;
	font-size: 15px
}
p a {
	font-size: 16px
}
li {
	list-style-type: none
}
.full-width {
	width: 100%;
	height: auto
}
.top-menu li a {
	color: #FFF !important
}
.header-container {
	padding:5px 20px;
}
label {
	margin:0;
}
.margin-top {
	margin-top: 15px
}
.top-menu {
	width: 100%;
	background: #111111;
	padding-top: 0;
	margin-top: 0;
	line-height: 25px;

}
.navbar-default .navbar-toggle {
	background: #000 !important;
	border-radius: 0px
}
.navbar-default .navbar-toggle:hover {
	background: #F08221 !important
}
.navbar-inverse .navbar-toggle {
	background: #000 !important;
	border-radius: 0px;
	float: left
}
.navbar-inverse .navbar-toggle:hover {
	background: #F08221 !important
}
.zoom-image img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	max-width: 100%
}
.zoom-image:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}
ul.menu-dropdown {
	display: inline-block
}
ul.menu-dropdown li {
	color: red;
	text-align: left
}
.top-menu ul {
	float: right
}
.top-menu ul li {
	list-style: none;
	float: left;
	font-size: 11px;
	border-right: 2px solid #1f1f1f;
	color: #FFF !important;
	padding: 0 11px;
}
@media all and (min-width: 900px) {
	.top-menu ul li {
		padding: 5px 13px;
	}
}
.top-menu ul li.last {
	margin-bottom:0 !important;
}
.top-menu li a:hover {
	color: #ef8427 !important;
}
.top-menu ul li:last-child {
	border-right: none
}
.header {
	background: #fff;
	border-bottom: 2px solid #EBEBEB;
}
.logo {
	max-width: 50px;
	margin: 10px;
	float: left;
}

.inner-header .form-group {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
	#search_mini_form {
		position: absolute;
		top: 62px;
		left: 0;
		width: 100%;
		padding: 15px;
		background: #D8D8D8;
		transition: all	200ms ease-in 100ms;
		transform: scaleY(0);
		transform-origin: top;
		z-index: 10;
		box-shadow: 0 46px 44px rgba(0,0,0,0)
	}
	#search_mini_form .form-group {
		opacity: 0;
		transition: opacity 200ms ease-in;
		margin: 0;
	}
	#search_mini_form.opened {
		transform: scaleY(1);
		box-shadow: 0 46px 44px rgba(0,0,0,0.7);
		transition: all	200ms ease-in;
	}
	#search_mini_form.opened .form-group {
		opacity: 1;
		transition: opacity 200ms ease-in 200ms;
	}
}
@media screen and (min-width: 801px) {
	#search_mini_form {
		padding: 15px;
		width: 60%;
		float: right;
		margin-right: 30px;
		max-width: 570px;
	}
	#search_mini_form .form-group {
		margin: 0;
	}
	.search-toggler.toggler {
		display: none;
	}
}
@media screen and (min-width: 901px) {
	.logo {
		max-width: 90px;
		padding: 4px;
		border-radius: 10px;
		margin: -22px 10px 10px;
		background: #fff;
	}
}
@media screen and (min-width: 1201px) {
	.logo {
		max-width: 105px;
		margin: -10px 10px -22px;
		position: relative;
		z-index: 10;
	}
}
#search_mini_form .validation-advice  {
	display: none;
}
@media screen and (max-width:1024px) {
	.cbp-hsmenu > li:first-child {
		margin-left: 0px !important
	}
}
.bg {
	background: #f7f8f8;

}
.navbar-default {
	background: #e52529;
	border-color: #e52529
}
.navbar {
	border-radius: 0
}
.navbar-default .navbar-nav > li > a {
	color: #FFF !important;
	border-color: none;
	font-size: 12px !important;
	padding: 15px 20px 15px 20px !important;
	transition: 0.8s ease-in-out
}
.nav-gb .navbar-inverse .navbar-nav > li > a {
	background: #fff;
	color: #999999 !important;
	font-size: 12px !important;
	padding: 10px 10px 10px 10px !important
}
.navbar-collapse {
	margin-right: 90px
}
.nav-gb .navbar-inverse .navbar-nav > .active > a {
	color: #000;
	background: none !important
}
.nav-gb .navbar-inverse .navbar-nav > li > a {
	background: #fff;
	color: #999999 !important;
	font-size: 11px !important;
	padding: 10px 10px 10px 10px !important
}

@media screen and (max-width:1024px) {
.nav-gb .navbar-inverse .navbar-nav > li > a {
	background: #fff;
	color: #999999 !important;
	font-size: 10px !important;
	padding: 15px 4px 15px 3px !important
}
.navbar-default .navbar-nav > li > a {
	color: #FFF !important;
	border-color: none;
	font-size: 12px !important;
	padding: 15px 3px 15px 3px !important;
	transition: 0.8s ease-in-out
}
}

.navbar-default .navbar-nav > .active > a {
	color: #fff;
	background: #e52529 !important
}
.navbar-default .navbar-nav > li > a:hover {
	background: #000 !important;
	color: #FFF;
	transition: 1s ease-in-out
}
.navbar-nav {
	float: right
}
.navbar-nav > li {
	border-right: 2px solid #f32d31
}
.navbar-nav > li:last-child {
	border-right: 2px solid #f32d31
}
.nav-gb {
	background: #FFF;
	margin-top: -20px
}
.nav-gb .navbar-default {
	background: #fff;
	border-color: #fff
}
.nav-gb .navbar {
	border-radius: 0
}
.nav-gb .navbar-default .navbar-nav > li > a {
	color: #000;
	border-color: none
}
.nav-gb .navbar-inverse .navbar-nav > li > a:hover {
	color: #e52529 !important
}
.nav-gb .navbar-inverse {
	background-color: #fff;
	border-color: #fff
}
.nav-gb .navbar-nav > li {
	border-right: 0px solid #fff;
	font-size: 11.5px
}
.nav-gb .navbar-nav > li:last-child {
	border-right: 2px solid #fff
}
.container .nav-gb .navbar-inverse .navbar-collapse {
	margin-top: 22px
}
.navbar-inverse .navbar-collapse {
	width: 100% !important
}
.currancy {
	margin-right: 12px
}
.red {
	color: red
}
.abcd {
	position: relative;
	top: -19px
}
.container-left .col-md-12 {
	padding-right: 0px !important
}
.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto
}
.input-group {
	margin-top: 5px;
	margin-left: 15px
}
@media all and (max-width: 500px) {
	.header .input-group {
		width: 100%;
	}
	.input-group-btn {
		display: none;
	}
}
.input-group-btn:last-child > .btn {
	border-radius: 0;
	background-color: #2d5da8;
	width: 125px;
	color: #fff;
	height: 35px;
	line-height: 13px !important;
	margin-left: 0 !important
}
.input-group-btn:last-child > .btn:hover {
	background: #000;
	color: #FFF;
	transition: 0.5s ease-in-out
}
.input-group .icon-addon .form-control {
	border-radius: 0
}
.icon-addon {
	position: relative;
	color: #555;
	display: block
}
.icon-addon:after, .icon-addon:before {
	display: table;
	content: " "
}
.icon-addon:after {
	clear: both
}
.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px
}
.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 35px;
	font-size: 13px;
	padding: 2px 16px 2px 40px
}
.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 0px
}
.icon-addon.addon-md .form-control, .icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal
}
.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}
.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
	color: #2580db
}
.cart-icon-wrapper {
	position: relative;
}
.add-to-cart-link .badge {
	background: #F08220;
	color: #fff;
	position: absolute;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 14px;
	top: 5px;
	right: -6px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-top {
	margin-bottom: 8px
}
.img-top img {
	width: 100%
}
.peatured-heading {
	width: 100%;
	background: #FFF;
	color: #000
}
.peatured-heading h3 {
	text-align: center;
	float: left;
	width: 50%;
	border: 1px solid #ddd;
	padding: 10px 0px 10px 0px
}
.peatured-heading h3:hover {
	background: #ef8427;
	color: #FFF;
	padding: 10px 0px 10px 0px
}
.peatured-heading h3.active {
	background: #ef8427;
	color: #FFF;
	padding: 10px 0px 10px 0px
}
.electronic-headind {
	background-color: #2e5ea8
}
.electronic-headind h2 {
	text-align: left;
	font-size: 1.35em;
	padding: 6px;
	color: #fff;
	width: 100%;
	margin-top: 0
}
.electronic-headind span {
	float: right;
	font-size: 13px;
	line-height: 29px
}
.womens-headind {
	background-color: #512d7c
}
.womens-headind h2 {
	text-align: left;
	font-size: 25px;
	padding: 11px;
	color: #fff;
	width: 100%;
	margin-top: 0
}
.womens-headind span {
	float: right;
	font-size: 14px;
	line-height: 29px
}
.mens-headind {
	background-color: #3bbfec
}
.mens-headind h2 {
	text-align: left;
	font-size: 25px;
	padding: 11px;
	color: #fff;
	width: 100%;
	margin-top: 0
}
.mens-headind span {
	float: right;
	font-size: 14px;
	line-height: 29px
}
.kitchen-headind {
	background-color: #f78222
}
.kitchen-headind h2 {
	text-align: left;
	font-size: 25px;
	padding: 11px;
	color: #fff;
	width: 100%;
	margin-top: 0
}
.kitchen-headind span {
	float: right;
	font-size: 14px;
	line-height: 29px
}
.brand-heading {
	background: #ee1c25;
	height: 50px;
	line-height: 50px
}
.brand-heading h2 {
	ext-align: left;
	font-size: 25px;
	padding: 11px;
	color: #fff;
	width: 100%;
	margin-top: 0
}
.heading h2 {
	text-align: left
}
.heading span {
	text-align: right;
	float: right
}
.white-background {
	width: 100%;
	background: #FFF;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both
}
.empty {
	width: 100%;
	height: 70px
}
.middle-contant {
	padding: 5px;
	background: #FFF;
	text-align: center !important;
	margin-bottom: 10px
}
.col-md-12 .middle-contant {
	padding-right: 0px !important;
	margin-right: 2px;
	margin-left: 2px
}
.middle-contant span {
	width: auto;
	line-height: 30px;
	transition: 0.5s ease-in-out;
	margin: 0 auto
}
.middle-contant span:hover {
	background: #FFF;
	color: #000
}
.middle-contant p {
	text-align: center
}
.middle-contant a {
	text-align: center
}
.baner-width {
	width: 100%;
	height: 310px;
	background: #FFF;
	padding-top: 2%
}
.baner-width .middle-contant img {
	padding-bottom: 20px !important;
	padding-top: 5px
}
.middle-contant img {
	margin: 0 auto !important
}
.right {
	height: auto
}
.contant-right-holder .col-md-3, .white-background .col-md-3, .white-background .col-md-12 {
	padding-right: 0px !important
}
.col-md-9 {
	padding-left: 0px !important
}
.white-background .col-md-12, .white-background .col-sm-6, .white-background .col-xs-6 {
	padding-left: 0px
}
.right-box {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: auto;
	margin-bottom: 15px
}
.right-box .left-text-box {
	float: left;
	position: absolute;
	font-size: 12px
}
.right-box .left-text-box p {
	text-align: left;
	position: relative;
	top: 30px;
	line-height: 18px
}
.right-box a {
	color: #000;
	position: relative;
}
.right-box .img-box {
	text-align: right
}
.right-box .img-box img {
	float: right;
	width: 100%
}
.tab-panel {
	width: 100%;
	margin-bottom: 60px
}
.tab-panel ul {
	padding: 0;
	margin: 0
}
.tab-panel ul li {
	list-style-type: none;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	color: #000;
	background: #FFF;
	float: left;
	font-size: 25px;
	padding: 4px 40px 4px 40.2px
}
.tab-panel ul li:hover {
	background: #000 !important;
	color: #FFF !important
}
.tab-panel ul li a {
	text-decoration: none;
	color: #000
}
.tab-panel ul li.active {
	background: #000 !important;
	color: #FFF !important;
	transition: 0.5s ease-in-out
}
.tab-panel ul li:ist-child {
margin-left:0px !important
}
.right-box2 {
	background: #fff;
	width: 100%;
	height: auto;
	overflow: auto;
	margin-bottom: 10px
}
.right-box2 .right-text-box {
	float: right;
	position: absolute;
	font-size: 12px
}
.right-box2 .right-text-box p {
	text-align: right;
	position: relative;
	top: 30px;
	line-height: 18px;
	right: -118px
}
.right-box2 a {
	color: #000;
	bottom: 30px;
	position: absolute;
	text-align: right;
	right: 21px
}
.right-box2 .img-box2 {
	text-align: left;
	float: left
}
.right-box .img-box2 img {
	float: left;
	float: left
}
.newsletter {
	width: 100%;
	height: 150px;
	background: #FFF;
	float: right
}
.newsletter .heading {
	background: #000000;
	width: 100%;
	height: 40px;
	color: #FFF
}
.newsletter .heading h4 {
	line-height: 40px;
	color: #FFF;
	padding: 0px 0px 0px 10px;
	margin: 0
}
.newsletter .input-group-btn .btn {
	background: #e52529;
	height: 40px
}
.newsletter .icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 40px;
	font-size: 14px;
	padding: 10px 0px 10px 6px
}
.footer-bg {
	clear: both;
	background: #eee;
	color: #000;
	padding-left: 0;
	padding-right: 0;
}
.footer-bg ul li {
	list-style: none;
	margin-top: 5px;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	padding-top: 0px;
	font-size: 14px
}
.footer-bg ul li a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s
}
.footer-bg ul li a:hover {
	text-decoration: none;
	color: #490003 !important
}
.footer-bg h3 {
	color: #000;
	font-size: 19px;
	margin-bottom: 15px
}
.footer {
	width: 100%;
	background: #000;
	text-align: center
}
.footer p {
	text-align: center;
	color: #FFF;
	background: #000;
	margin-bottom: 0;
	line-height: 50px
}
.payment-partner li {
	margin-top: 20px
}
#sticky {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 88
}
.white {
	background: #fff
}
.marg-5 {
	margin: 5px
}
.product-name, .product-name a {
	color: #000;
	font-size: 12px
}
.price-box {
	color: #000
}
.sidebar .block-content {
	background: #fff
}
.category-products {
	box-shadow: 0px 0px 1px #D5D5D5
}
.products-grid li {
	display: flex;
	flex-direction: column;
	margin-bottom: 0 !important;
	padding-bottom: 15px ;
	padding-top: 15px;
	border-bottom: 1px solid #f0efe4;
}
.products-grid li.last {
	margin-bottom: 0 !important;
}

.inner-grid {
	position: relative;
	margin-top: auto;
}
.products-grid .actions {
	/*opacity: 0;
	height: 0;*/
	margin: 0;
	padding: 0 5px 3px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	/*position: absolute;*/
	z-index:999;
}
.products-grid li:hover .actions {
	height: auto;
	opacity: 1;
	margin: 0;

}
.products-grid .btn-cart {
	width: 100%
}
.products-grid li .product-info {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	width: 100%;
	z-index: 7
}
.products-grid li:hover .inner-grid {

}
.btn-link {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #000 !important;
	text-decoration: none !important;
	padding: 5px;
	transition: 0.8s ease;
	margin: 5px auto;
	min-height: 45px
}
.item a {
	text-decoration: none !important
}
.item a:hover span {
	color: #FFF
}
.zoom-image p {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 20px
}
.zoom-image b {
	font-weight: normal
}
middle-contant .price-box {
	min-height: auto
}
.cbp-hssubmenu {
	text-align: center;
	display: none
}
.middle-contant p {
	color: #111;
	font-weight: normal;
	font-size: 12px
}
.middle-contant a {
	text-decoration: none !important
}
.cbp-hssubmenu .cbp-hssubmenu {
	position: relative !important;
	left: 0;
	top: auto;
	width: 100px;
	z-index: 0;
	text-align: center;
	visibility: visible;
	display: block
}
#new_products .item, #featured-products .item {
	min-height: 320px
}
.subcat .item .subcatname {
	min-height: 40px;
	display: block;
	font-size: 12px
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 0px 0px !important;
	padding: 0px 3px !important;
	background-color: #fff;
	border-radius: 15px
}
.pages a, .pages .current {
	line-height: 30px !important;
	font-size: 10px;
	width: 30px !important;
	height: 30px !important;
	color: #FCC642 !important
}
.pages .current, .pages .current:hover {
	color: #FFF !important;
	background-color: #FCC642 !important;
	border-radius: 15px
}
.sorter {
	margin-bottom: 0px !important
}
.pages .next:before {
	border-left: 4px solid #F08221 !important
}
.data-table th {
	line-height: 1 !important
}
.add-to-links a {
	padding: 12px 11px !important;
	color: #FFF !important
}
.product-view .add-to-cart .qty-wrapper .qty {
	height: 35px !important
}
.product-view .add-to-cart-buttons .button {
	height: 35px !important;
	line-height: 35px !important
}
.toolbar {
	padding: 10px 10px 0px 10px !important
}
.cart-table th, .cart-table td, .cart-table tbody td {
	vertical-align: middle !important
}
.close {
	color: #E52529 !important;
	font-size:40px;
	opacity:1;
	line-height:14px;
}
.cbp-hssubmenu a {
	line-height: 25px !important;
	font-size: 14px
}
.products-grid .product-name, .products-list .product-name {
	min-height: 60px !important
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	font-size: 16px !important
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 16px !important
}
.tabs nav ul {
	font-size: 10px !important
}
.label {
	font-size: 13px !important
}
td, th {
	padding: 4px
}
.input-text {
	font-size: 13px !important
}
.btn-edit {
	margin-top: 5% !important
}
.toggler  {
	font-size: 26px;
	color: #2D5DA8;
	text-align: center;
	cursor: pointer;
	float: right;
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #EBEBEB;
}
.toggler.opened,
.toggler:hover {
	background: #D8D8D8;
	border-color: #D8D8D8;
	color: #2D5DA8;
}
.toggler.menu-toggler {
	background: #EBEBEB;
	border-color: #EBEBEB;
}
.toggler.menu-toggler:hover {
	background: #D8D8D8;
}
.toggler.search-toggler {
	border-color: #fff;
}
#top-menu {
	font-size: 20px;
	padding: 0 6px;
	background: #6F5292
}
#menu-toggler, #top-menu, #top-search {
	display: none
}
#cart-sidebar {
	max-height: 350px;
	overflow: auto
}
.tb-cell {
	display: table-cell;
	float: none
}
.tb-cell.vtop {
	vertical-align: top
}
.tb-cell.vboot {
	vertical-align: bottom
}
.right-p-side {
	border: 1px solid #dfdfdf;
	padding: 5px
}
.heading-2 {
	background: #705292 !important
}
.heading-3 {
	background-color: #3DBEEB !important
}
.heading-4 {
	background-color: #FBB91B !important
}
.heading-5 {
	background-color: #F08221 !important
}
.heading-6 {
	background-color: #5E5F61 !important
}
.heading-7 {
	background-color: #E52529 !important
}
.about-product {
	clear: both;
	padding: 0 0 20px 0
}
.about-product label {
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	min-width: 125px;
	background-color: #5A5A5A
}
.about-product span {
	padding: 5px 10px;
	font-size: 13px;
	color: #000;
	width: auto;
	text-align: center;
	display: inline-block
}
.footer-logos {
	padding-top: 20px;
	clear: both
}
.footer-logos div img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.shipping-p .col-sm-4 {
	padding: 0 2px
}
.payment-p h3 {
	color: #F08221
}
.shipping-p h3 {
	color: #2D5DA8
}
.product-shop .price {
	font-size: 30px !important
}
.options-list .price-notice {
	display: none
}
.owl-buttons .disabled {
	opacity: 0.2
}
.messages.Shaddy {
	display: block !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.messages.Shaddy li ul li {padding:10px !important;margin-top:10px !important;}
.product-img-box {
	width: 100%
}
iframe[name="google_conversion_frame"] {
	display: none
}
.block-subscribe .actions .button {
	display: block;
	width: 100%
}
.a {
	color: red !important;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:90%;
	position: relative;
	left: 5%;
	padding-bottom:2% !important;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:15px;
	color:#000;
}

.grid-flex a
{
 color:#000;	
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
	border: 1px solid #eee;
	padding: 3px;
    
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
}

.nbs-flexisel-nav-left {
    left: -1px;
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/images/button-previous.png) no-repeat;
	height: 43px;
	width: 30px;
	margin-top: 0%;
}

.nbs-flexisel-nav-right {
    right: 2px;
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/images/button-next.png) no-repeat;
	height: 43px;
	width: 30px;
	margin-top:0%;
}
.list-grid { display:table;  border:1px solid #dfdfdf; margin-bottom:15px;     width: 100%; }
 .list-grid  a.product-image {  padding: 25px;}
 .list-grid .price-box { min-height:auto}
 .list-grid .product-info {padding-top: 25px;}
.list-grid .product-info  .btn-cart { width:100%; display:block;}
.list-grid .product-info .add-to-links li {width:100%; margin-bottom:5px; float:none;  }

.mob-ui h3 {    width: 100%;
    border: 0;
    margin: 0;}
.orange{background-color: #ef8427 !important; color:#fff;}
.mob-cat-ui li > a { margin-bottom:5px;     display: block;}
.mob-cat-ui {margin-top:10px;  }




@charset "utf-8";


.header .inner-header .container > .row {
    padding: 5px;
}
@media screen and (min-width:1023px)
{
    .header .inner-header .container > .row {
        padding: 15px;
    }

}
a, label {
    transition: background-color 0.4s ease;
}

@media screen and (max-width: 800px) {


    .cbp-hsinner .close-menu,
    .top-menu .close-menu {
        color: #ffbabb;
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 25px;
        padding: 10px;
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: transform 0.1s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.7, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.7, 1)
    }

    .cbp-hsinner.expanded .close-menu,
    .top-menu.opened .close-menu {

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.1s;
        transition: transform 1s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.7, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.7, 1)
    }

    .close-menu:focus,
    .close-menu:hover{
        text-decoration: none;
    }

    .cbp-hsinner {
        top: 0;
        height: 100%;
        background: #e52529;
        width: 80%;
        padding-top: 50px;
        max-width: 300px;
        overflow-y: scroll;
        position: fixed;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .top-menu {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease
    }

    .cbp-hsinner.expanded {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .cbp-hssubmenu {
        position: relative;
        overflow: hidden;
        height: 0
    }

    .mob-cat-title {
        display: block;
        position: absolute;
        top: 5px;
        right: 50px;
    }

    .nav-primary.cbp-hsmenu > li {
        display: block;
        text-align: left;

    }

    .nav-primary.cbp-hsmenu > li > a {
        display: inline-block;
        border: 0;
        width: 100%;
    }



    .openmenu, .top-menu ul li a {
        display: block
    }

    .openmenu {
        height: auto !important;
        position: relative !important;
        visibility: visible !important;
        background: #fff
    }

    .top-menu {
        z-index: 1999;
        top: 0;
        right: 0;
        height: 100%;
        background: #373a47;;
        width: 80%;
        padding-top: 50px;
        max-width: 300px;
        font-size: 1.15em;
        overflow-y: scroll;
        position: fixed;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: right;
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .top-menu.opened {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    .top-menu .close-menu {
        color: #fff;
    }
    .top-menu li a {
        padding: 10px 25px;
        font-size: 13px;
    }

    .nav-overlay {
        background: rgba(0, 0, 0, 0.3);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
        transition: opacity 0.4s, transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .nav-overlay.open {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.8s;
        transition: opacity 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .top-menu ul li {
        list-style: none;
        float: none;
        font-size: 11px;
        border-right: 0 solid #1f1f1f;
        border-bottom: 1px solid #505361;
        color: #FFF !important;
        padding: 0;
        display: block;
        width: 100%
    }

    .top-menu .currancy {
        margin-right: 0;
    }

    .top-menu ul {
        width: 100%;
        float: none
    }

}
.top-menu li a {
    color: #FFF;
}
.top-menu .currancy {
    max-width: 1170px;
    margin: 0 auto;
}
.head-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .icol-xs-4 {
        width: 30%;
        float: left
    }

    .icol-xs-5 {
        width: 50%;
        float: left
    }

    .icol-xs-3 {
        width: 20%;
        float: left
    }


    .nav-gb .navbar, .navbar {
        border-radius: 0
    }

    .peatured-heading {
        width: 100%;
        background: #FFF;
        color: #000;
        padding-left: 5px;
        padding-right: 5px
    }

    .right-box, .right-box2 {
        background: #fff;
        overflow: auto
    }

    .col-md-9, .container-left .col-md-12 {
        padding-left: 15px !important
    }

    .peatured-heading h3 {
        text-align: center;
        float: left;
        font-size: 18px
    }

    .heading h2 {
        text-align: left;
        font-size: 18px
    }

    .heading span, .right-box .img-box, .right-box2 a {
        text-align: right
    }

    .heading span {
        float: right;
        font-size: 12px
    }

    .right-box2 {
        width: 100%;
        height: 130px;
        margin-bottom: 10px;
        padding: 5px
    }

    .right-box2 .right-text-box {
        float: right;
        position: absolute;
        font-size: 12px
    }

    .right-box2 .right-text-box p {
        text-align: right;
        position: relative;
        top: 30px;
        line-height: 18px;
        right: -118px
    }

    .right-box2 a {
        color: #000;
        bottom: 30px;
        position: absolute;
        right: 21px
    }

    .right-box2 .img-box2 {
        text-align: left;
        float: left
    }

    .right-box .img-box2 img {
        float: left
    }

    .electronic-headind span, .kitchen-headind span, .mens-headind span, .womens-headind span {
        float: right;
        line-height: 14px
    }

    .right-box {
        width: 95% !important;
        height: auto;
        margin-bottom: 15px
    }

    .electronic-headind h2 {
        text-align: left;
        font-size: 15px;
        padding: 10px;
        color: #fff;
        width: 100%;
        margin-top: 0
    }

    .brand-heading h2, .kitchen-headind h2, .mens-headind h2, .womens-headind h2 {
        width: 100%;
        margin-top: 0;
        text-align: left;
        padding: 11px;
        color: #fff
    }

    .electronic-headind span {
        font-size: 12px
    }

    .womens-headind h2 {
        font-size: 16px
    }

    .womens-headind span {
        font-size: 14px
    }

    .mens-headind h2 {
        font-size: 16px
    }

    .mens-headind span {
        font-size: 14px
    }

    .kitchen-headind h2 {
        font-size: 16px
    }

    .kitchen-headind span {
        font-size: 14px
    }

    .brand-heading {
        height: 50px;
        line-height: 50px
    }

    .brand-heading h2 {
        font-size: 16px
    }

    .navbar-default {
        background: #e52529;
        border-color: #e52529
    }

    .navbar-default .navbar-nav > li > a {
        color: #FFF !important;
        border-color: none;
        border-bottom: 1px solid #000
    }

    .navbar-default .navbar-nav > .active > a {
        color: #fff;
        background: #e52529 !important
    }

    .navbar-default .navbar-nav > .active > a:hover {
        background: #000 !important;
        color: #000 !important
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: #FFF;
        color: #FFF !important
    }

    .navbar-nav {
        float: none !important;
        text-align: center !important
    }

    .navbar-nav > li, .navbar-nav > li:last-child {
        border-right: 2px solid #f32d31
    }

    .nav-gb {
        background: #FFF;
        margin-top: 0;
        padding-right: 0 !important
    }

    .nav-gb .navbar-default {
        background: #fff;
        border-color: #fff
    }

    .nav-gb .navbar-default .navbar-nav > li > a {
        color: #000;
        border-color: none
    }

    .nav-gb .navbar-inverse .navbar-nav > .active > a {
        color: #000;
        background: 0 0 !important
    }

    .nav-gb .navbar-inverse .navbar-nav > li > a {
        background: #fff;
        color: #000;
        border-bottom: 1px solid #000
    }

    .nav-gb .navbar-inverse {
        background-color: #fff;
        border-color: #fff
    }

    .nav-gb .navbar-inverse .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .nav-gb .navbar-nav > li {
        border-right: 0 solid #fff;
        font-size: 11.5px;
        background: #fff
    }

    .nav-gb .navbar-nav > li:last-child {
        border-right: 2px solid #fff
    }

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        margin: 5px;
        padding: 0 2px;
        font-size: 12px;
        margin-top: -23% !important;
        filter: Alpha(Opacity=50)
    }

    .footer-bg h3 {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px
    }

    .product-view .product-img-box .product-name h1, .product-view .product-shop .product-name .h1 {
        font-size: 14px
    }

    .pager {
        margin: 0 !important;
        width: 100%
    }

    .sorter {
        margin-bottom: 0 !important;
        width: 100%
    }
}

@media screen and (min-width: 801px) {
    .stick {
        position: fixed !important;
        top: 0;
        left: 0
    }

    .shadows {
        box-shadow: 0 3px 10px rgba(0, 0, 0, .41)
    }

    .fadeInDownMenue {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    .nav-primary {
        display: flex !important;
        justify-content: flex-end;
    }
    .cbp-hsmenu > li > a {
        line-height: 1.4 !important;
        font-size: 11px !important;
        padding: 10px !important;
    }
    .cbp-hsmenu > li  {
        display: flex;
        align-items: center;
    }
    .cbp-hsinner {
       z-index: 9 !important;
    }
}
@media screen and (min-width: 901px) {
    .cbp-hsmenu > li > a {
        font-size: 12px !important;
    }
}
@media screen and (min-width: 1201px) {
    .cbp-hsmenu > li > a {
        padding: 15px 10px !important;
    }
}
@media screen and (min-width: 960px) and (max-width:1024px) {

    .nav-gb {
        background: #FFF;
        margin-top: -20px;
        padding-right: 0 !important
    }

    .nav-gb .navbar-inverse .navbar-nav > li > a {
        background: #fff;
        color: #999 !important;
        font-size: 11px !important;
        padding: 10px 9px !important
    }
}

@media screen and (min-width: 992px) {
    /*
    .products-grid > li:nth-child(4n+1) {
        clear: left
    }*/
}
.touch .has-children {
    pointer-events: none;
}
.products-grid {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
    .sorter {
        margin-bottom: 0 !important;
        width: 100%
    }

    .pager {
        margin: 0 !important;
        width: 100%
    }
    .has-children {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {

    .footer-bg ul li {
        list-style: none;
        margin-top: 5px;
        border-bottom: 1px solid #222;
        padding-bottom: 5px;
        padding-top: 0;
        font-size: 12px
    }

    .footer-bg h3 {
        color: #000;
        font-size: 14px;
        margin-bottom: 15px
    }

    ul .last {
        margin-bottom: 5% !important
    }

    .top-menu ul .last {
        margin-bottom: 0 !important
    }

    .link-sm-right {
        float: right;
        margin-top: 5%
    }

    .electronic-headind span {
        font-size: 10px
    }

    .owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev {
        top: 77% !important
    }

}

@media screen and (max-width: 680px) {
    .icol-xs-4 {
        width: 100%;
        float: left
    }

    .icol-xs-5 {
        width: 73%;
        float: left;
        margin-left: 20%;
        padding: 0
    }

    .icol-xs-3 {
        width: 95%;
        float: right;
        padding-right: 7%
    }

    .icol-xs-3 .add-to-cart-link {
        float: right;
        width: 100%
    }

    .link-sm-right {
        float: right;
        margin-top: 6%
    }

    .pager li > a, .pager li > span {
        font-size: 12px
    }

    .pages .current, .pages .current:hover {
        font-size: 12px !important
    }

    .pages .current, .pages a {
        line-height: 22px !important;
        font-size: 10px;
        width: 22px !important;
        height: 22px !important;
        color: #FCC642 !important
    }

    .pages .current, .pages .current:hover {
        color: #FFF !important;
        background-color: #FCC642 !important;
        border-radius: 15px;
        margin-top: 6px
    }
}

.mob-cat-title {
    font-size: 12px;
    font-weight: bold;
    padding: 8px 6px 6px 6px;
    float: left;
}

#nav {
    padding: 5px;
}

@media screen and (max-width: 480px) {

    .pages .current, .pages a {
        line-height: 22px !important;
        font-size: 10px;
        width: 22px !important;
        height: 22px !important;
        color: #FCC642 !important
    }

    .pages .current, .pages .current:hover {
        color: #FFF !important;
        background-color: #FCC642 !important;
        border-radius: 15px;
        margin-top: 6px
    }

    .sorter > .view-mode .grid, .sorter > .view-mode .list {
        float: left;
        width: 26px;
        height: 26px
    }

    .pages {
        float: right !important
    }

    .sorter label {
        font-size: 11px
    }

    .footer-bg ul li, .sorter select {
        font-size: 11px !important
    }

    .icol-xs-5 {
        width: 99%;
        float: none;
        margin: 26px 0 0;
        padding: 0
    }

    .icol-xs-3 {
        width: 98%;
        float: none;
        padding: 0;
        margin: 0 auto
    }

    .heading, .peatured-heading {
        padding-left: 5px;
        padding-right: 5px
    }

    .heading {
        width: 100%;
        background: #000;
        color: #FFF;
        height: 60px;
        line-height: 60px
    }

    .nav-gb .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: none !important
    }

    .peatured-heading {
        width: 100%;
        background: #FFF;
        color: #000
    }

    .peatured-heading h3 {
        text-align: center;
        float: left;
        font-size: 14px;
        width: 100%
    }

    .heading h3 {
        text-align: center;
        float: left;
        font-size: 12px
    }

    .heading h2 {
        text-align: left;
        font-size: 12px
    }

    .heading span {
        text-align: right;
        font-size: 11px
    }

    .peatured-heading h2.active, .peatured-heading h2:hover {
        background: #ef8427;
        color: #FFF;
        padding: 10px 0;
        width: 100%
    }

    .electronic-headind h2, .mens-headind h2, .womens-headind h2 {
        color: #fff;
        width: 100%;
        margin-top: 0
    }

    .electronic-headind {
        background-color: #2e5ea8;
        padding: 6px 0 13px
    }

    .electronic-headind h2 {
        font-size: 12px;
        padding: 0;
        text-align: center
    }

    .electronic-headind span {
        float: right;
        font-size: 9px;
        line-height: 17px;
        width: 100%;
        text-align: center
    }

    .womens-headind {
        background-color: #512d7c;
        padding: 6px 0 14px
    }

    .womens-headind h2 {
        text-align: left;
        font-size: 48px;
        padding: 5px
    }

    .womens-headind span {
        float: right;
        font-size: 12px;
        line-height: 29px
    }

    .mens-headind {
        background-color: #3bbfec;
        padding: 10px
    }

    .mens-headind h2 {
        text-align: left;
        font-size: 14px;
        padding: 5px
    }

    .mens-headind span {
        float: right;
        font-size: 12px;
        line-height: 29px
    }

    .kitchen-headind {
        background-color: #f78222;
        padding: 10px
    }

    .brand-heading h2, .kitchen-headind h2 {
        padding: 5px;
        color: #fff;
        width: 100%;
        margin-top: 0
    }

    .kitchen-headind h2 {
        text-align: left;
        font-size: 14px
    }

    .kitchen-headind span {
        float: right;
        font-size: 12px;
        line-height: 29px
    }

    .brand-heading {
        background: #ee1c25;
        height: 36px;
        line-height: 36px
    }

    .brand-heading h2 {
        ext-align: left;
        font-size: 14px;
        line-height: 25px
    }

    .footer-bg h3 {
        color: #000;
        font-size: 12px;
        margin-bottom: 15px
    }

    .link-sm-right {
        float: right;
        margin-top: 8%
    }
}

@media (max-width: 480px) {
    .home-product-sect, .home-right-banners {
        display: none
    }

    .footer {
        padding-top: 6px !important
    }

    .footer p {
        line-height: 25px !important
    }
}

@media screen and (max-width: 480px) {
    .inner-header .icol-xs-3 {
        margin: 0;
        width: 100%;
    }

    .inner-header .icol-xs-5 {
        margin-top: 30px;
        width: 100%;
    }

    .inner-header .add-to-cart-link {
        margin-top: 5px;
    }
}

.minicart-actions {
    margin-top:5px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    background: #D8D8D8;
}
.minicart-actions > .button {
    width: 48%;
    float: left;
}
.checkout-types {
    width: 48%;
    margin-top: 0;
}
.cart-totals .checkout-types {
    width: 100%;
}
.checkout-button {
    width: 100% !important;
    background: #E52529 !important;
}
.checkout-button:hover {
    background: #000 !important;
}
.minicart-wrapper {
    clear:both;
    margin-top:5px;
    padding: 0 15px;
}
.minicart-wrapper  {
    background:#fdfdfd;
}
.minicart-wrapper .block-subtitle  {
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 680px) {
    .inner-header .icol-xs-3 {
        margin: 0;
        width: 100%;
        padding:0 !important;
    }

    .inner-header .icol-xs-5 {
        margin-top: 0;
        margin-left: 0;
        margin-bottom:5px;
        width: 75%;
        float: right;
    }

    .inner-header .add-to-cart-link {
        margin-top: 5px;
    }
}

@media screen and (min-width: 801px) {
    .menu-toggler {
        display: none;
    }
    .user-menu-toggler {
        display: none;
    }
    .mob-cat-title {
        display: none;
    }
    .close-menu {
        display: none;}

    #nav {
        padding: 0;
    }

    .cbp-hsmenu-wrapper .cbp-hsmenu {
        top: 1px !important;
        border-top: 1px solid rgb(255, 107, 110);
    }

    .cbp-hsinner {
        background: #e52529;
    }
    .add-to-cart-link {
        height: 35px;
        margin: 15px;
        width: 125px;
        background: #f08221;
        color: #fff;
        text-align: center;
        transition: 0.8s ease;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .add-to-cart-link:hover {
        background: #000;
        color: #fff;
    }
    .add-to-cart-link:focus {
        color: #fff;
    }
    .add-to-cart-link .label {
        display: inline-block !important;
        padding: 0;
        margin: 0 7px;
    }
    .add-to-cart-link .cart-icon-wrapper {
        align-items: center;
        display: flex;
    }
    .add-to-cart-link .badge {
        background: #fff;
        color: red;
        width: 21px;
        height: 21px;
        position: static;
        line-height: 20px;
        font-size: 12px;
        font-weight: bold;

    }
    .add-to-cart-link .glyphicon-shopping-cart {
        font-size: 20px;
    }
}


@font-face {
    font-family: bpmenu;
    src: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.eot);
    src: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.eot?#iefix) format('embedded-opentype'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.woff) format('woff'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.ttf) format('truetype'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.svg#bpmenu) format('svg');
    font-weight: 400;
    font-style: normal
}

ul.menu-dropdown {
    display: inline-table;
    float: none;
    padding: 5px 10px
}

.cat-pic, .float-left {
    float: right
}

ul.menu-dropdown li {
    color: red;
    text-align: left
}

ul.menu-dropdown li a {
    text-decoration: none !important;
    line-height: 25px
}

ul.menu-dropdown li a:hover {
    text-decoration: underline !important;
    background: 0 0 !important;
    color: #999 !important
}
ul.menu-dropdown h4 {
    color: #000 !important;
    text-align: left
}
.cbp-hsinner ul {
    list-style: none;
    margin: 0 auto;
    max-width:1180px;
}
.cbp-hsinner {
    z-index: 1999;
    clear: both
}
.cbp-hsmenu {
    width: 100%;
    background: #e52529;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.cbp-hsmenu > li {
    display: inline-block;
    border-bottom: 1px solid rgb(255, 107, 110);
}

.cbp-hsmenu > li:last-child {
    border-right: 0;
}


.cbp-hsmenu > li > a {
    color: #fff !important;
    font-size: 12px;
    line-height: 4em;
    display: inline-block;
    z-index: 10000;
    outline: 0;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: -3px
}

.cbp-hsmenu > li.cbp-hsitem-open > a, .no-touch .cbp-hsmenu > li > a:focus {
    color: #02639d
}

.cbp-hsmenu > li > a:not(:only-child):before {
    display: inline-block;
    font-family: bpmenu;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";

    margin-right: .3em;

    vertical-align: middle
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
    content: "\f106"
}

.cbp-hsmenu > li.cbp-hsitem-open > a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #e52529 transparent transparent;
    border-width: 10px;
    left: 50%;
    margin-left: -10px
}

.cbp-hsmenubg, .cbp-hssubmenu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

.cbp-hssubmenu {
    z-index: 0;
    text-align: left;
    visibility: hidden;
    box-shadow: 0 1px 3px #111
}

.cbp-hssubmenu:after, .cbp-hssubmenu:before {
    content: " ";
    display: table
}

.cbp-hssubmenu:after {
    clear: both
}

.cbp-hssubmenu > li:nth-child(-n+6) {
    box-shadow: -28px 0 0 -27px #ddd
}

.cbp-hssubmenu > li:nth-child(6n+1) {
    box-shadow: 0 -28px 0 -27px #ddd
}

.cbp-hssubmenu > li:first-child {
    box-shadow: none
}

.cbp-hssubmenu > li a {
    display: block;
    text-align: center;
    color: #a2a2a2;
    outline: 0;
    padding: 2em 1em 1em
}

.no-touch .cbp-hssubmenu > li a:focus, .no-touch .cbp-hssubmenu > li a:hover {
    color: #888
}

.cbp-hssubmenu > li a img {
    border: none;
    outline: 0;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.no-touch .cbp-hssubmenu > li a:hover img {
    opacity: .5
}

.cbp-hssubmenu > li a span {
    display: block;
    min-height: 3em;
    margin-top: .4em
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
    z-index: 1000;
    visibility: visible;
    padding-bottom: 5px;
    background: #F1F6F7;
    border-bottom: 2px solid #e52529;
    padding-top: 15px
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
    opacity: 1;
    -webkit-transition: opacity .5s .1s;
    -moz-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.cbp-hsmenubg {
    background: #f7f7f7;
    z-index: 0;
    height: 0
}

.no-touch .cbp-hsmenubg {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s
}

@media screen and (max-width: 65em) {
    .cbp-hsmenu-wrapper {
        font-size: 80%
    }
}

@media screen and (max-width: 768px) {
    ul.menu-dropdown h4 {
        font-size: 13px !important
    }
}

.cbp-hsmenu > li:hover > ul.cbp-hssubmenu {

    visibility: visible;
    background: #fff
}

.primary-color {
    color: #ef8427 !important
}

.txt-red {
    color: #e52529
}

@media screen and (max-width: 800px) {

    .cpb-hsinner {
        overflow: hidden;
    }

    .cbp-hsinner ul {
        width: 100%;
        overflow: hidden;
        padding:10px;
    }

}

@media screen and (max-width: 460px) {

    cbp-hsinner ul {

    }

    ul.menu-dropdown {
        width: 100%;
    }

}

@media screen and (min-width: 801px) {

    .cbp-hsinner, .cbp-hsmenu-wrapper, .cbp-hsmenu > li > a {
        position: relative
    }

    @font-face {
        font-family: bpmenu;
        src: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.eot);
        src: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.eot?#iefix) format('embedded-opentype'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.woff) format('woff'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.ttf) format('truetype'), url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/fonts/bpmenu/bpmenu.svg#bpmenu) format('svg');
        font-weight: 400;
        font-style: normal
    }

    ul.menu-dropdown {
        display: inline-table;
        float: none;
        padding: 15px 15px;
        width: 25%;
    }
    .cat-pic, .float-left {
        float: right
    }

    ul.menu-dropdown li {
        color: red;
        text-align: left
    }

    ul.menu-dropdown li a {
        text-decoration: none !important;
        line-height: 25px
    }

    ul.menu-dropdown li a:hover {
        text-decoration: underline !important;
        background: 0 0 !important;
        color: #999 !important
    }

    ul.menu-dropdown h4 {
        color: #000 !important;
        text-align: left
    }

    .cbp-hsmenu-wrapper ul {
        list-style: none;
        margin: 0 auto
    }

    .cbp-hsinner {
        background: #e52529;
        z-index: 100;
        clear: both;

    }

    .cbp-hsmenu-wrapper .cbp-hsmenu {
        width: 100%;
        max-width: 75em;
        margin: 0 auto;
        text-align: center;
        position: relative
    }

    .cbp-hsmenu > li {
        display: inline-block;
        border-right: 2px solid #f32d31
    }

    .cbp-hsmenu > li:last-child {
        border-right: 2px solid #e52529
    }


    .cbp-hsmenu > li > a {
        color: #fff !important;
        font-size: 12px;
        line-height: 4em;
        display: inline-block;
        z-index: 10000;
        outline: 0;
        padding-left: 7px;
        padding-right: 7px;
        margin-right: -3px
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a, .no-touch .cbp-hsmenu > li > a:focus {
        color: #02639d
    }

    .cbp-hsmenu > li > a:not(:only-child):before {
        display: inline-block;
        font-family: bpmenu;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\f107";
        font-size: 80%;
        margin-right: .3em;
        opacity: .4;
        vertical-align: middle
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
        content: "\f106"
    }

    .cbp-hsmenu > li.cbp-hsitem-open > a:after {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: #e52529 transparent transparent;
        border-width: 10px;
        left: 50%;
        margin-left: -10px
    }

    .cbp-hsmenubg, .cbp-hssubmenu {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0
    }

    .cbp-hssubmenu {
        z-index: 0;
        text-align: left;
        visibility: hidden;
        box-shadow: 0 1px 3px #111
    }

    .cbp-hssubmenu:after, .cbp-hssubmenu:before {
        content: " ";
        display: table
    }

    .cbp-hssubmenu:after {
        clear: both
    }

    .cbp-hssubmenu > li:nth-child(-n+6) {
        box-shadow: -28px 0 0 -27px #ddd
    }

    .cbp-hssubmenu > li:nth-child(6n+1) {
        box-shadow: 0 -28px 0 -27px #ddd
    }

    .cbp-hssubmenu > li:first-child {
        box-shadow: none
    }

    .cbp-hssubmenu > li a {
        display: block;
        text-align: center;
        color: #a2a2a2;
        outline: 0;
        padding: 2em 1em 1em
    }

    .no-touch .cbp-hssubmenu > li a:focus, .no-touch .cbp-hssubmenu > li a:hover {
        color: #888
    }

    .cbp-hssubmenu > li a img {
        border: none;
        outline: 0;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

    .no-touch .cbp-hssubmenu > li a:hover img {
        opacity: .5
    }

    .cbp-hssubmenu > li a span {
        display: block;
        min-height: 3em;
        margin-top: .4em
    }

    .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
        z-index: 1000;
        visibility: visible;
        padding-bottom: 5px;
        background: #F1F6F7;
        border-bottom: 2px solid #e52529;
        padding-top: 15px
    }

    .cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
        opacity: 1;
        -webkit-transition: opacity .5s .1s;
        -moz-transition: opacity .5s .1s;
        transition: opacity .5s .1s
    }

    .cbp-hsmenubg {
        background: #f7f7f7;
        z-index: 0;
        height: 0
    }

    .no-touch .cbp-hsmenubg {
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        transition: height .3s
    }

    .cbp-hsmenu > li:hover > ul.cbp-hssubmenu {

        visibility: visible;
        background: #fff
    }

    .primary-color {
        color: #ef8427 !important
    }

    .txt-red {
        color: #e52529
    }
}
.owl-nav button {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	opacity: 0.75;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-nav button.disabled {
	opacity: 0.1;
}
.owl-nav button.owl-next {
	right: auto;
	left: 0;
}
.owl-nav button  span {
	display: block;
	width: 25px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,0.25);
	font-size: 30px;
}
.main-slideshow .owl-nav button  span {
	width: 40px;
}
.main-slideshow .owl-nav button  span {
	background: rgba(255,255,255,0.75);
} /*
[id^='cat-tab-']  .content .owl-carousel {
	opacity: 0;
	transition: opacity 500ms ease-in 200ms;
	display: none;
}
[id^='cat-tab-'] .content .content-current .owl-carousel {
	opacity: 1;
	display: block;
}*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto;}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-carousel .owl-item.active .owl-lazy {
    opacity: 1;
 }
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }



.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top:20px; margin-bottom:20px;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
	background:#FFF;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width:100%;
	font-size: 9px;
}
.peatured-heading .col-md-12 .tabs{ margin-top:0px !important}
.peatured-heading .col-md-12 .tabs nav li { width:50% !important;}
.peatured-heading .col-md-12 .tabs nav a{ color:#ef8427 !important; height:34px; line-height:34px}
.peatured-heading .col-md-12 .tabs nav li.tab-current a{ color:#FFF !important; height:34px; line-height:34px;}
.peatured-heading .col-md-12 .tabs nav li.tab-current{ background-color:#ef8427 !important ; color:#FFF !important;}
.peatured-heading .col-md-12 .tabs nav ul li :hover{ background:#ef8427 !important; color:#FFF !important}

.tabs nav ul li {
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	display: block;
	float: left;
	position: relative;
	color:#FFF;
	width:33.3%;
}

.tabs nav ul li:last-child
{
	border-right: 0px;
}

.tabs nav li.tab-current {

	border-bottom: none;
	/*z-index: 100;*/
	background:#000;
	border-bottom: 2px solid #eee;
}

/*.tabs nav li.tab-current:before
{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #eee;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
	
	}*/


/*.tabs nav li.tab-current:before
/*.tabs nav li.tab-current:after */

/*{
	
	/*top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #000;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;

}*/

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #000;
	text-decoration:none;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #FFF !important;
	background:#000;
	transition:0.5s ease-in-out;
}

.tabs nav li.tab-current a {
	color: #FFF !important;
	transition:0.5s ease-in-out;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1.25em;
	/*padding: 0px 17px;*/
	display: none;
	max-width: 1230px;
	margin: 0 auto;
	background:#FFF;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
	
}

@media screen and (max-width: 32em) {
	
	
	/* Nav */
.tabs nav {
	text-align: center;
	background:#FFF;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width:100%;
	font-size: 9px;
}

.tabs nav ul li {
	border-right: 0px solid #eee;
	border-bottom: 2px solid #eee;
	display: block;
	float: none;
	position: relative;
	color:#FFF;
	width: 100%;
}

.tabs nav ul li:last-child
{
	border-right: 0px;
}

.tabs nav li.tab-current {

	border-bottom: none;
	z-index: 9;
	background:#000;
	border-bottom: 2px solid #eee;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	/*background: #47a3da;*/
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #000;
	text-decoration:none;
	display: block;
	font-size: 1.15em;
	line-height: 2.3;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #FFF !important;
	background:#000;
	transition:0.5s ease-in-out;
}

.tabs nav li.tab-current a {
	color: #FFF !important;
	transition:0.5s ease-in-out;
}

.peatured-heading .col-md-12 .tabs{ margin-top:0px !important}
.peatured-heading .col-md-12 .tabs nav li { width:100% !important;}
.peatured-heading .col-md-12 .tabs nav a{ color:#ef8427 !important; height:32px; line-height:32px}
.peatured-heading .col-md-12 .tabs nav li.tab-current a{ color:#FFF !important; height:32px; line-height:32px;}
.peatured-heading .col-md-12 .tabs nav li.tab-current{ background-color:#ef8427 !important ; color:#FFF !important;}
.peatured-heading .col-md-12 .tabs nav ul li :hover{ background:#ef8427 !important; color:#FFF !important}	
	
	
	
	/*.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
		font-size:14px;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
	
	.tabs nav li.tab-current {*/
	/*border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;*/
	/*margin-left:40px;
}*/
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Links ---------------------- */
a img {
	border: none; 
}
a {
	color: #2ba6cb;
	text-decoration: none;
	line-height: inherit;
}
a:hover {
	color: #2795b6;
}
p a, p a:visited {
	line-height: inherit;
	ba
}




@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
	margin: 1px 0px 0px;
top:-1px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  

#slider-pager a {
  display: block;
}

#slider-pager a p {
padding:15px 0px;
color:#fff;
text-transform:uppercase;
font-size:14px;
line-height:18px;
text-align:center;
margin:0px;
}

#slider-pager a p span {
display:block;
text-transform:none;
font-size:12px;
}
  

#slider-pager .rslides_here a {
background: #fff; /* Old browsers */
color:#000 !important;

 
}


	

#slider-pager .rslides_here a p {
color:#000;
border-bottom:3px solid #ed1f24 !important;
line-height:17px;
}

#slider-pager a {
  padding: 0;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  list-style: none;
  max-width: 981px;
  text-align: center;
  width: 100%;
	position:relative;
top:-1px;
  }

.rslides_tabs li {
  float: left;
	width:20%;
  }

.rslides_tabs li a {
background: #222222; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2a2a2a 0%, #404040 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2a2a2a), color-stop(100%,#404040)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #2a2a2a 0%,#404040 100%); /* IE10+ */
background: #000; /* IE6-9 fallback on horizontal gradient */
color: #fff !important;
  }


.rslides_tabs li a:hover p {
	color: #000 !important;
	background-color: #FFF;
	
}


.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
#slider-pager .rslides_here a p 


.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.prev{
/*position:absolute;
left:20px;
top:50%;
z-index:9999;*/
}

.next {
/*position:absolute;
right:20px;
top:50%;
z-index:9999;*/

  }


.prev {
      /*color: #fff;
      padding: 0px;
      width: 30px;
	height:31px;

	text-indent:-9999px; */
}

.prev:hover {
	
}

.next:hover {
	
}



.next {
    /*  color: #fff;
      padding: 0px;
      width: 30px;
	height:31px;

	text-indent:-9999px; */
}

/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 1200px) {
	/* Disable fixed navigation buttons */
	#nav-single-fixed,
	#nav-fixed {
		display: none;
	}
}

@media (max-width: 1140px) {
	body {
		padding:0;
	}
	#page {
		margin: 0 auto;
	}
	/* Disable triange */
	.triangle-l {
		display: none;
	}
	.triangle-r {
		display: none;
	}
	#access .menu {
		margin-bottom: 31px;
	}
	#access .menu ul {
		margin: 0 -1px;
	}
	/* Gallery thumbnails will be 4 columns from now on */
	.gallery-items li.item {
		width: 25%;
	}
}

@media (max-width: 800px) {
	/* Disable body padding */
	body {
		padding: 0;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
}
@media (max-width: 650px) {
	/* Disable menu */
	#access .menu ul#tiny {
		display: none;
	}
	/* Enable dropdown menu */
	.selectnav {
		display: block;
	}
	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 15px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}	
	.social {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
	.social ul {
		float: none;
		text-align: center;
	}	
	.social ul li {
		float: none;
		display: inline;
		margin: 0;
		padding: 0 2px;
	}	
	.social ul li img {
		display: inherit;
		vertical-align: bottom;
	}
	.social .widget_search {
	    width: 185px;
	    margin: 0 auto 30px auto;
	    position: relative;
	}
	.social .widget_search  .search-text-box {
		float: none;
	    width: 174px;
	    display: block;
	}	
	.social .widget_search .search-text-box:focus {
	    width: 174px;
	}	
	.social input.search-submit-button {
		float: none;
		position: absolute;
		right: 0;
		top:0;
	}	
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
	}
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
		margin: 0 0 40px 0;
		width: 100%;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	/* Gallery thumbnails will be 2 columns from now on */
	.gallery-items li.item {
		width: 50%;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	ul.tabs li {
		float: none;
		margin: 0;
		display: block;
	}

	ul.tabs li a {
		text-align: center;
	}

}
@media (max-width: 480px) {
	
	/* Dropdown menu size */
	.selectnav {
		width: 75%;
	}
	/* Related posts one column */
	.related-list{
		width: 100%;
		margin: 0 0 -40px 0;
		overflow: hidden;
	}
	.related-list li {
		width:100%;
		margin: 0 0 40px 0;
		float: none;
	}
	/* Disable avatars */
	.commentlist li.comment .avatar {
		display: none;
		float: none;
	}
	.commentlist li.comment .comment-content {
		margin: 0;
	}
	.commentlist .children li.comment {
		margin: 20px 0 0 20px;
	}
	 .list-grid  a.product-image {  padding:5px;}
 .list-grid .product-info {padding-top: 5px;}
.list-grid .product-info  .btn-cart { width:100%; display:block;}
.list-grid .product-info .add-to-links li {display:none; }
}

@media (max-width: 320px) {
	#content {
		margin: 0 29px;
		width: auto;
	}
	#site-title {
		padding: 29px 0 0;
	}
	#supplementary {
		padding: 30px 29px 0;
		overflow: hidden;
	}
	#branding #site-title {
		margin: 0 29px 29px 29px;
	}
	.format-video .media {
		margin: 0 -30px 20px;
	}
	.format-image .full-size {
		margin: 0 -30px 20px;
	}
	.gallery-items {
		margin: 0 -30px 20px;
		
	}
	.map.full {
		margin: 0 -29px;
	}
}



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

audio, canvas, video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

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

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

.form-list input[type="checkbox"], .form-list input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    float: left;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

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

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%
}

body {
    color: #000000;
    line-height: 1
}

html, body, img, fieldset, abbr, acronym {
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

th, code, cite, caption {
    font-weight: normal;
    font-style: normal;
    text-align: left
}

address {
    font-style: normal
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

img {
    display: block
}

ol, ul {
    list-style: none
}

q:before, q:after {
    content: ''
}

input:focus, input[type="search"]:focus {
    outline-offset: -2px
}

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

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body, button, select, table, textarea {
    color: #636363;
    font-size: 14px;
    line-height: 1.5 !important;

}

a {
    color: #3399cc;
    text-decoration: none
}

a:hover {
    color: #2e8ab8;
    text-decoration: underline
}

a:focus {
    outline-color: #3091c2;
    color: #143d52
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, .h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

h2, .h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase
}

h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h5, .h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

h6, .h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #636363;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.address-list address {
    margin-bottom: 1em
}

.availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase
}

.availability .button {
    width: 100%;
}

.availability .label {
    display: none
}

.availability.in-stock {
    color: #11b400
}

.availability.available-soon, .availability.out-of-stock {
    color: red
}

.availability-only {
    color: red;
    margin-bottom: 10px
}

.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
    text-transform: uppercase;
    font-size: 21px;
    color: #F08221;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block
}

.block, .col-left-first {
    margin-bottom: 20px
}

.col-left-first .block:last-of-type {
    margin-bottom: 0
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
    border-top: 1px solid #cccccc
}

.block-title h2, .block-title h3, .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    background: #542D7F;
    padding: 5px;
    text-align: center;
    display: block
}

.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0
}

body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0
}

.block-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-bottom: 5%
}

.block-content {
    margin-top: 17px
}

.block-content > ul {
    padding: 5px 11px
}

.block-content.unpad {
    padding: 0
}

.block-content li.item {
    margin: 0 0 10px 9px
}

.block-content li.item:last-child {
    margin-bottom: 0
}

.block .actions {
    margin: 10px 0 0
}

.block .actions:after {
    content: '';
    display: table;
    clear: both
}

.block .actions a {
    float: left
}

.block .actions .button {
    float: right
}

.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px
}

.product-spinner {
    text-align: center;
    padding: 5px;
}

.spinner-img {
    display: inline;
    height: 25px;
    padding-right: 5px;
}

@media only screen and (max-width: 770px) {
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0
    }

    .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4
    }

    .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }

    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc
    }

    .sidebar .block:last-of-type {
        border-bottom: 1px solid #cccccc
    }

    .sidebar .block-account .block-title > strong span:after, .sidebar .block-cms-menu .block-title > strong span:after {
        content: ' Menu'
    }
}

.block-account .block-title, .block-cms-menu .block-title {
    padding-top: 0;
    border-top: none
}

.block-account li, .block-cms-menu li {
    text-transform: uppercase;
    margin: 7px 0
}

.block-account li strong, .block-cms-menu li strong {
    font-weight: 400;
    color: #3399cc
}

.block-account li a, .block-cms-menu li a {
    color: #636363
}

.block-account li a:hover, .block-cms-menu li a:hover {
    color: #3399cc
}

.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px
}

.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer
}

.cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active, .button.button-secondary:active {
    background: #c4c4c4;
    color: #636363
}

.cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus, .button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none
}

.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    background: #2d5da8;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
    background: #2e8ab8;
    cursor: pointer
}

.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
    background: #297aa3;
    color: #FFFFFF
}

.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus {
    background-color: #297aa3;
    outline: none;
    color: #FFFFFF
}

a.button {
    text-decoration: none
}

a.button:hover {
    color: #FFFFFF
}

.button.disabled, .button:disabled {
    background: #C8C8C8;

    cursor: not-allowed;
}

.button + .button {
    margin-left: 5px
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle
}

.button2:focus {
    outline: none
}

.button2 span, .button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #3399cc
}

.button2 span:hover, .button2 span span:hover {
    text-decoration: none;
    color: #246b8f
}

@media only screen and (max-width: 770px) {
    .col2-set .buttons-set .button, .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .col2-set .buttons-set .back-link {
        display: none
    }

    .col2-set .buttons-set .required {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px
    }

    .buttons-set .back-link {
        display: none
    }

    .buttons-set .required {
        display: none
    }
}

.paypal-logo.paypal-after {
    float: left
}

.paypal-after .paypal-or {
    float: left
}

.paypal-or {
    line-height: 40px;
    margin: 0px 10px 5px
}

.paypal-after .paypal-button {
    float: left
}

.paypal-button {
    line-height: 0px
}

.paypal-button img {
    display: inline
}

@media only screen and (max-width: 670px) {
    .paypal-or {
        line-height: 20px
    }

    .paypal-logo, .paypal-or, .paypal-button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none
    }
}

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;

    text-align: right
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px
}

.buttons-set a:not(".button") {
    line-height: 20px;
    display: inline-block;
    padding: 5px
}

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

.buttons-set:after {
    content: '';
    display: table;
    clear: both
}

.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid, .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite2.png);
    background-repeat: no-repeat;
    text-indent: -9999px
}

@media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 4 / 2),(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid, .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
        background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite@2x.png);
        background-size: 100px 1000px
    }
}

.breadcrumbs {
    overflow: hidden;
    margin: 10px auto;
    border-bottom: 1px solid #F08221;
    padding-bottom: 10px;
    margin-bottom: 2% !important
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    text-transform: uppercase
}

.breadcrumbs a {
    float: left;
    color: #636363
}

.breadcrumbs a:hover {
    color: #3399cc
}

.breadcrumbs strong {
    color: #636363;
    font-weight: normal
}

.breadcrumbs span {
    float: left;
    padding: 0 7px
}

@media only screen and (max-width: 770px) {
    .breadcrumbs span {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 680px) {
    .breadcrumbs li {
        font-size: 9px;
    }
}

.btn-remove, .btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative
}

.btn-remove:hover, .btn-previous:hover {
    background-color: #3399cc;
    border-color: #3399cc
}

.btn-remove:after {
    content: 'X';
    color: #3399cc;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold
}

.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none
}

.btn-remove2 {
    background-position: 4px -648px;
    border: none;
    vertical-align: top
}

.btn-remove2:after {
    display: none
}

.btn-remove2:hover {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px
}

.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none
}

.block-layered-nav .currently .btn-remove, .block-layered-nav .currently .btn-previous, .mini-products-list .btn-remove, .mini-products-list .btn-previous, #compare-items .btn-remove, #compare-items .btn-previous {
    float: right;
    margin-left: 6px
}

.checkout-agreements li {
    margin-bottom: 20px
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4
}

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px
}

.main-container, .footer-container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 15px;

}
.main-container.bg {background:#fff;}

.main-container:after, .footer-container:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 480px) {
    .main-container, .footer-container {
        padding: 30px
    }
}

.footer-container {
    padding-top: 0px
}

.main:after, .col-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.col-left, .col-right, .col-main {
    padding: 0 10px
}

.col-left {
    float: left;
    width: 25%;
    padding-left: 0;
    clear: left
}

.col-left img {
    max-width: 100%
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0
}

.col-right img {
    max-width: 100%
}

.col-main {
    float: left;
    width: 75%
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0
}

.col2-right-layout .col-main {
    padding-left: 0
}

.col3-layout .col-right {
    width: 20.83333%
}

.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%
}

.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%
}

.col3-layout .col-wrapper .col-left {
    width: 26.31579%
}

@media only screen and (max-width: 1000px) {
    .col3-layout .col-right {
        float: left;
        clear: left;
        padding-left: 0;
        padding-right: 10px;
        width: 25%
    }

    .col3-layout .col-wrapper {
        float: right;
        width: 100%
    }

    .col3-layout .col-wrapper .col-main {
        float: right;
        width: 75%
    }

    .col3-layout .col-wrapper .col-left {
        width: 25%
    }
}

@media only screen and (max-width: 770px) {
    .col-left, .col-right, .col-main, .col1-layout .col-left, .col1-layout .col-right, .col1-layout .col-main, .col2-left-layout .col-left, .col2-left-layout .col-right, .col2-left-layout .col-main, .col2-right-layout .col-left, .col2-right-layout .col-right, .col2-right-layout .col-main, .col3-layout .col-wrapper .col-left, .col3-layout .col-right, .col3-layout .col-wrapper .col-main {
        padding: 0;
        margin-bottom: 10px;
        float: none;
        width: auto
    }

    .col3-layout .col-wrapper {
        float: none;
        width: auto
    }

    .col-main {
        float: none;
        width: auto
    }

    .col-main .col-left {
        padding: 0
    }
}

.col2-set {
    width: 100%
}

.col2-set .col-1, .col2-set .col-2 {
    width: 50%;
    padding: 20px
}

@media only screen and (max-width: 770px) {
    .col2-set .col-1, .col2-set .col-2 {
        padding: 10px
    }
}

.col2-set .col-1 {
    float: left;
    padding-left: 0
}

.col2-set .col-2 {
    float: right;
    padding-right: 0
}

@media only screen and (max-width: 479px) {
    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0
    }
}

.col2-set .narrow {
    width: 33%
}

.col2-set .wide {
    width: 65%
}

.col2-set:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (min-width: 771px) {
    .top-container {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px
    }
}

.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat
}

.global-site-notice p {
    margin-bottom: 0
}

.promo-msg {
    color: #3399cc;
    text-align: center;
    margin: 10px;
    text-transform: uppercase
}

.grid:after {
    content: '';
    display: table;
    clear: both
}

.success {
    color: #11b400
}

.error {
    color: red;
    font-weight: bold
}

.notice {
    color: #e26703;
    font-weight: bold
}

.messages {
    margin-bottom: 0
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px
}

.messages .error-msg li {
    border-left: 5px solid red
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid red;
    border-right: none
}

.messages .notice-msg li {
    border-left: 5px solid #e26703
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none
}

.messages .success-msg li {
    border-left: 5px solid #11b400
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%
    }

    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px
    }

    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0
    }
}

.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px
}

.payment-methods {
    margin-bottom: 20px
}

.payment-methods dt {
    padding: 5px 0
}

.payment-methods dd {
    padding-top: 10px
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0
}

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px
}

.price-box {
    margin: 7px 0;
    min-height: 50px
}

.price-box p {
    margin-bottom: 0
}

.price-notice {
    color: #a0a0a0
}

.price-box .price {
    color: #000;
    font-size: 14px
}

.price-box .price, .price {
    white-space: nowrap
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #3399cc;
    display: block
}

.price-box .minimal-price-link .label {
    color: #a0a0a0
}

.price-box .old-price, .price-box .special-price {
    display: inline-block
}

.price-box .old-price .price-label, .price-box .special-price .price-label {
    display: none
}

.price-box .old-price .price, .price-box .special-price .price {
    display: inline-block
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through
}

.price-box .special-price {
    color: #3399cc;
    padding-left: 1em
}

.price-box .special-price .price-label {
    color: #D84D3C
}

.price-box .price-excluding-tax, .price-box .price-including-tax {
    display: block
}

.product-pricing, .tier-prices, .tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px
}

.product-pricing li, .tier-prices li, .tier-prices-grouped li {
    font-size: 12px
}

.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
    font-style: italic
}

.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
    font-weight: bold
}

.item-options {
    font-size: 14px
}

.item-options:after {
    content: '';
    display: table;
    clear: both
}

.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic
}

.item-options dt:after {
    content: ': '
}

.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px
}

.truncated, .truncated a.dots {
    cursor: help
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px
}

.truncated a.details:hover {
    text-decoration: none
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px
}

.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 97px;
    top: -7px
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px
}

.truncated .show .item-options {
    display: block
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit
    }

    .truncated a.details {
        display: none
    }

    .truncated .truncated_full_value .item-options {
        display: block;
        position: static;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent
    }

    .truncated .truncated_full_value .item-options p {
        float: none
    }

    .truncated .truncated_full_value .item-options:after {
        display: none
    }
}

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF
}

.add-to-links {
    background: #eee;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important
}

.add-to-links li {
    width: 50%;
    float: left
}

.add-to-links a {
    display: block;
    padding: 6px 11px !important;
    font-size: 11px;
    text-decoration: none
}

.add-to-links a:hover {
    color: #fff
}

.add-to-links .separator {
    display: none
}

.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block
}

.no-touch .product-image:hover {
    border-color: #3399cc
}

.ratings {
    margin: 7px 0
}

.ratings .rating-box, .ratings .rating-links {
    margin: 5px 0
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px
}

.ratings .amount {
    display: block;
    margin: 5px auto
}

.ratings .rating-links .separator {
    margin: 0 3px
}

.std ol {
    list-style: decimal outside;
    margin-bottom: 1.5em
}

.std ul {
    list-style: disc outside;
    margin-bottom: 1.5em
}

.std .note {
    color: #a0a0a0;
    font-size: 13px
}

.tabs {
    margin-bottom: 0;
    background: #FFFFFF
}

.toolbar {
    border-bottom: 1px solid #cccccc;
    background: #f4f4f4;
    padding: 5px 10px 0px 10px;
    clear: both
}

.toolbar:after {
    content: '';
    display: table;
    clear: both
}

.pager-no-toolbar {
    margin-bottom: 10px
}

.pager-no-toolbar ~ .pager-no-toolbar {
    margin-top: 10px
}

.toolbar, .pager {
    color: #636363;
    line-height: 30px;
    font-size: 12px
}

.toolbar label, .pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase
}

.sorter {
    float: left;
    margin-bottom: 5px
}

.sorter label {
    float: left;
    margin-right: 5px
}

.sorter label:after {
    content: ':'
}

.sorter > .sort-by {
    float: left;
    margin-right: 5px;
}

.sorter > .sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block
}

.sorter > .sort-by .sort-by-switcher--asc {
    background-position: 4px -542px
}

.sorter > .sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px
}

.sorter > .sort-by .sort-by-switcher--desc {
    background-position: 4px -567px
}

.sorter > .sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px
}

.sorter > .sort-by .sorter-items {
    float: left;
    display: flex;
    flex-flow: row wrap;
}

.sorter > .sort-by .sorter-item {
    float: left;
    padding: 0 8px;
    color: #636363;
}

.sorter > .sort-by .sorter-item.selected {
    color: #3399CC;
    border-bottom: 3px solid #3399CC;
    font-weight: bold;
}

.sorter > .sort-by .sorter-item:hover {
    color: #3399CC;
    border-bottom: 3px solid #3399CC;
    font-weight: bold;
}

.sorter > .view-mode {
    float: right
}

.sorter > .view-mode .grid, .sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px
}

.sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px
}

.sorter > .view-mode strong.grid, .sorter > .view-mode a.grid:hover {
    background-position: -42px -492px
}

.sorter > .view-mode .list {
    background-position: 11px -517px
}

.sorter > .view-mode strong.list, .sorter > .view-mode a.list:hover {
    background-position: -39px -517px
}

.pager {
    float: right;
    overflow: hidden
}

.pager > .count-container {
    float: left
}

.pager .amount {
    float: left;
    white-space: nowrap;
    margin: 0 15px 0 0
}

.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px
}

.pager .limiter > label {
    padding-right: 5px
}

.pager .limiter > label:after {
    content: ':'
}

.pager .amount, .pager .limiter, .pager .pages {
    margin-bottom: 5px
}

.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px
}

.pages strong {
    display: none
}

.pages li {
    float: left
}

.pages a, .pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 30px;
    width: 25px;
    height: 30px;
    padding: 0;
    color: #3399cc
}

.pages .current, .pages .current:hover {
    color: #636363;
    width: 30px;
    background-color: #FFFFFF;
    cursor: default
}

.pages .next, .pages .previous {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative
}

.pages .next:hover, .pages .previous:hover {
    border: 1px solid #3399cc
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #3399cc;
    border-right: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px
}

.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #246b8f;
    border-right: none
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #3399cc;
    border-left: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px
}

.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #246b8f;
    border-left: none
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none
    }

    .pages {
        float: left
    }

    .limiter label {
        display: none
    }
}

@media only screen and (max-width: 770px) {
    .col1-layout .sorter, .col1-layout .pager {
        width: 100%
    }

    .col1-layout .pager {
        float: left;
        clear: both
    }

    .col1-layout .pager .pages {
        float: left;
        margin-left: 0
    }

    .col1-layout .pager .count-container {
        float: right
    }
}

@media only screen and (max-width: 979px) {
    .col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
        width: 100%
    }

    .col2-left-layout .pager, .col2-right-layout .pager, .col3-layout .pager {
        float: left;
        clear: both
    }

    .col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
        float: left;
        margin-left: 0
    }

    .col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
        float: right
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode > label {
        display: none
    }
}

#checkout-review-table .summary-collapse, #shopping-cart-totals-table .summary-collapse, body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer
}

#checkout-review-table .summary-collapse:before, #shopping-cart-totals-table .summary-collapse:before, body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #3399cc;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .summary-collapse:hover:before, #shopping-cart-totals-table .summary-collapse:hover:before, body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .show-details .summary-collapse:before, #shopping-cart-totals-table .show-details .summary-collapse:before, body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#checkout-review-table .show-details .summary-collapse:hover:before, #shopping-cart-totals-table .show-details .summary-collapse:hover:before, body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px
}

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px
}

.widget .pager {
    float: none;
    width: 100%
}

.a-center {
    text-align: center
}

.a-right, .align-right {
    text-align: right
}

.no-display {
    display: none !important
}

.nobr, .nowrap {
    white-space: nowrap
}

.width-full {
    width: 100%
}

.hidden {
    display: none
}

.page-print .print-head {
    margin: 0 0 15px
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto
}

.fieldset p {
    margin-bottom: 7px
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px
}

.fieldset + .fieldset {
    margin-top: 5px
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed
}

.input-box {
    padding-top: 2px
}

.input-box:after {
    content: '';
    display: table;
    clear: both
}

.input-box .v-fix {
    float: left;
    margin-right: 5px
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

label.required:after, span.required:after {
    content: ' *';
    color: red;
    font-weight: normal;
    font-size: 12px
}

label.required em, span.required em {
    display: none
}

.input-hint {
    color: #a0a0a0;
    font-size: 12px
}

select {
    font-size: 14px
}

select + select {
    margin-left: 5px
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 450px;
    padding: 5px
}

.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 15px
}

.input-text:focus {
    border: 1px solid #3399cc
}

.input-text.validation-failed {
    border-color: red
}

.input-text.validation-failed:focus {
    outline-color: #ff7f7f
}

input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
    height: 30px;
    padding: 0 8px
}

input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {

    max-width: 100%
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select {
        font-size: 16px
    }
}

.ie8 .input-text {
    max-width: none
}

input[type=number].qty, input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #a0a0a0
}

input:-moz-placeholder {
    color: #a0a0a0
}

.checkbox, .radio {
    position: relative;
    display: inline-block;
    float: left;
}

.checkbox + label, .radio + label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top
}

p.required, .validation-advice {
    margin: 5px 0 0;
    color: red;
    font-size: 13px
}

.form-list > li {
    margin-bottom: 10px
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%
}

.form-list .input-range .input-text {
    width: 74px
}

.form-list .field, .form-list .wide, .form-list .control {
    margin-bottom: 10px
}

.form-list .control div.input-box, .sp-methods dt div.input-box, #checkout-shipping-method-load .sp-methods dd div.input-box, #co-shipping-method-form .sp-methods dd div.input-box, .product-options ul.options-list div.input-box {
    display: inline;
    float: left
}

.form-list .control div.input-box:after, .sp-methods dt div.input-box:after, #checkout-shipping-method-load .sp-methods dd div.input-box:after, #co-shipping-method-form .sp-methods dd div.input-box:after, .product-options ul.options-list div.input-box:after {
    display: none
}

.form-list .control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px
}

.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px
}

.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
    background-color: #e7e7e7
}

.form-list .control .no-display + label, .sp-methods dt .no-display + label, #checkout-shipping-method-load .sp-methods dd .no-display + label, #co-shipping-method-form .sp-methods dd .no-display + label, .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent
}

.form-list .control .no-display + label:hover, .sp-methods dt .no-display + label:hover, #checkout-shipping-method-load .sp-methods dd .no-display + label:hover, #co-shipping-method-form .sp-methods dd .no-display + label:hover, .product-options ul.options-list .no-display + label:hover {
    background-color: transparent
}

.product-options ul.options-list label, .col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit
}

.form-list .control {
    margin-top: 10px
}

.form-list .control label {
    float: none
}

.form-list .control .radio, .form-list .control .checkbox {
    margin-right: 6px
}

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

form .form-instructions {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0
}

.hide-th {
    text-indent: -9999px
}

.data-table {
    width: 100%
}

.data-table td, .data-table th {
    padding: 10px;
    vertical-align: top
}

.data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
    line-height: 1.4;
    white-space: nowrap
}

.data-table thead th, .data-table tbody td {
    border-bottom: 1px solid silver
}

.data-table tfoot tr {
    background: #f4f4f4
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px
}

.data-table tbody td .item-options dt:after {
    content: ':'
}

.zebra-table tr:first-child, .zebra-table th:first-child {
    border-top: 1px solid silver
}

.zebra-table td, .zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent
}

.zebra-table tr {
    background-color: #eeeded
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5
}

@media only screen and (max-width: 479px) {
    .linearize-table tr, .linearize-table th, .linearize-table td {
        display: block
    }

    .linearize-table thead th {
        border-right: 0;
        border-left: 0
    }

    .linearize-table thead th.lin-hide {
        display: none
    }

    .linearize-table thead th:nth-child(1n+2) {
        display: none
    }

    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc
    }

    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }

    .linearize-table tbody td.lin-hide {
        display: none
    }

    .linearize-table tbody td:first-child {
        padding-top: 10px
    }

    .linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
        font-weight: bold
    }

    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }

    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase
    }

    .linearize-table tfoot tr {
        display: block;
        text-align: right
    }

    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }

    .linearize-table tfoot td {
        display: block;
        float: left
    }

    .linearize-table tfoot td.lin-hide {
        display: none
    }

    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }

    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }

    .linearize-table .linearize-hide {
        display: none
    }

    .linearize-table .linearize-unpad {
        padding: 0
    }

    .linearize-table .linearize-show {
        display: block
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large tr, .linearize-table-large th, .linearize-table-large td {
        display: block
    }

    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0
    }

    .linearize-table-large thead th.lin-hide {
        display: none
    }

    .linearize-table-large thead th:nth-child(1n+2) {
        display: none
    }

    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc
    }

    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0
    }

    .linearize-table-large tbody td.lin-hide {
        display: none
    }

    .linearize-table-large tbody td:first-child {
        padding-top: 10px
    }

    .linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3 {
        font-weight: bold
    }

    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px
    }

    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase
    }

    .linearize-table-large tfoot tr {
        display: block;
        text-align: right
    }

    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both
    }

    .linearize-table-large tfoot td {
        display: block;
        float: left
    }

    .linearize-table-large tfoot td.lin-hide {
        display: none
    }

    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%
    }

    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%
    }

    .linearize-table-large .linearize-hide {
        display: none
    }

    .linearize-table-large .linearize-unpad {
        padding: 0
    }

    .linearize-table-large .linearize-show {
        display: block
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none
    }
}

html, body {
    height: 100%
}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto
}

.wrapper:after {
    content: '';
    display: table;
    clear: both
}

.header .input-group {
    margin: 0 !important;
}

.header .icol-xs-3 {

}

@media only screen and (min-width: 771px) {
    .page-header {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px
    }

    .page-header-container {
        position: relative
    }
}

.header-language-background {
    padding: 10px;
    background-color: #3399cc;
    text-transform: uppercase
}

.header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.header-language-background:after {
    content: '';
    display: table;
    clear: both
}

.header-language-background .form-language, .header-language-background .currency-switcher {
    float: left;
    margin-right: 10px
}

.header-language-background .welcome-msg {
    float: right
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px
}

.page-header-container .store-language-container label {
    display: none
}

.page-header-container .store-language-container select {
    max-width: 100%
}

@media only screen and (max-width: 479px) {
    .page-header-container .store-language-container {
        padding-top: 8px
    }

    .page-header-container .store-language-container select {
        font-size: 12px
    }
}

.header-language-background, .header-language-background a {
    color: #e6e6e6
}

@media only screen and (max-width: 770px) {
    .header-language-background {
        display: none
    }
}

.logo img {
    max-width: 100%
}

.logo .small {
    display: block
}

.logo .large {
    display: none
}

@media only screen and (min-width: 771px) {
    .logo .small {
        display: none
    }

    .logo .large {
        display: block
    }
}

.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED
}

@media only screen and (min-width: 771px) {
    .skip-links {
        border: 0
    }
}

a.skip-link {
    text-decoration: none
}
/*
.skip-link:not(.skip-active):hover {
   opacity: 0.8
}*/

@media only screen and (max-width: 770px) {
    .skip-link:last-child {
        border-right: 0
    }
}

@media only screen and (max-width: 770px) {

    .block-subtitle {
        padding: 15px;
    }

}

.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.skip-link.skip-nav .icon, .skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px
}

@media only screen and (min-width: 500px) {
    .skip-link .icon {
        margin-right: 3px
    }
}

.skip-link .label {
    display: none
}
.skip-content {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 5px solid #D8D8D8;
    background: #fff;
    transition: all	200ms ease-in 100ms;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 10;
    box-shadow: 0 46px 44px rgba(0,0,0,0)
}
.skip-content div {
    opacity: 0;
    transition: opacity 200ms ease-in;
}
.skip-content.skip-active {
    transform: scaleY(1);
    box-shadow: 0 46px 44px rgba(0,0,0,0.7);
    transition: all	200ms ease-in;
}
.skip-content.skip-active div {
    opacity: 1;
    transition: opacity 200ms ease-in 100ms;
}


@media only screen and (max-width: 770px) {
    #header-account li a, .nav-primary a.level0 {
        padding: 0 15px 0 25px;
        border-bottom: 1px solid #cccccc;
        text-align: left;
        color: #636363;
        text-transform: uppercase;
        line-height: 30px
    }

    #header-account li:last-child a, .nav-primary li.level0:last-child a.level0 {
        border-bottom: 0
    }

    .no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
        text-decoration: none
    }
}

.skip-nav {
    width: 40%
}

.skip-nav:not(.skip-active):hover {
    text-decoration: none
}

.skip-nav:not(.skip-active):hover .icon {
    background-position: -46px 4px
}

.skip-nav .label {
    display: inline
}

.skip-nav .icon {
    background-position: 4px 4px
}

@media only screen and (min-width: 500px) {
    .skip-nav {
        width: 25%
    }
}

@media only screen and (min-width: 771px) {
    .skip-nav {
        display: none
    }
}

@media only screen and (max-width: 770px) {
    #header-nav {
        padding: 5px 0
    }
}

@media only screen and (min-width: 771px) {
    #header-nav {
        display: block;
        border-bottom: 1px solid #ededed
    }
}

@media only screen and (min-width: 771px) {
    .nav-primary {
        display: block;
        margin-top: 15px
    }
}

.nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #636363;
    line-height: 30px
}

.nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc
}

.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
    display: block
}

.nav-primary li.level0 > a {
    text-transform: uppercase
}

@media only screen and (max-width: 770px) {
    .nav-primary a.level0, .nav-primary a {
        line-height: 35px
    }

    .nav-primary li.level0 ul {
        display: none
    }

    .nav-primary li.level0 li {
        padding: 0 0 0 25px
    }

    .nav-primary li.level1 a {
        padding: 0 15px 0 25px
    }

    .nav-primary li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #cccccc;
        border-right: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px
    }

    .nav-primary li.parent.sub-menu-active > a:after, .nav-primary li.parent.menu-active > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #cccccc;
        border-bottom: none;
        top: 50%;
        left: 10px;
        right: auto;
        margin-top: -5px
    }

    .nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a {
        color: #3399cc
    }
}

@media only screen and (min-width: 771px) {
    .nav-primary a.level0 {
        padding: 0 10px
    }

    .nav-primary li.level0, .nav-primary a.level0 {
        display: inline-block
    }

    .nav-primary li:last-child > a {
        border-bottom: none
    }

    .nav-primary a:hover, .nav-primary li:hover > a {
        color: #3399cc
    }

    .nav-primary .menu-active, .nav-primary li.level0:hover {
        z-index: 200
    }

    .nav-primary li.level1 ul {
        left: 60px;
        top: 15px
    }

    .nav-primary li.level0 ul.level0.position-test {
        display: block
    }

    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto
    }

    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px
    }

    .nav-primary li.level0 li.parent > a {
        position: relative
    }

    .nav-primary li.level0 li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px
    }

    .no-touch li:hover > ul {
        display: block
    }
}

.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px
}

.skip-search .icon {
    background-position: 4px -146px
}

@media only screen and (min-width: 771px) {
    .skip-search {
        display: none
    }
}

#header-search {
    padding: 20px
}

@media only screen and (min-width: 771px) {
    #header-search {
        display: block;
        position: absolute;
        top: 55px;
        right: 0;
        width: 25%;
        height: 50px;
        padding: 0
    }
}

#search_mini_form .input-box {
    position: relative;
    padding-top: 0
}

#search_mini_form .search-button {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none
}

#search_mini_form .search-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-position: 4px -146px
}
/*
#search_mini_form .search-button:hover:before {
    opacity: 0.8
}*/

#search_mini_form .search-button:active:before {
    margin-top: -13px;
    margin-left: -13px
}

.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px
}

.skip-account .icon {
    background-position: 4px -44px
}

@media only screen and (min-width: 771px) {
    .skip-account {
        position: absolute;
        top: 0;
        right: 115px;
        width: auto;
        padding: 0 10px;
        text-transform: uppercase
    }

    #header-account.skip-active {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 115px;
        width: 200px
    }

    #header-account a {
        display: block;
        padding: 5px 10px;
        color: #636363;
        line-height: 2
    }

    #header-account a:hover {
        color: #3399cc
    }
}

#header-account {
    padding: 5px 0
}

#header-account a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 33px;
    text-align: center
}

#header-account a:hover {
    color: #3399cc
}

.skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px
}

.skip-cart .icon {
    background-position: 0px -95px
}

@media only screen and (min-width: 681px) {
    #header-cart {
        right: 0;
        left: auto;
        max-width: 360px;
    }
}

.skip-cart .count {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center
}

.skip-link.skip-active .count {
    color: white
}

.skip-cart.no-count .count {
    display: none
}
.skip-link.skip-active {
    background: #D8D8D8;
}
@media only screen and (max-width: 499px) {
    .skip-cart .count {
        margin-left: -12px
    }
}

@media only screen and (min-width: 771px) {
    .skip-cart:hover {
        text-decoration: none
    }

    .skip-cart .count {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        color: #3399cc;
        position: static;
        background: none;
        margin-left: 0px;
        font-size: 14px
    }

    .skip-cart .count:before {
        content: '('
    }

    .skip-cart .count:after {
        content: ')'
    }
}

.skip-cart .count.empty {
    display: none
}

.cart-menu .empty {
    padding: 20px;
    text-align: center
}

.cart-menu .actions {
    overflow: hidden;
    padding: 15px
}

.cart-menu .actions .button {
    float: left;
    width: 48%
}

.cart-menu .actions .button + .button {
    margin-left: 4%
}

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-size: 24px;
    line-height: 1.2
}

.mini-cart-list {
    margin-bottom: 5px
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35
}

.mini-cart-list .product-name {
    display: inline-block
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px
}

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px
}

.footer {
    clear: both;
    width: 100%;
    border-top: 1px solid #cccccc
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px
    }
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0
}

.footer .block-title strong {
    font-weight: normal
}

.footer .block-title, .footer address {
    color: #3399cc
}

.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px
}

.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0
}

.footer .links a {
    color: #636363
}

.footer .links a:hover {
    color: #3399cc
}

.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px
}

.footer .links, .footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px
}

.footer .form-subscribe-header {
    display: none
}

.footer .links.social-media em {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),(min--moz-device-pixel-ratio: 2),(-o-min-device-pixel-ratio: 4 / 2),(min-device-pixel-ratio: 2),(min-resolution: 192dpi),(min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/social_icons@2x.png);
        background-size: 50px 125px
    }
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px
}

.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px
}

.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px
}

.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px
}

.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px
}

.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px
}

.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px
}

.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px
}

.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px
}

.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px
}

.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0
}

.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.footer .block-subscribe .block-content {
    padding-top: 7px
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both
}

.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left
}

.footer .bugs, .footer address {
    clear: both
}

.footer .bugs {
    display: none
}

.footer .form-language, .footer .currency-switcher, .footer .store-switcher {
    clear: both;
    margin-bottom: 10px
}

.footer .form-language, .footer .currency-switcher {
    display: none
}

.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%
    }

    .footer .links:nth-child(4) {
        margin-right: 0
    }

    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto
    }
}

@media only screen and (max-width: 770px) {
    .footer .form-language, .footer .currency-switcher {
        display: block
    }
}

@media only screen and (max-width: 599px) {
    .footer .links {
        width: 48.4375%;
        margin-right: 0
    }

    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both
    }

    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%
    }
}

.category-title h1, body.catalogsearch-result-index .page-title h1 {
    border-bottom: none
}

.category-image {
    margin-bottom: 1.5em
}

h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
    margin: 0;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4
}

h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #636363
}

h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
    color: #3399cc;
    text-decoration: none
}

.products-grid .product-name, .products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px
}

.products-grid .product-name a, .products-list .product-name a {
    font-weight: 500
}

.products-grid {
    position: relative
}

.products-grid:after {
    content: '';
    display: table;
    clear: both
}

.products-grid > li {
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

li.preorder .product-image:before, li.coming-soon .product-image:before {
    background: #e43;
    content: "Pre-order!";
    color: #f0f0f0;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    text-align: center;
    line-height: 26px;
}

li.coming-soon .product-image:before {
    content: "Coming Soon!" !important;
    background: #43e;
}

@media screen and (min-width: 1100px) {

    li.preorder .product-image:before, li.coming-soon .product-image:before {
        width: 200px;
        position: absolute;
        top: 30px;
        right: -58px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);

    }

}

.products-grid > li:after {
    content: '';
    display: table;
    clear: both
}

.products-grid .product-image {
    width: 100%;
    overflow: hidden;
}

.products-grid .product-image img {
    width: 100%;
    height: auto
}

.products-grid .product-image img:hidden {
    display: none
}

.products-grid .product-info {
    position: relative
}

.products-grid .actions {
    border-bottom: 1px solid #FFF;
    width: 100%
}

.products-grid .ratings .rating-box {
    margin: 0 auto
}

.products-grid .ratings .amount {
    display: none
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 0
}

.products-grid .add-to-links {
    margin-bottom: 0
}

.products-grid .product-image:after {
    background-image: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.products-grid .product-image.loading {
    position: relative
}

.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block
}

@media only screen and (min-width: 960px) {
    .products-grid--max-4-col > li:nth-child(odd) {
        clear: none
    }

    .products-grid--max-4-col > li:nth-child(3n+1) {
        clear: none
    }

    .products-grid--max-4-col > li:nth-child(even), .products-grid--max-4-col > li:nth-child(3n) {
        margin-right: 2.22222%
    }

    .products-grid--max-4-col > li {
        margin-right: 2.22222%
    }

    .products-grid--max-4-col > li {
        width: 23.33333%;
        margin-right: 2.22222%
    }

    .products-grid--max-4-col > li:nth-child(4n) {
        margin-right: 0
    }

    .products-grid--max-5-col > li:nth-child(odd) {
        clear: none
    }

    .products-grid--max-5-col > li:nth-child(3n+1) {
        clear: none
    }

    .products-grid--max-5-col > li:nth-child(even), .products-grid--max-5-col > li:nth-child(3n) {
        margin-right: 2.22222%
    }

    .products-grid--max-5-col > li {
        margin-right: 2.22222%
    }

    .products-grid--max-5-col > li {
        width: 18.22222%;
        margin-right: 2.22222%
    }

    .products-grid--max-5-col > li:nth-child(5n+1) {
        clear: left
    }

    .products-grid--max-5-col > li:nth-child(5n) {
        margin-right: 0
    }

    .products-grid--max-6-col > li:nth-child(odd) {
        clear: none
    }

    .products-grid--max-6-col > li:nth-child(3n+1) {
        clear: none
    }

    .products-grid--max-6-col > li:nth-child(even), .products-grid--max-6-col > li:nth-child(3n) {
        margin-right: 2.22222%
    }

    .products-grid--max-6-col > li {
        margin-right: 2.22222%
    }

    .products-grid--max-6-col > li {
        width: 14.81481%;
        margin-right: 2.22222%
    }

    .products-grid--max-6-col > li:nth-child(6n+1) {
        clear: left
    }

    .products-grid--max-6-col > li:nth-child(6n) {
        margin-right: 0
    }
}

.products-list {
    margin-top: 20px;
    margin-bottom: 20px
}

.products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed
}

.products-list > li:after {
    content: '';
    display: table;
    clear: both
}

.products-list > li .product-image {
    float: left;
    width: 33.33333%
}

.products-list > li .product-image img {
    width: 100%;
    max-width: 100%
}

.products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px
}

.products-list .product-shop .product-name {
    margin-bottom: 0
}

.products-list .product-shop .ratings {
    margin: 0
}

.products-list .product-shop .ratings .rating-box, .products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px
}

.products-list .product-shop .price-box {
    margin-top: 0
}

.products-list .product-shop .price-box .price {
    font-size: 18px
}

.products-list .product-shop .action {
    margin: 7px 0
}

.products-list .product-shop .desc {
    margin-top: 7px
}

.products-list .product-shop .product-primary, .products-list .product-shop .desc {
    float: left;
    width: 75%;
    overflow: hidden
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 25%;
    text-align: right;
    clear: right
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px
    }
}

@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary, .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px
    }

    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0
    }

    .products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left
    }
}

.mini-products-list .product-image {
    float: left;
    min-width: 50px
}

.mini-products-list .product-details {
    margin-left: 60px
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
}

.mini-products-list .input-cart-qty {
    width: 44px;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px
}

.mini-products-images-list li.item .product-image {
    display: block
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%
}

.category-image {
    border: 1px solid #cccccc;
    padding: 10px
}

.category-image img {
    width: 100%;
    max-width: 100%
}

.category-image img:hidden {
    display: none
}

.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

.block-layered-nav .block-content .toggle-tabs {
    display: none
}

.block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #CCCCCC;
    display: block
}

.block-layered-nav dd li {
    font-family: FontAwesome
}

.block-layered-nav dd li a {
    font-family: 'Conv_Lato-Medium'
}

.block-layered-nav dd li:before {
    content: "\f105";
    margin-right: 10px;
    font-size: 14px;
    position: absolute;
    margin-top: 5px;
    color: #111
}

.block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

.block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc
}

.block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 5px 15px;
    display: block;
    color: #542D7F;
    font-size:14px;
}
.block-layered-nav dl dd ol > li > a .count {
    color: #111111
}

@media only screen and (min-width: 771px) {
    .block-layered-nav .block-content > dl > dt {
        padding-left: 10px
    }

    .block-layered-nav .block-content > dl > dt:after {
        display: none
    }
}

@media only screen and (max-width: 770px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none
    }

    .block-layered-nav--no-filters .block-title {
        display: none
    }

    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px
    }

    .block-layered-nav .block-content > dl > dt {
        cursor: pointer;
        border-bottom-width: 0
    }

    .block-layered-nav .block-content > dl > dt:hover {
        color: #3399cc
    }

    .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none
    }

    .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px
    }

    .block-layered-nav .block-content > dl > dd {
        display: none
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current {
        border-bottom-width: 1px
    }

    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }

    .block-layered-nav .block-content.accordion-open > dl > dd.current {
        display: block
    }

    .block-layered-nav .block-subtitle--filter {
        background-color: #3399cc;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF
    }

    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid white;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px
    }

    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #2e8ab8;
        color: #FFFFFF
    }

    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid white;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px
    }

    #narrow-by-list, #narrow-by-list2 {
        padding: 10px;
        border: 1px solid #cccccc;
        border-top: 0
    }

    .block-layered-nav dl ol > li > a, .block-layered-nav dl ol > li > span {
        padding: 7px;
        margin: 5px
    }

    .block-layered-nav dl ol > li > a {
        color: #636363;
        background-color: #f4f4f4;
        padding: 5px 10px
    }

    .block-layered-nav dl ol > li > a:hover {
        text-decoration: none;
        background: #e7e7e7
    }
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px
}

.block-layered-nav .currently ol li .label {
    font-weight: bold
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px
}

.event-container {
    clear: both;
    border: 1px solid #3399cc;
    position: relative;
    z-index: 2;
    border-width: 1px 1px;
    margin-top: 7px;
    height: 59px
}

.event-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #3399cc;
    border-bottom: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px
}

.event-container .event {
    padding-bottom: 18px;
    margin-bottom: -18px;
    padding-top: 5px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    width: auto;
    position: relative;
    z-index: 2;
    border-bottom: 0 !important
}

.event-container .event .event-ticker {
    display: inline;
    font-size: 28px;
    height: auto
}

.event-container .event .event-ticker span {
    line-height: 50px;
    height: 50px;
    padding: 0
}

.event-container .container {
    display: inline;
    margin: 0;
    padding: 0;
    background: none
}

.event-container .status {
    display: inline;
    margin: 0 10px 0 0;
    background: none;
    font-size: 22px
}

.event-container .event-dates {
    display: inline;
    font-size: 22px;
    height: auto
}

.event-container .event-dates div, .event-container .event-dates p {
    display: inline
}

.event-container .event-dates .time-part {
    font-size: 14px
}

.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount {
    float: left
}

.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px
}

.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both
}

.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both
}

.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
    color: #f08221;
    margin-bottom: 10px;
    border: 0
}

.product-view .product-shop .product-name {
    display: none;
    float: left
}

.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 5px;
    font-size: 14px
}

.product-view .product-shop .extra-info {
    padding-right: 15px;
    clear: left
}

.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right
}

.product-view .product-shop .extra-info {
    width: 40% !important;
    margin-bottom: 10px;
    text-align: left
}

.product-view .product-shop .price-info {
    width: 60% !important;
    margin-bottom: 10px;
    text-align: left
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both
}

.product-view .product-shop .ratings {
    margin-bottom: 8px
}

.product-view .product-shop .availability {
    font-size: 16px
}

.availability.preorder .value {
    color: #e43;
}

.availability.coming-soon .value {
    color: #43e;
}

.product-view .product-shop .price-box {
    margin-top: 0
}

.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2
}

.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
    color: #000;
    font-size: 16px
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase
}

.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2
}

.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300
}

.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px
}

.product-view .old-price .price-label {
    display: none
}

.product-view .add-to-cart-wrapper, .product-view .block-related {
    clear: right
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px
    }

    .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px
    }
}

@media only screen and (max-width: 770px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both
    }

    .product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px
    }

    .product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px
    }
}

@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px
    }

    .product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
        display: block
    }
}

.product-img-box {
    float: left
}

.product-img-box .product-name h1 {
    border: 0
}

.product-img-box .product-image {
    margin-bottom: 10px
}

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px
    }
}

.product-image-gallery {
    position: relative
}

.product-image-gallery .gallery-image {
    display: none
}

.product-image-gallery .gallery-image.visible {
    display: block
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden
}

.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.product-image-gallery:after {
    background-image: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.product-image-gallery.loading {
    position: relative
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block
}

.product-image-thumbs li {
    display: inline-block
}

.product-image-thumbs li:first-child {
    margin-left: -1px
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7
}

.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
    margin-bottom: 10px;
    position: relative;
}

.product-view .add-to-box:after, .product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both
}

.product-view .add-to-cart {
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc
}

.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
    min-height: 40px
}

.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px
}

.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left
}

.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px
}

.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px
}

.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 10px
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 145px
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 150px;
    margin: 0 auto
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center
}

.product-view .add-to-cart-buttons .button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0px 30px;
    float: left;
    min-width: 160px;
    width: 100%
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px
    }

    .product-view .add-to-cart-buttons .paypal-logo, .product-view .add-to-cart-buttons .paypal-or, .product-view .add-to-cart-buttons .paypal-button, .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none
    }
}

.add-to-box .or {
    display: none
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left
}

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both
}

.product-view .add-to-links li {
    float: left;
    text-align: center
}

.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc
}

.product-view .add-to-links li:first-child a {
    margin-left: 0px
}

.product-view .add-to-links li:last-child a {
    border-right: 0px
}

.product-view .sharing-links {
    float: left;
    margin-top: 20px
}

.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both
}

.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px
}

.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px
}

.product-view .sharing-links a:hover {
    opacity: 0.8
}

.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px
}

.product-view .sharing-links a.link-compare {
    background-position: 0px -250px
}

.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px
}

.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px
}

.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0
    }
}

.product-collateral {
    clear: both
}

.collateral-tabs dd h2 {
    display: none
}

.box-collateral {
    clear: both
}

@media only screen and (min-width: 771px) {
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        border: 1px solid #4493CE;
        background-color: #6585BC;
        color: #fff
    }

    .product-collateral .toggle-tabs li {
        float: left;
        border-right: 1px solid rgba(45, 93, 168, 0.86);
        border-left: 1px solid transparent
    }

    .product-collateral .toggle-tabs li > span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        font-weight: 10px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 10px;
        position: relative
    }

    .product-collateral .toggle-tabs li.current {
        border-right: 1px solid #E52529;
        border-left: 1px solid #E52529
    }

    .product-collateral .toggle-tabs li.current > span {
        background-color: #E52529;
        color: #fff !important
    }

    .product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span {
        color: #002969
    }

    .product-collateral .toggle-tabs li:first-child {
        border-left: none
    }

    .product-collateral .tab-content .std {
        width: 100%;
        word-wrap: break-word;
        overflow: auto
    }

    .product-collateral .tab-content .std table {
        width: 100%
    }

    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both
    }

    .product-collateral > dl {
        width: 100%
    }

    .product-collateral > dl > dt {
        display: none
    }

    .product-collateral > dl > dd {
        width: 100%;
        display: none;
        padding: 15px;
        border-top: 0
    }

    .product-collateral > dl > dd.current {
        display: block
    }
}

@media only screen and (max-width: 770px) {
    .product-collateral .toggle-tabs {
        display: none
    }

    .product-collateral > dl > dt {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block
    }

    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px
    }

    .product-collateral > dl > dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc
    }

    .product-collateral > dl > dd:last-child {
        border-width: 0 1px 1px 1px
    }

    .product-collateral > dl > dt {
        cursor: pointer;
        border-bottom-width: 0
    }

    .product-collateral > dl > dt:hover {
        color: #3399cc
    }

    .product-collateral > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #3399cc;
        border-right: none
    }

    .product-collateral > dl > dt.last {
        border-bottom-width: 1px
    }

    .product-collateral > dl > dd {
        display: none
    }

    .product-collateral.accordion-open > dl > dt.current {
        border-bottom-width: 1px
    }

    .product-collateral.accordion-open > dl > dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #3399cc;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px
    }

    .product-collateral.accordion-open > dl > dd.current {
        display: block
    }
}

@media only screen and (max-width: 770px) {
    .product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-img-box, .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width: 771px) {
    .product-view .product-shop .product-name {
        display: block
    }

    .product-img-box .product-name {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    .product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
        margin-bottom: 15px
    }
}

.product-view .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0
}

#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver
}

#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver
}

.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px
}

.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none
}

@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px
    }
}

.grouped-items-table .name-wrapper {
    color: #3399cc
}

.grouped-items-table .qty-wrapper {
    padding-top: 7px
}

.grouped-items-table .qty-label {
    margin-left: 7px
}

.grouped-items-table td {
    padding: 4px
}

.product-options {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px 15px;
    border: 1px solid #cccccc;
    clear: both;
    position: relative
}

.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px
}

.product-options dt {
    margin: 10px 0 3px;
    font-weight: normal
}

.product-options dt:first-child {
    margin-top: 0
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0
}

.product-options dd .qty-holder .qty {
    width: 3em
}

.product-options dd .qty-holder label {
    vertical-align: middle
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px
}

.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    border-bottom: 1px solid #ededed
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0
}

.product-options dd .input-text {
    width: 98%
}

.product-options dd .input-box {
    padding-top: 0
}

.product-options dd input.datetime-picker {
    width: 150px
}

.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle
}

.product-options dd textarea {
    width: 98%;
    height: 8em
}

.product-options dd select {
    width: 330px;
    max-width: 100%
}

.product-options ul.options-list {
    margin-right: 5px
}

.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px
}

.product-options ul.options-list li:last-child {
    margin-bottom: 0
}

.product-options ul.options-list .radio, .product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
    display: none
}

.product-options ul.options-list .radio:checked + .label > label, .product-options ul.options-list .checkbox:checked + .label > label {
    background: #AFD0E7
}

.product-options ul.options-list .label {
    display: block;
    clear: both
}

.product-options ul.options-list label {
    font-weight: normal;
    float: left;
    background: #F08221;
    color: #fff;
    cursor: pointer;
    height: auto;
    display: table
}

.product-options p.note {
    margin: 0;
    font-size: 11px
}

.product-options-bottom {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-bottom: 10px
}

.product-options-bottom:after {
    content: '';
    display: table;
    clear: both
}

.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc
    }
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0
}

.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
    color: #636363
}

.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0
}

@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right
    }

    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block
    }
}

.product-options-bottom .price-tax {
    float: left
}

.block-related li {
    margin-bottom: 7px
}

.block-related .block-title {
    border-bottom: none
}

.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0
}

.block-related .block-subtitle {
    margin-bottom: 7px
}

.block-related .product {
    margin-left: 20px;
    position: relative
}

.block-related .checkbox {
    float: left;
    margin-top: 36px
}

.block-related .product-details {
    margin-left: 90px
}

.block-related .product-name {
    margin-bottom: 3px
}

.block-related .product-details .price-box {
    margin: 2px 0 3px
}

.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
    float: left;
    margin-left: 3px
}

.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
    margin-left: 0
}

.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both
}

.block-related .link-wishlist {
    display: none
}

.box-up-sell {
    margin-top: 20px
}

.box-up-sell .ratings {
    display: none
}

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

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px
}

.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100
}

@media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
        left: 10px !important
    }

    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important
    }
}

@media only screen and (max-width: 770px) {
    .map-popup {
        width: 100%;
        left: 0px !important
    }
}

.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto
}

.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center
    }
}

.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center
}

.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center
    }
}

.map-popup .map-popup-checkout {
    padding: 10px 0
}

.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-checkout span {
    display: block
}

.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left
}

.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none
}

.map-popup .map-popup-checkout .paypal-logo {
    width: auto
}

.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left
}

.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left
}

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center
    }

    .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .paypal-logo a, .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none
    }

    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px
    }

    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px
    }
}

.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both
}

.map-popup .map-popup-price {
    padding: 10px 0
}

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

@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px
    }
}

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

.map-popup .map-popup-text, .map-popup .map-popup-only-text {
    border-top: 1px solid #ededed
}

.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both
}

.compare-table .product-image {
    display: inline-block
}

.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0
}

.compare-table .product-shop-row.bottom td {
    padding-top: 0
}

.cart-table {
    float: left;
    width: 60%
}

.cart-forms, .cart-totals-wrapper, .crosssell {
    float: right;
    clear: right;
    width: 40%;
    padding-left: 20px
}

.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc
}

.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
    margin-bottom: 20px
}

.display-both-prices .cart-table {
    float: none;
    width: 100%
}

.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0
}

.display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
    padding-left: 10px
}

.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
    width: 50%
}

.display-both-prices .crosssell {
    clear: right;
    float: right
}

@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%
    }

    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0
    }

    .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        padding-left: 10px
    }

    .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        width: 50%
    }

    .display-single-price .crosssell {
        clear: right;
        float: right
    }
}

@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none
    }

    .display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%
    }
}

.cart .page-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed
}

.cart .page-title:after {
    content: '';
    display: table;
    clear: both
}

.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px
}

.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%
}

.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px
}

.checkout-types li:after {
    content: '';
    display: table;
    clear: both
}

.checkout-types li img {
    display: inline;
    vertical-align: top
}

.checkout-types li:first-child {
    margin-left: 0
}

.checkout-types .method-checkout-cart-methods-multishipping {
    display: block
}

.checkout-types.top li {
    display: inline-block
}

.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top
}

.checkout-types.top .bml_button img {
    display: block
}

.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block
}

.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    width: 150px;
    display: block;
    text-align: center;
    float: right
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
    background-color: #e52529;
}
.cart-totals .checkout-types .btn-checkout:hover {
    background-color: #000;
}

@media only screen and (max-width: 670px) {
    .checkout-types {
        float: none;
        text-align: center
    }

    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .btn-checkout {
        width: 100%
    }
}

.cart-table th, .cart-table td, .cart-table tbody td {
    border-bottom: none;
    vertical-align: top
}

.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.cart-table thead th, .cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px
}

.cart-table .product-cart-info, .cart-table .product-cart-actions {
    padding-left: 15px
}

.cart-table tr {
    border-bottom: 1px solid silver
}

.cart-table tfoot tr {
    background: none
}

.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both
}

.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase
}

.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove, .cart-table .product-cart-actions .button {
    display: none
}

.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0
}

.cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%
}

.cart-table .product-cart-image a.cart-edit {
    display: none
}

.cart-table .product-cart-sku {
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px
}

.cart-table .product-cart-sku .label {
    font-weight: 600
}

.cart-table .btn-empty {
    float: left
}

.cart-table .product-cart-total, .cart-table .product-cart-price {
    text-align: center
}

.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer
}

.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3399cc;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #3399cc;
    border-bottom: none;
    right: -15px;
    top: 6px
}

.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px
}

.cart-table .cart-links > li > a {
    display: block
}

.cart-table .cart-links > li:last-child {
    margin-bottom: 0
}

.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center
}

.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3em
}

.cart-table .product-cart-actions .button {
    margin-bottom: 5px
}

.cart-table .item-options {
    padding-left: 15px
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px
    }

    .cart-table th, .cart-table td {
        padding: 7px 6px
    }

    .cart-table .product-cart-actions > li {
        white-space: inherit
    }
}

@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head, .display-both-prices .cart-table td.product-cart-total {
        display: none
    }
}

@media only screen and (max-width: 599px) {
    .cart-table colgroup, .cart-table thead {
        display: none
    }

    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .cart-table tr:after {
        content: '';
        display: table;
        clear: both
    }

    .cart-table tr:last-child {
        margin-bottom: 0
    }

    .cart-table tfoot tr {
        padding-bottom: 0
    }

    .cart-table td {
        border: none;
        display: block
    }

    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px
    }

    .cart-table td[data-rwd-label] .price {
        font-weight: normal
    }

    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        padding-right: 5px;
        text-transform: uppercase
    }

    .cart-table td.product-cart-price {
        text-align: left
    }

    .cart-table h2 {
        font-size: 12px
    }

    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px
    }

    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center
    }

    .cart-table .cart-links > li > a {
        padding: 2px 0px
    }

    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px
    }

    .cart-table .cart-tax-info .price {
        font-size: 13px
    }

    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0
    }

    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase
    }

    .cart-table .product-cart-info, .cart-table td[data-rwd-label] {
        float: right;
        width: 75%
    }

    .cart-table .product-cart-actions, .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right
    }

    .cart-table .product-cart-remove, .cart-table .product-cart-total, .cart-table .product-cart-actions .cart-links {
        display: none
    }

    .cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
        display: block
    }

    .cart-table .product-cart-actions .button {
        display: none
    }

    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: -4px 0px 2px 7px
    }

    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px
    }

    .cart-table .product-cart-actions {
        text-align: left
    }

    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px
    }

    .cart-table .price, .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px
    }

    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%
    }

    .cart-table .cart-footer-actions #empty_cart_button {
        float: right
    }

    .cart-table .cart-footer-actions .btn-continue {
        float: left
    }

    .cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or {
        display: none
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":"
    }
}

.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px
}

.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
    font-size: 13px
}

.shipping select.validation-failed {
    border-color: red
}

.shipping .shipping-desc {
    display: none
}

.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0
}

.shipping .form-list:after {
    content: '';
    display: table;
    clear: both
}

.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0
}

.shipping .form-list .shipping-country {
    width: 37%
}

.shipping .form-list .shipping-region {
    width: 41%
}

.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%
}

.shipping .form-list .shipping-postcode input {
    margin-top: 4px
}

.shipping .form-list .input-box {
    padding-top: 0
}

.shipping .form-list input {
    height: 30px;
    margin-top: 4px
}

.shipping .form-list label {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left
}

.shipping .sp-methods dd {
    margin-bottom: 10px
}

.shipping .sp-methods label {
    font-size: 12px;
    font-style: italic;
    min-width: 100px
}

.shipping .sp-methods label span {
    font-weight: bold;
    font-style: normal
}

.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0
}

.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #e7e7e7;
    min-width: 220px
}

.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb
}

@media only screen and (max-width: 770px) {
    .shipping .shipping-form .form-list > li {
        width: 100%;
        float: none
    }

    .shipping .shipping-form .form-list > li label {
        display: block
    }

    .shipping .shipping-form .form-list > li input, .shipping .shipping-form .form-list > li select {
        width: 100%
    }
}

.cart .cart-totals {
    text-align: right
}

.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both
}

.cart .cart-totals table {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%
}

.cart .cart-totals table td {
    padding: 2px 0px
}

.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px
}

.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px
}

.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6
}

.cart .cart-totals table tfoot td {
    font-size: 18px;
    padding: 2px 5px;
    vertical-align: top
}

.cart .cart-totals table tfoot strong {
    font-weight: 400
}

@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right
    }
}

@media only screen and (max-width: 770px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px
    }
}

.discount-form:after, #giftcard-form:after {
    content: '';
    display: table;
    clear: both
}

#discount-coupon-form, .cart .giftcard {
    width: 100%
}

#discount-coupon-form h2, .cart .giftcard h2 {
    display: none
}

#discount-coupon-form label, .cart .giftcard label {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px
}

#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
    display: inline-block
}

#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
    display: inline
}

#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom
}

#discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button {
    float: left
}

#discount-coupon-form .input-text, .cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px
}

.cart .giftcard p {
    margin-bottom: 7px
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px
}

.cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none
}

.crosssell h2 {
    color: #3399cc
}

.crosssell #crosssell-products-list .button, .crosssell #crosssell-products-list .add-to-links {
    display: none
}

@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px
    }

    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px
    }
}

.checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
    display: none
}

.checkout-onepage-index .col-main {
    width: auto;
    float: none
}

@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px
    }

    .checkout-onepage-index .col-right, .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block
    }

    .checkout-onepage-index .col-right {
        padding-left: 0
    }
}

.opc select {
    width: 365px
}

.opc .section .step-title {
    width: 100%;
    border-top: 1px solid #ececec;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both
}

.opc .section.allow:not(.active) .step-title {
    cursor: pointer
}

.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4
}

.opc .section.active .step-title {
    border-bottom: 1px solid #ececec
}

.opc .section .step-title a {
    display: none
}

.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px
}

.no-touch .opc .section .step-title a:hover {
    text-decoration: none
}

.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #3399cc;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px
}

.opc .section.allow .step-title .number {
    background-color: #99cce5
}

.opc .section.allow .step-title h2 {
    color: #a0a0a0
}

.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2 {
    color: #3399cc
}

.opc .section .step-title h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 0px 4px 0px 45px
}

.opc .section .step {
    padding: 20px
}

.opc .section .step:after {
    content: '';
    display: table;
    clear: both
}

@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px
    }
}

.opc h3 {
    font-weight: 500
}

.opc .buttons-set {
    text-align: left
}

.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0
}

.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0
}

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

.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0
}

@media only screen and (max-width: 479px) {
    .opc .buttons-set .button + .buttons-set .button, .paypal-express-review .buttons-set .button + .buttons-set .button {
        margin-left: 0
    }
}

.opc #opc-login .step {
    padding: 0px
}

.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px
}

@media only screen and (max-width: 770px) {
    .opc #opc-login .description, .opc #opc-login p.required {
        display: none
    }
}

#opc-payment .note {
    padding: 10px
}

.opc.opc-firststep-login .section:not(#opc-login) .step-title, .opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title, body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 0
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0px
}

.sp-methods {
    margin: 0 0 8px
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold
}

.sp-methods dt:first-chi
ld {
    margin: 0 0 5px
}

.sp-methods dd li {
    margin: 5px 0
}

.sp-methods label img {
    float: left
}

.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px
}

.sp-methods .price {
    font-weight: bold
}

.sp-methods .form-list {
    padding-left: 20px
}

.sp-methods .form-list li {
    margin: 0 0 8px
}

.sp-methods select.month {
    width: 120px;
    margin-right: 10px
}

.sp-methods select.year {
    width: 96px
}

.sp-methods input.cvv {
    width: 4em !important
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both
}

.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left
}

.sp-methods .checkmo-list address {
    float: left
}

@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0
    }

    .sp-methods .checkmo-list label {
        width: 135px
    }
}

.sp-methods .release-amounts {
    margin: 0.5em 0
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}

.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px
}

.block-progress .block-content {
    font-size: 13px
}

.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0
}

.block-progress dt.complete {
    color: #636363
}

.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-style: italic
}

.block-progress dd address {
    font-style: italic
}

.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px
}

.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px
}

.block-progress .payment-info dt:after {
    content: ': '
}

.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px
}

.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both
}

#checkout-review-table .btn-remove img {
    display: none
}

.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline
}

.opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none
}

#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0
}

#checkout-step-review .opc-block-progress .block-title {
    display: none
}

#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%
}

@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto
    }
}

#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none
}

@media only screen and (max-width: 479px) {
    #checkout-review-table thead > tr > th {
        display: none
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block
    }

    #checkout-review-table thead > tr > th:first-child {
        display: block
    }
}

#checkout-step-review .centinel > p {
    margin-bottom: 10px
}

#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px
}

.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px
}

.gift-messages-form .item h5 {
    font-weight: bold
}

.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px
}

.gift-messages-form .item .details {
    float: left
}

.gift-message-form .inner-box > div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px
}

.gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px
}

.gift-message-form .gift-wrapping-form label {
    margin-right: 10px
}

.gift-message-form .gift-wrapping-form img {
    float: left
}

.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center
}

.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center
}

.checkout-onepage-success .buttons-set button {
    float: none
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px
}

.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec
}

.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both
}

.gift-message-form .gift-item .product-img-box {
    width: 200px
}

.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto
}

.gift-message-form .gift-item .product-img-box .product-name {
    display: block
}

.gift-message-form .gift-item .fieldset {
    margin-left: 200px
}

@media only screen and (max-width: 770px) {
    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none
    }

    .gift-message-form .gift-item .fieldset {
        margin-left: 0px
    }

    .gift-message-form .gift-item .fieldset textarea {
        width: 100%
    }
}

.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0
}

.product-view .product-options dt.swatch-attr label {
    display: block;
    line-height: 1.3
}

.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%
}

.swatch-link img {
    border-radius: 3px
}

.swatch-link, .swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #666666;
    text-decoration: none;
    box-sizing: content-box
}

.swatch-link {
    border: 1px solid #bbbbbb;
    margin: 0 0 3px
}

#narrow-by-list dd .swatch-link {
    float: left;
    margin-right: 2px;
    padding: 0
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 10px
}

.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #efefef
}

.swatch-link:hover {
    cursor: pointer
}

.currently .swatch-link:hover {
    cursor: default
}

.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10
}

.configurable-swatch-list .not-available .x {
    display: block
}

.configurable-swatch-list .not-available .swatch-link {
    border-color: #e6e6e6;
    position: relative
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff
}

.swatch-link.has-image .swatch-label {
    position: relative
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
    border-color: #44f
}

.currently .swatch-link:hover {
    border-color: #bbbbbb
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px
}

.configurable-swatch-box {
    background: none !important
}

.configurable-swatch-box select.swatch-select {
    display: none
}

.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #D91A00;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px
}

.availability.out-of-stock span {
    color: #333
}

.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default
}

.product-view .product-options dd .input-box {
    width: auto;
    height: auto
}

.product-options .select-label {
    display: none
}

.product-options dt.swatch-attr label, .product-options dt.swatch-attr .select-label {
    font-size: 12px
}

.product-options dt.swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #00acb1;
    padding-left: 5px
}

.customer-account-login .scaffold-form label:first-child {
    width: 115px
}

.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0
}

.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0
}

.customer-account-login .col2-set .col-1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0 20px 0
}

@media only screen and (min-width: 480px) {
    .customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
        padding-top: 0;
        margin-top: 20px
    }

    .customer-account-login .col2-set .col-1 {
        padding-right: 20px
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 20px;
        border-left: 1px solid #ededed
    }
}

@media only screen and (min-width: 770px) {
    .customer-account-login .col2-set .col-1 {
        padding-right: 0
    }

    .customer-account-login .col2-set .col-2 {
        padding-left: 60px;
        border-left: 1px solid #ededed
    }
}

@media only screen and (max-width: 479px) {
    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px
    }

    .customer-account-login .col2-set .col-2 {
        padding-top: 30px;
        border-top: 1px solid #ededed
    }
}

@media only screen and (max-width: 770px) {
    .customer-account-login .col2-set p.required {
        display: none
    }
}

.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}
.customer-account-create .scaffold-form .input-text {
    width: 100%;
    height: 36px;
}
.customer-account-create .scaffold-form .form-list {
    width: 100%;
    float: left;
}
.customer-account-create .scaffold-form .form-list li {
    margin-bottom: 20px;
}
.customer-account-create .scaffold-form .form-list li .field {
    margin-bottom: 20px;
}
.customer-account-create .scaffold-form  {
    max-width: 560px;
    margin: 0 auto;
}

.opc #opc-login p:not(.required) {
    font-style: italic;
    font-size: 13px;
    color: #a0a0a0
}

.remember-me-box a.hide {
    display: none
}

.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px
}

.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative
}

.remember-me-popup.show {
    display: block
}

.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px
}

.remember-me-popup .remember-me-popup-close-button {
    display: none
}

.customer-account-create .buttons-set {
    max-width: 455px
}

.customer-account-create .fieldset, .customer-account-create .buttons-set {
    margin-left: 30px
}

@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset, .customer-account-create .buttons-set {
        margin-left: 0
    }
}

.customer-account-create .fieldset .hidden {
    display: none
}

.customer-account-create #remember-me-popup {
    max-width: 455px
}

.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    max-width: 400px
}

@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
        margin-left: 0
    }
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%
}

body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left
}

body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right
}

body.customer-account .my-account .title-buttons h1 {
    text-align: left
}

body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0
}

body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px
}

body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block
}

body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600
}

body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px
}

body.customer-account .data-table {
    margin-top: 5px
}

body.customer-account .data-table td a {
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px
}

body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px
}

body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0
}

body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0
}

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px
}

.form-list .customer-dob .dob-year {
    width: 80px;
    float: left
}

.dashboard .box-head {
    margin-top: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px
}

.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0
}

.dashboard .box-head a {
    padding: 10px
}

.dashboard .box-title a, .dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px
}

.dashboard .box-account {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px
}

.dashboard .box-account p, .dashboard .box-account address {
    font-style: italic
}

.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0
}

.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px
}

.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}

.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 10px;
    line-height: 19.6px
}

.dashboard .box-reviews.box-account {
    padding-bottom: 0
}

.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed
}

.dashboard .box-reviews li:first-child {
    border-top: 0
}

.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px
}

.dashboard .box-reviews li .details {
    margin-left: 20px
}

.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0
}

.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-size: 13px;
    margin-right: 5px
}

.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0
}

.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
    padding-bottom: 0
}

.my-account .addresses-list .item {
    margin: 0 0 30px 0
}

.my-account .addresses-list .item p {
    margin-top: 10px
}

@media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
        width: 100%
    }
}

@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap
    }
}

.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px
}

.order-info dt, .order-info dd, .order-info ul, .order-info li {
    display: inline
}

.order-info dt {
    margin-right: 20px
}

.order-info li {
    margin: 0 0 0 20px
}

.order-info li.current {
    font-weight: 600
}

.order-info li:first-child {
    margin-left: 0
}

.order-date {
    text-transform: uppercase
}

.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px
}

.order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed
}

.order-info-box .col-1 {
    padding-right: 0;
    width: 48%
}

.order-info-box .col-2 {
    width: 52%
}

.order-info-box .col-1, .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0
}

.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left
}

.order-info-box .box-title h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5
}

.order-info-box .box-title h2:after {
    content: ':'
}

.order-info-box .box-content {
    float: left
}

.order-info-box .box-content td, .order-info-box .box-content th {
    line-height: 1.3
}

.order-info-box .box-content th {
    padding-top: 10px
}

.order-info-box .box-content td {
    padding-left: 15px
}

.order-info-box .box-content strong {
    font-weight: normal;
    text-transform: uppercase
}

#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic
}

#my-orders-table .option-value {
    margin-left: 20px
}

#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none
}

ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0
}

ol#cart-sidebar-reorder li input {
    margin-right: 10px
}

ol#cart-sidebar-reorder p.product-name {
    display: inline
}

@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px
    }

    #my-orders-table .option-value {
        margin-left: 35px
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none
    }

    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px
    }

    #my-orders-table tr.bundle {
        border-color: #ededed
    }

    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px
    }

    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0
    }

    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px
    }

    #my-orders-table tfoot tr.shipping {
        margin-top: 0
    }
}

.order-additional {
    margin: 40px 0
}

.order-gift-message dd {
    margin-top: 10px
}

@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left
    }

    body.customer-account .my-account .title-buttons span.separator, body.customer-account .my-account .title-buttons a {
        top: -12px
    }

    .data-table span.nobr {
        white-space: normal
    }

    .data-table span.nobr a {
        white-space: nowrap
    }

    .data-table .separator {
        display: none
    }

    .dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
        position: static;
        padding: 0
    }
}

@media only screen and (max-width: 770px) {
    body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
        display: none
    }

    .order-info-box .box-content {
        clear: left
    }

    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px
    }

    .order-info dt {
        display: none
    }

    .dashboard .page-title {
        margin-top: 20px
    }

    .dashboard .page-title h1 {
        margin-top: 0
    }

    .dashboard .welcome-msg .hello {
        font-style: italic
    }

    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px
    }

    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0
    }

    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%
    }

    .dashboard .col2-set .col-2 {
        float: right
    }
}

@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0
    }
}

@media only screen and (max-width: 530px) {
    .data-table.orders td.status, .data-table.orders th.status {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center
    }

    body.customer-account .my-account .title-buttons {
        text-align: center
    }

    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px
    }

    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px
    }

    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px
    }

    body.customer-account .my-account .buttons-set {
        border-top: 0
    }

    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto
    }

    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px
    }

    .order-info {
        margin-top: 15px
    }

    .data-table.orders .link-reorder, .data-table.orders .date {
        display: none
    }

    .data-table.orders td.view {
        text-align: right
    }

    .dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px
    }

    .dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
        position: absolute;
        padding: 10px
    }

    .order-info-box {
        margin: 0
    }

    .order-info-box .col-1, .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0
    }

    .order-info-box + .order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px
    }

    #my-reviews-table .nobr {
        white-space: normal
    }
}

body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px
}

body.newsletter-manage-index .my-account .fieldset h2 {
    display: none
}

body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px
}

.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px
}

.contacts-index-index .buttons-set p.required {
    float: left
}

@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0
    }

    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px
    }

    .contacts-index-index .buttons-set p.required {
        float: right
    }
}

div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%
}

div.paypal-logo span {
    display: block;
    width: 100%
}

div.paypal-logo span a {
    display: inline-block;
    max-width: 100%
}

div.paypal-logo span a img {
    max-width: 100%
}

div.paypal-logo span > img {
    display: none
}

.checkout-types div.paypal-logo {
    text-align: right
}

.bml-checkout-type {
    list-style-type: none
}

@media only screen and (max-width: 870px) and (min-width: 771px) {
    .paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 {
        padding: 0px
    }
}

.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed
}

.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0
}

.paypal-review-order .buttons-set button {
    margin-bottom: 10px
}

@media only screen and (max-width: 770px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0
    }

    .paypal-review-order .field.inactive {
        display: none
    }
}

.bml-ad {
    display: none
}

.bml-ad.small img {
    margin: auto;
    max-width: 100%
}

@media only screen and (max-width: 799px) {
    .bml-ad.small {
        display: block
    }
}

@media only screen and (min-width: 800px) {
    .bml-ad.large {
        display: block
    }
}

#customer-reviews {
    width: auto;
    float: none
}

#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px
}

#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .review-heading h2 {
    float: left;
    display: block
}

#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto
}

#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0
}

#customer-reviews .review-heading .pager .count-container .limiter label {
    font-size: 10px;
    text-transform: uppercase
}

#customer-reviews .review-heading .pager .amount {
    display: none
}

#customer-reviews h2 {
    color: #3399cc;
    font-size: 12px;
    text-transform: uppercase
}

#customer-reviews h2 span {
    color: #636363
}

#customer-reviews h3 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase
}

#customer-reviews h3 span {
    color: #3399cc
}

#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px
}

#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase
}

#customer-reviews .fieldset h4 em {
    display: none
}

#customer-reviews .fieldset .form-list {
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px
}

#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both
}

#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal
}

#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none
}

#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0
}

#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%
}

#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px
}

#customer-reviews dl {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px
}

#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase
}

#customer-reviews dl dd {
    font-size: 14px;
    margin: 10px 0
}

#customer-reviews dl dd .ratings-table {
    font-size: 12px;
    width: 100%
}

#customer-reviews dl dd .ratings-table tr {
    float: left;
    margin-right: 15px
}

#customer-reviews dl dd table {
    margin: 15px 0
}

#customer-reviews dl dd .review-meta {
    color: #3399cc;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase
}

.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px
}

.review-summary-table thead {
    background: transparent
}

.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px
}

.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px
}

.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0
}

.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0
}

.review-summary-table .rating-box .rating-number {
    display: none
}

.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px
}

.ratings-table {
    font-size: 12px;
    text-transform: uppercase
}

.ratings-table th {
    padding-right: 10px
}

.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px
}

.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px
}

@media only screen and (max-width: 770px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0
    }

    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: left;
        margin-right: 15px
    }
}

@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0
    }

    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0
    }
}

@media only screen and (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%
    }

    #customer-reviews .fieldset .form-list {
        width: 100%
    }

    #customer-reviews .fieldset .form-list .inline-label label, #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none
    }

    #customer-reviews .buttons-set {
        width: 100%
    }

    #customer-reviews .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px
    }

    #customer-reviews .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px
    }

    #customer-reviews .review-summary-table tbody td {
        width: 20%;
        padding: 0px
    }

    #customer-reviews .review-summary-table .rating-box {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: 100%
    }

    #customer-reviews .review-summary-table .rating-box .rating {
        display: none
    }

    #customer-reviews .review-summary-table .rating-box .rating-number {
        display: inline-block
    }
}

@media only screen and (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none
    }
}

.review-product-view .product-review .product-details h2 {
    border-bottom: none
}

.review-product-view .product-review .product-img-box {
    width: auto
}

.review-product-view .product-review .product-img-box > a {
    width: 100%
}

.review-product-view .product-review .product-img-box .product-image {
    width: 100%
}

@media only screen and (max-width: 770px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%
    }
}

.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed
}

.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF
}

.slideshow-container .slideshow > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0
}

.slideshow-container .slideshow > li:first-child {
    position: static;
    z-index: 100
}

.slideshow-container .slideshow > li img {
    max-width: 100%;
    width: 100%
}

.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.slideshow-pager span {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer
}

.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative
}

.slideshow-pager span:hover:before {
    background-color: #2e8ab8
}

.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3
}

.slideshow-pager > * {
    cursor: pointer
}

.slideshow-prev, .slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 0.6;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

.slideshow-prev:before, .slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px
}

.slideshow-prev:hover, .slideshow-next:hover {
    opacity: 1
}

.slideshow-prev.disabled, .slideshow-next.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default
}

.slideshow-prev {
    left: 8px
}

.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px
}

.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent
}

.slideshow-next {
    right: 8px
}

.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px
}

.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8
}

.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110
}

.cycle-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5
}

#wishlist-table th {
    text-align: center
}

#wishlist-table.clean-table {
    font-size: 12px;
    text-transform: uppercase;
    width: 100%
}

#wishlist-table.clean-table th {
    border-bottom: 1px solid silver
}

#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top
}

#wishlist-table.clean-table thead th {
    font-size: 12px;
    text-transform: uppercase
}

#wishlist-table .product-name {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase
}

#wishlist-table .product-name a {
    color: #3399cc
}

#wishlist-table .wishlist-sku {
    font-size: 11px;
    margin: 5px 0
}

#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px
}

#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase
}

#wishlist-table textarea:focus {
    border: 1px solid #3399cc
}

#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px
}

#wishlist-table .item-manage .button {
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 5px
}

#wishlist-table .cart-cell {
    text-align: center
}

#wishlist-table td.customer-wishlist-item-image {
    width: 113px
}

#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em
}

#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center
}

#wishlist-table td.customer-wishlist-item-cart {
    width: 150px
}

#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px
}

#wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top
}

#wishlist-table td.customer-wishlist-item-remove {
    width: 20px
}

#wishlist-table .price-box {
    font-size: 12px
}

#wishlist-table .price-box .price {
    color: #636363
}

#wishlist-table .giftregisty-add {
    margin-top: 5px
}

#wishlist-table .giftregisty-add .change {
    display: none
}

#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #3399cc;
    margin-bottom: 3px
}

#wishlist-table .truncated .details {
    background: none;
    color: #3399cc
}

@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px
    }

    #wishlist-table.clean-table td textarea {
        height: 100px
    }

    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px
    }

    #wishlist-table .product-name {
        font-size: 13px
    }
}

@media only screen and (max-width: 770px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both
    }

    #wishlist-table .product-name {
        font-size: 16px
    }

    #wishlist-table textarea {
        height: 68px;
        max-width: 100%
    }

    #wishlist-table .item-manage {
        max-width: 100%
    }

    #wishlist-table tr {
        position: relative
    }

    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both
    }

    #wishlist-table td.customer-wishlist-item-image {
        width: 70px
    }

    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px
    }

    #wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0
    }

    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px
    }

    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px
    }
}

@media only screen and (max-width: 599px) {
    #wishlist-table td.customer-wishlist-item-quantity {
        padding-left: 0
    }

    #wishlist-table td.customer-wishlist-item-image, #wishlist-table th.customer-wishlist-item-image {
        display: none
    }
}

@media only screen and (max-width: 479px) {
    #wishlist-table tr {
        position: relative
    }

    #wishlist-table th.customer-wishlist-item-image {
        display: block
    }

    #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide
    }

    #wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden
    }

    #wishlist-table td.customer-wishlist-item-image a {
        float: left
    }

    #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px
    }

    #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
        text-align: left
    }

    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
        float: left;
        margin-right: 15px
    }

    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
        text-align: left
    }

    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
        margin-top: 0
    }

    #wishlist-table td.customer-wishlist-item-cart .cart-cell {
        float: left;
        width: 48%
    }

    #wishlist-table td.customer-wishlist-item-cart > p {
        float: right;
        width: 48%
    }

    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0px;
        display: block;
        padding: 0px;
        height: 20px
    }

    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%
    }
}

.block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px
}

.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px
}

.block-wishlist .price-box {
    float: left;
    margin: 0
}

.block-wishlist .price-box, .block-wishlist .price-box .price, .block-wishlist .link-cart {
    font-size: 12px
}

.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed
}

.header-minicart .minicart-message {
    display: block;
    padding: 10px
}

.header-minicart .minicart-wrapper {
    clear: both;
    position: relative
}

.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none
}

.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2
}

.header-minicart .minicart-wrapper:after {
    background-image: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3
}

.header-minicart .minicart-wrapper.loading {
    position: relative
}

.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
    display: block
}

.header-minicart .block-cart {
    display: none
}

.header-minicart .block-subtitle {
    color: #50A4CF;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px
}

.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px
}

.header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px
}

.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px;
    border-bottom: 1px solid #DDDDDD;
    position: relative
}

.header-minicart .mini-products-list li.last {
    border: none
}

.header-minicart .mini-products-list li .product-details {
    position: relative
}

.header-minicart .product-details .product-name {
    padding-top: 0px;
    font-weight: bold
}

.header-minicart .product-details .product-name a {
    color: #3399cc
}

.header-minicart .info-wrapper {
    margin-bottom: 0.5em
}

.info-wrapper .price {
    padding-left: 5px;
    color: #F08221
}

.info-wrapper .input-cart-qty {
    border: 1px solid #efefef;
    float: left;
    height: 33px;
    padding-left: 5px;
    margin-top: 5px;
    width: 44px;
}

.info-wrapper .btn-cart {
    width: 44px;
    float: left;
    margin-top: 5px
}

.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px
}

.header-minicart .info-wrapper td {
    color: #3399cc;
    clear: right
}

.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px
}

.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 30px
}

.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms
}

.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default
}

.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1
}

.header-minicart .subtotal {
    background-color: #DDDDDD;
    text-align: center;
    line-height: 2em
}

.header-minicart .subtotal .label {
    color: white;
    text-transform: uppercase
}

.header-minicart .subtotal .price {
    color: #3399cc
}

.header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative
}

.header-minicart .minicart-actions .checkout-button {
    min-width: 145px
}

.header-minicart .minicart-actions .cart-link {
    height: 33px;
    line-height: 39px;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    left: 10px;
    bottom: 17px;
    position: absolute
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6
}

.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none
}

.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none
}

.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next {
    display: none
}

.header-minicart.skip-active .block-cart, .block-cart.skip-active {
    display: block
}
#header-cart .block-content {
    margin:0 !important;padding:10px; text-align:right;
}
#header-cart .block-content p {
    margin:0 !important;
}
#header-cart .block-content span.label
 {
    font-size: 15px !important;
}
@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1
    }
}

@media only screen and (max-width: 770px) {
    .header-minicart .subtotal .label {
        color: #636363
    }

    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED
    }

    .header-minicart .quantity-button {
        float: none
    }

    .header-minicart .header-minicart .block-cart {
        padding: 15px
    }

    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px
    }

    .header-minicart .minicart-actions {
        padding-bottom: 33px
    }

    .header-minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        left: auto
    }

    .header-minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px
    }
}

@media only screen and (max-width: 670px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%
    }

    .header-minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or, .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0
    }

    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6
    }
}

.search-autocomplete {
    left: 0 !important;
    overflow: visible !important;
    position: relative !important;
    top: 15px !important;
    width: 100% !important;
    z-index: 200
}

.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #3399cc;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.search-autocomplete ul li {
    border-bottom: 1px solid #f4f4f4;
    color: #3399cc;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 6px;
    text-align: left
}

.search-autocomplete ul li:hover {
    color: #2e8ab8
}

.search-autocomplete ul li.selected {
    background-color: #3399cc;
    color: white
}

.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold
}

.search-autocomplete ul li:last-child {
    border-bottom: none
}

.search-autocomplete:before {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #3399cc;
    border-top: none;
    left: 50%;
    top: -7px
}

.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px
}

.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px
}

@media only screen and (max-width: 479px) {
    .advanced-search {
        padding: 15px
    }
}

.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.product-review .product-img-box .rating-box {
    margin: 15px 0
}

.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #3399CC;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px
}

.product-review .ratings-table th {
    padding-right: 10px
}

.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase
}

.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.product-review .ratings-description dd {
    color: #737373;
    font-size: 13px
}

@media only screen and (min-width: 771px) {
    .product-review .ratings-table tr {
        float: none
    }
}

@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px
    }
}

@media only screen and (max-width: 320px) {
    .product-review .ratings-table tr {
        float: none
    }
}

.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3 {
    border: none
}

.cms-page-view .std img, .cms-no-route .std img {
    max-width: 100%
}

.cms-page-view .std p, .cms-no-route .std p {
    color: #636363;
    font-size: 14px;
    font-style: italic;
    line-height: 24px
}

.cms-page-view .std h1, .cms-no-route .std h1 {
    color: #3399cc
}

.cms-page-view .std h2, .cms-no-route .std h2 {
    color: #3399cc
}

.cms-page-view .std li, .cms-no-route .std li {
    color: #636363;
    font-size: 14px;
    font-style: italic;
    line-height: 24px
}

.cms-page-view .col-left:after, .cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both
}

.cms-no-route .std img {
    width: 100%
}

.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages {
    margin-bottom: 10px
}

.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul {
    margin-bottom: 0
}

.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal
}

#accordion .toggle-tabs {
    display: none
}

#accordion > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block
}

#accordion > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3399cc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px
}

#accordion > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc
}

#accordion > dl > dd:last-child {
    border-width: 0 1px 1px 1px
}

#accordion li {
    position: relative;
    overflow: hidden
}

#accordion li .plusimage h2 {
    margin-right: 10px
}

.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0
}

.page-sitemap .links a {
    position: relative
}

.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px
}

.page-sitemap .sitemap li {
    margin: 3px 0
}

.contacts-index-index h1 {
    border: none
}

#contactForm {
    padding-left: 40px
}

#contactForm h2 {
    display: none
}

#contactForm:after {
    content: '';
    display: table;
    clear: both
}

#contactForm .fieldset .legend + .required {
    margin: 0
}

@media only screen and (max-width: 770px) {
    #contactForm {
        padding-left: 0
    }
}

.price-box.map-info .old-price {
    display: none
}

.price-box .minimal-price-link .label {
    color: #cf5050;
    font-size: 12px;
    text-transform: uppercase
}

.notice-cookie .notice-inner {
    padding-bottom: 0
}

.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both
}

.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left
}

.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3
}

.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px
}

@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%
    }
}

@media only screen and (max-width: 770px) {
    .notice-cookie {
        padding: 0 20px
    }

    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0
    }
}

@media only screen and (max-width: 620px) {
    .notice-cookie {
        padding: 0 20px
    }

    .notice-cookie .notice-inner {
        background-position: left 10px
    }

    .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both
    }

    .notice-cookie .notice-text {
        float: none;
        max-width: 100%;
        padding-top: 0
    }

    .notice-cookie .actions {
        text-align: left
    }
}

div.calendar table {
    border-collapse: separate
}

div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none
}

.category-products select {
    background: #FCC642;
    color: #FFF;
    border: 1px solid #FCC642;
    padding: 0 10px
}

.pager {
    margin: 0px 0 !important
}

.category-products {
    border: 1px solid #dfdfdf
}

.yellow, .link-wishlist {
    background: #f08221;
    color: #fff
}

.blue, .btn-cart {
    background: #2e5ea8;
    color: #fff
}

.black, .link-compare {
    background: #000;
    color: #fff
}

.i-contant {
    position: relative
}

.carousel-grid .availability {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s
}

.carousel-grid li:hover .availability {
    top: 40%;
    margin-top: -15px;
    opacity: 1;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s
}

.ovf-hiiden {
    overflow: hidden;
    padding-top: 1px
}

.carousel-grid .btn-cart {
    display: block;
    width: 100%
}

.carousel-grid .add-to-links {
    left: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0
}

.carousel-grid li:hover .add-to-links {
    opacity: 1;
    bottom: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}


.owl-theme .owl-controls .owl-buttons .owl-prev {
    color: #000;
    display: inline-block;
    zoom: 1;
    display: block;
    background: rgba(134, 212, 239, 0.82);
    position: absolute;
    right: 2px;
    filter: Alpha(Opacity=50);
    top: 50%;
    width: 28px;
    height: 30px;
    margin-top: -15px
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    color: #000;
    display: inline-block;
    zoom: 1;
    display: block;
    background: rgba(134, 212, 239, 0.82);
    position: absolute;
    left: 2px;
    filter: Alpha(Opacity=50);
    top: 50%;
    width: 28px;
    height: 30px;
    margin-top: -15px
}

.owl-theme .owl-controls .owl-buttons .owl-next img, .owl-theme .owl-controls .owl-buttons .owl-prev img {
    margin: 0 auto
}

.marg-top-bot-15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.marg-top-bot-25 {
    margin-bottom: 25px;
    margin-top: 25px
}

.main- {
    background: #fff
}

.related-checkbox {
    visibility: hidden
}

.related-checkbox-label {
    background: #ECE7E1;
    display: none;
    position: absolute;
    right: 2px;
    top: 0;
    padding: 0px 5px !important;
    font-size: 18px !important;
    cursor: pointer;
    color: #FFFFFF
}

#block-related li.item:hover > .related-checkbox-label {
    display: block
}

.related-checkbox:checked + .related-checkbox-label {
    display: block;
    background: #F08221
}

.products-grid {
    padding: 10px 0
}

.sidebar .block-content p {
    padding: 10px;
}


.postWrapper {
	padding-top: 25px;
	padding-bottom: 15px;
	clear:both;
}
.postTitle {
	border-bottom-width: 2px;
  	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;
	padding-bottom:10px;
}
.postTitle h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.postTitle h3 {
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color:#FA801B!important;
}
.postContent {
	padding-bottom: 10px;
	  color: #1B1B1B !important;
}
.postContent strong {  font-weight: bold;
  font-size: 19px;
  color: #552D7F;
  text-transform: uppercase; }
.postContent img { max-width:100%;}
.postDetails {
  clear: both;
  margin-top: 10px;
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
	color:#FA801B!important; 
	font-size:20px!important;	
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.tags UL{
	display:inline;
}
.tags UL LI{
  font-weight: normal;
  display: inline-block;
  background-color: #E52529;
  color: #fff;
  padding: 5px 10px
}
.tags UL LI:hover {background-color: #2D5DA8;}
.tags UL LI a {color:#fff !important;  text-decoration: none;}
.tags UL LI a:hover {color:#fff !important;   text-decoration: none;}

.tags h4 {
font-size:12px;
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent{
	margin:5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}

.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

.tagcloud{
	/* text-align:center; */ 
}
.tag-count-1{
	font-size:1em!important;
}
.tag-count-2{
	font-size:1.2em!important;
}
.tag-count-3{
	font-size:1.4em!important;
}
.tag-count-4{
	font-size:1.6em!important;
}
.tag-count-5{
	font-size:1.8em!important;
}
.tag-count-6{
	font-size:2em!important;
}
.tag-count-7{
	font-size:2em!important;
}
.tag-count-8{
	font-size:2em!important;
}
.tag-count-9{
	font-size:2em!important;
}
.tag-count-10{
	font-size:2em!important;
}

.block-blog .head h4{
padding-left: 20px;
}

.block-blog .block-title strong {
background-image:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/aw_blog/images/icon_blog.png);
background-repeat:no-repeat;
padding-left:21px;
text-align:left;
}

.postWrapper .poster{
	display:inline;
}
.input-box.aw-blog-comment-area{width:100%;}

.widget-latest li{font-size:12px;padding:5px 10px;}
.block-blog .menu-categories{margin:0;padding:5px 9px;}

A.awblog_current_comment { text-decoration:none!important; font-weight: bold!important; }
.postTitle h2 a, .postTitle h2{color: #000000!important;
  font-size: 28px !important;}
textarea {
background: #fff;
border: 1px solid #b6b6b6!important;
}
.aw-blog-read-more{
	color:#FA801B!important;
}
.postedby{
	font-size: 11px;
	font-weight: bold;
	color:#242424;
}
.seprater{
	background-image:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/aw_blog/images/sep.png);
	width:100%;
	  background-size: 100%;
	height:2px;
	margin-top: 20px;
}
/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
 * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_Marketplace
 * @version     1.9.0
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2014 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 *
 */

.sales-order-view #my-orders-table tfoot td { text-align: right; }
.sales-order-view #my-orders-table thead th { width: 100%; }
.block_sellers .block-content {padding: 5px 10px;}
.block_sellers .block-content a{text-decoration: none;}
.block_sellers .block-content img{margin: 3px 5px;}
.form_newproduct{ width: 100% !important;}
.form_newproduct td.label{ width: 200px;}
.form_newproduct td.label {border: 0 !important;padding-top: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background: 0 !important;}
.form_newproduct td.value {border: 0 !important;padding-top: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background: 0 !important;}
.form_newproduct td.label label {display: block;width: 185px;padding-right: 15px;padding-top: 1px;}
.required {}
.form_newproduct td.value {width: auto !important;}
.form_newproduct td.value input.input-text, .form_newproduct td.value textarea {width: 98% !important}
.form_newproduct td.value textarea {height: 10em;}
.form_newproduct td.value select {width: 280px;}
.product_view{width: 100% !important;  padding-top: 30px;}
.product_view td {border: 0 !important;padding-top: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background: 0 !important;}
.product_view th {border: 0 !important;padding-top: 5px !important;padding-bottom: 5px !important;padding-left: 5px !important;background: 0 !important;font-weight:bold;}
.image_status{float: left; padding: 10px;}
.field_store_logos{float:left;width:100%}
.marketplace_mail{color:#222;}
.market_place_image_sizes{font-size: 11px;text-align: left;color: #424242;font-weight: 600;}
.store_logos, .store_banner{float:left;width:auto; clear:both; }
.store_logos p{float:left;padding: 0px;margin:0 0 5px;}
.store_logos p #store_logo{padding:0 0 4px;}
.store_img{margin: 5px 0;float:left;border: 1px solid #ccc;padding: 2px;background: #fff;}
.market_place_banner_store_img{margin-bottom: 10px;border: 1px solid #ccc;padding: 2px;background: #fff;width:99%}
.end-plus{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/plus-minus.png) 0 0 no-repeat; width: 15px; height: 13px;display: inline-block; cursor: pointer;vertical-align: text-bottom;}
.end-minus{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/plus-minus.png) 0 -13px no-repeat; width: 15px; height: 12px; display: inline-block; cursor: pointer;vertical-align: text-bottom;}

ul.category_ul li ul{clear: both;padding-left: 15px;}
.mp_home_page{padding:0 0 10px;float:left;}
.mp_home_button{float:right;margin: -42px 0 0;}
.mp_home_page p{float:left;width:100%;}
.marketplace-product-edit .page-title a{float:right;font-weight:bold;}
#product_attribute_form .marketplace-product-type{margin: 0 0 10px;}

/*Marketplace Custom Option*/
#marketplace_custom_option_list{clear:both;}
#marketplace_custom_option_list table.option-header{ width: 100%; margin-top: 0;}
#marketplace_custom_option_list input.input-text{width: 90%;margin-right: 5px;}
#marketplace_custom_option_list select{width: 90%; margin-right: 5px;}


/*Marketplace Price Table*/
table.mareket_place_price_table{width: 100%;}
table.mareket_place_price_table .input-text{width: 80px !important;}
table.mareket_place_price_table select{width: 80px !important;}
table.mareket_place_price_table input.validate-zero-or-greater{width:60px !important;}
table.mareket_place_price_table input.file_extension{width:120px !important;}

/*Market Place Compare Products*/
.product_image_compare img{float:left}
.product_image_compare div{float:left;padding:0 0 0 15px;width: 72%;}
#compare_product thead th{padding:15px 10px;background:none;}
#compare_product del{font-size: 12px;  color:#FF3300; display:block;}
.compare_wrapper .view_link{ background-color: #f2f2f2;  padding: 10px 15px;}
.compare_wrapper .view_link span{float: right;font-weight: 600;}

/*Marketplace Downloadable Information*/
#marketplace_downloadable_product_div #sample_items_body input.input-text{width:auto;}
#marketplace_downloadable_product_div .headings{ overflow: hidden; }
#sample_items_body tr td{padding: 10px 5px 5px 8px;}
#marketplace_downloadable_product_div #sample_items_body input.marketplace_sort_order{width:55px;}
#sample_items_body .marketplace_row, #link_items_body .marketplace_row{padding:0 0 10px;}
#marketplace_downloadable_product_div #sample_items_body .files-wide input, #link_items_body .files-wide input.validate-downloadable-file, #link_items_body .files-wide input.input-text{margin: 0 0 0 5px;}
#link_items_body .files-wide .row label{float:left;}
#marketplace_downloadable_product_div #sample_items_body .files-wide .validate-downloadable-file{width:90px;}
.form-list .headings span label, #marketplace_downloadable_product_div .headings span label{float:left;width: 210px;padding:0 10px 15px 0;}
#marketplace_downloadable_product_div .mp_dp_head{font-weight:bold;font-size:15px;padding:0 0 12px;margin:0px;border-bottom:0px;}
#marketplace_downloadable_product_div .marketplace-sample tfoot td{padding: 8px;}
.marketplace_download_info_table tr td{padding: 0 0 10px;}
.mp_dp_fields #downloadable_links_title, .mp_dp_fields #downloadable_link_purchase_type{margin: 0 0 10px;}
#link_items_body .marketplace_download_info_table th{float:left;width:134px;}
#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table {width: 95%;border: 1px solid #ccc;padding: 15px;margin: 10px 0px;background: #fff;display:block}
#marketplace_downloadable_product_div .marketplace-sample .data{ border-collapse: initial;width: 100%;border: 1px solid #ccc;margin: 10px 0px;background: #fff;}

/*Marketplace Dropdown for Custom Option*/
table.market_place_dropdown_row, .market_place_option-box .form-list{width: 100%;}
table.market_place_dropdown_row input.input-text{width: 90px !important;}
table.market_place_dropdown_row select{width: 100px !important;}

table.market_place_dropdown_row #delete_select_row_button{margin-bottom: 10px;}
.marketplace-custom-option .clear{clear:  both;}
.marketplace-custom-option .right-button{margin-bottom: 10px;}

.market_place_option-box table{margin-top: 10px;}
#marketplace_custom_option_list .border tr.headings, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/sort_row_bg.gif) 0 50% repeat-x; }
#marketplace_custom_option_list .border tr.headings th, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings th {font-weight: bold; border-width:1px; border-color:#f9f9f9 #d1cfcf #f9f9f9 #f9f9f9; border-style:solid; padding:2px 5px;; font-size:.9em; }
#marketplace_custom_option_list .border tr.headings th label, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings th label{padding:0px;}
#marketplace_custom_option_list .border tr.headings th.last, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings th.last{ border-right:0; }
#marketplace_new_custom_option{ margin-bottom:10px;}
#marketplace_custom_option_list .border{border: 1px solid #ccc;background: #fff; width:100%; }
#marketplace_custom_option_list .border td{padding: 2px 4px;}

/*Marketplace bulk product */
.bulk_order_options{width:100%;}
.bulk_order_options h3, .bulk_order_options h4{margin:15px 0;}
#configurable_product_attributes_list{ max-height:300px; overflow-y:auto; }
#bulk-product-upload-form .input-box{padding:4px 0 15px}
.bulk_order_options h5{margin:10px 0}
.sample_data_for_configurable_product{margin: 0 0 15px;border-bottom: 1px solid #ccc;}
.sample_data_for_configurable_product .attribute_heading{text-decoration:underline;}
.sample_data_for_configurable_product li{margin: 10px 0;}
.sample_data_for_configurable_product li{font-size:13px;}

/*Manage Product*/
#market_place_manage_products a{text-decoration:  none;margin: 0 3px 10px;}
#market_place_manage_products .pager li{margin-top: 2px;}
#market_place_manage_products .pager .pages li a{margin:0px;  height: 32px;}
#market_place_manage_products .myimage{height: 45px;margin: 2px;width: 55px; border: 1px solid #ccc;}
#market_place_manage_products .a-center img{margin:5px 5px 0 0;}
.market_place_manage_products table{margin: 10px 0;}
#market_place_configurable_products{display: block;overflow-x:scroll;width:100%;}
#add_new_product_form .marketplace-general .nicEdit-main, #edit_exist_product_form .marketplace-general .nicEdit-main{background: #fff;}
#market_place_manage_products table td span{ font-weight: bold;}
#market_place_manage_products table td span em{font-style: normal; color: rgb(204, 12, 12); padding-top: 0 !important;}
#market_place_manage_products table tbody td em{vertical-align: middle;font-style: normal;  display: block;line-height: 17px;}
#market_place_manage_products table a.get_pdct_name{display: block;width: 150px;line-height: 16px;padding-top: 6px;}
#add_new_product_form .manage_product_date_validation, #edit_exist_product_form .manage_product_date_validation{position:relative;}
.big_image{display: none;width: 400px;}
.product-image:hover .big_image{display: block;position: absolute;z-index: 1;top: 25px;left: 40px;background: #fff;border: 1px solid #ccc;padding: 10px;}
.big_image img{margin:5px 7px 0 0;float:left;width: 37%;}
.big_image h5{color: #081016; font-size:14px; }
.big_image p{color:#2f2f2f;float:left; font-size:12px;}
.big_image div{float:left;width: 61%;}
.pager .limiter select{width:auto;}

/*Manage Order*/
#market_place_manage_products_order a{text-decoration:  none;}
#market_place_manage_products_order .myimage{height: 40px;margin: 2px;width: 55px; border: 1px solid #ccc;}
#market_place_manage_products_order .a-center img{margin:5px 5px 0 0;}
#market_place_manage_products .mp_addnew_pdt{margin: 0px 0px 0 5px;float: right;}
.mp_view_order_back{text-align: left;}
#market_place_manage_products table thead .mp_filter_function th, #market_place_manage_products_order table thead .mp_filter_function th{background: #f0f0f0;border-right:0px;border-bottom:0px;}
#market_place_manage_products table thead .mp_filter_function th input, #market_place_manage_products_order table thead .mp_filter_function th input{width:100%;border:1px solid #b6b6b6;padding:0;}
#market_place_manage_products .mp_action{margin:0 0 15px;padding: 0px;text-align: right;}
#market_place_manage_products .mp_action b{font-weight:bold;}
.my-account .txtbox {padding:6px; border: 1px solid #b6b6b6;}
#market_place_manage_products_order table tbody tr {background: #fff !important;}
#market_place_manage_products_order table tbody tr:last-child{}
#market_place_manage_products_order table tbody tr:last-child td{border-bottom: 0 !important;}
#market_place_manage_products_order table td span{ text-transform: capitalize;}
#market_place_manage_products_order table td span em{font-style: normal; color: rgb(204, 12, 12);}
#market_place_manage_products_order table .txt_center{text-align: center;}
#market_place_manage_products_order .top_amount, .mp_top_amount, #market_place_manage_products .top_amount, #mp_order_transaction .top_amount{ padding-bottom: 8px;float: right;color: #333;font-size: 12px;font-weight: bold;}
.top_amount span b{color:#ff3333;}
#market_place_manage_products_order .top_amount .right_space{padding-right:0px;}
#market_place_manage_products_order .clear{clear: both;}
#my-product-table th select{width: 68px;margin:0px;}
.mp_sellers_order{float:right;margin:0 0 5px;}
.mp_sellers_order p{text-align: right;margin: 5px 0 0;}
.mp_sellers_order input{margin:0px 2px;padding:2px;border: 1px solid #b6b6b6;}

/*Assign products*/
#market_place_assign_products .assign_product_name{width:100%;margin:0 0 10px;}
body.customer-account #market_place_assign_products #my-product-table{margin:10px 0 0}
#market_place_assign_products .validation-advice{margin:5px 0;}


/*Display Seller*/
.market_place_profile .market_place_store_img{background: #fff;padding: 5px;border: 1px solid #ccc;max-width: 100%;height: 64px;float: left;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.market_place_profile .clear{clear:both;}
.market_place_profile h5{border-bottom: 1px solid #ccc;margin-bottom: 10px;}
.market_place_profile a{text-decoration: none;font-weight: bold;line-height: 16px;display: inline-block;}
.market_place_profile a.edit_image{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/edit-image.png) left no-repeat;display: block;padding-left: 17px;margin-top: 5px;padding-top: 0;}
.market_place_profile a .social_label{float:left; display: block;}
.market_place_profile a i.fb_link{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/fb-icon.png) no-repeat; display: block; width:16px; height: 16px; float: left; margin-right: 5px;}
.market_place_profile a i.twitter_link{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/twitter-icon.png) no-repeat; display: block; width: 16px; height: 16px; float: left; margin: 0 5px 0 0;}
.market_place_profile h4{padding: 5px 0 0 0;text-align: center;}
.market_place_profile .markeft_place_main_widget{margin: 10px;}
.market_place_profile h2.pdct_name{border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-top: 30px;}
.market_place_profile ul.product_snipt{background: none;width: 100%;margin-bottom: 10px;border-bottom: 0;}
.market_place_profile ul.product_snipt li{border:none;padding:0px;margin:0; text-align: center; width:159px; border-right:solid 1px #ccc;}
.market_place_profile ul.product_snipt li:last-child { border-right:none;}
.market_place_profile ul.product_snipt li.borderright{border-right:none;}
.market_place_profile ul.product_snipt li.item{padding:0px 19px;  margin:0 0 22px 0; text-align: center; width: 159px; }
.market_place_profile ul.product_snipt li.item img {display: block; width: 135px; height: 135px; margin: 10px 0px 5px;}

.mp_profiles_container .mp_fb_like_btn{margin-left:7px;overflow:hidden;height:20px;}
.mp_profiles_container .mp_fb_like_btn, .mp_profiles_container .mp_social_network{float:left;margin:0 10px 0 0}
.market_place_profile h2.mp_pdt_name{padding-bottom: 5px; margin-top: 30px;float:left;}
.market_place_profile .page-title{margin:0 0 10px;}
.market_place_profile  .sellers_store_info .page-title, .market_place_profile  .sellers_store_info p{margin:0px;}
#mp_category_products{float:right;}
#mp_category_products select{margin:0 0 0 5px;}
.mp_view_allreview{text-decoration: none;padding: 1px 0 0 0;font-weight: normal;float: left;line-height: 16px;display: inline-block;}
.mp_view_all{color: #1e7ec8; float:left;}
.link_seller{ font-weight: bold;}
.linker_seller{clear: both;margin-top: 10px;}
.linker_seller em{ font-style: normal; color: rgb(233, 22, 22); font-weight: bold;}
.marketplace-image ul{margin: 0;}
.marketplace-image ul.clearul{clear: both;}
.marketplace-image ul li{float: left; margin:0 6px 10px 0;}
.marketplace-image ul.clearul{clear: both;}
.marketplace-image ul li.remove-margin{  margin-right:0;}
.marketplace-image ul li span.market_place_img_set{ display: block;}
.marketplace-image ul li span.market_place_img_set .remove_img{display: block;}
.marketplace-image ul li span.market_place_img_set .bg_img{}
.marketplace-image ul li .market_place_add_image button{margin:0 0 0 20px;}
.marketplace-image .clear{clear: both;}
.market_place_profile_description{}

/*My Profile*/

#addprofile .form-list li span.eg_link{padding-top: 3px;display: inline-block; font-size: 11px;}
#addprofile .step_no{border: 1px solid #f19900;background: #f9f3e3;color: #e76200;display: block; line-height: 100%;padding: 3px 5px; float: left;margin-right: 10px;border-radius: 10px;}
#addprofile .payment-snipt textarea{height: 5em;}
.form-list select#country{ display:block; clear:both; }
#addprofile .payment-snipt .input-box{}
#addprofile .payment-snipt input.radio{margin: 2px 6px 0px 0px;float: left;}
.store_banner .store_img{ width:100%; }
#addprofile div.payment_hint{ padding-bottom: 4px;font-weight:bold; }
#addprofile .payment-snipt .market_place_payment_process{padding: 0 0 10px;}
.payment-snipt label{font-weight:normal;}
#addprofile textarea{resize: none;}
.empty_space{width: 16px;display: inline-block;}
.buttons-set{margin: 2em 0 0;}
.page-title h2{margin: 0; font-size: 20px; color: #0a263c; font-weight: bold; background-color: #FFF; padding-left: 7PX;}
.individual-star-ratings {width: auto;overflow: hidden;}
.market_place_profile .individual-star-ratings{float: right;background: #eee;padding: 15px 0px 10px 15px;width: 31%;}
.market_place_profile .individual-star-ratings ul{padding:2px 3px 5px 0;float: left;}
.market_place_profile .individual-star-ratings ul li{padding: 0 0 5px;}
.market_place_profile .individual-star-ratings ul li .rating-bars{float: left;width: 160px;background: #E0E0E0;height: 11px;margin: 2px 4px 0;}
.market_place_profile .individual-star-ratings ul li .rating-bars .progress{background: #EB5D51;height: 11px;}
.market_place_profile .individual-star-ratings ul li span{float:left;font-size: 12px;}
.market_place_profile .individual-star-ratings ul li strong{float: left; font: bold 11px Arial,sans-serif; color: rgb(158, 158, 158);}
.positive_review_ratings{float: left;width: 70px;}
.positive_review_positive, .positive_review_negative, .positive_review_neutral{margin-top: 5px;border: 1px solid #848484;border-left: none;margin-left: 0px;text-indent: 15px;width: 8px;}
.positive_review_positive, .positive_review_negative{height: 33px;line-height: 35px;}
.positive_review_neutral{height: 26px;line-height: 26px;}
.customer_review{float:right;width: 100%;padding: 0 0 10px;clear: both;}
.customer_review h6, .customer_review p{text-align: left;}
.customer_review p a{}
.marketplace-seller-addprofile .form-list .field, #vacation_mode .form-list .field{width:100%;}

.marketplace-seller-addprofile .form-list label.required em, #vacation_mode .form-list label.required em{float: left;position: inherit;top: inherit;right: inherit;}
.marketplace-seller-addprofile #addprofile .fieldset .input-box span{font-size: 12px;display: block; margin-top: 3px}
.marketplace-seller-addprofile .buttons-set .checkbox-info{display: block;text-align: left;margin: 5px 0px 15px 0px;}
.marketplace-seller-addprofile #addprofile .payment-snipt .market_place_payment_process i{font-size: 12px;}
.marketplace-seller-vacationmode .form-list .input-box input[type=text]{float: left !important;}

.marketplace-seller-vacationmode .form-list .input-box img{margin: 7px 5px 0px;padding-left: 5px;}

/*Vacation Mode*/

/*Seller Dashbord and Seller Login*/
.market_place_or{margin:0 0 30px 125px;}
.box-account .seller_container{margin:0px;}
.seller_container .seller_image{float:left;width:131px;padding:0 15px 0 0;}
.seller_container .seller_profile{float:left;font-size: 16px;}
.sellers_store h1{float:left;font-size: 19px;font-weight: normal;}
.page-title .order-date{margin: 0px;float: right;padding: 8px 0 0;}
/*.mp_social_network{float: right;margin: 0 0 4px 10px;}*/
.page-title{margin: 0 0 5px;}
.mp_dashboard_container{border:1px solid #ccc;}
.marketplace-seller-dashboard .page-title h3{margin:20px 0 10px;font-weight:bold;font-size:15px;}
.mp_dashboard_lifetime{width:49%;margin:0px;height:116px;display: inline-block;background: #639938 url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/life_time_img.png) no-repeat; background-position: 90% 3px;}
.mp_dashboard_average{width:49%;margin:0px;height:116px;display: inline-block;margin: 0 0 0 5px;background: #336633 url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/average_img.png) no-repeat; background-position: 94% 8px;}
.mp_dashboard_container h3{border-bottom: 1px solid #bebcb7;font-size:13px;font-weight: bold;padding: 3px 8px;margin: 0px;border-bottom: 0px;background: #fff url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/bkg_toolbar.gif) 0 100% repeat-x;}
.mp_dashboard_lifetime h3, .mp_dashboard_average h3{font-size: 16px;font-weight: bold;color:#fff;padding: 18px 0 0 20px;}
.mp_dashboard_container p{font-size: 18px;text-align: center;}
.mp_dashboard_lifetime p, .mp_dashboard_average p{margin:0px;font-size: 35px;font-weight: bold;color:#fff;padding: 15px 0 0 20px;}
.mp_dashboard_container table, .mp_dashboard_lifetime table, .mp_dashboard_average table{width: 100%;}
.mp_profiles_container{width: 65%;padding: 0 15px 0 0;float: left;}
.mp_profiles_container div{float: left;}
.mp_profiles_logo{margin: 0 10px 0 0;float:left;text-align: center;vertical-align: middle; width: 18%;}
.mp_profiles_desc{width: 100% !important;padding: 10px 0 0;margin:0px;vertical-align: top;float: left;font-size: 14px;}
.sellers_store_info{float:left;width:70%;}

/*Navigation*/
/* #mp_top_nav {float:left;} */

/* All Levels */ /* Style consistent throughout all nav levels */
 #mp_top_nav {position:relative; z-index: 99; }
#mp_top_nav.over { z-index:998; }
#mp_top_nav a, #mp_top_nav a:hover { display:block; }
/*#mp_top_nav span { display:block; cursor:pointer; white-space:nowrap;color:#333;font-size:13px;  color: #666; font-size: 11px; font-weight: normal; }*/
#mp_top_nav ul span {white-space:normal;color:#000;padding: 5px 10px; }
#mp_top_nav ul li.parent a { background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#mp_top_nav ul li.parent li a { background-image:none; }
#mp_top_nav:hover ul /*, #mp_top_nav li:hover div img*/{display: block;}

/* 0 Level */
/*#mp_top_nav a {float:left; padding:5px 8px 10px; font-weight:bold; }
#mp_top_nav li.over a, #mp_top_nav a:hover span{ color:#e03409; }*/

/* 1st Level */
#mp_top_nav ul li, #mp_top_nav ul li.active { float:none; margin:0; padding-bottom:1px; border: none; }
#mp_top_nav ul li.last { background:#ecf3f6; padding-bottom:0; }
#mp_top_nav ul li a:hover span { float:none;color: #e03409; background:none; }
#mp_top_nav ul a{ float:none;color: #e03409; padding:0; background:none; }
#mp_top_nav ul li a { font-weight:normal !important; }

/* 2nd Level */
 #mp_top_nav ul{display: none;position:absolute; width:13em; right:0; margin: 0px; padding:0px; background: #f7f8f8; border: #ccc 1px solid; }

/*Sellers All page view*/
.mp_all_sellers_view{float:left;height: 62px;padding:0;text-decoration: none;font-weight:bold;text-align: center;color:#000;}
.mp_all_sellers_view span{width:100%;padding:5px 0 0;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.mp_all_sellers_container{margin: 0 0 10px;}
.mp_all_sellers_container li{border-right: 1px solid #ccc;margin: 0 0 15px;vertical-align: middle;}

/*Category list*/
.mp_product_list li{border-bottom: 1px solid #d9ddd3;padding: 12px 10px;float: left;width: 96%;}
.mp_product_list li a{float: left;width: 135px;height: 135px;padding: 0 15px 0 0;}
.mp_product_list .mp_product_shop{float: left;width:75%;color: #c76200;}
.mp_product_list .mp_product_shop a{width:100%;height:auto;font-weight:bold;text-decoration: none;color:#000;font-size:13px;}
.mp_product_shop p{color:#333;}
.pager{clear:both;}

/* All review page*/
.clear{clear:both;}
.all_review_container{width:100%;float:left;border-top:1px solid #ccc;padding:5px 0;}
.all_reviews_details{float:left;width: 16%; }
.all_reviews_details b{width:100%;float:left;}
.all_review_container span{font-size: 11px;}
.all_reviews_comments{float:left;padding: 10px 0 0;width: 82%;}
.all_reviews_details .all_reviews_block b{clear: both;float: left;padding:5px 0 10px;}
.all_reviews_details .all_reviews_block{float:left;margin: 5px 0;width: 94px;height: 18px;clear: both;background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 0 repeat-x;}
.all_review_container .all_review_rating{float: left;height: 18px;background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;}
.all_reviews_details p{width:100%;clear:both;}
#buyer-seller button.button{ margin-top:10px; }
.mp_all_sellers_container li {  float: left;  border: none;  margin: 10px 11px;  width: 150px; min-height:132px; }
.mp_seller_rating{float:left;width:64%;margin: 10px 0 0; }
.mp_seller_product{float: left;width:27%;padding: 0 12px 0 0;margin: 10px 22px 10px 0;border-right:1px solid #ccc;}
.mp_seller_product span{padding:0 0 5px;width:auto;float:left;}
.mp_rate_feedback .mp_seller_comments{float:left;width:100%;}

.mp_rate_feedback .mp_seller_comments label, .mp_seller_left{float:left;padding:0 15px 0 0;width: 30%;;}
.mp_seller_rate_options{width:94px;height: 18px;position:relative;background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) repeat-x;float:left;list-style-type:none;display:block;vertical-align:bottom;zoom:1;z-index:1; margin:0 0 10px;*display:inline;}
.mp_seller_rate_options li{float:left;}
.mp_seller_rate_options:hover li.user-rating{display:none!important}
.mp_seller_rate_options li a{display:block;width:19px;height:18px;text-indent:-9000px;z-index:20;position:absolute;top:0;cursor:pointer}
.mp_seller_rate_options li.user-rating{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;height:18px;}
.mp_seller_rating li a:hover{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;z-index:1;left:0}
.mp_seller_rate_options a.rate-1{left:0}
.mp_seller_rate_options a.rate-1:hover{width:19px}
.mp_seller_rate_options a.rate-2{left:19px}
.mp_seller_rate_options a.rate-2:hover{width:38px}
.mp_seller_rate_options a.rate-3{left:38px}
.mp_seller_rate_options a.rate-3:hover{width:57px}
.mp_seller_rate_options a.rate-4{left:57px}
.mp_seller_rate_options a.rate-4:hover{width:76px}
.mp_seller_rate_options a.rate-5{left:76px}
.mp_seller_rate_options a.rate-5:hover{width:94px}
.mp_seller_rating button{float:right;}
.marketplace-seller-allreview .pager{border:0px;}

/* ============================================ *
 * Manage Products Tab
 * ============================================ */

.new-product-tab .TabNav{ width:100%;  text-align:center; position:relative; overflow:hidden; displsy:block; background:#fff;  }
.new-product-tab .TabNav li{border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.new-product-tab .TabNav li a{ padding:10px 27px; background:#fbfbfb; color:#333; display:block; position:relative; text-transform:uppercase; font-weight:bold; font-size:14px; }
.new-product-tab .TabNav li.selectedTab a{ background:#fff; color:#333; padding:10px 27px; display:block; position:relative; text-transform:uppercase; font-weight:bold; font-size:14px; }
.new-product-tab .TabNav li {display: block;float: left;position: relative; }
.new-product-tab .TabNav li.selectedTab:after { border-bottom: 1px solid transparent; content: ""; }
.new-product-tab .TabNav li.border-none{border-right: none !important;}
.new-product-tab .TabNav li.selectedTab{border-bottom: 1px solid #fff;}

.marketplace-sellerreview-allreview span.read-more{
	width:auto;
	    margin-left: 155px
}
.all_review_container span{
	width:100%;
	display:inline-block;
	float:left;
}
/*Market place responsive*/
@media only screen and (min-width: 230px) and (max-width: 309px) {
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item{margin:10px 16% 25px !important;}
}

@media only screen and (min-width: 230px) and (max-width: 319px){
#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table{padding:0px !important;background: none;border:0px;width:98%;}
#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table input.input-text{width:90%;}
}

@media only screen and (min-width: 310px) and (max-width: 340px) {
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item{margin:10px 20% 25px;}
}

@media only screen and (min-width: 341px) and (max-width: 479px) {
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item{width:88%;}
.market_place_profile ul.product_snipt li.item img{width:100%;height:100%;}
}

@media only screen and (min-width: 480px) and (max-width: 600px){
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item{width: 46% !important;margin: 10px 2% 25px !important;}
.all_reviews_details{width: 24%;margin:0px;}
.all_reviews_comments{width: 75%;}
.mp_seller_product{width:100%;margin:10px 10px 0 0;}
.mp_seller_product img{width:100%;}
.mp_seller_rating{width:90%;padding:5%;}
.mp_rate_feedback .mp_seller_comments label{width:90%}
.mp_rate_feedback .mp_seller_comments input, .mp_rate_feedback .mp_seller_comments textarea{width:94%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item {margin: 10px 1.6% 10px;width: 30%;}
.all_reviews_details{width: 24%;margin:0px;}
.all_reviews_comments{width: 75%;}
.mp_profiles_container .sellers_store_info{width:58%;}
#market_place_assign_products #assign_product_form button{display:block}
}

@media only screen and (min-width: 768px) and (max-width: 850px){
.marketplace-seller-displayseller .market_place_profile ul.product_snipt li.item{margin: 10px 1.2% 22px !important;}
.all_reviews_details{width: 24%;margin:0px;}
.all_reviews_comments{width: 75%;}
.mp_seller_product{width:37%;}
.mp_seller_product img{width:100%;}
.mp_seller_rating{width:52%;padding:15px;}
.mp_rate_feedback .mp_seller_comments label{width:90%}
.mp_rate_feedback .mp_seller_comments input, .mp_rate_feedback .mp_seller_comments textarea{width:94%;}
.mp_profiles_container .sellers_store_info{margin:5px 0 0}
}

@media only screen and (min-width: 230px) and (max-width: 479px) {
/*market place product inner page css*/
#addprofile .form-list{width:94%;}
#addprofile .form-list .input-box{width:100%;}
#addprofile .form-list input.input-text, #addprofile .form-list textarea{width:94%;}
#addprofile .form-list select{width:98%;}
#addprofile .fieldset .form-list li{padding:18px 10px 0px}
.mp_dashboard_lifetime, .mp_dashboard_average{width:100% !important;margin:10px 0 0 !important;}
#market_place_manage_products .mp_action b{display:none;}
#market_place_manage_products #multiple_select .mp_action b{display: initial}
#market_place_manage_products .mp_addnew_pdt, #market_place_manage_products .mp_addnew_pdt{display:block;width:100%;margin: 0px 0px 10px 5px;}
#market_place_manage_products_order .top_amount, .mp_top_amount, #market_place_manage_products .top_amount, #mp_order_transaction .top_amount{float:left;width: 100%;}
.marketplace_download_info_table tr td{width:98%;float:left;}
.market_place_profile .markeft_place_main_widget{margin:0px}
.market_place_profile .individual-star-ratings{width: 95%;margin:10px 0 0}
.positive_review_ratings{display:none;}
.mp_profiles_container{width: 100%;padding: 0px;}
/*.mp_profiles_container .sellers_store_info{width: 30%;clear: right;}*/
.mp_profiles_container .sellers_store h1{width: 100%;padding: 5px 0;}
/*.mp_profiles_container .mp_fb_like_btn, .mp_profiles_container .mp_social_network{float:left;margin:0 10px 5px 0;}*/
.all_reviews_details{width: 100%;margin: 0px;}
.mp_seller_product{width:100%;padding:0px;margin:10px 0 0;border:0px;}
.mp_seller_product img{width:100%;}
.mp_seller_rating{width:90%;padding:5%;}
.mp_rate_feedback .mp_seller_comments label{width:90%}
.mp_rate_feedback .mp_seller_comments input, .mp_rate_feedback .mp_seller_comments textarea{width:94%;}
.my-account .manage_products_head, .my-account .page-title .manage_products_head, #market_place_manage_products .manage_products_head, #market_place_manage_products_order h1, #mp_order_transaction h1, .my-account .page-title h1{width:100%;text-align: left;}
.compare_wrapper .view_link span{float:none}
.mp_profiles_container .sellers_store_info{width: 100%;margin:5px 0 0}

.marketplace-seller-dashboard .seller-sales-income .content_wr ul li{padding: 0 0 15px;border-right: 0px !important;  border-bottom: 1px solid #eee;  margin: 0 0 15px;width:100% !important;}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li:nth-child(3){border-bottom:0px !important;}
#market_place_assign_products #assign_product_form button{display:block}

.market_place_add_image input{display:block;}
.market_place_add_image input[type="radio"]{display:inline-block;}
.option_value_content_for_configurable_product_color input, #configurable_associated_product_form .price_validation_for_config_avail, .marketplace_super_product_configuration li div input{margin-bottom:12px !important}
#market_place_manage_products #multiple_select .mp_action{float:left;}
#market_place_manage_products #multiple_select .mp_action select{padding:1px;}
}

@media only screen and (min-width: 345px) and (max-width: 479px) {
.positive_review_ratings{display: inherit}
}

@media only screen and (min-width: 300px) and (max-width: 570px) {
#add_new_product_form .manage_product_date_validation img, #edit_exist_product_form .manage_product_date_validation img{left: 205px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.market_place_profile .individual-star-ratings{width: 97%;margin:10px 0 0}
.mp_profiles_container{width: 100%;padding: 0px;}
/*.mp_profiles_container .sellers_store_info{width: 75%;}*/
.market_place_profile .markeft_place_main_widget{margin:0px}
.mp_profiles_container .sellers_store h1{width: 100%;padding: 5px 0;}
/*.market_place_profile .sellers_store_info .page-title{width:30%}*/
/*.mp_profiles_container .mp_fb_like_btn, .mp_profiles_container .mp_social_network{float:left;margin: 0 10px 5px 0;}*/
.mp_product_list .mp_product_shop{width: 64%;}
.mp_seller_product{width:37%;}
.mp_seller_product img{width:100%;}
.mp_seller_rating{width:50%;padding:15px;}
.mp_rate_feedback .mp_seller_comments label{width:90%}
.mp_rate_feedback .mp_seller_comments input, .mp_rate_feedback .mp_seller_comments textarea{width:94%;}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.mp_profiles_container{width: 54%;padding:0px;}
.market_place_profile .individual-star-ratings{width: 42%;}
.mp_profiles_container .mp_fb_like_btn, .mp_profiles_container .mp_social_network{float:left;margin: 0px 5px;}
.mp_product_list .mp_product_shop{width:70%;}
}

@media only screen and (min-width: 230px) and (max-width: 850px) {
.mp_seller_sales_report #select_filter, .mp_seller_sales_report .txtbox, .mp_seller_sales_report #multi_submit, .mp_sellers_order select, #select_filter, .mp_sellers_order #multi_submit{margin:0 0 10px;}
#market_place_manage_products_order .top_amount .right_space, #market_place_manage_products .top_amount .right_space, #mp_order_transaction .top_amount .right_space, #market_place_manage_products .top_amount .right_space{display:block}
.form-list li.wide textarea{width:100%;}
#market_place_manage_products .mp_filter_function, .product-image:hover .big_image{display:none;}
#market_place_manage_products_order table tbody tr:last-child td{border-bottom: 1px solid #ccc !important;}
/* .mp_profiles_container .sellers_store_info{width: 77%; clear:right;} */
/* .mp_profiles_container .mp_fb_like_btn, .mp_profiles_container .mp_social_network{float: left; margin: 0px 0px;} */
.mp_profiles_container .mp_fb_like_btn .mp_profiles_container .mp_social_network{float:left; margin: 0 10px 5px 0; width: 58%; clear: both !important;}
/* .mp_profiles_container .mp_social_network{float:left; margin: 11px 10px 0px 0px; width: 58%; clear: both !important;} */

.mp_dashboard_container, #market_place_assign_products #assign_product_form{overflow-x:scroll;width:100%;}
/* .mp_dashboard_container table, .mp_dashboard_container thead, .mp_dashboard_container tbody, .mp_dashboard_container th, .mp_dashboard_container td, .mp_dashboard_container tr {display: block;} */
/* .mp_dashboard_container thead th {position: absolute;top: -9999px;left: -9999px;} */
/* .mp_dashboard_container tbody tr { border: 1px solid #ccc; } */
/* .mp_dashboard_container tfoot tr{border:0px;} */
/* .mp_dashboard_container tbody tr{margin:0 0 10px;} */
/* .mp_dashboard_container_viewed tbody td{width:52%;} */
/* .mp_dashboard_container td {Behave  like a "row"border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 44% !important;} */
/* .mp_dashboard_container tbody td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;} */
/* .mp_dashboard_container tbody td:nth-of-type(1):before { content: "Order Id"; } */
/* .mp_dashboard_container tbody td:nth-of-type(2):before { content: "Name"; } */
/* .mp_dashboard_container tbody td:nth-of-type(3):before { content: "Price"; } */
/* .mp_dashboard_container tbody td:nth-of-type(4):before { content: "Quantity"; } */
/* .mp_dashboard_container tfoot tr{border:0px;display: block;width:100%} */
/* .mp_dashboard_container tfoot tr .no_product_content{border:0px !important;display: block;width:100%;position: inherit;padding:0px !important} */

/* .mp_dashboard_container_viewed table, .mp_dashboard_container_viewed thead, .mp_dashboard_container_viewed tbody, .mp_dashboard_container_viewed th, .mp_dashboard_container_viewed td, .mp_dashboard_container_viewed tr {display: block;} */
/* .mp_dashboard_container_viewed thead th {position: absolute;top: -9999px;left: -9999px;} */
/* .mp_dashboard_container_viewed tbody tr { border: 1px solid #ccc; } */
/* .mp_dashboard_container_viewed tfoot tr{border:0px;} */
/* .mp_dashboard_container_viewed tbody tr{margin:0 0 10px;} */
/* .mp_dashboard_container_viewed tbody td{width:51%;} */
/* .mp_dashboard_container_viewed td {Behave  like a "row"border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 44% !important;} */
/* .mp_dashboard_container_viewed tbody td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;} */
/* .mp_dashboard_container_viewed tbody td:nth-of-type(1):before { content: "Name"; } */
/* .mp_dashboard_container_viewed tbody td:nth-of-type(2):before { content: "Price"; } */
/* .mp_dashboard_container_viewed tbody td:nth-of-type(3):before { content: "No of View"; } */
/* .mp_dashboard_container_viewed tfoot tr{border:0px;display: block;width:100%} */
/* .mp_dashboard_container_viewed tfoot tr .no_product_content{border:0px !important;display: block;width:100%;position: inherit;padding:0px !important} */

#market_place_manage_products_order table, #market_place_manage_products_order thead, #market_place_manage_products_order tbody, #market_place_manage_products_order th, #market_place_manage_products_order td, #market_place_manage_products_order tr {display: block;}
#market_place_manage_products_order thead th {position: absolute;top: -9999px;left: -9999px;}
#market_place_manage_products_order tbody tr { border: 1px solid #ccc; }
#market_place_manage_products_order tfoot tr{border:0px;}
#market_place_manage_products_order tbody tr{margin:0 0 10px;}

/*#market_place_manage_products_order tbody td{width:54%;}*/
#market_place_manage_products_order td {/* Behave  like a "row" */border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 44% !important;}
#market_place_manage_products_order tbody td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#market_place_manage_products_order tbody td:nth-of-type(1):before { content: "Order #"; }
#market_place_manage_products_order tbody td:nth-of-type(2):before { content: "Details"; }
#market_place_manage_products_order tbody td:nth-of-type(3):before { content: "Price"; }
#market_place_manage_products_order tbody td:nth-of-type(4):before { content: "Amount"; }
#market_place_manage_products_order tbody td:nth-of-type(5):before { content: "Status"; }
#market_place_manage_products_order tbody td:nth-of-type(6):before { content: "Order On"; }
#market_place_manage_products_order tbody td:nth-of-type(7):before { content: "View"; }
#market_place_manage_products_order tfoot tr{border:0px;display: block;width:100%}
#market_place_manage_products_order tfoot tr .no_product_content{border:0px !important;display: block;width:100%;position: inherit;padding:0px !important}

.marketplace-order-viewtransaction #my-orders-table, .marketplace-order-viewtransaction #my-orders-table thead, .marketplace-order-viewtransaction #my-orders-table tbody, .marketplace-order-viewtransaction #my-orders-table th, .marketplace-order-viewtransaction #my-orders-table td, .marketplace-order-viewtransaction #my-orders-table tr {display: block;}
.marketplace-order-viewtransaction #my-orders-table thead th {position: absolute;top: -9999px;left: -9999px;}
.marketplace-order-viewtransaction #my-orders-table tbody tr { border: 1px solid #ccc; }
.marketplace-order-viewtransaction #my-orders-table tfoot tr{border:0px;}
.marketplace-order-viewtransaction #my-orders-table tbody tr{margin:0 0 10px;}
.marketplace-order-viewtransaction #my-orders-table tbody td{width:51%;}
.marketplace-order-viewtransaction #my-orders-table tbody td {/* Behave  like a "row" */border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 44% !important;}
.marketplace-order-viewtransaction #my-orders-table tbody td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(1):before { content: "Order #"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(2):before { content: "Details"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(3):before { content: "Price"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(4):before { content: "Amount"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(5):before { content: "Status"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(6):before { content: "Order On"; }
.marketplace-order-viewtransaction #my-orders-table tbody td:nth-of-type(7):before { content: "View"; }
.marketplace-order-viewtransaction #my-orders-table tfoot tr{border:0px;display: block;width:100%}
.marketplace-order-viewtransaction #my-orders-table tfoot tr .no_product_content{border:0px !important;display: block;width:100%;position: inherit;padding:0px !important}

#market_place_manage_products #multiple_select{ width: 100%;overflow-x:scroll;}
/* #market_place_manage_products #my-product-table table, #market_place_manage_products #my-product-table thead, #market_place_manage_products #my-product-table tbody, #market_place_manage_products #my-product-table th, #market_place_manage_products #my-product-table td, #market_place_manage_products #my-product-table tr {display: block;} */
/* #market_place_manage_products #my-product-table thead th {position: absolute;top: -9999px;left: -9999px;} */
/* #market_place_manage_products #my-product-table tbody tr { border: 1px solid #ccc; } */
/* .market_place_manage_products #my-product-table tfoot tr{border:0px;} */
/* #market_place_manage_products #my-product-table tbody tr{margin:0 0 10px;} */
/* #market_place_manage_products table a.get_pdct_name{width:auto;} */
/* #market_place_manage_products #my-product-table tbody td{Behave  like a "row"border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 44% !important;width:54%;padding-right: 2%;} */
/* #market_place_manage_products #my-product-table td:before {position: absolute;top: 8px;left: 6px;width: 38%;padding-right: 10px;white-space: nowrap;font-weight: bold;} */
/* #market_place_manage_products #my-product-table td:nth-of-type(1):before { content: "#"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(2):before { content: "Id"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(3):before { content: "Image"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(4):before { content: "Name"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(5):before { content: "Quantity"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(6):before { content: "Price"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(7):before { content: "Status"; } */
/* #market_place_manage_products #my-product-table td:nth-of-type(8):before { content: "Action"; } */
/* #market_place_manage_products #my-product-table tfoot tr{border:0px;display: block;width:100%} */
/* #market_place_manage_products #my-product-table tfoot tr .no_product_content{border:0px !important;display: block;width:100%;position: inherit;padding:0px !important;padding-left: inherit;width:inherit;padding-right:inherit;} */

#marketplace_custom_option_list input.input-text{width:80% !important;}
#marketplace_custom_option_list select{width:86% !important;margin:0px;}
#marketplace_custom_option_list .market_place_dropdown_row tfoot button.button{margin:10px 5px;}

#marketplace_custom_option_list .option-header table, #marketplace_custom_option_list .option-header thead, #marketplace_custom_option_list .option-header tbody, #marketplace_custom_option_list .option-header th, #marketplace_custom_option_list .option-header td, #marketplace_custom_option_list .option-header tr {display: block;}
#marketplace_custom_option_list .option-header thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_custom_option_list .option-header thead .a-right {position: relative;top: 0px;left: 0%;}
#marketplace_custom_option_list .option-header tbody tr{margin:0 0 10px;}
#marketplace_custom_option_list .option-header td {/* Behave  like a "row" */border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 44% !important;}
#marketplace_custom_option_list .option-header td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_custom_option_list .option-header td:nth-of-type(1):before { content: "Title"; }
#marketplace_custom_option_list .option-header td:nth-of-type(2):before { content: "Input Type"; }
#marketplace_custom_option_list .option-header td:nth-of-type(3):before { content: "Is Required"; }
#marketplace_custom_option_list .option-header td:nth-of-type(4):before { content: "Sort Order"; }

#marketplace_custom_option_list .custom_option_text_field table, #marketplace_custom_option_list .custom_option_text_field thead, #marketplace_custom_option_list .custom_option_text_field tbody, #marketplace_custom_option_list .custom_option_text_field th, #marketplace_custom_option_list .custom_option_text_field td, #marketplace_custom_option_list .custom_option_text_field tr {display: block;}
#marketplace_custom_option_list .custom_option_text_field thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_custom_option_list .custom_option_text_field thead .a-right {position: relative;top: 0px;left: 0px;}
#marketplace_custom_option_list .custom_option_text_field tbody tr{margin:0 0 10px;}
#marketplace_custom_option_list .custom_option_text_field td {/* Behave  like a "row" */border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 44% !important;}
#marketplace_custom_option_list .custom_option_text_field td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_custom_option_list .custom_option_text_field td:nth-of-type(1):before { content: "Price"; }
#marketplace_custom_option_list .custom_option_text_field td:nth-of-type(2):before { content: "Price Type"; }
#marketplace_custom_option_list .custom_option_text_field td:nth-of-type(3):before { content: "SKU"; }
#marketplace_custom_option_list .custom_option_text_field td:nth-of-type(4):before { content: "Max Char"; }
.market_place_option-box{border: 0px;background: none;padding: 0px;}
#marketplace_custom_option_list .border tr.headings, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings{background: none;}
#marketplace_custom_option_list .border tr.headings th, #marketplace_downloadable_product_div .mp_dp_fields .marketplace-sample tr.headings th{display:none;}

#marketplace_custom_option_list .mareket_place_price_table, #marketplace_custom_option_list .mareket_place_price_table thead, #marketplace_custom_option_list .mareket_place_price_table tbody, #marketplace_custom_option_list .mareket_place_price_table th, #marketplace_custom_option_list .mareket_place_price_table td, #marketplace_custom_option_list .mareket_place_price_table tr {display: block;}
#marketplace_custom_option_list .mareket_place_price_table thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_custom_option_list .mareket_place_price_table thead .a-right {position: relative;top: 0px;left: 0px;}
#marketplace_custom_option_list .mareket_place_price_table tbody tr{margin:0 0 10px;}
#marketplace_custom_option_list .mareket_place_price_table td {/* Behave  like a "row" */border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 44% !important;white-space: normal;}
#marketplace_custom_option_list .mareket_place_price_table td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_custom_option_list .mareket_place_price_table td:nth-of-type(1):before { content: "Price"; }
#marketplace_custom_option_list .mareket_place_price_table td:nth-of-type(2):before { content: "Price Type"; }
#marketplace_custom_option_list .mareket_place_price_table td:nth-of-type(3):before { content: "SKU"; }
#marketplace_custom_option_list .mareket_place_price_table td:nth-of-type(4):before { content: "Extensions"; }
#marketplace_custom_option_list .mareket_place_price_table td:nth-of-type(5):before { content: "Image size"; }
#marketplace_custom_option_list .mareket_place_price_table .type-last .input-text{width:25% !important}

#marketplace_custom_option_list .market_place_dropdown_row, #marketplace_custom_option_list .market_place_dropdown_row thead, #marketplace_custom_option_list .market_place_dropdown_row tbody, #marketplace_custom_option_list .market_place_dropdown_row th, #marketplace_custom_option_list .market_place_dropdown_row td, #marketplace_custom_option_list .market_place_dropdown_row tr {display: block;}
#marketplace_custom_option_list .market_place_dropdown_row thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_custom_option_list .market_place_dropdown_row thead .a-right {position: relative;top: 0px;left: 0px;}
#marketplace_custom_option_list .market_place_dropdown_row tbody tr{margin:0 0 10px;}
#marketplace_custom_option_list .market_place_dropdown_row tbody td {/* Behave  like a "row" */border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 44% !important;margin: 15px 0 0;}
#marketplace_custom_option_list .market_place_dropdown_row tbody td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(1):before { content: "Title"; }
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(2):before { content: "Price"; }
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(3):before { content: "Price Type"; }
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(4):before { content: "SKU"; }
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(5):before { content: "Sort Order"; }
#marketplace_custom_option_list .market_place_dropdown_row tbody td:nth-of-type(6):before { content: "Delete"; }

#marketplace_custom_option_list .mareket_place_date_table, #marketplace_custom_option_list .mareket_place_date_table thead, #marketplace_custom_option_list .mareket_place_date_table tbody, #marketplace_custom_option_list .mareket_place_date_table th, #marketplace_custom_option_list .mareket_place_date_table td, #marketplace_custom_option_list .mareket_place_date_table tr {display: block;}
#marketplace_custom_option_list .mareket_place_date_table thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_custom_option_list .mareket_place_date_table thead .a-right {position: relative;top: 0px;left: 0px;}
#marketplace_custom_option_list .mareket_place_date_table tbody tr{margin:0 0 10px;}
#marketplace_custom_option_list .mareket_place_date_table td {/* Behave  like a "row" */border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 44% !important;}
#marketplace_custom_option_list .mareket_place_date_table td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_custom_option_list .mareket_place_date_table td:nth-of-type(1):before { content: "Price"; }
#marketplace_custom_option_list .mareket_place_date_table td:nth-of-type(2):before { content: "Price Type"; }
#marketplace_custom_option_list .mareket_place_date_table td:nth-of-type(3):before { content: "SKU"; }

#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table{padding:10px;}
#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table input.input-text{width:92%}
#marketplace_downloadable_product_div #link_items_body .marketplace_download_info_table select{width:97%}

#marketplace_downloadable_product_div .marketplace-sample table, #marketplace_downloadable_product_div .marketplace-sample thead, #marketplace_downloadable_product_div .marketplace-sample tbody, #marketplace_downloadable_product_div .marketplace-sample th, #marketplace_downloadable_product_div .marketplace-sample td, #marketplace_downloadable_product_div .marketplace-sample tr {display: inline-block;}
#marketplace_downloadable_product_div .marketplace-sample thead th {position: absolute;top: -9999px;left: -9999px;}
#marketplace_downloadable_product_div .marketplace-sample thead .a-right {position: relative;top: 0px;left: 0px;}
#marketplace_downloadable_product_div .marketplace-sample tbody tr{margin:0 0 10px;}
#marketplace_downloadable_product_div .marketplace-sample tbody td {Behave  like a "row"border: none;border-bottom: 0px solid #eee;position: relative;padding: 0 0 10px 2% !important;}
#marketplace_downloadable_product_div .marketplace-sample tbody td:before {/*position: absolute;top: 8px;left: 6px;*/width: 28%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
#marketplace_downloadable_product_div .marketplace-sample tbody td:nth-of-type(1):before { content: "Title"; }
#marketplace_downloadable_product_div .marketplace-sample tbody td:nth-of-type(2):before { content: "File"; }
#marketplace_downloadable_product_div .marketplace-sample tbody td:nth-of-type(3):before { content: "Sorting"; }
#marketplace_downloadable_product_div .marketplace-sample #sample_items_body .a-center{text-align:left !important;}
#marketplace_downloadable_product_div .marketplace-sample #sample_items_body input.input-text{width:95% !important;margin: 0px;}
#marketplace_downloadable_product_div .marketplace-sample tbody{margin:10px 0;white-space: normal;}

.compare_wrapper #compare_product{border:0px}
.compare_wrapper #compare_product table, .compare_wrapper #compare_product thead, .compare_wrapper #compare_product tbody, .compare_wrapper #compare_product th, .compare_wrapper #compare_product td, .compare_wrapper #compare_product tr {display: block;}
.compare_wrapper #compare_product thead th {position: absolute;top: -9999px;left: -9999px;padding:5px 10px;}
.compare_wrapper #compare_product tr { border: 1px solid #ccc; }
.compare_wrapper #compare_product tbody tr{margin:0 0 10px;}
.compare_wrapper #compare_product td {/* Behave  like a "row" */border-bottom: 1px solid #eee;position: relative;padding-left: 34% !important;}
.compare_wrapper #compare_product td:before {position: absolute;top: 8px;left: 6px;width: 45%;padding-right: 10px;white-space: nowrap;font-weight: bold;}
.compare_wrapper #compare_product td:nth-of-type(1):before { content: "Ship Info"; }
.compare_wrapper #compare_product td:nth-of-type(2):before { content: "Product Info"; }
.compare_wrapper #compare_product td:nth-of-type(3):before { content: "Price"; }
.compare_wrapper #compare_product td:nth-of-type(4):before { content: "Cart"; }
.compare_wrapper #compare_product tfoot td:nth-of-type(1):before { content: ""; }
.compare_wrapper #compare_product tfoot td:nth-of-type(2):before { content: ""; }
.product_image_compare img{float:none}
.product_image_compare div{float:none;padding:0px;}
}

.marketplace-compareprice .form-list li.wide .input-box{width: 578px !important; position:relative; }
.marketplace-compareprice .form-list li.wide input.input-text{float: left;}
.marketplace-compareprice #indicator1{margin: 5px 0px 0px 3px; float: left; width: 25px; clear: right;}
.marketplace-compareprice span.compare-note{clear: both; display: block;}
.compare_wrapper h1{font-size: 20px;font-weight: normal;background-color: #f2f2f2;border-left: 1px solid #e9e9e9;border-top: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;border-radius: 5px 5px 0 0;padding: 8px 15px;margin: 0px;display: inline-block;}

/* All review page*/
.clear{clear:both;}
.all_review_container_wr{width:100%;float:left;padding:0;}
.all_review_container_wr h3{float: left;width: 100%;margin: 0px;}
.all_reviews_details_wr{float:left;width: auto;margin:2px 5px 9px 0;}
.all_reviews_details_wr b{width:100%;float:left;}
.individual-star-ratings .all_review_container_wr span{width:auto;padding:2px 0 0 0px  !important; clear: left; display: block;}
.individual-star-ratings .all_review_container_wr p.rating_s{float: left !important; display: block; margin: 7px 0px 0px 9px !important;}
.all_review_container_wr span{float:none;}
.all_reviews_comments{float:left;padding: 10px 0 0;width: 82%;}
.all_reviews_details_wr .all_reviews_block b{clear: both;float: left;padding:5px 0 10px;}
.all_reviews_details_wr .all_reviews_block{float:left;margin: 5px 0;width: 94px;height: 18px;clear: both;background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 0 repeat-x;}
.all_review_container_wr .all_review_rating{float: left;height: 18px;background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;}
.all_reviews_details_wr p{width:100%;clear:both;}

.mp_seller_rating{float:left;width:64%;margin: 10px 0 0;}
.mp_seller_product{float: left;width:27%;padding: 0 12px 0 0;margin: 10px 22px 10px 0;border-right:1px solid #ccc;}
.mp_seller_product span{padding:0 0 5px;width:auto;float:left;}
.mp_rate_feedback .mp_seller_comments{float:left;width:100%; margin-bottom: 3%;}

.mp_rate_feedback .mp_seller_comments label, .mp_seller_left{float:left;padding:0 15px 0 0;width: 30%;;}
.mp_rate_feedback .mp_seller_comments textarea{float:left;width:65%;}
.mp_seller_rate_options{width:94px;height: 18px;position:relative;background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) repeat-x;float:left;list-style-type:none;display:block;vertical-align:bottom;zoom:1;z-index:1; margin:0 0 10px;*display:inline;}
.mp_seller_rate_options li{float:left;}
.mp_seller_rate_options:hover li.user-rating{display:none!important}
.mp_seller_rate_options li a{display:block;width:19px;height:18px;text-indent:-9000px;z-index:20;position:absolute;top:0;cursor:pointer}
.mp_seller_rate_options li.user-rating{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;height:18px;}
.mp_seller_rating li a:hover{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/marketplace/images/all_review_rating.png) 0 100% repeat-x;z-index:1;left:0}
.mp_seller_rate_options a.rate-1{left:0}
.mp_seller_rate_options a.rate-1:hover{width:19px}
.mp_seller_rate_options a.rate-2{left:19px}
.mp_seller_rate_options a.rate-2:hover{width:38px}
.mp_seller_rate_options a.rate-3{left:38px}
.mp_seller_rate_options a.rate-3:hover{width:57px}
.mp_seller_rate_options a.rate-4{left:57px}
.mp_seller_rate_options a.rate-4:hover{width:76px}
.mp_seller_rate_options a.rate-5{left:76px}
.mp_seller_rate_options a.rate-5:hover{width:94px}
.mp_seller_rating button{float:right;}
.marketplace-seller-allreview .pager{border:0px;}
.feedback_text{ display: block; width: 100%; margin: 8px 0px 0px; float: left;}

.product_wrapper{ width: 100%; overflow: hidden;}.product_wrapper img{ float: left; margin: 0px 10px 0px 0px}
.product_wrapper .product_info_wr{ float: left; width: 78%;}
.product_wrapper a{ text-decoration: none;}
.back_btn{ background: #ddd; color: #666; padding: 5px 10px; width: 19%; margin: 0 0 10px}.back_btn a{ text-decoration: none; color: #000;}
.back_btn a:hover{ text-decoration:underline; color: #000;}

.seller_store_banner img{max-width: 100%; height: auto;}
.market_place_profile .mp_profiles_container{width: 100%; padding: 0px;}

/* ==========================================================================
   Quick simple product creation
   ========================================================================== */
.marketplace_associated_product{width:100%;}
.marketplace_associated_product table{ display:block; overflow-x: scroll; }
.marketplace_associated_product table th{ width: 20% !important; }
.marketplace_associated_product table th select{ height:30px !important; }
#configurable_associated_product_form select, .marketplace_super_product_attribute select{padding:4px;margin-top:0px;}
.marketplace_super_product_attribute select{margin-left:44px;}
.marketplace_configurable_price_value div label{float: left;width: 100%;padding: 10px 0px 5px;}
.marketplace_configurable_price_value div select{width: 160px;}
.marketplace_super_product_container{padding:0 0 15px;}
.marketplace_super_product_attribute .marketplace_super_product_configuration div{padding:5px 0;}
.marketplace_super_product_attribute .marketplace_super_product_configuration b{ float:left; padding: 0 5px 0 0;}
.marketplace_configurable_price_value div{padding: 4px 0 0;font-size: 13px;font-weight: 600;}
.super-product-attributes{padding-top:15px;}
.super-product-attributes ul li{clear: both;float: left;width: 100%;padding: 0 0 10px;}

/* ==========================================================================
   Super product attributes configuration
   ========================================================================== */
.marketplace_super_product_attribute h2{margin:15px 0;}

/* ==========================================================================
   Seller Profile
   ========================================================================== */

.marketplace-seller-displayseller .main-container{margin-top: 340px;}
.marketplace-seller-displayseller .mp_profiles_container{position: absolute;top: -303px;left: 0px;}
.marketplace-seller-displayseller .mp_profiles_container .seller_store_banner{z-index: 1; width: 100%; height: auto;}
.marketplace-seller-displayseller .mp_profiles_container .seller_store_banner img{height: 232px; max-width: 100%;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper{z-index: 9;background: #fff;margin: -110px 10% 0px; width: 80%;-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);padding: 20px;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper .mp_profiles_logo{padding: 30px 0px;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper h2{font-weight: normal; font-size: 24px;margin: 0px;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info{width: 80%;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper{float: right; margin: 0px;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper span{display: block;float: left;padding: 0px 0px 0px 35px;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper span.contact-number{background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -58px -960px;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper span.contact-mail{background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -63px -979px;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .all_review_container_wr{margin: 0px 0px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper{float:right; margin: 0px 10px 0px 0px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper a{display: block;float: left;width: 25px;height: 25px;margin: 0px 0px 0px 4px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper a.linked-in{background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -70px -844px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper a.facebook{background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -70px -873px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper a.twitter{background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -70px -903px;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper a.gplus{ background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat -70px -933px; }
.marketplace-seller-displayseller .mp_profiles_container .all_review_container_wr{margin: 13px 0px 0px !important;width: 60%;}
.marketplace-seller-displayseller p.mp_profiles_desc{background: #fff !important;padding: 20px; margin-top: -10px;}
.marketplace-seller-displayseller .contact-number i{text-decoration: none;font-weight: bold;line-height: 16px;display: inline-block;}

/* ==========================================================================
   FEEDBACK RATINGS
   ========================================================================== */

.sidebar .individual-star-ratings {width: auto;overflow: hidden;}
.sidebar .individual-star-ratings{width: 100%; background: #eee;padding: 15px 0px 10px 15px;border: 1px solid #cccccc;}
.sidebar .individual-star-ratings ul{padding:2px 3px 5px 0;float: left;}
.sidebar .individual-star-ratings ul li{padding: 0 0 5px;}
.sidebar .individual-star-ratings ul li .rating-bars{float: left;width: 78px;background: #E0E0E0;height: 11px;margin: 2px 4px 0; }
.sidebar .individual-star-ratings ul li .rating-bars .progress{background: #EB5D51;height: 11px;}
.sidebar .individual-star-ratings ul li span{float:left;font-size: 12px;}
.sidebar .individual-star-ratings ul li strong{float: left; font: bold 11px Arial,sans-serif; color: rgb(158, 158, 158);}
.sidebar .positive_review_ratings{float: left;width: 70px;}
.sidebar .positive_review_positive, .positive_review_negative, .positive_review_neutral{margin-top: 5px;border: 1px solid #848484;border-left: none;margin-left: 0px;text-indent: 15px;width: 8px;}
.sidebar .positive_review_positive, .positive_review_negative{height: 39px;line-height: 37px;}
.sidebar .positive_review_neutral{height: 26px;line-height: 26px;}
.sidebar .customer_review{float:right;width: 100%;padding: 0 0 10px;clear: both;}
.sidebar .customer_review h6, .customer_review p{text-align: left;}
.sidebar .customer_review p a{}


/* ============================================ *
 * All Product And Best Selling Products
 * ============================================ */

.marketplace-seller-displayseller .all-product-wrapper, .bestsellingproducts{margin: 10px 0px;clear: both;}
.marketplace-seller-displayseller .all-product-wrapper h2.pdct_name, .bestsellingproducts h2.bsp_name{color: #333;font-size: 24px;font-weight: bold;padding: 20px 0;background: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/category-title.png") repeat-x 0 center;border: none;text-align: center;}


.marketplace-seller-displayseller .all-product-wrapper p.no-rating, .bestsellingproducts p.no-rating{margin: 0px;padding: 0px 9px 0px;text-align: left;}
.marketplace-seller-displayseller .all-product-wrapper p.no-rating a, .bestsellingproducts p.no-rating a{color: #333;}


/* ============================================ *
 * Best Selling Products slider
 * ============================================ */

.marketplace-seller-displayseller .bestsellingproducts h2.subtitle{ color:#333; font-size:24px; font-weight:bold; padding:20px 0; background:url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/category-title.png") repeat-x 0 center; border:none; }
.marketplace-seller-displayseller .bestsellingproducts h2.subtitle span span{ color:#cc3333; margin:0; padding:0; }
.marketplace-seller-displayseller .bestsellingproducts h2.subtitle span{ color:#333; font-size:24px; font-weight:bold; background-color:#ecf0f1; padding:0 3%; }
.bestsellingproducts{display:block; overflow:hidden;position:relative; }
.marketplace-seller-displayseller .products-grid > .slider{ width:23%; position:relative; display:block; overflow:hidden; background:#fff;  box-shadow:0 2px 0 0 #ddd; -moz-box-shadow:0 2px 0 0 #ddd; -o-box-shadow:0 2px 0 0 #ddd; -webkit-box-shadow:0 2px 0 0 #ddd; }
.marketplace-seller-displayseller .products-grid .slider:hover .actions .button, .best-sellers-new-products .products-grid .slider:hover .actions .add-to-links{ display:block; }
.marketplace-seller-displayseller .bx-wrapper{ max-width:100% !important; margin:0; }
.marketplace-seller-displayseller .bx-wrapper .bx-viewport{ height:300px !important; background:none; margin:0 auto; left:4.5px; width:1030px !important; }
.marketplace-seller-displayseller .products-grid .slider{ width:230px !important; margin-right:25px !important; }
.marketplace-seller-displayseller .bx-wrapper .bx-prev{ left:0px; }
.marketplace-seller-displayseller .bx-wrapper .bx-next{ right:0px; }
.marketplace-seller-displayseller .product_image_div{ display:block; overflow:hidden; position:relative; text-align:center; }
.marketplace-seller-displayseller .new-label{ position:absolute; top:0; font-size:11px; background:#16C7F0; color:#fff; top:197px; left:11px; padding:1px 6px; font-weight:600; text-transform:uppercase; border-radius:1.5px; -moz-border-radius:1.5px; -o-border-radius:1.5px; -weblit-sborder-radius:1.5px;}
.marketplace-seller-displayseller .sale-label{position:absolute; top:0; font-size:11px; background:#F37020; color:#fff; top:167px; left:11px; padding:1px 6px; font-weight:600; text-transform:uppercase; border-radius:1.5px; -moz-border-radius:1.5px; -o-border-radius:1.5px; -weblit-sborder-radius:1.5px; }
.marketplace-seller-displayseller .products-grid .slider .actions{ top:197px; left:-8px; }
.marketplace-seller-displayseller .products-grid .actions .out-of-stock{ font-size:11px; right:2px; }
.marketplace-seller-displayseller .products-grid .last{margin-right: 0px !important;}



/* ============================================ *
 * Seller Dashboard
 * ============================================ */
.marketplace-seller-dashboard .seller-today-sales{overflow: hidden;}
.marketplace-seller-dashboard .seller-today-sales .cart_bg{background: #fff;padding: 20px 20px 15px; width: 43%;float: left;}
.marketplace-seller-dashboard .seller-today-sales .Order_bg{background: #fff;padding: 20px 20px 15px; width: 43%;float: right;}
.marketplace-seller-dashboard .seller-today-sales .cart_bg i{width: 75px; height: 75px;background:#ccc url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat 10px -911px;display: block; float: right; margin: 0px 0px 0px; position: relative;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.marketplace-seller-dashboard .seller-today-sales .Order_bg i{width: 75px; height: 75px;background:#ccc url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png") no-repeat 10px -981px;display: block; float: right; margin: 0px 0px 0px; position: relative;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.marketplace-seller-dashboard .seller-today-sales .Order_bg .left_wr, .cart_bg .left_wr{float: left; width: 73%; margin-left: 0;}
.marketplace-seller-dashboard .seller-today-sales .Order_bg strong, .cart_bg strong{font-size: 14px; font-weight: normal;color: #666; margin: 0px;}
.marketplace-seller-dashboard .seller-today-sales .Order_bg p, .cart_bg p{font-weight: normal; font-size: 37px;}
.marketplace-seller-dashboard .seller-sales-income{overflow: hidden; margin: 15px 0px;}
.marketplace-seller-dashboard .my-account h3{background: #fbfbfb; border-bottom: #e8e8e8 solid 1px;padding: 10px 15px 10px;margin: 0px;}
.marketplace-seller-dashboard .my-account .content_wr{background: #fff;overflow: hidden; padding:15px 0px; }
.marketplace-seller-dashboard .seller-sales-income .content_wr ul{margin: 0px; padding: 0px;}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li{float: left; width: 33%; text-align: center; border-right: 1px solid #eee;}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li:last-child{border-right: none;}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li p{font-size: 24px; font-weight:300;margin-bottom: 10px;}
.marketplace-seller-dashboard .seller-sales-income .content_wr ul li strong{color: #999; font-weight: bold; text-transform: uppercase;}
.marketplace-seller-dashboard .seller-donut-chart{margin-bottom: 20px;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr{float:left;width: 40%; margin: 10px 0px 0px 30px;}
.marketplace-seller-dashboard .seller-donut-chart.text_wr ul{margin: 0px; padding: 0px;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li{list-style-type: none; margin: 0px 0px 15px;display: block;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li span{display: block; float: left;min-width: 160px;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.red-color{color: #ff3333;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.green-color{color: #99cc66;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.gray-color{color: #7d7d7d;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.blue-color{color: #6699cc;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.green1-color{color: #cccc33;}
.marketplace-seller-dashboard .seller-donut-chart .text_wr ul li.orange-color{color: #ff9900;}
.marketplace-seller-dashboard .seller-donut-chart #chart_div{float: left; width: 50%;}
.marketplace-seller-dashboard .seller-donut-chart .total-orders{position: absolute;margin:9.5% 0 0% 44.5%;z-index: 999;font-size: 40px;color: #9d9d9d;width: 100px;text-align: center;}
#multiple_select select{ height:30px; }

.marketplace-seller-dashboard .seller-sales-chart {margin: 0px 0px 20px;}
.marketplace-seller-dashboard .mp_seller_sales_report_wr{position: relative;width: 55%;float: right;}
.marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr .txtbox{width: 80px;font-size: 12px;padding: 1px;color: #b7b7b7;text-align: center;}
.marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr #select_filter{width: 92px;font-size: 12px;padding: 1px;color: #b7b7b7;text-align: center;}
.marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr button span {font-size: 12px;}
.marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr button{font-size: 12px; }
#market_place_manage_products table tbody td.img_td{ position:relative; }
.marketplace-seller-dashboard .orders-wr{margin: 0px 0px 20px}
.marketplace-compareprice #indicator1{ margin:0; position:relative; top:-3px; }
body.customer-account .my-account .title-buttons{overflow:visible !important}
.customer-account .my-account .order-info{display:block;clear:both;}
.customer-account .my-account .cancel_order_items_popup{position: absolute;z-index: 9;background-color: #fff;border: 1px solid #ccc;padding: 15px;text-align:left;}
#shippment_update_info .shipment_update_total_orders{text-align: right;padding: 10px;}
#shippment_update_info .product_track_buttons{  float: left;}
.customer-account .my-account .cancel_order_items_popup {    border: 0; background:rgba(0, 0, 0, 0.6); width:100%; height:100%; top:0; position: fixed; left:0; padding:0; }
.customer-account .my-account .cancel_order_items_popup-inner{        background-color: #fff;    border: 1px solid #ccc;    padding: 15px;   position: fixed;    z-index: 9;     left: 38%;    top:30%;}
#shippment_update_info #shipping_tracking {  width: 100%;  clear: both;  margin-top: 20px;}
#shippment_update_info #shipping_tracking .box-left.entry-edit{  margin-top:20px;}
.shipping-tracking-popup .page-title button{ display:none; }
.order-details .order-links{ margin-bottom:10px; }
.order-details h3.table-caption{ margin-top:10px; }

@media only screen and (min-width : 320px) and (max-width : 480px) {
	#shippment_update_info .product_track_buttons {  float: left;  width: 100%;  margin: 10px 0;}
	body.customer-account #tracking_numbers_table {  display: block;  overflow-x: auto;}
	.mp_seller_rating #advice-required-entry-feedback {    padding-left: 0 !important;    padding-top: 2%;}
}

/*changes in separate theme*/

.marketplace-sellerproduct-selectattributes .page-title{ margin-bottom:20px; }
.marketplace-sellerproduct-selectattributes .page-title h2{ background:none; padding:0; }
.marketplace-sellerproduct-selectattributes button.button{ float:right; }
.market_place_assign_products .data-table{ margin-top:20px; }
.marketplace-sellerproduct-addassignproduct .page-title h2{ background:none; padding:0; }
.marketplace-seller-displayseller .main{ position:relative; }
.no-slider .slider {  float: left;  margin: 0;}
.my-account #market_place_manage_products table tbody td:last-child em a {  float: left;  display: block;  margin-right: 12px;}
#market_place_manage_products_order .top_amount, .mp_top_amount, #market_place_manage_products .top_amount, #mp_order_transaction .top_amount {  padding-bottom: 8px;  float: right;  color: #333;  font-size: 12px;  font-weight: bold;}
.my-account .manage_products_head, .my-account .page-title .manage_products_head, #market_place_manage_products .manage_products_head, #market_place_manage_products_order h1, #mp_order_transaction h1, .my-account .page-title h1 {  float: left;  border: 0px;}
.page-title {  margin: 0;  overflow: hidden;  width: 100%;  clear: both;}
body.customer-account .data-table {  margin-top: 5px;  display: table;  /* overflow-x: auto; */}
.market_place_profile .market_place_store_img {  min-height: 110px !important;}
.marketplace-seller-displayseller .mp_profiles_container .seller_store_banner img {  height: 232px;  max-width: 100%;  width: 100%;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper .mp_profiles_logo{ padding:0; }
.marketplace-seller-displayseller .all-product-wrapper .sale-label{ top:-50px; }
.marketplace-seller-displayseller .all-product-wrapper .price-box p{ font-size:14px; line-height:normal; padding:0 5px; }
.bx-controls .bx-pager {  display: none;}
.marketplace-seller-displayseller .bx-wrapper .bx-prev {  left: 0px;}
.marketplace-seller-displayseller .bx-wrapper .bx-next {  right: 0px;}
.marketplace-seller-displayseller .bx-wrapper .bx-controls-direction a {  position: absolute;  top: 42%;  margin-top: -16px;  outline: 0;  width: 32px;  height: 32px;  text-indent: -9999px;  z-index: 9999;}
.marketplace-seller-displayseller .bx-wrapper .bx-next {  right: 10px;  background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png) no-repeat -36px -844px;}
.bx-wrapper .bx-prev {  left: 10px;  background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/icon_sprite_seller.png) no-repeat -2px -844px;}

@media only screen and (min-width : 320px) and (max-width : 480px) {
.marketplace-seller-dashboard .seller-today-sales .cart_bg {  margin-bottom: 20px;}
.marketplace-seller-dashboard .seller-today-sales .cart_bg, .marketplace-seller-dashboard .seller-today-sales .Order_bg {  width: 100%;}
.marketplace-seller-dashboard .seller-today-sales{ width:100%; }
.marketplace-seller-dashboard .seller-today-sales .Order_bg .left_wr, .cart_bg .left_wr {  width: 65%;}
.marketplace-compareprice .form-list li.wide input.input-text, .marketplace-seller-dashboard .seller-donut-chart .text_wr {  width: 85%;}
.marketplace-seller-dashboard .seller-donut-chart #chart_div, .marketplace-seller-dashboard .seller-donut-chart .total-orders {  display: none;}
.marketplace-seller-dashboard .my-account h3 {  overflow: auto;}
.marketplace-seller-dashboard .mp_seller_sales_report_wr {  width: 100%;  margin-top: 15px;}
.marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr .txtbox, .marketplace-seller-dashboard .my-account .mp_seller_sales_report_wr #select_filter {  width: auto; height:22px; }
.marketplace-seller-dashboard .mp_seller_sales_report_wr input {  margin-right: 5px;}
.marketplace-seller-dashboard .my-account .seller-sales-chart .content_wr {  width: 100%;  overflow: auto;}
body.customer-account .data-table {  margin-top: 5px;  display: block;  overflow-x: auto;}
#my-orders-table tbody:last-child tr:last-child td {  padding-bottom: 10px;  border-bottom: 0;  width: 100%;   text-align: left; }
.category-filter, .period-filter, .filter {  float: left;  margin: 10px 0;}
.marketplace-seller-displayseller .mp_profiles_container {  top: 0 !important;  position: relative !important;}
.marketplace-seller-displayseller .mp_profiles_container .seller_store_banner {  display: none !important;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper {  margin: 0 !important;  box-shadow: none !important;  padding: 5px !important;  width: 100% !important;}
.marketplace-seller-displayseller .mp_profiles_container .mp_profiles-info-wrapper .mp_profiles_logo {  padding: 5px 0 !important;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info {  width: 100% !important;}
.marketplace-seller-displayseller .mp_profiles_container .social-media-wrapper {  float: left !important;  margin: 10px 0 !important;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info div{  clear: both !important;  margin: 10px 0 !important;  width: 100% !important;}
.marketplace-seller-displayseller .main-container {  margin: 0 !important;}
.main-container {  max-width: 100%;}
.marketplace-seller-displayseller .mp_profiles_desc {  padding: 5px !important;  margin-top: 0px !important;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper span.contact-number {  margin-right: 10px !important;}
.marketplace-seller-displayseller .mp_profiles_container .sellers_store_info .contact-wrapper span {  padding: 0 0 0 18px !important;}
.mp_profiles_logo {  width: auto !important;}
.marketplace-sellerreview-allreview .all_reviews_details, .marketplace-sellerreview-allreview .all_reviews_comments{ width: 93%; }
#my-downloadable-products-table tbody td{ width:100% !important;  display: table-cell; }
#my-downloadable-products-table thead th{ width:100% !important; }
.seller-orders-viewed .data-table tbody td:last-child{ text-align: center; }
}

.marketplace-seller-dashboard .orders-wr{margin: 0 0 20px}
.marketplace-compareprice #indicator1{ margin:0; position:relative; top:-3px; }
p.subscriptionDetails {background:#ffcc01;color:#000;padding: 10px;border-radius: 5px;margin-bottom: 20px;}
.subscription-plans {    display: inline-block;text-align:center;width:100%;}
.subscribe-plane {border: 2px solid #ffcc01; margin: 5px 5px 10px 5px; border-radius: 10px; text-align: center; padding: 5px 5px 10px; background-color: #fff; float: left;width: 22%;min-height: 213px; margin-top: 20px; margin-right: 15px;}
.subscribe-plane h1 {font-size: 16px; color: #000; margin-top: 16px;}
.subscribe-plane .subscribe-price{width:auto;}
.subscription-plans > .subscribe-plane:first-child{	border-color:tranparent;}
.subscribe-price {width: 335px;background: #fff;border-radius: 5px;margin: 0 auto;padding-bottom: 20px;}
.subscribe-price span {    width: auto;font-size: 14px; color: #01283A; font-weight: bold; display: inline-block;}
.subscribe-price p {font-size: 13px; color: #505050; padding: 10px 0 0px 0; margin: 0; display: block;}
.subscribe-price a {    background-color: #01283A; padding: 5px 15px; border-radius: 5px; position: relative; color: #ffe400; text-decoration: none; margin-top: 13px; display: inline-block;}
.subscribe-price a.disableMode {background-color: #DADADA;color: #A5A399}
.subscription-plans p.subscriptionDowngrade{background-color: #DADADA;color: #000;padding: 10px;border-radius: 5px;clear: both}
.sbscription-title.h2{color: #398A33;font-size: 14px;font-weight: bold;margin: 20px 0 0 0}

@media screen and (min-width:480px) and (max-width:770px) {
	.selle_for_pass {		position: relative;		top: 50px;	}
	.re_sell {		position: relative;		top: -10px;	}
}

@media screen and (min-width:480px) {
	.re_sell {		text-align: right !important;		margin-top: -40px !important;	}
	.selle_for_pass {		float: left;	}
}

@media screen and (max-width:479px) {
	.marketplace-subscription-subscribe .my-account .subscription-plans .subscribe-price		{		width: 85%	}
	.marketplace-subscription-subscribe .my-account .subscription-plans .subscribe-plane		{		width: 85%	}
	.re_sell {		text-align: left;		float: left !important;		position: relative;		top: 53px;	}
}

#marketplace_custom_option_list .border .type-last {  width: 150px; max-height:85px; overflow:hidden; float:left;font-size: 12px;}

/*changes for product compare*/

ol#compare-items {width: auto; display: inline-block; vertical-align: middle; text-align: left;}
.block-compare { width: 100% !important; height: 240px; margin: 0 auto !important; padding-top: 13px; text-align: center;  position: fixed; bottom: 0; left: 0; z-index:  99; border-top: solid 1px #181818; background: #B3B3B3;  transition: all .2s ease-in;}
ol#compare-items li {float: none; display: inline-block; vertical-align: top; width: 185px; background: #fff;  border-radius: 3px;  -moz-border-radius: 3px;  -ms-border-radius: 3px;  -o-border-radius: 3px;  -webkit-border-radius: 3px;  -webkit-box-shadow: 1px 1px rgba(0,0,0,.23),inset 1px 1px #fff;   -moz- box-shadow: 1px 1px rgba(0,0,0,.23),inset 1px 1px #fff; box-shadow: 1px 1px rgba(0,0,0,.23),inset 1px 1px #fff; margin: 0;      padding: 0px 5px; min-height: 115px;}
#compare-items .item .product-name a {display: initial; background-image: none; text-transform: none;}
#compare-items .item .product-image a {margin: 0 auto; display: initial;}
#compare-items .item .product-image a img {margin:0 auto; background: #fff; }
.block-compare .block-title span { color: #000;  font-weight: normal; font-size: 14px; }
.block-compare .actions {display: inline-block; vertical-align: middle;}
#compare-items .item .btn-remove { background-position: -53px -375px !important; z-index: 1;}
.block-compare .actions a {float:left; margin:0; clear:both; background: #181818; color:#fff; padding:7px 15px; border-radius:2px; clear: none; }
.footer .block-compare .actions p{ margin:0 5% 0 0; display: inline-block; float:left; }
.block-compare .actions .button {float: left !important; margin-right:5%; }
.righttop { background: #B3B3B3; width: 50px; height: 30px;  position: absolute; right: 39px; bottom: 239px; z-index: 10000; cursor: pointer; transition: all .2s ease-in; border: 1px solid #181818; border-bottom: 0; }
.righttop:hover { background: #B3B3B3; }
.righttop span {    border-left: 6px solid transparent;    border-right: 6px solid transparent;    border-top: 6px solid #181818;    bottom: 10px;    content: "";    margin-left: -6px;    position: absolute;}
.open .righttop span {    border-bottom: 6px solid #181818 !important;    border-left: 6px solid transparent;    border-right: 6px solid transparent;    border-top: 0 none;    bottom: 10px;    content: "";    position: absolute;}
.block-compare.open {    bottom: -100px;}
.footer .minimize {margin: 0 auto;  width: 53%; overflow: hidden; }
.footer .minimize .block-title{    clear: both;    float: left;    width: 25%;    margin-top: 2%;}
.footer .minimize .block-content{width:47%;float: left;}
.footer .minimize .block-content li.item{width: 275px !important;}
.footer .minimize .block-compare .actions{float:none;}
.block-compare .minimize .actions {float: left; padding-left: 0; width: 28%; margin-top: 1.5%; }
.block-compare .bx-wrapper .bx-prev, .block-compare .bx-wrapper .bx-prev:hover{    background-position: -11px -1543px; left:-45px;}
.block-compare .bx-wrapper .bx-next, .block-compare .bx-wrapper .bx-next:hover{    background-position: -56px -1544px;}
.block-compare .bx-wrapper .bx-next, .block-compare .bx-wrapper .bx-controls-direction a{     width: 37px; height: 37px; background-color: #404040; border-radius: 50%;}
.block-compare .actions a:hover{ background: #0091EA; }
.block-compare .bx-wrapper .bx-next{ right:-45px; }
.footer .block-title a {    background: #1a1a1a;    color: #fff;    padding: 5px 10px;    border-radius: 2px;}
.footer .block-title a:hover{ background: #0091EA;  }
.block-compare .actions .button span, .block-compare .block-title span{ text-transform: none; }
.block .actions a{ margin-top:10px;}
.block .actions .show-all a{ margin-top:0;}
.minimize .block-title small{ color: #181818;}
.add .block-title small{ color: #181818;}

@media only screen and (min-width: 320px) and (max-width: 768px){
    ol#compare-items li{width:7% !important;    min-height: 118px !important; border-radius: 0px !important; -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;}
    .footer .minimize .block-title{width: 100% !important;margin:0px !important;padding-bottom:0px !important;}
    .footer .block-title a{font-size:10px !important;}
    .footer .block-compare .block-title span{font-size:13px;}
    .block-compare.open{width:-106px;}
    .footer .minimize button{font-size: 10px;padding: 3px 10px;}
    .footer .minimize .block-compare .minimize .actions{padding-top:20px;}
    .footer .minimize .block-content li.item{width:14% !important;}
    .footer .minimize .product-image{top: -24px;}
    .righttop{width:40px !important;height:40px !important;right: 10px !important;}
    .righttop span{    margin-left: -7px !important;border-top: 6px solid #fff !important;    border-left: 6px solid transparent !important;    border-right: 6px solid transparent !important; }
    .open .righttop span {    border-bottom: 6px solid #fff !important;    border-left: 6px solid transparent !important;    border-right: 6px solid transparent !important;    border-top: 0 none !important;    bottom: 17px !important;    content: "";    position: absolute;}
}
.footer .minimize .block-content li.item{width: auto !important;}
.footer .minimize #compare-items .item .btn-remove{display:none;}
.footer .minimize ul{float: left;}
.footer .minimize .block p a{padding-top:10px;float: left;}
.marketplace-order-viewtransaction .mp_addnew_pdt{float:right;}
.footer .add .bx-wrapper .bx-viewport{  background: transparent; height: 120px !important;     width: 100% !important; }
.footer .add .block-content .bx-wrapper {    max-width: 100% !important;}
.footer .add .block-content {    width: 52%;    margin: 0 auto;}
.footer .add .block-content ol#compare-items li{ margin-right: 35px !important; }
.home-out-stock{ position: absolute; left:0; top:-258px; background: #ed174d !important; width:80px; line-height:20px; color:#fff; text-align: center; }
 .edit-tab{margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}
 .edit-tab li{ float: left; }
 .edit-tab li a{ font-size: 13px; text-transform: uppercase; padding: 11px 20px; color: #333; font-weight: bold; background: #ddd; margin-right: -1px; border-radius: 3px 3px  0 0; border: 1px solid #ccc;display:block; }
 .edit-tab li a.selected{ background: #333; color: #fff; border: 1px solid #333; }
.form-list select#delivery{ height: auto; }


/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
 * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_Marketplace
 * @version     1.9.0
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2015 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 *
 */
#facebox {position: fixed;top: 10% !important;left: 0 !important;right: 0 !important;bottom: 0 !important;z-index: 100;	text-align: left;margin: auto !important;width:50%;}
#facebox .popup {position: relative;	border: 3px solid rgba(0, 0, 0, 0);	-webkit-border-radius: 5px;	-moz-border-radius: 5px;border-radius: 5px;	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);}
#facebox .content {display: table;	padding: 10px;	background: #fff;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;border-radius: 4px;}
#facebox .content>p:first-child {margin-top: 0;}
#facebox .content>p:last-child {margin-bottom: 0;}
#facebox .close {position: absolute;top:16px;right:16px;padding: 2px;background: transparent;}
#facebox .close img {opacity: 0.3;}
#facebox .close:hover img {opacity: 1.0;}
#facebox .loading {text-align: center;}
#facebox .image {text-align: center;}
#facebox img {	border: 0;	margin: 0;}
#facebox_overlay {position: fixed;	top: 0px;left: 0px;	height: 100%;width: 100%;}
.facebox_hide {z-index: -100;}
.facebox_overlayBG {background-color: #000;	z-index: 99;}
.marketplace-seller-displayseller .popup .content .main-container{margin-top:0px !important;}
/* Product Quick View CSS */
.best-sellers-new-products .slider .quickview, .marketplace-seller-displayseller .products-grid li.item .quickview, .catalog-category-view .products-grid li.item .quickview, .catalogsearch-result-index .products-grid li.item .quickview, .cms-home .deal-products .slider .quickview, .marketplace-seller-displayseller .slider .quickview, .superdeals-index-index .slider .quickview	{visibility: hidden;position: absolute;	right: 0;left: 0;text-align: center;width: 40px;height: 40px;top: 0px;margin: auto;opacity: 0;	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;	-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;border-radius: 50%;background: #fe5621 url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/images/icon_sprite.png") no-repeat 4px -1648px;}
.best-sellers-new-products .slider:hover .quickview, .marketplace-seller-displayseller .products-grid li.item:hover .quickview, .catalog-category-view .products-grid li.item:hover .quickview, .catalogsearch-result-index .products-grid li.item:hover .quickview, .cms-home .deal-products .slider:hover .quickview, .marketplace-seller-displayseller .slider:hover .quickview, .superdeals-index-index .slider:hover .quickview	{visibility: visible !important;opacity: 1;	background: #fe5621 url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/images/icon_sprite.png") no-repeat 4px	-1648px;top: 100px;}
.best-sellers-new-products .slider .quickview:hover, .marketplace-seller-displayseller .products-grid li.item .quickview:hover, .catalog-category-view .products-grid li.item .quickview:hover, .catalogsearch-result-index .products-grid li.item .quickview:hover, .cms-home .deal-products .slider .quickview:hover, .marketplace-seller-displayseller .slider .quickview:hover, .superdeals-index-index .slider .quickview:hover	{background: #fff url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/images/icon_sprite.png") no-repeat -26px	-1648px;-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;	-o-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.best-sellers-new-products .slider .quickview .btn-quickview, .marketplace-seller-displayseller .products-grid li.item .quickview .btn-quickview, .catalog-category-view .products-grid li.item .quickview .btn-quickview, .catalogsearch-result-index .products-grid li.item .quickview .btn-quickview, .cms-home .deal-products .slider .quickview .btn-quickview, .marketplace-seller-displayseller .slider .quickview .btn-quickview, .superdeals-index-index .slider .quickview .btn-quickview{	visibility: hidden;	position: absolute;	top: -34px;	left: -20px;right: -20px;color: #fff;font-weight: normal;vertical-align: middle;padding: 5px 0px;background-color: rgba(0, 0, 0, 0.9);border-radius: 6%;opacity: 0;	-webkit-transition: all 0.1s ease-in-out;-moz-transition: all 0.1s ease-in-out;	-o-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;font-size: 12px;}
.best-sellers-new-products .slider .quickview .btn-quickview:before, .marketplace-seller-displayseller .products-grid li.item .quickview .btn-quickview:before, .catalog-category-view .products-grid li.item .quickview .btn-quickview:before, .catalogsearch-result-index .products-grid li.item .quickview .btn-quickview:before, .cms-home .deal-products .slider .quickview .btn-quickview:before, .marketplace-seller-displayseller .slider .quickview .btn-quickview:before, .superdeals-index-index .slider .quickview .btn-quickview:before	{border-left: 6px solid transparent;	border-right: 6px solid transparent;border-top: 6px solid rgba(0, 0, 0, 0.8);content: "";bottom: -6px;position: absolute;	left: 42%;}
.best-sellers-new-products .slider .quickview:hover .btn-quickview, .marketplace-seller-displayseller .products-grid li.item .quickview:hover .btn-quickview, .catalog-category-view .products-grid li.item .quickview:hover .btn-quickview, .catalogsearch-result-index .products-grid li.item .quickview:hover .btn-quickview, .cms-home .deal-products .slider .quickview:hover .btn-quickview, .marketplace-seller-displayseller .slider .quickview:hover .btn-quickview, .superdeals-index-index .slider .quickview:hover .btn-quickview	{visibility: visible !important;opacity: 1;}
.cms-home .deal-products .slider .quickview {top: -258px;}
.cms-home .deal-products .slider:hover .quickview {	top: -150px;}
.cms-home .deal-products .slider .quickview .btn-quickview {font-style: normal;}

#facebox .loading img {    position: absolute;    margin: auto;    left: 0;    right: 0;    top: 0;    bottom: 0;}
#facebox .content{background:none; display: block; height: 530px; overflow: auto; padding: 20px;}
#facebox .popup{background:#fff;}

.f-header{z-index: 99 !important;}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover{z-index: 10 !important;}

/**
 * @name         :  Apptha Social Login
 * @version      :  0.1.5
 * @since        :  Magento 1.5
 * @author       :  Apptha - http://www.apptha.com
 * @copyright    :  Copyright (C) 2013 Powered by Apptha
 * @license      :  http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @Creation Date:  July 26 2012
 * @Modified By  :  V.Swathi
 * @Modified Date:  Dec 12 2013
 *
 * */

@media screen and (max-width: 1280px) {
  #header_logo_Div{ left: 20% !important; }
}

@media screen and (max-width: 1024px) {
  #header_logo_Div{ left: 15% !important; }
}

@media screen and  (max-width: 960px) {
  #header_logo_Div{ left: 5% !important; }
}

@media screen and (max-width: 780px) {
    #header_logo_Div{ padding: 5px !important; width: 260px !important; position: absolute !important; top:25px !important; left: 30% !important;}
    #social_popup_main{ width: 234px !important; padding: 10px !important; }
    .left_login{ width: 100% !important; padding-right: 0px !important; }
    #socialpopup_main_div .new_account_create, #socialpopup_main_div .return_login { width: 210px !important;}
    #socialpopup_main_div .socialpopup-input-box{ width: auto !important; }
    #socialpopup_main_div .socialpopup-input-box input, .socialpopup-input-box input{ width: 220px !important; }
    #bg_fade {position: fixed !important;}
    .divider-or{ display: none !important; }
    #socialpopup_main_div #all_social_iconbtn{ width: auto !important; float: none !important; position: relative !important; clear: both !important;}
    #all_social_iconbtn h4{ margin-left: 0px !important;}
    #socialpopup_main_div .socialpopup_form label{ width: auto !important; }
    #socialpopup_main_div .socialpopup-input-box .dob-day,
    #socialpopup_main_div .socialpopup-input-box .dob-month,
    #socialpopup_main_div .socialpopup-input-box .dob-year{width: 70px !important;float: left;}
    #socialpopup_main_div .socialpopup-input-box .dob-month{margin: 0 12px !important;}
    #socialpopup_main_div .socialpopup-input-box .dob-day input,
    #socialpopup_main_div .socialpopup-input-box .dob-month input,
    #socialpopup_main_div .socialpopup-input-box .dob-year input{width: 56px !important;}
}
@media screen and (max-width: 500px) {
    #header_logo_Div{ left: 20% !important;}
}
@media screen and (max-width: 400px) {
    #header_logo_Div{ left: 5% !important;}
}

/* IE7 */
*:first-child+html .sl_clearfix{min-height:1%}*:first-child+html

.sl_clear{min-height:1%}
.sl_clear{height:0;font-size:0;clear:both}
.sl_clearright{height:0;font-size:0;clear:right}
.sl_clearleft{height:0;font-size:0;clear:left}
.sl_clearfix:after{clear:both;display:block;content:" ";height:0;visibility:hidden}
.sl_clearfix{display:block}* html
.sl_clearfix{height:1%}
li.sl_clearfix{display:list-item}

#bg_fade {background-color:#000;height:100%;left:0px;margin:0px;padding:0px;position: fixed;top:0px;visibility:hidden;width:100%;z-index: 99999;}
#containerDiv {position: absolute;width: 23%; z-index: 999991;background: #fff;padding: 20px; border: 5px solid #121212;}
#containerDiv h1{font:bold 24px arial;}
#containerDiv .input_twitter{border: 1px solid #B6B6B6; width: 240px; float: left;border-radius: 5px;padding: 5px;margin-right: 10px;}
#containerDiv .twitter_btn, .twitter_btn.button{background: #09f; display: block; padding: 3px 10px; margin-left: 10px; font:bold 14px arial;  border-radius:5px; border-radius: 5px;float: left;border: 0;color: white; cursor: pointer;}
.social_input{float: left; position: relative;}
.social_input input#tw_email, input#linked_email{margin-bottom: 5px; padding: 3px 5px 2px 5px;width: 196px; float: left; border: 1px solid #CCC;}
.social_input .validation-advice {clear: both;min-height: 13px;margin: 3px 0 0;padding-left: 17px;font-size: 11px;font-weight: bold;line-height: 13px;background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/validation_advice_bg.gif) 2px 0 no-repeat;color: #EB340A;width: 190px; text-align: left;}
#containerDiv p {position: relative;height: 10%;padding: 10%;text-align: center;border: 1px blue solid;background-color: white;z-index: 99999;}
#closeLink{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_logoin_sprite.png) no-repeat;top: -12px;right: -12px; width: 27px; height: 27px; position: absolute;z-index: 9999; cursor: pointer;background-position: -47px -148px;}
.social_blog{padding-bottom: 25px; overflow: hidden; width: 105%;margin-left: -10px;}
.social-page-title {width: 100%;overflow: hidden;border-bottom: 1px solid #CCC;margin: 0 0 15px;}
.social-page-title h1{margin: 0;font-size: 20px;color: #0A263C;}
.social-top{margin: 0 auto;width: 950px; }
#linkedDiv{position: absolute;width: 23%;z-index: 99999;background: white;padding: 20px;border: 5px solid #121212;}
#header_logo_Div{z-index: 999991;position: fixed;padding:10px;width:706px;background: #333 transparent;background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_popup_bg.png) repeat; left: 25% ;}
#closeLink1{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_logoin_sprite.png) no-repeat;top: -12px;right: -12px; width: 27px; height: 27px; position: absolute;z-index: 9999; cursor: pointer;background-position: -47px -148px;}
.closeLink{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_logoin_sprite.png) no-repeat;top: -6px;right: -6px; width: 26px; height: 26px; position: absolute;z-index: 9999; cursor: pointer;background-position: -47px -148px;}

.social_popup_sprite{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_logoin_sprite.png) no-repeat;}
#social_popup_main{width: 660px;background: white;padding: 20px;border: 3px solid #323232;}
#socialpopup_main_div{overflow: hidden;}
#socialpopup_main_div .socialpopup_form label{float: left;width:35%;    padding-top: 0px;
    text-align: left;
    font-size: 11px; text-align: left;}
.sl_captcha { clear: both;}  
#socialpopup_main_div .socialpopup_form em, .popup_error_msg {color:red;}
#socialpopup_main_div #login_left{width:100%;}
#socialpopup_main_div #all_social_iconbtn{width:30%;float: right;position: relative;}
#socialpopup_main_div #all_social_iconbtn button{}
#socialpopup_main_div #all_social_iconbtn a{  cursor: pointer; text-decoration: none !important;;}
#socialpopup_main_div #all_social_iconbtn ul{float:left; width: 100%;}
#socialpopup_main_div #all_social_iconbtn ul li{display: block;clear: both;margin-left: 30px;margin-bottom: 9px;}

 
/*#socialpopup_main_div #all_social_iconbtn a:hover{opacity:0.5;}*/
/*#socialpopup_main_div .popup_click_btn{cursor: pointer;color: white!important;display: inline-block;padding: 5px 15px;-moz-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);text-decoration: none;border: 0;font-weight: bold;font-size: 13px;font-family: inherit;line-height: normal!important;zoom: 1;display: block;float: left;clear: both;background: #3881A7;background: -webkit-gradient(linear,left top,left bottom,from(#3881A7),to(#245A77));background: -moz-linear-gradient(top,#3881A7,#245A77);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3881a7',endColorstr='#245a77');}*/
#socialpopup_main_div .popup_register_btn{cursor: pointer;color: white!important;display: inline-block;padding: 5px 15px;-moz-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);text-decoration: none;border: 0;font-weight: bold;font-size: 13px;font-family: inherit;line-height: normal!important;zoom: 1;display: block;float: left;clear: both;background: #A0DE33;background: -webkit-gradient(linear,left top,left bottom,from(#A0DE33),to(#38690A));background: -moz-linear-gradient(top,#A0DE33,#38690A);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0de33',endColorstr='#38690A');}
#socialpopup_main_div .socialpopup-input-box {float: left;margin-bottom: 0px;width:60%;}
#socialpopup_main_div .socialpopup-input-box input, .socialpopup-input-box input, .socialpopup-input-box select {margin: 0;font-family: inherit;border: 1px solid #CCC;font-size: 1.1em;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;-moz-box-shadow: 0 2px 2px #E3E3E3 inset;-webkit-box-shadow: 0 2px 2px #E3E3E3 inset;box-shadow: 0 2px 2px #E3E3E3 inset;-webkit-background-clip: padding-box;width: 230px;padding: 5px 4px;}
.socialpopup-input-box select{width:240px;}
#captcha_user_create { margin:0 !important;}
#register_block #captcha_user_create{margin: 0;font-family: inherit;border: 1px solid #CCC;font-size: 1.1em;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;-moz-box-shadow: 0 2px 2px #E3E3E3 inset;-webkit-box-shadow: 0 2px 2px #E3E3E3 inset;box-shadow: 0 2px 2px #E3E3E3 inset;-webkit-background-clip: padding-box;width: 230px;padding: 5px 4px; margin-left: -20px;}
.socialpopup-input-box .dob-day,
.socialpopup-input-box .dob-month,
.socialpopup-input-box .dob-year{width: 70px !important;float: left;}
.socialpopup-input-box .dob-month{margin: 0 12px !important;}
.socialpopup-input-box .dob-day input,
.socialpopup-input-box .dob-month input,
.socialpopup-input-box .dob-year input{width: 65px !important;}
#socialpopup_main_div #show_password{font-size: 10px;float: left;}
#socialpopup_main_div .social_login_btn{margin-top: 10px;overflow: hidden;}

#socialpopup_main_div #forget_password_form h4, #form_login h4, #form-validate h4, #all_social_iconbtn h4, #containerDiv h4, #linkedDiv h4{font-size: 15px;font-family: 'tahoma', Arial, Helvetica, sans-serif;margin: 0 0 17px 0;border-bottom: 1px solid #CCC;padding-bottom: 3px; text-align: left;}
#socialpopup_main_div #forget_password_form .small_txt{color:#777;display: block;margin-bottom: 4px; float:left;}
#socialpopup_main_div .new_account_create, #socialpopup_main_div .return_login{font-family:Arial, Helvetica, sans-serif;font-size: 13px;margin: 19px 0 17px;color:#444;float: left;border: 1px solid #DDD;background:#f5f6f6;padding: 7px 10px;width:355px;}

#socialpopup_main_div button.button{float: right;}
.divider-or b{line-height: 46px;font-weight: bold;font-size: 15px;text-align: center;width: 37px;float: left;}
#socialpopup_main_div .divider-or{background-position: 0px -141px;width: 42px;height: 42px;position: absolute;top: 75px;left: -19px;display: block;}
#socialpopup_main_div .com_error{background: #FFEBEB;color: #E50000;border: 1px solid #ECCDCD;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;padding: 5px 0;text-align: left;margin: 1px;float: left;width: 100%;text-align: center;margin-bottom: 10px;}
#socialpopup_main_div #register_error{background: #FFEBEB;color: #E50000;border: 1px solid #ECCDCD;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;padding: 5px 0;text-align: left;margin: 1px;float: left;width: 100%;text-align: center;margin-bottom: 10px;}
#all_social_iconbtn h4{margin-left: 30px }
.inner_social_grid{cursor: pointer; border: 0;  float:left; font: bold 13px arial;color: white;padding: 0 0 0 10px; min-width: 48%; height: 26px;text-align: left;}
.fb_login{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/facebook-bg.jpg) repeat-x;  }
.twitter_login{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/twitter-bg.jpg) repeat-x; }
.google_login{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/gplus_bg.jpg) repeat-x;  }
.yahoo_login{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/yahoo_bg.jpg) repeat-x; }
.linkedin_login{ border: 0; width: 179px; height: 26px; float:left;background-position:0px -58px;  }
.linkedin_popup_btn, .twitter_popup_btn{float: right;margin-top: 10px !important;}
.linkedin_popup_input, .twitter_popup_input{width:97% !important;}
#linkedin_error{color:red}
#twitter_error{color:red; width:200px;}
#social_tiw_login .twitter_popup_btn { float: left !important;
margin-left: 180px; }
.icon_left_grid{display: block;  width: 28px; height: 26px; float: left;  }
.icon_right_grid{display: block; width: 10px; height: 26px; float: left; }
.f_icon_left{background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) 0 0 no-repeat;}
.f_icon_right{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) -28px 0 no-repeat;}
#progress_image_facebooklogin{padding:5px 0 0 5px;}

.t_icon_left{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) 0 -29px no-repeat;}
.t_icon_right{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) -28px -29px no-repeat;}

.gplus_icon_left{  background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) 0 -115px no-repeat;}
.gplus_icon_right{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) -28px -115px no-repeat; }

.yahoo_icon_left{  background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) 0 -86px no-repeat;}
.yahoo_icon_right{ background:url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/sociallogin/images/social_login_sprite.png) -28px -86px no-repeat; }

.left_login{float: left;width: 70%; padding-right: 15px; border-right: 1px dotted #ccc;}
.sl_clearfix{clear:both;} 

.validation-advice { padding-right: 0; width: 100%; }

.socialpopup-submit-box
{
    float: right;
margin-bottom: 12px;
width: 239px;
margin-right: 19px;
}
.sl_captcha li 
{
    list-style: none;
}

#social_tiw_login h4{
    font-size: 15px;
font-family: 'tahoma', Arial, Helvetica, sans-serif;
margin: 0 0 17px 0;
border-bottom: 1px solid #CCC;
padding-bottom: 3px;
text-align: left;
}
.powerdby_link
{
    float: right;
margin-top: 15px;
font-size: 10px;
}

#social_popup_main #captcha-image-box-user_create
{
   width: 236px;
margin-right: 21px;
float: right;
margin-top: 10px;
}
#socialpopup_main_div #captcha-input-box-user_create em
{
float: right;
padding-right: 10px
}
/**
 * Apptha
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.apptha.com/LICENSE.txt
 *
 * ==============================================================
 *                 MAGENTO EDITION USAGE NOTICE
 * ==============================================================
 * This package designed for Magento COMMUNITY edition
 * Apptha does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * Apptha does not provide extension support in case of
 * incorrect edition usage.
 * ==============================================================
 *
 * @category    Apptha
 * @package     Apptha_Marketplace
 * @version     1.9.0
 * @author      Apptha Team <developers@contus.in>
 * @copyright   Copyright (c) 2015 Apptha. (http://www.apptha.com)
 * @license     http://www.apptha.com/LICENSE.txt
 *
 */
  
/*-- Timer style
  -------------------------------------------------------------- */
.dealtimer_detailpage, .dealtimer_listpage{ float: left; width: 100%; padding-bottom: 10px; }
.dealtimer_detailpage .dealtimer_detailpage_offerlabel{ display: inline-block; padding-bottom:5px; padding-top:5px; }
.dealtimer_detailpage .dealtimer_detailpage_timer, .dealtimer_listpage .dealtimer_listpage_timer{ font-weight: bold; }
.dealtimer_detailpage .dealtimer_detailpage_timer span, .dealtimer_listpage .dealtimer_listpage_timer span{ display: inline-block; padding-right:5px; font-weight: bold; }
.dealtimer_detailpage .dealtimer_detailpage_timer .day_label, .dealtimer_listpage .dealtimer_listpage_timer day_label{ padding-right:10px; }
.dealtimer_detailpage .dealtimer_detailpage_timer .day, .dealtimer_listpage .dealtimer_listpage_timer day{ padding-right:2px; }

.dealtimer_listpage .dealtimer_listpage_timer{ float:left; padding-left:10px; }

.deal_filters{ padding: 10px 0; }
.deal_filters select { margin-right: 20px; }

/*-- wish list and bundle product hide
  -------------------------------------------------------------- */
.block-wishlist .detail-deal-page-box, .product-options-bottom .detail-deal-page-box, .block-related .detail-deal-page-box{ display :none; }
.block-wishlist .dealtimer_detailpage, .product-options-bottom .dealtimer_detailpage, .block-related .dealtimer_detailpage{ display :none; }
.box-up-sell .detail-deal-page-box, .box-up-sell .dealtimer_detailpage{ display: none; }

.item {position: relative;}
.actions{left: 10px;}
.deal_filters .filter {margin-left:5px;margin-right:20px;}
.licensekey {text-align: center; color: red; font-size: 25px;}
.sidebar-price{width:auto;clear:both;float:left;}
.sidebar-img{float:right}

/* ####################################### */
/* ########### STANDARD SETUP ############ */
/* ####################################### */

.protoshow,
.protoshow .show {
position: relative;box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
width: 900px;
height: 300px;
}

.slide {
position: absolute;
top: 0;
left: 0;
z-index: 90;
height: 100%;
}

.active-slide {
z-index: 100;
}

.protoshow .slide-caption {
position: absolute;
left: 0;
bottom: 0;
right: 0;
z-index: 100;
padding: 1em 10px;
background-color: #000;
background-color: rgba(0,0,0,.4);
color:#fff;
}

.proto-progress-timer {
position: relative;
display :none;
}

/* TRANSITION SLIDE
------------------------------------------------*/


.close {background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/superdeals/close.png) no-repeat;width: 20px;height: 20px;position: absolute;z-index: 9999;cursor: pointer;top: -5px;right: -5px;}
.transition-slide .show-window {overflow: hidden;position: relative; background: #fff;}
.transition-slide .show {position: absolute;top: 0;left: 0;overflow: hidden;}
.transition-slide .slide {position: static;float: left;display: block; width: 280px;height:75px;}

/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {margin: 0;padding: 0;list-style: none;}
.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
display: block;
text-indent: -9999px;
overflow: hidden;
}
.proto-controls li {margin-top:0;width: 7px;height: 14px;padding: 0;float: left;box-sizing: border-box;}
.proto-controls .backward{margin-right: 5px;}
.proto-controls .backward a{background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/superdeals/prev.png) no-repeat 0 0;}
.proto-controls .forward a{background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/base/default/superdeals/next.png) no-repeat 0 0;}
.proto-controls .forward {right: 10px;left: auto;margin-left: 5px;}
.proto-controls a {width: 7px;height: 14px;-moz-opacity: 0.7;filter:alpha(opacity=50);opacity: 0.7;}
.proto-controls a:hover,
.proto-controls a:focus {-moz-opacity: 1;filter:alpha(opacity=100);opacity: 1;}

/* PROTO NAVIGATION
------------------------------------------------*/
.proto-navigation {float: left; display: none;}
.proto-navigation li {float: left;padding: 13px 5px;}
.proto-navigation a {background-color: #fff;   background-color: rgba(0,0,0,.2);    height: 8px;    text-decoration: none;   width: 8px;
-moz-border-radius:30px;-webkit-border-radius:30px;border-radius:30px;
-moz-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);-webkit-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);}
.proto-navigation a:hover,
.proto-navigation a:focus {background-color: #999;}
.proto-navigation .current-slide a {background-color: #fff;}
/*******************  Slider   ************************************/
.apptha_superdeals_primary-show{box-sizing: border-box;position: fixed;left: 0;bottom: 0;background: #000; z-index: 9999; padding: 0 5px 5px;width: 290px;-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px;border-top-right-radius: 5px;}
.apptha_superdeals_primary-show .primary-show-container{box-sizing: border-box;position: relative; width: 280px; overflow: hidden;  padding: 3px 0 0;}
.apptha_superdeals_primary-show .banner_slide_image{float: left; width: 65px; margin: 5px;}
.apptha_superdeals_primary-show .banner_slide_desc{float: left; text-align: left; width: 200px;}
.apptha_superdeals_primary-show .product-name{font-weight: bold; margin-top: 5px;}
.apptha_superdeals_primary-show .banner_title{font-weight: bold;font-size: 12px;color: #fff;text-align: left;margin: 0 0 3px 0;}
.footer .apptha_superdeals_primary-show li {background: transparent; padding: 0;}
.apptha_superdeals_primary-show .proto-controls .start-stop{display: none;}
.apptha_superdeals_primary-show .proto-controls {position: absolute;right: 0;bottom: 5px;width: 30px;height: 15px;}
.primary-show-container .banner_slide_desc .product-name{max-height: 35px; overflow:hidden}
#second_grid{width:125px;}
.deal_slider{position: relative;}
.original_price{display: block; float: left; font-size: 11px; color: #666; text-decoration: line-through; padding-top: 6px; padding-bottom: 3px; line-height: 12px;}
.offer_price{display: block; float: left; font-size: 11px; color: #333; font-weight: bold; padding-left: 5px; padding-top: 6px; padding-bottom: 3px; line-height: 12px;}
.discount_label{clear: left;display: block; float: left; font-size: 11px; font-weight: normal; color: #000; line-height: 12px;}
.discount_price{display: block;float: left;font-size: 11px;font-weight: normal;color: #ed174d;padding-left: 5px;line-height: 12px;margin-top: 0;}
.deal-products .product-details span {  font-size: 14px;  margin: 5px 0; width:100%; clear:both; }
.deal-products .sale-label {  position: absolute;  top: 0;  font-size: 11px;  background: #F37020;  color: #fff;  top: 167px;  left: 11px;  padding: 1px 6px;  font-weight: 600;  text-transform: uppercase;  border-radius: 1.5px;  -moz-border-radius: 1.5px;  -o-border-radius: 1.5px;  -weblit-sborder-radius: 1.5px;}
.block-dealofday .mini-products-list .product-details {  margin-left: 70px;}
.block-dealofday .mini-products-list .product-details .product-name{ padding:0; }

/*changes in separate theme*/

.products-grid .product-image img {  width: 100%;}
.category-filter, .period-filter, .filter {  float: left;}
.deal_filters{ width:100%; display:inline-block; }
.col-left .block .product-details{ }
.col-left .block .product-details span{ margin:3px; padding:0; font-size:14px; line-height:normal;} 
.col-right .block .product-details span{ margin:3px; padding:0; font-size:14px; line-height:normal; } 

.havale_top_wrapper {
	display: none;
}

.havale_title {
	display: none;
}
.havale_title em{
	color: #F01051;
}

.havale_wrapper {
    margin-bottom: 10px !important;
}

.havale_wrapper label {
	float: none !important;
}

.havale_wrapper label input {
	margin-right: 10px;
}

.havale_inner {
	
}

.havale_inner span.account_name {
	display: block;
}

.havale_inner span.iban {
	display: block;
}

.havale_footer_message {
	margin: 10px 0; font-weight: bold; color: #F01051;
}


﻿.al-authorization-container-overlap .Canvas {
    width: 500px !important;
}


.al-socialnets ul li:before {
    content: "Login With Facebook Account";
    display: inline-block;
    float: left;
    margin-right: 24px;
    font-size: 13px;
}

.al-authorization .Frame H2 {
    width: auto !important;
    font-size: 21px;
}
#captcha-input-box-ajax_user_login {
    padding:15px 35px 0 35px;
    display: flex;
    flex-direction:column;
}
#captcha-input-box-ajax_user_login label {
    order:1;
}
#captcha-input-box-ajax_user_login .input-box {order:3;}
#captcha-input-box-ajax_user_login .captcha-image {
    order:2;
}
#captcha-image-box-ajax_user_login {
    margin-top: 10px;
    margin-bottom:10px;
}

.captcha-image {
    width:60%;
    vertical-align: middle;

}
.captcha-image .captcha-reload {
float:right;
 margin-top:10px;

}
.captcha-image .captcha-img {
    float:left;

}
.havecounter .price-box *, .havecounter .btn-cart {
    display: none !important;
}

.havecounter .price-box:before {
    content: "Comming soon!";
}

/*******************/
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(//fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(//fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(//fonts.gstatic.com/s/raleway/v9/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(//fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
    background-image: url("https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/css/css/bg.jpg") !important;
    background-repeat: repeat;
    background-color: #fff !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500;

}

.page-title.category-title + img {
    width: 100%;
}

.panel-footer.footer-bg ul li:nth-child(5) {
    display: none;
}

div#home-text {
    width: 92%;
    margin: 0 auto;
}

.block-subtitle {
    margin-bottom: 3% !important;
}

#product-attribute-specs-table th {
    vertical-align: baseline !important;
}

.data-table td, .data-table th {
    padding: 10px;
    vertical-align: middle;
}

div#home-text p {
    text-align: justify;
}

td p {
    padding: 0 !important;
    margin: 0 !important;
}

.wrapper {
    min-width: 218px !important;
    min-height: 100%;
    margin: 0 auto;
}
.wrapper.fixed {

     position: fixed;
    overflow-y: hidden;

}
@media screen and (max-width: 800px) {
    .catalog-product-view .wrapper {
        overflow: hidden;
    }
}
.right-box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
    border: 1px solid #ADADAD;
}

.sect {
    box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.4);
    display: block;
    width: 100%;
}

.owl-carousel .owl-item .item {
    border: none !important;
    padding: 5px;
}

.peatured-heading .col-md-12 .tabs nav li.tab-current a {
    color: #FFFFFF !important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.peatured-heading .col-md-12 .tabs nav li.tab-current {
    background-color: #E52529 !important;
    color: #FFF !important;
}

#tabs-five nav {
    width: 100%;
    background: #D8E1F2;
    display: table;
}

.peatured-heading .col-md-12 .tabs nav li {
    /*width: auto !important;*/
    background: #000000;
}

.peatured-heading .col-md-12 .tabs nav ul li :hover {
    background: #2D5CA7 !important;
    color: #FFF !important;
}

#tabs-five .content {
    clear: both
}

.peatured-heading .col-md-12 .tabs nav a {
    color: #fff !important;
}

.the-slideshow-wrapper ul li img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
    border: 1px solid #E42528;
}

.carousel-grid .add-to-links {
    display: none !important;
}

.carousel-grid .availability {
    top: auto !important;
    opacity: 1;
    bottom: -25px;
}

.carousel-grid li:hover .availability {
    top: auto !important;
    bottom: -25px !important;
}

.special-price {
    padding-left: 0 !important;
}

.price-box .old-price .price {
    font-size: 11px;
    color: #E52529;
}

.price-box {
    min-height: 55px !important;
}

#new_products .item, #featured-products .item {
    min-height: 330px !important;
}

.toolbar {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

.category-products- {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
    background: #fff;
}

.block-layered-nav {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

.category-description {
    padding: 20px 15px !important;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

.category-description b {
    font-size: 18px;
    color: #E52529;
    font-weight: 500;
    text-transform: uppercase;
}

.category-description p, .category-description span {
    font-size: 13px !important;
    font-family: 'Conv_Lato-Medium';
    color: #666;
}

.main- {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
}

#collateral-tabs table {
    width: 100% !important;
}

.right-p-side {
    border: none !important;
}

.add-to-links {
    display: none !important;
}

.product-view .product-shop .price-info {
    width: 100% !important;
}

.price-info {
    border-bottom: 2px dashed #E52529;
}

.product-view .product-shop .extra-info {
    width: 100% !important;
    clear: both;
}

.cbp-hsmenu > li:hover > ul.cbp-hssubmenu {
    -webkit-animation-name: myslideInDown;
    animation-name: myslideInDown;
    background: rgba(249, 250, 250, 0.99) !important;

}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes myslideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes myslideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.myslideInDown {
    -webkit-animation-name: myslideInDown;
    animation-name: myslideInDown;
}

.about-product label {
    color: #666 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;

    text-align: left;

}

.product-view .product-shop .availability {
    display: inline;
}

.product-view .sharing-links a.link-facebook {
    background-position: 1px -424px;

}

.product-view .sharing-links a.link-email-friend {
    background-position: 1px -322px;

    width: 29px;
}

.product-view .sharing-links a.link-twitter {
    background-position: 1px -371px;

}

.product-view .sharing-links li {
    float: none;
}

.product-view .sharing-links {
    float: right;
    position: absolute;
    right: 0;
}

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

.extra-icons img {
    width: 20%;
    display: inline-block;
}

.product-name h1 {
    text-align: center !important;
    padding-bottom: 15px;
    border: none;
    font-size: 26px;
}
.catalog-product-view .main-container,
.review-product-list .main-container {
    padding: 10px;
    background: transparent;
}

.review-product-list .breadcrumbs {
    display: none;
}
.catalog-product-view .main-product-info,
.review-product-list .main-product-info {
    background: #fff;
    position: relative;
    border-radius: 3px;
    padding: 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    font-family: opensans, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}
.catalog-product-view .product-name,
.review-product-list .product-name {
    padding: 0 10px;
}
.catalog-product-view .product-name h1,
.review-product-list .product-name h1 {
    text-align: left !important;
    font-size: 20px;
    text-transform: none;
    color: #222;
    line-height: 1.4;
    font-weight: bold;
    background: none;
    border: none;
    margin: 0;
    padding-bottom: 0;
}

.product-name h1:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.catalog-product-view .product-name h1:after,
.review-product-list .product-name h1:after {
    display: none;
}
.catalog-product-view .product-name a,
.review-product-list .product-name a {
    color: #3399cc;
}
.catalog-product-view .product-image-gallery,
.review-product-list .product-image-gallery {
    padding: 0 20px;
}
.catalog-product-view .product-img-box,
.review-product-list .product-img-box {
    width: 100%;
    margin-top: 20px;
}
.catalog-product-view .product-img-box .more-views,
.review-product-list .product-img-box .more-views {
    width: 12%;
    padding: 0 5px;
    vertical-align: top;
}
.catalog-product-view .product-img-box .more-views .product-image-thumbs li,
.review-product-list .product-img-box .more-views .product-image-thumbs li {
    display: block;
}
.catalog-product-view .product-img-box .more-views img,
.review-product-list .product-img-box .more-views img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
.catalog-product-view .product-img-box .product-image,
.review-product-list .product-img-box .product-image {
    width: 87%;
    padding: 0 5px;
    border: 1px solid #ccc;
}
.catalog-product-view .row > div,
.review-product-list .row > div {
    padding: 0 5px;
}
.catalog-product-view .right-p-side:before,
.review-product-list .right-p-side:before,
.catalog-product-view .right-p-side:after,
.review-product-list .right-p-side:after {
    display: none;
}
.catalog-product-view .ratings,
.review-product-list .ratings {
    margin: 7px 0;
    display: inline-block;
    padding-left: 5px;
}
.catalog-product-view .ratings .rating-box,
.review-product-list .ratings .rating-box,
.catalog-product-view .ratings .amount,
.review-product-list .ratings .amount {
    display: inline-block;
    margin: 0;
}
.catalog-product-view .ratings .amount,
.review-product-list .ratings .amount {
    padding-left: 5px;
}
.catalog-product-view table,
.review-product-list table {
    color: #222;
}
.catalog-product-view .about-product,
.review-product-list .about-product {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    font-weight: 400;
}
.catalog-product-view .about-product p,
.catalog-product-view .about-product span,
.review-product-list .about-product p,
.review-product-list .about-product span {
    text-align: left;
}
.catalog-product-view .about-product span.attribute,
.catalog-product-view span.attribute,
.review-product-list .about-product span.attribute {
    color: #818181;
    font-weight: 400;
}
.catalog-product-view .linker_seller td strong,
.review-product-list .linker_seller td strong,
.catalog-product-view .about-product label,
.review-product-list .about-product label,
.catalog-product-view .delivery-wrapper label,
.review-product-list .delivery-wrapper label,
.catalog-product-view .status-wrapper label,
.product-view .add-to-cart .qty-wrapper label,
.review-product-list .add-to-cart .qty-wrapper label {
    font-weight: bold;
    color: #222 !important;
}
.catalog-product-view .about-product .short-description,
.review-product-list .about-product .short-description,
.catalog-product-view .delivery-wrapper,
.review-product-list .delivery-wrapper {
    color: #222;
}
.catalog-product-view .product-shop,
.review-product-list .product-shop {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}
.catalog-product-view .product-shop .price-info,
.review-product-list .product-shop .price-info {
    padding: 0;
}
.catalog-product-view .product-shop .price-info .price-box,
.review-product-list .product-shop .price-info .price-box {
    min-height: auto !important;
}
.catalog-product-view .product-shop .price,
.review-product-list .product-shop .price {
    font-size: 20px !important;
}
.catalog-product-view .product-shop .product-options,
.review-product-list .product-shop .product-options {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border: none;
    position: relative;
    border-top: 1px solid #f3f3f3;
}
.catalog-product-view .product-shop .product-options p.required,
.review-product-list .product-shop .product-options p.required {
    display: none;
}
.catalog-product-view .product-shop .product-options select,
.review-product-list .product-shop .product-options select {
    width: 100%;
}
.catalog-product-view .product-shop .product-options-bottom,
.review-product-list .product-shop .product-options-bottom {
    background-color: transparent;
    padding: 0;
    border: none;
    border-top: 0;
    margin-bottom: 0;
    display: none;
}
.catalog-product-view .product-shop .product-options-bottom .sharing-links,
.review-product-list .product-shop .product-options-bottom .sharing-links {
    display: none;
}
.catalog-product-view .product-shop .product-options-bottom .add-to-cart,
.review-product-list .product-shop .product-options-bottom .add-to-cart {
    border: none;
    display: none;
}
.catalog-product-view .seller-info-container,
.review-product-list .seller-info-container {
    border-left: 1px solid #f3f3f3;
}
.catalog-product-view .seller-info-container .col-md-12,
.review-product-list .seller-info-container .col-md-12 {
    padding: 0;
}
.catalog-product-view .seller-info-container .col-md-12.add-to-cart-wrapper,
.review-product-list .seller-info-container .col-md-12.add-to-cart-wrapper {
    margin-top: 10px;
}
.catalog-product-view .seller-info-container .add-to-cart,
.review-product-list .seller-info-container .add-to-cart,
.catalog-product-view .product-shop .price-info,
.review-product-list .product-shop .price-info {
    border-bottom: none;
    margin-bottom: 0;
    float: none;
}
.catalog-product-view .seller-info-container .delivery-wrapper,
.review-product-list .seller-info-container .delivery-wrapper {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 8px;
    text-align: left
}
.catalog-product-view .seller-info-container .seller_info,
.review-product-list .seller-info-container .seller_info {
    border-top: 1px solid #f3f3f3;
}
.product-view .social-block,
.review-product-list .social-block {
    text-align: right;
}
.product-view .social-block > a,
.review-product-list .social-block > a {
    padding: 0 15px;
    vertical-align: middle;
    font-weight: 400;
}
.product-view .social-block .sharing-links,
.review-product-list.social-block .sharing-links {
    float: none;
    position: relative;
    text-align: left;
    display: inline-block;
    margin: 0;
}
.product-view .social-block .sharing-links li,
.review-product-list .social-block .sharing-links li {
    display: inline-block;
    padding: 0 5px 0;
}
.catalog-product-view .row.padded,
.review-product-list .row.padded {
    padding: 0 25px;
}
.catalog-product-view .product-info-navigation,
.review-product-list .product-info-navigation {
    margin: 20px 0 10px;
}
.catalog-product-view .product-info-navigation li,
.review-product-list .product-info-navigation li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 6px;
}
.catalog-product-view .product-info-navigation li a,
.review-product-list .product-info-navigation li a {
    padding-right: 10px;
}
.catalog-product-view .product-info-navigation li a:after,
.review-product-list .product-info-navigation li a:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #cdcdcd;
    top: 5px;
    right: -2px
}
.catalog-product-view .product-info-navigation li:last-child a:after,
.review-product-list .product-info-navigation li:last-child a:after {
    display: none;
}
.catalog-product-view .related .block-title,
.review-product-list .related .block-title {
    margin: 0;
}
.catalog-product-view .related .block-title h2,
.review-product-list .related .block-title h2,
.catalog-product-view .box-up-sell h2,
.review-product-list .box-up-sell h2 {
    color: #222;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    background: transparent;
    font-size: 24px;
    padding: 0;
}
.catalog-product-view .related .block-content,
.review-product-list .related .block-content {
    margin: 0;
}
.catalog-product-view .related .mini-products-grid,
.review-product-list .related .mini-products-grid {
    margin-top: 10px;
}
.catalog-product-view .related .mini-products-grid .product-details,
.review-product-list .related .mini-products-grid .product-details,
.catalog-product-view .box-up-sell .product-name,
.review-product-list .box-up-sell .product-name {
    margin-top: 15px;
}
.catalog-product-view .related .mini-products-grid .price-box,
.review-product-list .related .mini-products-grid .price-box,
.catalog-product-view .box-up-sell .price-box,
.review-product-list .box-up-sell .price-box {
    min-height: auto !important;
}
.catalog-product-view .related .owl-wrapper-outer,
.review-product-list .related .owl-wrapper-outer,
.catalog-product-view .box-up-sell .owl-wrapper-outer,
.review-product-list .box-up-sell .owl-wrapper-outer {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
}
.catalog-product-view .product-information,
.review-product-list .product-information,
.catalog-product-view .product-reviews,
.review-product-list .product-reviews {
    max-width: 80%;
    margin: 20px auto;
}
.catalog-product-view .product-information h3,
.review-product-list .product-information h3,
.catalog-product-view .product-reviews h3,
.review-product-list .product-reviews h3 {
    font-weight: bold;
    color: #222;
    font-size: 22px;
}
.catalog-product-view .about-description,
.review-product-list .about-description {
    width: 100%;
}
.catalog-product-view .about-description table,
.review-product-list .about-description table {
    width: 100% !important;
    margin: 0 auto;
}
.catalog-product-view .product-information .content,
.review-product-list .product-information .content,
.catalog-product-view .product-reviews .content,
.review-product-list .product-reviews .content {
    position: relative;
    border-radius: 3px;
    border-color: #e7e7e7;
    margin-left: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
}
.catalog-product-view .product-information .content > div,
.review-product-list .product-information .content > div,
.catalog-product-view .product-reviews .content > div,
.review-product-list .product-reviews .content > div {
    padding: 15px 8px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 3px 3px 0 0;
    color: #333
}
.catalog-product-view .product-reviews .review-heading {
    display: none;
    visibility: hidden;
}
.catalog-product-view .product-reviews #customer-reviews dl dd {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.catalog-product-view .product-reviews #customer-reviews dl dd:last-child {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.catalog-product-view .product-information .content > div:last-child,
.review-product-list .product-information .content > div:last-child {
    border-bottom: none;
}
.catalog-product-view .product-information .content h4,
.review-product-list .product-information .content h4 {
    color: #222;
    font-weight: normal;
    margin: 5px 0 10px;
    font-size: 22px;
}
.catalog-product-view .product-information .about-description h2,
.review-product-list .product-information .about-description h2,
.catalog-product-view .product-information .about-specification h2,
.review-product-list .product-information .about-specification h2 {
    display: none;
    visibility: hidden;
}
.catalog-product-view .product-information .about-specification #product-attribute-specs-table,
.review-product-list .product-information .about-specification #product-attribute-specs-table {
    color: #222;
    border: none;
}
.catalog-product-view .product-information .about-specification #product-attribute-specs-table th,
.review-product-list .product-information .about-specification #product-attribute-specs-table th {
    border: none;
    background: transparent;
    text-transform: none;
    font-size: 14px !important;
    padding: 5px 3px;
}
.catalog-product-view .product-information .about-specification #product-attribute-specs-table td,
.review-product-list .product-information .about-specification #product-attribute-specs-table td {
    border: none;
    color: #818181;
    padding: 5px 3px;
}
.linker_seller td.in_stock {
    color: #36b336;
    font-weight: bold;
}
.linker_seller td.out_stock {
    color: red;
    font-weight: bold;
}
.review-product-list .navigation,
.review-product-list .related,
.review-product-list .product-information,
.review-product-list .product-reviews {
    display: none;
}
.review-product-list .box-reviews {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .catalog-product-view .main-product-info,
    .review-product-list .main-product-info {
        padding: 10px 20px;
    }
    .catalog-product-view .product-img-box,
    .review-product-list .product-img-box {
        margin-bottom: 20px;
    }
    .catalog-product-view .product-img-box .more-views,
    .review-product-list .product-img-box .more-views {
        float: none;
        display: inline-block;
        width: 25%;
    }
    .catalog-product-view .product-img-box .product-image,
    .review-product-list .product-img-box .product-image {
        float: none;
        display: inline-block;
        width: 70%;
    }
    .catalog-product-view .product-information,
    .review-product-list .product-information,
    .catalog-product-view .product-reviews,
    .review-product-list .product-reviews {
        max-width: 100%;
    }
    .product-view .social-block,
    .review-product-list .social-block {
        text-align: right;
        float: none;
        position: relative;
        bottom: 0;
        right: 0;
        clear: both;
        padding-top: 15px !important;
    }
    .catalog-product-view .related .mini-products-grid .item img,
    .review-product-list .related .mini-products-grid .item img {
        width: 100%;
    }
    .catalog-product-view .about-description,
    .review-product-list .about-description {
        overflow: hidden;
    }
}
@media screen and (max-width: 991px) {
    .catalog-product-view .seller-info-container,
    .review-product-list .seller-info-container {
        border: none;
    }
}
@media screen and (max-width: 768px) {
    .catalog-product-view .related .mini-products-grid,
    .review-product-list .related .mini-products-grid,
    .catalog-product-view .box-up-sell .products-grid,
    .review-product-list .box-up-sell .products-grid {
        max-width: 80%;
        margin: 0 auto;
    }
    .catalog-product-view .seller-info-container .col-md-12.add-to-cart-wrapper,
    .review-product-list .seller-info-container .col-md-12.add-to-cart-wrapper {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #e7e7e7
    }
}
@media screen and (max-width: 600px) {
    .catalog-product-view .product-img-box,
    .review-product-list .product-img-box {
        position: relative;
    }
    .catalog-product-view .product-img-box .more-views,
    .review-product-list .product-img-box .more-views {
        position: absolute;
        bottom: -85px;
        display: block;
        width: 100%;
        padding: 10px 5px;
        z-index: 2;
    }
    .catalog-product-view .product-img-box .more-views .product-image-thumbs li,
    .review-product-list .product-img-box .more-views .product-image-thumbs li {
        display: inline-block;
        width: 60px;
    }
    .catalog-product-view .product-img-box .product-image,
    .review-product-list .product-img-box .product-image {
        float: none;
        display: block;
        width: 100%;
        border: none;
        margin-bottom: 85px;
    }
    .product-view .social-block,
    .review-product-list .social-block,
    .catalog-product-view .row.navigation,
    .review-product-list .row.navigation {
        text-align: center;
    }
    .catalog-product-view .about-description img,
    .review-product-list .about-description img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .product-view .add-to-cart .qty-wrapper,
    .product-view .add-to-cart .qty-wrapper label {
        margin: 0 7px 0 0;
    }
    .product-view .add-to-cart .qty-wrapper .qty {
        margin-top: 5px;
    }
}
@media screen and (max-width: 375px) {
    .catalog-product-view .product-info-navigation,
    .review-product-list .product-info-navigation {
        margin: 20px auto 10px;
    }
    .catalog-product-view .product-info-navigation li,
    .review-product-list .product-info-navigation li {
        margin-right: 0;
    }
    .catalog-product-view .product-info-navigation li a,
    .review-product-list .product-info-navigation li a {
        padding-right: 5px;
    }
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.right-p-side:before {
    content: '';
    display: block;
    margin-left: -20px;
    width: 0px;
    height: 100%;
    border: 1px dashed #E52529;
    border-radius: 100%;

    position: absolute;
    background: #fff;
    top: 0;
}

.right-p-side .price {
    color: #5BB400;
}

.main- {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    width:98% !important;
}
.search-index-index .main- {background:transparent;box-shadow:none;}
.account-contant {
    background: #fff;
    padding: 15px;
    font-size: 12px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.account-contant table, body.customer-account .data-table td a {
    font-size: 12px;
}

.account-sidebar .block, .sidebar .block {
    background: #fff;
    font-size: 11px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.account-sidebar .actions, .sidebar .actions {
    padding: 5px;
}

.account-sidebar .actions a {
    display: block;
    background: #E52529;
    padding: 6px 5px;
    color: #fff;

    text-decoration: none;
}

.sidebar .actions a {
    display: block;
    background: #E52529;
    padding: 0px 5px;
    color: #fff;

    text-decoration: none;
}

.zoomContainer {
    display: none !important;
}

.account-sidebar .block-title {
    padding-top: 0;
}

.account-sidebar .actions .btn-cart, .sidebar .actions .btn-cart {
    display: block;
    background: #000 !important;
    padding: 6px 5px;
    color: #fff;
    text-decoration: none;
}

.breadcrumbs {
    border: none !important;
}

.breadcrumbs:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.breadcrumbs ul {
    display: table;
    width: 100%;
}

.product-image-thumbs {
    text-align: center;
}

.product-image-thumbs li a {
    border: 1px solid #efefef;
}

#collateral-tabs strong, #collateral-tabs b {
    font-size: 18px;
    color: #E52529;
    font-weight: 500;
}

#new_products, #featured-products {
    width: 50%;
    float: left;
    display: block;
    max-width: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

.product-img-box {
    width: 63%;
    margin: 0 auto;
    float: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    background: transparent !important;
}

.btn-cart {
    background: #E52529;
}

.button:hover, .btn-cart :hover {
    background: #000;
}

.product-view .add-to-cart {
    border-bottom: 2px dashed #E52529;
}

@media only screen and (min-width: 771px) {
    .product-collateral .toggle-tabs {
        border: 1px solid #999;
        background-color: #dfdfdf;
        color: #000;
    }

    .product-collateral .toggle-tabs li > span {
        color: #000;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

}

@media only screen and (max-width: 771px) {

    .category-description b {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 24px;
    }

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

    .price-box {
        min-height: 45px !important;
    }

    .products-grid .product-name, .products-list .product-name {
        min-height: 80px !important;
    }

    .row.no-pad .col-md-12 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    div#home-text {
        width: 98%;
        margin: 0 auto;
    }

    .checkout-types {
        float: right
    }

    .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
        float: left;
    }

    .marg-top-bot-25 {
        margin-top: 10px;
    }

    #one-step-checkout-form .address-information ul li.create_account label, #one-step-checkout-form .address-information ul li.shipping_other_address label {
        font-size: 14px !important;
    }

    .footer-bg h3 {
        font-size: 14px;
        font-weight: bold;
    }

    #one-step-checkout-form .order-review-section .payment-method .sp-methods dt label {
        font-size: 13px !important;
    }

    #one-step-checkout-form .checkout-review-load .data-table tfoot tr.last td {
        padding: 7px 7px !important;
    }

    #one-step-checkout-form .checkout-review-load .data-table td .price {
        font-size: 14px !important;
    }

    .onestepcheckout-place span {
        font-size: 15px !important;
    }

    .onestepcheckout-place {
        height: 36px;
    }

    #one-step-checkout-form .order-review-info .onestepcheckout-newsletter label {
        font-size: 13px;
    }

    .three-columns-new-osc #one-step-checkout-form .checkout-review-load .data-table td h2 {
        font-size: 12px;
    }

    #one-step-checkout-form .checkout-review-load .data-table tfoot td {
        font-size: 13px;
    }

    #one-step-checkout-form .checkout-review-load .data-table tbody th {
        font-size: 14px;
    }

    .one-step-checkout h3:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .one-step-checkout h3 {
        font-size: 14px;
    }

    .one-step-checkout p.subtitle {
        font-size: 14px;
    }

    .one-step-checkout h1.checkout_header {
        font-size: 18px;
        font-weight: 600;
    }

    .main-container {
        width: 100% !important;
    }

    .row.no-pad {
        padding: 0 !important;
        margin: 0 !important;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 98%;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .std h1 strong span {
        font-size: 17px !important;
    }

    #collateral-tabs strong, #collateral-tabs b {
        font-size: 16px;
    }

    #no-posts {
        min-height: 50px !important;
    }

    .textarea-wrapper .textarea {
        min-height: 38px !important;
    }

    .product-view .add-to-cart .qty-wrapper .qty {
        height: 33px !important;
    }

    .product-view .add-to-cart-buttons .button {
        height: 33px !important;
        line-height: 33px !important;
        font-size: 14px;
        padding: 0px 25px;

    }

    .product-shop .price {
        font-size: 20px !important;
    }

    .product-name h1 {
        font-size: 23px;
    }

    .al-authorization-container-overlap .Canvas {
        width: 70% !important;
        left: 15% !important;
    }

    .al-authorization .Frame H2 {
        font-size: 17px;
        font-weight: bold;
    }

    #login-form .f-left {
        font-size: 12px;
    }

    .footer-bg ul li {

        font-size: 12px;
    }
    .sidebar .block-content p {
        padding: 8px 18px !important;
    }

}

@media only screen and (max-width: 480px) {

    .al-authorization-container-overlap .Canvas {left:5% !important;right:5% !important;width:90% !important;}
    .main.col-sm-12 {
        padding: 0px !important;
    }

    .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
        font-size: 11px;
    }

    .price-box .price {
        font-size: 13px;
    }

    li.col-xs-6.col-sm-4.col-md-3.item {
        padding: 3px;
    }

    h1, .h1 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 15px;
    }
    .product-name, .product-name a {
        font-size: 12px;
    }

    .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
        width: 100%;
        margin-top: 5px;
    }

    .footer-bg h3 {
        margin-top: 15px;
    }

    .col-lg-3.col-md-3.col-sm-3.col-xs-6.footer-grid {
        width: 100% !important;
    }

    .footer-logos .col-xs-4 {
        width: 50%;
    }

    .block.block-subscribe.col-lg-3.col-md-3.col-sm-3.col-xs-6 {
        width: 100%;
    }

    .links.col-lg-3.col-md-3.col-sm-3.col-xs-6.link-sm-right {
        width: 100%;
    }

    p span {
        font-size: 13px !important;
    }

    .std h1 strong span {
        font-size: 15px !important;
    }

    tbody tr td p span {
        font-size: 13px !important;
    }

    #collateral-tabs strong, #collateral-tabs b {
        font-size: 14px;
    }

    .product-collateral > dl > dt {
        font-size: 13px;
    }

    .product-view .add-to-cart-buttons .button {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 13px;
        padding: 0px 23px;

    }

    .product-view .add-to-cart .qty-wrapper .qty {
        height: 30px !important;
    }

    .about-product label {
        font-size: 13px !important;
    }

    .about-product span {
        font-size: 12px !important;
    }

    .product-shop .price {
        font-size: 16px !important;
    }



    .mob-cat-title {

        font-size: 14px;
    }

    .block .actions .button {
        font-size: 11px !important;
        padding: 7px 0px !important;
    }

    .footer p {
        font-size: 11px !important;
    }

    .product-name h1 {
        font-size: 18px;
    }

}

.peatured-heading h3 {

    padding: 5px 0px 5px 0px;
}

.peatured-heading h3:hover {

    padding: 5px 0px 5px 0px;
}

.footer-bg ul li {

    font-size: 13px !important;
}


@media only screen and (max-width: 320px) {

    li.col-xs-6.col-sm-4.col-md-3.item {
        padding: 3px;
        width: 100%;
    }

}

#wishlist-view-form div.fieldset {
    margin-top: 0px;
}

/* ============================================ *
 * Navigation Icons
 * ============================================ */

.navigation-account:before,
.navigation-account_edit:before,
.navigation-address_book:before,
.navigation-orders:before,
.navigation-reviews:before,
.navigation-wishlist:before,
.navigation-logout:before,
.navigation-dashboard:before,
.navigation-seller-orders:before,
.navigation-history:before,
.navigation-account-settings:before,
.navigation-assign-products:before,
.navigation-aw_hdu:before
{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    content: ' ';
    display: inline-block;
    margin-right: 15px;
}
.navigation-account:before { /* Dashboard */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings.png');
}
.navigation-account:hover:before, .current .navigation-account:before { /* Dashboard */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings-hover.png');
}
.navigation-account_edit:before {/*  Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Account-Setting.png');
}
.navigation-account_edit:hover:before, .current .navigation-account_edit:before {/*  Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Account-Setting-hover.png');
}
.navigation-address_book:before {/* Shipping Addresses */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Shipping-Address.png');
}
.navigation-address_book:hover:before, .current .navigation-address_book:before {/* Shipping Addresses */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Shipping-Address-hover.png');
}
.navigation-orders:before {/*  My Orders */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Orders.png');
}
.navigation-orders:hover:before, .current .navigation-orders:before {/*  My Orders */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Orders-hover.png');
}
.navigation-reviews:before {/*  Product Reviews */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Reviews.png');
}
.navigation-reviews:hover:before, .current .navigation-reviews:before {/*  Product Reviews */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Reviews-hover.png');
}
.navigation-wishlist:before {/*  Wish Lists */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Wishlist.png');
}
.navigation-wishlist:hover:before, .current .navigation-wishlist:before {/*  Wish Lists */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Wishlist-hover.png');
}
.navigation-logout:before {/*  Logout */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings.png');
}
.navigation-logout:hover:before, .current .navigation-logout:before {/*  Wish Lists */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings-hover.png');
}
.navigation-dashboard:before { /* Market Dashboard */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Seller-Dashboard.png');
}
.navigation-dashboard:hover:before, .current .navigation-dashboard:before { /* Market Dashboard */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Seller-Dashboard-hover.png');
}
.navigation-seller-orders:before { /* Market Orders */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Orders2.png');
}
.navigation-seller-orders:hover:before, .current .navigation-seller-orders:before { /* Market Orders */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/My-Orders2-hover.png');
}
.navigation-history:before { /* Market History */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Transaction-History.png');
}
.navigation-history:hover:before, .current .navigation-history:before { /* Market History */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Transaction-History-hover.png');
}
.navigation-account-settings:before { /* Market Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Account-Setting.png');
}
.navigation-account-settings:hover:before, .current .navigation-account-settings:before { /* Market Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Account-Setting-hover.png');
}
.navigation-assign-products:before { /* Market Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Manage-Products.png');
}
.navigation-assign-products:hover:before, .current .navigation-assign-products:before { /* Market Account Settings */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Manage-Products-hover.png');
}
.navigation-aw_hdu:before {/*  Help Desk */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings.png');
}
.navigation-aw_hdu:hover:before, .current .navigation-aw_hdu3:before {/*  Wish Lists */
    background-image: url('/skin/frontend/ishopping/default/images/marketplace/Profile-Settings-hover.png');
}


.ishopping-custom-order-track .main-container {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ishopping-custom-order-track .main-container .main {
    width: 75%;
    float: left;
}
.ishopping-custom-order-track .main-container .main .col-main {
    width: 100%;
}
.ishopping-custom-order-track .main-container .row {
    margin: 0;
}
.ishopping-custom-order-track .order-tracking-form form > div {
    position: relative;
    z-index: 20;
    max-width: 353px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 6px -1px #999;
    margin: 0;
}
.ishopping-custom-order-track .order-tracking-form form ul li .input-box .input-text {
    padding: 10px;
    border: 1px solid #e0e0e0;
    font-weight: 500;
    height: auto !important;
    color: #252525;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    margin-bottom: 10px;
}
.sales-order-view.customer-account .my-account .page-title h1,
.marketplace-order-vieworder .page-title h1 {
    width: 100%;
}
.ishopping-custom-order-overview .order-info-box,
.marketplace-order-vieworder .order-info-box,
.sales-order-view .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.ishopping-custom-order-overview .order-info-box.order-main-info,
.marketplace-order-vieworder .order-info-box.order-main-info,
.sales-order-view .order-info-box.order-main-info {
    padding-bottom: 10px;
}
.ishopping-custom-order-overview .order-info-box .order-date,
.marketplace-order-vieworder .order-info-box .order-date,
.sales-order-view .order-info-box .order-date {
    text-transform: none;
}
.ishopping-custom-order-overview .order-info-box .order-date span,
.marketplace-order-vieworder .order-info-box .order-date span,
.sales-order-view .order-info-box .order-date span {
    font-weight: bold;
    text-transform: capitalize;
}
.ishopping-custom-order-overview .item-info-box,
.marketplace-order-vieworder .item-info-box,
.sales-order-view .item-info-box {
    border-bottom: 1px solid #ededed;
}
.ishopping-custom-order-overview .item-info-box .image,
.marketplace-order-vieworder .item-info-box .image,
.sales-order-view .item-info-box .image {
    width: 28%;
}
.ishopping-custom-order-overview .item-info-box .image,
.ishopping-custom-order-overview .item-info-box .item-info,
.marketplace-order-vieworder .item-info-box .image,
.marketplace-order-vieworder .item-info-box .item-info,
.sales-order-view .item-info-box .image,
.sales-order-view .item-info-box .item-info {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}
.ishopping-custom-order-overview .item-info-box .item-info,
.marketplace-order-vieworder .item-info-box .item-info,
.sales-order-view .item-info-box .item-info {
    width: 70%;
}
.ishopping-custom-order-overview .item-info-box .item-info p,
.marketplace-order-vieworder .item-info-box .item-info p,
.sales-order-view .item-info-box .item-info p {
    word-wrap: break-word;
    margin: 0 0 3px;
}
.ishopping-custom-order-overview .item-info-box .item-info a.product-name,
.ishopping-custom-order-overview .product-seller a,
.marketplace-order-vieworder .item-info-box .item-info a.product-name,
.marketplace-order-vieworder .product-seller a,
.sales-order-view .item-info-box .item-info a.product-name,
.sales-order-view .product-seller a {
    word-wrap: break-word;
    color: #3399cc;
    text-decoration: none;
    font-size: 14px;
}
.ishopping-custom-order-overview .item-info-box a.review-button,
.marketplace-order-vieworder .item-info-box a.review-button,
.sales-order-view .item-info-box a.review-button {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    text-shadow: none;
    background: #dadada;
    padding: 10px;
    color: #716c6c;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #d6cfcf;
}
.marketplace-order-vieworder #shipping_tracking,
.marketplace-order-vieworder .product_track_buttons {
    margin: 25px 0 15px;
}
.marketplace-order-vieworder #shipping_tracking table {
    margin: 10px 0;
}
.marketplace-order-vieworder .hide_effect_button {
    padding: 0 10px;
}

.order-progress-numbered {
    height: 100%;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.order-progress-numbered .progress {
    padding: 4px;
    height: 30px;
    box-shadow: none;
}
.order-progress-numbered .progress-tracker {
    background-color: #f6f6f6;
    width: 100%;
    margin: 5px 0 15px;
    color: #333;
    font-size: 16px;
}
.order-progress-numbered .progress .progress-meter,
.order-progress-numbered .progress.radius {
    border-radius: 3px;
    overflow: visible;
}
.order-progress-numbered .progress .statuses {
    text-align: center;
    position: relative;
    width: 20%;
    left: 10%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.order-progress-numbered .progress-tracker .add {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    width: 40px;
    height: 40px;
    margin: -9px auto 0;
    border-radius: 33px;
    border: 1px solid #ccc;
    position: static;
    top: 0;
    left: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    cursor: default;
    display: block;
    text-decoration: none;
    background: #e8e8e8;
}
.order-progress-numbered .progress-tracker .add:after {
    background: 0 none;
}
.order-progress-numbered .progress-tracker .add.off {
    color: #b4b4b4;
}
.order-progress-numbered .status-text {
    margin: 0 -15px;
    padding: 7px 0 0;
    font-size: 12px;
    color: #b4b4b4
}

.order-progress-numbered .new-order.progress-tracker .status-1 .add {
    background: #426aa6;
}

.order-progress-numbered .inform-order.progress-tracker .status-1 .add,
.order-progress-numbered .acknowledged-order.progress-tracker .status-1 .add {
    background: #3adb76;
    color: #fff;
}
.order-progress-numbered .new-order .status-1 .status-text,
.order-progress-numbered .inform-order .status-1 .status-text,
.order-progress-numbered .acknowledged-order .status-1 .status-text{
    font-weight: bold;
    color: #222;
}
.order-progress-numbered .not-confirmed-order .status-2 .add {
    background: #e52529;
    color: #fff;
}
.order-progress-numbered .not-confirmed-order .status-2 .status-text {
    font-weight: bold;
    color: transparent;
    font-size: 0;
}
.order-progress-numbered .not-confirmed-order .status-2 .status-text:after {
    content: 'Not Confirmed';
    font-weight: bold;
    color: #222;
    font-size: 12px;
}
.order-progress-numbered .processing-order .status-2 .add {
    background: #3adb76;
    color: #fff;
}
.order-progress-numbered .processing-order .status-2 .status-text {
    font-weight: bold;
    color: #222;
}
.order-progress-numbered .shipped-order .status-3 .add,
.order-progress-numbered .shipped_by_seller-order .status-3 .add {
    background: #3adb76;
    color: #fff;
}
.order-progress-numbered .shipped-order .status-3 .status-text,
.order-progress-numbered .shipped_by_seller-order .status-3 .status-text {
    font-weight: bold;
    color: #222;
}
.order-progress-numbered .closed-order .status-4 .add,
.order-progress-numbered .complete-order .status-4 .add {
    background: #3adb76;
    color: #fff;
}
.order-progress-numbered .closed-order .status-4 .status-text,
.order-progress-numbered .complete-order .status-4 .status-text {
    font-weight: bold;
    color: #222;
}
.order-progress-numbered .canceled-order .status-4 .add {
    background: #e52529;
    color: #fff;
}
.order-progress-numbered .canceled-order .status-4 .status-text {
    font-weight: bold;
    color: #222;
}

.action-buttons {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    text-align: center;
}

.button-desc {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

.marketplace-product-manage .page-title,
.marketplace-sellerproduct-manageassignproduct .page-title {
    padding: 10px 0;
}
.marketplace-product-manage .products .page-title,
.marketplace-sellerproduct-manageassignproduct .products .page-title {
    border-bottom: 1px solid #ccc;
}

.account-contant table .express-form {
    max-width: 40px;
}

.express-save {
    -webkit-appearance: listitem;
    font-size: 12px;
    line-height: 17px!important;
}

.data-table td {
    position: relative;
}

.express-action {
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
}

.express-select {
    font-size: 11px;
}

.edit-button {
    cursor: pointer;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@media screen and (max-width:1023px) {
    .action-buttons .button {
        float: none;
    }

    .button-desc {
        width: auto;
    }

    .marketplace-order-vieworder .item-info-box .item-info {
        width: 50%;
        float:right;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .marketplace-order-vieworder .item-info-box .item-info {
        width: 70%;

    }

    .button.action {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .order-progress-numbered .progress .statuses {
        left: 0;
        width: 25%;
    }
}

/***   checkout header   ****/

.header-checkout  {
    padding: 5px 0;
}

.header-checkout .logo {
    float: none;
    margin: 0 auto;
    max-width: 80px;
}
.back-to-cart {
    padding: 2.5rem 1rem;
    float: left;
}
.promo-image img {
    max-width: 100%;
}
.product-img-box .promo-image {
    max-width: 200px;
    position: absolute;
    top: 6px;
    right: 12px;
    z-index: 2;
}

/****  brand links  ****/
.brand-links {
    margin: 20px -5px;
    display: flex;
    justify-content: space-between;
}
.brand-links li {
    margin: 0 5px;
}
.brand-links img {
    max-width: 100%;
}
#modal-popup {
    z-index: 10000;
    position: relative;
}
#modal-popup .overlay {
    opacity: 0;
    visibility: hidden ;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    transition: opacity 200ms ease-in-out;
}
.modal-popup-content {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out 100ms;
    max-width: 800px;
    width: 80%;
    text-align: center;
}
.modal-popup-content img{
   max-width: 100%;
    display: inline;
}
.active#modal-popup .overlay {
    opacity: 1;
    visibility: visible;
}
.active .modal-popup-content {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close-modal {
    position: absolute;
    top: -38px;
    right: -35px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: opacity 200ms ease-in 500ms;
}
.close-modal:hover {
    color: #fff;
    text-shadow: 0 0 12px #000;
    text-decoration: none;
}
.active .close-modal {
    opacity: 1;
}
#popup-link {
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 799px) {
    .modal-popup-content {
        width: 90%;
        max-width: 380px;
    }
    .close-modal {
        top: -50px;
        right: 0;
    }
}
.sp-methods input.radio {
    margin: 0 !important;
}
.sp-methods label {
    display: block !important;
    width: 100% !important;
    position: relative;
}
.sp-methods label:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 200px;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto 100%;
}
.sp-methods label[for="p_method_havale"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/bank.png) ;
}
.sp-methods label[for="p_method_cashondelivery"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/cash.png) ;
}

.sp-methods label[for="p_method_easypay"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/easypay.png);
}
.sp-methods label[for="p_method_unionpay"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/union.png);
}
.sp-methods label[for="p_method_keenuconnect"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/keenu.png);
}
.sp-methods label[for="p_method_tapsys"]:after {
    background-image: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/payment/union.png);
}

.cms-page-view.event-landing .page-title h1 {
    color: #444;
    font-size: 30px;
}
.cms-page-view.event-landing .main-container{
    max-width: 1080px;
}

.coupon-code-text {
    background: #fff;
    padding: 20px 20px 18px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #f08221;
    margin: 0 0 24px 0;
}
.coupon-code-text strong {
    color: red;
}
.large-image, .small-image {
    margin-bottom: 24px;
}
.event-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 600px) {
    .event-links  .small-image {
        max-width: 48%;
    }
    .event-links  .large-image {
        max-width: 100%;
    }
}




/* ============================================ *
 * Marketplace Seller login
 * ============================================ */
.marketplace-seller-login .col-1,
.marketplace-seller-login .col-2 {
    min-height: 345px;
}
.marketplace-seller-login .col-1.new-users {
    text-align: center;
    height: 100%;
    display: table;
}
.marketplace-seller-login .col-1.new-users .content {
    min-height: 150px;
    display: table-cell;
    vertical-align: middle;
}
.marketplace-seller-login .col-1.new-users h2 {
    font-weight: 400;
    color: #262933;
    text-transform: none;
}
.marketplace-seller-login .col-1.new-users h3 {
    color: #262933;
    font-weight: lighter;
    text-transform: none;
}
.marketplace-seller-login .col-1.new-users p {
    color: #262933;
    margin: 0;
    font-weight: lighter;
}
.marketplace-seller-login .col-1.new-users .registration-button-block {
    max-width: 270px;
    margin: 20px auto;
}
.marketplace-seller-login .col-1.new-users .registration-button-block span,
.marketplace-seller-login .col-1.new-users .registration-button-block a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #fff;
    min-height: 45px;
}
.marketplace-seller-login .col-1.new-users .registration-button-block span {
    width: 92px;
    background: #2d5da8;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.marketplace-seller-login .col-1.new-users .registration-button-block a {
    width: 178px;
    background: #262834;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.marketplace-seller-login .col-1.new-users .registration-button-block a:hover {
    text-decoration: none;
}
.marketplace-seller-login .col-2.registered-users .content {
    position: relative;
    z-index: 20;
    max-width: 353px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 6px -1px #999;
    margin: 0 auto;
}
.marketplace-seller-login .col-2.registered-users h3 {
    margin: 0 0 10px;
    color: #3B3B3B;
    text-transform: none;
}
.marketplace-seller-login #login-form .col-2.registered-users ul.form-list li {
    padding: 0;
    margin: 0 0 15px;
}
.marketplace-seller-login #login-form .col-2.registered-users .buttons-set button {
    font-size: 18px !important;
    width: 100%;
    margin: 0 0 .71429rem;
    position: relative;
    text-align: center;
    display: inline-block;
    background-color: #2d5da8 !important;
    border-color: #0070cc;
    transition: background-color .3s ease-out;
    font-weight: 400;
}
.marketplace-seller-login .col-2.registered-users .forgot-note {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
}
.marketplace-seller-login .col-2.registered-users .note {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

/* ============================================ *
 * Marketplace Seller register
 * ============================================ */
.marketplace-seller-create .registration-timeline {
    margin: 0 0 55px 58px;
}
.marketplace-seller-create .registration-timeline .row {
    margin: 0;
    max-width: none;
    width: auto;
}

.marketplace-seller-create .registration-timeline .row:after {
    clear: both;
}
.marketplace-seller-create .registration-timeline .row:after,
.marketplace-seller-create .registration-timeline .row:before {
    content: " ";
    display: table;
}
.marketplace-seller-create .registration-timeline .columns {
    width: 100%;
}
.marketplace-seller-create .registration-timeline .row .columns {
    float: left;
    position: relative;
}
.marketplace-seller-create .registration-timeline .row .columns.small-1 {
    width: 4.16667%
}
.marketplace-seller-create .registration-timeline .row .columns.medium-4 {
    width: 16.66667%;
}
.marketplace-seller-create .registration-timeline .row .columns.large-4 {
    width: 12.66667%;
}
.marketplace-seller-create .registration-timeline .row > .columns {
    padding-left: 0;
    padding-right: 0;
}
.marketplace-seller-create .registration-timeline .row .columns.step-circle {
    z-index: 2;
}
.marketplace-seller-create .registration-timeline .progress-coll {
    position: relative;
    margin-top: 27px;
}
.marketplace-seller-create .registration-timeline .progress-coll .progress {
    height: 10px;
    background: #ededed;
    margin-left: -3px;
    margin-right: -2px;
}
.marketplace-seller-create .registration-timeline .progress-coll .progress .progress-meter {
    height: 10px;
    background: #ededed;
}
.marketplace-seller-create .registration-timeline .progress-coll .progress .progress-meter.active,
.marketplace-seller-create .registration-timeline .progress-coll .progress .progress-meter.active.incomplete,
.marketplace-seller-create .registration-timeline .progress-coll .progress .progress-meter.done {
    background: #008bff;
    width: 50%;
}
.marketplace-seller-create .registration-timeline .progress-coll .progress .progress-meter.done.active
{
    background: #1FC775;
    width: 100%;
}
.marketplace-seller-create .registration-timeline .large-1 {
    background: #ededed;
    border-radius: 30px;
    height: 60px;
    width: 60px;
}
.marketplace-seller-create .registration-timeline .large-1 .label-icon {
    visibility: hidden;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    display: block;
    text-align: center;
    font-size: 31px;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 41px;
}
.marketplace-seller-create .registration-timeline .large-1 .label-icon img {
    display: inline-block;
    vertical-align: middle;
    left: 3px;
    top: 2px;
    position: relative
}
.marketplace-seller-create .registration-timeline .large-1 .label-icon.fi-done img {
    top: -3px;
}
.marketplace-seller-create .registration-timeline .large-1 .step-title {
    display: block;
    position: absolute;
    left: -30px;
    width: 122px;
    top: 68px;
    font-size: 13px;
    text-align: center;
}
.marketplace-seller-create .registration-timeline .large-1.active,
.marketplace-seller-create .registration-timeline .large-1.active.incomplete,
.marketplace-seller-create .registration-timeline .large-1.done.active {
    background: #008bff;
}
.marketplace-seller-create .registration-timeline .large-1.active .fi-pencil:before,
.marketplace-seller-create .registration-timeline .large-1.active.incomplete .fi-pencil:before,
.marketplace-seller-create .registration-timeline .large-1.done .fi-check:before,
.marketplace-seller-create .registration-timeline .large-1.done.active .fi-pencil:before,
.marketplace-seller-create .registration-timeline .large-1.done.incomplete .fi-check:before {
    content: "";
}
.marketplace-seller-create .registration-timeline .large-1.active,
.marketplace-seller-create .registration-timeline .large-1.active.incomplete,
.marketplace-seller-create .registration-timeline .large-1.done.active {
    background: #008bff;
}

.marketplace-seller-create .registration-timeline .large-1.active .fi-pencil,
.marketplace-seller-create .registration-timeline .large-1.done.active .fi-pencil {
    visibility: visible;
    color: #008BFF;
}
.marketplace-seller-create .registration-timeline .large-1.active .fi-check,
.marketplace-seller-create .registration-timeline .large-1.active .fi-pause,
.marketplace-seller-create .registration-timeline .large-1.done.active .fi-check,
.marketplace-seller-create .registration-timeline .large-1.done.active .fi-pause {
    visibility: hidden;
    color: #262933;
}

.marketplace-seller-create .registration-timeline .large-1.active.incomplete .fi-pencil {
    visibility: visible;
    color: #262933;
}
.marketplace-seller-create .registration-timeline .large-1.active.incomplete .fi-check,
.marketplace-seller-create .registration-timeline .large-1.active.incomplete .fi-pause {
    visibility: hidden;
    color: #262933;
}

.marketplace-seller-create .registration-timeline .large-1.done,
.marketplace-seller-create .registration-timeline .large-1.done.incomplete {
    background: #1FC775;
}

.marketplace-seller-create .registration-timeline .large-1.done .fi-pencil,
.marketplace-seller-create .registration-timeline .large-1.done.incomplete .fi-pencil {
    visibility: hidden;
    color: #1FC775;
}

.marketplace-seller-create .registration-timeline .large-1.done .fi-check,
.marketplace-seller-create .registration-timeline .large-1.done.incomplete .fi-check {
    visibility: visible;
    color: #1FC775;
}
.marketplace-seller-create .registration-timeline .large-1.done .fi-pause,
.marketplace-seller-create .registration-timeline .large-1.done.incomplete .fi-pause {
    visibility: hidden;
    color: #1FC775;
}

.marketplace-seller-create .registration-timeline .large-1.incomplete {
    background: #EDEDED;
}

.marketplace-seller-create .registration-timeline .large-1.incomplete .fi-check,
.marketplace-seller-create .registration-timeline .large-1.incomplete .fi-pencil {
    visibility: hidden;
    color: #EDEDED;
}

.marketplace-seller-create .registration-timeline .large-1.incomplete .fi-pause,
.marketplace-seller-create .registration-timeline .large-1.done .fi-done {
    visibility: visible;
    color: #EDEDED;
    line-height: 50px!important;
    font-size: 22px;
}
.marketplace-seller-create .registration-timeline .large-1.end .label-icon img {
    visibility: hidden;
}

@media screen and (max-width:1280px) {
    .marketplace-seller-create .registration-timeline {
        margin: 0 auto 55px;
        width: 780px;
    }
    .marketplace-seller-create .registration-timeline .row .columns.large-4 {
        width: 82px;
    }
}
@media screen and (max-width: 1023px) {
    .marketplace-seller-create .registration-timeline {
        margin: 0 auto 55px;
        width: 630px;
    }
    .marketplace-seller-create .registration-timeline .row .columns.large-4 {
        width: 54px;
    }
}
@media screen and (max-width: 720px) {
    .marketplace-seller-create .registration-timeline {
        margin: 0 0 20px;
        width: 100%;
    }
    .marketplace-seller-create .registration-timeline .row .columns {
        float: none;
    }
    .marketplace-seller-create .registration-timeline .large-1 {
        float: none;
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
    }
    .marketplace-seller-create .registration-timeline .large-1 .label-icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 19px;
    }
    .marketplace-seller-create .registration-timeline .large-1 .step-title {
        display: block;
        position: relative;
        left: 50px;
        width: 122px;
        top: 10px;
        font-size: 14px;
        text-align: left;
    }
    .marketplace-seller-create .registration-timeline .progress-coll {
        width: 6%;
        margin-top: 16px;
        display: none;
    }
    .marketplace-seller-create .registration-timeline .large-1 .label-icon img {
        width: 14px;
        height: 14px;
        margin-top: 4px;
    }
    .marketplace-seller-create .registration-timeline .large-1 .label-icon.fi-done img {
        margin: -17px 0 0 -4px;
    }
    .marketplace-seller-create .registration-timeline .large-1.incomplete .fi-pause {
        line-height: 32px!important;
        font-size: 15px;
    }
}

/* ============================================ *
 * Marketplace More offers page
 * ============================================ */
.marketplace-product-comparesellerprice .product_wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    margin: auto;
    padding: 20px;
    background-color: #fff
}
.marketplace-product-comparesellerprice .product_wrapper .product-image img {
    float: none;
    margin: 0;
    width: 100%;
}
.marketplace-product-comparesellerprice .product_wrapper .product-info {
    position: relative;
}
.marketplace-product-comparesellerprice .product_wrapper .product_info h2 {
    text-transform: none;
    color: #222;
}
.marketplace-product-comparesellerprice .product_wrapper .product_info .seller {
    color: #222;
}
.marketplace-product-comparesellerprice .product_wrapper .product_info .back-to {
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.marketplace-product-comparesellerprice .product_wrapper .sell {
    padding: 15px;
    border: 1px solid #DDD
}
.marketplace-product-comparesellerprice .product_wrapper .sell a {
    font-size: 14px;
}
.marketplace-product-comparesellerprice .product_wrapper .sell p {
    margin: 0;
}
.marketplace-product-comparesellerprice .compare_wrapper {
    margin-top: 3em;
}
.marketplace-product-comparesellerprice .compare_wrapper h2 {
    text-transform: none;
    color: #222;
}
.marketplace-product-comparesellerprice .compare_wrapper .marketplace_compare_product th {
    color: #222;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
    border: none;
}
.marketplace-product-comparesellerprice .compare_wrapper td {
    vertical-align: top !important;
}
.marketplace-product-comparesellerprice .compare_wrapper td.price {
    color: #b00;
    font-size: 16px;
}
.marketplace-product-comparesellerprice .compare_wrapper .seller-name {
    font-weight: bold;
}
.marketplace-product-comparesellerprice .compare_wrapper .seller-info {
    margin-top: 10px;
}
.marketplace-product-comparesellerprice .compare_wrapper .seller-info td {
    border: none;
    padding: 0;
    font-size: 12px;
}
.marketplace-product-comparesellerprice .compare_wrapper .seller-info .title {
    color: #515151;
    padding-right: 15px;
}
.marketplace-product-comparesellerprice .compare_wrapper #compare_product td .btn-cart {
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 3px;
    text-shadow: none;
}
@media screen and (max-width: 992px) {
    .marketplace-product-comparesellerprice .product_wrapper .product_info {
        margin: 20px 0;
    }
}
@media screen and (max-width: 850px) {
    .marketplace-product-comparesellerprice .compare_wrapper .marketplace_compare_product#compare_product thead {
        visibility: hidden;
    }
    .marketplace-product-comparesellerprice .compare_wrapper .marketplace_compare_product#compare_product tr {
        border: none;
    }
    .marketplace-product-comparesellerprice .compare_wrapper .marketplace_compare_product#compare_product td {
        padding-left: 20px !important;
    }
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product td:nth-of-type(1):before,
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product td:nth-of-type(2):before,
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product td:nth-of-type(3):before,
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product td:nth-of-type(4):before {
        content: "";
        width: 0;
        visibility: hidden;
    }
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product .seller-info tr {
        margin-bottom: 5px;
    }
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product .seller-info td {
        padding-left: 0 !important;
        border: none;
        display: table-cell;
    }
    .marketplace-product-comparesellerprice .compare_wrapper #compare_product td .btn-cart {
        width: 100%;
        float: none;
    }
}

/* ============================================ *
 * Marketplace Product View
 * ============================================ */
.product-view .others-selling {

}
.product-view .others-selling #seller_price_comparison_wrapper {
    border: none;
    padding: 10px 0;
    margin-top: 10px;
}
.product-view .others-selling #seller_price_comparison_wrapper h4 {
    font-weight: bold;
    text-transform: none;
    color: #818181;
}
.product-view .others-selling #seller_price_comparison_wrapper .view_link {
    background: transparent;
    padding: 0;
}
.product-view .others-selling #seller_price_comparison_wrapper .view_link span {
    float: none;
    font-weight: normal;
}
.product-view .others-selling #seller_price_comparison_wrapper .view_link a {
    font-weight: bold;
}
.product-view .others-selling #seller_price_comparison_wrapper .view_link span.seller-price {
    color: #3399cc;
}
@media screen and (max-width: 988px) {
    .product-view .seller-info-container .right-p-side:before {
        display: none
    }
}

/* ============================================ *
 * Marketplace Seller register forms
 * ============================================ */
.marketplace-seller-create .marketplace-form {
    margin: 0 55px;
    padding-top: 15px;
}
.marketplace-seller-create .marketplace-form .page-title h2 {
    padding-left: 0;
    text-transform: none;
    font-size: 20px;
    color: #262933;
    font-weight: 400;
    border-bottom: none;
}
.marketplace-seller-create .marketplace-form .page-title p {
    font-size: 14px;
    color: #979797;
    margin-bottom: 25px;
}
.marketplace-seller-create .marketplace-form input[type=text],
.marketplace-seller-create .marketplace-form input[type=password] {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    font-size: 14px;
    height: 37px;
}
.marketplace-seller-create .marketplace-form .previous-label p {
    font-weight: bold;
    margin-top: 8px;
}
.marketplace-seller-create .marketplace-form a.forgot-password {
    font-size: 12px;
    margin-left: 5px;
}
.marketplace-seller-create .marketplace-form .radio-box {
    margin: 25px 0;
}
.marketplace-seller-create .marketplace-form .radio-box label.account-type {
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.marketplace-seller-create .marketplace-form .info-form {
    max-width: 450px;
}
.marketplace-seller-create .marketplace-form .info-form .input-box {
    margin-bottom: 25px;
}
.marketplace-seller-create .marketplace-form .info-form .input-box.half-width {
    width: 50%;
    float: left;
}
.marketplace-seller-create .marketplace-form .info-form .input-box.half-width.left {
    padding-right: 10px;
}
.marketplace-seller-create .marketplace-form .info-form input[type=text],
.marketplace-seller-create .marketplace-form .info-form input[type=password] {
    max-width: 450px;
}
.marketplace-seller-create .marketplace-form.marketplace-account-storename h2 {
    margin-bottom: 40px;
}
.marketplace-seller-create .marketplace-form.marketplace-account-storename h3 {
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}
.marketplace-seller-create .marketplace-form.marketplace-account-storename .col-sm-12 {
    padding-left: 0;
}
.marketplace-seller-create .marketplace-form.marketplace-account-storename p {
    margin-bottom: 2px;
}
.marketplace-seller-create .marketplace-form.marketplace-account-storename .store-front img {
    width: 50%;
    float: right;
    margin: 0 0 50px 10px;
}

.marketplace-seller-create .marketplace-review-list {
    margin-top: 10px;
}
.marketplace-seller-create .marketplace-review-list li {
    border-bottom: 1px solid #ededed;
    display: inline-block;
    width: 100%;
    padding: 6px 0 10px;
}
.marketplace-seller-create .marketplace-review-list li.last {
    border-bottom: none;
}
.marketplace-seller-create .marketplace-review-list span {
    float: left;
    font-size: 18px;
}
.marketplace-seller-create .marketplace-review-list span.left {
    padding-top: 4px;
}
.marketplace-seller-create .marketplace-review-list span.right {
    float: right;
    padding: 0 0 2px 0;
}
.marketplace-seller-create .marketplace-review-list span.right .button {
    background-color: #ededed;
    width: 110px;
}
.marketplace-seller-create .marketplace-review-list span.right .button:hover {
    background-color: #b5b5b5;
}
.marketplace-seller-create .marketplace-review-list span.right .button.green {
    background-color: #1FC775;
}
.marketplace-seller-create .marketplace-review-list span.right .button.green:hover {
    background-color: #18b56f;
}
.marketplace-seller-create .marketplace-review-list span.right .button a {
    text-transform: none;
    color: #262933;
    font-size: 13px;
}
.marketplace-seller-create .marketplace-review-list span.right .button.green a {
    text-transform: none;
    color: #fff;
}
.marketplace-seller-create .marketplace-review-list span.right .button a:hover {
    text-decoration: none;
}
.marketplace-seller-create .actions-footer .buttons-set > div {
    width: 140px;
    float: right;
}
.marketplace-seller-create .actions-footer .buttons-set .back {
    margin-right: 12px;
}
.marketplace-seller-create .actions-footer .buttons-set .back-button {
    width: 140px;
    margin-right: 10px;
    background: #ededed;
    color: #262933;
}
.marketplace-seller-create .actions-footer .buttons-set .back-button:hover {
    background-color: #b5b5b5;
}
.marketplace-seller-create .marketplace-form .input-box.phone-field {
    position: relative;
}
.marketplace-seller-create span.phone-prefix {
    font-size: 13px;
    position: absolute;
    top: 11px;
    left: 5px;
}
.marketplace-seller-create input.with-phone-prefix[type=text] {
    padding-left: 35px;
}
.marketplace-seller-create .account-type b {
    margin-left: 10px;
}
.marketplace-seller-create input[type="radio"] {
    outline: none;
}
.marketplace-seller-create .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.marketplace-seller-create .file-upload .input-box label {
    font-size: 13px;
    color: white;
    font-weight: normal;
    background-color: #2d5da8;
    display: inline-block;
    cursor: pointer;
    padding: 8px 15px 7px;
    margin-left: 12px;
}
.marketplace-seller-create .file-upload .input-box label:hover {
    background-color: #000;
}
.marketplace-seller-create label.toc-agreement {
    font-weight: normal;
    font-size: 14px;
}
.marketplace-seller-create label.toc-agreement input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.marketplace-seller-create .marketplace-account-verification.marketplace-form .info-form {
    max-width: 550px;
}
.marketplace-seller-create .marketplace-account-verification.marketplace-form .info-form input[type=text],
.marketplace-seller-create .marketplace-account-verification.marketplace-form .info-form select {
    max-width: 225px;
    display: inline;
}
.marketplace-seller-create .file-upload .input-box {
    display: inline-block;
    margin-right: 2px;
}
.marketplace-seller-create .marketplace-form .info-form .input-box.with-note {
    margin-bottom: 5px;
}
.marketplace-seller-create .marketplace-form .info-form .input-box.with-note p.cnic-note {
    margin-top: 5px;
}
.marketplace-seller-create .marketplace-form.marketplace-bank-details .file-upload label {
    margin: 0 0 10px 0;
}
@media screen and (max-width: 770px) {
    .marketplace-seller-create .marketplace-account-verification.marketplace-form .info-form select {
        display: block;
    }
    .marketplace-seller-create .file-upload .input-box {
        max-width: 150px;
        margin-top: 15px;
    }

    .marketplace-seller-create .marketplace-bank-details .file-upload .input-box {
        max-width: 600px;
        margin-top: 5px;
    }

    .marketplace-seller-create .file-upload .input-box label {
        margin: 0 10px 0 0;
    }

    .marketplace-seller-create .marketplace-form {
        margin: 0;
    }

    .marketplace-seller-create .actions-footer .buttons-set > div,
    .marketplace-seller-create .actions-footer .buttons-set button.button,
    .marketplace-seller-create .actions-footer .buttons-set .back-button {
        width: 120px;
        min-width: 100px;
    }

    .marketplace-seller-create .marketplace-review-list span.left {
        font-size: 15px;
        padding-top: 11px;
    }

    .marketplace-seller-create .marketplace-review-list span.right .button {
        width: 100px;
    }
}

/* ============================================ *
 * Customer - Order Grid
 * ============================================ */
.sales-order-history .orders th.status,
.ishopping-custom-order-overview .orders th.status,
.marketplace-order-vieworder .orders th.status,
.sales-order-view .orders th.status {
    width: 30%;
}
.sales-order-history .orders .step-process .step,
.ishopping-custom-order-overview .orders .step-process .step,
.marketplace-order-vieworder .orders .step-process .step,
.sales-order-view .orders .step-process .step {
    width: 25%;
    float: left;
    position: relative;
}
.sales-order-history .orders .step-process .step label,
.ishopping-custom-order-overview .orders .step-process .step label,
.marketplace-order-vieworder .orders .step-process .step label,
.sales-order-view .orders .step-process .step label {
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    word-wrap: break-word;
    width: 100%;
}
.sales-order-history .orders .step-process .step .line,
.ishopping-custom-order-overview .orders .step-process .step .line,
.marketplace-order-vieworder .orders .step-process .step .line,
.sales-order-view .orders .step-process .step .line {
    background: #ccc;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 0;
}
.sales-order-history .orders .step-process .step i,
.ishopping-custom-order-overview .orders .step-process .step i,
.marketplace-order-vieworder .orders .step-process .step i,
.sales-order-view .orders .step-process .step i {
    font-size: 26px;
    margin: 0;
    color: #ccc;
    position: relative;
    z-index: 2;
    background: #fff;
}
.sales-order-history .orders .step-process .step i.completed,
.ishopping-custom-order-overview .orders .step-process .step i.completed,
.marketplace-order-vieworder .orders .step-process .step i.completed,
.sales-order-view .orders .step-process .step i.completed {
    color: #1fc876;
    display: none;
}
.sales-order-history .orders .step-process .step i.fail,
.ishopping-custom-order-overview .orders .step-process .step i.fail,
.marketplace-order-vieworder .orders .step-process .step i.fail,
.sales-order-view .orders .step-process .step i.fail {
    color: #fc4740;
    display: none;
}
.sales-order-history .orders .step-process.new-order .step:nth-child(1) i,
.ishopping-custom-order-overview .orders .step-process.new-order .step:nth-child(1) i,
.marketplace-order-vieworder .orders .step-process.new-order .step:nth-child(1) i,
.sales-order-view .orders .step-process.new-order .step:nth-child(1) i {
    display: none;
}
.sales-order-history .orders .step-process.new-order .step:nth-child(1) i.fail,
.ishopping-custom-order-overview .orders .step-process.new-order .step:nth-child(1) i.fail,
.marketplace-order-vieworder .orders .step-process.new-order .step:nth-child(1) i.fail,
.sales-order-view .orders .step-process.new-order .step:nth-child(1) i.fail {
    display: inline-block;
}
.sales-order-history .orders .step-process.inform-order .step:nth-child(1) i,
.ishopping-custom-order-overview .orders .step-process.inform-order .step:nth-child(1) i,
.marketplace-order-vieworder .orders .step-process.inform-order .step:nth-child(1) i,
.sales-order-view .orders .step-process.inform-order .step:nth-child(1) i {
    display: none;
}
.sales-order-history .orders .step-process.inform-order .step:nth-child(1) i.completed,
.ishopping-custom-order-overview .orders .step-process.inform-order .step:nth-child(1) i.completed,
.marketplace-order-vieworder .orders .step-process.inform-order .step:nth-child(1) i.completed,
.sales-order-view .orders .step-process.inform-order .step:nth-child(1) i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.inform-order .step:nth-child(1) .line,
.ishopping-custom-order-overview .orders .step-process.inform-order .step:nth-child(1) .line,
.marketplace-order-vieworder .orders .step-process.inform-order .step:nth-child(1) .line,
.sales-order-view .orders .step-process.inform-order .step:nth-child(1) .line {
    background: #1fc876;;
}
.sales-order-history .orders .step-process.not-confirmed-order .step:nth-child(1) i,
.sales-order-history .orders .step-process.not-confirmed-order .step:nth-child(2) i,
.ishopping-custom-order-overview .orders .step-process.not-confirmed-order .step:nth-child(1) i,
.ishopping-custom-order-overview .orders .step-process.not-confirmed-order .step:nth-child(2) i,
.marketplace-order-vieworder .orders .step-process.not-confirmed-order .step:nth-child(1) i,
.marketplace-order-vieworder .orders .step-process.not-confirmed-order .step:nth-child(2) i,
.sales-order-view .orders .step-process.not-confirmed-order .step:nth-child(1) i,
.sales-order-view .orders .step-process.not-confirmed-order .step:nth-child(2) i {
    display: none;
}
.sales-order-history .orders .step-process.not-confirmed-order .step:nth-child(1) i.completed,
.ishopping-custom-order-overview .orders .step-process.not-confirmed-order .step:nth-child(1) i.completed,
.marketplace-order-vieworder .orders .step-process.not-confirmed-order .step:nth-child(1) i.completed,
.sales-order-view .orders .step-process.not-confirmed-order .step:nth-child(1) i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.not-confirmed-order .step:nth-child(2) i.fail,
.ishopping-custom-order-overview .orders .step-process.not-confirmed-order .step:nth-child(2) i.fail,
.marketplace-order-vieworder .orders .step-process.not-confirmed-order .step:nth-child(2) i.fail,
.sales-order-view .orders .step-process.not-confirmed-order .step:nth-child(2) i.fail {
    display: inline-block;
}
.sales-order-history .orders .step-process.not-confirmed-order .step:nth-child(1) .line,
.ishopping-custom-order-overview .orders .step-process.not-confirmed-order .step:nth-child(1) .line,
.marketplace-order-vieworder .orders .step-process.not-confirmed-order .step:nth-child(1) .line,
.sales-order-view .orders .step-process.not-confirmed-order .step:nth-child(1) .line {
    background: #1fc876;;
}
.sales-order-history .orders .step-process.processing-order .step:nth-child(1) i,
.sales-order-history .orders .step-process.processing-order .step:nth-child(2) i,
.ishopping-custom-order-overview .orders .step-process.processing-order .step:nth-child(1) i,
.ishopping-custom-order-overview .orders .step-process.processing-order .step:nth-child(2) i,
.marketplace-order-vieworder .orders .step-process.processing-order .step:nth-child(1) i,
.marketplace-order-vieworder .orders .step-process.processing-order .step:nth-child(2) i,
.sales-order-view .orders .step-process.processing-order .step:nth-child(1) i,
.sales-order-view .orders .step-process.processing-order .step:nth-child(2) i {
    display: none;
}
.sales-order-history .orders .step-process.processing-order .step:nth-child(1) i.completed,
.sales-order-history .orders .step-process.processing-order .step:nth-child(2) i.completed,
.ishopping-custom-order-overview .orders .step-process.processing-order .step:nth-child(1) i.completed,
.ishopping-custom-order-overview .orders .step-process.processing-order .step:nth-child(2) i.completed,
.marketplace-order-vieworder .orders .step-process.processing-order .step:nth-child(1) i.completed,
.marketplace-order-vieworder .orders .step-process.processing-order .step:nth-child(2) i.completed,
.sales-order-view .orders .step-process.processing-order .step:nth-child(1) i.completed,
.sales-order-view .orders .step-process.processing-order .step:nth-child(2) i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.processing-order .step:nth-child(1) .line,
.ishopping-custom-order-overview .orders .step-process.processing-order .step:nth-child(1) .line,
.marketplace-order-vieworder .orders .step-process.processing-order .step:nth-child(1) .line,
.sales-order-view .orders .step-process.processing-order .step:nth-child(1) .line {
    background: #1fc876;;
}
.sales-order-history .orders .step-process.shipped-order .step:nth-child(1) i,
.sales-order-history .orders .step-process.shipped-order .step:nth-child(2) i,
.sales-order-history .orders .step-process.shipped-order .step:nth-child(3) i,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(1) i,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(2) i,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(3) i,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(1) i,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(2) i,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(3) i,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(1) i,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(2) i,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(3) i {
    display: none;
}
.sales-order-history .orders .step-process.shipped-order .step:nth-child(1) i.completed,
.sales-order-history .orders .step-process.shipped-order .step:nth-child(2) i.completed,
.sales-order-history .orders .step-process.shipped-order .step:nth-child(3) i.completed,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(1) i.completed,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(2) i.completed,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(3) i.completed,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(1) i.completed,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(2) i.completed,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(3) i.completed,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(1) i.completed,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(2) i.completed,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(3) i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.shipped-order .step:nth-child(1) .line,
.sales-order-history .orders .step-process.shipped-order .step:nth-child(2) .line,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(1) .line,
.ishopping-custom-order-overview .orders .step-process.shipped-order .step:nth-child(2) .line,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(1) .line,
.marketplace-order-vieworder .orders .step-process.shipped-order .step:nth-child(2) .line,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(1) .line,
.sales-order-view .orders .step-process.shipped-order .step:nth-child(2) .line {
    background: #1fc876;;
}
.sales-order-history .orders .step-process.closed-order .step i,
.sales-order-history .orders .step-process.complete-order .step i,
.sales-order-history .orders .step-process.canceled-order .step i,
.ishopping-custom-order-overview .orders .step-process.closed-order .step i,
.ishopping-custom-order-overview .orders .step-process.complete-order .step i,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step i,
.marketplace-order-vieworder .orders .step-process.closed-order .step i,
.marketplace-order-vieworder .orders .step-process.complete-order .step i,
.marketplace-order-vieworder .orders .step-process.canceled-order .step i,
.sales-order-view .orders .step-process.closed-order .step i,
.sales-order-view .orders .step-process.complete-order .step i,
.sales-order-view .orders .step-process.canceled-order .step i {
    display: none;
}
.sales-order-history .orders .step-process.closed-order .step i.completed,
.sales-order-history .orders .step-process.complete-order .step i.completed,
.ishopping-custom-order-overview .orders .step-process.closed-order .step i.completed,
.ishopping-custom-order-overview .orders .step-process.complete-order .step i.completed,
.marketplace-order-vieworder .orders .step-process.closed-order .step i.completed,
.marketplace-order-vieworder .orders .step-process.complete-order .step i.completed,
.sales-order-view .orders .step-process.closed-order .step i.completed,
.sales-order-view .orders .step-process.complete-order .step i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.canceled-order .step:nth-child(1) i.completed,
.sales-order-history .orders .step-process.canceled-order .step:nth-child(2) i.completed,
.sales-order-history .orders .step-process.canceled-order .step:nth-child(3) i.completed,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step:nth-child(1) i.completed,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step:nth-child(2) i.completed,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step:nth-child(3) i.completed,
.marketplace-order-vieworder .orders .step-process.canceled-order .step:nth-child(1) i.completed,
.marketplace-order-vieworder .orders .step-process.canceled-order .step:nth-child(2) i.completed,
.marketplace-order-vieworder .orders .step-process.canceled-order .step:nth-child(3) i.completed,
.sales-order-view .orders .step-process.canceled-order .step:nth-child(1) i.completed,
.sales-order-view .orders .step-process.canceled-order .step:nth-child(2) i.completed,
.sales-order-view .orders .step-process.canceled-order .step:nth-child(3) i.completed {
    display: inline-block;
}
.sales-order-history .orders .step-process.canceled-order .step:nth-child(4) i.fail,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step:nth-child(4) i.fail,
.marketplace-order-vieworder .orders .step-process.canceled-order .step:nth-child(4) i.fail,
.sales-order-view .orders .step-process.canceled-order .step:nth-child(4) i.fail {
    display: inline-block;
}
.sales-order-history .orders .step-process.closed-order .step .line,
.sales-order-history .orders .step-process.complete-order .step .line,
.sales-order-history .orders .step-process.canceled-order .step .line,
.ishopping-custom-order-overview .orders .step-process.closed-order .step .line,
.ishopping-custom-order-overview .orders .step-process.complete-order .step .line,
.ishopping-custom-order-overview .orders .step-process.canceled-order .step .line,
.marketplace-order-vieworder .orders .step-process.closed-order .step .line,
.marketplace-order-vieworder .orders .step-process.complete-order .step .line,
.marketplace-order-vieworder .orders .step-process.canceled-order .step .line,
.sales-order-view .orders .step-process.closed-order .step .line,
.sales-order-view .orders .step-process.complete-order .step .line,
.sales-order-view .orders .step-process.canceled-order .step .line {
    background: #1fc876;
}
.sales-order-view .order-progress {
    margin-bottom: 20px;
}
.sales-order-view .order-progress .box h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (max-width: 1275px) {
    .sales-order-history .data-table.orders td.status,
    .sales-order-history .data-table.orders th.status {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sales-order-view .col-sm-9,
    .marketplace-order-vieworder .col-sm-9 {
        width: 100%;
    }
}
@media only screen and (max-width: 530px) {
    .ishopping-custom-order-overview .data-table.orders td.status,
    .ishopping-custom-order-overview .data-table.orders th.status,
    .marketplace-order-vieworder .data-table.orders td.status,
    .marketplace-order-vieworder .data-table.orders th.status,
    .sales-order-view .data-table.orders td.status,
    .sales-order-view .data-table.orders th.status {
        display: table-cell;
    }
}
@media only screen and (max-width: 480px) {
    .sales-order-view .data-table.orders td.status,
    .sales-order-view .data-table.orders th.status,
    .marketplace-order-vieworder .data-table.orders td.status,
    .marketplace-order-vieworder .data-table.orders th.status {
        display: table-cell;
        min-width: 330px !important;
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    .sales-order-view .order-progress,
    .marketplace-order-vieworder .order-progress {
        display: none;
    }
}

.Shadowed {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.Shaddy {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* Authorization container - Overlap */
.al-authorization-container-overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 250;

}

.al-authorization-container-overlap .Shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.al-authorization-container-overlap .Canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    margin: 10px 0;
}

.al-authorization-container-overlap .Canvas .Wrapper {
    padding: 0;
    background: #fff;
}

.al-authorization-container-overlap .Close {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 4px;
    color: #fff;
}

#login-form ul, #register-form ul {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

#login-form ul.form-list li, #password-recovery-form ul.form-list li, #register-form ul.form-list li, #onestepcheckout-forgot-table ul li, #onestepcheckout-register-table li {
    padding: 5px 35px;
    margin: 0;
}
#password-recovery-form .required {
    display: none;
}
#register-form .checkbox + label {
    text-transform:uppercase;
    font-size:12px;
}
#login-form ul li .input-box .input-text, #password-recovery-form ul li .input-box .input-text, #register-form ul li .input-box .input-text {
    padding: 10px;
    border: 1px solid #e0e0e0;
    font-weight: 500;
    height: auto !important;
    color: #252525;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


.Frame #login-form ul li:first-child, .Frame #password-recovery-form ul li:first-child, .Frame #register-form ul li:first-child {
    padding: 0px;
    margin-bottom: 15px;
}
.registered-users .Frame #login-form ul li:first-child {
    padding:5px 35px;
}
#login-form ul label, #password-recovery-form ul label, #register-form ul label {
    color: #898989;
    font-weight: normal;
    font-size: 14px;
    float: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#login-form .input-box, #password-recovery-form .input-box, #register-form .input-box, #onestepcheckout-register-table .input-box {
    padding: 0px;
    position: relative;
    clear:both;

}


.input-box.email:before {
    vertical-align: middle;
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/onestepcheckout/material/icon-email.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top:-6px;
    left: -20px;
    width: 13px;
    height: 10px;
    content: 'email';
    text-indent: 999em;
    overflow: hidden;
}

.input-box.password:before {
    vertical-align: middle;
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/onestepcheckout/material/icon-lock.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top:-6px;
    width: 13px;
    height: 13px;
    content: 'pass';
    text-indent: 999em;
    overflow: hidden;
}



#password-recovery-form .buttons-set {
    padding: 6px 0;
    margin:0;
}

.customer-name .field, .pass .field {
    width: 49%;
    display: inline-block;
    float: left;
}

.customer-name .field:first-child, .pass .field:first-child {
    margin-right: 2%;
}

.al-authorization-container-overlap .Close a {
    width: 42px;
    height: 47px;
    display: block;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-weight: bold;

}

.al-authorization-container-overlap .Close a:hover {
    opacity: 0.5;
}

.al-authorizationform-login input {
    margin-bottom: 0px !important;
}

#loginform li {
    margin: 0;
}

.al-socialnets ul li:before, .al-socialnets ul li img {
    display: inline-block;
}

.al-socialnets ul li:before {
    content: "Login With Facebook Account";
    display: inline-block;
    float: none;
    margin-right: 0;
    font-size: 13px;
}

.al-authorization-container-overlap .al-authorizationform-register .buttons-set {
    margin-top: 1em;
}

/* Authorization container - Customer Account Login */
.account-login .al-authorizationform-login .buttons-set {
    border: none;
    background: none;
    padding: 0;
}


/* Authorization container - Checkout Onepage Index */
#checkout-step-login .al-authorization .messages {
    height: auto;
    bottom: auto;
    top: -165px;
}

#checkout-step-login P.loader {
    padding: 15px 30px;
    margin: 0 0 0 -105px;
}

/* Authorization form */
.al-authorization {
    position: relative;
}

.al-authorization .messages {
    clear: both;
}

.al-authorization .messages LI {
    margin-bottom: 0 !important;
}

.al-authorization .Window {
    overflow: hidden;
}

.al-authorization .Frame h2 {
    background-color: #E10E03 !important;
    text-indent: 20px;
    padding: 15px 0;

    width: 100%;
    font-weight: 700;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}

.al-authorization .checkout-agreements .agree {
    padding: 0;

}

.al-authorization .checkout-agreements .agree a {
color: #E10E03 !important;
    font-size:12px
}
.al-authorization .checkout-agreements .agree label em {
    position: static;
    float: none;
}

.al-authorization .checkout-agreements LI {
    margin: 0;
}

.al-authorization .agreement-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 105%;
}

/* Authorization form shape - Login */
.al-authorizationform-login {
}

/* Authorization form shape - Register */
.al-authorizationform-register {
}

.al-authorizationform-register LABEL {
    float: none;
}

.al-authorizationform-register LABEL.an-data {
    float: left;
}

/* Authorization form shape - Recovery */
.al-authorizationform-recovery {
}

/* Authorization form shape - Extra */
.al-authorizationform-extra {
}

.al-authorizationform-extra LABEL {
    float: none;
}

/* Authorization form elements */
.al-socialnets {
    text-align: center;

    width: 100%;
}

.al-socialnets li {
    width: 100%;
    padding: 0;

}

.al-socialnets .required {
    display: none;
}

.al-socialnets UL {
    display: inline-block;
}

.al-socialnets UL LI {
    float: left;
    margin: 0 !important;
    padding: 5px !important;
}

.al-socialnets .ThumbnailImage {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    float:left;

}.al-socialnets .ThumbnailImage:after {
    content:"Login with Facebook";
 }

/* Progress bar */
.alPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 200;
}

.alPopup .Shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
}

.alPopup .loading-mask {
    background: url('https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/ajaxlogin/blank.gif') repeat;
    position: absolute;
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.alPopup .loading-mask .loader {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 150px;
    margin-left: -105px;
    padding: 15px 30px;
    background: #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    text-align: center;
}

/* Agreement popup */
.alAgreementPopup {
    position: absolute;
    z-index: 250;
}

.alAgreementPopup .Canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 800px;
    height: 600px;
    background: #FAF7EE;
}

.alAgreementPopup .Content, .alAgreementPopup .Title {
    padding: 12px;
}

.alAgreementPopup .Content {
    overflow: auto;
    height: 480px;
}

.alAgreementPopup .Toolbar {
    bottom: 0;
    padding-bottom: 12px;
    position: absolute;
    width: 100%;
}

.alAgreementPopup .buttons-set {
    text-align: center;
    margin: 0;
}

.alAgreementPopup .buttons-set .button {
    float: none;
}

/* Date of birth form field styles */
.form-list {
    text-align: left;
}

.form-list .ajaxlogin-customer-dob .dob-month,
.form-list .ajaxlogin-customer-dob .dob-day,
.form-list .ajaxlogin-customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .ajaxlogin-customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .ajaxlogin-customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .ajaxlogin-customer-dob .dob-day,
.form-list .ajaxlogin-customer-dob .dob-month {
    width: 60px;
}

.form-list .ajaxlogin-customer-dob .dob-day input.input-text,
.form-list .ajaxlogin-customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .ajaxlogin-customer-dob .dob-year {
    width: 140px;
}

.form-list .ajaxlogin-customer-dob .dob-year input.input-text {
    width: 134px;
}

.form-list .ajaxlogin-customer-dob-extra .dob-month,
.form-list .ajaxlogin-customer-dob-extra .dob-day,
.form-list .ajaxlogin-customer-dob-extra .dob-year {
    float: left;
    width: 85px;
}

.form-list .ajaxlogin-customer-dob-extra input.input-text {
    display: block;
    width: 74px;
}

.form-list .ajaxlogin-customer-dob-extra label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .ajaxlogin-customer-dob-extra .dob-day,
.form-list .ajaxlogin-customer-dob-extra .dob-month {
    width: 60px;
}

.form-list .ajaxlogin-customer-dob-extra .dob-day input.input-text,
.form-list .ajaxlogin-customer-dob-extra .dob-month input.input-text {
    width: 46px;
}

.form-list .ajaxlogin-customer-dob-extra .dob-year {
    width: 140px;
}

.form-list .ajaxlogin-customer-dob-extra .dob-year input.input-text {
    width: 134px;
}

#login-form .f-left {
    float: left;
}

#login-form p.required, #register-form p.required {
    display: none;
}
.customer-account-login .col2-set .buttons-set,
#login-form .buttons-set {
    margin: 0;
    padding-top: 5px;
}

#login-form .buttons-set a, #password-recovery-form .buttons-set .back-link a, #register-form .buttons-set .back-link a, .link-register-forgot p a {
    color: #E10E03 !important;
    font-size: 14px;
    display: block;
    text-decoration: none;
    line-height: 18px;
    clear: both;
    padding:2px 0;


}

#login-form .buttons-set a:before {
    background: url(https://d11zer3aoz69xt.cloudfront.net/skin/frontend/ishopping/default/images/onestepcheckout/material/arrow-r.png) no-repeat center center #e10e03;
    width: 10px;
    content: "";
    height: 10px;
    margin: 6px 8px 4px 0;
    border-radius: 6px;
    display: inline-block;
    vertical-align: bottom;
}

#login-form .buttons-set button, #password-recovery-form .buttons-set button, #register-form .buttons-set button, #onestepcheckout-forgot-button, #onestepcheckout-register-button {
    background: #F39801 !important;
    padding: 5px 0;
    float: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all .2s ease-in-out;
    border-radius: 3px;
    margin: 0;
    width: 140px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
    text-transform: none;
}
#register-form .buttons-set {padding-bottom:10px;}
.buttons-set .back-link {
    display: block !important;
}

.alProgressBar .loader img {
    display: inline;
}
@media screen and (min-width: 480px) {
    .account-login .col2-set {
        display: flex;
    }
    .account-login .col2-set .col-1,
    .account-login .col2-set .col-2 {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .account-login .col2-set .col-1 .content,
    .account-login .col2-set .col-1 .buttons-set {
        padding-right: 10%;
    }
    .account-login .col2-set .col-2 .content,
    .account-login .col2-set .col-2 .buttons-set {
        padding-left: 10%;
    }
    .account-login .col2-set .content{
        margin-bottom: auto;
    }
}
