/* line 5, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, scss/partials/_base.scss */
body {
  font: 13px/1.6 Arial, Helvetica, sans-serif;
  color: #7a7a7a;
  -webkit-text-size-adjust: none;
}

/* line 13, scss/partials/_base.scss */
img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 18, scss/partials/_base.scss */
.highlight {
  color: red;
}

/* line 22, scss/partials/_base.scss */
.clear {
  clear: both;
}

/* line 26, scss/partials/_base.scss */
.richtext {
  word-wrap: break-word;
  overflow: hidden;
  font-size: 12px;
}
/* line 30, scss/partials/_base.scss */
.richtext img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}
/* line 36, scss/partials/_base.scss */
.richtext img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}
/* line 42, scss/partials/_base.scss */
.richtext .marker {
  background-color: Yellow;
}
/* line 45, scss/partials/_base.scss */
.richtext span[lang] {
  font-style: italic;
}
/* line 48, scss/partials/_base.scss */
.richtext figure {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: block;
  /* For IE8 */
}
/* line 57, scss/partials/_base.scss */
.richtext figure figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}
/* line 63, scss/partials/_base.scss */
.richtext em, .richtext i, .richtext address {
  font-style: italic;
}
/* line 66, scss/partials/_base.scss */
.richtext strong, .richtext b, .richtext h1, .richtext h2, .richtext h3, .richtext h4, .richtext h5 {
  font-weight: bold;
}
/* line 69, scss/partials/_base.scss */
.richtext pre {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f8f8f8;
  white-space: pre;
  margin: 1em 0;
}
/* line 78, scss/partials/_base.scss */
.richtext blockquote {
  margin: 1em 40px;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-left: 5px solid #ccc;
  padding: 2px 8px 2px 20px;
}
/* line 85, scss/partials/_base.scss */
.richtext s, .richtext strike, .richtext del {
  text-decoration: line-through;
}
/* line 88, scss/partials/_base.scss */
.richtext hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
/* line 94, scss/partials/_base.scss */
.richtext p {
  margin: 1em 0;
}
/* line 97, scss/partials/_base.scss */
.richtext u, .richtext ins {
  text-decoration: underline;
}
/* line 100, scss/partials/_base.scss */
.richtext a, .richtext a:hover, .richtext a:visited {
  color: #15c;
  text-decoration: underline;
}
/* line 104, scss/partials/_base.scss */
.richtext h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* line 108, scss/partials/_base.scss */
.richtext h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
/* line 112, scss/partials/_base.scss */
.richtext h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
/* line 116, scss/partials/_base.scss */
.richtext h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
/* line 120, scss/partials/_base.scss */
.richtext h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
/* line 124, scss/partials/_base.scss */
.richtext ul {
  list-style: disc none outside;
  margin: 1em 0 1em 40px;
}
/* line 128, scss/partials/_base.scss */
.richtext ol {
  list-style: decimal none outside;
  margin: 1em 0 1em 40px;
}
/* line 132, scss/partials/_base.scss */
.richtext img {
  max-width: 100%;
}
/* line 135, scss/partials/_base.scss */
.richtext table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
  white-space: normal;
}
/* line 140, scss/partials/_base.scss */
.richtext table td {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
/* line 145, scss/partials/_base.scss */
.richtext table thead td {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
/* line 150, scss/partials/_base.scss */
.richtext sub {
  vertical-align: sub;
  font-size: smaller;
}
/* line 154, scss/partials/_base.scss */
.richtext sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 160, scss/partials/_base.scss */
.ws-ui-message {
  width: 100%;
  position: fixed;
  left: 0;
  text-align: center;
  z-index: 65533;
}
/* line 166, scss/partials/_base.scss */
.ws-ui-message .ws-ui-message-inner {
  padding: 15px 30px 15px 18px;
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #fff;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e4e4e4));
  background-image: -moz-linear-gradient(#ffffff, #e4e4e4);
  background-image: -webkit-linear-gradient(#ffffff, #e4e4e4);
  background-image: linear-gradient(#ffffff, #e4e4e4);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4');
  box-shadow: 0 0 5px 3px #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
/* line 181, scss/partials/_base.scss */
.ws-ui-message .ws-ui-message-icon {
  width: 29px;
  height: 29px;
  float: left;
}
/* line 186, scss/partials/_base.scss */
.ws-ui-message .ws-ui-message-text {
  font-weight: bold;
  font-size: 14px;
  color: #606060;
  margin-left: 40px;
  display: block;
  padding-top: 4px;
}
/* line 194, scss/partials/_base.scss */
.ws-ui-message .ws-ui-message-close {
  font-size: 20px;
  color: red;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: -5px;
}

/* line 205, scss/partials/_base.scss */
.rateit {
  display: inline-block;
  position: relative;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
/* line 210, scss/partials/_base.scss */
.rateit .rateit-range {
  position: relative;
  display: inline-block;
  background: url(images/rate/star.gif);
  height: 16px;
}
/* line 216, scss/partials/_base.scss */
.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
/* line 220, scss/partials/_base.scss */
.rateit .rateit-hover {
  background: url(images/rate/star.gif) left -32px;
}
/* line 223, scss/partials/_base.scss */
.rateit .rateit-selected {
  background: url(images/rate/star.gif) left -16px;
}
/* line 226, scss/partials/_base.scss */
.rateit .rateit-preset {
  background: url(images/rate/star.gif) left -48px;
}
/* line 229, scss/partials/_base.scss */
.rateit .rateit-reset:hover {
  background-position: 0 -16px;
}

/* line 234, scss/partials/_base.scss */
.price {
  color: #fd4d37;
}
/* line 236, scss/partials/_base.scss */
.price .deleted-price {
  margin-right: 10px;
}
/* line 239, scss/partials/_base.scss */
.price .real-price {
  font-size: 16px;
  line-height: 20px;
}
/* line 243, scss/partials/_base.scss */
.price .real-price .suffix {
  padding-left: 5px;
}

/* line 248, scss/partials/_base.scss */
.stock {
  font-weight: 700;
  color: red;
  display: block;
}
/* line 252, scss/partials/_base.scss */
.stock .stock-label {
  padding-right: 2px;
  color: #461f51;
}
/* line 256, scss/partials/_base.scss */
.stock .stock-number {
  font-size: 14px;
  font-weight: 700;
  color: #461f51;
}

/* line 263, scss/partials/_base.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.pagination:after, .pagination:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.pagination:after {
  clear: both;
}
/* line 268, scss/partials/_base.scss */
.pagination li {
  float: left;
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
/* line 274, scss/partials/_base.scss */
.pagination li > a, .pagination li > span {
  line-height: 30px;
  padding: 0 10px;
  border-color: #D4D4D4 #A5A5A5 #A5A5A5 #D4D4D4;
  border-style: solid;
  border-width: 1px;
  display: block;
  color: #461f51;
}
/* line 284, scss/partials/_base.scss */
.pagination li > a:hover, .pagination li > a:focus {
  color: #461f51;
}
/* line 289, scss/partials/_base.scss */
.pagination .active > a, .pagination .active > span,
.pagination .active > a:hover {
  color: #7c7c7c;
  cursor: default;
}
/* line 294, scss/partials/_base.scss */
.pagination .disabled > span, .pagination .disabled > a,
.pagination .disabled > a:hover, .pagination .disabled > a:focus {
  color: #555;
}

/* line 300, scss/partials/_base.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  outline: 0;
  background-color: #fff;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0 3px 7px #aaa;
}
/* line 310, scss/partials/_base.scss */
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 25px;
  color: #555;
  margin: 0;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 1.1em;
  text-transform: capitalize;
  border-bottom: 3px solid #E6E6E6;
}
/* line 325, scss/partials/_base.scss */
.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
}
/* line 336, scss/partials/_base.scss */
.ui-dialog .ui-dialog-content {
  padding: .5em 1em;
}
/* line 339, scss/partials/_base.scss */
.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
  color: #461f51;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}

/* line 348, scss/partials/_base.scss */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 358, scss/partials/_base.scss */
.ui-helper-hidden {
  display: none;
}

/* line 362, scss/partials/_base.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none;
}

/* line 374, scss/partials/_base.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 385, scss/partials/_base.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 391, scss/partials/_base.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 395, scss/partials/_base.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 400, scss/partials/_base.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 410, scss/partials/_base.scss */
.ui-front {
  z-index: 10000;
}

/* line 414, scss/partials/_base.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 418, scss/partials/_base.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 426, scss/partials/_base.scss */
.ui-effects-transfer {
  border: 1px solid #000;
}

/* line 430, scss/partials/_base.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: #ffffff;
  color: #222222;
  /* Interaction states */
  /* Interaction Cues */
  /* states and images */
}
/* line 438, scss/partials/_base.scss */
.ui-datepicker .ui-widget-header {
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
/* line 443, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
/* line 447, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
/* line 453, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
/* line 456, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
/* line 459, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
/* line 462, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
/* line 465, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
/* line 468, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
/* line 476, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
/* line 481, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
/* line 485, scss/partials/_base.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
/* line 488, scss/partials/_base.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
/* line 491, scss/partials/_base.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
/* line 497, scss/partials/_base.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
/* line 503, scss/partials/_base.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
/* line 507, scss/partials/_base.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}
/* line 513, scss/partials/_base.scss */
.ui-datepicker .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* line 519, scss/partials/_base.scss */
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
/* line 526, scss/partials/_base.scss */
.ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
/* line 531, scss/partials/_base.scss */
.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
/* line 540, scss/partials/_base.scss */
.ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link, .ui-datepicker .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
/* line 545, scss/partials/_base.scss */
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
/* line 552, scss/partials/_base.scss */
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* line 558, scss/partials/_base.scss */
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
/* line 564, scss/partials/_base.scss */
.ui-datepicker .ui-state-highlight a, .ui-datepicker .ui-widget-content .ui-state-highlight a,
.ui-datepicker .ui-widget-header .ui-state-highlight a {
  color: #363636;
}
/* line 568, scss/partials/_base.scss */
.ui-datepicker .ui-state-disabled, .ui-datepicker .ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
/* line 574, scss/partials/_base.scss */
.ui-datepicker .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}
/* line 579, scss/partials/_base.scss */
.ui-datepicker .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* line 587, scss/partials/_base.scss */
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}
/* line 590, scss/partials/_base.scss */
.ui-datepicker .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
/* line 593, scss/partials/_base.scss */
.ui-datepicker .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
/* line 596, scss/partials/_base.scss */
.ui-datepicker .ui-corner-all {
  border-radius: 4px;
}

/* line 601, scss/partials/_base.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaaaaa;
  border-radius: 4px;
  border: 2px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}

/* line 613, scss/partials/_base.scss */
.ajax-loading {
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* line 621, scss/partials/_base.scss */
.ajax-loading::selection, .ajax-loading img::selection {
  background: transparent;
}
/* line 624, scss/partials/_base.scss */
.ajax-loading .loading-image {
  position: fixed !important;
  top: 30% !important;
  left: 50%;
  width: 128px;
  height: 128px;
  display: inline-block;
  margin-left: -64px;
  background: url(images/loading.gif);
}

/* line 636, scss/partials/_base.scss */
.tr-error {
  background-color: #FFEAA8;
}

/* line 640, scss/partials/_base.scss */
.cd-dropdown, .cd-select {
  position: absolute;
  width: 88px;
  top: 6px;
  right: 10px;
  display: block;
  z-index: 10000;
}

/* line 649, scss/partials/_base.scss */
.cd-dropdown span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 653, scss/partials/_base.scss */
.cd-dropdown > span {
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  background: #fff;
  display: block;
  padding: 0 0px 0 2px;
  position: relative;
  cursor: pointer;
  border: 1px solid #c0c0c0;
}

/* line 668, scss/partials/_base.scss */
.cd-dropdown > span:after {
  content: '\25BC';
  position: absolute;
  right: 7px;
  top: 15%;
  width: 9px;
  text-align: center;
  font-size: 12px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 24px;
  border-left: 1px solid #ddd;
}

/* line 682, scss/partials/_base.scss */
.cd-dropdown.cd-active > span:after {
  content: '\25B2';
}

/* line 686, scss/partials/_base.scss */
.cd-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 694, scss/partials/_base.scss */
.cd-dropdown li {
  display: block;
}
/* line 696, scss/partials/_base.scss */
.cd-dropdown li span {
  width: 100%;
  background: #444;
  line-height: 36px;
  padding: 0 0px 0 16px;
  display: block;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

/* line 708, scss/partials/_base.scss */
.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"] {
  padding: 0 10px 0 5px;
}

/* line 713, scss/partials/_base.scss */
.cd-dropdown .language-icon:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 36px;
  margin-right: 6px;
  vertical-align: middle;
}

/* Select fallback styling */
/* line 724, scss/partials/_base.scss */
.cd-select {
  border: 1px solid #ddd;
}

/* line 728, scss/partials/_base.scss */
.cd-dropdown ul {
  position: absolute;
  top: 0px;
  width: 100%;
}

/* line 734, scss/partials/_base.scss */
.cd-dropdown ul li {
  position: absolute;
  width: 100%;
}

/* line 739, scss/partials/_base.scss */
.cd-active.cd-dropdown ul li span:hover {
  color: #FD7752;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot");
  src: url("font/fontawesome-webfont.eot") format("embedded-opentype"), url("font/fontawesome-webfont.woff") format("woff"), url("font/fontawesome-webfont.ttf") format("truetype"), url("font/fontawesome-webfont.svg") format("svg");
}
/* FONT AWESOME CORE
 * -------------------------- */
/* line 10, scss/partials/_font.scss */
.icon-font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 19, scss/partials/_font.scss */
.icon-font-awesome:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 26, scss/partials/_font.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 33, scss/partials/_font.scss */
a .icon-font-awesome,
a .icon-font-awesome:before:before {
  display: inline;
}

/* increased font size for icon-large */
/* line 39, scss/partials/_font.scss */
.icon-font-awesome.icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}

/* line 45, scss/partials/_font.scss */
.icon-font-awesome.icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}

/* line 49, scss/partials/_font.scss */
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}

/* line 55, scss/partials/_font.scss */
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}

/* line 61, scss/partials/_font.scss */
.icon-font-awesome.hide {
  display: none;
}

/* line 65, scss/partials/_font.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 69, scss/partials/_font.scss */
.icon-light {
  color: #ffffff;
}

/* line 73, scss/partials/_font.scss */
.icon-dark {
  color: #333333;
}

/* line 77, scss/partials/_font.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}

/* line 83, scss/partials/_font.scss */
.icon-2x {
  font-size: 2em;
}

/* line 87, scss/partials/_font.scss */
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}

/* line 92, scss/partials/_font.scss */
.icon-3x {
  font-size: 3em;
}

/* line 96, scss/partials/_font.scss */
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}

/* line 101, scss/partials/_font.scss */
.icon-4x {
  font-size: 4em;
}

/* line 105, scss/partials/_font.scss */
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}

/* line 110, scss/partials/_font.scss */
.icon-5x {
  font-size: 5em;
}

/* line 114, scss/partials/_font.scss */
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}

/* line 119, scss/partials/_font.scss */
.pull-right {
  float: right;
}

/* line 123, scss/partials/_font.scss */
.pull-left {
  float: left;
}

/* line 127, scss/partials/_font.scss */
.icon-font-awesome.pull-left {
  margin-right: .3em;
}

/* line 131, scss/partials/_font.scss */
.icon-font-awesome.pull-right {
  margin-left: .3em;
}

/* Animated rotating icon */
/* line 136, scss/partials/_font.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
/* line 195, scss/partials/_font.scss */
.icon-rotate-90:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 200, scss/partials/_font.scss */
.icon-rotate-180:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 205, scss/partials/_font.scss */
.icon-rotate-270:before {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 210, scss/partials/_font.scss */
.icon-flip-horizontal:before {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 214, scss/partials/_font.scss */
.icon-flip-vertical:before {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 220, scss/partials/_font.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 224, scss/partials/_font.scss */
.icon-music:before {
  content: "\f001";
}

/* line 228, scss/partials/_font.scss */
.icon-search:before {
  content: "\f002";
}

/* line 232, scss/partials/_font.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 236, scss/partials/_font.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 240, scss/partials/_font.scss */
.icon-star:before {
  content: "\f005";
}

/* line 244, scss/partials/_font.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 248, scss/partials/_font.scss */
.icon-user:before {
  content: "\f007";
}

/* line 252, scss/partials/_font.scss */
.icon-film:before {
  content: "\f008";
}

/* line 256, scss/partials/_font.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 260, scss/partials/_font.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 264, scss/partials/_font.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 268, scss/partials/_font.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 272, scss/partials/_font.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 276, scss/partials/_font.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 280, scss/partials/_font.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 284, scss/partials/_font.scss */
.icon-off:before {
  content: "\f011";
}

/* line 288, scss/partials/_font.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 292, scss/partials/_font.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 296, scss/partials/_font.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 300, scss/partials/_font.scss */
.icon-home:before {
  content: "\f015";
}

/* line 304, scss/partials/_font.scss */
.icon-file:before {
  content: "\f016";
}

/* line 308, scss/partials/_font.scss */
.icon-time:before {
  content: "\f017";
}

/* line 312, scss/partials/_font.scss */
.icon-road:before {
  content: "\f018";
}

/* line 316, scss/partials/_font.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 320, scss/partials/_font.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 324, scss/partials/_font.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 328, scss/partials/_font.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 332, scss/partials/_font.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 336, scss/partials/_font.scss */
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}

/* F020 doesn't work in Safari. all shifted one down */
/* line 342, scss/partials/_font.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 346, scss/partials/_font.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 350, scss/partials/_font.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 354, scss/partials/_font.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 358, scss/partials/_font.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 362, scss/partials/_font.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 366, scss/partials/_font.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 370, scss/partials/_font.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 374, scss/partials/_font.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 378, scss/partials/_font.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 382, scss/partials/_font.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 386, scss/partials/_font.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 390, scss/partials/_font.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 394, scss/partials/_font.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 398, scss/partials/_font.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 402, scss/partials/_font.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 406, scss/partials/_font.scss */
.icon-font:before {
  content: "\f031";
}

/* line 410, scss/partials/_font.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 414, scss/partials/_font.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 418, scss/partials/_font.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 422, scss/partials/_font.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 426, scss/partials/_font.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 430, scss/partials/_font.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 434, scss/partials/_font.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 438, scss/partials/_font.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 442, scss/partials/_font.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 446, scss/partials/_font.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 450, scss/partials/_font.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 454, scss/partials/_font.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 458, scss/partials/_font.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 462, scss/partials/_font.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 466, scss/partials/_font.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 470, scss/partials/_font.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 474, scss/partials/_font.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 478, scss/partials/_font.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 482, scss/partials/_font.scss */
.icon-share:before {
  content: "\f045";
}

/* line 486, scss/partials/_font.scss */
.icon-check:before {
  content: "\f046";
}

/* line 490, scss/partials/_font.scss */
.icon-move:before {
  content: "\f047";
}

/* line 494, scss/partials/_font.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 498, scss/partials/_font.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 502, scss/partials/_font.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 506, scss/partials/_font.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 510, scss/partials/_font.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 514, scss/partials/_font.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 518, scss/partials/_font.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 522, scss/partials/_font.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 526, scss/partials/_font.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 530, scss/partials/_font.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 534, scss/partials/_font.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 538, scss/partials/_font.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 542, scss/partials/_font.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 546, scss/partials/_font.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 550, scss/partials/_font.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 554, scss/partials/_font.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 558, scss/partials/_font.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 562, scss/partials/_font.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 566, scss/partials/_font.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 570, scss/partials/_font.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 574, scss/partials/_font.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 578, scss/partials/_font.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 582, scss/partials/_font.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 586, scss/partials/_font.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 590, scss/partials/_font.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 594, scss/partials/_font.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 598, scss/partials/_font.scss */
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}

/* line 603, scss/partials/_font.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 607, scss/partials/_font.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 611, scss/partials/_font.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 615, scss/partials/_font.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 619, scss/partials/_font.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 623, scss/partials/_font.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 627, scss/partials/_font.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 631, scss/partials/_font.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 635, scss/partials/_font.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 639, scss/partials/_font.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 643, scss/partials/_font.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 647, scss/partials/_font.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 651, scss/partials/_font.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 655, scss/partials/_font.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 659, scss/partials/_font.scss */
.icon-random:before {
  content: "\f074";
}

/* line 663, scss/partials/_font.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 667, scss/partials/_font.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 671, scss/partials/_font.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 675, scss/partials/_font.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 679, scss/partials/_font.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 683, scss/partials/_font.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 687, scss/partials/_font.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 691, scss/partials/_font.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 695, scss/partials/_font.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 699, scss/partials/_font.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 703, scss/partials/_font.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 707, scss/partials/_font.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 711, scss/partials/_font.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 715, scss/partials/_font.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 719, scss/partials/_font.scss */
.icon-key:before {
  content: "\f084";
}

/* line 723, scss/partials/_font.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 727, scss/partials/_font.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 731, scss/partials/_font.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 735, scss/partials/_font.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 739, scss/partials/_font.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 743, scss/partials/_font.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 747, scss/partials/_font.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 751, scss/partials/_font.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 755, scss/partials/_font.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 759, scss/partials/_font.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 763, scss/partials/_font.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 767, scss/partials/_font.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 771, scss/partials/_font.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 775, scss/partials/_font.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 779, scss/partials/_font.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 783, scss/partials/_font.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 787, scss/partials/_font.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 791, scss/partials/_font.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 795, scss/partials/_font.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 799, scss/partials/_font.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 803, scss/partials/_font.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 807, scss/partials/_font.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 811, scss/partials/_font.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 815, scss/partials/_font.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 819, scss/partials/_font.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 823, scss/partials/_font.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 827, scss/partials/_font.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 831, scss/partials/_font.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 835, scss/partials/_font.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 839, scss/partials/_font.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 843, scss/partials/_font.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 847, scss/partials/_font.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 851, scss/partials/_font.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 855, scss/partials/_font.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 859, scss/partials/_font.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 863, scss/partials/_font.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 867, scss/partials/_font.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 871, scss/partials/_font.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 875, scss/partials/_font.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 879, scss/partials/_font.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 883, scss/partials/_font.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 887, scss/partials/_font.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 891, scss/partials/_font.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 895, scss/partials/_font.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 899, scss/partials/_font.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 903, scss/partials/_font.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 907, scss/partials/_font.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 911, scss/partials/_font.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 915, scss/partials/_font.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 919, scss/partials/_font.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 923, scss/partials/_font.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 927, scss/partials/_font.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 931, scss/partials/_font.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 935, scss/partials/_font.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 939, scss/partials/_font.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 943, scss/partials/_font.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 947, scss/partials/_font.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 951, scss/partials/_font.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 955, scss/partials/_font.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 959, scss/partials/_font.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 963, scss/partials/_font.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 967, scss/partials/_font.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 971, scss/partials/_font.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 975, scss/partials/_font.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 979, scss/partials/_font.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 983, scss/partials/_font.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 987, scss/partials/_font.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 991, scss/partials/_font.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 995, scss/partials/_font.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 999, scss/partials/_font.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 1003, scss/partials/_font.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 1007, scss/partials/_font.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 1011, scss/partials/_font.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 1015, scss/partials/_font.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 1019, scss/partials/_font.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 1023, scss/partials/_font.scss */
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}

/* line 1028, scss/partials/_font.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 1032, scss/partials/_font.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 1036, scss/partials/_font.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1040, scss/partials/_font.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1044, scss/partials/_font.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1048, scss/partials/_font.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1052, scss/partials/_font.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1056, scss/partials/_font.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1060, scss/partials/_font.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1064, scss/partials/_font.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1068, scss/partials/_font.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1072, scss/partials/_font.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1076, scss/partials/_font.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1080, scss/partials/_font.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1084, scss/partials/_font.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1088, scss/partials/_font.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1092, scss/partials/_font.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1096, scss/partials/_font.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1100, scss/partials/_font.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 1104, scss/partials/_font.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1108, scss/partials/_font.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1112, scss/partials/_font.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1116, scss/partials/_font.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1120, scss/partials/_font.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1124, scss/partials/_font.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1128, scss/partials/_font.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1132, scss/partials/_font.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1136, scss/partials/_font.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1140, scss/partials/_font.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1144, scss/partials/_font.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1148, scss/partials/_font.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1152, scss/partials/_font.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1156, scss/partials/_font.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1160, scss/partials/_font.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1164, scss/partials/_font.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1168, scss/partials/_font.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1172, scss/partials/_font.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1176, scss/partials/_font.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1180, scss/partials/_font.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1184, scss/partials/_font.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1188, scss/partials/_font.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1192, scss/partials/_font.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1196, scss/partials/_font.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1200, scss/partials/_font.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1204, scss/partials/_font.scss */
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}

/* line 1209, scss/partials/_font.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1213, scss/partials/_font.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1217, scss/partials/_font.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1221, scss/partials/_font.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1225, scss/partials/_font.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1229, scss/partials/_font.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1233, scss/partials/_font.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1237, scss/partials/_font.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1241, scss/partials/_font.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1245, scss/partials/_font.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1249, scss/partials/_font.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1253, scss/partials/_font.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1257, scss/partials/_font.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1261, scss/partials/_font.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1265, scss/partials/_font.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1269, scss/partials/_font.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1274, scss/partials/_font.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1278, scss/partials/_font.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1282, scss/partials/_font.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1286, scss/partials/_font.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1290, scss/partials/_font.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1294, scss/partials/_font.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1298, scss/partials/_font.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1302, scss/partials/_font.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1306, scss/partials/_font.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1310, scss/partials/_font.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1314, scss/partials/_font.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1318, scss/partials/_font.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1322, scss/partials/_font.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1326, scss/partials/_font.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1330, scss/partials/_font.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1334, scss/partials/_font.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1338, scss/partials/_font.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1342, scss/partials/_font.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1346, scss/partials/_font.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1350, scss/partials/_font.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1354, scss/partials/_font.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1358, scss/partials/_font.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1362, scss/partials/_font.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1366, scss/partials/_font.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1370, scss/partials/_font.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1374, scss/partials/_font.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1378, scss/partials/_font.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1382, scss/partials/_font.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1386, scss/partials/_font.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1390, scss/partials/_font.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1394, scss/partials/_font.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1398, scss/partials/_font.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1402, scss/partials/_font.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1406, scss/partials/_font.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1410, scss/partials/_font.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1414, scss/partials/_font.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1418, scss/partials/_font.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1422, scss/partials/_font.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1426, scss/partials/_font.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1430, scss/partials/_font.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1, scss/partials/_layout.scss */
.wrapper {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
}

/* line 8, scss/partials/_layout.scss */
.main {
  *zoom: 1;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #f7f7f7;
 
}
/* line 27, scss/partials/_utility.scss */
.main:after, .main:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.main:after {
  clear: both;
}

/* line 15, scss/partials/_layout.scss */
.wrap {
  width: 1170px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, scss/partials/_layout.scss */
.main-content {
  min-height: 200px;
  float: left;
  width: 870px;
}

/* line 27, scss/partials/_layout.scss */
.main-rsidebar {
  width: 270px;
  float: right;
}

/* line 33, scss/partials/_layout.scss */
.layout1 .main-content {
  width: 100%;
}

/* line 39, scss/partials/_layout.scss */
.layout3 .main {
  padding: 2% 0;
  border-top: 1px solid #ddd;
}
/* line 43, scss/partials/_layout.scss */
.layout3 .main-content {
  width: 100%;
}

/* line 312, icons/*.png */
.icons-sprite, .ws-ui-message-success .ws-ui-message-icon, .ws-ui-message-error .ws-ui-message-icon, .ws-ui-message-info .ws-ui-message-icon, .ui-dialog-titlebar-close, .icon-social-share-twitter, .icon-nl, .icon-en, .icon-fr, .icon-de, .icon-es, .icon-increase, .icon-decrease, .widget-discount-product-list li .icon-list-item, .widget-discount-product-list li:hover .icon-list-item, .widget-best-selling-products li .icon-list-item, .widget-best-selling-products li:hover .icon-list-item, .widget-rss li .icon-list-item, .widget-rss li:hover .icon-list-item, .product-details .relative-products .prev, .product-details .relative-products .prev:hover, .product-details .relative-products .prev.disabled:hover, .product-details .relative-products .next, .product-details .relative-products .next:hover, .product-details .relative-products .next.disabled:hover, .ad-gallery .zoom-in, .ad-gallery .ad-back, .ad-gallery .ad-back:hover, .ad-gallery .ad-forward, .ad-gallery .ad-forward:hover, .cart-page .cart-list .btn-delete, .slider .slider-topic, .slider .slider-topic .flex-prev, .slider .slider-topic .flex-next, .slider .slider-topic .flex-prev:hover, .slider .slider-topic .flex-next:hover, .products-filter .dropdown .icon-dropdown, .layout-view .view-grid a, .layout-view .view-grid.current a, .layout-view .view-list a, .layout-view .view-list.current a {
  /*background-image: url('images/icons.png?s09f885626b');*/
  background-repeat: no-repeat;
}

/* line 3, scss/partials/_icons.scss */
.ws-ui-message-success .ws-ui-message-icon {
  background-position: 0 -522px;
}

/* line 7, scss/partials/_icons.scss */
.ws-ui-message-error .ws-ui-message-icon {
  background-position: 0 -464px;
}

/* line 11, scss/partials/_icons.scss */
.ws-ui-message-info .ws-ui-message-icon {
  background-position: 0 -493px;
}

/* line 15, scss/partials/_icons.scss */
.ui-dialog-titlebar-close {
  background-position: 0 0;
}

/* line 19, scss/partials/_icons.scss */
.icon-social-share {
  height: 25px;
  width: 26px;
  margin-right: 3px;
  display: inline-block;
}

/* line 26, scss/partials/_icons.scss */
.icon-social-share-twitter {
  background-position: 0 -719px;
}

/* line 30, scss/partials/_icons.scss */
.icon-nl {
  background-position: 0 -241px;
}

/* line 34, scss/partials/_icons.scss */
.icon-en {
  background-position: 0 -193px;
}

/* line 38, scss/partials/_icons.scss */
.icon-fr {
  background-position: 0 -225px;
}

/* line 42, scss/partials/_icons.scss */
.icon-de {
  background-position: 0 -177px;
}

/* line 46, scss/partials/_icons.scss */
.icon-es {
  background-position: 0 -209px;
}

/* line 50, scss/partials/_icons.scss */
.icon-increase, .icon-decrease {
  display: inline-block;
  width: 11px;
  height: 11px;
}

/* line 56, scss/partials/_icons.scss */
.icon-increase {
  background-position: 0 -389px;
}

/* line 60, scss/partials/_icons.scss */
.icon-decrease {
  background-position: 0 -104px;
}

/* line 64, scss/partials/_icons.scss */
.icon-delete {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #333;
  font-size: 24px;
}
/* line 70, scss/partials/_icons.scss */
.icon-delete:hover {
  color: #a9a9a9;
}

/* line 3, scss/partials/_buttons.scss */
.btn {
  text-decoration: none;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #461f51;
  line-height: 22px;
  border: none;
  display: inline-block;
  cursor: pointer;
}
/* line 14, scss/partials/_buttons.scss */
.btn:hover {
  color: #ae7fb5;
}

/* line 21, scss/partials/_buttons.scss */
.layout1 .main-rsidebar .btn {
  padding: 15px 20px;
}

/* line 27, scss/partials/_buttons.scss */
.buttons {
  margin-top: 10px;
}

/* line 31, scss/partials/_buttons.scss */
.buttons-rgt {
  text-align: right;
}

/* line 35, scss/partials/_buttons.scss */
.buttons-cent {
  text-align: center;
}

/* line 39, scss/partials/_buttons.scss */
.btn-back {
  float: left;
}

/* line 1, scss/partials/_form.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 0;
  line-height: normal;
}

/* line 6, scss/partials/_form.scss */
.checkboxlist, .radiobuttonlist {
  position: relative;
  display: inline-block;
}

/* line 11, scss/partials/_form.scss */
.radio, .checkbox {
  min-height: 20px;
  display: inline-block;
  margin-right: 5px;
}

/* line 17, scss/partials/_form.scss */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: -2px;
}

/* line 22, scss/partials/_form.scss */
select, input[type="text"], input[type="password"] {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  height: 32px;
  padding: 0 7px;
  background: #FFF;
  border: 1px solid #ccc;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 35, scss/partials/_form.scss */
input[type="text"], input[type="password"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-overflow: ellipsis;
}

/* line 41, scss/partials/_form.scss */
textarea {
  padding: 5px;
  overflow: auto;
  resize: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'Arial';
  font-size: 14px;
  height: 150px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
}

/* line 56, scss/partials/_form.scss */
.form-item {
  position: relative;
}

/* line 60, scss/partials/_form.scss */
.parsley-error-list {
  border-radius: 5px;
  position: absolute;
  bottom: 113%;
  left: 0;
  border: 1px solid #b94a48;
  padding: 8px 10px;
  box-shadow: 2px 2px 5px #aaa;
  z-index: 998;
  color: #b94a48;
  background-color: #f2dede;
  font-weight: bold;
}
/* line 72, scss/partials/_form.scss */
.parsley-error-list:after, .parsley-error-list:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
}
/* line 79, scss/partials/_form.scss */
.parsley-error-list:after {
  border-width: 4px;
  border-top-color: #f2dede;
  left: 20px;
  top: 100%;
}
/* line 85, scss/partials/_form.scss */
.parsley-error-list:before {
  border-width: 6px;
  border-top-color: #b94a48;
  left: 18px;
  top: 100%;
}

/* line 93, scss/partials/_form.scss */
.form {
  margin-top: 10px;
  width: 100%;
}
/* line 96, scss/partials/_form.scss */
.form th {
  width: 35%;
  padding: 3px 0;
  color: #333;
}
/* line 101, scss/partials/_form.scss */
.form td {
  position: relative;
  padding: 3px 0 3px 10px;
}
/* line 105, scss/partials/_form.scss */
.form .required-label {
  color: red;
  margin-left: 3px;
}
/* line 110, scss/partials/_form.scss */
.form .chosen-container .chosen-single, .form .chosen-container .chosen-drop {
  color: #777;
  padding: 5px 8px;
  outline: none;
  background-color: #fff;
}
/* line 118, scss/partials/_form.scss */
.form .chosen-container .chosen-single div b {
  background-position: 0 6px;
}
/* line 124, scss/partials/_form.scss */
.form .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}
/* line 127, scss/partials/_form.scss */
.form .parsley-error-list {
  bottom: 100%;
  left: auto;
  right: 0;
}
/* line 132, scss/partials/_form.scss */
.form textarea + .parsley-error-list {
  bottom: 102%;
}

/* line 137, scss/partials/_form.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
/* line 143, scss/partials/_form.scss */
.ui-spinner .ui-spinner-input {
  background: #fff;
  margin: .2em 16px .2em 0;
  vertical-align: middle;
  border: 1px solid #A3A3A3;
  width: 50px;
}
/* line 150, scss/partials/_form.scss */
.ui-spinner .ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
  right: 0;
  color: #000;
}
/* line 164, scss/partials/_form.scss */
.ui-spinner .ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
/* line 170, scss/partials/_form.scss */
.ui-spinner .ui-spinner-up {
  top: 0;
}
/* line 173, scss/partials/_form.scss */
.ui-spinner .ui-spinner-down {
  bottom: 0;
}

/* line 178, scss/partials/_form.scss */
.alert {
  padding: 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

/* line 186, scss/partials/_form.scss */
.alert-error {
  color: #826200;
  background-color: #FFEAA8;
  border: 2px solid #FFC237;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, scss/partials/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 19, scss/partials/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 26, scss/partials/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 36, scss/partials/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 40, scss/partials/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 46, scss/partials/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 50, scss/partials/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 54, scss/partials/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 58, scss/partials/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 66, scss/partials/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 72, scss/partials/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 77, scss/partials/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png");
}

/* line 81, scss/partials/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 93, scss/partials/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 99, scss/partials/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 109, scss/partials/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, scss/partials/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, scss/partials/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, scss/partials/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, scss/partials/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, scss/partials/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, scss/partials/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, scss/partials/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, scss/partials/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, scss/partials/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, scss/partials/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, scss/partials/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png");
}

/* line 190, scss/partials/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, scss/partials/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, scss/partials/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, scss/partials/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, scss/partials/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, scss/partials/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 241, scss/partials/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 247, scss/partials/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 251, scss/partials/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 263, scss/partials/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 268, scss/partials/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 1, scss/partials/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 8, scss/partials/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

/* line 16, scss/partials/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
  

}

/* line 21, scss/partials/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
}

/* line 27, scss/partials/_flexslider.scss */
.flexslider .slides img {
  display: block;
}

/* line 31, scss/partials/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 35, scss/partials/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 44, scss/partials/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 48, scss/partials/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* line 52, scss/partials/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* line 56, scss/partials/_flexslider.scss */
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

/* line 62, scss/partials/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 69, scss/partials/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 73, scss/partials/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 77, scss/partials/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* line 81, scss/partials/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 85, scss/partials/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* line 91, scss/partials/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 97, scss/partials/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 103, scss/partials/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 110, scss/partials/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 114, scss/partials/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 120, scss/partials/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 124, scss/partials/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* Control Nav */
/* line 131, scss/partials/_flexslider.scss */
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  right: 45px;
  text-align: center;
}

/* line 138, scss/partials/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 4px;
  width: 40px;
  background-color: #000;
  margin-right: 10px;
}

/* line 149, scss/partials/_flexslider.scss */
.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  height: 4px;
  width: 40px;
  background-color: #000;
}

/* line 158, scss/partials/_flexslider.scss */
.flex-control-paging li a:hover {
  background-color: #4cb1ca;
}

/* line 162, scss/partials/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background-color: #4cb1ca;
  cursor: default;
}

/* line 167, scss/partials/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 173, scss/partials/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 179, scss/partials/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 186, scss/partials/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 190, scss/partials/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* @group Base */
/* line 9, scss/partials/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  max-width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 16, scss/partials/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 28, scss/partials/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
/* line 31, scss/partials/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 40, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0 5px 4px;
  height: 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  white-space: nowrap;
  line-height: 20px;
}
/* line 51, scss/partials/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}
/* line 54, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 61, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 64, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite.png?1419988197') -42px 1px no-repeat;
  font-size: 1px;
}
/* line 73, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 77, scss/partials/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 80, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 87, scss/partials/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite.png?1419988197') no-repeat 0px 6px;
}
/* line 94, scss/partials/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 100, scss/partials/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px;
  background: url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png?1419988197') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 116, scss/partials/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 120, scss/partials/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 129, scss/partials/_chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 136, scss/partials/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
/* line 143, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 147, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 152, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMzODc1ZDciLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzJhNjJiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
/* line 157, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
/* line 161, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 166, scss/partials/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 169, scss/partials/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 180, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
/* line 194, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 197, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 201, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 215, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
/* line 219, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 232, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite.png?1419988197') -42px 1px no-repeat;
  font-size: 1px;
}
/* line 241, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 246, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
/* line 253, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 255, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 260, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 264, scss/partials/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 275, scss/partials/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 280, scss/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
/* line 287, scss/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 290, scss/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}
/* line 295, scss/partials/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 298, scss/partials/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 307, scss/partials/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 310, scss/partials/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 313, scss/partials/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 321, scss/partials/_chosen.scss */
.chosen-rtl {
  text-align: right;
}
/* line 323, scss/partials/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 327, scss/partials/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 332, scss/partials/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 335, scss/partials/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 339, scss/partials/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 343, scss/partials/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 345, scss/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 348, scss/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 351, scss/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 357, scss/partials/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
/* line 361, scss/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 365, scss/partials/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 369, scss/partials/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 372, scss/partials/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px;
  background: url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('images/chosen-sprite.png?1419988197') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
/* line 379, scss/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 383, scss/partials/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 394, scss/partials/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('images/chosen-sprite@2x.png?1419988197') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 2, scss/partials/_widgets.scss */
.widget .widget-title {
  background: #461f51;
  border-bottom: 3px solid #8a6296;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 22px;
  padding: 17px 0px 20px 19px;
  margin: 0 0 28px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}
/* line 9, scss/partials/_widgets.scss */
.widget .menu-trigger4 {
  display: none;
}

/* line 15, scss/partials/_widgets.scss */
.main-rsidebar .widget-content {
  background: #fff;
  word-wrap: break-word;
  padding: 10px;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
/* line 25, scss/partials/_widgets.scss */
.main-rsidebar .widget .widget-title {
  margin-bottom: 10px;
}

/* line 32, scss/partials/_widgets.scss */
.widget-payment-logos .widget-content, .widget-delivery-logos .widget-content {
  text-align: center;
}

/* line 37, scss/partials/_widgets.scss */
.widget-discount-product-list {
  padding: 0;
}
/* line 39, scss/partials/_widgets.scss */
.widget-discount-product-list li {
  border-top: 1px solid #ccc;
  padding: 4px 0 10px;
}
/* line 4, scss/partials/_utility.scss */
.widget-discount-product-list li:first-child {
  border-top: none;
}
/* line 7, scss/partials/_utility.scss */
.widget-discount-product-list li .icon-list-item {
  height: 8px;
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -440px;
  margin-right: 5px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.widget-discount-product-list li .icon-list-item:active, .widget-discount-product-list li .icon-list-item.list-li-active {
  background-position: 0 -432px;
}
/* line 15, scss/partials/_utility.scss */
.widget-discount-product-list li:hover .icon-list-item {
  background-position: 0 -432px;
}
/* line 18, scss/partials/_utility.scss */
.widget-discount-product-list li a {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}

/* line 44, scss/partials/_widgets.scss */
.widget-category-list {
  font-family: 'Open Sans', sans-serif;
}
/* line 48, scss/partials/_widgets.scss */
.widget-category-list .widget-content {
  padding: 0;
  word-wrap: normal;
}
/* line 53, scss/partials/_widgets.scss */
.widget-category-list > ul > li {
  position: relative;
  float: left;
  line-height: 20px;
  border-right: 1px solid #d4d3d3;
}
/* line 57, scss/partials/_widgets.scss */
.widget-category-list > ul > li a {
    display: inline-block;
    padding: 18px 28px 19px 28px;
    color: #fff;
    background: #461f51;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    line-height: 24px;
    float: left;
}
/* line 64, scss/partials/_widgets.scss */
.widget-category-list > ul > li a:hover {
   color: #8a6296;
  background: #461f51;
}
/* line 70, scss/partials/_widgets.scss */
.widget-category-list > ul > li:hover > .submenu {
  display: block;
}
/* line 74, scss/partials/_widgets.scss */
.widget-category-list > ul > li .icon-font-awesome {
  display: none;
}
/* line 79, scss/partials/_widgets.scss */
.widget-category-list .submenu {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 9999;
  background: #fff;
  margin: 0;
  padding: 30px;
  width: 320px;
  box-shadow: #a3a2a2 0px 2px 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 90, scss/partials/_widgets.scss */
.widget-category-list .submenu li {
  width: auto;
  text-align: left;
  position: relative;
  z-index: 10;
  clear: left;
  min-height: 13px;
}
/* line 98, scss/partials/_widgets.scss */
.widget-category-list .submenu li a {
 display: inline-block;
  white-space: nowrap;
  padding: 0px 10px 1px 20px;
  width: 200px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  background: url(https://sew.blob.core.windows.net/upload/4026/templates/fashion/assets/images/marker_top_menu.gif) no-repeat 0 10px;
  color: #323232;
  float: none;
}
/* line 110, scss/partials/_widgets.scss */
.widget-category-list .submenu li:hover a {
color: #8c5e56;
  background: url(https://sew.blob.core.windows.net/upload/4026/templates/fashion/assets/images/marker_top_menu.gif) no-repeat 0 10px;

}
/* line 115, scss/partials/_widgets.scss */
.widget-category-list .submenu li:hover .submenu {
  display: block;
  left: 100%;
  top: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-left: 0 none;
  background: #fff;
}
/* line 125, scss/partials/_widgets.scss */
.widget-category-list .submenu li:hover .submenu li:first-child {
  border-top: 0 none;
}
/* line 128, scss/partials/_widgets.scss */
.widget-category-list .submenu li:hover .submenu a {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 131, scss/partials/_widgets.scss */
.widget-category-list .submenu li:hover .submenu a:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}

/* line 143, scss/partials/_widgets.scss */
.widget-best-selling-products .widget-content {
  text-align: right;
}
/* line 146, scss/partials/_widgets.scss */
.widget-best-selling-products .image {
  float: left;
  width: 80px;
  margin-right: 12px;
  display: block;
}
/* line 152, scss/partials/_widgets.scss */
.widget-best-selling-products .name {
  font-size: 14px;
  color: #461f51;
  font-weight: 400;
  text-transform: none;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 #2f73e4;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}
/* line 164, scss/partials/_widgets.scss */
.widget-best-selling-products .name:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 169, scss/partials/_widgets.scss */
.widget-best-selling-products li {
  border-top: 1px solid #ccc;
  padding: 4px 0 10px;
  text-align: left;
  *zoom: 1;
}
/* line 4, scss/partials/_utility.scss */
.widget-best-selling-products li:first-child {
  border-top: none;
}
/* line 7, scss/partials/_utility.scss */
.widget-best-selling-products li .icon-list-item {
  height: 8px;
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -440px;
  margin-right: 5px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.widget-best-selling-products li .icon-list-item:active, .widget-best-selling-products li .icon-list-item.list-li-active {
  background-position: 0 -432px;
}
/* line 15, scss/partials/_utility.scss */
.widget-best-selling-products li:hover .icon-list-item {
  background-position: 0 -432px;
}
/* line 18, scss/partials/_utility.scss */
.widget-best-selling-products li a {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
/* line 27, scss/partials/_utility.scss */
.widget-best-selling-products li:after, .widget-best-selling-products li:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.widget-best-selling-products li:after {
  clear: both;
}
/* line 173, scss/partials/_widgets.scss */
.widget-best-selling-products li div {
  width: 157px;
  float: left;
  font-size: 12px;
}
/* line 177, scss/partials/_widgets.scss */
.widget-best-selling-products li div p {
  padding-top: 7px;
  margin-bottom: 6px;
}

/* line 186, scss/partials/_widgets.scss */
.widget-newsletter .form-item {
  margin: 8px 0;
}

/* line 192, scss/partials/_widgets.scss */
.widget-order-track .widget-content {
  position: relative;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.widget-order-track .widget-content:after, .widget-order-track .widget-content:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.widget-order-track .widget-content:after {
  clear: both;
}

/* line 199, scss/partials/_widgets.scss */
.widget-product-search .widget-content {
  position: relative;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.widget-product-search .widget-content:after, .widget-product-search .widget-content:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.widget-product-search .widget-content:after {
  clear: both;
}
/* line 203, scss/partials/_widgets.scss */
.widget-product-search .ui-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #c4cde0;
  z-index: 9999 !important;
}
/* line 208, scss/partials/_widgets.scss */
.widget-product-search .ui-autocomplete a {
  padding: 4px 6px;
  display: block;
  cursor: pointer;
}
/* line 212, scss/partials/_widgets.scss */
.widget-product-search .ui-autocomplete a:hover {
  background-color: #EEE;
  color: #202B60;
}
/* line 216, scss/partials/_widgets.scss */
.widget-product-search .ui-autocomplete a strong {
  color: #ED1C24;
  font-weight: bold;
}

/* line 225, scss/partials/_widgets.scss */
.widget-brand-list select, .widget-brand-list .chosen-container, .widget-product-number-search select, .widget-product-number-search .chosen-container {
  width: 100% !important;
}

/* line 231, scss/partials/_widgets.scss */
.widget-discount-products .image-wrapper {
  float: left;
  width: 80px;
  margin-right: 12px;
}
/* line 236, scss/partials/_widgets.scss */
.widget-discount-products .content-wrapper {
  width: 157px;
  float: left;
  font-size: 12px;
}
/* line 241, scss/partials/_widgets.scss */
.widget-discount-products .widget-content {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.widget-discount-products .widget-content:after, .widget-discount-products .widget-content:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.widget-discount-products .widget-content:after {
  clear: both;
}
/* line 244, scss/partials/_widgets.scss */
.widget-discount-products .name {
  font-size: 14px;
  color: #461f51;
  font-weight: 400;
  text-transform: none;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 #461f51;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}
/* line 257, scss/partials/_widgets.scss */
.widget-discount-products .name:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 262, scss/partials/_widgets.scss */
.widget-discount-products .description {
  text-align: left;
}
/* line 264, scss/partials/_widgets.scss */
.widget-discount-products .description a {
  font-style: italic;
  font-weight: bold;
}
/* line 269, scss/partials/_widgets.scss */
.widget-discount-products .link {
  display: block;
  text-align: center;
}
/* line 273, scss/partials/_widgets.scss */
.widget-discount-products .image {
  max-height: 200px;
}
/* line 276, scss/partials/_widgets.scss */
.widget-discount-products .price {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
/* line 282, scss/partials/_widgets.scss */
.widget-discount-products .buttons {
  clear: both;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}

/* line 289, scss/partials/_widgets.scss */
.widget-taglink, .widget-sitemap {
  border-bottom: none;
}
/* line 291, scss/partials/_widgets.scss */
.widget-taglink a, .widget-taglink a:link, .widget-taglink a:visited, .widget-sitemap a, .widget-sitemap a:link, .widget-sitemap a:visited {
  color: #461f51;
}

/* line 297, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_popup_text img {
  border: none;
  vertical-align: bottom;
}
/* line 301, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_popup {
  display: none;
  position: absolute;
  z-index: 100;
}
/* line 306, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_popup ul {
  float: left;
  width: 320px;
  border: 1px solid #aaa;
}
/* line 311, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_list {
  display: inline-block;
}
/* line 314, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_list li {
  float: left;
  width: 23%;
  margin: 0px 1px;
  padding: 1px;
  background-color: #eee;
  border: 1px outset;
}
/* line 322, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_compact li {
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 2px;
  background-color: transparent;
  border: none;
}
/* line 330, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_list a {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
/* line 335, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_list span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
/* line 340, scss/partials/_widgets.scss */
.widget-bookmark .bookmark_list span.bookmark_icons {
  background: url(images/bookmarks.gif) no-repeat center;
}

/* line 345, scss/partials/_widgets.scss */
.widget-rss {
  padding: 0;
}
/* line 347, scss/partials/_widgets.scss */
.widget-rss li {
  border-top: 1px solid #ccc;
  padding: 4px 0 10px;
}
/* line 4, scss/partials/_utility.scss */
.widget-rss li:first-child {
  border-top: none;
}
/* line 7, scss/partials/_utility.scss */
.widget-rss li .icon-list-item {
  height: 8px;
  width: 5px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -440px;
  margin-right: 5px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.widget-rss li .icon-list-item:active, .widget-rss li .icon-list-item.list-li-active {
  background-position: 0 -432px;
}
/* line 15, scss/partials/_utility.scss */
.widget-rss li:hover .icon-list-item {
  background-position: 0 -432px;
}
/* line 18, scss/partials/_utility.scss */
.widget-rss li a {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}

/* line 353, scss/partials/_widgets.scss */
.widget-follow-us ul {
  margin-left: -5px;
  overflow: hidden;
}
/* line 357, scss/partials/_widgets.scss */
.widget-follow-us li {
  display: inline-block;
  margin-left: 5px;
}
/* line 361, scss/partials/_widgets.scss */
.widget-follow-us a {
  display: block;
}
/* line 364, scss/partials/_widgets.scss */
.widget-follow-us img {
  max-height: 42px;
}

/* line 369, scss/partials/_widgets.scss */
.widget-contact-info {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.widget-contact-info:after, .widget-contact-info:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.widget-contact-info:after {
  clear: both;
}
/* line 371, scss/partials/_widgets.scss */
.widget-contact-info .widget-content {
  float: left;
  margin-right: 10px;
  width: 200px;
}
/* line 376, scss/partials/_widgets.scss */
.widget-contact-info p {
  padding: 3px 0;
}
/* line 379, scss/partials/_widgets.scss */
.widget-contact-info a:hover {
  text-decoration: underline;
}
/* line 382, scss/partials/_widgets.scss */
.widget-contact-info .map-container {
  margin-bottom: 35px;
  height: 250px;
  overflow: hidden;
}
/* line 387, scss/partials/_widgets.scss */
.widget-contact-info .map {
  width: 100%;
  height: 100%;
}

/* line 394, scss/partials/_widgets.scss */
.widget-twitter-list ul {
  overflow: hidden;
}
/* line 396, scss/partials/_widgets.scss */
.widget-twitter-list ul li {
  padding: 10px 5px;
  overflow: hidden;
  border-top: dashed 1px #bfbfbf;
}
/* line 401, scss/partials/_widgets.scss */
.widget-twitter-list ul li:first-child {
  border-top: none;
}
/* line 404, scss/partials/_widgets.scss */
.widget-twitter-list ul li .time {
  float: right;
}
/* line 407, scss/partials/_widgets.scss */
.widget-twitter-list ul li span {
  display: block;
  margin-bottom: 5px;
}
/* line 411, scss/partials/_widgets.scss */
.widget-twitter-list ul a:hover {
  text-decoration: underline;
}

/* line 418, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content {
  overflow: hidden;
  padding: 0 0 10px;
  color: #7a7a7a;
}
/* line 422, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content img {
  max-height: 210px;
}
/* line 425, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .name {
  font-size: 14px;
  color: #461f51;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 #461f51;
  margin: 10px 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}
/* line 437, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .name:hover {
  color: #461f51;
}
/* line 441, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .image {
  text-align: center;
}
/* line 444, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .image, .widget-newest-product-list .widget-content .info {
  display: block;
  width: 210px;
  margin: 0 auto;
}
/* line 449, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .info {
  width: 200px;
}
/* line 452, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .price {
  color: #fff;
  background: #8a6296;
  border-top: 3px solid #8a6296;
  display: block;
  float: left;
  width: 60%;
  text-align: center;
  padding: 16px 0;
  height: 22px;
  line-height: 8px;
  font-family: 'Open Sans', sans-serif;
}
/* line 463, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .price .deleted-price, .widget-newest-product-list .widget-content .price .real-price {
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
}
/* line 468, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .price .deleted-price {
  font-size: 16px;
}
/* line 472, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content .stock {
  display: block;
  line-height: 1;
  max-height: 36px;
  font-size: 12px;
  overflow: hidden;
}
/* line 479, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content ul {
  margin-left: -30px;
}
/* line 481, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content ul li {
  text-align: left;
  margin-bottom: 29px;
  margin-top: 1px;
  float: left;
  position: relative;
  padding-top: 30px;
  margin-left: 30px;
  background: #fff;
  border: 2px solid #8a6296;
  overflow: hidden;
  width: 270px;
  height: 380px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 495, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content ul li .buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 500, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content ul li .buttons .btn {
  width: 40%;
  text-align: center;
  background: white url(images/add_btn.png) no-repeat 0 0;
  height: 54px;
  vertical-align: middle;
  display: table-cell;
}
/* line 507, scss/partials/_widgets.scss */
.widget-newest-product-list .widget-content ul li .buttons .btn:hover {
  background-color: #461f51;
  color: #ffffff;
}

/* line 519, scss/partials/_widgets.scss */
.widget-comment li {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: dashed 1px #bfbfbf;
  overflow: hidden;
}
/* line 525, scss/partials/_widgets.scss */
.widget-comment .comment-content {
  text-align: left;
  margin-bottom: 10px;
}
/* line 529, scss/partials/_widgets.scss */
.widget-comment .comment-user-info {
  float: right;
}
/* line 532, scss/partials/_widgets.scss */
.widget-comment a {
  text-decoration: underline;
}

/* line 538, scss/partials/_widgets.scss */
.widget-contact-form .form {
  max-width: none;
}
/* line 540, scss/partials/_widgets.scss */
.widget-contact-form .form input[type="text"],
.widget-contact-form .form input[type="password"],
.widget-contact-form .form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* line 549, scss/partials/_widgets.scss */
.widget-cart {
  position: relative;
}
/* line 551, scss/partials/_widgets.scss */
.widget-cart .dropdown-toggle {
  padding: 15px 0px 17px 68px;
  background: url(images/cart.png) no-repeat 0 50%;
  color: #8b8989;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
/* line 560, scss/partials/_widgets.scss */
.widget-cart .dropdown-toggle .title {
  color: #461f51;
}
/* line 564, scss/partials/_widgets.scss */
.widget-cart .dropdown-toggle:hover .empty, .widget-cart .dropdown-toggle:hover .amount {
  color: #f39c12;
}
/* line 568, scss/partials/_widgets.scss */
.widget-cart .dropdown-toggle .icon-font-awesome {
  color: #adadad;
  font-size: 21px;
  float: right;
  margin-left: 5px;
}
/* line 575, scss/partials/_widgets.scss */
.widget-cart .dropdown-content {
  padding: 10px;
  width: 300px;
  top: 100%;
  background-color: #fff !important;
  right: -1px;
  display: none;
  text-transform: none;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
}
/* line 587, scss/partials/_widgets.scss */
.widget-cart .dropdown-content .name a {
  color: #461f51;
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 #461f51;
}
/* line 592, scss/partials/_widgets.scss */
.widget-cart .dropdown-content .name a:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 599, scss/partials/_widgets.scss */
.widget-cart .cart-list-container .cart-list {
  *width: expression(this.parentNode.offsetHeight >= this.parentNode.scrollHeight ? '100%' : parseInt(this.parentNode.offsetWidth - 18) + 'px');
}
/* line 602, scss/partials/_widgets.scss */
.widget-cart table {
  width: 100%;
  table-layout: fixed;
}
/* line 607, scss/partials/_widgets.scss */
.widget-cart .cart-list td {
  padding: 7px 4px 7px 0;
  border-bottom: 1px dotted #ccc;
}
/* line 611, scss/partials/_widgets.scss */
.widget-cart .cart-list .image {
  width: 70px;
  padding-left: 2px;
}
/* line 614, scss/partials/_widgets.scss */
.widget-cart .cart-list .image img {
  max-height: 70px;
  max-width: 70px;
}
/* line 619, scss/partials/_widgets.scss */
.widget-cart .cart-list .name {
  color: #343336;
  font-weight: 700;
}
/* line 622, scss/partials/_widgets.scss */
.widget-cart .cart-list .name .quantity {
  margin-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 627, scss/partials/_widgets.scss */
.widget-cart .cart-list .price {
  display: block;
  color: #fd4d37;
  padding: 15px 0 5px 0;
  font-size: 17px;
  font-weight: 600;
}
/* line 634, scss/partials/_widgets.scss */
.widget-cart .cart-list .remove {
  width: 10%;
}
/* line 639, scss/partials/_widgets.scss */
.widget-cart .summary tr {
  border-bottom: 1px dotted #ccc;
}
/* line 642, scss/partials/_widgets.scss */
.widget-cart .summary td {
  padding: 5px 4px 5px 0;
  text-align: right;
}
/* line 646, scss/partials/_widgets.scss */
.widget-cart .summary th {
  padding: 5px 0 5px 4px;
  width: 52%;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 651, scss/partials/_widgets.scss */
.widget-cart .summary td {
  font-weight: 600;
  color: #fd4d37;
  font-size: 22px;
}
/* line 657, scss/partials/_widgets.scss */
.widget-cart .btn-clear-cart {
  margin-right: 10px;
}
/* line 660, scss/partials/_widgets.scss */
.widget-cart .buttons {
  padding: 8px 4px;
  margin-top: 0;
}

/* line 668, scss/partials/_widgets.scss */
.widget-feedbackcompany .widget-content .score, .widget-feedbackkiyoh .widget-content .score {
  vertical-align: top;
}
/* line 670, scss/partials/_widgets.scss */
.widget-feedbackcompany .widget-content .score span, .widget-feedbackkiyoh .widget-content .score span {
  font-size: 16px;
  font-weight: 700;
  width: 43px;
  height: 44px;
  color: #fff;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background: url(images/icons/score-bg.png) no-repeat center;
  margin-right: 3px;
}
/* line 683, scss/partials/_widgets.scss */
.widget-feedbackcompany .widget-content .total-reviews, .widget-feedbackkiyoh .widget-content .total-reviews {
  float: right;
}
/* line 685, scss/partials/_widgets.scss */
.widget-feedbackcompany .widget-content .total-reviews strong, .widget-feedbackkiyoh .widget-content .total-reviews strong {
  font-weight: bold;
  margin-right: 3px;
}
/* line 691, scss/partials/_widgets.scss */
.widget-feedbackcompany iframe, .widget-feedbackkiyoh iframe {
  max-width: 100%;
}
/* line 694, scss/partials/_widgets.scss */
.widget-feedbackcompany .rateit, .widget-feedbackkiyoh .rateit {
  margin: 5px 0;
}
/* line 697, scss/partials/_widgets.scss */
.widget-feedbackcompany #feedbackkiyoh-review-list, .widget-feedbackkiyoh #feedbackkiyoh-review-list {
  padding: 2px 0 0 2px;
}
/* line 699, scss/partials/_widgets.scss */
.widget-feedbackcompany #feedbackkiyoh-review-list dt, .widget-feedbackkiyoh #feedbackkiyoh-review-list dt {
  margin-top: 5px;
}
/* line 702, scss/partials/_widgets.scss */
.widget-feedbackcompany #feedbackkiyoh-review-list dd, .widget-feedbackkiyoh #feedbackkiyoh-review-list dd {
  text-align: right;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #c0c0c0;
}
/* line 707, scss/partials/_widgets.scss */
.widget-feedbackcompany #feedbackkiyoh-review-list dd .customer-date, .widget-feedbackkiyoh #feedbackkiyoh-review-list dd .customer-date {
  font-style: italic;
  font-size: 11px;
}
/* line 713, scss/partials/_widgets.scss */
.widget-feedbackcompany .company-info, .widget-feedbackkiyoh .company-info {
  margin: 5px 0;
  text-align: right;
}
/* line 716, scss/partials/_widgets.scss */
.widget-feedbackcompany .company-info a, .widget-feedbackkiyoh .company-info a {
  text-decoration: underline;
  font-size: 12px;
}

/* line 4, scss/partials/_productlist.scss */
.product-list ul {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.product-list ul:after, .product-list ul:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.product-list ul:after {
  clear: both;
}
/* line 7, scss/partials/_productlist.scss */
.product-list li {
  float: left;
  min-height: 150px;
  position: relative;
  padding: 15px;
  margin: 30px 0 0px 0;
  border-bottom: 1px solid #a8a8a8;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
/* line 18, scss/partials/_productlist.scss */
.product-list li .image {
  float: left;
  height: 150px;
  width: 150px;
}
/* line 22, scss/partials/_productlist.scss */
.product-list li .image img {
  max-height: 100%;
}
/* line 26, scss/partials/_productlist.scss */
.product-list li .center-block {
  margin: 0 20px 0 10px;
  padding-left: 10px;
  width: 480px;
  float: left;
}
/* line 31, scss/partials/_productlist.scss */
.product-list li .center-block .description {
  margin-bottom: 10px;
  font-size: 12px;
  word-break: break-word;
}
/* line 35, scss/partials/_productlist.scss */
.product-list li .center-block .description a {
  font-style: italic;
  font-weight: bold;
}
/* line 42, scss/partials/_productlist.scss */
.product-list li .name a {
  font-size: 14px;
  color: #461f51;
  font-weight: 400;
  text-transform: none;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 #461f51;
}
/* line 50, scss/partials/_productlist.scss */
.product-list li .name a:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 56, scss/partials/_productlist.scss */
.product-list li .right-block {
  width: 150px;
  float: left;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  min-height: 150px;
}
/* line 62, scss/partials/_productlist.scss */
.product-list li .right-block .price {
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
/* line 69, scss/partials/_productlist.scss */
.product-list li .right-block .price .deleted-price {
  display: inline-block;
  font-size: 16px;
}
/* line 73, scss/partials/_productlist.scss */
.product-list li .right-block .price .real-price {
  display: inline-block;
  font-size: 22px;
}
/* line 78, scss/partials/_productlist.scss */
.product-list li .right-block .buttons {
  text-align: left;
}
/* line 80, scss/partials/_productlist.scss */
.product-list li .right-block .buttons .btn {
  margin-bottom: 20px;
}
/* line 86, scss/partials/_productlist.scss */
.product-list .grid {
  margin-left: -30px;
}
/* line 88, scss/partials/_productlist.scss */
.product-list .grid li {
  height: 405px;
  padding: 29px 30px 22px;
  background: #fff;
  border-radius: 5px;
  width: 270px;
  margin-left: 30px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 97, scss/partials/_productlist.scss */
.product-list .grid li .image {
  display: block;
  height: 180px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 103, scss/partials/_productlist.scss */
.product-list .grid li .center-block, .product-list .grid li .right-block {
  float: none;
  width: auto;
  border: none;
  padding-right: 0;
  position: relative;
}
/* line 110, scss/partials/_productlist.scss */
.product-list .grid li .center-block {
  min-height: 0;
  margin: 0;
}
/* line 113, scss/partials/_productlist.scss */
.product-list .grid li .center-block .description {
  display: none;
}
/* line 117, scss/partials/_productlist.scss */
.product-list .grid li .stock {
  line-height: 1;
}
/* line 120, scss/partials/_productlist.scss */
.product-list .grid li .name {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
}
/* line 126, scss/partials/_productlist.scss */
.product-list .grid li .right-block {
  min-height: 180px;
}
/* line 128, scss/partials/_productlist.scss */
.product-list .grid li .right-block .buttons {
  position: absolute;
  left: 10px;
  bottom: 15px;
}
/* line 132, scss/partials/_productlist.scss */
.product-list .grid li .right-block .buttons .btn {
  margin-bottom: 0;
  margin-right: 5px;
}
/* line 139, scss/partials/_productlist.scss */
.product-list .grid .image {
  float: none;
  width: 100%;
}

/* line 1, scss/partials/_productdetail.scss */
.product-details {
  min-height: 300px;
  padding-bottom: 10px;
}
/* line 2, scss/partials/_productdetail.scss */
.product-details .product-name-top {
  display: none;
}
/* line 7, scss/partials/_productdetail.scss */
.product-details .product-info {
  padding: 20px 0;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.product-details .product-info:after, .product-details .product-info:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.product-details .product-info:after {
  clear: both;
}
/* line 10, scss/partials/_productdetail.scss */
.product-details .product-info .left {
  width: 370px;
  float: left;
  margin-right: 30px;
}
/* line 16, scss/partials/_productdetail.scss */
.product-details .product-images {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
/* line 22, scss/partials/_productdetail.scss */
.product-details .product-images img {
  max-height: 100%;
  cursor: pointer;
}
/* line 27, scss/partials/_productdetail.scss */
.product-details .product-basic-info {
  width: 470px;
  float: left;
}
/* line 30, scss/partials/_productdetail.scss */
.product-details .product-basic-info .product-name {
  color: #333333;
  font-size: 23px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 28px;
  font-family: "Open Sans", sans-serif;
}
/* line 38, scss/partials/_productdetail.scss */
.product-details .product-basic-info .product-number, .product-details .product-basic-info .ean-number, .product-details .product-basic-info .mail-to-friend,
.product-details .product-basic-info .stock, .product-details .product-basic-info .addthis-toolbox {
  margin-bottom: 5px;
  display: block;
}
/* line 43, scss/partials/_productdetail.scss */
.product-details .product-basic-info .price {
  color: #555;
}
/* line 45, scss/partials/_productdetail.scss */
.product-details .product-basic-info .price .real-price {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
}
/* line 52, scss/partials/_productdetail.scss */
.product-details .product-basic-info .price-row {
  border-top: 1px dotted #dadad9;
  border-bottom: 1px dotted #dadad9;
  display: block;
  padding: 20px 0;
}
/* line 58, scss/partials/_productdetail.scss */
.product-details .product-basic-info .stock {
  margin: 10px 0;
  font-size: 12px;
}
/* line 62, scss/partials/_productdetail.scss */
.product-details .product-basic-info .discount-percentage {
  font-size: 18px;
  font-weight: 700;
  color: #32B919;
  margin-right: 10px;
}
/* line 68, scss/partials/_productdetail.scss */
.product-details .product-basic-info .measuring-price {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 500;
}
/* line 73, scss/partials/_productdetail.scss */
.product-details .product-basic-info .measuring-price span:first-child {
  padding-right: 3px;
}
/* line 78, scss/partials/_productdetail.scss */
.product-details .product-basic-info .addthis-toolbox {
  overflow: hidden;
}
/* line 81, scss/partials/_productdetail.scss */
.product-details .product-basic-info .row-1 {
  border-top: 1px solid #dadad9;
  border-bottom: 1px solid #dadad9;
  padding: 20px 0;
  text-align: left;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 90, scss/partials/_productdetail.scss */
.product-details .share-links {
  margin: 10px 0 0;
  clear: both;
  border-top: 1px solid #DADAD9;
  padding-top: 18px;
}
/* line 95, scss/partials/_productdetail.scss */
.product-details .share-links li {
  float: left;
  margin: 0 30px 16px 0;
  line-height: 1;
}
/* line 99, scss/partials/_productdetail.scss */
.product-details .share-links li a {
  color: #333;
  font-size: 14px;
}
/* line 103, scss/partials/_productdetail.scss */
.product-details .share-links li .icon-font-awesome {
  font-size: 25px;
  margin-right: 5px;
  vertical-align: -4px;
}
/* line 109, scss/partials/_productdetail.scss */
.product-details .share-links li:hover a {
  color: #a9a9a9;
}
/* line 115, scss/partials/_productdetail.scss */
.product-details .single + .product-basic-info {
  min-height: 240px;
}
/* line 119, scss/partials/_productdetail.scss */
.product-details .product-attributes dt {
  font-weight: 700;
  padding: 5px 0;
}
/* line 124, scss/partials/_productdetail.scss */
.product-details .tabs {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 127, scss/partials/_productdetail.scss */
.product-details .tabs li {
  float: left;
  padding-right: 2px;
}
/* line 131, scss/partials/_productdetail.scss */
.product-details .tabs .ui-tabs-anchor {
  display: block;
  font-size: 20px;
  padding: 6px 12px;
  color: #fff;
  background: #461f51;
  text-transform: capitalize;
}
/* line 139, scss/partials/_productdetail.scss */
.product-details .tabs .ui-tabs-active .ui-tabs-anchor {
  background: #000;
}
/* line 143, scss/partials/_productdetail.scss */
.product-details .specifications {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}
/* line 148, scss/partials/_productdetail.scss */
.product-details .specifications th {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  width: 30%;
  font-weight: normal;
  text-align: right;
  padding: 5px 5px 5px 0;
}
/* line 156, scss/partials/_productdetail.scss */
.product-details .specifications td {
  padding: 5px 0 5px 5px;
  border-top: 1px solid #e8e8e8;
}
/* line 161, scss/partials/_productdetail.scss */
.product-details .tags {
  overflow: hidden;
}
/* line 163, scss/partials/_productdetail.scss */
.product-details .tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
/* line 168, scss/partials/_productdetail.scss */
.product-details .tags a {
  font-size: 12px;
  font-weight: 700;
}
/* line 173, scss/partials/_productdetail.scss */
.product-details .goods-container {
  margin-top: 10px;
}
/* line 176, scss/partials/_productdetail.scss */
.product-details .goods {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}
/* line 181, scss/partials/_productdetail.scss */
.product-details .goods th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #555;
}
/* line 187, scss/partials/_productdetail.scss */
.product-details .goods td {
  border-bottom: 1px solid #ccc;
}
/* line 190, scss/partials/_productdetail.scss */
.product-details .goods th, .product-details .goods td {
  text-align: left;
  padding: 10px 0 10px 15px;
}
/* line 194, scss/partials/_productdetail.scss */
.product-details .goods .number {
  width: 100px;
}
/* line 197, scss/partials/_productdetail.scss */
.product-details .goods .unit {
  width: 35%;
}
/* line 201, scss/partials/_productdetail.scss */
.product-details .product-comments .title {
  margin: 10px 0;
  font-size: 14px;
}
/* line 205, scss/partials/_productdetail.scss */
.product-details .relative-products {
  margin-top: 10px;
}
/* line 207, scss/partials/_productdetail.scss */
.product-details .relative-products .title, .product-details .relative-products .menu-trigger3 {
  font-size: 20px;
  padding: 9px 20px 9px 20px;
  background: #461f51;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}
/* line 215, scss/partials/_productdetail.scss */
.product-details .relative-products .content {
  overflow: hidden;
  height: 300px;
  position: relative;
}
/* line 220, scss/partials/_productdetail.scss */
.product-details .relative-products .prev, .product-details .relative-products .next {
  height: 27px;
  width: 27px;
  outline: none;
  position: absolute;
  top: 70px;
  z-index: 9999;
}
/* line 227, scss/partials/_productdetail.scss */
.product-details .relative-products .prev.disabled, .product-details .relative-products .next.disabled {
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 232, scss/partials/_productdetail.scss */
.product-details .relative-products .prev {
  left: 0;
  background-position: 0 -632px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.product-details .relative-products .prev:hover, .product-details .relative-products .prev.prev-hover {
  background-position: 0 -605px;
}
/* line 235, scss/partials/_productdetail.scss */
.product-details .relative-products .prev:hover {
  background-position: 0 -605px;
}
/* line 238, scss/partials/_productdetail.scss */
.product-details .relative-products .prev.disabled:hover {
  background-position: 0 -632px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.product-details .relative-products .prev.disabled:hover:hover, .product-details .relative-products .prev.disabled:hover.prev-hover {
  background-position: 0 -605px;
}
/* line 242, scss/partials/_productdetail.scss */
.product-details .relative-products .next {
  right: 0;
  background-position: 0 -578px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.product-details .relative-products .next:hover, .product-details .relative-products .next.next-hover {
  background-position: 0 -551px;
}
/* line 245, scss/partials/_productdetail.scss */
.product-details .relative-products .next:hover {
  background-position: 0 -551px;
}
/* line 248, scss/partials/_productdetail.scss */
.product-details .relative-products .next.disabled:hover {
  background-position: 0 -578px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.product-details .relative-products .next.disabled:hover:hover, .product-details .relative-products .next.disabled:hover.next-hover {
  background-position: 0 -551px;
}
/* line 252, scss/partials/_productdetail.scss */
.product-details .relative-products .carousel {
  margin-left: -20px;
}
/* line 254, scss/partials/_productdetail.scss */
.product-details .relative-products .carousel li {
  margin-left: 20px;
  margin-right: 0;
  float: left;
  width: 130px;
  height: 240px;
  position: relative;
  text-align: center;
}
/* line 264, scss/partials/_productdetail.scss */
.product-details .relative-products .image {
  display: block;
  height: 128px;
  vertical-align: middle;
  text-align: center;
  line-height: 128px;
}
/* line 271, scss/partials/_productdetail.scss */
.product-details .relative-products img {
  max-height: 100%;
}
/* line 274, scss/partials/_productdetail.scss */
.product-details .relative-products .name {
  padding: 5px;
  display: block;
  color: #2f73e4;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 0 #2f73e4;
}
/* line 283, scss/partials/_productdetail.scss */
.product-details .relative-products .name:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 288, scss/partials/_productdetail.scss */
.product-details .relative-products .price {
  display: block;
  color: #777;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
/* line 293, scss/partials/_productdetail.scss */
.product-details .relative-products .price .real-price {
  font-size: 22px;
  color: #fd4d37;
  font-weight: 600;
  display: inline-block;
}
/* line 300, scss/partials/_productdetail.scss */
.product-details .relative-products .btn {
  position: absolute;
  bottom: 0;
  left: 19px;
}

/* line 309, scss/partials/_productdetail.scss */
.mail-to-friend-form .parsley-error-list {
  left: 101%;
  right: auto;
  bottom: 0;
  white-space: nowrap;
}
/* line 314, scss/partials/_productdetail.scss */
.mail-to-friend-form .parsley-error-list:before {
  border-top-color: transparent;
  border-right-color: #b94a48;
  left: -12px;
  top: 37%;
}
/* line 320, scss/partials/_productdetail.scss */
.mail-to-friend-form .parsley-error-list:after {
  border-top-color: transparent;
  border-right-color: #f2dede;
  left: -8px;
  top: 42%;
}
/* line 327, scss/partials/_productdetail.scss */
.mail-to-friend-form .form {
  margin-top: 0;
}

/* line 332, scss/partials/_productdetail.scss */
.ad-gallery {
  position: relative;
  z-index: 1;
}
/* line 335, scss/partials/_productdetail.scss */
.ad-gallery .ad-image-wrapper {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
}
/* line 342, scss/partials/_productdetail.scss */
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
/* line 349, scss/partials/_productdetail.scss */
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  line-height: normal;
}
/* line 358, scss/partials/_productdetail.scss */
.ad-gallery .zoom-in {
  height: 18px;
  width: 18px;
  background-position: 0 -745px;
  position: absolute;
  bottom: 20px;
  right: 5px;
  display: none;
  z-index: 100;
  cursor: pointer;
}
/* line 369, scss/partials/_productdetail.scss */
.ad-gallery img:hover + .zoom-in, .ad-gallery .ad-image-wrapper:hover .zoom-in {
  display: block;
}
/* line 372, scss/partials/_productdetail.scss */
.ad-gallery .ad-image-wrapper .ad-image img {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
/* line 377, scss/partials/_productdetail.scss */
.ad-gallery .ad-controls {
  height: 20px;
}
/* line 380, scss/partials/_productdetail.scss */
.ad-gallery .ad-nav {
  position: relative;
}
/* line 383, scss/partials/_productdetail.scss */
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 25px;
  height: 27px;
  width: 27px;
  z-index: 10;
}
/* line 390, scss/partials/_productdetail.scss */
.ad-gallery .ad-back {
  cursor: pointer;
  left: -10px;
  background-position: 0 -632px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.ad-gallery .ad-back:hover, .ad-gallery .ad-back.prev-hover {
  background-position: 0 -605px;
}
/* line 394, scss/partials/_productdetail.scss */
.ad-gallery .ad-back:hover {
  background-position: 0 -605px;
}
/* line 398, scss/partials/_productdetail.scss */
.ad-gallery .ad-forward {
  cursor: pointer;
  right: -10px;
  background-position: 0 -578px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.ad-gallery .ad-forward:hover, .ad-gallery .ad-forward.next-hover {
  background-position: 0 -551px;
}
/* line 402, scss/partials/_productdetail.scss */
.ad-gallery .ad-forward:hover {
  background-position: 0 -551px;
}
/* line 406, scss/partials/_productdetail.scss */
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  height: 90px;
  line-height: 90px;
}
/* line 412, scss/partials/_productdetail.scss */
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
}
/* line 415, scss/partials/_productdetail.scss */
.ad-gallery .ad-thumbs li {
  float: left;
  padding-left: 10px;
}
/* line 418, scss/partials/_productdetail.scss */
.ad-gallery .ad-thumbs li:first-child {
  padding-left: 0;
}
/* line 421, scss/partials/_productdetail.scss */
.ad-gallery .ad-thumbs li a {
  border: 1px solid #e5e5e5;
  display: block;
  width: 83px;
  height: 83px;
  background-color: #fff;
}
/* line 427, scss/partials/_productdetail.scss */
.ad-gallery .ad-thumbs li a.ad-active {
  border-color: #cccccc;
}

/* line 435, scss/partials/_productdetail.scss */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}

/* line 1, scss/partials/_order.scss */
.block {
  margin-bottom: 10px;
}

/* line 5, scss/partials/_order.scss */
.block-title {
  border-bottom: 3px solid #000;
  color: #333333;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 20px;
  text-transform: uppercase;
}

/* line 16, scss/partials/_order.scss */
.order-breadcrumb {
  margin-bottom: 20px;
}
/* line 18, scss/partials/_order.scss */
.order-breadcrumb ul {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.order-breadcrumb ul:after, .order-breadcrumb ul:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.order-breadcrumb ul:after {
  clear: both;
}
/* line 21, scss/partials/_order.scss */
.order-breadcrumb li {
  float: left;
  text-align: center;
  font-weight: 700;
  background: url(images/marker-order.png) no-repeat 0 29px #777777;
  padding: 18px 0 0;
  width: 24.9%;
  color: #fff;
  padding: 5px 0;
}
/* line 30, scss/partials/_order.scss */
.order-breadcrumb li span {
  font-size: 27px;
  font-weight: bold;
  line-height: 27px;
  display: block;
  padding: 5px 0;
}
/* line 38, scss/partials/_order.scss */
.order-breadcrumb li:first-child {
  background: #9c9c9c;
}
/* line 41, scss/partials/_order.scss */
.order-breadcrumb li + li + li {
  background: url(images/marker-order.png) no-repeat 0 29px #8a6296;
}
/* line 44, scss/partials/_order.scss */
.order-breadcrumb li + li + li + li {
  background: url(images/marker-order.png) no-repeat 0 29px #777777;
}
/* line 47, scss/partials/_order.scss */
.order-breadcrumb .active {
  background: url(images/marker-order.png) no-repeat 0 29px #461f51;
}
/* line 50, scss/partials/_order.scss */
.order-breadcrumb li.active:first-child {
  background: #461f51;
}

/* line 57, scss/partials/_order.scss */
.cart-page .cart-list table {
  width: 100%;
  table-layout: fixed;
}
/* line 61, scss/partials/_order.scss */
.cart-page .cart-list th {
  font-weight: 700;
  color: #333;
}
/* line 65, scss/partials/_order.scss */
.cart-page .cart-list th, .cart-page .cart-list td {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}
/* line 69, scss/partials/_order.scss */
.cart-page .cart-list .td {
  padding: 5px 10px 5px 0;
  text-align: center;
}
/* line 73, scss/partials/_order.scss */
.cart-page .cart-list .name {
  word-break: break-word;
}
/* line 75, scss/partials/_order.scss */
.cart-page .cart-list .name span {
  display: inline-block;
}
/* line 79, scss/partials/_order.scss */
.cart-page .cart-list img {
  max-height: 70px;
  max-width: 90px;
}
/* line 83, scss/partials/_order.scss */
.cart-page .cart-list .image {
  width: 18%;
}
/* line 86, scss/partials/_order.scss */
.cart-page .cart-list .attributes {
  width: 15%;
}
/* line 89, scss/partials/_order.scss */
.cart-page .cart-list .quantity {
  width: 11%;
}
/* line 92, scss/partials/_order.scss */
.cart-page .cart-list .operation {
  width: 4%;
}
/* line 95, scss/partials/_order.scss */
.cart-page .cart-list .price, .cart-page .cart-list .subtotal {
  text-align: center;
}
/* line 98, scss/partials/_order.scss */
.cart-page .cart-list .btn-delete {
  background-position: 0 -135px;
  width: 16px;
  height: 20px;
  display: inline-block;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.cart-page .cart-list .btn-delete:hover, .cart-page .cart-list .btn-delete.delete-hover {
  background-position: 0 -115px;
}
/* line 104, scss/partials/_order.scss */
.cart-page .cart-list .btn-delete:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 107, scss/partials/_order.scss */
.cart-page .cart-list .ui-spinner-input {
  width: 30px;
}
/* line 111, scss/partials/_order.scss */
.cart-page .cart-list .name a {
  color: #2f73e4;
  text-shadow: 0 0 #2f73e4;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
}
/* line 118, scss/partials/_order.scss */
.cart-page .cart-list .name a:hover {
  color: #461f51;
  text-shadow: 0 0 #461f51;
}
/* line 126, scss/partials/_order.scss */
.cart-page .payment-methods ul, .cart-page .delivery-methods ul {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.cart-page .payment-methods ul:after, .cart-page .payment-methods ul:before, .cart-page .delivery-methods ul:after, .cart-page .delivery-methods ul:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.cart-page .payment-methods ul:after, .cart-page .delivery-methods ul:after {
  clear: both;
}
/* line 129, scss/partials/_order.scss */
.cart-page .payment-methods li, .cart-page .delivery-methods li {
  float: left;
  margin: 10px 0 10px 8px;
  height: 48px;
  width: 275px;
}
/* line 135, scss/partials/_order.scss */
.cart-page .payment-methods img, .cart-page .delivery-methods img {
  margin: 4px 4px 0 0;
}
/* line 138, scss/partials/_order.scss */
.cart-page .payment-methods .radio, .cart-page .delivery-methods .radio {
  vertical-align: middle;
}
/* line 140, scss/partials/_order.scss */
.cart-page .payment-methods .radio span, .cart-page .delivery-methods .radio span {
  width: 190px;
  vertical-align: middle;
  display: inline-block;
}
/* line 146, scss/partials/_order.scss */
.cart-page .payment-methods .image, .cart-page .delivery-methods .image {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
/* line 153, scss/partials/_order.scss */
.cart-page .pickup-date-selector .form-item {
  width: 230px;
}
/* line 158, scss/partials/_order.scss */
.cart-page .pickup-date-selector table, .cart-page .shipping-selector table,
.cart-page .discount-code table, .cart-page .country-selector table {
  width: 100%;
}
/* line 161, scss/partials/_order.scss */
.cart-page .pickup-date-selector th, .cart-page .shipping-selector th,
.cart-page .discount-code th, .cart-page .country-selector th {
  text-align: left;
  width: 25%;
  font-weight: normal;
  padding: 3px 0;
}
/* line 167, scss/partials/_order.scss */
.cart-page .pickup-date-selector td, .cart-page .shipping-selector td,
.cart-page .discount-code td, .cart-page .country-selector td {
  padding: 3px 0 3px 10px;
}
/* line 170, scss/partials/_order.scss */
.cart-page .pickup-date-selector .block-content, .cart-page .shipping-selector .block-content,
.cart-page .discount-code .block-content, .cart-page .country-selector .block-content {
  padding: 10px 10px 5px 10px;
}
/* line 175, scss/partials/_order.scss */
.cart-page .discount-code input {
  width: 230px;
}
/* line 180, scss/partials/_order.scss */
.cart-page .gift-selector .block-content {
  padding: 10px 10px 5px 10px;
}
/* line 183, scss/partials/_order.scss */
.cart-page .gift-selector a {
  text-decoration: underline;
}

/* line 189, scss/partials/_order.scss */
.order-items {
  width: 100%;
}
/* line 191, scss/partials/_order.scss */
.order-items thead tr {
  background-color: #FAFAFA;
}
/* line 194, scss/partials/_order.scss */
.order-items th, .order-items td {
  border-bottom: 1px solid #BFBFBF;
  padding: 5px 0 5px 10px;
  text-align: left;
}
/* line 199, scss/partials/_order.scss */
.order-items .quantity {
  width: 50px;
}
/* line 202, scss/partials/_order.scss */
.order-items .image {
  width: 100px;
  text-align: center;
}
/* line 205, scss/partials/_order.scss */
.order-items .image img {
  max-height: 75px;
}
/* line 209, scss/partials/_order.scss */
.order-items .name {
  width: 240px;
}
/* line 211, scss/partials/_order.scss */
.order-items .name ul {
  list-style-position: inside;
  list-style-type: disc;
}
/* line 216, scss/partials/_order.scss */
.order-items .subtotal {
  width: 140px;
  padding-right: 7px;
  text-align: right;
}

/* line 223, scss/partials/_order.scss */
.order-summary {
  color: #333;
  width: 100%;
}
/* line 226, scss/partials/_order.scss */
.order-summary tr {
  border-bottom: 1px dotted #ccc;
}
/* line 229, scss/partials/_order.scss */
.order-summary th {
  font-weight: 400;
}
/* line 232, scss/partials/_order.scss */
.order-summary td {
  width: 30%;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
}
/* line 238, scss/partials/_order.scss */
.order-summary th, .order-summary td {
  padding: 5px;
  text-align: right;
}
/* line 243, scss/partials/_order.scss */
.order-summary .total td {
  color: #a9a9a9;
}
/* line 248, scss/partials/_order.scss */
.order-summary .discount th, .order-summary .discount td {
  color: red;
}

/* line 254, scss/partials/_order.scss */
.info-items {
  margin: 8px;
  width: 100%;
}
/* line 257, scss/partials/_order.scss */
.info-items td {
  word-break: break-all;
  word-wrap: break-word;
}
/* line 261, scss/partials/_order.scss */
.info-items th {
  padding: 2px 10px 2px 0;
  text-align: left;
  width: 25%;
}

/* line 269, scss/partials/_order.scss */
.order-confirm .required-option {
  color: red;
}
/* line 272, scss/partials/_order.scss */
.order-confirm .terms-content {
  overflow: auto;
  height: 200px;
  margin: 8px 0;
  padding-left: 8px;
  border: 1px solid #bbb;
}
/* line 279, scss/partials/_order.scss */
.order-confirm .terms-selection {
  overflow: hidden;
}
/* line 281, scss/partials/_order.scss */
.order-confirm .terms-selection .left {
  float: left;
}
/* line 284, scss/partials/_order.scss */
.order-confirm .terms-selection .right {
  float: right;
}
/* line 287, scss/partials/_order.scss */
.order-confirm .terms-selection a {
  text-decoration: underline;
  font-weight: bold;
}
/* line 291, scss/partials/_order.scss */
.order-confirm .terms-selection .btn-print {
  vertical-align: top;
}

/* line 298, scss/partials/_order.scss */
.block-payment-description .block-content {
  padding: 8px;
}

/* line 304, scss/partials/_order.scss */
.orders table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  width: 100%;
}
/* line 308, scss/partials/_order.scss */
.orders table th {
  width: 18%;
  padding: 7px 0 5px 7px;
  font-weight: bold;
  text-align: left;
}
/* line 314, scss/partials/_order.scss */
.orders table td {
  width: 25%;
  padding: 0;
}
/* line 317, scss/partials/_order.scss */
.orders table td.last {
  padding: 10px 0 10px 7px;
}
/* line 321, scss/partials/_order.scss */
.orders table .btn-view {
  float: right;
  margin-right: 10px;
}

/* line 328, scss/partials/_order.scss */
.order-track .block-title {
  padding-top: 28px;
}

/* line 333, scss/partials/_order.scss */
.order-details .toolbar {
  overflow: hidden;
  margin: 10px 0;
}
/* line 336, scss/partials/_order.scss */
.order-details .toolbar .btn {
  float: right;
}

/* line 343, scss/partials/_order.scss */
.block-decide-session .description {
  padding: 10px;
}

/* line 1, scss/partials/_sitemap.scss */
.sitemap {
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.sitemap:after, .sitemap:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.sitemap:after {
  clear: both;
}
/* line 3, scss/partials/_sitemap.scss */
.sitemap .block {
  float: left;
  margin-right: 30px;
  width: 320px;
}
/* line 7, scss/partials/_sitemap.scss */
.sitemap .block .block-title {
  color: #a9a9a9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  margin: 0 0 5px 0;
  position: relative;
  border-bottom: 1px solid #000;
}
/* line 17, scss/partials/_sitemap.scss */
.sitemap .block li {
  padding: 5px 0 0;
}
/* line 22, scss/partials/_sitemap.scss */
.sitemap .block a:hover + i {
  color: #a9a9a9;
}
/* line 26, scss/partials/_sitemap.scss */
.sitemap .block a i {
  margin-right: 5px;
}
/* line 30, scss/partials/_sitemap.scss */
.sitemap .block .icon-home {
  color: #a9a9a9;
}
/* line 34, scss/partials/_sitemap.scss */
.sitemap .block-category {
  width: 100%;
  margin-right: 0;
}
/* line 39, scss/partials/_sitemap.scss */
.sitemap .block-content .home {
  font-weight: bold;
}
/* line 41, scss/partials/_sitemap.scss */
.sitemap .block-content .home .icon-home {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-right: 6px;
}
/* line 47, scss/partials/_sitemap.scss */
.sitemap .block-content .home:hover {
  color: #9a9a9a;
}
/* line 51, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list {
  margin-left: 9px;
}
/* line 53, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list li {
  border-left: 1px solid #a1a1a1;
  position: relative;
  padding-left: 14px;
}
/* line 57, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list li:before {
  border-bottom: 1px solid #a1a1a1;
  content: " ";
  position: absolute;
  width: 13px;
  left: 0;
  top: 14px;
}
/* line 65, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list li:last-child {
  border-left: none;
}
/* line 67, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list li:last-child:before {
  border-left: 1px solid #a1a1a1;
  height: 15px;
  top: 0;
}
/* line 73, scss/partials/_sitemap.scss */
.sitemap .block-content .tree-list li i {
  display: none;
}

/* line 1, scss/partials/_404.scss */
.error-page {
  margin: 50px auto 0;
  max-width: 600px;
  min-width: 400px;
  width: 40%;
}
/* line 6, scss/partials/_404.scss */
.error-page .title {
  color: #000;
  font-size: 100px;
  text-align: center;
  margin-bottom: 12px;
  border-bottom: 2px solid #000;
}

/* line 3, scss/partials/_main.scss */
a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  outline: none;
}

/* line 10, scss/partials/_main.scss */
a:hover {
  text-decoration: none;
  color: #a9a9a9;
}

/* line 15, scss/partials/_main.scss */
.header {
  margin: 0 auto;
  background: url(images/body-bg-top1.jpg) no-repeat 50% 0 #fff;
}
/* line 17, scss/partials/_main.scss */
.header .header-top {
  background-color: #461f51;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.header .header-top:after, .header .header-top:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.header .header-top:after {
  clear: both;
}
/* line 21, scss/partials/_main.scss */
.header .top-nav-block {
  position: relative;
  min-height: 29px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
/* line 26, scss/partials/_main.scss */
.header .top-nav-block a {
  cursor: pointer;
  color: #9f9f9f;
}
/* line 29, scss/partials/_main.scss */
.header .top-nav-block a:hover {
  color: #fff;
}
/* line 34, scss/partials/_main.scss */
.header .dropdown-content {
  display: none;
  position: absolute;
  z-index: 9999;
}
/* line 39, scss/partials/_main.scss */
.header .quick-nav {
  overflow: hidden;
  width: 70%;
  float: left;
  margin-top: 16px;
}
/* line 44, scss/partials/_main.scss */
.header .quick-nav li {
  float: left;
}
/* line 46, scss/partials/_main.scss */
.header .quick-nav li a {
  padding-right: 21px;
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 54, scss/partials/_main.scss */
.header .quick-nav li.current a {
  ccolor: #333;
}
/* line 59, scss/partials/_main.scss */
.header .quick-nav .dropdown-toggle {
  display: none;
  font-size: 25px;
  color: #8a6296;
}
/* line 65, scss/partials/_main.scss */
.header .right-box {
  float: right;
}
/* line 69, scss/partials/_main.scss */
.header .header-box .dropdown-content {
  z-index: 9999;
  width: 84px;
  background: #444;
  right: 0;
}
/* line 74, scss/partials/_main.scss */
.header .header-box .dropdown-content li {
  border-bottom: 1px solid #555;
}
/* line 76, scss/partials/_main.scss */
.header .header-box .dropdown-content li a {
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  padding: 8px 5px 8px 10px;
  display: block;
  font-weight: 700;
}
/* line 83, scss/partials/_main.scss */
.header .header-box .dropdown-content li a:hover {
  color: #7a7a7a;
}
/* line 90, scss/partials/_main.scss */
.header .language-switcher {
  text-transform: uppercase;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  float: right;
  width: 84px;
  position: relative;
  text-align: center;
}
/* line 99, scss/partials/_main.scss */
.header .language-switcher a .icon-font-awesome {
  color: #8a6296;
  font-size: 21px;
  margin-left: 5px;
}
/* line 104, scss/partials/_main.scss */
.header .language-switcher a:hover {
  color: #fff;
}
/* line 106, scss/partials/_main.scss */
.header .language-switcher a:hover .icon-font-awesome {
  color: #fff;
}
/* line 111, scss/partials/_main.scss */
.header .language-switcher .icon-language {
  display: none;
}
/* line 114, scss/partials/_main.scss */
.header .language-switcher .dropdown-toggle {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 54px;
}
/* line 120, scss/partials/_main.scss */
.header .language-switcher .dropdown-content {
  font-family: Arial, Helvetica, sans-serif;
}
/* line 122, scss/partials/_main.scss */
.header .language-switcher .dropdown-content .icon-language {
  display: inline-block;
  width: 26px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 129, scss/partials/_main.scss */
.header .language-switcher .dropdown-content .language-item.active {
  color: #7a7a7a;
}
/* line 134, scss/partials/_main.scss */
.header .login-info {
  border-right: solid 1px #000;
  position: relative;
}
/* line 137, scss/partials/_main.scss */
.header .login-info a {
  display: inline-block;
  padding: 8px 20px 6px 20px;
  font-size: 25px;
  text-align: center;
  color: #3498db;
}
/* line 144, scss/partials/_main.scss */
.header .login-info .login-name {
  margin-right: 10px;
}
/* line 147, scss/partials/_main.scss */
.header .login-info .dropdown-content {
  width: 168px;
  top: 54px;
  right: 0;
}
/* line 151, scss/partials/_main.scss */
.header .login-info .dropdown-content a {
  color: #fff;
}
/* line 156, scss/partials/_main.scss */
.header .header-inner {
  padding: 22px 0;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.header .header-inner:after, .header .header-inner:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.header .header-inner:after {
  clear: both;
}
/* line 159, scss/partials/_main.scss */
.header .header-inner .logo {
  display: block;
  float: left;
}
/* line 162, scss/partials/_main.scss */
.header .header-inner .logo img {
  max-height: 160px;
  max-width: 347px;
}
/* line 168, scss/partials/_main.scss */
.header .header-bottom {
  border-top: solid 1px #d4d3d3;
  background-color: #461f51;

  border-bottom: 3px solid #8a6296;
  padding: 0;
}
/* line 172, scss/partials/_main.scss */
.header .header-bottom .wrap {
  padding: 0 10px 0 0;
  *zoom: 1;
  position: relative;
  border-left: solid 1px #d4d3d3;
}
/* line 27, scss/partials/_utility.scss */
.header .header-bottom .wrap:after, .header .header-bottom .wrap:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.header .header-bottom .wrap:after {
  clear: both;
}
/* line 180, scss/partials/_main.scss */
.header .header-bottom .menu-trigger {
  display: none;
}

/* line 186, scss/partials/_main.scss */
.header-search {
  float: right;
  margin-top: 10px;
}
/* line 189, scss/partials/_main.scss */
.header-search form {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px #8a6296;
}
/* line 196, scss/partials/_main.scss */
.header-search .parsley-error-list {
  font-size: 12px;
}
/* line 199, scss/partials/_main.scss */
.header-search .btn-search {
  display: inline-block;
  width: 48px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 30px;
  color: #452050;
  vertical-align: middle;
}
/* line 208, scss/partials/_main.scss */
.header-search .btn-search:hover {
  color: #3498db;
}
/* line 212, scss/partials/_main.scss */
.header-search input[type="text"] {
  border: 0 none;
  background-color: #fff;
  padding: 7px;
  vertical-align: middle;
  height: 47px;
  padding: 10px;
  line-height: 27px\9;
  width: 212px;
  border-radius: 2px;
}
/* line 223, scss/partials/_main.scss */
.header-search .icon-increase {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
  cursor: pointer;
}
/* line 229, scss/partials/_main.scss */
.header-search .ui-autocomplete {
  position: absolute;
  background-color: #fff;
  border: 1px solid #CCC;
  z-index: 9999 !important;
  width: 340px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}
/* line 238, scss/partials/_main.scss */
.header-search .ui-autocomplete li:hover {
  background-color: #EEE;
}
/* line 241, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item {
  border-bottom: solid 1px #E8E8E8;
  padding: 6px 8px;
}
/* line 244, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item .link {
  color: #000;
  margin-left: 19px;
  overflow: hidden;
  display: block;
}
/* line 250, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item .price {
  float: right;
}
/* line 253, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item strong {
  display: block;
}
/* line 256, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item .title {
  width: 230px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 264, scss/partials/_main.scss */
.header-search .ui-autocomplete .ui-menu-item .increase {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
  cursor: pointer;
}
/* line 272, scss/partials/_main.scss */
.header-search .ui-autocomplete .link-more a {
  font-size: 12px;
}
/* line 275, scss/partials/_main.scss */
.header-search .ui-autocomplete .link-more:hover {
  background-color: transparent;
}

.homepagetext{ 
	color: #323232; 
	font-size: 16px; 
	margin-bottom: 20px;
 } 


/* line 282, scss/partials/_main.scss */
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
}
/* line 288, scss/partials/_main.scss */
.slider .slides a {
  display: block;
}
/* line 291, scss/partials/_main.scss */
.slider .slides img {
  width: 100%;
  max-height: 417px;
  border-radius: 5px;
  border-bottom: 3px solid #c9c9c9;
}
/* line 298, scss/partials/_main.scss */
.slider .slider-topic {
  background-position: 0 -10px;
  width: 540px;
  height: 150px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider .topic1 .slider-info {
  opacity: 1;
  position: absolute;
  z-index: 2;
  left: 20%;
  top: 50%;
  margin-top: -60px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

/* line 310, scss/partials/_main.scss */
.slider .topic1 .text1, .slider .topic1 h2 {
  background: rgba(91, 89, 82, 0.4);
  padding: 10px;
}

.slider .topic1 .text2, .slider .topic1 h2 {
  background: rgba(91, 89, 82, 0.4);
  padding: 10px;
}
/* line 314, scss/partials/_main.scss */
.slider .topic1 h2 {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: -1px;
}

/* line 305, scss/partials/_main.scss */
.slider .slider-topic .flex-prev, .slider .slider-topic .flex-next {
  position: absolute;
  top: 15px;
  left: 109px;
  width: 22px;
  height: 25px;
  text-indent: -9999px;
  background-position: 0 -332px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.slider .slider-topic .flex-prev:hover, .slider .slider-topic .flex-prev.flex-prev-hover, .slider .slider-topic .flex-next:hover, .slider .slider-topic .flex-next.flex-prev-hover {
  background-position: 0 -307px;
}
/* line 313, scss/partials/_main.scss */
.slider .slider-topic .flex-prev:hover, .slider .slider-topic .flex-next:hover {
  background-position: 0 -307px;
}
/* line 317, scss/partials/_main.scss */
.slider .slider-topic .flex-next {
  background-position: 0 -282px;
  right: 65px;
  left: auto;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.slider .slider-topic .flex-next:hover, .slider .slider-topic .flex-next.flex-next-hover {
  background-position: 0 -257px;
}
/* line 321, scss/partials/_main.scss */
.slider .slider-topic .flex-next:hover {
  background-position: 0 -257px;
}


/* line 328, scss/partials/_main.scss */
.ad-block {
  position: relative;
  margin-left: -30px;
  *zoom: 1;
  margin-bottom: 27px;
  margin-top: 27px;
}
/* line 329, scss/partials/_main.scss */
.ad-block {
  position: relative;
  margin-left: -30px;
  *zoom: 1;
  margin-bottom: 27px;
}
/* line 27, scss/partials/_utility.scss */
.ad-block:after, .ad-block:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.ad-block:after {
  clear: both;
}
/* line 334, scss/partials/_main.scss */
.ad-block li {
  float: left;
  width: 370px;
  margin-left: 30px;
}
/* line 338, scss/partials/_main.scss */
.ad-block li .ad-img {
  display: block;
  position: relative;
  border-bottom: 3px solid #8a6296;
}
/* line 341, scss/partials/_main.scss */
.ad-block li .ad-img .item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px 0 28px;
  height: 100%;
  overflow: hidden;
  color: #461f51;
  font-family: 'Fjalla One', sans-serif;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
}
/* line 351, scss/partials/_main.scss */
.ad-block li .ad-img .item h2 {
  font-size: 35px;
  line-height: 1;
  color: #461f51;
  font-family: 'Fjalla One', sans-serif;
    margin-bottom: -3px;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease 0s;
}
/* line 361, scss/partials/_main.scss */
.ad-block li .ad-img .item h4 {
  font-size: 24px;
  line-height: 42px;
  color: #8a6296;
  text-shadow: 1px 1px #461f51;
  font-family: 'Fjalla One', sans-serif;
  margin-bottom: -3px;
  margin-left: 2px;
}
/* line 368, scss/partials/_main.scss */
.ad-block li .ad-img .item h3 {
  font-size: 22px;
  line-height: 26px;
  color: #8a6296;
  text-shadow: 1px 1px #461f51;
  font-family: 'Fjalla One', sans-serif;
  margin-left: 2px;
}
/* line 375, scss/partials/_main.scss */
.ad-block li .ad-img .item .btn {
  position: absolute;
  left: 28px;
  top: 149px;
  border-radius: 20px;
  padding: 2px 8px 3px 19px;
  font-size: 19px;
  line-height: 36px;
  display: inline-block;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #461f51;
  border-bottom: 3px solid #c49f0c;
  color: #461f51;
  display: none;
}
/* line 391, scss/partials/_main.scss */
.ad-block li .ad-img .item .btn i {
  margin-left: 19px;
  font-size: 33px;
  vertical-align: middle;
  text-shadow: 1px 1px #239c56;
}
/* line 400, scss/partials/_main.scss */
.ad-block li .ad-img .item2 .btn {
  background: #f1c40f;
  border-bottom-color: #cd3f2d;
}
/* line 403, scss/partials/_main.scss */
.ad-block li .ad-img .item2 .btn i {
  text-shadow: 1px 1px #c1a11c;
}
/* line 409, scss/partials/_main.scss */
.ad-block li .ad-img .item3 h2 {
  color: #461f51;
}
/* line 412, scss/partials/_main.scss */
.ad-block li .ad-img .item3 .btn {
  background: #fd4d37;
  border-bottom-color: #265db9;
}
/* line 415, scss/partials/_main.scss */
.ad-block li .ad-img .item3 .btn i {
  text-shadow: 1px 1px #e24531;
}
/* line 422, scss/partials/_main.scss */
.ad-block li:hover h2 {
  color: #000;
}
/* line 426, scss/partials/_main.scss */
.ad-block li:hover .item .btn {
  background: #72a6fe;
  border-color: #3d3d3d;
  text-shadow: 1px 1px #2f73e4;
}
/* line 430, scss/partials/_main.scss */
.ad-block li:hover .item .btn i {
  text-shadow: 1px 1px #2f73e4;
}


/* line 429, scss/partials/_main.scss */
.page-title {
  background: #461f51;
  border-bottom: 1px solid #a8a8a8;
  border-bottom: 3px solid #8a6296;
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 22px;
  padding: 17px 0px 20px 19px;
  margin: 0 0 28px 0;
}

/* line 433, scss/partials/_main.scss */
.page-description {
  padding-bottom: 20px;
  color: #333;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 442, scss/partials/_main.scss */
.comment-list li {
  overflow: hidden;
  padding: 10px;
  border-bottom: dashed 1px #bfbfbf;
}
/* line 447, scss/partials/_main.scss */
.comment-list .comment-title {
  float: left;
  font-size: 13px;
  font-weight: 700;
}
/* line 452, scss/partials/_main.scss */
.comment-list .rateit {
  float: right;
}
/* line 455, scss/partials/_main.scss */
.comment-list .comment-info {
  float: right;
}
/* line 458, scss/partials/_main.scss */
.comment-list .comment-content {
  padding: 5px 0;
  clear: both;
}
/* line 462, scss/partials/_main.scss */
.comment-list .comment-time {
  margin-right: 5px;
  font-style: italic;
}

/* line 468, scss/partials/_main.scss */
.page .btn-print {
  float: right;
  margin: -68px 10px 0 0;
  vertical-align: top;
}

/* line 474, scss/partials/_main.scss */
.breadcrumb {
  background: #fff;
  border-bottom: 1px solid #8a6296;
  color: #8a6296;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  line-height: 22px;
  margin: 0px 0 20px 0px;
  padding: 7px 10px;
  min-height: 30px;
  font-size: 14px;
  position: relative;
}
/* line 488, scss/partials/_main.scss */
.breadcrumb a {
  font-size: 25px;
}

/* line 493, scss/partials/_main.scss */
.products-filter {
  margin-top: 20px;
  height: 31px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px 0;
}
/* line 499, scss/partials/_main.scss */
.products-filter .dropdown {
  height: 24px;
  margin-right: 4px;
  float: left;
  position: relative;
  z-index: 999;
  /* IE7 */
}
/* line 506, scss/partials/_main.scss */
.products-filter .dropdown .dropdown-title {
  border: 1px solid #c0c0c0;
  margin-right: 5px;
  display: block;
  float: left;
  line-height: 24px;
}
/* line 513, scss/partials/_main.scss */
.products-filter .dropdown .dropdown-text {
  margin-left: 8px;
  margin-right: 12px;
  float: left;
}
/* line 518, scss/partials/_main.scss */
.products-filter .dropdown .icon-dropdown {
  background-position: 0 -155px;
  margin-top: 2px;
  height: 20px;
  width: 21px;
  float: left;
}
/* line 525, scss/partials/_main.scss */
.products-filter .dropdown .active, .products-filter .dropdown .active:hover {
  background-color: #f5f5f5;
}
/* line 528, scss/partials/_main.scss */
.products-filter .dropdown .dropdown-panel {
  z-index: 999;
  background: #fff;
  border: 1px solid #c4cde0;
  position: absolute;
  left: 0;
  margin-top: 30px;
}
/* line 535, scss/partials/_main.scss */
.products-filter .dropdown .dropdown-panel li a {
  padding: 4px 6px;
  display: block;
}
/* line 539, scss/partials/_main.scss */
.products-filter .dropdown .dropdown-panel li a:hover {
  background-color: #f5f5f5;
  color: #202B60;
}
/* line 546, scss/partials/_main.scss */
.products-filter .brands-filter .dropdown-panel {
  width: 420px;
}
/* line 548, scss/partials/_main.scss */
.products-filter .brands-filter .dropdown-panel p:first-child {
  padding: 5px;
  border-bottom: 1px solid #c4cde0;
}
/* line 552, scss/partials/_main.scss */
.products-filter .brands-filter .dropdown-panel .buttons {
  border-top: 1px solid #c4cde0;
  padding-bottom: 10px;
  padding-top: 10px;
  overflow: hidden;
}
/* line 558, scss/partials/_main.scss */
.products-filter .brands-filter .dropdown-panel .btn-close {
  float: left;
  margin-left: 5px;
}
/* line 562, scss/partials/_main.scss */
.products-filter .brands-filter .dropdown-panel .btn-confirm {
  float: right;
  margin-right: 12px;
}
/* line 567, scss/partials/_main.scss */
.products-filter .brands-filter ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 5px;
}
/* line 571, scss/partials/_main.scss */
.products-filter .brands-filter ul li {
  margin: 0 20px 8px 0;
  float: left;
}
/* line 575, scss/partials/_main.scss */
.products-filter .brands-filter ul input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: -2px;
}
/* line 581, scss/partials/_main.scss */
.products-filter .stock-filter {
  float: left;
  margin-top: 4px;
  margin-bottom: 5px;
}

/* line 588, scss/partials/_main.scss */
.layout-view {
  float: right;
}
/* line 590, scss/partials/_main.scss */
.layout-view li {
  border: 1px solid #C0C0C0;
  cursor: pointer;
  height: 29px;
  width: 31px;
  text-align: center;
  float: left;
}
/* line 597, scss/partials/_main.scss */
.layout-view li a {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-top: 6px;
}
/* line 605, scss/partials/_main.scss */
.layout-view .view-grid a {
  background-position: 0 -373px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.layout-view .view-grid a:active, .layout-view .view-grid a.grid-active {
  background-position: 0 -357px;
}
/* line 609, scss/partials/_main.scss */
.layout-view .view-grid.current a {
  background-position: 0 -357px;
}
/* line 614, scss/partials/_main.scss */
.layout-view .view-list {
  margin-left: 10px;
}
/* line 616, scss/partials/_main.scss */
.layout-view .view-list a {
  background-position: 0 -448px;
}
/* line 59, e:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.layout-view .view-list a:active, .layout-view .view-list a.list-active {
  background-position: 0 -416px;
}
/* line 620, scss/partials/_main.scss */
.layout-view .view-list.current a {
  background-position: 0 -416px;
}

/* line 628, scss/partials/_main.scss */
.search-page .layout-view {
  padding-bottom: 10px;
}

/* line 633, scss/partials/_main.scss */
.products-pagination {
  margin-top: 15px;
  min-height: 24px;
  margin-bottom: 20px;
  *zoom: 1;
  border-top: 1px solid #cccccc;
  padding: 20px 0 0px 0;
  margin-top: 30px;
  clear: both;
  color: #333;
}
/* line 27, scss/partials/_utility.scss */
.products-pagination:after, .products-pagination:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.products-pagination:after {
  clear: both;
}
/* line 643, scss/partials/_main.scss */
.products-pagination .pagination-container {
  float: left;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #461f51;
}
/* line 650, scss/partials/_main.scss */
.products-pagination .pagination {
  margin: 0;
}
/* line 653, scss/partials/_main.scss */
.products-pagination .pagination-info {
  float: right;
  margin-top: 5px;
}

/* line 659, scss/partials/_main.scss */
.search-page-description {
  color: #a9a9a9;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 663, scss/partials/_main.scss */
.search-page-description strong {
  font-weight: 700;
}

/* line 668, scss/partials/_main.scss */
.search-noresult {
  background: #d4eeff;
  border: 1px solid #34acf9;
  padding: 12px 10px 12px 20px;
  color: #0473b9;
  font-weight: 700;
}

/* line 676, scss/partials/_main.scss */
.block-login {
  margin: 0 auto;
  overflow: hidden;
}
/* line 679, scss/partials/_main.scss */
.block-login .btn {
  padding-top: 15px;
}
/* line 682, scss/partials/_main.scss */
.block-login .title {
  color: #a9a9a9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  margin: 0 0 5px 0;
  position: relative;
  border-bottom: 1px solid #000;
}
/* line 692, scss/partials/_main.scss */
.block-login .forget-password-link {
  color: #333;
  padding-top: 5px;
  display: block;
}
/* line 696, scss/partials/_main.scss */
.block-login .forget-password-link:hover {
  color: #a9a9a9;
}
/* line 700, scss/partials/_main.scss */
.block-login .login-box, .block-login .guest-box {
  float: right;
  width: 48.93617021276595%;
  margin-top: 0;
}
/* line 705, scss/partials/_main.scss */
.block-login .title-block {
  font-size: 13px;
  font-weight: bold;
  padding-top: 13px;
}
/* line 710, scss/partials/_main.scss */
.block-login .form-item {
  margin-bottom: 10px;
}
/* line 712, scss/partials/_main.scss */
.block-login .form-item .parsley-error-list {
  right: 0;
  bottom: 113%;
}
/* line 717, scss/partials/_main.scss */
.block-login .register-box, .block-login .guest-box {
  float: left;
  width: 48.93617021276595%;
}
/* line 721, scss/partials/_main.scss */
.block-login .guest-box {
  margin: 10px 0;
}
/* line 724, scss/partials/_main.scss */
.block-login .top-boxes {
  overflow: hidden;
}

/* line 729, scss/partials/_main.scss */
.page-tabs {
  border-bottom: 1px solid #ADADAD;
  height: 29px;
  margin-bottom: 15px;
}
/* line 733, scss/partials/_main.scss */
.page-tabs li {
  float: left;
  line-height: 26px;
  padding: 0 20px;
  margin-right: 4px;
  background-color: #f7f7f7;
}
/* line 740, scss/partials/_main.scss */
.page-tabs .active {
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  margin-bottom: -1px;
  height: 29px;
}

/* line 749, scss/partials/_main.scss */
.footer {
  background-color: #323232;
  position: relative;
}
/* line 766, scss/partials/_main.scss */
.footer .block {
  float: left;
  width: 25%;
  font-family: 'Fjalla One', sans-serif;
}
/* line 770, scss/partials/_main.scss */
.footer .block h4 {
  font-size: 21px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 13px 20px;
  margin: 23px 0 9px 0;
  font-family: 'Fjalla One', sans-serif;
  border-bottom: 1px solid #525252;
}
/* line 781, scss/partials/_main.scss */
.footer .block .menu-trigger2 {
  display: none;
}
/* line 785, scss/partials/_main.scss */
.footer .block ul li {
  font: italic 18px/28px 'Fjalla One', sans-serif;
  font-weight: 400;
  text-transform: none;
  list-style: initial;
  color: #8a6296;
  margin-left: 40px;
}
/* line 792, scss/partials/_main.scss */
.footer .block ul li a:hover {
  color: #fff;
}
/* line 798, scss/partials/_main.scss */
.footer .block .address a:hover {
  text-decoration: underline;
}
/* line 801, scss/partials/_main.scss */
.footer .block .address .tel {
  color: #fff;
  font: italic 18px/28px 'Fjalla One', sans-serif;
  display: inline-block;
  padding-left: 10px;
}
/* line 808, scss/partials/_main.scss */
.footer .block .address .icon-font-awesome {
  color: #fff;
  font-size: 28px;
}
/* line 814, scss/partials/_main.scss */
.footer .footer-bottom {
  clear: left;
  font-size: 12px;
  background-color: #323232;
  padding: 10px 0;
}
.footer .block ul, .footer .block .toggle-content {
  color: #8a8989;
  font: italic 14px/20px 'Fjalla One', sans-serif;
  padding-left: 21px;
  padding-right: 21px;
}
/* line 820, scss/partials/_main.scss */
.footer .copyright {
  border-top: 1px solid #525252;
  color: #ffffff;
  font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  padding-top: 25px;
}
/* line 827, scss/partials/_main.scss */
.footer .copyright a {
  color: #9f9f9f;
}
/* line 829, scss/partials/_main.scss */
.footer .copyright a:hover {
  color: #a9a9a9;
}
/* line 834, scss/partials/_main.scss */
.footer a {
  color: #9f9f9f;
  font: italic 14px/28px Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  padding: 0 5px 0 5px;
  word-wrap: break-word;
}

/* line 819, scss/partials/_main.scss */
.social-icons-set {
  margin-left: -30px;
  *zoom: 1;
}
/* line 27, scss/partials/_utility.scss */
.social-icons-set:after, .social-icons-set:before {
  content: "";
  display: table;
}
/* line 31, scss/partials/_utility.scss */
.social-icons-set:after {
  clear: both;
}
/* line 822, scss/partials/_main.scss */
.social-icons-set li {
  float: left;
  position: relative;
  margin-left: 30px;
}
/* line 826, scss/partials/_main.scss */
.social-icons-set li a {
  display: block;
  width: 370px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}
/* line 834, scss/partials/_main.scss */
.social-icons-set li a .bot1 {
  position: absolute;
  left: 113px;
  top: 14px;
}
/* line 838, scss/partials/_main.scss */
.social-icons-set li a .bot1 h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.32);
}
/* line 844, scss/partials/_main.scss */
.social-icons-set li a .bot1 p {
  padding: 4px 30px 0 2px;
}
/* line 848, scss/partials/_main.scss */
.social-icons-set li a:hover {
  color: #333;
}
/* line 850, scss/partials/_main.scss */
.social-icons-set li a:hover p {
  text-shadow: 0px 0px rgba(0, 0, 0, 0.32);
}

@media print {
  /* line 859, scss/partials/_main.scss */
  body, .wrapper, .main {
    background: #fff !important;
    margin: 0 !important;
  }

  /* line 863, scss/partials/_main.scss */
  .main-content {
    margin: 0 auto !important;
    width: 100%;
  }

  /* line 867, scss/partials/_main.scss */
  .product-details {
    padding: 20px;
  }

  /* line 870, scss/partials/_main.scss */
  .header, .navbar, .main-lsidebar, .main-rsidebar, .footer {
    display: none;
  }

  /* line 873, scss/partials/_main.scss */
  .btn {
    display: none;
  }

  /* line 876, scss/partials/_main.scss */
  .product-details .relative-products, .product-list li {
    page-break-inside: avoid;
  }
}
@media screen and (max-width: 1199px) {
  /* line 2, scss/partials/_responsive.scss */
  .wrap {
    width: 940px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 7, scss/partials/_responsive.scss */
  .ad-block {
    margin-left: -20px;
  }
  /* line 9, scss/partials/_responsive.scss */
  .ad-block li {
    width: 300px;
    margin-left: 20px;
  }
  /* line 13, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item {
    padding-top: 0;
  }
  /* line 15, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h2 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  /* line 20, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h4 {
    font-size: 13px;
    line-height: 18px;
  }
  /* line 24, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h3 {
    font-size: 15px;
  }
  /* line 27, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item .btn {
    top: 116px;
  }

  /* line 35, scss/partials/_responsive.scss */
  .widget-cart .title {
    max-width: 140px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* line 46, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul {
    margin-left: -20px;
  }
  /* line 48, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li {
    padding-top: 5px;
    margin-left: 20px;
    width: 220px;
  }
  /* line 53, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li .buttons .btn {
    width: 100%;
    float: none;
    background: #fff;
    display: block;
    line-height: 44px;
    height: 44px;
    border-top: 2px solid #e5e5e5;
  }
  /* line 61, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li .buttons .btn:hover {
    border-color: #2a67cd;
  }
  /* line 68, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .price {
    float: none;
    width: 100%;
    background: #fd4d37;
  }

  /* line 75, scss/partials/_responsive.scss */
  .header-search {
    position: absolute;
    top: -114px;
    right: 330px;
  }
  /* line 79, scss/partials/_responsive.scss */
  .header-search form {
    background: #e9d177;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 84, scss/partials/_responsive.scss */
  .header-search input[type="text"] {
    color: #fff;
    border-radius: 0;
    background-color: transparent;
  }
  /* line 89, scss/partials/_responsive.scss */
  .header-search .btn-search {
    color: #fff;
  }
  /* line 92, scss/partials/_responsive.scss */
  .header-search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
  }
  /* line 96, scss/partials/_responsive.scss */
  .header-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
  }
  /* line 100, scss/partials/_responsive.scss */
  .header-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
  }
  /* line 104, scss/partials/_responsive.scss */
  .header-search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
  }

  /* line 110, scss/partials/_responsive.scss */
  .header .dropdown-content2 {
    display: none;
  }
  /* line 114, scss/partials/_responsive.scss */
  .header .header-bottom .widget-category-list {
    width: 100%;
  }
  /* line 117, scss/partials/_responsive.scss */
  .header .header-bottom .menu-trigger {
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
  }
  /* line 125, scss/partials/_responsive.scss */
  .header .header-bottom .menu-trigger i {
    font-size: 30px;
    float: right;
    margin-right: 4px;
  }
  /* line 131, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #444;
    left: 0;
    top: 52px;
    border-radius: 5px;
    width: 100%;
  }
  /* line 140, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li {
    float: none;
  }
  /* line 142, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li a {
    display: block;
    padding: 10px 50px 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 150, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li a:hover {
    background: #888;
  }
  /* line 154, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .icon-font-awesome {
    font-size: 25px;
    color: #fff;
    position: absolute;
    right: 13px;
    top: 11px;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
  }
  /* line 168, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li:hover .submenu {
    display: none;
  }
  /* line 172, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu {
    position: static;
    background: none;
    border: 0 none;
    border-radius: 0;
  }
  /* line 177, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu li {
    border-top: 0 none;
  }
  /* line 180, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu a {
    padding-left: 40px;
    width: auto;
  }
  /* line 183, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu a:hover {
    background: #888;
    color: #fff;
  }
  /* line 189, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu .submenu a {
    padding-left: 80px;
    width: auto;
    color: #fff;
  }
  /* line 193, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu .submenu a:hover {
    background: #888;
    color: #fff;
  }
  /* line 199, scss/partials/_responsive.scss */
  .header .header-bottom .widget-content li .submenu.show {
    display: block;
  }

  /* line 207, scss/partials/_responsive.scss */
  .social-icons-set {
    margin-left: -20px;
  }
  /* line 209, scss/partials/_responsive.scss */
  .social-icons-set li {
    margin-left: 20px;
  }
  /* line 211, scss/partials/_responsive.scss */
  .social-icons-set li a {
    width: 300px;
  }
  /* line 213, scss/partials/_responsive.scss */
  .social-icons-set li a .bot1 {
    left: 100px;
    top: 30px;
  }
  /* line 216, scss/partials/_responsive.scss */
  .social-icons-set li a .bot1 h3 {
    font-size: 28px;
    line-height: 28px;
  }
  /* line 220, scss/partials/_responsive.scss */
  .social-icons-set li a .bot1 p {
    display: none;
  }

  /* line 228, scss/partials/_responsive.scss */
  .footer .footer-bottom {
    border-top: 0 none;
    background: none;
  }

  /* line 233, scss/partials/_responsive.scss */
  .main-content {
    width: 700px;
  }

  /* line 236, scss/partials/_responsive.scss */
  .main-rsidebar {
    width: 220px;
  }

  /* line 241, scss/partials/_responsive.scss */
  .product-details .product-info .left {
    width: 300px;
    margin-right: 20px;
  }
  /* line 246, scss/partials/_responsive.scss */
  .product-details .product-basic-info {
    width: 380px;
  }
  /* line 250, scss/partials/_responsive.scss */
  .product-details .relative-products .carousel {
    margin: 0 auto;
  }
  /* line 252, scss/partials/_responsive.scss */
  .product-details .relative-products .carousel li {
    width: 210px;
  }

  /* line 260, scss/partials/_responsive.scss */
  .widget-best-selling-products li div {
    width: 105px;
  }

  /* line 266, scss/partials/_responsive.scss */
  .widget-discount-products .content-wrapper {
    width: 105px;
  }

  /* line 272, scss/partials/_responsive.scss */
  .product-list li .center-block {
    width: 290px;
  }
  /* line 276, scss/partials/_responsive.scss */
  .product-list .grid {
    margin-left: -20px;
  }
  /* line 278, scss/partials/_responsive.scss */
  .product-list .grid li {
    margin-left: 20px;
    width: 220px;
    padding: 15px;
    margin-top: 20px;
  }
  /* line 283, scss/partials/_responsive.scss */
  .product-list .grid li .right-block .buttons {
    left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 293, scss/partials/_responsive.scss */
  .widget-discount-products .image-wrapper {
    margin-bottom: 10px;
  }
  /* line 296, scss/partials/_responsive.scss */
  .widget-discount-products .description {
    display: none;
  }
  /* line 299, scss/partials/_responsive.scss */
  .widget-discount-products .real-price {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 306, scss/partials/_responsive.scss */
  .wrap {
    width: auto;
    margin: 0 2%;
  }

  /* line 311, scss/partials/_responsive.scss */
  .header .header-inner {
    padding-bottom: 30px;
  }
  /* line 313, scss/partials/_responsive.scss */
  .header .header-inner .logo img {
    max-width: 240px;
    max-height: 54px;
  }
  /* line 317, scss/partials/_responsive.scss */
  .header .header-inner .right-box {
    margin-top: 0;
  }

  /* line 322, scss/partials/_responsive.scss */
  .header-search {
    top: -120px;
    right: 270px;
  }
  /* line 325, scss/partials/_responsive.scss */
  .header-search input[type="text"] {
    width: 165px;
  }

  /* line 330, scss/partials/_responsive.scss */
  .ad-block li {
    width: 228px;
  }
  /* line 334, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item .btn {
    display: none;
  }

  /* line 342, scss/partials/_responsive.scss */
  .widget-cart .dropdown-toggle {
    background: none;
    padding-left: 0;
    max-width: 260px;
  }

  /* line 351, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li {
    width: 166px;
    padding-top: 3px;
    height: 340px;
  }
  /* line 357, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .image {
    width: 160px;
  }
  /* line 360, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .info {
    width: 150px;
  }

  /* line 367, scss/partials/_responsive.scss */
  .social-icons-set li a {
    width: 228px;
  }
  /* line 369, scss/partials/_responsive.scss */
  .social-icons-set li a .bot1 {
    left: 70px;
    top: 20px;
  }
  /* line 372, scss/partials/_responsive.scss */
  .social-icons-set li a .bot1 h3 {
    font-size: 24px;
    line-height: 24px;
  }

  /* line 382, scss/partials/_responsive.scss */
  .product-list li .center-block {
    width: auto;
    float: none;
    margin-left: 160px;
    margin-right: 0;
  }
  /* line 388, scss/partials/_responsive.scss */
  .product-list li .right-block {
    float: none;
    margin-left: 160px;
    border-left: none;
    width: 300px;
  }
  /* line 393, scss/partials/_responsive.scss */
  .product-list li .right-block .btn {
    display: block;
  }
  /* line 398, scss/partials/_responsive.scss */
  .product-list .grid {
    margin-left: 0;
  }
  /* line 400, scss/partials/_responsive.scss */
  .product-list .grid li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 8px;
  }
  /* line 405, scss/partials/_responsive.scss */
  .product-list .grid li .right-block {
    margin-left: 0;
  }

  /* line 412, scss/partials/_responsive.scss */
  .footer .block {
    width: 50%;
  }
  /* line 415, scss/partials/_responsive.scss */
  .footer .block .address .icon-font-awesome {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: -4px;
  }
  /* line 420, scss/partials/_responsive.scss */
  .footer .block .address .tel {
    font-size: 22px;
  }
  /* line 425, scss/partials/_responsive.scss */
  .footer .information-block {
    clear: left;
  }

  /* line 429, scss/partials/_responsive.scss */
  .main-content, .main-rsidebar {
    width: 100%;
  }

  /* line 432, scss/partials/_responsive.scss */
  .main-rsidebar {
    margin-top: 20px;
  }
  /* line 435, scss/partials/_responsive.scss */
  .main-rsidebar .widget .widget-title {
    display: none;
  }
  /* line 438, scss/partials/_responsive.scss */
  .main-rsidebar .widget .menu-trigger4 {
    display: block;
    background: #fff;
    border-bottom: 1px solid #a8a8a8;
    border-radius: 5px;
    color: #461f51;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 22px;
    padding: 17px 0px 20px 19px;
    margin: 0 0 28px 0;
    padding-right: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    position: relative;
  }
  /* line 449, scss/partials/_responsive.scss */
  .main-rsidebar .widget .menu-trigger4 i {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  /* line 455, scss/partials/_responsive.scss */
  .main-rsidebar .widget .widget-content, .main-rsidebar .widget iframe {
    display: none;
  }
  /* line 460, scss/partials/_responsive.scss */
  .main-rsidebar .widget-taglink .widget-title, .main-rsidebar .widget-taglink a, .main-rsidebar .widget-sitemap .widget-title, .main-rsidebar .widget-sitemap a {
    display: block;
  }

  /* line 467, scss/partials/_responsive.scss */
  .product-details .product-info .left {
    width: 228px;
  }
  /* line 471, scss/partials/_responsive.scss */
  .product-details .product-basic-info {
    width: 290px;
  }
  /* line 475, scss/partials/_responsive.scss */
  .product-details .tabs .ui-tabs-anchor {
    padding: 6px;
    font-size: 16px;
  }

  /* line 483, scss/partials/_responsive.scss */
  .widget-best-selling-products li div {
    width: auto;
    float: none;
    margin-left: 32%;
  }
  /* line 488, scss/partials/_responsive.scss */
  .widget-best-selling-products li a {
    width: 100%;
  }
  /* line 492, scss/partials/_responsive.scss */
  .widget-best-selling-products .image {
    width: 30%;
    text-align: center;
    margin-right: 2%;
  }
  /* line 496, scss/partials/_responsive.scss */
  .widget-best-selling-products .image img {
    max-height: 150px;
  }

  /* line 502, scss/partials/_responsive.scss */
  .widget-discount-products .image-wrapper {
    width: 30%;
    margin-bottom: 10px;
  }
  /* line 506, scss/partials/_responsive.scss */
  .widget-discount-products .content-wrapper {
    width: auto;
    margin-left: 32%;
    float: none;
  }
  /* line 511, scss/partials/_responsive.scss */
  .widget-discount-products .description {
    display: block;
  }

  /* line 515, scss/partials/_responsive.scss */
  .products-filter {
    height: 60px;
  }

  /* line 520, scss/partials/_responsive.scss */
  .cart-page .cart-list .block-content {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  /* line 525, scss/partials/_responsive.scss */
  .cart-page .cart-list table {
    min-width: 720px;
  }
  /* line 528, scss/partials/_responsive.scss */
  .cart-page .cart-list select {
    max-width: 120px;
  }
  /* line 531, scss/partials/_responsive.scss */
  .cart-page .cart-list .attributes {
    width: 20%;
  }
  /* line 534, scss/partials/_responsive.scss */
  .cart-page .cart-list .quantity {
    width: 10%;
  }
  /* line 540, scss/partials/_responsive.scss */
  .cart-page .pickup-date-selector td, .cart-page .shipping-selector td,
  .cart-page .discount-code td, .cart-page .country-selector td {
    max-width: 250px;
  }
}
@media screen and (max-width: 736px) {
  /* line 549, scss/partials/_responsive.scss */
  .ad-block li {
    width: 222px;
  }

  /* line 556, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li {
    width: 222px;
  }

  /* line 564, scss/partials/_responsive.scss */
  .social-icons-set li a {
    width: 222px;
  }
}
@media screen and (max-width: 667px) {
  /* line 573, scss/partials/_responsive.scss */
  .header .dropdown-content3 {
    display: none;
  }
  /* line 576, scss/partials/_responsive.scss */
  .header .header-inner {
    padding-bottom: 22px;
  }
  /* line 579, scss/partials/_responsive.scss */
  .header .header-inner .right-box .dropdown-toggle {
    background: none;
    padding: 0;
    max-width: 100%;
  }
  /* line 586, scss/partials/_responsive.scss */
  .header .header-top {
    padding: 5px 0;
  }
  /* line 589, scss/partials/_responsive.scss */
  .header .top-nav-block {
    min-height: 45px;
    background: #000;
  }
  /* line 593, scss/partials/_responsive.scss */
  .header .quick-nav {
    width: 33.33%;
    margin-top: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 598, scss/partials/_responsive.scss */
  .header .quick-nav .dropdown-toggle {
    display: block;
    height: 45px;
  }
  /* line 601, scss/partials/_responsive.scss */
  .header .quick-nav .dropdown-toggle:hover {
    background: #3b3b3b;
    color: #8a6296;
  }
  /* line 606, scss/partials/_responsive.scss */
  .header .quick-nav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background: #444;
    text-align: left;
    z-index: 9;
    min-width: 33.33%;
  }
  /* line 615, scss/partials/_responsive.scss */
  .header .quick-nav ul li {
    float: none;
    border-top: 1px solid #555;
  }
  /* line 618, scss/partials/_responsive.scss */
  .header .quick-nav ul li a {
    display: block;
    padding: 8px 5px 8px 10px;
  }
  /* line 621, scss/partials/_responsive.scss */
  .header .quick-nav ul li a:hover {
    color: #979797;
  }
  /* line 626, scss/partials/_responsive.scss */
  .header .quick-nav ul li.current a {
    color: #979797;
  }
  /* line 633, scss/partials/_responsive.scss */
  .header .login-info {
    width: 33.33%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 637, scss/partials/_responsive.scss */
  .header .login-info a {
    padding: 2px 0 1px;
    display: block;
  }
  /* line 641, scss/partials/_responsive.scss */
  .header .login-info .dropdown-content {
    width: 100%;
    top: 45px;
  }
  /* line 646, scss/partials/_responsive.scss */
  .header .language-switcher {
    border-color: #444;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 650, scss/partials/_responsive.scss */
  .header .language-switcher .dropdown-toggle {
    height: 45px;
    line-height: 45px;
  }
  /* line 653, scss/partials/_responsive.scss */
  .header .language-switcher .dropdown-toggle:hover {
    background: #3b3b3b;
  }
  /* line 657, scss/partials/_responsive.scss */
  .header .language-switcher .dropdown-content {
    width: 100%;
  }
  /* line 661, scss/partials/_responsive.scss */
  .header .header-bottom {
    padding-top: 61px;
  }
  /* line 664, scss/partials/_responsive.scss */
  .header .header-search {
    top: -56px;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
  /* line 669, scss/partials/_responsive.scss */
  .header .header-search form {
    background: #fff;
    border-radius: 2px;
    box-shadow: none;
    border-bottom: 3px solid #208d4e;
    width: 100%;
  }
  /* line 676, scss/partials/_responsive.scss */
  .header .header-search .btn-search {
    color: #f39c12;
    width: 10%;
    text-align: center;
    float: right;
  }
  /* line 682, scss/partials/_responsive.scss */
  .header .header-search input[type="text"] {
    width: 90%;
    color: rgba(0, 0, 0, 0.75);
  }
  /* line 686, scss/partials/_responsive.scss */
  .header .header-search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7a7a7a;
  }
  /* line 690, scss/partials/_responsive.scss */
  .header .header-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7a7a7a;
  }
  /* line 694, scss/partials/_responsive.scss */
  .header .header-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7a7a7a;
  }
  /* line 698, scss/partials/_responsive.scss */
  .header .header-search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7a7a7a;
  }

  /* line 704, scss/partials/_responsive.scss */
  .ad-block {
    margin-left: 0;
  }
  /* line 706, scss/partials/_responsive.scss */
  .ad-block li {
    width: 100%;
    margin-bottom: 8px;
    float: none;
    margin-left: 0;
  }
  /* line 711, scss/partials/_responsive.scss */
  .ad-block li .ad-img {
    max-width: 370px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  /* line 717, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h2 {
    font-size: 36px;
    line-height: 36px;
  }
  /* line 721, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h4 {
    font-size: 14px;
  }
  /* line 724, scss/partials/_responsive.scss */
  .ad-block li .ad-img .item h3 {
    font-size: 23px;
  }

  /* line 732, scss/partials/_responsive.scss */
  .widget .widget-title {
    font-size: 22px;
  }

  /* line 737, scss/partials/_responsive.scss */
  .widget-cart .title {
    max-width: 100%;
  }

  /* line 742, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content {
    padding-bottom: 0;
  }
  /* line 744, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul {
    margin-left: 0;
  }
  /* line 746, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li {
    float: none;
    border: solid 1px #ccc;
    width: 100%;
    margin-left: 0;
    padding: 16px 20px 20px;
    height: auto;
    margin-bottom: 20px;
  }
  /* line 754, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li .buttons {
    position: static;
  }
  /* line 756, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li .buttons .btn {
    width: auto;
    background: none;
    border-top: none;
    text-align: left;
    display: inline-block;
  }
  /* line 762, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li .buttons .btn:hover {
    background: none;
    color: #2f73e4;
  }
  /* line 768, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content ul li:last-child {
    margin-bottom: 0;
  }
  /* line 773, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .image {
    width: 118px;
    float: left;
  }
  /* line 777, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .info {
    width: 100%;
  }
  /* line 780, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .pro-info-box {
    margin-left: 138px;
  }
  /* line 783, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .price {
    text-align: left;
    background: none;
    margin-right: 20px;
    color: #fd4d37;
    padding: 11px 0;
  }

  /* line 792, scss/partials/_responsive.scss */
  .share-link-block {
    display: none;
  }

  /* line 796, scss/partials/_responsive.scss */
  .footer .links-blocks {
    padding-top: 12px;
  }
  /* line 799, scss/partials/_responsive.scss */
  .footer .block {
    width: 100%;
    float: none;
  }
  /* line 802, scss/partials/_responsive.scss */
  .footer .block h4, .footer .block .drop-content {
    display: none;
  }
  /* line 805, scss/partials/_responsive.scss */
  .footer .block .menu-trigger2 {
    font-size: 22px;
    line-height: 22px;
    color: #2f73e4;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0 11px;
    display: block;
  }
  /* line 814, scss/partials/_responsive.scss */
  .footer .block .menu-trigger2 i {
    float: right;
  }
  /* line 819, scss/partials/_responsive.scss */
  .footer .block:last-child h4 {
    margin: 10px 0 11px 0;
    padding: 0;
    display: block;
  }
  /* line 825, scss/partials/_responsive.scss */
  .footer .block .icon-mobile-phone {
    display: none;
  }

  /* line 832, scss/partials/_responsive.scss */
  .product-details .product-info .left {
    width: 100%;
    float: none;
  }
  /* line 837, scss/partials/_responsive.scss */
  .product-details .product-images {
    width: 300px;
    margin: 0 auto;
    float: none;
  }
  /* line 842, scss/partials/_responsive.scss */
  .product-details .product-basic-info {
    width: 100%;
    border-top: 1px dotted #8a6296;
    padding-top: 22px;
  }
  /* line 846, scss/partials/_responsive.scss */
  .product-details .product-basic-info .product-name {
    display: none;
  }
  /* line 850, scss/partials/_responsive.scss */
  .product-details .product-name-top {
    display: block;
    color: #333333;
    font-size: 23px;
    line-height: 27px;
  }

  /* line 859, scss/partials/_responsive.scss */
  .product-list li .image {
    width: 29%;
    height: auto;
  }
  /* line 863, scss/partials/_responsive.scss */
  .product-list li .center-block {
    margin-left: 30%;
  }
  /* line 866, scss/partials/_responsive.scss */
  .product-list li .right-block {
    margin-left: 30%;
  }
  /* line 869, scss/partials/_responsive.scss */
  .product-list li .right-block .buttons .btn {
    margin-bottom: 0;
    margin-right: 20px;
  }

  /* line 878, scss/partials/_responsive.scss */
  .block-login .register-box, .block-login .login-box, .block-login .guest-box {
    width: 100%;
  }

  /* line 883, scss/partials/_responsive.scss */
  .sitemap .block {
    width: 100%;
    margin-right: 0;
  }

  /* line 889, scss/partials/_responsive.scss */
  .mail-to-friend-form th, .mail-to-friend-form td {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  /* line 894, scss/partials/_responsive.scss */
  .mail-to-friend-form .parsley-error-list {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
  }
  /* line 899, scss/partials/_responsive.scss */
  .mail-to-friend-form .parsley-error-list:before {
    border-top-color: #b94a48;
    border-right-color: transparent;
    left: 18px;
    top: 100%;
  }
  /* line 905, scss/partials/_responsive.scss */
  .mail-to-friend-form .parsley-error-list:after {
    border-top-color: #f2dede;
    border-right-color: transparent;
    left: 20px;
    top: 100%;
  }

  /* line 914, scss/partials/_responsive.scss */
  .header-search .ui-autocomplete {
    width: 100% !important;
  }
  /* line 917, scss/partials/_responsive.scss */
  .header-search .ui-autocomplete .ui-menu-item .title {
    width: 70%;
  }
}
@media screen and (max-width: 568px) {
  /* line 928, scss/partials/_responsive.scss */
  .product-list .grid li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  /* line 936, scss/partials/_responsive.scss */
  select {
    max-width: 180px;
  }

  /* line 939, scss/partials/_responsive.scss */
  .main-rsidebar select {
    max-width: 100%;
  }

  /* line 942, scss/partials/_responsive.scss */
  .order-breadcrumb {
    display: none;
  }

  /* line 947, scss/partials/_responsive.scss */
  .product-details .tabs li {
    float: none;
  }
  /* line 951, scss/partials/_responsive.scss */
  .product-details .tabs .pagination li {
    float: left;
  }
  /* line 954, scss/partials/_responsive.scss */
  .product-details .tabs .pagination a {
    padding: 0 10px;
    color: #461f51;
    background: none;
  }
  /* line 958, scss/partials/_responsive.scss */
  .product-details .tabs .pagination a:hover {
    color: #461f51;
  }
  /* line 964, scss/partials/_responsive.scss */
  .product-details .tabs .ui-tabs-active .btn {
    color: #461f51;
    font-size: 18px;
  }
  /* line 970, scss/partials/_responsive.scss */
  .product-details .tabs .tags li {
    float: none;
  }
  /* line 975, scss/partials/_responsive.scss */
  .product-details .product-basic-info {
    border-top: none;
  }

  /* line 979, scss/partials/_responsive.scss */
  .ui-dialog {
    width: 430px !important;
  }

  /* line 982, scss/partials/_responsive.scss */
  .layout-view {
    display: none;
  }

  /* line 985, scss/partials/_responsive.scss */
  .PagedList-skipToPrevious, .PagedList-skipToNext {
    display: none;
  }

  /* line 989, scss/partials/_responsive.scss */
  .products-pagination .pagination-info {
    display: none;
  }

  /* line 995, scss/partials/_responsive.scss */
  .orders table th, .orders table td {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 999, scss/partials/_responsive.scss */
  .orders table th {
    width: 45%;
  }
  /* line 1002, scss/partials/_responsive.scss */
  .orders table td {
    width: 50%;
    padding-left: 8px;
  }
  /* line 1006, scss/partials/_responsive.scss */
  .orders table .last {
    width: 100%;
  }

  /* line 1012, scss/partials/_responsive.scss */
  .page .btn-print {
    font-size: 0;
    margin-top: -68px;
  }
  /* line 1016, scss/partials/_responsive.scss */
  .page .icon-print {
    font-size: 14px;
  }

  /* line 1021, scss/partials/_responsive.scss */
  .widget-discount-products .description {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  /* line 1028, scss/partials/_responsive.scss */
  .products-filter .brands-filter .dropdown-panel {
    width: 320px;
  }
}
@media screen and (max-width: 375px) {
  /* line 1035, scss/partials/_responsive.scss */
  .header .header-inner {
    padding: 15px 0;
  }
  /* line 1037, scss/partials/_responsive.scss */
  .header .header-inner .logo {
    margin-bottom: 10px;
  }

  /* line 1043, scss/partials/_responsive.scss */
  .slider .slider-topic {
    width: 100%;
    height: 100%;
    background: none;
  }
  /* line 1047, scss/partials/_responsive.scss */
  .slider .slider-topic .flex-prev, .slider .slider-topic .flex-next {
    top: 50%;
    margin-top: -13px;
    left: 5%;
  }
  /* line 1052, scss/partials/_responsive.scss */
  .slider .slider-topic .flex-next {
    right: 5%;
    left: auto;
  }

  /* line 1060, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content .name {
    max-height: 77px;
    height: 77px;
  }
  /* line 1064, scss/partials/_responsive.scss */
  .widget-newest-product-list .widget-content img {
    max-height: 90px;
  }

  /* line 1070, scss/partials/_responsive.scss */
  .product-details .product-images {
    width: auto;
  }
  /* line 1074, scss/partials/_responsive.scss */
  .product-details .tabs li {
    margin-bottom: 5px;
  }

  /* line 1080, scss/partials/_responsive.scss */
  .ad-gallery .ad-forward, .ad-gallery .ad-back {
    left: 0;
  }
  /* line 1083, scss/partials/_responsive.scss */
  .ad-gallery .ad-forward {
    right: 0;
    left: auto;
  }

  /* line 1090, scss/partials/_responsive.scss */
  .product-list .grid li {
    width: auto;
    height: auto;
    float: none;
  }
  /* line 1094, scss/partials/_responsive.scss */
  .product-list .grid li .right-block {
    min-height: 0;
  }
  /* line 1096, scss/partials/_responsive.scss */
  .product-list .grid li .right-block .buttons {
    position: static;
  }

  /* line 1104, scss/partials/_responsive.scss */
  .pagination li {
    margin-bottom: 5px;
  }

  /* line 1109, scss/partials/_responsive.scss */
  .widget-discount-products .content-wrapper {
    width: 157px;
  }

  /* line 1115, scss/partials/_responsive.scss */
  .products-filter .brands-filter .dropdown-panel {
    width: 289px;
  }

  /* line 1121, scss/partials/_responsive.scss */
  .widget-cart .dropdown-content {
    padding: 5px;
    width: 282px;
  }

  /* line 1127, scss/partials/_responsive.scss */
  .widget-contact-info .map-container {
    width: 100%;
  }

  /* line 1133, scss/partials/_responsive.scss */
  .cart-page .pickup-date-selector .form-item {
    width: 180px;
  }

  /* line 1140, scss/partials/_responsive.scss */
  .cart-page .discount-code input {
    width: 180px;
  }

  /* line 1147, scss/partials/_responsive.scss */
  .cart-page .cart-list img {
    max-height: 40px;
    max-width: 40px;
  }
  /* line 1151, scss/partials/_responsive.scss */
  .cart-page .cart-list th, .cart-page .cart-list td {
    word-break: break-all;
  }
  /* line 1154, scss/partials/_responsive.scss */
  .cart-page .cart-list .image {
    width: 15%;
  }
  /* line 1157, scss/partials/_responsive.scss */
  .cart-page .cart-list .attributes, .cart-page .cart-list .quantity {
    width: 18%;
  }

  /* line 1164, scss/partials/_responsive.scss */
  .orders table th {
    word-break: break-all;
  }

  /* line 1169, scss/partials/_responsive.scss */
  .ui-dialog {
    width: auto !important;
  }
}
