/** desktop header variables **/

/**** mobile header ****/
/**** mobile menu *****/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.mainBlock .carousel-inner .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.rtl .allow-rtl-grid .col-xs-1,
.rtl .allow-rtl-grid .col-xs-2,
.rtl .allow-rtl-grid .col-xs-3,
.rtl .allow-rtl-grid .col-xs-4,
.rtl .allow-rtl-grid .col-xs-5,
.rtl .allow-rtl-grid .col-xs-6,
.rtl .allow-rtl-grid .col-xs-7,
.rtl .allow-rtl-grid .col-xs-8,
.rtl .allow-rtl-grid .col-xs-9,
.rtl .allow-rtl-grid .col-xs-10,
.rtl .allow-rtl-grid .col-xs-11,
.rtl .allow-rtl-grid .col-xs-12 {
  float: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .rtl .allow-rtl-grid .col-sm-1,
  .rtl .allow-rtl-grid .col-sm-2,
  .rtl .allow-rtl-grid .col-sm-3,
  .rtl .allow-rtl-grid .col-sm-4,
  .rtl .allow-rtl-grid .col-sm-5,
  .rtl .allow-rtl-grid .col-sm-6,
  .rtl .allow-rtl-grid .col-sm-7,
  .rtl .allow-rtl-grid .col-sm-8,
  .rtl .allow-rtl-grid .col-sm-9,
  .rtl .allow-rtl-grid .col-sm-10,
  .rtl .allow-rtl-grid .col-sm-11,
  .rtl .allow-rtl-grid .col-sm-12 {
    float: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .rtl .allow-rtl-grid .col-md-1,
  .rtl .allow-rtl-grid .col-md-2,
  .rtl .allow-rtl-grid .col-md-3,
  .rtl .allow-rtl-grid .col-md-4,
  .rtl .allow-rtl-grid .col-md-5,
  .rtl .allow-rtl-grid .col-md-6,
  .rtl .allow-rtl-grid .col-md-7,
  .rtl .allow-rtl-grid .col-md-8,
  .rtl .allow-rtl-grid .col-md-9,
  .rtl .allow-rtl-grid .col-md-10,
  .rtl .allow-rtl-grid .col-md-11,
  .rtl .allow-rtl-grid .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .rtl .allow-rtl-grid .col-lg-1,
  .rtl .allow-rtl-grid .col-lg-2,
  .rtl .allow-rtl-grid .col-lg-3,
  .rtl .allow-rtl-grid .col-lg-4,
  .rtl .allow-rtl-grid .col-lg-5,
  .rtl .allow-rtl-grid .col-lg-6,
  .rtl .allow-rtl-grid .col-lg-7,
  .rtl .allow-rtl-grid .col-lg-8,
  .rtl .allow-rtl-grid .col-lg-9,
  .rtl .allow-rtl-grid .col-lg-10,
  .rtl .allow-rtl-grid .col-lg-11,
  .rtl .allow-rtl-grid .col-lg-12 {
    float: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4d4d4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 900;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 6px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 6px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 6px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 6px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 6px;
  margin-bottom: -6px;
  border-width: 6px 6px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 6px;
  margin-top: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
  outline-offset: 0;
}
.ltr {
  direction: ltr;
}
.visibility-hidden {
  visibility: hidden;
}
.element-hidden {
  visibility: hidden;
  display: block;
  height: 0px !important;
  width: 0px !important;
}
.rtlInput {
  text-align: right;
}
.rtlInput input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtlInput input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtlInput input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtlInput input[type="text"] {
  text-align: right;
  direction: rtl;
}
.centerInputL {
  text-align: center;
}
.centerInputL input[type="text"]:-moz-placeholder {
  text-align: center;
}
.centerInputL input[type="text"]:-ms-input-placeholder {
  text-align: center;
}
.centerInputL input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}
.centerInputL input[type="text"] {
  text-align: center;
  direction: rtl;
}
@media (max-width: 550px) {
  .visibleCnt {
    display: block !important;
  }
}
@media (max-width: 550px) {
  .hiddenCnt {
    display: none !important;
  }
}
.form-group.fancy {
  margin-bottom: 0;
}
.form-group.fancy input[type="checkbox"] {
  display: none;
}
.form-group.fancy input[type="checkbox"] + .btn-group > label span {
  width: 20px;
}
.form-group.fancy input[type="checkbox"] + .btn-group > label span:first-child {
  display: none;
}
.form-group.fancy input[type="checkbox"] + .btn-group > label span:last-child {
  display: inline-block;
}
.form-group.fancy input[type="checkbox"]:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.form-group.fancy input[type="checkbox"]:checked + .btn-group > label span:last-child {
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}
.error {
  color: red;
}
input {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
input:focus {
  box-shadow: none;
  border: 1px solid #00b1ee;
}
input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
form.submitted input.ng-invalid,
form.submitted select.ng-invalid {
  border: 1px solid #ed2f4f !important;
}
form.submitted label.missing {
  color: #ed2f4f;
}
.rtl .rtlDirection {
  direction: rtl;
}
.rtl-ltr-align {
  text-align: left;
}
.rtl .rtl-ltr-align {
  text-align: right;
}
.rtl-floatLeft {
  float: left;
}
.rtl .rtl-floatLeft {
  float: right;
}
.rtl-floatRight {
  float: right;
}
.rtl .rtl-floatRight {
  float: left;
}
.upNarrowTemplate .nav-arrow {
  border-style: solid;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #ccc;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -9px;
}
.upNarrowTemplate .nav-arrow-inner {
  border-style: solid;
  border-width: 9px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 9px solid #fff;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 1px;
  left: -9px;
}
.rotateIconTemplate .rotateIcon {
  transition: transform 0.5s;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 90%;
}
.rotateIconTemplate.active .rotateIcon,
.rotateIconTemplate.open .rotateIcon {
  -webkit-transform: translateY(3px) rotate(-180deg);
  -moz-transform: translateY(3px) rotate(-180deg);
  -ms-transform: translateY(3px) rotate(-180deg);
  -o-transform: translateY(3px) rotate(-180deg);
  transform: translateY(3px) rotate(-180deg);
}
.rotateIconTemplate2 .rotateIcon {
  transition: transform 0.5s;
}
.rotateIconTemplate2.open .rotateIcon {
  -webkit-transform: translateY(3px) rotate(-90deg);
  -moz-transform: translateY(3px) rotate(-90deg);
  -ms-transform: translateY(3px) rotate(-90deg);
  -o-transform: translateY(3px) rotate(-90deg);
  transform: translateY(3px) rotate(-90deg);
}
.rtlInput {
  text-align: right;
}
.rtlInput input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtlInput input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtlInput input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtlInput input[type="text"] {
  text-align: right;
  direction: rtl;
}
.centerInputL {
  text-align: center;
}
.centerInputL input[type="text"]:-moz-placeholder {
  text-align: center;
}
.centerInputL input[type="text"]:-ms-input-placeholder {
  text-align: center;
}
.centerInputL input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}
.centerInputL input[type="text"] {
  text-align: center;
  direction: rtl;
}
#paymentFrame {
  border: none;
  width: 100%;
  min-height: 210px;
}
#paymentFrame.veripay {
  height: 620px;
}
#paymentFrame.icredit {
  height: 950px;
}
.glyphiconsRight .glyphicon {
  float: right;
  top: 3px;
  color: #d4d4d4;
  padding-left: 15px;
}
.rtl .glyphiconsRight .glyphicon {
  float: left;
}
.glyphiconsLeft .glyphicon {
  float: left;
  top: 3px;
  color: #d4d4d4;
  padding-left: 15px;
}
.rtl .glyphiconsLeft .glyphicon {
  float: right;
}
.dropdownMenuSubMenuTemplate {
  height: 100%;
  float: left;
}
.rtl .dropdownMenuSubMenuTemplate {
  float: right;
}
.dropdownMenuSubMenuTemplate > div {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s linear 0.5s;
  -moz-transition: height 0.5s linear 0.5s;
  -o-transition: height 0.5s linear 0.5s;
  -transition: height 0.5s linear 0.5s;
}
.dropdownMenuSubMenuTemplate > div .subInnerWrap {
  display: none;
}
.dropdownMenuSubMenuTemplate > div.opened {
  opacity: 1;
  height: 100%;
}
.dropdownMenuSubMenuTemplate > div.opened .subInnerWrap {
  display: block;
}
.flying-image {
  position: fixed;
  z-index: 5000;
}
.carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.carousel ul li {
  display: inline-block;
}
.modal .modal-dialog .closeButtonBlock {
  position: absolute;
  right: -46px;
  top: -10px;
  color: #fff;
}
.modal .modal-dialog .closeButtonBlock .btn {
  color: #fff;
  font-weight: bold;
  font-size: 150%;
}
@media (max-width: 550px) {
  .modal .modal-dialog .closeButtonBlock {
    right: 2px;
    top: 2px;
    color: #000;
    z-index: 100;
  }
  .modal .modal-dialog .closeButtonBlock .btn {
    color: #d4d4d4;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  top: 40%;
  left: -50vw;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shortAddressRow {
  display: block;
  clear: both;
  height: 80px;
  padding-top: 10px;
  width: 100%;
}
.pac-container,
.pac-logo {
  z-index: 10000;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5c5654;
}
body.rtl {
  direction: rtl;
}
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
  overflow: hidden;
}
body .blackScreen {
  width: 100vw;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1001;
}
body .load-indicator {
  width: 100%;
  text-align: center;
}
.tooltip {
  pointer-events: none;
}
.full-width {
  width: 100%;
}
@font-face {
  font-family: 'Alef Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Alef-Regular.eot);
  src: url(/assets/Alef-Regular.woff2) format('woff2'), url(/assets/Alef-Regular.woff) format('woff'), url(/assets/Alef-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Alef Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/Alef-Bold.eot);
  src: url(../assets/fonts/Alef-Bold.woff2) format('woff2'), url(../assets/fonts/Alef-Bold.woff) format('woff'), url(../assets/fonts/Alef-Bold.ttf) format('truetype');
}
.e404 .body {
  font-family: "Alef Hebrew";
  background-image: url('../assets/404/background.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #481a1a;
  min-height: 10%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.e404 .no_padding {
  padding: 0px !important;
}
.e404 .page-wrapper {
  margin: 50px 0 0;
}
.e404 .flLeft {
  float: left;
}
.e404 .wrapper_iner {
  content: "";
  opacity: 0.7;
  background-color: #5d4446;
  background-size: cover;
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  margin-bottom: 1%;
}
.e404 .wrapper_iner img {
  float: left;
  height: 100px;
  margin-left: 4%;
  margin-top: 2%;
  width: 97%;
}
.e404 .wrapper_iner p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.e404 .desc {
  margin-top: 10%;
  font-weight: bold;
  color: #5d4446;
  text-align: right;
  font-size: 24px;
  font-weight: 100;
}
.e404 h1 {
  font-weight: 700 !important;
  font-size: 40px;
  font-family: "Alef Hebrew";
}
.e404 .ion-arrow-left-b {
  margin-top: 19%;
  margin-left: -5px;
  color: #f6efe5;
  float: left;
}
.e404 .author {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
}
.e404 .like {
  background: -webkit-linear-gradient(#3657a2, #30509C) !important;
  background: -o-linear-gradient(#3657a2, #30509C) !important;
  background: -moz-linear-gradient(#3657a2, #30509C) !important;
  background: linear-gradient(#4171DE, #30509C) !important;
  color: #ffffff !important;
}
.e404 .fb_cont {
  min-height: 80px;
}
.e404 .fb_link img {
  height: 42px !important;
  position: absolute;
  right: 6%;
  top: 25%;
}
.e404 .facbook_cont {
  margin: 20px 0;
  overflow: hidden;
}
.e404 .p1 {
  padding-left: 5px;
  padding-right: 20%;
  width: 100%;
  text-align: center;
  font-size: 19px;
  direction: rtl;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 0px !important;
}
.e404 .p2 {
  padding-left: 5px;
  padding-right: 17%;
  width: 100%;
  text-align: center;
  font-size: 19px;
  direction: rtl;
  margin-right: 40px;
  margin-bottom: 0px !important;
}
.e404 i.fa.fa-caret-left.fa-3x {
  margin-top: 7%;
  margin-left: -13px;
  color: #E7DFD2;
  float: left;
  text-shadow: -3px 1px 6px rgba(51, 51, 51, 0.45);
}
.e404 .man-image {
  width: 150px;
  margin-top: 28%;
}
.e404 .fb_link {
  background-image: url("../assets/404/bgg6.jpg");
  background-repeat: repeat-x;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.45);
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.e404 .tx_btn {
  background-image: url("../assets/404/but5.png");
  margin-left: 4%;
  float: left;
  border: none;
  border-radius: 4px;
  min-height: 27px;
  color: #5d4446;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
  box-shadow: 1px 1px 5px #333;
}
.e404 button.btn.btn-primary.like {
  margin-left: 33%;
  margin-bottom: 5px;
  padding: 6px 19px !important;
  border: 1px solid #333;
}
.e404 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.e404 .span4 {
  float: left;
  width: 5%;
  margin-left: 2%;
}
@media screen and (min-width: 500px) and (max-width: 1200px) {
  .e404 .p1 {
    font-size: 15px;
  }
  .e404 .p2 {
    font-size: 15px;
  }
}
@media (max-width: 499px) {
  .e404 .p1 {
    font-size: 14px;
  }
  .e404 .p2 {
    font-size: 14px;
  }
  .e404 .desc {
    font-size: 13px !important;
  }
  .e404 .wrapper_iner {
    height: 107px;
  }
  .e404 p.author {
    font-size: 18px;
    text-align: right;
  }
  .e404 .motorino {
    display: none;
  }
  .e404 h1 {
    font-size: 22px;
  }
  .e404 .fb_cont {
    min-height: 20px;
  }
  .e404 .fb_cont p {
    font-size: 10px;
  }
}
@media screen and (min-width: 350px) and (max-width: 555px) {
  .e404 .desc {
    font-size: 13px !important;
  }
  .e404 .tx_btn {
    margin-left: 9% !important;
  }
  .e404 .wrapper_iner {
    height: 107px;
  }
  .e404 p.author {
    font-size: 18px;
    text-align: right;
  }
  .e404 .motorino {
    display: none;
  }
  .e404 h1 {
    font-size: 22px;
  }
  .e404 .fb_cont {
    min-height: 20px;
  }
  .e404 .fb_cont p {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .e404 .desc {
    font-size: 20px;
  }
  .e404 .wrapper_iner {
    height: 107px;
  }
  .e404 .author {
    font-size: 18px;
    text-align: right;
  }
  .e404 .motorino {
    display: none;
  }
}
#login-modal #promotionsInput {
  width: 0;
  height: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  #login-modal .modal-dialog {
    width: 500px;
    margin: 100px auto;
  }
}
#login-modal .modal-content {
  /*position:fixed;
        top: 40px;*/
  padding: 20px;
}
@media (max-width: 550px) {
  #login-modal .modal-content {
    padding: 10px;
  }
}
#login-modal .modal-content .modal-body label {
  margin-bottom: 10px;
  font-size: 100%;
}
#login-modal .modal-content .modal-body .emailInput,
#login-modal .modal-content .modal-body .passwordInput,
#login-modal .modal-content .modal-body .password2Input,
#login-modal .modal-content .modal-body .email2Input,
#login-modal .modal-content .modal-body .phoneInput {
  padding: 10px 12px;
  height: 46px;
  font-size: 16px;
}
#login-modal .modal-content .modal-body .passwordBlock,
#login-modal .modal-content .modal-body .passwordConfirmBlock,
#login-modal .modal-content .modal-body .email2Block,
#login-modal .modal-content .modal-body .phoneBlock,
#login-modal .modal-content .modal-body .promotionsBlock,
#login-modal .modal-content .modal-body .terms-and-conditions-block,
#login-modal .modal-content .modal-body .terms-and-conditions-container {
  margin-top: 20px;
}
#login-modal .modal-content .modal-body .forgotPasswordButton {
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  color: #2d5080;
}
#login-modal .modal-content .modal-body .promotionsBlock {
  width: 100%;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-group {
  display: table;
  width: 100%;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
  border-radius: 4px;
  /*.rtl & {
				    	float:right;
				    }		*/
  width: 36px;
  height: 36px;
  float: none;
  margin-bottom: 0;
  padding: 6px 9px;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:hover,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  background-image: none;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled],
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:hover,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:hover,
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:hover,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:focus,
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled.focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled].focus,
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.focus,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:active,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:active,
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled.active,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled].active,
fieldset[disabled] #login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored .badge {
  color: #00aeef;
  background-color: #fff;
}
#login-modal .modal-content .modal-body .promotionsBlock .inner {
  display: table-cell;
  vertical-align: middle;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  display: table-cell;
  vertical-align: middle;
  float: none;
  white-space: normal;
  text-align: right;
}
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input:hover,
#login-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input:focus {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block {
  width: 100%;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-group {
  display: table;
  width: 100%;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
  border-radius: 4px;
  /*.rtl & {
				    	float:right;
				    }		*/
  width: 36px;
  height: 36px;
  float: none;
  margin-bottom: 0;
  padding: 6px 9px;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:hover,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:active,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:active,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored {
  background-image: none;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled],
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled:hover,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled]:hover,
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:hover,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled:focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled]:focus,
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled.focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled].focus,
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.focus,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled:active,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled]:active,
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored:active,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.disabled.active,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored[disabled].active,
fieldset[disabled] #login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-colored .badge {
  color: #00aeef;
  background-color: #fff;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .inner {
  display: table-cell;
  vertical-align: middle;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-input {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  display: table-cell;
  vertical-align: middle;
  float: none;
  white-space: normal;
  text-align: right;
}
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-input:hover,
#login-modal .modal-content .modal-body .terms-and-conditions-block .btn-terms-and-conditions-input:focus {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
#login-modal .modal-content .modal-footer {
  border: 0;
}
#login-modal .modal-content .modal-footer .loginButton {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
}
#login-modal .modal-content .modal-footer .loginButton:hover,
#login-modal .modal-content .modal-footer .loginButton:focus,
#login-modal .modal-content .modal-footer .loginButton.focus,
#login-modal .modal-content .modal-footer .loginButton:active,
#login-modal .modal-content .modal-footer .loginButton.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-footer .loginButton {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#login-modal .modal-content .modal-footer .loginButton:active,
#login-modal .modal-content .modal-footer .loginButton.active,
.open > .dropdown-toggle#login-modal .modal-content .modal-footer .loginButton {
  background-image: none;
}
#login-modal .modal-content .modal-footer .loginButton.disabled,
#login-modal .modal-content .modal-footer .loginButton[disabled],
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton,
#login-modal .modal-content .modal-footer .loginButton.disabled:hover,
#login-modal .modal-content .modal-footer .loginButton[disabled]:hover,
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton:hover,
#login-modal .modal-content .modal-footer .loginButton.disabled:focus,
#login-modal .modal-content .modal-footer .loginButton[disabled]:focus,
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton:focus,
#login-modal .modal-content .modal-footer .loginButton.disabled.focus,
#login-modal .modal-content .modal-footer .loginButton[disabled].focus,
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton.focus,
#login-modal .modal-content .modal-footer .loginButton.disabled:active,
#login-modal .modal-content .modal-footer .loginButton[disabled]:active,
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton:active,
#login-modal .modal-content .modal-footer .loginButton.disabled.active,
#login-modal .modal-content .modal-footer .loginButton[disabled].active,
fieldset[disabled] #login-modal .modal-content .modal-footer .loginButton.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#login-modal .modal-content .modal-footer .loginButton .badge {
  color: #00aeef;
  background-color: #fff;
}
#login-modal .modal-content .modal-footer .skipButton {
  margin-top: 20px;
  color: #727171;
  border-bottom: 2px solid #e8e8e8;
  border-radius: 0;
  padding-bottom: 3px;
}
#login-modal .modal-content .modal-footer .skipButton:hover {
  text-decoration: none;
  color: #3f3e3e;
  border-bottom-color: #b5b5b5;
}
#login-modal .error {
  margin: 0;
  padding: 0 15px;
}
#login-modal .terms-and-conditions {
  max-height: 80vh;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px 10px;
}
.modal-backdrop.in {
  height: 100% !important;
  z-index: 1000;
  position: fixed;
}
#login-modal.forgotPassword p .glyphicon {
  padding: 6px;
  font-size: 250%;
  color: #00aeef;
  display: block;
  text-align: center;
}
#login-modal.forgotPassword p .txtP {
  display: inline-block;
  display: block;
  text-align: center;
  width: 80%;
  margin: 10px auto;
}
#login-modal.forgotPassword .btn-closeWindow {
  position: absolute;
  right: 5px;
  top: 6px;
  color: #bebebe;
}
#login-modal.forgotPassword.closeButtonOut .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}
#login-modal.forgotPassword.closeButtonOut .modal-content #div-forms {
  width: 90%;
  margin: 10px auto;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
#login-modal.forgotPassword.closeButtonOut .modal-content .btn-closeWindow {
  color: #fff;
}
body {
  font-family: 'Open Sans', 'Assistant', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5c5654;
  position: relative;
  min-width: 320px;
}
body.rtl {
  direction: rtl;
}
.headerContainer {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  display: block;
  background: #fff;
}
@media (max-width: 550px) {
  .headerContainer {
    display: none;
  }
}
@media (max-width: 550px) {
  .headerContainer {
    display: none;
  }
}
.productListInSliderTemplate {
  margin-top: 15px;
  padding: 15px;
}
.productListInSliderTemplate.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.productListInSliderTemplate .titleBlock {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.productListInSliderTemplate.relatedSO .titleBlock {
  color: #ed2f4f;
}
.productListInSliderTemplate .carousel .item:before,
.productListInSliderTemplate .carousel .item:after {
  content: " ";
  display: table;
}
.productListInSliderTemplate .carousel .item:after {
  clear: both;
}
.productListInSliderTemplate .carousel .carousel-control {
  width: 15px;
  color: #009bee;
  background: transparent;
  opacity: 1;
  border: none;
  cursor: pointer;
}
.productListInSliderTemplate .carousel .carousel-control .glyphicon {
  font-size: 50px;
  top: 30%;
}
.productListInSliderTemplate .carousel .carousel-control .glyphicon-chevron-left,
.productListInSliderTemplate .carousel .carousel-control .glyphicon-chevron-right,
.productListInSliderTemplate .carousel .carousel-control .icon-prev,
.productListInSliderTemplate .carousel .carousel-control .icon-next {
  width: 50px;
  height: 50px;
}
.productListInSliderTemplate .carousel .carousel-control.left {
  margin-left: -5px;
  left: 0px;
}
.productListInSliderTemplate .carousel .carousel-control.left .glyphicon {
  margin-left: 0;
}
.productListInSliderTemplate .carousel .carousel-control.right {
  margin-right: -5px;
  right: 0px;
}
.productListInSliderTemplate .carousel .carousel-control.right .glyphicon {
  margin-right: 0;
}
.productListInSliderTemplate .carousel.slide {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.productListInSliderTemplate .productItem .productBgImage {
  height: 100px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.productListInSliderTemplate .productItem .product_name {
  font-size: 70%;
  line-height: 1.2em;
  height: 2.4em;
  margin-top: 5px;
  overflow: hidden;
}
.productListInSliderTemplate .productItem .currentPrice {
  font-weight: bold;
}
.productListInSliderTemplate .productItem .currentPrice:before,
.productListInSliderTemplate .productItem .currentPrice:after {
  content: " ";
  display: table;
}
.productListInSliderTemplate .productItem .currentPrice:after {
  clear: both;
}
.productListInSliderTemplate .productItem .currentPrice .newPrice {
  color: #ed2f4f;
  float: left;
  display: block;
}
.rtl .productListInSliderTemplate .productItem .currentPrice .newPrice {
  float: right;
}
.productListInSliderTemplate .productItem .currentPrice .oldPrice {
  float: left;
  display: block;
  font-size: 80%;
  text-decoration: line-through;
  position: relative;
  top: 2px;
}
.rtl .productListInSliderTemplate .productItem .currentPrice .oldPrice {
  float: right;
}
.productListInSliderTemplate .productItem .contentunit {
  font-size: 70%;
}
.productListInSliderTemplate .productItem .specialOfferText {
  font-size: 70%;
  line-height: 1.2;
  color: #ed2f4f;
  height: 26px;
  overflow: hidden;
}
.productListInSliderTemplate .addToCart .btn-addToCart {
  color: #fff;
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.productListInSliderTemplate .addToCart .btn-addToCart:hover,
.productListInSliderTemplate .addToCart .btn-addToCart:focus,
.productListInSliderTemplate .addToCart .btn-addToCart.focus,
.productListInSliderTemplate .addToCart .btn-addToCart:active,
.productListInSliderTemplate .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.productListInSliderTemplate .addToCart .btn-addToCart {
  color: #fff;
  background-color: #008bbb;
  border-color: #00a9e4;
}
.productListInSliderTemplate .addToCart .btn-addToCart:active,
.productListInSliderTemplate .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.productListInSliderTemplate .addToCart .btn-addToCart {
  background-image: none;
}
.productListInSliderTemplate .addToCart .btn-addToCart.disabled,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled],
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart,
.productListInSliderTemplate .addToCart .btn-addToCart.disabled:hover,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled]:hover,
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart:hover,
.productListInSliderTemplate .addToCart .btn-addToCart.disabled:focus,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled]:focus,
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart:focus,
.productListInSliderTemplate .addToCart .btn-addToCart.disabled.focus,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled].focus,
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart.focus,
.productListInSliderTemplate .addToCart .btn-addToCart.disabled:active,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled]:active,
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart:active,
.productListInSliderTemplate .addToCart .btn-addToCart.disabled.active,
.productListInSliderTemplate .addToCart .btn-addToCart[disabled].active,
fieldset[disabled] .productListInSliderTemplate .addToCart .btn-addToCart.active {
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.productListInSliderTemplate .addToCart .btn-addToCart .badge {
  color: #00b1ee;
  background-color: #fff;
}
.productListInSliderTemplate .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #eb1535;
  border-color: #ef445e;
}
.productListInSliderTemplate .removeFromCart .btn-removeFromCart:hover,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart:focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart:active,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.productListInSliderTemplate .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #bd102a;
  border-color: #e21332;
}
.productListInSliderTemplate .removeFromCart .btn-removeFromCart:active,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.productListInSliderTemplate .removeFromCart .btn-removeFromCart {
  background-image: none;
}
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled],
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled:hover,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled]:hover,
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart:hover,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled:focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled]:focus,
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart:focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled.focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled].focus,
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart.focus,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled:active,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled]:active,
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart:active,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart.disabled.active,
.productListInSliderTemplate .removeFromCart .btn-removeFromCart[disabled].active,
fieldset[disabled] .productListInSliderTemplate .removeFromCart .btn-removeFromCart.active {
  background-color: #eb1535;
  border-color: #ef445e;
}
.productListInSliderTemplate .removeFromCart .btn-removeFromCart .badge {
  color: #eb1535;
  background-color: #fff;
}
/***** media ***********/

@media (max-width: 550px) {
  .productListInSliderTemplate .carousel .carousel-control {
    width: 1px;
  }
  .productListInSliderTemplate .carousel .left.carousel-control {
    width: 50px;
    left: 0;
    margin-left: 0;
  }
  .productListInSliderTemplate .carousel .left.carousel-control .glyphicon {
    left: 0;
    margin-left: 0;
    width: 50px;
  }
  .productListInSliderTemplate .carousel .right.carousel-control {
    width: 50px;
    right: 0;
    margin-right: 0;
  }
  .productListInSliderTemplate .carousel .right.carousel-control .glyphicon {
    right: 0;
    margin-right: 0;
    width: 50px;
  }
  .productListInSliderTemplate .carousel .carousel-indicators {
    display: none;
  }
  .productListInSliderTemplate li.productItem {
    padding-left: 6px;
    padding-right: 6px;
  }
  .productListInSliderTemplate li.productItem.item3,
  .productListInSliderTemplate li.productItem.item4 {
    display: none;
  }
  .productListInSliderTemplate li.productItem.item1,
  .productListInSliderTemplate li.productItem.item2 {
    width: 49%;
  }
}
/***************** body.tabletsStyle  **********************/

body.tabletsStyle .productListInSliderTemplate .carousel .carousel-control {
  width: 1px;
}
body.tabletsStyle .productListInSliderTemplate .carousel .left.carousel-control {
  width: 50px;
  left: 0;
  margin-left: 0;
}
body.tabletsStyle .productListInSliderTemplate .carousel .left.carousel-control .glyphicon {
  left: 0;
  margin-left: 0;
  width: 50px;
}
body.tabletsStyle .productListInSliderTemplate .carousel .right.carousel-control {
  width: 50px;
  right: 0;
  margin-right: 0;
}
body.tabletsStyle .productListInSliderTemplate .carousel .right.carousel-control .glyphicon {
  right: 0;
  margin-right: 0;
  width: 50px;
}
body.tabletsStyle .productListInSliderTemplate .carousel .carousel-indicators {
  display: none;
}
body.tabletsStyle .productListInSliderTemplate li.productItem {
  padding-left: 6px;
  padding-right: 6px;
}
body.tabletsStyle .productListInSliderTemplate li.productItem.item3,
body.tabletsStyle .productListInSliderTemplate li.productItem.item4 {
  display: none;
}
body.tabletsStyle .productListInSliderTemplate li.productItem.item1,
body.tabletsStyle .productListInSliderTemplate li.productItem.item2 {
  width: 49%;
}
.styleInputSearch .stylish-input-group {
  position: relative;
  width: 100%;
}
.styleInputSearch .stylish-input-group .search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.styleInputSearch .stylish-input-group .clear {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #cccccc;
  z-index: 10;
}
.styleInputSearch .stylish-input-group .glyphicon {
  color: #00b1ee;
  font-size: 110%;
}
.styleInputSearch .stylish-input-group.focus .glyphicon {
  color: #00b1ee;
}
.styleInputSearch .stylish-input-group.focus .clear {
  border-right: 1px solid #00b1ee;
}
.headerContainer {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100vw;
  padding-right: 16px;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 550px) {
  .headerContainer {
    display: none;
  }
}
@media (max-width: 550px) {
  .headerContainer {
    display: none;
  }
}
.ltr .headerContainer {
  background-color: #1c6f96;
}
.headerContainer .pageHeader {
  background: #ffffff;
  height: 85px;
  width: 100%;
  display: table;
  /*direction:ltr;*/

}
.rtl .headerContainer .pageHeader {
  direction: rtl;
}
.ltr .headerContainer .pageHeader {
  direction: ltr;
}
.headerContainer div.cartBadge {
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 120px;
  display: table-cell;
  /*border-bottom: 1px solid @cartBadgeBg;*/

}
.headerContainer div.cartBadge .bgImage {
  position: absolute;
  width: 60%;
  height: 48%;
  top: 10%;
  left: 20%;
}
.headerContainer div.cartBadge .bgImageNew {
  position: absolute;
  width: 50%;
  height: 40%;
  top: 15%;
  left: 25%;
}
.headerContainer div.cartBadge .textData {
  position: absolute;
  text-align: center;
  top: 62%;
  left: 0;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.headerContainer div.cartBadge .textData span {
  display: block;
}
.headerContainer div.cartBadge a {
  margin-top: 10px;
  margin-left: 27px;
  width: 65px;
  height: 65px;
  top: 0px;
  left: 35px;
  background-color: #1c6f96;
  position: absolute;
  border-radius: 75px;
}
.headerContainer div.cartBadge a .bgImageNew {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../assets/cartWhite.png');
  margin-top: -2px !important;
}
@media (max-width: 768px) {
  .headerContainer div.cartBadge a .bgImageNew {
    height: 35%;
    top: 20%;
  }
}
.headerContainer div.cartBadge a .textData {
  color: #ffffff;
  font-size: 11px;
  margin-top: -2px !important;
}
.rtl .headerContainer div.cartBadge {
  direction: rtl;
}
@media (max-width: 992px) {
  .headerContainer div.cartBadge {
    width: 102px;
  }
}
@media (max-width: 768px) {
  .headerContainer div.cartBadge {
    width: 84px;
  }
}
@media (max-width: 650px) {
  .headerContainer div.cartBadge {
    width: 72px;
  }
}
@media (max-width: 580px) {
  .headerContainer div.cartBadge {
    width: 60px;
  }
}
.headerContainer a.cartBadge {
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 120px;
  background: #1c6f96;
  display: table-cell;
  /*border-bottom: 1px solid @cartBadgeBg;*/

}
.headerContainer a.cartBadge .bgImage {
  position: absolute;
  width: 60%;
  height: 48%;
  top: 10%;
  left: 20%;
}
.headerContainer a.cartBadge .bgImageNew {
  position: absolute;
  width: 50%;
  height: 40%;
  top: 15%;
  left: 25%;
}
.headerContainer a.cartBadge .textData {
  position: absolute;
  text-align: center;
  top: 62%;
  left: 0;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.headerContainer a.cartBadge .textData span {
  display: block;
}
.headerContainer a.cartBadge .bgImage {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../assets/cartWhite.png');
}
@media (max-width: 768px) {
  .headerContainer a.cartBadge .bgImage {
    height: 35%;
    top: 20%;
  }
}
.headerContainer a.cartBadge .textData {
  color: #ffffff;
}
@media (max-width: 992px) {
  .headerContainer a.cartBadge .textData {
    font-size: 10.2px;
  }
}
@media (max-width: 768px) {
  .headerContainer a.cartBadge .textData {
    font-size: 9px;
  }
}
.rtl .headerContainer a.cartBadge {
  direction: rtl;
}
@media (max-width: 992px) {
  .headerContainer a.cartBadge {
    width: 102px;
  }
}
@media (max-width: 768px) {
  .headerContainer a.cartBadge {
    width: 84px;
  }
}
@media (max-width: 650px) {
  .headerContainer a.cartBadge {
    width: 72px;
  }
}
@media (max-width: 580px) {
  .headerContainer a.cartBadge {
    width: 60px;
  }
}
.headerContainer .deliveryBadge {
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 120px;
  background: #20a9e0;
  display: table-cell;
  /*border-bottom: 1px solid @deliveryBadgeBg;*/

}
.headerContainer .deliveryBadge .bgImage {
  position: absolute;
  width: 50%;
  height: 48%;
  top: 10%;
  left: 25%;
}
.headerContainer .deliveryBadge .bgImageNew {
  position: absolute;
  width: 50%;
  height: 40%;
  top: 15%;
  left: 25%;
}
.headerContainer .deliveryBadge .textData {
  position: absolute;
  text-align: center;
  top: 62%;
  left: 0;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.headerContainer .deliveryBadge .textData span {
  display: block;
}
.headerContainer .deliveryBadge .bgImage {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../assets/carDelivery.svg');
}
@media (max-width: 992px) {
  .headerContainer .deliveryBadge .bgImage {
    width: 65%;
    top: 5%;
    left: 17%;
  }
}
.headerContainer .deliveryBadge .svgImage {
  stroke: #000000;
}
.headerContainer .deliveryBadge .bgImageBlack {
  background-image: url('../assets/carDeliveryBlack.svg') !important;
}
.headerContainer .deliveryBadge .textData {
  color: #000000;
}
@media (max-width: 992px) {
  .headerContainer .deliveryBadge .textData {
    font-size: 10.2px;
  }
}
@media (max-width: 768px) {
  .headerContainer .deliveryBadge .textData {
    font-size: 9px;
  }
}
.rtl .headerContainer .deliveryBadge {
  direction: rtl;
}
@media (max-width: 992px) {
  .headerContainer .deliveryBadge {
    width: 102px;
  }
}
@media (max-width: 768px) {
  .headerContainer .deliveryBadge {
    width: 84px;
  }
}
@media (max-width: 650px) {
  .headerContainer .deliveryBadge {
    width: 72px;
  }
}
@media (max-width: 580px) {
  .headerContainer .deliveryBadge {
    width: 60px;
  }
}
.headerContainer .deliveryBadgeBlack {
  background: transparent !important;
}
.headerContainer .locationsBadge {
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 120px;
  background: #56f15d;
  display: table-cell;
  /*border-bottom: 1px solid @deliveryBadgeBg;*/

}
.headerContainer .locationsBadge .bgImage {
  position: absolute;
  width: 50%;
  height: 48%;
  top: 10%;
  left: 25%;
}
.headerContainer .locationsBadge .bgImageNew {
  position: absolute;
  width: 50%;
  height: 40%;
  top: 15%;
  left: 25%;
}
.headerContainer .locationsBadge .textData {
  position: absolute;
  text-align: center;
  top: 62%;
  left: 0;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.headerContainer .locationsBadge .textData span {
  display: block;
}
.headerContainer .locationsBadge .bgImage {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../assets/carDelivery.svg');
}
@media (max-width: 992px) {
  .headerContainer .locationsBadge .bgImage {
    width: 65%;
    top: 5%;
    left: 17%;
  }
}
.headerContainer .locationsBadge .svgImage {
  stroke: #000;
}
.headerContainer .locationsBadge .bgImageBlack {
  background-image: url('../assets/carDeliveryBlack.svg') !important;
}
.headerContainer .locationsBadge .textData {
  color: #000;
}
@media (max-width: 992px) {
  .headerContainer .locationsBadge .textData {
    font-size: 10.2px;
  }
}
@media (max-width: 768px) {
  .headerContainer .locationsBadge .textData {
    font-size: 9px;
  }
}
.rtl .headerContainer .locationsBadge {
  direction: rtl;
}
@media (max-width: 992px) {
  .headerContainer .locationsBadge {
    width: 102px;
  }
}
@media (max-width: 768px) {
  .headerContainer .locationsBadge {
    width: 84px;
  }
}
@media (max-width: 650px) {
  .headerContainer .locationsBadge {
    width: 72px;
  }
}
@media (max-width: 580px) {
  .headerContainer .locationsBadge {
    width: 60px;
  }
}
.headerContainer .locationsBadgeBlack {
  background: transparent !important;
}
.headerContainer .accountBadge {
  position: relative;
  cursor: pointer;
  height: 100%;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 120px;
  background: #ffffff;
  display: table-cell;
  /*border-bottom: 1px solid #ddd;*/

}
.headerContainer .accountBadge .bgImage {
  position: absolute;
  width: 60%;
  height: 48%;
  top: 10%;
  left: 20%;
}
.headerContainer .accountBadge .bgImageNew {
  position: absolute;
  width: 50%;
  height: 40%;
  top: 15%;
  left: 25%;
}
.headerContainer .accountBadge .textData {
  position: absolute;
  text-align: center;
  top: 62%;
  left: 0;
  font-size: 12px;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
.headerContainer .accountBadge .textData span {
  display: block;
}
.headerContainer .accountBadge .bgImage {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url('../assets/accountIcon.png');
}
@media (max-width: 768px) {
  .headerContainer .accountBadge .bgImage {
    height: 35%;
    top: 20%;
  }
}
.headerContainer .accountBadge .svgImage {
  stroke: #000000;
}
.headerContainer .accountBadge .textData {
  color: #000000;
}
@media (max-width: 992px) {
  .headerContainer .accountBadge .textData {
    font-size: 10.2px;
  }
}
@media (max-width: 768px) {
  .headerContainer .accountBadge .textData {
    font-size: 9px;
  }
}
.headerContainer .accountBadge .textData span {
  word-wrap: break-word;
  padding: 0 5px;
}
.rtl .headerContainer .accountBadge {
  direction: rtl;
}
@media (max-width: 992px) {
  .headerContainer .accountBadge {
    width: 102px;
  }
}
@media (max-width: 768px) {
  .headerContainer .accountBadge {
    width: 84px;
  }
}
@media (max-width: 650px) {
  .headerContainer .accountBadge {
    width: 72px;
  }
}
@media (max-width: 580px) {
  .headerContainer .accountBadge {
    width: 60px;
  }
}
.headerContainer .accountBadgeBlack {
  background: transparent !important;
}
.headerContainer .searchBlock {
  width: auto;
  vertical-align: top;
  /*position: relative;*/
  display: table-cell;
  /*border-bottom: 1px solid #ddd; */
  /*padding: 0 15px;*/
  padding-top: 5px;
}
.rtl .headerContainer .searchBlock {
  direction: rtl;
}
.headerContainer .shopLogo {
  display: table-cell;
  width: 250px;
  padding: 1px 5px 1px 10px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -transition: width 0.5s;
  /*border-bottom: 1px solid #ddd;*/

}
.headerContainer .shopLogo a {
  display: block;
  height: 100%;
  /*background-image: @logoIcon;*/

  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.headerContainer .shopLogo a:focus {
  outline: none;
}
@media (max-width: 992px) {
  .headerContainer .shopLogo {
    width: 212.5px;
  }
}
@media (max-width: 768px) {
  .headerContainer .shopLogo {
    width: 175px;
  }
}
@media (max-width: 650px) {
  .headerContainer .shopLogo {
    width: 150px;
  }
}
@media (max-width: 580px) {
  .headerContainer .shopLogo {
    width: 125px;
  }
}
@media (max-width: 650px) {
  .headerContainer .shopLogo {
    width: 137.5px;
  }
}
.headerContainer .phoneBlock {
  float: right;
  width: auto;
  font-size: 14px;
}
.headerContainer .phoneBlock:before,
.headerContainer .phoneBlock:after {
  content: " ";
  display: table;
}
.headerContainer .phoneBlock:after {
  clear: both;
}
@media (max-width: 992px) {
  .headerContainer .phoneBlock {
    font-size: 11.9px;
  }
}
@media (max-width: 768px) {
  .headerContainer .phoneBlock {
    font-size: 10.5px;
  }
}
.headerContainer .phoneBlock span {
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  position: relative;
}
.headerContainer .phoneBlock .phoneIcon {
  height: 16px;
  width: 16px;
  background-image: url('../assets/phoneIcon.png');
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 2px;
}
.headerContainer .phoneBlock .addSlash:after {
  display: inline-block;
  content: ' | ';
  padding: 0 0 5px 0;
  font-size: 20px;
}
.headerContainer .bottomLink {
  clear: both;
  font-size: 14px;
  text-decoration: underline;
  color: #41aad3;
  /*display:none;*/

}
.rtl .headerContainer .bottomLink {
  text-align: left;
}
.ltr .headerContainer .bottomLink {
  text-align: right;
}
@media (max-width: 992px) {
  .headerContainer .bottomLink {
    font-size: 11.9px;
  }
}
@media (max-width: 768px) {
  .headerContainer .bottomLink {
    font-size: 10.5px;
  }
}
.headerContainer .searchInputGroup {
  clear: both;
  position: relative;
}
.headerContainer .searchInputGroup input {
  background-color: #f7f7f7;
  padding-right: 55px;
  padding-left: 12px;
  font-size: 16px;
  height: 34px;
  top: 0;
}
.headerContainer .searchInputGroup input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.headerContainer .searchInputGroup input:focus::-webkit-input-placeholder {
  color: #f7f7f7;
}
.headerContainer .searchInputGroup input:focus::-moz-placeholder {
  color: #f7f7f7;
}
.headerContainer .searchInputGroup input:focus:-ms-input-placeholder {
  color: #f7f7f7;
}
.headerContainer .searchInputGroup input:focus:-moz-placeholder {
  color: #f7f7f7;
}
@media (max-width: 550px) {
  .headerContainer .searchInputGroup input {
    position: absolute;
  }
}
body.tabletsStyle .headerContainer .searchInputGroup input {
  position: absolute;
}
.rtl .headerContainer .searchInputGroup input {
  padding-left: 55px;
  padding-right: 12px;
}
.headerContainer .searchInputGroup.hasText input {
  padding-left: 55px;
}
.rtl .headerContainer .searchInputGroup.hasText input {
  padding-right: 55px;
}
.headerContainer .searchInputGroup .btn {
  position: absolute;
  width: 50px;
  top: 0;
  font-size: 120%;
  padding: 3px 2px 2px;
  height: 34px;
  /*@media (max-width: 768px){
			width: 30px;
			padding: 6px 2px;
		}*/

  color: #009bee;
  background-color: #fff;
  border-color: #ccc;
}
.headerContainer .searchInputGroup .btn:hover,
.headerContainer .searchInputGroup .btn:focus,
.headerContainer .searchInputGroup .btn.focus,
.headerContainer .searchInputGroup .btn:active,
.headerContainer .searchInputGroup .btn.active,
.open > .dropdown-toggle.headerContainer .searchInputGroup .btn {
  color: #009bee;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.headerContainer .searchInputGroup .btn:active,
.headerContainer .searchInputGroup .btn.active,
.open > .dropdown-toggle.headerContainer .searchInputGroup .btn {
  background-image: none;
}
.headerContainer .searchInputGroup .btn.disabled,
.headerContainer .searchInputGroup .btn[disabled],
fieldset[disabled] .headerContainer .searchInputGroup .btn,
.headerContainer .searchInputGroup .btn.disabled:hover,
.headerContainer .searchInputGroup .btn[disabled]:hover,
fieldset[disabled] .headerContainer .searchInputGroup .btn:hover,
.headerContainer .searchInputGroup .btn.disabled:focus,
.headerContainer .searchInputGroup .btn[disabled]:focus,
fieldset[disabled] .headerContainer .searchInputGroup .btn:focus,
.headerContainer .searchInputGroup .btn.disabled.focus,
.headerContainer .searchInputGroup .btn[disabled].focus,
fieldset[disabled] .headerContainer .searchInputGroup .btn.focus,
.headerContainer .searchInputGroup .btn.disabled:active,
.headerContainer .searchInputGroup .btn[disabled]:active,
fieldset[disabled] .headerContainer .searchInputGroup .btn:active,
.headerContainer .searchInputGroup .btn.disabled.active,
.headerContainer .searchInputGroup .btn[disabled].active,
fieldset[disabled] .headerContainer .searchInputGroup .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.headerContainer .searchInputGroup .btn .badge {
  color: #fff;
  background-color: #009bee;
}
.headerContainer .searchInputGroup .btn:hover,
.headerContainer .searchInputGroup .btn:focus {
  background-color: #f2f2f2;
  border-color: #ccc;
}
.headerContainer .searchInputGroup .btn.searchButton {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .headerContainer .searchInputGroup .btn.searchButton {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.headerContainer .searchInputGroup .btn.clearButton {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
}
.rtl .headerContainer .searchInputGroup .btn.clearButton {
  right: 0;
  left: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.headerContainer .searchInputGroup.hasText .clearButton {
  display: block;
}
.headerContainer .searchInputGroup .btn {
  color: #00b1ee;
}
.headerContainer .currentStore {
  /*.rtl-floatRight;*/

  width: auto;
  /*position: relative;*/

}
.headerContainer .currentStore a {
  font-size: 90%;
  cursor: pointer;
}
.headerContainer .currentStore a {
  color: #1e9320;
}
.headerContainer .currentStore a.active,
.headerContainer .currentStore a:hover,
.headerContainer .currentStore a:focus {
  color: #1e9320;
  text-decoration: none;
}
.rtl .headerContainer .currentStore {
  float: right;
}
.ltr .headerContainer .currentStore {
  float: left;
}
.headerContainer .currentStore .rotateIcon {
  transition: transform 0.5s;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 90%;
}
.headerContainer .currentStore.active .rotateIcon,
.headerContainer .currentStore.open .rotateIcon {
  -webkit-transform: translateY(3px) rotate(-180deg);
  -moz-transform: translateY(3px) rotate(-180deg);
  -ms-transform: translateY(3px) rotate(-180deg);
  -o-transform: translateY(3px) rotate(-180deg);
  transform: translateY(3px) rotate(-180deg);
}
.headerContainer .langsBlock {
  height: 24px;
  width: 150px;
  margin-bottom: 4px;
}
@media (max-width: 650px) {
  .headerContainer .langsBlock {
    width: 50px;
  }
}
.multiSearch .modal-dialog {
  margin-top: 70px;
}
.multiSearch .modal-dialog .modal-content {
  padding: 20px 20px 10px;
}
.multiSearch .modal-dialog p {
  text-align: center;
  font-weight: bold;
}
.multiSearch .modal-dialog .modal-footer {
  border-top: 0;
}
.multiSearch .modal-dialog .btn {
  width: 100px;
  font-weight: bold;
  color: #fff;
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.multiSearch .modal-dialog .btn:hover,
.multiSearch .modal-dialog .btn:focus,
.multiSearch .modal-dialog .btn.focus,
.multiSearch .modal-dialog .btn:active,
.multiSearch .modal-dialog .btn.active,
.open > .dropdown-toggle.multiSearch .modal-dialog .btn {
  color: #fff;
  background-color: #008bbb;
  border-color: #00a9e4;
}
.multiSearch .modal-dialog .btn:active,
.multiSearch .modal-dialog .btn.active,
.open > .dropdown-toggle.multiSearch .modal-dialog .btn {
  background-image: none;
}
.multiSearch .modal-dialog .btn.disabled,
.multiSearch .modal-dialog .btn[disabled],
fieldset[disabled] .multiSearch .modal-dialog .btn,
.multiSearch .modal-dialog .btn.disabled:hover,
.multiSearch .modal-dialog .btn[disabled]:hover,
fieldset[disabled] .multiSearch .modal-dialog .btn:hover,
.multiSearch .modal-dialog .btn.disabled:focus,
.multiSearch .modal-dialog .btn[disabled]:focus,
fieldset[disabled] .multiSearch .modal-dialog .btn:focus,
.multiSearch .modal-dialog .btn.disabled.focus,
.multiSearch .modal-dialog .btn[disabled].focus,
fieldset[disabled] .multiSearch .modal-dialog .btn.focus,
.multiSearch .modal-dialog .btn.disabled:active,
.multiSearch .modal-dialog .btn[disabled]:active,
fieldset[disabled] .multiSearch .modal-dialog .btn:active,
.multiSearch .modal-dialog .btn.disabled.active,
.multiSearch .modal-dialog .btn[disabled].active,
fieldset[disabled] .multiSearch .modal-dialog .btn.active {
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.multiSearch .modal-dialog .btn .badge {
  color: #00b1ee;
  background-color: #fff;
}
.multiSearch .modal-dialog textarea {
  min-height: 150px;
}
.langsBlock:before,
.langsBlock:after {
  content: " ";
  display: table;
}
.langsBlock:after {
  clear: both;
}
.rtl .langsBlock {
  float: left;
}
.ltr .langsBlock {
  float: right;
}
.langsBlock a {
  cursor: pointer;
  height: 100%;
  width: 23%;
  float: left;
  border: 2px solid #00b1ee;
  text-align: center;
  color: #00b1ee;
  text-decoration: none;
  font-weight: bold;
  float: right;
}
.langsBlock a:hover {
  background-color: #00b1ee !important;
  color: white;
}
.rtl .langsBlock a {
  float: left;
}
.langsBlock .flag {
  margin-left: 2px;
  margin-right: 0px;
}
.rtl .langsBlock .flag {
  margin-left: 0px;
  margin-right: 2px;
}
.langsBlock #toRussian {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.langsBlock #toIsrael {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.langsBlock #toUSA {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.langsBlock #toArgentina {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.mobileHeaderContainer .langsBlock {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.mobileHeaderContainer .langsBlock a {
  color: #69ad37;
  height: 35px;
  width: 35px;
  display: inline-block;
}
.accountMenu {
  width: 200px;
  left: 12px;
  top: 70px;
  text-align: left;
}
.accountMenu > ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.accountMenu > ul > li {
  padding: 5px;
  overflow: hidden;
}
.accountMenu > ul > li:last-child {
  border-bottom: 0;
}
.accountMenu > ul > li > a {
  font-weight: normal;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.accountMenu > ul > li > a {
  color: #5c5654;
}
.accountMenu > ul > li > a.active,
.accountMenu > ul > li > a:hover,
.accountMenu > ul > li > a:focus {
  color: #0a74ad;
  text-decoration: none;
}
.rtl .accountMenu > ul > li > a {
  text-align: right;
}
.accountMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: inline;
}
.rtl .accountMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: none;
}
.accountMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: none;
}
.rtl .accountMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: inline;
}
.accountMenu > ul > li > a.active,
.accountMenu > ul > li > a:hover,
.accountMenu > ul > li > a:focus {
  font-weight: bold;
}
.accountMenu > ul > li > a.active .glyphicon,
.accountMenu > ul > li > a:hover .glyphicon,
.accountMenu > ul > li > a:focus .glyphicon {
  color: #0a74ad;
}
.rtl .accountMenu {
  text-align: right;
}
.accountMenu .accountTitle {
  margin: 0;
  padding: 10px;
  font-size: 115%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  word-wrap: break-word;
}
.accountMenu .accountLine1 {
  border-bottom: 0;
}
.locationsMenu {
  width: 200px;
  left: 12px;
  top: 70px;
  text-align: left;
}
.locationsMenu > ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.locationsMenu > ul > li {
  padding: 5px;
  overflow: hidden;
}
.locationsMenu > ul > li:last-child {
  border-bottom: 0;
}
.locationsMenu > ul > li > a {
  font-weight: normal;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.locationsMenu > ul > li > a {
  color: #5c5654;
}
.locationsMenu > ul > li > a.active,
.locationsMenu > ul > li > a:hover,
.locationsMenu > ul > li > a:focus {
  color: #0a74ad;
  text-decoration: none;
}
.rtl .locationsMenu > ul > li > a {
  text-align: right;
}
.locationsMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: inline;
}
.rtl .locationsMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: none;
}
.locationsMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: none;
}
.rtl .locationsMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: inline;
}
.locationsMenu > ul > li > a.active,
.locationsMenu > ul > li > a:hover,
.locationsMenu > ul > li > a:focus {
  font-weight: bold;
}
.locationsMenu > ul > li > a.active .glyphicon,
.locationsMenu > ul > li > a:hover .glyphicon,
.locationsMenu > ul > li > a:focus .glyphicon {
  color: #0a74ad;
}
.rtl .locationsMenu {
  text-align: right;
}
.locationsMenu .locationsTitle {
  margin: 0;
  padding: 10px;
  font-size: 115%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  word-wrap: break-word;
  cursor: default;
}
.locationsMenu .locationsLine1 {
  border-bottom: 0;
}
.locationsMenu .locationsLine1:hover {
  color: #0a74ad;
  font-weight: 800;
}
.about-page > a {
  color: red;
}
.about-page .storeLogo {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../assets/logo2.png');
  height: 100px;
  border-bottom: 1px solid #ddd;
}
.about-page .aboutShop {
  padding: 0 40px;
}
.about-page .aboutShop ul {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.about-page .aboutShop .lineInfo {
  font-weight: normal;
  min-height: 50px;
  line-height: 30px;
  text-align: center;
}
.about-page .aboutShop .lineInfo .text {
  vertical-align: middle;
}
.ltr .about-page .aboutShop .lineInfo .text {
  padding-left: 5px;
}
.about-page .aboutShop .lineInfo span {
  display: inline-block;
  /*width: 130px;*/

}
.about-page .aboutShop .lineInfo .glyphicon {
  font-size: 150%;
  top: 5px;
  width: 30px;
  vertical-align: top;
}
.about-page .aboutShop .lineInfo .icon-delivery {
  width: 35px;
  margin-right: -10px;
  height: 30px;
  vertical-align: top;
  position: relative;
  top: 5px;
  background-image: url('../assets/carDelivery.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ltr .about-page .aboutShop .lineInfo .icon-delivery + .text {
  padding-left: 10px;
}
.rtl .about-page .aboutShop .lineInfo .icon-delivery + .text {
  padding-right: 5px;
}
.about-page .phoneStore {
  padding: 10px 5px;
}
.about-page .phoneStore .glyphicon {
  top: 0px;
}
.about-page .starsStore .fullStar {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../assets/starFullIcon.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.about-page .starsStore .emptyStar {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../assets/starEmptyIcon.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.chooseStore {
  float: right;
  /*position:relative;*/
  font-size: 90%;
  /*width: auto!important;*/
  width: 100%;
  position: static;
}
.rtl .chooseStore {
  float: left;
}
.chooseStore .rotateIcon {
  transition: transform 0.5s;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 90%;
}
.chooseStore.active .rotateIcon,
.chooseStore.open .rotateIcon {
  -webkit-transform: translateY(3px) rotate(-180deg);
  -moz-transform: translateY(3px) rotate(-180deg);
  -ms-transform: translateY(3px) rotate(-180deg);
  -o-transform: translateY(3px) rotate(-180deg);
  transform: translateY(3px) rotate(-180deg);
}
.chooseStore a {
  color: #5c5654;
  cursor: pointer;
}
.storesMenu {
  width: 100%;
  top: 82px;
}
.storesMenu > ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
}
.storesMenu > ul > li {
  padding: 5px;
  overflow: hidden;
}
.storesMenu > ul > li:last-child {
  border-bottom: 0;
}
.storesMenu > ul > li > a {
  font-weight: normal;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.storesMenu > ul > li > a {
  color: #5c5654;
}
.storesMenu > ul > li > a.active,
.storesMenu > ul > li > a:hover,
.storesMenu > ul > li > a:focus {
  color: #0a74ad;
  text-decoration: none;
}
.rtl .storesMenu > ul > li > a {
  text-align: right;
}
.storesMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: inline;
}
.rtl .storesMenu > ul > li > a .glyphicon.glyphicon-chevron-right {
  display: none;
}
.storesMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: none;
}
.rtl .storesMenu > ul > li > a .glyphicon.glyphicon-chevron-left {
  display: inline;
}
.storesMenu > ul > li > a.active,
.storesMenu > ul > li > a:hover,
.storesMenu > ul > li > a:focus {
  font-weight: bold;
}
.storesMenu > ul > li > a.active .glyphicon,
.storesMenu > ul > li > a:hover .glyphicon,
.storesMenu > ul > li > a:focus .glyphicon {
  color: #0a74ad;
}
body.tabletsStyle .storesMenu {
  width: 100vw;
  position: fixed;
  top: 150px;
  left: 0;
  max-height: 79vh !important;
}
.dropDownBlock .storesMenu {
  border-top: 1px solid #ddd !important;
  max-height: 391px !important;
}
.dropDownBlock .storesMenu .storeList {
  max-height: 320px;
}
.storesMenu .titleBlock {
  font-size: 140%;
  text-align: center;
  padding: 20px 10px 10px;
  margin: 0;
  width: 95%;
}
.storesMenu .storeList {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center;
  width: 95%;
  overflow-y: auto;
}
.storesMenu .storeList li {
  display: inline-block;
  width: 350px;
  max-width: 80vw;
  height: 180px;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 0;
  background: white;
}
.storesMenu .storeList li:before,
.storesMenu .storeList li:after {
  content: " ";
  display: table;
}
.storesMenu .storeList li:after {
  clear: both;
}
.storesMenu .storeList li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  padding: 10px;
  border: 2px solid transparent;
}
.storesMenu .storeList li a:hover {
  border: 2px solid #1e9320;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.storesMenu .btn-closeSubMenu {
  position: absolute;
  right: 20px;
  font-size: 23px;
  top: 5px;
  color: #5c5654;
  cursor: pointer;
}
.storesMenu .btn-closeSubMenu:hover {
  color: #908886;
}
.storesMenu .btn-closeSubMenu-misc {
  cursor: pointer;
  top: 3px;
  color: #5c5654;
}
.storesMenu .btn-closeSubMenu-misc:hover {
  color: #908886;
}
.storesMenu .storeList li .logoblock {
  width: 40%;
  height: 120px;
  float: left;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-position-x: center;
  background-position-y: 5px;
}
.rtl .storesMenu .storeList li .logoblock {
  float: right;
}
.storesMenu .storeList li .shopData {
  width: 60%;
  float: left;
  padding: 0 10px;
}
.rtl .storesMenu .storeList li .shopData {
  float: right;
}
.storesMenu .storeList li .shopTitle,
.storesMenu .storeList li .deliveryPrice,
.storesMenu .storeList li .freeShippingOver,
.storesMenu .storeList li .nextDelivery,
.storesMenu .storeList li .starsStore {
  margin: 0;
  font-weight: normal;
  text-align: left;
  line-height: 1.1;
  padding: 3px;
}
.rtl .storesMenu .storeList li .shopTitle,
.rtl .storesMenu .storeList li .deliveryPrice,
.rtl .storesMenu .storeList li .freeShippingOver,
.rtl .storesMenu .storeList li .nextDelivery,
.rtl .storesMenu .storeList li .starsStore {
  text-align: right;
}
.storesMenu .storeList li .shopTitle {
  font-weight: bold;
  font-size: 140%;
}
.storesMenu .storeList li .starsStore .fullStar {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../assets/starFullIcon.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.storesMenu .storeList li .starsStore .emptyStar {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../assets/starEmptyIcon.svg');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.storesMenu .storeList li.currentShop a {
  border: 2px solid #1e9320;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.itemHover {
  outline: 0;
  text-decoration: none;
  background: #0a74ad !important;
  color: #ffffff;
}
.itemSelected {
  outline: 0;
  text-decoration: none;
  background: #0a74ad;
  color: #ffffff;
}
.categoryMenu {
  display: block;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid transparent;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 950;
  min-height: 0;
  background: #00b1ee;
}
@media (max-width: 550px) {
  .categoryMenu {
    display: none;
  }
}
@media (max-width: 550px) {
  .categoryMenu {
    display: none;
  }
}
.categoryMenu > ul.nav {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 90%;
  /*height:50px;
	    max-height:50px;*/
  min-height: 65px;
  height: 1px;
  display: table;
  /*background: #fff;*/

}
.categoryMenu > ul.nav:before,
.categoryMenu > ul.nav:after {
  content: " ";
  display: table;
}
.categoryMenu > ul.nav:after {
  clear: both;
}
.categoryMenu > ul.nav > li {
  width: 6.666666667%;
  text-align: center;
  font-weight: bold;
  background: #00b1ee;
  max-height: 120px;
  float: left;
  height: 100%;
  display: table;
  border-right: 1px solid #ffffff;
  border-left: 0;
}
.ie .categoryMenu > ul.nav > li {
  min-height: 65px;
}
.ie.three-category-rows .categoryMenu > ul.nav > li {
  min-height: 74px;
}
.rtl .categoryMenu > ul.nav > li {
  float: right;
}
.categoryMenu > ul.nav > li.open > a {
  background-color: #00b1ee;
}
.categoryMenu > ul.nav > li.open > a:hover {
  background-color: #00b1ee;
}
.categoryMenu > ul.nav > li > a {
  display: table;
  line-height: 17px;
}
.categoryMenu > ul.nav > li > a p {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 8px 0;
  margin: 0;
}
.categoryMenu > ul.nav > li > a.parent-category.selected-category {
  outline: 0;
  text-decoration: none;
  background: #0a74ad;
  color: #ffffff;
}
.categoryMenu > ul.nav > li > a span {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
  width: 100%;
  padding: 5px;
  line-height: 100%;
}
.categoryMenu > ul.nav > li > a span.textMenuItem {
  font-size: 1.1vw;
}
.categoryMenu > ul.nav > li:last-of-type {
  border-right: 0;
}
.rtl .categoryMenu > ul.nav > li:last-of-type {
  border-right: 1px solid #ffffff;
}
.rtl .categoryMenu > ul.nav > li:first-of-type {
  border-right: 0;
}
.categoryMenu > ul.nav > li > a.sub-category,
.categoryMenu > ul.nav > li > a.parent-category {
  color: #ffffff;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  padding: 0;
  height: 100%;
  min-height: 65px;
  cursor: pointer;
  overflow-y: hidden;
}
@media (max-width: 700px) {
  .categoryMenu > ul.nav > li > a.sub-category .textMenuItem,
  .categoryMenu > ul.nav > li > a.parent-category .textMenuItem {
    display: none;
  }
}
@media (min-width: 700px) {
  .categoryMenu > ul.nav > li > a.sub-category .glyphicon,
  .categoryMenu > ul.nav > li > a.parent-category .glyphicon {
    display: none;
  }
}
.categoryMenu > ul.nav > li > a.sub-category:hover,
.categoryMenu > ul.nav > li > a.parent-category:hover,
.categoryMenu > ul.nav > li > a.sub-category:focus,
.categoryMenu > ul.nav > li > a.parent-category:focus,
.categoryMenu > ul.nav > li > a.sub-category.active,
.categoryMenu > ul.nav > li > a.parent-category.active {
  background: #00b1ee;
}
.categoryMenu > ul.nav > li > a.sub-category:hover.selected-category,
.categoryMenu > ul.nav > li > a.parent-category:hover.selected-category,
.categoryMenu > ul.nav > li > a.sub-category:focus.selected-category,
.categoryMenu > ul.nav > li > a.parent-category:focus.selected-category,
.categoryMenu > ul.nav > li > a.sub-category.active.selected-category,
.categoryMenu > ul.nav > li > a.parent-category.active.selected-category {
  outline: 0;
  text-decoration: none;
  background: #0a74ad;
  color: #ffffff;
}
.categoryMenu {
  width: 100vw;
  padding-right: 16px;
}
.categoryMenu .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  max-width: 90vw;
  /*-webkit-transition: height 0.9s ease-out;
		transition: height 0.9s ease-out;*/
  display: block;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.categoryMenu .dropdown .dropdown-menu .dropdownTitle,
.categoryMenu .dropdown .dropdown-menu .dropdownTitle > a,
.categoryMenu .dropdown .dropdown-menu .dropdownTitle > a:hover,
.categoryMenu .dropdown .dropdown-menu .dropdownTitle > a:focus {
  font-weight: normal;
  padding: 10px 5px 5px;
  margin: 0;
  font-size: 140%;
  color: #ed2f4f;
  background: none;
  text-align: left;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rtl .categoryMenu .dropdown .dropdown-menu .dropdownTitle,
.rtl .categoryMenu .dropdown .dropdown-menu .dropdownTitle > a,
.rtl .categoryMenu .dropdown .dropdown-menu .dropdownTitle > a:hover,
.rtl .categoryMenu .dropdown .dropdown-menu .dropdownTitle > a:focus {
  text-align: right;
}
.categoryMenu .dropdown .dropdown-menu li {
  border-bottom: 0;
  font-size: 14px;
}
.categoryMenu .open .dropdown-menu {
  background-color: #ffffff;
  border: 2px solid #00b1ee;
  left: 0;
  height: 310px;
  overflow-y: hidden;
  overflow-x: auto;
  width: auto;
  opacity: 1;
  font-size: 80%;
}
.rtl .categoryMenu .open .dropdown-menu li {
  text-align: right;
}
.categoryMenu .open .dropdown-menu p {
  cursor: pointer;
}
.categoryMenu .open .dropdown-menu a.sub-category:hover {
  outline: 0;
  text-decoration: none;
  background: #0a74ad !important;
  color: #ffffff;
}
.categoryMenu .open .dropdown-menu a.sub-category:focus {
  outline: 0;
  text-decoration: none;
  background: #0a74ad;
  color: #ffffff;
}
@media (max-width: 767px) {
  .categoryMenu .open .dropdown-menu {
    position: absolute;
    float: left;
    margin: 2px 0 0;
    background-color: #ffffff;
  }
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns {
  margin: 0;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns1 {
  min-width: 180px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns2 {
  min-width: 360px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns3 {
  min-width: 540px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns4 {
  min-width: 720px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns5 {
  min-width: 900px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns6 {
  min-width: 1080px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .allcolumns.columns7 {
  min-width: 1260px;
  width: 100%;
}
.categoryMenu .open .dropdown-menu.multi-column .columns {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  border-left: 0;
}
.categoryMenu .open .dropdown-menu.multi-column .columns:last-of-type {
  border-right: 0;
}
.categoryMenu .open .dropdown-menu.multi-column .columns div {
  padding: 0;
}
.categoryMenu .open .dropdown-menu.multi-column .columns li {
  border-bottom: 0;
}
.rtl .categoryMenu .open .dropdown-menu.multi-column .columns {
  float: right;
  border-left: 1px solid #eee;
  border-right: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.rtl .categoryMenu .open .dropdown-menu.multi-column .columns:last-of-type {
  border-left: 0;
}
.categoryMenu .open .dropdown-menu.multi-column .multi-column-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.categoryMenu .open .dropdown-menu.multi-column .multi-column-dropdown a {
  display: block;
  padding: 3px 3px;
  clear: both;
  font-weight: normal;
  color: #5c5654;
  white-space: nowrap;
  /*font-weight:bold;*/
  font-size: 120%;
  cursor: pointer;
}
.categoryMenu .open .dropdown-menu.multi-column .multi-column-dropdown a:hover,
.categoryMenu .open .dropdown-menu.multi-column .multi-column-dropdown a:focus {
  outline: 0;
  text-decoration: none;
  background: #0a74ad;
  color: #ffffff;
}
.categoryMenu .dropdown.leftAlignBlock .dropdown-menu {
  left: 0;
  right: auto;
}
.categoryMenu .dropdown.rightAlignBlock .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .categoryMenu .dropdown.leftAlignBlock .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .categoryMenu .dropdown.rightAlignBlock .dropdown-menu {
  left: 0;
  right: auto;
}
body {
  overflow-y: scroll;
}
body.cartOpen {
  overflow: hidden;
}
.mobileHeaderContainer {
  display: block;
  padding-left: 0;
  width: 100vw;
  padding-right: 5px;
}
@media (min-width: 550px) {
  .mobileHeaderContainer {
    display: none;
  }
}
@media (min-width: 550px) {
  .mobileHeaderContainer {
    display: none;
  }
}
.mobileHeaderContainer:before,
.mobileHeaderContainer:after {
  content: " ";
  display: table;
}
.mobileHeaderContainer:after {
  clear: both;
}
.mobileHeaderContainer .headerRows {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
}
.mobileHeaderContainer .firstRow,
.mobileHeaderContainer .secondRow {
  background: #00b1ee;
  padding-left: 15px;
  padding-right: 15px;
}
.mobileHeaderContainer .firstRow {
  height: 70px;
  text-align: center;
}
.mobileHeaderContainer .secondRow {
  /*height:55px + 20px;*/
  height: 45px;
}
.mobileHeaderContainer .secondRow .searchInputGroup {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  /*input {
                font-size:14px !important;
            }*/

}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]:-moz-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]:-ms-input-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"] {
  text-align: center;
  direction: rtl;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]:-moz-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]:-ms-input-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}
.mobileHeaderContainer .secondRow .searchInputGroup input[type="text"] {
  text-align: center;
  direction: rtl;
}
.mobileHeaderContainer .secondRow .searchInputGroup input {
  background-color: #f7f7f7;
  padding-right: 55px;
  padding-left: 12px;
  font-size: 16px;
  height: 34px;
  top: 0;
}
.mobileHeaderContainer .secondRow .searchInputGroup input:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mobileHeaderContainer .secondRow .searchInputGroup input:focus::-webkit-input-placeholder {
  color: #f7f7f7;
}
.mobileHeaderContainer .secondRow .searchInputGroup input:focus::-moz-placeholder {
  color: #f7f7f7;
}
.mobileHeaderContainer .secondRow .searchInputGroup input:focus:-ms-input-placeholder {
  color: #f7f7f7;
}
.mobileHeaderContainer .secondRow .searchInputGroup input:focus:-moz-placeholder {
  color: #f7f7f7;
}
@media (max-width: 550px) {
  .mobileHeaderContainer .secondRow .searchInputGroup input {
    position: absolute;
  }
}
body.tabletsStyle .mobileHeaderContainer .secondRow .searchInputGroup input {
  position: absolute;
}
.rtl .mobileHeaderContainer .secondRow .searchInputGroup input {
  padding-left: 55px;
  padding-right: 12px;
}
.mobileHeaderContainer .secondRow .searchInputGroup.hasText input {
  padding-left: 55px;
}
.rtl .mobileHeaderContainer .secondRow .searchInputGroup.hasText input {
  padding-right: 55px;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn {
  position: absolute;
  width: 50px;
  top: 0;
  font-size: 120%;
  padding: 3px 2px 2px;
  height: 34px;
  /*@media (max-width: 768px){
			width: 30px;
			padding: 6px 2px;
		}*/

  color: #009bee;
  background-color: #fff;
  border-color: #ccc;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn:hover,
.mobileHeaderContainer .secondRow .searchInputGroup .btn:focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn:active,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.active,
.open > .dropdown-toggle.mobileHeaderContainer .secondRow .searchInputGroup .btn {
  color: #009bee;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn:active,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.active,
.open > .dropdown-toggle.mobileHeaderContainer .secondRow .searchInputGroup .btn {
  background-image: none;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled],
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled:hover,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled]:hover,
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn:hover,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled:focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled]:focus,
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn:focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled.focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled].focus,
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn.focus,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled:active,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled]:active,
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn:active,
.mobileHeaderContainer .secondRow .searchInputGroup .btn.disabled.active,
.mobileHeaderContainer .secondRow .searchInputGroup .btn[disabled].active,
fieldset[disabled] .mobileHeaderContainer .secondRow .searchInputGroup .btn.active {
  background-color: #fff;
  border-color: #ccc;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn .badge {
  color: #fff;
  background-color: #009bee;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn:hover,
.mobileHeaderContainer .secondRow .searchInputGroup .btn:focus {
  background-color: #f2f2f2;
  border-color: #ccc;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn.searchButton {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .mobileHeaderContainer .secondRow .searchInputGroup .btn.searchButton {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn.clearButton {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
}
.rtl .mobileHeaderContainer .secondRow .searchInputGroup .btn.clearButton {
  right: 0;
  left: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mobileHeaderContainer .secondRow .searchInputGroup.hasText .clearButton {
  display: block;
}
.mobileHeaderContainer .secondRow .searchInputGroup .btn {
  color: #00b1ee;
}
.mobileHeaderContainer .mobile-logo {
  text-align: center;
  padding: 2px;
  height: 100%;
  display: inline-block;
  margin-left: -75px;
  margin-right: -72px;
}
.mobileHeaderContainer .mobile-logo img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.mobileHeaderContainer .shoppingCartBlock {
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 60px;
  float: left;
  height: 60px;
  margin-top: 5px;
  position: relative;
}
.mobileHeaderContainer .shoppingCartBlock:before,
.mobileHeaderContainer .shoppingCartBlock:after {
  content: " ";
  display: table;
}
.mobileHeaderContainer .shoppingCartBlock:after {
  clear: both;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCart {
  background-color: #00b1ee;
  background-size: auto 60%;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  display: block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  border-radius: 30px;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCart .cartImage {
  stroke: #ffffff;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCart .cntInCart {
  position: absolute;
  padding: 1px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  right: 48%;
  top: 3px;
  display: block;
  font-size: 70%;
  width: 22px;
  height: 22px;
  line-height: 20px;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCart:hover,
.mobileHeaderContainer .shoppingCartBlock .shoppingCart:focus {
  border: 1px solid #ffffff;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea {
  position: absolute;
  left: 0;
  top: 1px;
  height: 58px;
  background: #ffffff;
  z-index: 20;
  font-size: 120%;
  padding-top: 15px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  overflow: hidden;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea .needFoFreeDelivery {
  color: #00b1ee;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea span {
  padding-top: 15px;
  padding-right: 0;
  opacity: 0;
  font-size: 65%;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea span.textDesc {
  padding-right: 0;
  transition: opacity 0.5s linear 0.5s;
}
.rtl .mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea span.textDesc {
  padding-right: 70px;
}
.mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea span.needForFreeDelivery {
  padding-right: 70px;
  transition: opacity 0.5s linear 0.5s;
}
.rtl .mobileHeaderContainer .shoppingCartBlock .shoppingCartOpenArea span.needForFreeDelivery {
  padding-right: 0;
}
.mobileHeaderContainer .shoppingCartBlock.open {
  width: 70%;
  max-width: 300px;
}
.mobileHeaderContainer .shoppingCartBlock.open .shoppingCart {
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.mobileHeaderContainer .shoppingCartBlock.open .shoppingCartOpenArea {
  /*opacity: 1;*/
  background: #fff;
}
.mobileHeaderContainer .shoppingCartBlock.open .shoppingCartOpenArea span {
  opacity: 1;
}
.mobileHeaderContainer .shoppingCartBlock .circleHalfBack {
  width: 30px;
  height: 60px;
  position: absolute;
  z-index: 25;
  top: 0;
  right: 0;
  background: #00b1ee;
}
.mobileHeaderContainer .menuSlider {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  margin-right: 7px;
  display: block;
  float: right;
}
.mobileHeaderContainer .menuSlider .navbar-toggle {
  border: 0;
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 14px;
}
.mobileHeaderContainer .menuSlider .navbar-toggle .icon-bar {
  background-color: #eeeeee;
  width: 32px;
  height: 3px;
  border-radius: 1px;
  margin-bottom: 7px;
}
.mobileHeaderContainer .menuSlider .navbar-toggle:hover,
.mobileHeaderContainer .menuSlider .navbar-toggle:focus {
  background-color: transparent;
}
.mobileHeaderContainer .menuSlider .navbar-toggle:hover .icon-bar,
.mobileHeaderContainer .menuSlider .navbar-toggle:focus .icon-bar {
  background-color: #eeeeee;
}
#mobileMenu {
  background: transparent;
  color: #000;
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: -320px;
  font-size: 14px;
  top: 0;
  width: 320px;
  z-index: 2000;
}
#mobileMenu::-webkit-scrollbar {
  display: none;
}
.nav-expanded #mobileMenu {
  right: 0;
}
#mobileMenu #nav-close {
  font-weight: 300;
  font-size: 24px;
  background-color: #00b1ee;
  color: #ffffff;
  border-radius: 50px;
  display: none;
  position: absolute;
  top: 10px;
  right: 204px;
}
.nav-expanded #mobileMenu #nav-close {
  display: inline-block;
}
#mobileMenu .leftSlideNavbar {
  margin: 0;
  width: 180px;
  margin-left: 120px;
  padding-right: 0;
  background: #ffffff;
  min-height: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  direction: ltr;
  overflow-y: scroll;
  height: 50px;
}
#mobileMenu .leftSlideNavbar li {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  padding: 0;
}
#mobileMenu .leftSlideNavbar li:before,
#mobileMenu .leftSlideNavbar li:after {
  content: " ";
  display: table;
}
#mobileMenu .leftSlideNavbar li:after {
  clear: both;
}
#mobileMenu .leftSlideNavbar li a {
  color: #000000;
  text-decoration: none;
  line-height: inherit;
  padding: 5px 12px;
  text-align: left;
}
.rtl #mobileMenu .leftSlideNavbar li a {
  text-align: right;
  direction: rtl;
}
#mobileMenu .leftSlideNavbar li a:hover,
#mobileMenu .leftSlideNavbar li a:focus {
  text-decoration: none;
  background-color: #ffffff;
  outline: 0;
  font-weight: bold;
}
#mobileMenu .leftSlideNavbar li a.dropdown-toggle {
  padding: 5px 2px;
}
.rtl #mobileMenu .leftSlideNavbar li a.dropdown-toggle {
  padding: 5px 26px 5px 2px;
}
#mobileMenu .leftSlideNavbar li a.dropdown-toggle .toogleSpan {
  top: 4px;
  float: left;
}
#mobileMenu .leftSlideNavbar li a.dropdown-toggle .title {
  padding-left: 10px;
  font-size: 20px;
}
.rtl #mobileMenu .leftSlideNavbar li a.dropdown-toggle .title {
  padding-left: 0;
}
#mobileMenu .leftSlideNavbar > li:first-child {
  padding: 20px 12px 0;
  text-align: right;
  background: #ffffff;
  z-index: 100;
}
#mobileMenu .leftSlideNavbar > li:first-child .topText {
  display: inline-block;
  font-size: 85%;
  background: none;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
}
#mobileMenu .leftSlideNavbar > li:first-child .topText:hover,
#mobileMenu .leftSlideNavbar > li:first-child .topText:focus {
  background: none;
  text-decoration: none;
  outline: 0;
  font-weight: bold;
}
#mobileMenu .leftSlideNavbar > li:first-child a.topTitle {
  display: inline-block;
  color: #69ad37;
  font-weight: bold;
  font-size: 120%;
  padding: 0 10px 0 4px;
}
#mobileMenu .leftSlideNavbar > li:first-child .btn-choose-store {
  background-color: #00b1ee;
  color: #ffffff;
}
#mobileMenu .leftSlideNavbar .dropdown.open {
  border: 0;
}
#mobileMenu .leftSlideNavbar .dropdown.open > a,
#mobileMenu .leftSlideNavbar .dropdown.open > a:hover,
#mobileMenu .leftSlideNavbar .dropdown.open > a:focus {
  text-decoration: none;
  outline: 0;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu {
  text-align: right;
  padding: 0;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li {
  padding-left: 25px;
  font-size: 135%;
}
.rtl #mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li {
  padding-right: 25px;
  padding-left: 0;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a {
  color: #747474;
  /*padding-left:17px;*/
  padding-left: 0;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:before {
  display: inline;
  content: '.';
  font-size: 300%;
  line-height: 0;
  position: relative;
  top: -3px;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:after {
  content: '';
}
.rtl #mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a {
  /*padding-right:17px;*/
  padding-left: 0;
  padding-right: 0;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a.all_products {
  font-weight: bold;
}
.rtl #mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a.all_products {
  font-size: 100%;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li.chosen a,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:hover,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:focus {
  background-color: #00b1ee;
  outline: 0;
  color: #ffffff;
  position: relative;
  left: -5%;
  width: 105%;
  padding-right: 10px;
}
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li.chosen a:before,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:hover:before,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:focus:before,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li.chosen a:after,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:hover:after,
#mobileMenu .leftSlideNavbar .dropdown .dropdown-menu li a:focus:after {
  font-weight: normal;
}
#mobileMenu .navfooter {
  width: 100%;
  height: 125px;
  background-color: #e7e7e7;
  overflow: hidden;
}
#mobileMenu .navfooter div {
  border-top: 1px solid #c7c7c7;
  text-align: center;
}
#mobileMenu .navfooter div:before,
#mobileMenu .navfooter div:after {
  content: " ";
  display: table;
}
#mobileMenu .navfooter div:after {
  clear: both;
}
#mobileMenu .navfooter div.phone {
  display: block;
  padding: 0 9px 4px 10px;
  font-size: 95%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-align: right;
}
#mobileMenu .navfooter div.phone a {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}
#mobileMenu .navfooter div.phone a:hover,
#mobileMenu .navfooter div.phone a a:focus {
  background: transparent;
  outline: 0;
  text-decoration: none;
}
#mobileMenu .navfooter div.phone a:before,
#mobileMenu .navfooter div.phone a:after {
  content: " ";
  display: table;
}
#mobileMenu .navfooter div.phone a:after {
  clear: both;
}
#mobileMenu .navfooter div.phone .phoneIcon2 {
  display: block;
  float: left;
  position: relative;
  height: 30px;
  width: 30px;
  background: transparent url('../assets/phoneIcon2.png') center center no-repeat;
  background-size: contain;
  top: 16px;
}
.rtl #mobileMenu .navfooter div.phone .phoneIcon2 {
  display: inline-block;
  float: none;
  position: relative;
}
#mobileMenu .navfooter div.phone .phoneText {
  position: absolute;
  top: 16px;
  left: 34px;
}
.rtl #mobileMenu .navfooter div.phone .phoneText {
  left: auto;
  right: 34px;
}
#mobileMenu .navfooter div.phone .phoneNumber {
  display: inline-block;
  width: 100%;
  text-align: left;
  /*padding: 10px 0 5px;*/
  padding: 8px 0 5px 34px;
}
.rtl #mobileMenu .navfooter div.phone .phoneNumber {
  text-align: right;
  padding: 8px 34px 5px 0;
}
#mobileMenu .navfooter div.logoBlock {
  text-align: left;
}
#mobileMenu .navfooter div.logoBlock .slklogo {
  float: left;
  display: inline-block;
  width: 30%;
  margin: 5px 0 0 5px;
}
#mobileMenu .navfooter div.logoBlock p,
#mobileMenu .navfooter div.logoBlock a {
  display: block;
  margin-bottom: 0;
  font-size: 80%;
  text-align: center;
}
#mobileMenu .navfooter div.logoBlock p {
  padding: 7px 5px 0 35%;
  font-weight: bold;
}
#mobileMenu .navfooter div.logoBlock a {
  padding: 0 5px 0 35%;
  color: #00b1ee;
  text-decoration: underline;
  font-weight: bold;
}
#mobileMenu .bigButtons {
  list-style: none;
  position: absolute;
  margin: 10px 0;
  padding: 0;
  right: 210px;
}
#mobileMenu .bigButtons li {
  width: 90px;
  height: 120px;
  margin: 50px 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}
#mobileMenu .bigButtons li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
#mobileMenu .bigButtons li a:hover {
  text-decoration: none;
}
#mobileMenu .bigButtons li .button1 {
  background: #00b1ee url('../assets/button1Icon.png') center 35% no-repeat;
  background-size: 70% auto;
  padding-top: 85px;
}
#mobileMenu .bigButtons li .button1:hover,
#mobileMenu .bigButtons li .button1:focus {
  background-color: #006588;
}
#mobileMenu .bigButtons li .button2 {
  background: #00aeef url('../assets/button2Icon.png') center 25% no-repeat;
  background-size: 70% auto;
  padding-top: 78px;
}
#mobileMenu .bigButtons li .button2:hover,
#mobileMenu .bigButtons li .button2:focus {
  background-color: #006489;
}
#mobileMenu .bigButtons li .button3 {
  background: #00aeef url('../assets/button3Icon.png') center 25% no-repeat;
  background-size: 50% auto;
  padding-top: 78px;
}
#mobileMenu .bigButtons li .button3:hover,
#mobileMenu .bigButtons li .button3:focus {
  background-color: #006489;
}
#mobileMenu .bigButtons li .button4 {
  background: #00aeef url('../assets/button4Icon.png') center 25% no-repeat;
  background-size: 70% auto;
  padding-top: 78px;
}
#mobileMenu .bigButtons li .button4:hover,
#mobileMenu .bigButtons li .button4:focus {
  background-color: #006489;
}
@media (max-width: 500px) {
  .mobileHeaderContainer .secondRow .searchInputGroup input {
    position: absolute;
    font-size: 14px !important;
  }
}
body.tabletsStyle .mobileHeaderContainer .secondRow .searchInputGroup input {
  position: absolute;
  font-size: 14px !important;
}
.filterMobileButton {
  display: block;
  position: fixed;
  right: 0;
  z-index: 1000;
  width: 25%;
  margin: 0;
  top: 116px;
  -webkit-transition: right 1s;
  transition: right 1s;
}
@media (min-width: 550px) {
  .filterMobileButton {
    display: none;
  }
}
@media (min-width: 550px) {
  .filterMobileButton {
    display: none;
  }
}
.filterMobileButton.mobileOpened {
  right: 220px;
}
.filterMobileButton .filtersButton {
  background: none;
  border: none;
  /*background: #7fc348;
	    color: #fff;
	    margin-top: 2px;
	    border-top-left-radius: 20px;
	    border-bottom-left-radius: 20px;*/

}
.filterMobileButton .filtersButton > .btn {
  visibility: hidden;
  color: #fff;
  width: 100%;
  padding: 3px;
  font-size: 80%;
}
.filterMobileButton .filtersButton > .btn span {
  float: left;
  display: block;
}
.filterMobileButton .filtersButton > .btn:hover {
  text-decoration: none;
}
.goodsContainer {
  padding-top: 155px;
  padding-right: 0;
  padding-left: 0;
}
.goodsContainer h1,
.goodsContainer h2 {
  color: #5c5654;
  margin: 5px;
  margin-left: 2.5%;
}
.rtl .goodsContainer h1 {
  text-align: right;
  margin: 5px;
  margin-right: 2.5%;
}
.goodsContainer .category-grouping {
  list-style: none;
  padding: 0;
}
.goodsContainer .category-grouping h2 {
  margin: 10px auto;
  width: 95%;
}
.goodsContainer .products {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 95%;
}
.goodsContainer .products:before,
.goodsContainer .products:after {
  content: " ";
  display: table;
}
.goodsContainer .products:after {
  clear: both;
}
.rtl .goodsContainer.categories .products {
  border-right: 1px solid #e2e2e2;
  border-left: 0;
}
@media (min-width: 550px) {
  .goodsContainer {
    margin-bottom: 50px;
  }
}
@media (max-width: 550px) {
  .goodsContainer.categories {
    padding-top: 115px;
    padding-right: 0;
    padding-left: 0;
  }
}
body.tabletsStyle .goodsContainer.categories {
  padding-top: 115px;
  padding-right: 0;
  padding-left: 0;
}
body.tabletsStyle .goodsContainer.categories .products {
  border: 0;
}
.product-pager .product-page {
  padding: 0 15px;
}
#product-detail-modal {
  overflow-y: auto;
}
#product-detail-modal::-webkit-scrollbar {
  display: none;
}
#product-detail-modal .modal-dialog {
  position: relative;
}
#product-detail-modal .modal-dialog .modal-content {
  background: transparent;
}
#product-detail-modal .modal-dialog .closeButtonBlock .btn {
  font-weight: bold;
  font-size: 150%;
}
#product-detail-modal .productBlock,
#product-detail-modal .productListInSlider {
  background: #fff;
}
#product-detail-modal .productBlockAll {
  border-radius: 4px;
}
#product-detail-modal .productBlockAll .productBlock {
  min-height: 400px;
}
#product-detail-modal .productBlockAll .productBlock .productDescription .downPart .btn {
  font-size: 120%;
  height: auto;
  padding: 6px;
}
#product-detail-modal .productBlock {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#product-detail-modal .productBlock:before,
#product-detail-modal .productBlock:after {
  content: " ";
  display: table;
}
#product-detail-modal .productBlock:after {
  clear: both;
}
#product-detail-modal .productBlock.notInStock .productImage {
  opacity: 30%;
}
#product-detail-modal .productBlock .notInStockText {
  padding-right: 18%;
  width: 60%;
  float: left;
  color: red;
  font-size: 26px;
  float: right;
  top: 50%;
  position: absolute;
}
@media (max-width: 550px) {
  #product-detail-modal .productBlock .notInStockText {
    padding-right: 35%;
    top: 20%;
  }
}
#product-detail-modal .productBlock .productImage {
  padding: 20px;
}
#product-detail-modal .productBlock .productImage.desktop {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
}
.rtl #product-detail-modal .productBlock .productImage.desktop {
  right: 0;
  left: auto;
}
#product-detail-modal .productBlock .productImage.mobile {
  display: none;
}
#product-detail-modal .productBlock .productImage .productBgImage {
  height: 100%;
  min-height: 200px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
#product-detail-modal .productBlock .productImage:hover .productBgImage {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
#product-detail-modal .productBlock .productImage .specialOfferBadge {
  position: absolute;
  display: inline-block;
  padding: 3px;
  background: #fa5a19;
  color: #ffffff;
  border-radius: 5px;
  bottom: 5%;
  right: 5%;
}
#product-detail-modal .productBlock .productDescription {
  width: 50%;
  float: right;
}
@media (max-width: 550px) {
  #product-detail-modal .productBlock .productDescription {
    width: 100%;
  }
}
.rtl #product-detail-modal .productBlock .productDescription {
  float: left;
}
#product-detail-modal .productBlock .productDescription .innerWrap {
  width: 80%;
  margin: 20px auto;
}
#product-detail-modal .productBlock .productDescription .innerWrap:before,
#product-detail-modal .productBlock .productDescription .innerWrap:after {
  content: " ";
  display: table;
}
#product-detail-modal .productBlock .productDescription .innerWrap:after {
  clear: both;
}
#product-detail-modal .productBlock .productDescription .product_name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}
#product-detail-modal .productBlock .productDescription .product-category {
  font-size: 90%;
}
#product-detail-modal .productBlock .productDescription .contentunit {
  font-size: 90%;
  color: #908886;
}
#product-detail-modal .productBlock .productDescription .specialOfferText {
  color: #ed2f4f;
  font-weight: bold;
}
#product-detail-modal .productBlock .productDescription .currentPrice {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
#product-detail-modal .productBlock .productDescription .currentPrice.discount {
  padding: 2px 0 5px;
}
#product-detail-modal .productBlock .productDescription .currentPrice.discount span.oldPrice,
#product-detail-modal .productBlock .productDescription .currentPrice.discount span.newPrice {
  display: inline-block;
}
#product-detail-modal .productBlock .productDescription .currentPrice.discount span.oldPrice {
  width: 45%;
  text-align: right;
  text-decoration: line-through;
  font-size: 80%;
}
.rtl #product-detail-modal .productBlock .productDescription .currentPrice.discount span.oldPrice {
  text-align: left;
}
#product-detail-modal .productBlock .productDescription .currentPrice.discount span.newPrice {
  width: 49%;
  text-align: left;
  color: #ed2f4f;
}
.rtl #product-detail-modal .productBlock .productDescription .currentPrice.discount span.newPrice {
  text-align: right;
}
#product-detail-modal .productBlock .productDescription .cntBlock:before,
#product-detail-modal .productBlock .productDescription .cntBlock:after {
  content: " ";
  display: table;
}
#product-detail-modal .productBlock .productDescription .cntBlock:after {
  clear: both;
}
#product-detail-modal .productBlock .productDescription .upPart span {
  line-height: 70px;
  display: block;
  text-align: center;
  color: #009bee;
  font-size: 300%;
  margin: 0 auto 5px;
  font-weight: bold;
  line-height: 1.1;
}
#product-detail-modal .productBlock .productDescription .upPart .unit-measure-container {
  display: block;
  border: none;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
#product-detail-modal .productBlock .productDescription .upPart .unit-measure-container .btn-group {
  border-radius: 6px;
  background-color: white;
  padding: 1px;
  width: 80%;
}
#product-detail-modal .productBlock .productDescription .upPart .unit-measure-container .btn-group .btn {
  width: 50%;
  height: 21px;
  border-radius: 6px;
  padding: 0px 10px;
  position: static;
  border: none;
  background: none;
  color: #908886;
}
#product-detail-modal .productBlock .productDescription .upPart .unit-measure-container .btn-group .btn.active {
  color: #ffffff;
  background-color: #009bee;
}
#product-detail-modal .productBlock .productDescription .downPart {
  margin-bottom: 15px;
}
#product-detail-modal .productBlock .productDescription .downPart:before,
#product-detail-modal .productBlock .productDescription .downPart:after {
  content: " ";
  display: table;
}
#product-detail-modal .productBlock .productDescription .downPart:after {
  clear: both;
}
#product-detail-modal .productBlock .productDescription .downPart div {
  padding-right: 3px;
  padding-left: 3px;
}
#product-detail-modal .productBlock .productDescription .downPart .btn {
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
  height: 28px;
  padding: 4px 2px;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton {
  color: #ffffff;
  background-color: #009bee;
  border-color: #22b2ff;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.active,
.open > .dropdown-toggle#product-detail-modal .productBlock .productDescription .downPart .btn-addButton {
  color: #ffffff;
  background-color: #007abb;
  border-color: #0094e4;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.active,
.open > .dropdown-toggle#product-detail-modal .productBlock .productDescription .downPart .btn-addButton {
  background-image: none;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled],
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled]:hover,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled]:focus,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled].focus,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled]:active,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton.disabled.active,
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton[disabled].active,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-addButton.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-addButton .badge {
  color: #009bee;
  background-color: #ffffff;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton {
  color: #ffffff;
  background-color: #000000;
  border-color: #005888;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.active,
.open > .dropdown-toggle#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton {
  color: #ffffff;
  background-color: #000000;
  border-color: #00304b;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.active,
.open > .dropdown-toggle#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton {
  background-image: none;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled],
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled]:hover,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:hover,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled]:focus,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled].focus,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.focus,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled]:active,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton:active,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.disabled.active,
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton[disabled].active,
fieldset[disabled] #product-detail-modal .productBlock .productDescription .downPart .btn-minusButton.active {
  background-color: #000000;
  border-color: #005888;
}
#product-detail-modal .productBlock .productDescription .downPart .btn-minusButton .badge {
  color: #000000;
  background-color: #ffffff;
}
#product-detail-modal .productBlock .productDescription .downPart input[type="text"] {
  padding: 2px;
  font-size: 90%;
  height: 26px;
  margin-top: 5px;
}
/**********************************************************************************/
.productListInSlider {
  margin-top: 15px;
  padding: 15px;
}
.productListInSlider.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.productListInSlider .titleBlock {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.productListInSlider.relatedSO .titleBlock {
  color: #ed2f4f;
}
.productListInSlider .carousel .item:before,
.productListInSlider .carousel .item:after {
  content: " ";
  display: table;
}
.productListInSlider .carousel .item:after {
  clear: both;
}
.productListInSlider .carousel .carousel-control {
  width: 15px;
  color: #009bee;
  background: transparent;
  opacity: 1;
  border: none;
  cursor: pointer;
}
.productListInSlider .carousel .carousel-control .glyphicon {
  font-size: 50px;
  top: 30%;
}
.productListInSlider .carousel .carousel-control .glyphicon-chevron-left,
.productListInSlider .carousel .carousel-control .glyphicon-chevron-right,
.productListInSlider .carousel .carousel-control .icon-prev,
.productListInSlider .carousel .carousel-control .icon-next {
  width: 50px;
  height: 50px;
}
.productListInSlider .carousel .carousel-control.left {
  margin-left: -5px;
  left: 0px;
}
.productListInSlider .carousel .carousel-control.left .glyphicon {
  margin-left: 0;
}
.productListInSlider .carousel .carousel-control.right {
  margin-right: -5px;
  right: 0px;
}
.productListInSlider .carousel .carousel-control.right .glyphicon {
  margin-right: 0;
}
.productListInSlider .carousel.slide {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.productListInSlider .productItem .productBgImage {
  height: 100px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.productListInSlider .productItem .product_name {
  font-size: 70%;
  line-height: 1.2em;
  height: 2.4em;
  margin-top: 5px;
  overflow: hidden;
}
.productListInSlider .productItem .currentPrice {
  font-weight: bold;
}
.productListInSlider .productItem .currentPrice:before,
.productListInSlider .productItem .currentPrice:after {
  content: " ";
  display: table;
}
.productListInSlider .productItem .currentPrice:after {
  clear: both;
}
.productListInSlider .productItem .currentPrice .newPrice {
  color: #ed2f4f;
  float: left;
  display: block;
}
.rtl .productListInSlider .productItem .currentPrice .newPrice {
  float: right;
}
.productListInSlider .productItem .currentPrice .oldPrice {
  float: left;
  display: block;
  font-size: 80%;
  text-decoration: line-through;
  position: relative;
  top: 2px;
}
.rtl .productListInSlider .productItem .currentPrice .oldPrice {
  float: right;
}
.productListInSlider .productItem .contentunit {
  font-size: 70%;
}
.productListInSlider .productItem .specialOfferText {
  font-size: 70%;
  line-height: 1.2;
  color: #ed2f4f;
  height: 26px;
  overflow: hidden;
}
.productListInSlider .addToCart .btn-addToCart {
  color: #fff;
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.productListInSlider .addToCart .btn-addToCart:hover,
.productListInSlider .addToCart .btn-addToCart:focus,
.productListInSlider .addToCart .btn-addToCart.focus,
.productListInSlider .addToCart .btn-addToCart:active,
.productListInSlider .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.productListInSlider .addToCart .btn-addToCart {
  color: #fff;
  background-color: #008bbb;
  border-color: #00a9e4;
}
.productListInSlider .addToCart .btn-addToCart:active,
.productListInSlider .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.productListInSlider .addToCart .btn-addToCart {
  background-image: none;
}
.productListInSlider .addToCart .btn-addToCart.disabled,
.productListInSlider .addToCart .btn-addToCart[disabled],
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart,
.productListInSlider .addToCart .btn-addToCart.disabled:hover,
.productListInSlider .addToCart .btn-addToCart[disabled]:hover,
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart:hover,
.productListInSlider .addToCart .btn-addToCart.disabled:focus,
.productListInSlider .addToCart .btn-addToCart[disabled]:focus,
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart:focus,
.productListInSlider .addToCart .btn-addToCart.disabled.focus,
.productListInSlider .addToCart .btn-addToCart[disabled].focus,
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart.focus,
.productListInSlider .addToCart .btn-addToCart.disabled:active,
.productListInSlider .addToCart .btn-addToCart[disabled]:active,
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart:active,
.productListInSlider .addToCart .btn-addToCart.disabled.active,
.productListInSlider .addToCart .btn-addToCart[disabled].active,
fieldset[disabled] .productListInSlider .addToCart .btn-addToCart.active {
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.productListInSlider .addToCart .btn-addToCart .badge {
  color: #00b1ee;
  background-color: #fff;
}
.productListInSlider .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #eb1535;
  border-color: #ef445e;
}
.productListInSlider .removeFromCart .btn-removeFromCart:hover,
.productListInSlider .removeFromCart .btn-removeFromCart:focus,
.productListInSlider .removeFromCart .btn-removeFromCart.focus,
.productListInSlider .removeFromCart .btn-removeFromCart:active,
.productListInSlider .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.productListInSlider .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #bd102a;
  border-color: #e21332;
}
.productListInSlider .removeFromCart .btn-removeFromCart:active,
.productListInSlider .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.productListInSlider .removeFromCart .btn-removeFromCart {
  background-image: none;
}
.productListInSlider .removeFromCart .btn-removeFromCart.disabled,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled],
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart,
.productListInSlider .removeFromCart .btn-removeFromCart.disabled:hover,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled]:hover,
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart:hover,
.productListInSlider .removeFromCart .btn-removeFromCart.disabled:focus,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled]:focus,
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart:focus,
.productListInSlider .removeFromCart .btn-removeFromCart.disabled.focus,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled].focus,
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart.focus,
.productListInSlider .removeFromCart .btn-removeFromCart.disabled:active,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled]:active,
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart:active,
.productListInSlider .removeFromCart .btn-removeFromCart.disabled.active,
.productListInSlider .removeFromCart .btn-removeFromCart[disabled].active,
fieldset[disabled] .productListInSlider .removeFromCart .btn-removeFromCart.active {
  background-color: #eb1535;
  border-color: #ef445e;
}
.productListInSlider .removeFromCart .btn-removeFromCart .badge {
  color: #eb1535;
  background-color: #fff;
}
.productListInSlider .productItem {
  width: 180px;
  min-width: 180px;
  padding: 0 8px;
}
.productListInSlider .productItem:before,
.productListInSlider .productItem:after {
  content: " ";
  display: table;
}
.productListInSlider .productItem:after {
  clear: both;
}
@media (max-width: 550px) {
  .productListInSlider .productItem {
    height: 275px;
    width: 112px;
    min-width: 112px;
  }
}
.productListInSlider .productImage,
.productListInSlider .productBgImage {
  min-height: 90px;
}
.productListInSlider .productImage {
  width: 95%;
  position: relative;
}
.productListInSlider .productFirstRow:before,
.productListInSlider .productFirstRow:after {
  content: " ";
  display: table;
}
.productListInSlider .productFirstRow:after {
  clear: both;
}
.productListInSlider .productFirstRow > a {
  display: block;
  width: 100%;
  min-height: 90px;
}
.productListInSlider .productFirstRow > .productDescription {
  display: block;
  min-height: 90px;
  text-align: left;
  height: 117px;
}
.rtl .productListInSlider .productFirstRow > .productDescription {
  text-align: right;
}
@media (max-width: 550px) {
  .productListInSlider.relatedSO .carousel .carousel-control .glyphicon {
    width: auto;
  }
}
@media (max-width: 550px) {
  .productListInSlider .carousel .carousel-control .glyphicon {
    font-size: 40px;
  }
}
/************* modal-content related and alsoLooked ********************/

.modal-content .productListInSlider.relatedSO .carousel li.productItem,
.modal-content .productListInSlider.alsoLooked .carousel li.productItem {
  text-align: center;
  vertical-align: top;
}
.modal-content .productListInSlider.relatedSO .carousel li.productItem > .addToCart,
.modal-content .productListInSlider.relatedSO .carousel li.productItem > .removeFromCart,
.modal-content .productListInSlider.alsoLooked .carousel li.productItem > .addToCart,
.modal-content .productListInSlider.alsoLooked .carousel li.productItem > .removeFromCart {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  /*margin: 0 auto;*/
  float: none;
  height: 34px;
  border-color: transparent;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 550px) {
  .modal-content .productListInSlider.relatedSO .carousel li.productItem > .addToCart > button,
  .modal-content .productListInSlider.relatedSO .carousel li.productItem > .removeFromCart > button,
  .modal-content .productListInSlider.alsoLooked .carousel li.productItem > .addToCart > button,
  .modal-content .productListInSlider.alsoLooked .carousel li.productItem > .removeFromCart > button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.modal-content .productListInSlider.relatedSO .carousel li.productItem > .addToCart,
.modal-content .productListInSlider.alsoLooked .carousel li.productItem > .addToCart {
  width: 70px;
}
@media (max-width: 550px) {
  .modal-content .productListInSlider.relatedSO .carousel li.productItem > .addToCart,
  .modal-content .productListInSlider.alsoLooked .carousel li.productItem > .addToCart {
    width: 50px;
  }
}
.modal-content .productListInSlider.relatedSO .carousel li.productItem > .removeFromCart,
.modal-content .productListInSlider.alsoLooked .carousel li.productItem > .removeFromCart {
  width: 30px;
  margin-right: 5px;
}
/**************** media *****************************/

@media (min-width: 768px) {
  #product-detail-modal .modal-dialog > .productBlock > .productBlock {
    height: 500px;
  }
  #product-detail-modal .productBlock .productDescription .product_name {
    font-size: 160%;
  }
  #product-detail-modal .productBlock .productDescription .contentunit {
    font-size: 120%;
  }
  #product-detail-modal .productBlock .productDescription .currentPrice {
    font-size: 200%;
    margin: 30px 0;
  }
}
@media (min-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .removeFromCart {
    display: none;
  }
}
@media (max-width: 550px) {
  #product-detail-modal .modal-dialog {
    margin: 40px auto 0;
    width: 90%;
    max-width: 1000px;
  }
  #product-detail-modal .productBlockAll .productBlock {
    min-height: auto;
  }
  #product-detail-modal .productBlockAll .productBlock .productDescription .downPart .btn {
    font-size: 90%;
    height: 28px;
    padding: 4px 2px;
  }
  #product-detail-modal .productBlock .productImage {
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
  }
  #product-detail-modal .productBlock .productImage.desktop {
    display: none;
  }
  #product-detail-modal .productBlock .productImage.mobile {
    display: block;
    position: relative;
  }
  #product-detail-modal .productBlock .productImage .productBgImage {
    height: 180px;
    min-height: auto;
  }
  #product-detail-modal .productBlock .productDescription {
    width: 100%;
    top: 200px;
    left: 0;
  }
  #product-detail-modal .productBlock .productDescription .product_name {
    width: 100%;
    top: 200px;
    left: 0;
    font-size: 100%;
  }
  #product-detail-modal .productBlock .productDescription .contentunit {
    font-size: 80%;
  }
  #product-detail-modal .productBlock .productDescription .currentPrice {
    font-size: 120%;
  }
  #product-detail-modal .productBlock .productDescription .downPart {
    margin: 0 auto;
  }
  #product-detail-modal .productListInSlider .carousel-control.left,
  .goodsContainer.productListInSlider .carousel-control.left {
    margin-left: -5px;
    left: 20px;
  }
  #product-detail-modal .productListInSlider .carousel-control.left .glyphicon,
  .goodsContainer.productListInSlider .carousel-control.left .glyphicon {
    margin-left: 0;
  }
  #product-detail-modal .productListInSlider .carousel-control.right,
  .goodsContainer.productListInSlider .carousel-control.right {
    margin-right: -5px;
    right: 10px;
  }
  #product-detail-modal .productListInSlider .carousel-control.right .glyphicon,
  .goodsContainer.productListInSlider .carousel-control.right .glyphicon {
    margin-right: 0;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel .left.carousel-control {
    left: 10px !important;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel .right.carousel-control {
    right: 5px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem {
    text-align: center;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .addToCart,
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .removeFromCart {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    /*margin: 0 auto;*/
    float: none;
    height: 34px;
    border-color: transparent;
    margin-top: 15px;
    text-align: center;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .addToCart {
    width: 70px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .removeFromCart {
    width: 30px;
    margin-right: 5px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem {
    width: 49.5%;
    min-width: 0;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem {
    /*height: 340px;*/
    height: auto;
    padding-bottom: 20px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel li.productItem .cntProduct {
    display: none;
  }
  .goodsContainer.productListInSlider.relatedSO .productItem .contentunit {
    right: 0;
    position: relative;
    top: 0;
    min-height: 20px;
  }
  .goodsContainer.productListInSlider.relatedSO .productItem .specialOfferText {
    height: 60px !important;
  }
}
@media (max-width: 450px) {
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice,
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .oldPrice {
    font-size: 80%;
    top: 0 !important;
  }
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice,
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .oldPrice {
    font-size: 70% !important;
  }
}
@media (max-width: 350px) {
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice,
  .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .oldPrice {
    font-size: 60% !important;
  }
}
/**** body.tabletsStyle *************/

body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .carousel .right.carousel-control {
  right: 5px;
}
body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .addToCart {
  display: inline-block;
  width: 70px;
  height: auto;
  margin: 0 auto;
  float: none;
  height: 34px;
  border-color: transparent;
  margin-top: 15px;
}
body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .carousel li.productItem {
  height: 350px;
}
body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .carousel li.productItem .cntProduct {
  display: none;
}
body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .productItem .contentunit {
  position: relative;
  top: 0;
  min-height: 10px;
  margin-top: 5px;
  margin-left: 10px;
  left: 10px;
}
body.tabletsStyle .goodsContainer.productListInSlider.relatedSO .carousel li.productItem > .removeFromCart {
  display: inline-block;
}
body.tabletsStyle.rtl .goodsContainer.productListInSlider.relatedSO .productItem .contentunit {
  margin-right: 10px;
  right: 10px;
  margin-left: 0;
}
.goodsContainer .imageProduct .specialOfferBadge {
  position: absolute;
  display: inline-block;
  padding: 3px;
  background: #fa5a19;
  color: #ffffff;
  border-radius: 5px;
  right: 5px;
  bottom: 5px;
  min-width: 35px;
  min-height: 23px;
  /*@media (max-width: 550px) {
    	bottom: 10px;
    	right:0;
    	left:auto;
    	top:auto;
    }*/

}
@media (min-width: 550px) {
  .goodsContainer .imageProduct .specialOfferBadge {
    bottom: 5%;
    right: 5%;
    left: auto;
    top: auto;
  }
}
.goodsContainer .imageProduct .specialOfferText {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  color: #fa5a19;
  padding: 2px 2px 2px 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .specialOfferText {
    display: none;
  }
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .specialOfferText {
    display: none;
  }
}
.goodsContainer .writeANote {
  color: #908886;
  background: #fff;
  position: absolute;
  left: 26%;
  bottom: 0;
  padding: 0;
  width: 30%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  display: none;
  text-align: left;
}
.goodsContainer .writeANote .glyphicon {
  padding: 0 5px;
}
.rtl .goodsContainer .writeANote {
  text-align: right;
}
.goodsContainer .hasInCart .writeANote {
  display: block;
}
@media (min-width: 550px) {
  .goodsContainer .hasInCart .writeANote {
    display: none;
  }
}
@media (min-width: 550px) {
  .goodsContainer .hasInCart .writeANote {
    display: none;
  }
}
.inTheCart {
  position: absolute;
  top: 4%;
  left: 4%;
  padding: 5px 7px;
  background: #009bee;
  border-radius: 50px;
  display: block;
  color: #ffffff;
  font-weight: bold;
  width: 32px;
  text-align: center;
  z-index: 20;
}
.openPopup .inTheCart {
  display: none;
}
.goodsContainer .imageProduct .inTheCart {
  display: block;
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .inTheCart {
    display: none;
  }
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .inTheCart {
    display: none;
  }
}
.goodsContainer .imageProduct .popupFormAddToCart {
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .popupFormAddToCart {
    display: none;
  }
}
@media (max-width: 550px) {
  .goodsContainer .imageProduct .popupFormAddToCart {
    display: none;
  }
}
.goodsContainer .imageProduct .popupFormAddToCart.onlyBottom {
  top: 70%;
  height: 30%;
}
.goodsContainer .imageProduct .popupFormAddToCart.onlyBottom .downPart {
  top: 0;
  height: 100%;
}
.goodsContainer .imageProduct .popupFormAddToCart.onlyBottom .downPart .notInStock {
  padding-right: 3px;
  padding-left: 3px;
  width: 60%;
  float: left;
  color: red;
  font-size: 12px;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart {
  position: absolute;
  height: 70%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  /*display:none;*/

}
.goodsContainer .imageProduct .popupFormAddToCart .upPart span {
  display: block;
  text-align: center;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart span.cnt {
  margin-top: 20%;
  font-size: 200%;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart span.numberDesc {
  margin-top: 2%;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container {
  margin-top: -5px;
  text-align: center;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group {
  border-radius: 6px;
  background-color: white;
  padding: 1px;
  width: 80%;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn {
  width: 50%;
  height: 21px;
  border-radius: 6px;
  padding: 0px 10px;
  position: static;
  border: none;
  background: none;
  color: #908886;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active {
  color: #ffffff;
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:hover,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active {
  color: #ffffff;
  background-color: #007abb;
  border-color: #0094e4;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active {
  background-image: none;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled],
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled:hover,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled]:hover,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:hover,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled:focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled]:focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled.focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled].focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.focus,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled:active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled]:active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active:active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.disabled.active,
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active[disabled].active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .imageProduct .popupFormAddToCart .upPart .unit-measure-container .btn-group .btn.active .badge {
  color: #009bee;
  background-color: #ffffff;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart {
  position: absolute;
  height: 30%;
  top: 70%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 5px;
}
.ru .goodsContainer .imageProduct .popupFormAddToCart .downPart {
  padding: 5px 0;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart div {
  padding-right: 3px;
  padding-left: 3px;
  width: 33%;
  float: left;
}
.ru .goodsContainer .imageProduct .popupFormAddToCart .downPart div:first-of-type {
  width: 70px;
}
.ru .goodsContainer .imageProduct .popupFormAddToCart .downPart div:last-of-type {
  width: 30px;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart button {
  line-height: 1.2;
  font-weight: bold;
  padding: 4px 2px;
  text-align: center;
  margin-top: 5px;
  font-size: 90%;
  height: 28px;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart input[type="text"] {
  padding: 2px;
  font-size: 90%;
  height: 26px;
  margin-top: 5px;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton {
  color: #ffffff;
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton {
  color: #ffffff;
  background-color: #007abb;
  border-color: #0094e4;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton {
  background-image: none;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled],
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled]:hover,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled]:focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled].focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled]:active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.disabled.active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton[disabled].active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-addButton .badge {
  color: #009bee;
  background-color: #ffffff;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton {
  color: #ffffff;
  background-color: #000000;
  border-color: #005888;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton {
  color: #ffffff;
  background-color: #000000;
  border-color: #00304b;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.active,
.open > .dropdown-toggle.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton {
  background-image: none;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled],
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled]:hover,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:hover,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled]:focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled].focus,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.focus,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled]:active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton:active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.disabled.active,
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton[disabled].active,
fieldset[disabled] .goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton.active {
  background-color: #000000;
  border-color: #005888;
}
.goodsContainer .imageProduct .popupFormAddToCart .downPart .btn-minusButton .badge {
  color: #000000;
  background-color: #ffffff;
}
.goodsContainer .imageProduct:hover .popupFormAddToCart {
  transition: opacity 0.2s ease-in 0s;
  opacity: 1;
}
.goodsContainer .addNoteForm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
}
.goodsContainer .addNoteForm .form-group {
  width: 95%;
  margin: 5px auto;
  border-bottom: 1px solid #e2e2e2;
}
.goodsContainer .addNoteForm .form-group label {
  color: #009bee;
}
.goodsContainer .addNoteForm .form-group .saveNote {
  /*margin-top:5px;*/
  margin-top: 18px;
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .addNoteForm .form-group .saveNote:hover,
.goodsContainer .addNoteForm .form-group .saveNote:focus,
.goodsContainer .addNoteForm .form-group .saveNote.focus,
.goodsContainer .addNoteForm .form-group .saveNote:active,
.goodsContainer .addNoteForm .form-group .saveNote.active,
.open > .dropdown-toggle.goodsContainer .addNoteForm .form-group .saveNote {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
.goodsContainer .addNoteForm .form-group .saveNote:active,
.goodsContainer .addNoteForm .form-group .saveNote.active,
.open > .dropdown-toggle.goodsContainer .addNoteForm .form-group .saveNote {
  background-image: none;
}
.goodsContainer .addNoteForm .form-group .saveNote.disabled,
.goodsContainer .addNoteForm .form-group .saveNote[disabled],
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote,
.goodsContainer .addNoteForm .form-group .saveNote.disabled:hover,
.goodsContainer .addNoteForm .form-group .saveNote[disabled]:hover,
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote:hover,
.goodsContainer .addNoteForm .form-group .saveNote.disabled:focus,
.goodsContainer .addNoteForm .form-group .saveNote[disabled]:focus,
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote:focus,
.goodsContainer .addNoteForm .form-group .saveNote.disabled.focus,
.goodsContainer .addNoteForm .form-group .saveNote[disabled].focus,
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote.focus,
.goodsContainer .addNoteForm .form-group .saveNote.disabled:active,
.goodsContainer .addNoteForm .form-group .saveNote[disabled]:active,
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote:active,
.goodsContainer .addNoteForm .form-group .saveNote.disabled.active,
.goodsContainer .addNoteForm .form-group .saveNote[disabled].active,
fieldset[disabled] .goodsContainer .addNoteForm .form-group .saveNote.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer .addNoteForm .form-group .saveNote .badge {
  color: #009bee;
  background-color: #fff;
}
.goodsContainer .addNoteForm .btn-closeSubMenu {
  position: absolute;
  color: #bebebe;
}
.goodsContainer .addNoteForm.forMobile {
  display: block;
}
@media (min-width: 550px) {
  .goodsContainer .addNoteForm.forMobile {
    display: none;
  }
}
@media (min-width: 550px) {
  .goodsContainer .addNoteForm.forMobile {
    display: none;
  }
}
.goodsContainer .addNoteForm.forMobile .form-group {
  border: 0;
}
.goodsContainer .addNoteForm.forMobile .btn-closeSubMenu {
  right: 0;
  top: 0;
}
.goodsContainer .addNoteForm.forDesktop {
  display: block;
}
@media (max-width: 550px) {
  .goodsContainer .addNoteForm.forDesktop {
    display: none;
  }
}
@media (max-width: 550px) {
  .goodsContainer .addNoteForm.forDesktop {
    display: none;
  }
}
.goodsContainer .addNoteForm.forDesktop .btn-closeSubMenu {
  right: 0;
  top: 2px;
}
.rtl .goodsContainer .addNoteForm.forDesktop .btn-closeSubMenu {
  left: 0;
  right: auto;
}
.content-container {
  width: 100%;
  height: 100%;
}
.content-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
app-product-layout .content-container {
  padding-top: 155px;
  padding-right: 15%;
  padding-left: 15%;
}
@media (max-width: 550px) {
  app-product-layout .content-container {
    padding-top: 115px;
    padding-right: 0;
    padding-left: 0;
  }
}
.mobileHeaderContainer .dropdown .dropdown-menu {
  overflow: auto;
  max-height: 20vh;
  min-height: 90px;
}
.searchInputGroup .dropdown {
  width: 100%;
}
.searchInputGroup .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 371px;
  overflow: auto;
}
.searchInputGroup .dropdown .dropdown-menu li {
  text-align: left;
  min-height: 32px;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
}
.rtl .searchInputGroup .dropdown .dropdown-menu li {
  text-align: right;
}
.searchInputGroup .dropdown .dropdown-menu li a {
  padding: 0;
  white-space: normal;
  height: 32px;
  display: table;
  width: 100%;
}
.searchInputGroup .dropdown .dropdown-menu li a:before,
.searchInputGroup .dropdown .dropdown-menu li a:after {
  content: " ";
  display: table;
}
.searchInputGroup .dropdown .dropdown-menu li a:after {
  clear: both;
}
.searchInputGroup .dropdown .dropdown-menu li a:hover,
.searchInputGroup .dropdown .dropdown-menu li a:focus {
  background: #e7e7e7;
  font-weight: bold;
  color: #5c5654;
}
.searchInputGroup .dropdown .dropdown-menu li.active a {
  background: #97a58c;
  font-weight: bold;
  color: #5c5654;
}
.searchInputGroup .dropdown .dropdown-menu li .searchResRowWrap {
  display: block;
}
.searchInputGroup .dropdown .dropdown-menu li li:last-child {
  border-bottom: 0;
}
.searchInputGroup .dropdown .dropdown-menu li .imageWrap {
  height: 32px;
  width: 50px;
  display: block;
  display: table-cell;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box;
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  float: left;
  vertical-align: middle;
}
.rtl .searchInputGroup .dropdown .dropdown-menu li .imageWrap {
  float: right;
}
.searchInputGroup .dropdown .dropdown-menu li .titleFull {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.searchInputGroup .dropdown .dropdown-menu li .titleFull .title {
  min-height: 32px;
  text-align: left;
  width: 100%;
  /*border-bottom: 1px solid @selectedDropDownItem;*/

}
.rtl .searchInputGroup .dropdown .dropdown-menu li .titleFull .title {
  text-align: right;
}
.searchInputGroup .dropdown .dropdown-menu li .titleFull .title.special {
  color: #00b1ee;
  background: #00b1ee;
  /*border-bottom: 1px solid darken(@searchDropDownSpecialBg, 15%);*/

}
.searchInputGroup .dropdown .dropdown-menu li.active a .title.special {
  background: #006588;
}
.searchInputGroup .dropdown .dropdown-menu .dropdownFooter {
  text-align: center;
  line-height: 1.4;
  background: #006588;
}
.searchInputGroup .dropdown .dropdown-menu .dropdownFooter p {
  margin: 0;
  padding: 0 5px 5px 5px;
}
.searchInputGroup .dropdown .dropdown-menu .dropdownFooter .title {
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
  padding: 7px;
  color: #fff;
  width: auto;
  border-bottom: 0;
}
.rtl .searchInputGroup .dropdown .dropdown-menu .dropdownFooter .title {
  text-align: center;
}
.searchInputGroup .dropdown .dropdown-menu .dropdownFooter a {
  color: #41aad3;
  text-decoration: underline;
}
#mobileMenu .bigButtons li .button3.clearBg {
  background: #00aeef;
}
#mobileMenu .bigButtons li .button3 .forFrames {
  width: 40px;
  height: 55px;
  position: absolute;
  top: 17px;
  left: 25px;
  background-image: url('../assets/button3Sprite.svg');
  background-repeat: no-repeat;
  background-size: auto 500%;
  background-color: #00aeef;
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button3 .forFrames.frame1 {
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button3 .forFrames.frame2 {
  background-position: 0 25%;
}
#mobileMenu .bigButtons li .button3 .forFrames.frame3 {
  background-position: 0 50%;
}
#mobileMenu .bigButtons li .button3 .forFrames.frame4 {
  background-position: 0 75%;
}
#mobileMenu .bigButtons li .button3 .forFrames.frame5 {
  background-position: 0 100%;
}
#mobileMenu .bigButtons li .button2.clearBg {
  background: #00aeef;
}
#mobileMenu .bigButtons li .button2 .forFrames {
  width: 45px;
  height: 59px;
  position: absolute;
  top: 15px;
  left: 23px;
  background-image: url('../assets/button2Sprite.svg');
  background-repeat: no-repeat;
  background-size: auto 400%;
  background-color: #00aeef;
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button2 .forFrames.frame1 {
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button2 .forFrames.frame2 {
  background-position: 0 33.333333%;
}
#mobileMenu .bigButtons li .button2 .forFrames.frame3 {
  background-position: 0 66.666666%;
}
#mobileMenu .bigButtons li .button2 .forFrames.frame4 {
  background-position: 0 100%;
}
#mobileMenu .bigButtons li .button1.clearBg {
  background: #00b1ee;
}
#mobileMenu .bigButtons li .button1 .forFrames {
  width: 54px;
  height: 59px;
  position: absolute;
  top: 15px;
  left: 18px;
  background-image: url('../assets/button1Sprite.svg');
  background-repeat: no-repeat;
  background-size: auto 400%;
  background-color: #00b1ee;
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button1 .forFrames.frame1 {
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button1 .forFrames.frame2 {
  background-position: 0 33.333333%;
}
#mobileMenu .bigButtons li .button1 .forFrames.frame3 {
  background-position: 0 66.666666%;
}
#mobileMenu .bigButtons li .button1 .forFrames.frame4 {
  background-position: 0 100%;
}
#mobileMenu .bigButtons li .button4.clearBg {
  background: #00aeef;
}
#mobileMenu .bigButtons li .button4 .forFrames {
  width: 54px;
  height: 45px;
  position: absolute;
  top: 28px;
  left: 18px;
  background-image: url('../assets/button4Sprite.svg');
  background-repeat: no-repeat;
  background-size: auto 1000%;
  background-color: #00aeef;
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame1 {
  background-position: 0 0;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame2 {
  background-position: 0 11.1111111%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame3 {
  background-position: 0 22.2222222%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame4 {
  background-position: 0 33.3333333%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame5 {
  background-position: 0 44.4444444%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame6 {
  background-position: 0 55.5555555%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame7 {
  background-position: 0 66.6666666%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame8 {
  background-position: 0 77.7777777%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame9 {
  background-position: 0 88.8888888%;
}
#mobileMenu .bigButtons li .button4 .forFrames.frame10 {
  background-position: 0 100%;
}
#confirm-modal,
#minimum-modal,
#leave-email {
  z-index: 2002;
}
#confirm-modal .modal-dialog .modal-content,
#minimum-modal .modal-dialog .modal-content,
#leave-email .modal-dialog .modal-content {
  padding: 30px;
  text-align: center;
}
#confirm-modal .modal-dialog .modal-content .buttons,
#minimum-modal .modal-dialog .modal-content .buttons,
#leave-email .modal-dialog .modal-content .buttons {
  margin: 0;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn,
#minimum-modal .modal-dialog .modal-content .buttons .btn,
#leave-email .modal-dialog .modal-content .buttons .btn {
  font-size: 20px;
  margin: 15px;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:hover,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:hover,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm:hover,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm:focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm:active,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.active,
.open > .dropdown-toggle#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm,
.open > .dropdown-toggle#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm,
.open > .dropdown-toggle#leave-email .modal-dialog .modal-content .buttons .btn.confirm {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm:active,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.active,
.open > .dropdown-toggle#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm,
.open > .dropdown-toggle#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm,
.open > .dropdown-toggle#leave-email .modal-dialog .modal-content .buttons .btn.confirm {
  background-image: none;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled],
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled],
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled],
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:hover,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:hover,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled:hover,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:hover,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:hover,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled]:hover,
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:hover,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:hover,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm:hover,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled:focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled]:focus,
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:focus,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:focus,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm:focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled.focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled.focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled.focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled].focus,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled].focus,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled].focus,
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.focus,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.focus,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm.focus,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled:active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled:active,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled]:active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled]:active,
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm:active,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm:active,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled.active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.disabled.active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm.disabled.active,
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled].active,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm[disabled].active,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm[disabled].active,
fieldset[disabled] #confirm-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
fieldset[disabled] #minimum-modal .modal-dialog .modal-content .buttons .btn.confirm.active,
fieldset[disabled] #leave-email .modal-dialog .modal-content .buttons .btn.confirm.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.confirm .badge,
#minimum-modal .modal-dialog .modal-content .buttons .btn.confirm .badge,
#leave-email .modal-dialog .modal-content .buttons .btn.confirm .badge {
  color: #00aeef;
  background-color: #fff;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.cancel,
#minimum-modal .modal-dialog .modal-content .buttons .btn.cancel,
#leave-email .modal-dialog .modal-content .buttons .btn.cancel {
  color: #727171;
  padding-bottom: 3px;
}
#confirm-modal .modal-dialog .modal-content .buttons .btn.cancel:hover,
#minimum-modal .modal-dialog .modal-content .buttons .btn.cancel:hover,
#leave-email .modal-dialog .modal-content .buttons .btn.cancel:hover {
  text-decoration: none;
  color: #3f3e3e;
  border-bottom-color: #b5b5b5;
}
body.tabletsStyle.popup-open {
  overflow-y: hidden;
}
#cartBlock {
  position: fixed;
  width: 500px;
  min-width: 320px;
  height: 100%;
  background: #ffffff;
  top: 0;
  z-index: 2000;
  display: block;
  /*left: -@cartBlockWidth*2;*/
  -webkit-transition: all 0.6s ease-out;
  transition: left 0.6s ease-out;
}
.rtl #cartBlock.opened {
  left: 0;
  -webkit-transition: all 0.6s ease-in;
  transition: left 0.6s ease-in;
}
.ltr #cartBlock.opened {
  right: 0;
  left: inherit;
}
@media (max-width: 550px) {
  #cartBlock.opened {
    width: 100%;
  }
  #cartBlock.opened .titleBlock,
  #cartBlock.opened .cartFooter {
    width: 100%;
  }
}
#cartBlock .btn-closeSubMenu {
  position: absolute;
  right: 5px;
  top: 6px;
  color: #bebebe;
}
#cartBlock .btn-closeSubMenu .text {
  display: none;
}
#cartBlock .titleBlock {
  /*height: @desktopHeaderHeight+1;*/
  height: 152px;
  border-bottom: 1px solid #c4c4c4;
  /*border-right: 1px solid @cartBlockBorderColor;*/
  overflow: hidden;
  /*background: @cartBlockFixedPartsBg;*/
  /*.clearfix;*/
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0;
  width: 500px;
}
#cartBlock .titleBlock .firstRow {
  background: #fff;
}
#cartBlock .titleBlock .firstRow:before,
#cartBlock .titleBlock .firstRow:after {
  content: " ";
  display: table;
}
#cartBlock .titleBlock .firstRow:after {
  clear: both;
}
#cartBlock .titleBlock .firstRow p {
  width: 50%;
  float: left;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  margin: 0;
  color: #727272;
  white-space: nowrap;
}
#cartBlock .titleBlock .firstRow .btn-closeCart {
  float: right;
  margin: 9px;
  color: #ffffff;
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .titleBlock .firstRow .btn-closeCart:hover,
#cartBlock .titleBlock .firstRow .btn-closeCart:focus,
#cartBlock .titleBlock .firstRow .btn-closeCart.focus,
#cartBlock .titleBlock .firstRow .btn-closeCart:active,
#cartBlock .titleBlock .firstRow .btn-closeCart.active,
.open > .dropdown-toggle#cartBlock .titleBlock .firstRow .btn-closeCart {
  color: #ffffff;
  background-color: #007abb;
  border-color: #0094e4;
}
#cartBlock .titleBlock .firstRow .btn-closeCart:active,
#cartBlock .titleBlock .firstRow .btn-closeCart.active,
.open > .dropdown-toggle#cartBlock .titleBlock .firstRow .btn-closeCart {
  background-image: none;
}
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled],
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart,
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled:hover,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled]:hover,
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart:hover,
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled:focus,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled]:focus,
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart:focus,
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled.focus,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled].focus,
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart.focus,
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled:active,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled]:active,
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart:active,
#cartBlock .titleBlock .firstRow .btn-closeCart.disabled.active,
#cartBlock .titleBlock .firstRow .btn-closeCart[disabled].active,
fieldset[disabled] #cartBlock .titleBlock .firstRow .btn-closeCart.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .titleBlock .firstRow .btn-closeCart .badge {
  color: #009bee;
  background-color: #ffffff;
}
#cartBlock .titleBlock .firstRow .btn-closeCart .glyphicon {
  position: relative;
  top: 3px;
  right: -4px;
}
#cartBlock .titleBlock .secondRow {
  background: #61b362;
  padding: 10px;
}
#cartBlock .titleBlock .secondRow:before,
#cartBlock .titleBlock .secondRow:after {
  content: " ";
  display: table;
}
#cartBlock .titleBlock .secondRow:after {
  clear: both;
}
#cartBlock .titleBlock .secondRow span {
  display: block;
  padding: 6px;
  color: #fff;
}
#cartBlock .titleBlock .secondRow span.allcount {
  float: left;
  text-align: left;
  background: #1e9320;
  font-size: 90%;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
}
.rtl #cartBlock .titleBlock .secondRow span.allcount {
  float: right;
  text-align: right;
}
#cartBlock .titleBlock .secondRow span.shopName {
  float: left;
  text-align: left;
}
.rtl #cartBlock .titleBlock .secondRow span.shopName {
  float: right;
  text-align: right;
}
#cartBlock .titleBlock .secondRow span.allprice {
  float: right;
  text-align: right;
  background: #1e9320;
  font-size: 90%;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
}
.rtl #cartBlock .titleBlock .secondRow span.allprice {
  float: left;
  text-align: left;
}
#cartBlock .titleBlock .thirdRow {
  font-size: 80%;
  background: #1e9320;
  color: #fff;
  float: left;
  width: 100%;
}
#cartBlock .titleBlock .thirdRow p {
  margin: 0;
  padding: 4px 10px;
  width: 60%;
  white-space: nowrap;
  display: inline-block;
  float: left;
}
.rtl #cartBlock .titleBlock .thirdRow p {
  float: right;
}
#cartBlock .titleBlock .thirdRow button {
  color: #fff;
  background-color: #1e9320;
  border-color: #1e9320;
  border: none;
  padding: 4px 10px;
  float: right;
  width: 30%;
}
#cartBlock .titleBlock .thirdRow button:hover,
#cartBlock .titleBlock .thirdRow button:focus,
#cartBlock .titleBlock .thirdRow button.focus,
#cartBlock .titleBlock .thirdRow button:active,
#cartBlock .titleBlock .thirdRow button.active,
.open > .dropdown-toggle#cartBlock .titleBlock .thirdRow button {
  color: #fff;
  background-color: #156917;
  border-color: #146015;
}
#cartBlock .titleBlock .thirdRow button:active,
#cartBlock .titleBlock .thirdRow button.active,
.open > .dropdown-toggle#cartBlock .titleBlock .thirdRow button {
  background-image: none;
}
#cartBlock .titleBlock .thirdRow button.disabled,
#cartBlock .titleBlock .thirdRow button[disabled],
fieldset[disabled] #cartBlock .titleBlock .thirdRow button,
#cartBlock .titleBlock .thirdRow button.disabled:hover,
#cartBlock .titleBlock .thirdRow button[disabled]:hover,
fieldset[disabled] #cartBlock .titleBlock .thirdRow button:hover,
#cartBlock .titleBlock .thirdRow button.disabled:focus,
#cartBlock .titleBlock .thirdRow button[disabled]:focus,
fieldset[disabled] #cartBlock .titleBlock .thirdRow button:focus,
#cartBlock .titleBlock .thirdRow button.disabled.focus,
#cartBlock .titleBlock .thirdRow button[disabled].focus,
fieldset[disabled] #cartBlock .titleBlock .thirdRow button.focus,
#cartBlock .titleBlock .thirdRow button.disabled:active,
#cartBlock .titleBlock .thirdRow button[disabled]:active,
fieldset[disabled] #cartBlock .titleBlock .thirdRow button:active,
#cartBlock .titleBlock .thirdRow button.disabled.active,
#cartBlock .titleBlock .thirdRow button[disabled].active,
fieldset[disabled] #cartBlock .titleBlock .thirdRow button.active {
  background-color: #1e9320;
  border-color: #1e9320;
}
#cartBlock .titleBlock .thirdRow button .badge {
  color: #1e9320;
  background-color: #fff;
}
.rtl #cartBlock .titleBlock .thirdRow button {
  float: left;
}
#cartBlock .emptyCartNotice {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  margin-top: 15px;
}
#cartBlock .productsInCart {
  top: 86px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  top: 150px;
  bottom: 79px;
  border-right: 1px solid #ddd;
}
body.tabletsStyle #cartBlock .productsInCart {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
#cartBlock .productsInCart li {
  height: 90px;
  border-bottom: 1px solid #c4c4c4;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#cartBlock .productsInCart li:before,
#cartBlock .productsInCart li:after {
  content: " ";
  display: table;
}
#cartBlock .productsInCart li:after {
  clear: both;
}
#cartBlock .productsInCart .imageProduct {
  width: 25%;
  height: 100%;
  padding: 10px;
  position: relative;
}
.rtl #cartBlock .productsInCart .imageProduct {
  float: right;
}
.ltr #cartBlock .productsInCart .imageProduct {
  float: left;
}
#cartBlock .productsInCart .imageProduct img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 85%;
  max-height: 85%;
}
#cartBlock .productsInCart .productBlock {
  width: 35%;
  font-size: 100%;
  line-height: 1.1;
  height: 100%;
  display: table;
  padding-left: 5px;
}
.rtl #cartBlock .productsInCart .productBlock {
  float: right;
}
.ltr #cartBlock .productsInCart .productBlock {
  float: left;
}
#cartBlock .productsInCart .productBlock .forCenter {
  display: table-cell;
  vertical-align: middle;
}
#cartBlock .productsInCart .productBlock p {
  margin: 0;
}
#cartBlock .productsInCart .productBlock .currentPrice {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
#cartBlock .productsInCart .productBlock .contentunit {
  font-size: 80%;
}
#cartBlock .productsInCart .cntProduct {
  width: 20%;
  padding: 5px 0;
  height: 90px;
}
.rtl #cartBlock .productsInCart .cntProduct {
  float: right;
}
.ltr #cartBlock .productsInCart .cntProduct {
  float: left;
}
@media (max-width: 450px) {
  #cartBlock .productsInCart .cntProduct {
    width: 24%;
  }
}
#cartBlock .productsInCart .cntProduct .unit-measure-container {
  margin-top: 12px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}
#cartBlock .productsInCart .cntProduct .unit-measure-container .btn-group {
  border-radius: 6px;
  background-color: white;
  padding: 1px;
  width: 80%;
}
#cartBlock .productsInCart .cntProduct .unit-measure-container .btn-group .btn {
  width: 50%;
  height: 21px;
  border-radius: 6px;
  padding: 0px 10px;
  position: static;
  border: none;
  background: none;
  color: #908886;
}
#cartBlock .productsInCart .cntProduct .unit-measure-container .btn-group .btn.active {
  color: white;
  background-color: #009bee;
}
#cartBlock .productsInCart .cntProduct .input-group {
  top: 35%;
  width: 100%;
  right: 0%;
  padding-right: 1px;
  padding-left: 1px;
}
#cartBlock .productsInCart .cntProduct .input-group .btn {
  border-radius: 0;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton {
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.active,
.open > .dropdown-toggle#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.active,
.open > .dropdown-toggle#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton {
  background-image: none;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled],
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled]:hover,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled]:focus,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled].focus,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled]:active,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.disabled.active,
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton[disabled].active,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.plusButton.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.plusButton .badge {
  color: #009bee;
  background-color: #fff;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton {
  color: #fff;
  background-color: #eb1535;
  border-color: #ef445e;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.active,
.open > .dropdown-toggle#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton {
  color: #fff;
  background-color: #bd102a;
  border-color: #e21332;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.active,
.open > .dropdown-toggle#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton {
  background-image: none;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled],
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled]:hover,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:hover,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled]:focus,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled].focus,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.focus,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled]:active,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton:active,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.disabled.active,
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton[disabled].active,
fieldset[disabled] #cartBlock .productsInCart .cntProduct .input-group .btn.minusButton.active {
  background-color: #eb1535;
  border-color: #ef445e;
}
#cartBlock .productsInCart .cntProduct .input-group .btn.minusButton .badge {
  color: #eb1535;
  background-color: #fff;
}
#cartBlock .productsInCart .cntProduct .input-group .cnt {
  padding: 6px 2px;
  height: 28px;
}
#cartBlock .productsInCart .cntProduct.multi-units .input-group {
  top: 0;
}
#cartBlock .productsInCart .actionColumn {
  width: 20%;
  text-align: center;
}
.rtl #cartBlock .productsInCart .actionColumn {
  float: right;
}
.ltr #cartBlock .productsInCart .actionColumn {
  float: left;
}
@media (max-width: 450px) {
  #cartBlock .productsInCart .actionColumn {
    width: 16%;
    font-size: 85%;
  }
}
#cartBlock .productsInCart .actionColumn .btn {
  display: block;
  margin: 3px auto 0;
  line-height: 1;
  color: #908886;
  padding: 2px;
  font-size: 120%;
}
#cartBlock .productsInCart .actionColumn .btn:hover,
#cartBlock .productsInCart .actionColumn .btn:focus {
  text-decoration: none;
}
#cartBlock .productsInCart .actionColumn .currentPrice {
  font-weight: bold;
  color: #5c5654;
  margin: 0;
  line-height: 1.3;
}
#cartBlock .shopsListSlider {
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 1;
  height: 0;
  list-style: none;
}
#cartBlock .shopsListSlider .shopsListTitleBlock {
  /*height: @desktopHeaderHeight+1;*/
  height: 53px;
  border-bottom: 1px solid #c4c4c4;
  /*border-right: 1px solid @cartBlockBorderColor;*/
  overflow: hidden;
  /*background: @cartBlockFixedPartsBg;*/
  /*.clearfix;*/
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0;
  width: 500px;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow {
  background: #fff;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow:before,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow:after {
  content: " ";
  display: table;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow:after {
  clear: both;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow p {
  width: 50%;
  float: left;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  margin: 0;
  color: #727272;
  white-space: nowrap;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart {
  float: right;
  margin: 9px;
  color: #ffffff;
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:hover,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:active,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.active,
.open > .dropdown-toggle#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart {
  color: #ffffff;
  background-color: #007abb;
  border-color: #0094e4;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:active,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.active,
.open > .dropdown-toggle#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart {
  background-image: none;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled],
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled:hover,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled]:hover,
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:hover,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled:focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled]:focus,
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled.focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled].focus,
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.focus,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled:active,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled]:active,
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart:active,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.disabled.active,
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart[disabled].active,
fieldset[disabled] #cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart .badge {
  color: #009bee;
  background-color: #ffffff;
}
#cartBlock .shopsListSlider .shopsListTitleBlock .firstRow .btn-closeCart .glyphicon {
  position: relative;
  top: 3px;
  right: -4px;
}
#cartBlock .shopsListSlider.displayed {
  /*bottom: 0;*/
  top: 150px;
  bottom: 158px;
  -webkit-transition: all 1s, -webkit-transform 1s;
  transition: all 1s, transform 1s;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3000;
}
#cartBlock .productsInCartWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#cartBlock .shopsInCart {
  top: 86px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%;
  top: 54px;
  bottom: 158px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}
body.tabletsStyle #cartBlock .shopsInCart {
  /*position: fixed;*/
  -webkit-overflow-scrolling: touch;
}
#cartBlock .shopsInCart li {
  flex: 1 0 40%;
  /* or - flex: 0 50% - or - flex-basis: 50% - */
  box-shadow: 0 0 0 1px #cfcfcf;
  margin-bottom: 10px;
  width: 100%;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  max-width: calc(49%);
  height: 200px;
}
#cartBlock .shopsInCart li .cartShopLogoContainer {
  width: 100%;
  height: 45px;
  text-align: center;
  vertical-align: middle;
}
#cartBlock .shopsInCart li .cartShopLogoContainer img {
  width: 40px;
}
@media (max-width: 550px) {
  #cartBlock .shopsInCart li {
    max-width: calc(99%);
  }
}
#cartBlock .shopsInCart .missingItemsInCartBtn {
  position: relative;
  display: block;
}
#cartBlock .shopsInCart .missingItemsInCartBtn .missingItemsInCartList {
  display: none;
  list-style: none;
  position: absolute;
}
#cartBlock .shopsInCart .missingItemsInCartBtn .missingItemsInCartList li {
  margin-bottom: 3px;
  width: 100%;
}
#cartBlock .shopsInCart .missingItemsInCartBtn .missingItemsInCartList.displayed {
  display: block;
  -webkit-transition: all 1s, -webkit-transform 1s;
  transition: all 1s, transform 1s;
  z-index: 4000;
}
#cartBlock .addNoteForm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
}
#cartBlock .addNoteForm .form-group {
  width: 90%;
  margin: 5px auto;
  border: 0;
}
#cartBlock .addNoteForm .form-group label {
  color: #009bee;
}
#cartBlock .addNoteForm .form-group .saveNote {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .addNoteForm .form-group .saveNote:hover,
#cartBlock .addNoteForm .form-group .saveNote:focus,
#cartBlock .addNoteForm .form-group .saveNote.focus,
#cartBlock .addNoteForm .form-group .saveNote:active,
#cartBlock .addNoteForm .form-group .saveNote.active,
.open > .dropdown-toggle#cartBlock .addNoteForm .form-group .saveNote {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
#cartBlock .addNoteForm .form-group .saveNote:active,
#cartBlock .addNoteForm .form-group .saveNote.active,
.open > .dropdown-toggle#cartBlock .addNoteForm .form-group .saveNote {
  background-image: none;
}
#cartBlock .addNoteForm .form-group .saveNote.disabled,
#cartBlock .addNoteForm .form-group .saveNote[disabled],
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote,
#cartBlock .addNoteForm .form-group .saveNote.disabled:hover,
#cartBlock .addNoteForm .form-group .saveNote[disabled]:hover,
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote:hover,
#cartBlock .addNoteForm .form-group .saveNote.disabled:focus,
#cartBlock .addNoteForm .form-group .saveNote[disabled]:focus,
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote:focus,
#cartBlock .addNoteForm .form-group .saveNote.disabled.focus,
#cartBlock .addNoteForm .form-group .saveNote[disabled].focus,
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote.focus,
#cartBlock .addNoteForm .form-group .saveNote.disabled:active,
#cartBlock .addNoteForm .form-group .saveNote[disabled]:active,
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote:active,
#cartBlock .addNoteForm .form-group .saveNote.disabled.active,
#cartBlock .addNoteForm .form-group .saveNote[disabled].active,
fieldset[disabled] #cartBlock .addNoteForm .form-group .saveNote.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
#cartBlock .addNoteForm .form-group .saveNote .badge {
  color: #009bee;
  background-color: #fff;
}
#cartBlock .productsInCart li.deleted .imageProduct img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
#cartBlock .productsInCart li.deleted .productBlock {
  text-decoration: line-through;
}
#cartBlock .productsInCart li.deleted .cntProduct .btn {
  background: none repeat scroll 0 0 #ddd !important;
  cursor: default !important;
  border-color: #ddd !important;
}
#cartBlock .productsInCart li.deleted .cntProduct input {
  background: none repeat scroll 0 0 #eee !important;
  cursor: default !important;
  border-color: #eee !important;
}
#cartBlock .productsInCart li.deleted .actionColumn .btn {
  color: #eee;
  cursor: default !important;
}
#cartBlock .productsInCart li.deleted .actionColumn p {
  text-decoration: line-through;
  color: #eee;
}
#cartBlock .cartFooter {
  position: absolute;
  z-index: 1000;
  width: 500px;
  left: 0;
  bottom: 0;
  background: #f6f6f6;
  overflow: hidden;
}
#cartBlock .cartFooter .footerbuttons {
  text-align: center;
}
#cartBlock .cartFooter .footerbuttons:before,
#cartBlock .cartFooter .footerbuttons:after {
  content: " ";
  display: table;
}
#cartBlock .cartFooter .footerbuttons:after {
  clear: both;
}
#cartBlock .cartFooter .footerbuttons .btn {
  font-size: 95%;
}
@media (max-width: 450px) {
  #cartBlock .cartFooter .footerbuttons .btn {
    font-size: 95%;
  }
}
@media (max-width: 350px) {
  #cartBlock .cartFooter .footerbuttons .btn {
    font-size: 85%;
  }
}
#cartBlock .cartFooter .footerbuttons .btn1 {
  color: #fff;
  background-color: #93201e;
  border-color: #bd2927;
  margin: 15px 1% 15px;
  width: 90%;
  max-width: 200px;
}
#cartBlock .cartFooter .footerbuttons .btn1:hover,
#cartBlock .cartFooter .footerbuttons .btn1:focus,
#cartBlock .cartFooter .footerbuttons .btn1.focus,
#cartBlock .cartFooter .footerbuttons .btn1:active,
#cartBlock .cartFooter .footerbuttons .btn1.active,
.open > .dropdown-toggle#cartBlock .cartFooter .footerbuttons .btn1 {
  color: #fff;
  background-color: #691715;
  border-color: #8b1e1c;
}
#cartBlock .cartFooter .footerbuttons .btn1:active,
#cartBlock .cartFooter .footerbuttons .btn1.active,
.open > .dropdown-toggle#cartBlock .cartFooter .footerbuttons .btn1 {
  background-image: none;
}
#cartBlock .cartFooter .footerbuttons .btn1.disabled,
#cartBlock .cartFooter .footerbuttons .btn1[disabled],
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1,
#cartBlock .cartFooter .footerbuttons .btn1.disabled:hover,
#cartBlock .cartFooter .footerbuttons .btn1[disabled]:hover,
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1:hover,
#cartBlock .cartFooter .footerbuttons .btn1.disabled:focus,
#cartBlock .cartFooter .footerbuttons .btn1[disabled]:focus,
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1:focus,
#cartBlock .cartFooter .footerbuttons .btn1.disabled.focus,
#cartBlock .cartFooter .footerbuttons .btn1[disabled].focus,
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1.focus,
#cartBlock .cartFooter .footerbuttons .btn1.disabled:active,
#cartBlock .cartFooter .footerbuttons .btn1[disabled]:active,
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1:active,
#cartBlock .cartFooter .footerbuttons .btn1.disabled.active,
#cartBlock .cartFooter .footerbuttons .btn1[disabled].active,
fieldset[disabled] #cartBlock .cartFooter .footerbuttons .btn1.active {
  background-color: #93201e;
  border-color: #bd2927;
}
#cartBlock .cartFooter .footerbuttons .btn1 .badge {
  color: #93201e;
  background-color: #fff;
}
#cartBlock .cartFooter .footerbuttons .btn1 span {
  padding: 2px;
  color: #fff;
}
#cartBlock .cartFooter .footerbuttons .btn1 span.allprice {
  float: right;
  text-align: right;
  background: #661615;
  font-size: 80%;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  display: block;
  margin-top: 3px;
}
.rtl #cartBlock .cartFooter .footerbuttons .btn1 span.allprice {
  float: left;
  text-align: left;
}
#cartBlock .cartFooter .footerbuttons .btn1 span.buttonName {
  display: inline-block;
  float: left;
}
.rtl #cartBlock .cartFooter .footerbuttons .btn1 span.buttonName {
  float: right;
}
#cartBlock .cartFooter .footerbuttons.hidden-price .btn1 span.allprice {
  display: none;
}
#cartBlock .cartFooter .footerbuttons.hidden-price .btn1 span.buttonName {
  float: none;
  text-align: center;
}
.rtl #cartBlock .cartFooter .footerbuttons.hidden-price .btn1 span.buttonName {
  float: none;
}
.goodsContainer li.productCell.loading {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.goodsContainer li.productCell.loading img,
.goodsContainer li.productCell.loading .specialOfferBadge,
.goodsContainer li.productCell.loading .specialOfferText,
.goodsContainer li.productCell.loading .infoBar,
.goodsContainer li.productCell.loading .writeANote,
.goodsContainer li.productCell.loading .cntProduct .input-group,
.goodsContainer li.productCell.loading .addToCart .addToCart {
  display: none;
}
.goodsContainer li.productCell.loading .popupFormAddToCart {
  display: none !important;
}
.goodsContainer li.productCell.loading .imageProduct a {
  /*width: 80%;
		    height: 80%;
		    margin: 10%;*/
  background: #ffffff;
  pointer-events: none;
  cursor: default;
}
.goodsContainer li.productCell.loading .productData .currentPrice,
.goodsContainer li.productCell.loading .productData .currentPrice.discount {
  width: 60%;
  /*background: @backColorForLoading;
    			color: @backColorForLoading;*/
  padding: 0;
  margin: 2px 0 5px;
}
.goodsContainer li.productCell.loading .productData .currentPrice.discount {
  width: 100%;
  visibility: hidden;
}
.goodsContainer li.productCell.loading .productData .product_name,
.goodsContainer li.productCell.loading .productData .product_name > a {
  width: 90%;
  /*background: @backColorForLoading;
				color: @backColorForLoading;*/
  cursor: default;
  padding: 0;
  margin: 2px 0 5px;
}
.goodsContainer li.productCell.loading .productData .product_name:hover,
.goodsContainer li.productCell.loading .productData .product_name > a:hover {
  /*color: @backColorForLoading;*/
  text-decoration: none;
}
.goodsContainer li.productCell.loading .contentunit {
  width: 55%;
  /*background: @backColorForLoading;
			color: @backColorForLoading;*/

}
/********** media part ********************/

@media (max-width: 550px) {
  .goodsContainer li.loading .contentunit {
    width: 35%;
  }
}
body.tabletsStyle .goodsContainer li.loading .contentunit {
  width: 35%;
}
body.tabletsStyle .goodsContainer.categories .products li.loading {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body.tabletsStyle .goodsContainer.categories .products li.loading img,
body.tabletsStyle .goodsContainer.categories .products li.loading .specialOfferBadge,
body.tabletsStyle .goodsContainer.categories .products li.loading .specialOfferText,
body.tabletsStyle .goodsContainer.categories .products li.loading .infoBar,
body.tabletsStyle .goodsContainer.categories .products li.loading .writeANote,
body.tabletsStyle .goodsContainer.categories .products li.loading .cntProduct .input-group,
body.tabletsStyle .goodsContainer.categories .products li.loading .addToCart .addToCart {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .popupFormAddToCart {
  display: none !important;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .imageProduct a {
  width: 80%;
  height: 80%;
  margin: 10%;
  background: #ffffff;
  pointer-events: none;
  cursor: default;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount {
  width: 60%;
  background: #ffffff;
  color: #ffffff;
  padding: 0;
  margin: 2px 0 5px;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount {
  width: 100%;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount span.newPrice,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount span.oldPrice {
  color: #ffffff;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name > a {
  width: 90%;
  background: #ffffff;
  color: #ffffff;
  cursor: default;
  padding: 0;
  margin: 2px 0 5px;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name:hover,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name > a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .contentunit {
  width: 35%;
  background: #ffffff;
  color: #ffffff;
}
.goodsContainer .tooltip.bottom {
  width: 98%;
  font-size: 90%;
  line-height: 1.2;
  margin-top: 4px;
  padding: 6px 4px;
  opacity: 1;
}
.goodsContainer .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fa5a19;
  background: transparent;
  left: 78%;
}
.goodsContainer .tooltip.bottom .tooltip-inner {
  background: #fa5a19;
  color: #ffffff;
}
.goodsContainer li.productCell,
.goodsContainer li.productItem {
  float: left;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.goodsContainer li.productCell .product_name,
.goodsContainer li.productItem .product_name {
  padding: 2px 0 5px;
  text-align: left;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin: 0;
  display: block;
  /*min-height: @productNameMinHeight;*/

}
.goodsContainer li.productCell .product_name a,
.goodsContainer li.productItem .product_name a {
  text-decoration: none;
  color: #000000;
  font-size: 21px;
}
.rtl .goodsContainer li.productCell .product_name,
.rtl .goodsContainer li.productItem .product_name {
  text-align: right;
}
.goodsContainer li.productCell .product_name:hover,
.goodsContainer li.productItem .product_name:hover {
  color: #122a3f;
}
.goodsContainer li.productCell.notInStock .imageProduct a,
.goodsContainer li.productItem.notInStock .imageProduct a {
  opacity: 30%;
}
.goodsContainer li.productCell.notInStock .imageProduct .btn-addButton,
.goodsContainer li.productItem.notInStock .imageProduct .btn-addButton {
  visibility: hidden;
}
.goodsContainer li.productCell .private-text,
.goodsContainer li.productItem .private-text {
  word-wrap: break-word;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.goodsContainer li.productCell .productData,
.goodsContainer li.productItem .productData {
  line-height: 18px;
}
.goodsContainer li.productCell .productData .product_name,
.goodsContainer li.productItem .productData .product_name {
  padding: 0px;
  margin-bottom: 3px;
}
.goodsContainer li.productCell .productData .brand,
.goodsContainer li.productItem .productData .brand {
  display: inline-block;
  margin-bottom: 3px;
  color: #888888;
  color: #776f6c;
  font-size: 90%;
}
.goodsContainer li.productCell .productData .brand .capacity,
.goodsContainer li.productItem .productData .brand .capacity {
  display: inline-block;
}
.goodsContainer li.productCell .productData .price-container,
.goodsContainer li.productItem .productData .price-container {
  margin-bottom: 3px;
  white-space: nowrap;
  line-height: 22px;
}
.goodsContainer li.productCell .productData .specialOfferText.forMobile,
.goodsContainer li.productItem .productData .specialOfferText.forMobile {
  display: none;
}
.rtl .goodsContainer li.productCell,
.rtl .goodsContainer li.productItem {
  float: right;
}
.goodsContainer.categories li.productCell {
  border: 1px solid #eee;
  margin-right: -1px;
  margin-top: -1px;
  background: white;
}
@media (min-width: 556px) {
  .goodsContainer.categories li.productCell {
    width: 33.333333333%;
  }
}
@media (min-width: 735px) {
  .goodsContainer.categories li.productCell {
    width: 25%;
  }
}
@media (min-width: 916px) {
  .goodsContainer.categories li.productCell {
    width: 20%;
  }
}
@media (min-width: 1095px) {
  .goodsContainer.categories li.productCell {
    width: 16.666666667%;
  }
}
@media (min-width: 1276px) {
  .goodsContainer.categories li.productCell {
    width: 14.285714286%;
  }
}
@media (min-width: 1456px) {
  .goodsContainer.categories li.productCell {
    width: 12.5%;
  }
}
@media (min-width: 1636px) {
  .goodsContainer.categories li.productCell {
    width: 11.111111111%;
  }
}
@media (min-width: 1816px) {
  .goodsContainer.categories li.productCell {
    width: 10%;
  }
}
@media (min-width: 1996px) {
  .goodsContainer.categories li.productCell {
    width: 9.090909091%;
  }
}
@media (min-width: 2176px) {
  .goodsContainer.categories li.productCell {
    width: 8.333333333%;
  }
}
@media (min-width: 2356px) {
  .goodsContainer.categories li.productCell {
    width: 7.692307692%;
  }
}
@media (min-width: 2536px) {
  .goodsContainer.categories li.productCell {
    width: 7.142857143%;
  }
}
@media (min-width: 2716px) {
  .goodsContainer.categories li.productCell {
    width: 6.666666667%;
  }
}
@media (min-width: 2896px) {
  .goodsContainer.categories li.productCell {
    width: 6.25%;
  }
}
@media (min-width: 3076px) {
  .goodsContainer.categories li.productCell {
    width: 5.882352941%;
  }
}
@media (min-width: 3256px) {
  .goodsContainer.categories li.productCell {
    width: 5.555555556%;
  }
}
@media (min-width: 3436px) {
  .goodsContainer.categories li.productCell {
    width: 5.263157895%;
  }
}
@media (min-width: 3616px) {
  .goodsContainer.categories li.productCell {
    width: 5%;
  }
}
.goodsContainer.categories li.productCell .imageProduct {
  width: 85%;
  overflow: visible;
}
@media (min-width: 550px) {
  .goodsContainer.categories li.productCell .imageProduct {
    padding: 2.5% 8%;
    width: 100%;
  }
}
.goodsContainer.categories li.productCell .imageProduct .product-image-container {
  width: 100%;
  padding-bottom: 95%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
/*********** image product ******************/

.goodsContainer li.productCell .imageProduct,
.goodsContainer li.productItem .imageProduct {
  position: relative;
  overflow: hidden;
  margin: 0;
  display: table;
}
.goodsContainer li.productCell .imageProduct a,
.goodsContainer li.productItem .imageProduct a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 90%;
}
.goodsContainer li.productCell .description-button,
.goodsContainer li.productItem .description-button,
.goodsContainer li.productCell .description-button-background,
.goodsContainer li.productItem .description-button-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  border-radius: 20px;
}
.goodsContainer li.productCell .description-button-background,
.goodsContainer li.productItem .description-button-background {
  background: white;
  opacity: 0.5;
  z-index: 1;
}
.goodsContainer li.productCell .description-button,
.goodsContainer li.productItem .description-button {
  z-index: 51;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(../assets/descriptionButton.png);
}
.tabletsStyle .goodsContainer li.productCell .description-button,
.tabletsStyle .goodsContainer li.productItem .description-button,
.tabletsStyle .goodsContainer li.productCell .description-button-background,
.tabletsStyle .goodsContainer li.productItem .description-button-background {
  right: unset;
  left: 0;
  z-index: 9;
}
.goodsContainer li.productCell .short-description,
.goodsContainer li.productItem .short-description {
  display: none;
  z-index: 50;
  height: 100%;
  width: 100%;
  position: absolute;
}
.tabletsStyle .goodsContainer li.productCell .short-description,
.tabletsStyle .goodsContainer li.productItem .short-description {
  z-index: 8;
}
.goodsContainer li.productCell .short-description .description-background,
.goodsContainer li.productItem .short-description .description-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  opacity: 0.8;
  z-index: -1;
}
.goodsContainer li.productCell .short-description p,
.goodsContainer li.productItem .short-description p {
  display: table-cell;
  vertical-align: middle;
}
.goodsContainer li.productCell .short-description p,
.goodsContainer li.productItem .short-description p,
#product-detail-modal .productDescription .short-description {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  font-style: italic;
}
.tabletsStyle .goodsContainer li.productCell .short-description,
.tabletsStyle .goodsContainer li.productItem .short-description {
  left: 0;
  width: 75%;
}
.tabletsStyle .goodsContainer li.productCell .short-description.opened,
.tabletsStyle .goodsContainer li.productItem .short-description.opened {
  display: table;
}
.desktopStyle .goodsContainer li.productCell .description-button:hover + .short-description,
.desktopStyle .goodsContainer li.productItem .description-button:hover + .short-description {
  display: table;
}
.goodsContainer li.productCell .imageProduct .infoBar,
.goodsContainer li.productItem .imageProduct .infoBar {
  position: absolute;
  z-index: 50;
  top: 5px;
  left: 5px;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn,
.goodsContainer li.productItem .imageProduct .infoBar .btn {
  padding: 3px 10px;
  width: auto;
  height: 32px;
  border-radius: 50px;
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn:hover,
.goodsContainer li.productItem .imageProduct .infoBar .btn:hover,
.goodsContainer li.productCell .imageProduct .infoBar .btn:focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn:focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn.focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn.focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn:active,
.goodsContainer li.productItem .imageProduct .infoBar .btn:active,
.goodsContainer li.productCell .imageProduct .infoBar .btn.active,
.goodsContainer li.productItem .imageProduct .infoBar .btn.active,
.open > .dropdown-toggle.goodsContainer li.productCell .imageProduct .infoBar .btn,
.open > .dropdown-toggle.goodsContainer li.productItem .imageProduct .infoBar .btn {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn:active,
.goodsContainer li.productItem .imageProduct .infoBar .btn:active,
.goodsContainer li.productCell .imageProduct .infoBar .btn.active,
.goodsContainer li.productItem .imageProduct .infoBar .btn.active,
.open > .dropdown-toggle.goodsContainer li.productCell .imageProduct .infoBar .btn,
.open > .dropdown-toggle.goodsContainer li.productItem .imageProduct .infoBar .btn {
  background-image: none;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled],
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled],
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn,
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled:hover,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled:hover,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled]:hover,
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled]:hover,
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn:hover,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn:hover,
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled:focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled:focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled]:focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled]:focus,
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn:focus,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn:focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled.focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled.focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled].focus,
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled].focus,
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn.focus,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn.focus,
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled:active,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled:active,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled]:active,
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled]:active,
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn:active,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn:active,
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled.active,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled.active,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled].active,
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled].active,
fieldset[disabled] .goodsContainer li.productCell .imageProduct .infoBar .btn.active,
fieldset[disabled] .goodsContainer li.productItem .imageProduct .infoBar .btn.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn .badge,
.goodsContainer li.productItem .imageProduct .infoBar .btn .badge {
  color: #009bee;
  background-color: #fff;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn.disabled,
.goodsContainer li.productItem .imageProduct .infoBar .btn.disabled,
.goodsContainer li.productCell .imageProduct .infoBar .btn[disabled],
.goodsContainer li.productItem .imageProduct .infoBar .btn[disabled] {
  opacity: 1;
  background: #55c4ff;
}
.goodsContainer li.productCell .imageProduct .infoBar .shoppingCartItem,
.goodsContainer li.productItem .imageProduct .infoBar .shoppingCartItem {
  display: block;
  background: transparent url('../assets/cartWhitePlus.png') center center no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.goodsContainer li.productCell .imageProduct .infoBar .btn.showInTheCart,
.goodsContainer li.productItem .imageProduct .infoBar .btn.showInTheCart {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
}
.goodsContainer li.productCell .imageProduct .infoBar .pencil,
.goodsContainer li.productItem .imageProduct .infoBar .pencil {
  display: none;
}
.goodsContainer li.productCell .imageProduct .infoBar .inTheCart,
.goodsContainer li.productItem .imageProduct .infoBar .inTheCart {
  width: 100%;
}
.goodsContainer li.productCell .imageProduct:hover .infoBar .pencil,
.goodsContainer li.productItem .imageProduct:hover .infoBar .pencil {
  display: block;
}
.goodsContainer li.productCell .imageProduct:hover .infoBar .inTheCart,
.goodsContainer li.productItem .imageProduct:hover .infoBar .inTheCart {
  display: none;
}
/*********** end image product ******************/

.goodsContainer li.productCell .productData,
.goodsContainer li.productItem .productData {
  padding: 0 10px;
}
/*********** currentPrice ************************/

.goodsContainer li.productCell .currentPrice,
.goodsContainer li.productItem .currentPrice {
  text-align: right;
  font-weight: bold;
  margin: 0;
  font-size: 120%;
  line-height: 1;
  letter-spacing: -1px;
}
.goodsContainer li.productCell .currentPrice.discount,
.goodsContainer li.productItem .currentPrice.discount {
  padding: 2px 0;
}
.goodsContainer li.productCell .currentPrice.discount span.oldPrice,
.goodsContainer li.productItem .currentPrice.discount span.oldPrice,
.goodsContainer li.productCell .currentPrice.discount span.newPrice,
.goodsContainer li.productItem .currentPrice.discount span.newPrice {
  display: inline-block;
}
.goodsContainer li.productCell .currentPrice.discount span.oldPrice,
.goodsContainer li.productItem .currentPrice.discount span.oldPrice {
  width: 40%;
  text-align: left;
  text-decoration: line-through;
  font-size: 80%;
}
.goodsContainer li.productCell .currentPrice.discount span.newPrice,
.goodsContainer li.productItem .currentPrice.discount span.newPrice {
  width: 50%;
  text-align: right;
  color: #ed2f4f;
}
.goodsContainer li.productCell .currentPrice.discount span.dopText,
.goodsContainer li.productItem .currentPrice.discount span.dopText {
  width: 100%;
  color: #ed2f4f;
  font-size: 70%;
}
/*********** end currentPrice ************************/

.goodsContainer li.productCell .specialOfferText,
.goodsContainer li.productItem .specialOfferText {
  color: #fa5a19;
  margin: 0;
  line-height: 1;
  padding-bottom: 5px;
}
.goodsContainer li.productCell .specialOfferText:before,
.goodsContainer li.productItem .specialOfferText:before,
.goodsContainer li.productCell .specialOfferText:after,
.goodsContainer li.productItem .specialOfferText:after {
  content: " ";
  display: table;
}
.goodsContainer li.productCell .specialOfferText:after,
.goodsContainer li.productItem .specialOfferText:after {
  clear: both;
}
.goodsContainer li.productCell .specialOfferText:before,
.goodsContainer li.productItem .specialOfferText:before {
  clear: both;
}
/*********** cntProduct ************************/

.goodsContainer li.productCell .cntProduct,
.goodsContainer li.productItem .cntProduct {
  display: none;
  width: 29%;
  height: 100%;
  position: relative;
  float: right;
}
.goodsContainer li.productCell .cntProduct:before,
.goodsContainer li.productItem .cntProduct:before,
.goodsContainer li.productCell .cntProduct:after,
.goodsContainer li.productItem .cntProduct:after {
  content: " ";
  display: table;
}
.goodsContainer li.productCell .cntProduct:after,
.goodsContainer li.productItem .cntProduct:after {
  clear: both;
}
.goodsContainer li.productCell .cntProduct .cnt-container,
.goodsContainer li.productItem .cntProduct .cnt-container {
  width: 90%;
  top: 35%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 100px;
}
.goodsContainer li.productCell .cntProduct .cnt-container .unit-measure-container,
.goodsContainer li.productItem .cntProduct .cnt-container .unit-measure-container {
  display: none;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group {
  padding-left: 1px;
  padding-right: 1px;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn {
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  height: 45px;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton {
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.active,
.open > .dropdown-toggle.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
.open > .dropdown-toggle.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.active,
.open > .dropdown-toggle.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
.open > .dropdown-toggle.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton {
  background-image: none;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled],
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled],
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:hover,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:hover,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:focus,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:focus,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled.focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled].focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled].focus,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.focus,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled]:active,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton:active,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.disabled.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.disabled.active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton[disabled].active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton[disabled].active,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton.active,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton .badge,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton .badge {
  color: #009bee;
  background-color: #fff;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton {
  color: #fff;
  background-color: #eb1535;
  border-color: #ef445e;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.active,
.open > .dropdown-toggle.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
.open > .dropdown-toggle.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton {
  color: #fff;
  background-color: #bd102a;
  border-color: #e21332;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.active,
.open > .dropdown-toggle.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
.open > .dropdown-toggle.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton {
  background-image: none;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled],
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled],
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:hover,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:hover,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:hover,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:hover,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:focus,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:focus,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled.focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled].focus,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled].focus,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.focus,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.focus,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled]:active,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton:active,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton:active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.disabled.active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.disabled.active,
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton[disabled].active,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton[disabled].active,
fieldset[disabled] .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton.active,
fieldset[disabled] .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton.active {
  background-color: #eb1535;
  border-color: #ef445e;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton .badge,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton .badge {
  color: #eb1535;
  background-color: #fff;
}
.rtl .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
.rtl .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rtl .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
.rtl .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ltr .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.minusButton,
.ltr .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.minusButton {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ltr .goodsContainer li.productCell .cntProduct .cnt-container .input-group .btn.plusButton,
.ltr .goodsContainer li.productItem .cntProduct .cnt-container .input-group .btn.plusButton {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .cnt,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .cnt {
  height: 45px;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .cnt .input-number,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .cnt .input-number {
  height: 45px;
  padding: 6px 2px;
  border: none;
  border-radius: 0;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.goodsContainer li.productCell .cntProduct .cnt-container .input-group .cnt .unit-name,
.goodsContainer li.productItem .cntProduct .cnt-container .input-group .cnt .unit-name {
  display: none;
  font-size: 8px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container {
  top: 23%;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .unit-measure-container,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .unit-measure-container {
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group {
  border-radius: 6px;
  background-color: white;
  padding: 1px;
  width: 80%;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group .btn,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group .btn {
  width: 50%;
  height: 21px;
  border-radius: 6px;
  padding: 0px 10px;
  position: static;
  border: none;
  background: none;
  color: #908886;
}
.tabletsStyle .goodsContainer li.productCell .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group .btn.active,
.tabletsStyle .goodsContainer li.productItem .cntProduct.multi-units .cnt-container .unit-measure-container .btn-group .btn.active {
  color: white;
  background-color: #009bee;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .input-group .btn.plusButton,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .input-group .btn.plusButton,
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .input-group .btn.minusButton,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .input-group .btn.minusButton {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .input-group .cnt .input-number,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .input-group .cnt .input-number {
  height: 33px;
  border: none;
  padding-bottom: 0px;
}
.goodsContainer li.productCell .cntProduct.multi-units .cnt-container .input-group .cnt .unit-name,
.goodsContainer li.productItem .cntProduct.multi-units .cnt-container .input-group .cnt .unit-name {
  display: block;
}
/*********** end cntProduct ************************/

/*********** addToCart ************************/

.goodsContainer li.productCell div.addToCart,
.goodsContainer li.productItem div.addToCart {
  display: none;
  border-left: 1px solid #e2e2e2;
  height: 100%;
  float: right;
  width: 29%;
  z-index: 1;
  text-align: center;
}
.goodsContainer li.productCell div.addToCart:before,
.goodsContainer li.productItem div.addToCart:before,
.goodsContainer li.productCell div.addToCart:after,
.goodsContainer li.productItem div.addToCart:after {
  content: " ";
  display: table;
}
.goodsContainer li.productCell div.addToCart:after,
.goodsContainer li.productItem div.addToCart:after {
  clear: both;
}
.goodsContainer li.productCell div.addToCart .addToCartLink,
.goodsContainer li.productItem div.addToCart .addToCartLink {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  height: 100%;
  color: #00b1ee;
  border: none;
  background: none;
}
.goodsContainer li.productCell div.addToCart .addToCartLink .shoppingCartItem,
.goodsContainer li.productItem div.addToCart .addToCartLink .shoppingCartItem {
  position: relative;
  top: -10px;
  display: block;
  width: 100%;
  height: 60%;
  background: transparent url('../assets/cartPlus.png') center bottom no-repeat;
  background-size: auto 60%;
}
.goodsContainer li.productCell div.addToCart .addToCartLink .text,
.goodsContainer li.productItem div.addToCart .addToCartLink .text {
  position: relative;
  top: -10px;
}
/*********** end addToCart ************************/

/*********** contentunit ************************/

.goodsContainer li.productCell .contentunit,
.goodsContainer li.productItem .contentunit {
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
  color: #776f6c;
  font-size: 80%;
  display: block;
}
/*********** end contentunit ************************/

/****************** media ******************/

@media (min-width: 550px) {
  .goodsContainer li.productCell .product_name.hiddenDesktop,
  .goodsContainer li.productCell .product_name > a.hiddenDesktop,
  .goodsContainer li.productItem .product_name.hiddenDesktop,
  .goodsContainer li.productItem .product_name > a.hiddenDesktop {
    display: none;
  }
}
@media (max-width: 550px) {
  .goodsContainer .tooltip.bottom {
    display: none;
  }
  .goodsContainer li.productCell {
    width: 100%;
  }
  .goodsContainer li.productCell .imageProduct .infoBar,
  .goodsContainer li.productItem .imageProduct .infoBar {
    display: none;
  }
  .goodsContainer li.productCell .productData,
  .goodsContainer li.productItem .productData {
    position: relative;
  }
  .goodsContainer li.productCell .product_name.hiddenMobile,
  .goodsContainer li.productCell .product_name > a.hiddenMobile,
  .goodsContainer li.productItem .product_name.hiddenMobile,
  .goodsContainer li.productItem .product_name > a.hiddenMobile {
    display: none;
  }
  .goodsContainer li.productCell .product_name,
  .goodsContainer li.productCell .product_name > a {
    font-size: 110%;
    height: auto;
    max-height: 40px;
  }
  .goodsContainer li.productCell .cntProduct,
  .goodsContainer li.productItem .cntProduct {
    display: block;
  }
  .goodsContainer li.productCell div.addToCart,
  .goodsContainer li.productItem div.addToCart {
    display: block;
  }
  .goodsContainer li.productCell .contentunit.forMobile,
  .goodsContainer li.productItem .contentunit.forMobile {
    padding: 0 5px;
  }
  .goodsContainer.categories li.productCell {
    height: 132px;
  }
  .goodsContainer.categories li.productCell .imageProduct {
    float: left;
    width: 24%;
    height: 100%;
    max-width: 120px;
    padding: 4px;
  }
  .goodsContainer.categories li.productCell .productData {
    width: 47%;
    float: left;
    padding-top: 4px;
  }
  .goodsContainer.categories li.productCell .productData .specialOfferText.forMobile {
    display: block;
  }
  .goodsContainer.categories li.productCell .currentPrice {
    font-size: 120%;
    height: auto;
    padding-top: 2px;
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
  .goodsContainer.categories li.productCell .currentPrice.discount span.oldPrice {
    text-align: right;
    display: none;
  }
  .goodsContainer.categories li.productCell .currentPrice.discount span.newPrice {
    color: #5c5654;
    padding-top: 0;
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
  .goodsContainer.categories li.productCell .currentPrice.discount span.dopText {
    display: none;
  }
  .goodsContainer li.productCell .description-button,
  .goodsContainer li.productItem .description-button,
  .goodsContainer li.productCell .description-button-background,
  .goodsContainer li.productItem .description-button-background {
    right: unset;
    left: 0;
    z-index: 9;
  }
  .goodsContainer li.productCell .short-description {
    z-index: 8;
  }
}
@media (max-width: 450px) {
  .goodsContainer.categories li.productCell .product_name,
  .goodsContainer.categories li.productCell .product_name > a {
    font-size: 110%;
  }
  .goodsContainer.categories li.productCell .specialOfferText {
    font-size: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 400px) {
  .goodsContainer.categories .specialOfferText {
    font-size: 80%;
  }
}
.goodsContainer.productListInSlider.relatedSO .productItem.item .imageProduct {
  width: 85%;
  overflow: visible;
}
@media (min-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .productItem.item .imageProduct {
    padding: 2.5% 8%;
    width: 100%;
  }
}
.goodsContainer.productListInSlider.relatedSO .productItem.item .imageProduct .product-image-container {
  width: 100%;
  padding-bottom: 95%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
/************************* body.tabletsStyle *********************/

body.tabletsStyle .goodsContainer li.productCell .imageProduct .infoBar,
body.tabletsStyle .goodsContainer li.productItem .imageProduct .infoBar {
  display: none;
}
body.tabletsStyle .goodsContainer li.productCell .product_name.hiddenMobile,
body.tabletsStyle .goodsContainer li.productCell .product_name > a.hiddenMobile,
body.tabletsStyle .goodsContainer li.productItem .product_name.hiddenMobile,
body.tabletsStyle .goodsContainer li.productItem .product_name > a.hiddenMobile {
  display: none;
}
body.tabletsStyle .goodsContainer li.productCell .cntProduct,
body.tabletsStyle .goodsContainer li.productCell div.addToCart {
  display: block;
}
body.tabletsStyle .goodsContainer li.productCell .contentunit.forMobile {
  padding: 0;
  display: inline-block;
  width: auto;
  top: -1px;
  position: relative;
  padding-right: 5px;
}
body.tabletsStyle .goodsContainer.categories li.productCell {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #e2e2e2;
  height: 132px;
}
body.tabletsStyle .goodsContainer.categories li.productCell:last-child {
  border-bottom: 1px solid #e2e2e2;
}
body.tabletsStyle .goodsContainer.categories li.productCell .cntProduct {
  border-left: 1px solid #e2e2e2;
}
body.tabletsStyle .goodsContainer.categories li.productCell .imageProduct {
  float: left;
  width: 25%;
  height: 100%;
  max-width: 110px;
  padding: 4px;
}
body.tabletsStyle .goodsContainer.categories li.productCell .productData {
  width: 50%;
  float: left;
}
body.tabletsStyle .goodsContainer.categories li.productCell .currentPrice {
  font-size: 115%;
  height: auto;
  padding-top: 2px;
  display: inline-block;
  width: auto;
  padding-bottom: 0;
}
body.tabletsStyle .goodsContainer.categories li.productCell .currentPrice.discount span.oldPrice {
  text-align: right;
  display: none;
}
body.tabletsStyle .goodsContainer.categories li.productCell .currentPrice.discount span.newPrice {
  color: #5c5654;
  padding-top: 0;
  display: inline-block;
  width: auto;
  padding-bottom: 0;
}
body.tabletsStyle .goodsContainer.categories li.productCell .currentPrice.discount span.dopText {
  display: none;
}
body.tabletsStyle .goodsContainer.categories li.productCell .imageProduct .specialOfferBadge {
  bottom: 5%;
  margin-right: -10px;
}
body.tabletsStyle .goodsContainer.categories li.productCell .hasInCart .writeANote {
  display: block;
}
body.tabletsStyle .goodsContainer.categories li.productCell .addNoteForm.forMobile {
  display: block;
}
body.tabletsStyle .goodsContainer.categories li.productCell .addNoteForm.forDesktop {
  display: none;
}
body.tabletsStyle.rtl li.productCell .cntProduct {
  border-right: 0;
  border-left: 1px solid #e2e2e2;
}
body.tabletsStyle .goodsContainer li.productCell .productData,
body.tabletsStyle .goodsContainer li.productItem .productData {
  position: relative;
}
body.tabletsStyle .goodsContainer li.productCell .product_name,
body.tabletsStyle .goodsContainer li.productCell .product_name > a {
  font-size: 110%;
  height: auto;
  max-height: 40px;
  min-height: auto;
}
.shoookScanLoader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.shoookScanLoader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #5c5654;
  animation: shoookScanLoader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.shoookScanLoader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.shoookScanLoader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.shoookScanLoader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes shoookScanLoader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*.pac-container {
	background-color: #FFF;
	z-index: 5000;
	position: fixed;
	display: inline-block;
	float: left;
}*/

.pac-container.pac-logo {
  z-index: 5000;
}
.modal-content .row {
  margin: inherit;
}
body {
  height: 100%;
}
.mainBlock {
  padding-top: 135px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 550px) {
  .mainBlock {
    background: transparent;
    padding-top: 115px;
    /*padding-top: 135px + 20px;*/
  
  }
}
.mainBlock .controls {
  position: absolute;
  top: 135px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.mainBlock .controls .carousel-control {
  width: 6%;
  color: #555;
  direction: ltr;
}
.mainBlock .controls .carousel-control .glyphicon {
  font-size: 50px;
}
@media (max-width: 550px) {
  .mainBlock .controls .carousel-control .glyphicon {
    font-size: 40px;
  }
}
.mainBlock .controls .carousel-control .glyphicon-chevron-left,
.mainBlock .controls .carousel-control .glyphicon-chevron-right,
.mainBlock .controls .carousel-control .icon-prev,
.mainBlock .controls .carousel-control .icon-next {
  width: 50px;
  height: 50px;
}
.mainBlock .carousel-inner .item > a > img {
  /*max-height: 450px;*/
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}
.mainBlock .carousel-inner .item {
  width: 100%;
}
.mainBlock .carousel-indicators {
  bottom: 0;
  display: none;
}
.mainBlock .bigLogo {
  height: 100px;
  width: 300px;
  background-image: url('../assets/logo2.png');
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto;
  display: block;
  display: none;
}
@media (max-width: 550px) {
  .mainBlock .bigLogo {
    display: none;
  }
}
@media (max-width: 550px) {
  .mainBlock .bigLogo {
    display: none;
  }
}
.buttonsBlock .formBlock {
  /*width: 400px;*/
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock {
    width: 95%;
    margin: 10px auto 10px;
    padding: 0;
  }
}
.buttonsBlock .formBlock .emailBlock {
  display: block;
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .emailBlock {
    display: none;
  }
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .emailBlock {
    display: none;
  }
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .emailBlock {
    margin-top: 100px;
  }
}
.buttonsBlock .formBlock .buttons {
  display: inline-block;
  padding: 0 10px;
  width: 200px;
  margin: 10px 0;
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .buttons {
    width: auto;
    padding: 0;
  }
}
.buttonsBlock .formBlock .buttons .btn {
  height: 34px;
  color: #fff;
  background-color: #009bee;
  border-color: #22b2ff;
  font-weight: bold;
  border-radius: 25px;
}
.buttonsBlock .formBlock .buttons .btn:hover,
.buttonsBlock .formBlock .buttons .btn:focus,
.buttonsBlock .formBlock .buttons .btn.focus,
.buttonsBlock .formBlock .buttons .btn:active,
.buttonsBlock .formBlock .buttons .btn.active,
.open > .dropdown-toggle.buttonsBlock .formBlock .buttons .btn {
  color: #fff;
  background-color: #007abb;
  border-color: #0094e4;
}
.buttonsBlock .formBlock .buttons .btn:active,
.buttonsBlock .formBlock .buttons .btn.active,
.open > .dropdown-toggle.buttonsBlock .formBlock .buttons .btn {
  background-image: none;
}
.buttonsBlock .formBlock .buttons .btn.disabled,
.buttonsBlock .formBlock .buttons .btn[disabled],
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn,
.buttonsBlock .formBlock .buttons .btn.disabled:hover,
.buttonsBlock .formBlock .buttons .btn[disabled]:hover,
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:hover,
.buttonsBlock .formBlock .buttons .btn.disabled:focus,
.buttonsBlock .formBlock .buttons .btn[disabled]:focus,
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:focus,
.buttonsBlock .formBlock .buttons .btn.disabled.focus,
.buttonsBlock .formBlock .buttons .btn[disabled].focus,
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn.focus,
.buttonsBlock .formBlock .buttons .btn.disabled:active,
.buttonsBlock .formBlock .buttons .btn[disabled]:active,
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:active,
.buttonsBlock .formBlock .buttons .btn.disabled.active,
.buttonsBlock .formBlock .buttons .btn[disabled].active,
fieldset[disabled] .buttonsBlock .formBlock .buttons .btn.active {
  background-color: #009bee;
  border-color: #22b2ff;
}
.buttonsBlock .formBlock .buttons .btn .badge {
  color: #009bee;
  background-color: #fff;
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .buttons .btn {
    border-radius: 2px;
  }
}
@media (max-width: 550px) {
  .buttonsBlock .formBlock .buttons .btn {
    color: #009bee;
    background-color: #fff;
    border-color: #22b2ff;
  }
  .buttonsBlock .formBlock .buttons .btn:hover,
  .buttonsBlock .formBlock .buttons .btn:focus,
  .buttonsBlock .formBlock .buttons .btn.focus,
  .buttonsBlock .formBlock .buttons .btn:active,
  .buttonsBlock .formBlock .buttons .btn.active,
  .open > .dropdown-toggle.buttonsBlock .formBlock .buttons .btn {
    color: #009bee;
    background-color: #e6e6e6;
    border-color: #0094e4;
  }
  .buttonsBlock .formBlock .buttons .btn:active,
  .buttonsBlock .formBlock .buttons .btn.active,
  .open > .dropdown-toggle.buttonsBlock .formBlock .buttons .btn {
    background-image: none;
  }
  .buttonsBlock .formBlock .buttons .btn.disabled,
  .buttonsBlock .formBlock .buttons .btn[disabled],
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn,
  .buttonsBlock .formBlock .buttons .btn.disabled:hover,
  .buttonsBlock .formBlock .buttons .btn[disabled]:hover,
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:hover,
  .buttonsBlock .formBlock .buttons .btn.disabled:focus,
  .buttonsBlock .formBlock .buttons .btn[disabled]:focus,
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:focus,
  .buttonsBlock .formBlock .buttons .btn.disabled.focus,
  .buttonsBlock .formBlock .buttons .btn[disabled].focus,
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn.focus,
  .buttonsBlock .formBlock .buttons .btn.disabled:active,
  .buttonsBlock .formBlock .buttons .btn[disabled]:active,
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn:active,
  .buttonsBlock .formBlock .buttons .btn.disabled.active,
  .buttonsBlock .formBlock .buttons .btn[disabled].active,
  fieldset[disabled] .buttonsBlock .formBlock .buttons .btn.active {
    background-color: #fff;
    border-color: #22b2ff;
  }
  .buttonsBlock .formBlock .buttons .btn .badge {
    color: #fff;
    background-color: #009bee;
  }
}
.rtl .buttonsBlock .formBlock .buttons.btn3 span.glyphicon {
  float: left;
}
.rtl .buttonsBlock .formBlock .buttons.btn3 span.glyphicon:before {
  content: "\e079";
}
.ltr .buttonsBlock .formBlock .buttons.btn3 span.glyphicon {
  float: right;
}
.ltr .buttonsBlock .formBlock .buttons.btn3 span.glyphicon:before {
  content: "\e080";
}
.fullWrap {
  min-height: 100%;
  margin-bottom: -80px;
}
.fullWrap:after {
  content: "";
  display: block;
  height: 60px;
}
@media (max-width: 550px) {
  .fullWrap {
    background-image: none;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.goodsContainer.productListInSlider.relatedSO {
  margin-top: 15px;
  padding: 15px;
  margin-top: 0;
  padding-top: 0;
}
.goodsContainer.productListInSlider.relatedSO.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.goodsContainer.productListInSlider.relatedSO .titleBlock {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.goodsContainer.productListInSlider.relatedSO.relatedSO .titleBlock {
  color: #ed2f4f;
}
.goodsContainer.productListInSlider.relatedSO .carousel .item:before,
.goodsContainer.productListInSlider.relatedSO .carousel .item:after {
  content: " ";
  display: table;
}
.goodsContainer.productListInSlider.relatedSO .carousel .item:after {
  clear: both;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control {
  width: 15px;
  color: #009bee;
  background: transparent;
  opacity: 1;
  border: none;
  cursor: pointer;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .glyphicon {
  font-size: 50px;
  top: 30%;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .glyphicon-chevron-left,
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .glyphicon-chevron-right,
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .icon-prev,
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .icon-next {
  width: 50px;
  height: 50px;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control.left {
  margin-left: -5px;
  left: 0px;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control.left .glyphicon {
  margin-left: 0;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control.right {
  margin-right: -5px;
  right: 0px;
}
.goodsContainer.productListInSlider.relatedSO .carousel .carousel-control.right .glyphicon {
  margin-right: 0;
}
.goodsContainer.productListInSlider.relatedSO .carousel.slide {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.goodsContainer.productListInSlider.relatedSO .productItem .productBgImage {
  height: 100px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.goodsContainer.productListInSlider.relatedSO .productItem .product_name {
  font-size: 70%;
  line-height: 1.2em;
  height: 2.4em;
  margin-top: 5px;
  overflow: hidden;
}
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice {
  font-weight: bold;
}
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice:before,
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice:after {
  content: " ";
  display: table;
}
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice:after {
  clear: both;
}
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice {
  color: #ed2f4f;
  float: left;
  display: block;
}
.rtl .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .newPrice {
  float: right;
}
.goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .oldPrice {
  float: left;
  display: block;
  font-size: 80%;
  text-decoration: line-through;
  position: relative;
  top: 2px;
}
.rtl .goodsContainer.productListInSlider.relatedSO .productItem .currentPrice .oldPrice {
  float: right;
}
.goodsContainer.productListInSlider.relatedSO .productItem .contentunit {
  font-size: 70%;
}
.goodsContainer.productListInSlider.relatedSO .productItem .specialOfferText {
  font-size: 70%;
  line-height: 1.2;
  color: #ed2f4f;
  height: 26px;
  overflow: hidden;
}
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart {
  color: #fff;
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:hover,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:active,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart {
  color: #fff;
  background-color: #008bbb;
  border-color: #00a9e4;
}
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:active,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.active,
.open > .dropdown-toggle.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart {
  background-image: none;
}
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled],
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled:hover,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled]:hover,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:hover,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled:focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled]:focus,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled.focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled].focus,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.focus,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled:active,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled]:active,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart:active,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.disabled.active,
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart[disabled].active,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart.active {
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.goodsContainer.productListInSlider.relatedSO .addToCart .btn-addToCart .badge {
  color: #00b1ee;
  background-color: #fff;
}
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #eb1535;
  border-color: #ef445e;
}
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:hover,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:active,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart {
  color: #fff;
  background-color: #bd102a;
  border-color: #e21332;
}
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:active,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.active,
.open > .dropdown-toggle.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart {
  background-image: none;
}
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled],
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled:hover,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled]:hover,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:hover,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled:focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled]:focus,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled.focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled].focus,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.focus,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled:active,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled]:active,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart:active,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.disabled.active,
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart[disabled].active,
fieldset[disabled] .goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart.active {
  background-color: #eb1535;
  border-color: #ef445e;
}
.goodsContainer.productListInSlider.relatedSO .removeFromCart .btn-removeFromCart .badge {
  color: #eb1535;
  background-color: #fff;
}
.goodsContainer.productListInSlider.relatedSO .products,
.goodsContainer.productListInSlider.relatedSO .productItem {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.goodsContainer.productListInSlider.relatedSO .productItem {
  outline: 1px solid #eee;
  margin-left: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.goodsContainer.productListInSlider.relatedSO .productItem .productBgImage {
  background-color: transparent;
}
.goodsContainer.productListInSlider.relatedSO .productItem .product_name {
  font-size: 110%;
}
.goodsContainer.productListInSlider.relatedSO .productItem .specialOfferText {
  font-size: 90%;
  height: auto;
  max-height: 50px;
}
.goodsContainer.productListInSlider.relatedSO .productItem .imageProduct {
  padding-top: 5px;
  overflow: visible;
  width: 85%;
  margin: 0 auto;
}
.goodsContainer.productListInSlider.relatedSO .productItem .imageProduct .product-image-container {
  width: 100%;
  padding-bottom: 95%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
@media (max-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .carousel .carousel-control .glyphicon {
    font-size: 25px;
    width: 25px;
    top: 50%;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel .carousel-control {
    width: 10px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel .right.carousel-control .glyphicon {
    margin-right: 0;
    right: 0;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel .left.carousel-control .glyphicon {
    margin-left: 0;
    left: 0;
  }
}
.goodsContainer.productListInSlider.relatedSO .carousel.slide {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .carousel.slide {
    background: #fff;
    padding: 15px 20px;
    border-radius: 2px;
  }
  .goodsContainer.productListInSlider.relatedSO .carousel.slide li.productItem .productData .specialOfferText.forMobile {
    display: block;
  }
}
.goodsContainer.productListInSlider.relatedSO .item3,
.goodsContainer.productListInSlider.relatedSO .item4,
.goodsContainer.productListInSlider.relatedSO .item5,
.goodsContainer.productListInSlider.relatedSO .item6 {
  display: none;
}
@media (max-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .item {
    width: 100%;
  }
}
@media (min-width: 706px) {
  .goodsContainer.productListInSlider.relatedSO .item3 {
    display: block;
  }
}
@media (min-width: 886px) {
  .goodsContainer.productListInSlider.relatedSO .item4 {
    display: block;
  }
}
@media (min-width: 1066px) {
  .goodsContainer.productListInSlider.relatedSO .item5 {
    display: block;
  }
}
@media (min-width: 1246px) {
  .goodsContainer.productListInSlider.relatedSO .item6 {
    display: block;
  }
}
@media (max-width: 550px) {
  .goodsContainer.productListInSlider.relatedSO .titleBlock {
    display: none;
  }
}
.goodsContainer.productListInSlider.relatedSO .carousel-indicators {
  bottom: 0;
  display: none;
}
.footerPage {
  height: 60px;
  background: #00b1ee;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  font-size: 80%;
  margin-top: 20px;
}
.footerPage .logoBlock {
  text-align: center;
  display: inline-block;
  width: 200px;
  color: #fff;
  text-align: left;
}
.footerPage .logoBlock .slklogo {
  display: inline-block;
  margin: 5px 0 0 5px;
  height: 33px;
  width: auto;
  float: left;
}
.footerPage .logoBlock p,
.footerPage .logoBlock a {
  display: block;
  margin-bottom: 0;
  font-size: 80%;
  text-align: center;
}
.footerPage .logoBlock p {
  padding: 7px 5px 0 35%;
  font-weight: bold;
}
.footerPage .logoBlock a {
  padding: 0 5px 0 35%;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.messageModal .modal-dialog .modal-content {
  padding: 20px 20px 10px;
}
.messageModal .modal-dialog p {
  text-align: center;
  font-weight: bold;
}
.messageModal .modal-dialog .modal-footer {
  border-top: 0;
}
.messageModal .modal-dialog .modal-footer .btn {
  width: 100px;
  font-weight: bold;
  color: #fff;
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.messageModal .modal-dialog .modal-footer .btn:hover,
.messageModal .modal-dialog .modal-footer .btn:focus,
.messageModal .modal-dialog .modal-footer .btn.focus,
.messageModal .modal-dialog .modal-footer .btn:active,
.messageModal .modal-dialog .modal-footer .btn.active,
.open > .dropdown-toggle.messageModal .modal-dialog .modal-footer .btn {
  color: #fff;
  background-color: #008bbb;
  border-color: #00a9e4;
}
.messageModal .modal-dialog .modal-footer .btn:active,
.messageModal .modal-dialog .modal-footer .btn.active,
.open > .dropdown-toggle.messageModal .modal-dialog .modal-footer .btn {
  background-image: none;
}
.messageModal .modal-dialog .modal-footer .btn.disabled,
.messageModal .modal-dialog .modal-footer .btn[disabled],
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn,
.messageModal .modal-dialog .modal-footer .btn.disabled:hover,
.messageModal .modal-dialog .modal-footer .btn[disabled]:hover,
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn:hover,
.messageModal .modal-dialog .modal-footer .btn.disabled:focus,
.messageModal .modal-dialog .modal-footer .btn[disabled]:focus,
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn:focus,
.messageModal .modal-dialog .modal-footer .btn.disabled.focus,
.messageModal .modal-dialog .modal-footer .btn[disabled].focus,
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn.focus,
.messageModal .modal-dialog .modal-footer .btn.disabled:active,
.messageModal .modal-dialog .modal-footer .btn[disabled]:active,
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn:active,
.messageModal .modal-dialog .modal-footer .btn.disabled.active,
.messageModal .modal-dialog .modal-footer .btn[disabled].active,
fieldset[disabled] .messageModal .modal-dialog .modal-footer .btn.active {
  background-color: #00b1ee;
  border-color: #22c6ff;
}
.messageModal .modal-dialog .modal-footer .btn .badge {
  color: #00b1ee;
  background-color: #fff;
}
.goodsContainer .carousel .products li div.addToCart {
  display: none;
}
#deliveryForm.deliveryFormTotal {
  margin: 0;
  padding: 0;
  position: relative;
  /*visibility: hidden;*/

  padding-top: 85px;
}
#deliveryForm.deliveryFormTotal .panel-heading.card-header {
  padding: 0px;
  cursor: pointer;
}
#deliveryForm.deliveryFormTotal .mobile-header .title {
  font-size: 200%;
  color: #858281;
  padding: 20px 0;
  margin: 0;
}
#deliveryForm.deliveryFormTotal .mobile-header .title.title-complete {
  text-align: center;
}
#deliveryForm.deliveryFormTotal .card-block {
  padding: 0;
}
#deliveryForm.deliveryFormTotal .formPartHeader {
  display: block;
  background: #00aeef;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  text-align: right;
  position: relative;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartHeader {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartHeader {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .formPartHeader:before,
#deliveryForm.deliveryFormTotal .formPartHeader:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .formPartHeader:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .formPartHeader.firstCollapsed {
  padding-top: 50px;
}
#deliveryForm.deliveryFormTotal .formPartHeader.activeHeader {
  height: 53px;
}
#deliveryForm.deliveryFormTotal .formPartHeader.activeHeader a {
  display: none;
}
#deliveryForm.deliveryFormTotal .formPartHeader.activeHeaderNotFirst {
  display: none;
}
#deliveryForm.deliveryFormTotal .formPartHeader a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px 0;
  text-align: left;
}
#deliveryForm.deliveryFormTotal .formPartHeader a:before,
#deliveryForm.deliveryFormTotal .formPartHeader a:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .formPartHeader a:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .formPartHeader a.collapsed {
  padding: 0;
}
.rtl #deliveryForm.deliveryFormTotal .formPartHeader a {
  text-align: right;
}
#deliveryForm.deliveryFormTotal .formPartHeader p {
  margin: 0;
  line-height: 1;
}
#deliveryForm.deliveryFormTotal .formPartHeader .edit {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  width: 40px;
  font-size: 70%;
  position: relative;
  top: -6px;
}
#deliveryForm.deliveryFormTotal .formPartHeader .sign {
  display: inline-block;
  width: 60px;
  position: relative;
  z-index: 10;
  padding-left: 19px;
}
#deliveryForm.deliveryFormTotal .formPartHeader .sign:before,
#deliveryForm.deliveryFormTotal .formPartHeader .sign:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .formPartHeader .sign:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .formPartHeader .sign span {
  margin-left: 10px;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #00aeef;
  text-align: center;
  font-size: 70%;
  line-height: 20px;
  border-radius: 50px;
  border: 1px solid #cccccc;
}
.rtl #deliveryForm.deliveryFormTotal .formPartHeader .sign {
  padding-left: 0;
}
#deliveryForm.deliveryFormTotal .formPartHeader.readyHeader a {
  padding: 0;
}
#deliveryForm.deliveryFormTotal .formPartHeader.readyHeader.firstReady a {
  padding-top: 15px;
}
#deliveryForm.deliveryFormTotal .formPartHeader.readyHeader.lastReady a {
  padding-bottom: 15px;
}
#deliveryForm.deliveryFormTotal .formPartHeader.readyHeader .sign .ready {
  display: block;
}
#deliveryForm.deliveryFormTotal .formPartHeader .title {
  display: inline-block;
  font-size: 80%;
  width: 250px;
  position: relative;
  top: -6px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartHeader .title {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .formPartHeader .result {
  display: inline-block;
  font-size: 70%;
  width: 180px;
  position: relative;
  top: -6px;
}
#deliveryForm.deliveryFormTotal .formPart {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
#deliveryForm.deliveryFormTotal .panel-collapse {
  transition: all 1s;
}
#deliveryForm.deliveryFormTotal .formPartContent {
  position: relative;
  padding-left: 110px;
}
#deliveryForm.deliveryFormTotal .formPartContent:before,
#deliveryForm.deliveryFormTotal .formPartContent:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .formPartContent:after {
  clear: both;
}
.rtl #deliveryForm.deliveryFormTotal .formPartContent {
  padding-left: 0;
  padding-right: 110px;
}
#deliveryForm.deliveryFormTotal .formPartContent .title {
  font-size: 200%;
  color: #858281;
  padding: 20px 0;
  margin: 0;
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .formPartContent .title {
    font-size: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartContent .title {
    padding: 10px;
    font-size: 100%;
    background: #00aeef;
    color: #ffffff;
  }
}
#deliveryForm.deliveryFormTotal .formPartContent .bigSign {
  display: block;
  position: absolute;
  top: 25px;
  z-index: 10;
  direction: ltr;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #00aeef;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  left: 20px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartContent .bigSign {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartContent .bigSign {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .formPartContent .bigSign .num {
  font-size: 100%;
}
#deliveryForm.deliveryFormTotal .formPartContent .bigSign .all {
  font-size: 60%;
  position: relative;
  top: -3px;
}
.rtl #deliveryForm.deliveryFormTotal .formPartContent .bigSign {
  right: 20px;
  left: auto;
}
#deliveryForm.deliveryFormTotal .pageFooter {
  height: 50px;
  background: #00aeef;
  display: block;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .pageFooter {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .pageFooter {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .borderBlock {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  bottom: 0;
  display: block;
  left: 0;
  border-right: 1px solid #cccccc;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .borderBlock {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .borderBlock {
    display: none;
  }
}
.rtl #deliveryForm.deliveryFormTotal .borderBlock {
  right: 0;
  border-left: 1px solid #cccccc;
  left: auto;
  border-right: 0;
}
#deliveryForm.deliveryFormTotal .formPartContent .innerWrap:before,
#deliveryForm.deliveryFormTotal .formPartContent .innerWrap:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .formPartContent .innerWrap:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content {
  padding: 15px;
}
#deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content .tab-content {
  padding: 25px 5px;
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content {
    padding: 15px 0;
  }
  #deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content .tab-content {
    padding: 25px 0;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content .tab-content {
    padding: 25px 10px;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .formPartContent .innerWrap {
    padding: 0;
  }
  #deliveryForm.deliveryFormTotal .formPartContent .innerWrap .content {
    padding: 15px 10px;
  }
}
#deliveryForm.deliveryFormTotal .required:after {
  content: ' *';
  color: #ed2f4f;
  display: inline;
  position: relative;
  top: 1px;
}
.activePill {
  color: #00aeef;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  .activePill {
    color: #00b1ee;
  }
}
.btn-delivery-colored {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
}
.btn-delivery-colored:hover,
.btn-delivery-colored:focus,
.btn-delivery-colored.focus,
.btn-delivery-colored:active,
.btn-delivery-colored.active,
.open > .dropdown-toggle.btn-delivery-colored {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
.btn-delivery-colored:active,
.btn-delivery-colored.active,
.open > .dropdown-toggle.btn-delivery-colored {
  background-image: none;
}
.btn-delivery-colored.disabled,
.btn-delivery-colored[disabled],
fieldset[disabled] .btn-delivery-colored,
.btn-delivery-colored.disabled:hover,
.btn-delivery-colored[disabled]:hover,
fieldset[disabled] .btn-delivery-colored:hover,
.btn-delivery-colored.disabled:focus,
.btn-delivery-colored[disabled]:focus,
fieldset[disabled] .btn-delivery-colored:focus,
.btn-delivery-colored.disabled.focus,
.btn-delivery-colored[disabled].focus,
fieldset[disabled] .btn-delivery-colored.focus,
.btn-delivery-colored.disabled:active,
.btn-delivery-colored[disabled]:active,
fieldset[disabled] .btn-delivery-colored:active,
.btn-delivery-colored.disabled.active,
.btn-delivery-colored[disabled].active,
fieldset[disabled] .btn-delivery-colored.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
.btn-delivery-colored .badge {
  color: #00aeef;
  background-color: #fff;
}
.btn-delivery-input {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
  color: #555555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-weight: bold;
}
.btn-delivery-input:hover,
.btn-delivery-input:focus,
.btn-delivery-input.focus,
.btn-delivery-input:active,
.btn-delivery-input.active,
.open > .dropdown-toggle.btn-delivery-input {
  color: #ccc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-delivery-input:active,
.btn-delivery-input.active,
.open > .dropdown-toggle.btn-delivery-input {
  background-image: none;
}
.btn-delivery-input.disabled,
.btn-delivery-input[disabled],
fieldset[disabled] .btn-delivery-input,
.btn-delivery-input.disabled:hover,
.btn-delivery-input[disabled]:hover,
fieldset[disabled] .btn-delivery-input:hover,
.btn-delivery-input.disabled:focus,
.btn-delivery-input[disabled]:focus,
fieldset[disabled] .btn-delivery-input:focus,
.btn-delivery-input.disabled.focus,
.btn-delivery-input[disabled].focus,
fieldset[disabled] .btn-delivery-input.focus,
.btn-delivery-input.disabled:active,
.btn-delivery-input[disabled]:active,
fieldset[disabled] .btn-delivery-input:active,
.btn-delivery-input.disabled.active,
.btn-delivery-input[disabled].active,
fieldset[disabled] .btn-delivery-input.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-delivery-input .badge {
  color: #fff;
  background-color: #ccc;
}
.btn-delivery-input:hover,
.btn-delivery-input:focus {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-deleveryContinue {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
}
.btn-deleveryContinue:hover,
.btn-deleveryContinue:focus,
.btn-deleveryContinue.focus,
.btn-deleveryContinue:active,
.btn-deleveryContinue.active,
.open > .dropdown-toggle.btn-deleveryContinue {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
.btn-deleveryContinue:active,
.btn-deleveryContinue.active,
.open > .dropdown-toggle.btn-deleveryContinue {
  background-image: none;
}
.btn-deleveryContinue.disabled,
.btn-deleveryContinue[disabled],
fieldset[disabled] .btn-deleveryContinue,
.btn-deleveryContinue.disabled:hover,
.btn-deleveryContinue[disabled]:hover,
fieldset[disabled] .btn-deleveryContinue:hover,
.btn-deleveryContinue.disabled:focus,
.btn-deleveryContinue[disabled]:focus,
fieldset[disabled] .btn-deleveryContinue:focus,
.btn-deleveryContinue.disabled.focus,
.btn-deleveryContinue[disabled].focus,
fieldset[disabled] .btn-deleveryContinue.focus,
.btn-deleveryContinue.disabled:active,
.btn-deleveryContinue[disabled]:active,
fieldset[disabled] .btn-deleveryContinue:active,
.btn-deleveryContinue.disabled.active,
.btn-deleveryContinue[disabled].active,
fieldset[disabled] .btn-deleveryContinue.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
.btn-deleveryContinue .badge {
  color: #00aeef;
  background-color: #fff;
}
.titleNavsTempl {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
}
@media (max-width: 550px) {
  .titleNavsTempl {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
.titleNavsTempl li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
.titleNavsTempl li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
.titleNavsTempl li a:hover,
.titleNavsTempl li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  .titleNavsTempl li a:hover,
  .titleNavsTempl li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  .titleNavsTempl li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  .titleNavsTempl li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
.titleNavsTempl li.active {
  border-bottom: 2px solid #00aeef;
}
.titleNavsTempl li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  .titleNavsTempl li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  .titleNavsTempl li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
.submitButton {
  margin-bottom: 15px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress #shipping .form-control,
app-user-info #shipping .form-control,
#deliveryForm.deliveryFormTotal .deliveryAddress #pickup .form-control,
app-user-info #pickup .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .rtl #deliveryForm.deliveryFormTotal .deliveryAddress .col-sm-offset-6,
  .rtl app-user-info .col-sm-offset-6 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .rtl #deliveryForm.deliveryFormTotal .deliveryAddress .col-md-offset-0,
  .rtl app-user-info .col-md-offset-0 {
    margin-right: 0%;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery,
app-user-info .typeDelivery {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery,
  app-user-info .typeDelivery {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li,
app-user-info .typeDelivery li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a,
app-user-info .typeDelivery li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a:hover,
app-user-info .typeDelivery li a:hover,
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a:focus,
app-user-info .typeDelivery li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a:hover,
  app-user-info .typeDelivery li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a:focus,
  app-user-info .typeDelivery li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li a,
  app-user-info .typeDelivery li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li,
  app-user-info .typeDelivery li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li.active,
app-user-info .typeDelivery li.active {
  border-bottom: 2px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li.active a,
app-user-info .typeDelivery li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li.active a,
  app-user-info .typeDelivery li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery li.active,
  app-user-info .typeDelivery li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .typeDelivery a,
app-user-info .typeDelivery a {
  cursor: pointer;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .withMargin,
app-user-info .withMargin {
  margin-top: 15px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress input,
app-user-info input {
  padding: 6px;
  border-radius: 2px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown,
.rtl app-user-info .addressWithDropdown {
  float: right;
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]:-moz-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"],
.rtl app-user-info .addressWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]:-moz-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .addressWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input[type="text"],
.rtl app-user-info .addressWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group,
app-user-info .addressWithDropdown .stylish-input-group {
  position: relative;
  width: 100%;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group .search,
app-user-info .addressWithDropdown .stylish-input-group .search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group .clear,
app-user-info .addressWithDropdown .stylish-input-group .clear {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #cccccc;
  z-index: 9;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group .glyphicon,
app-user-info .addressWithDropdown .stylish-input-group .glyphicon {
  color: #cccccc;
  font-size: 110%;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group.focus .glyphicon,
app-user-info .addressWithDropdown .stylish-input-group.focus .glyphicon {
  color: #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group.focus .clear,
app-user-info .addressWithDropdown .stylish-input-group.focus .clear {
  border-right: 1px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group input,
app-user-info .addressWithDropdown .stylish-input-group input {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group input:focus,
app-user-info .addressWithDropdown .stylish-input-group input:focus {
  box-shadow: none;
  border: 1px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input.searchAddressInput,
app-user-info .addressWithDropdown input.searchAddressInput {
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 45px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown input.searchAddressInput,
.rtl app-user-info .addressWithDropdown input.searchAddressInput {
  padding-right: 6px;
  padding-left: 45px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group .clear,
app-user-info .addressWithDropdown .stylish-input-group .clear {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #cccccc;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addressWithDropdown .stylish-input-group .clear,
.rtl app-user-info .addressWithDropdown .stylish-input-group .clear {
  left: 0;
  right: auto;
  border-left: 0;
  border-right: 1px solid #cccccc;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress,
.rtl app-user-info .floorAptAddress,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress,
.rtl app-user-info .elevatorAddress {
  float: right;
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]:-moz-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]:-moz-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]:-moz-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]:-ms-input-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]::-webkit-input-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"],
.rtl app-user-info .floorAptAddress input[type="text"],
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"],
.rtl app-user-info .elevatorAddress input[type="text"] {
  text-align: right;
  direction: rtl;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]:-moz-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]:-moz-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]:-moz-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]:-ms-input-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .floorAptAddress input[type="text"]::-webkit-input-placeholder,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .elevatorAddress input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress input[type="text"],
.rtl app-user-info .floorAptAddress input[type="text"],
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress input[type="text"],
.rtl app-user-info .elevatorAddress input[type="text"] {
  text-align: right;
  direction: rtl;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .floorAptAddress .addrBlock,
.rtl app-user-info .floorAptAddress .addrBlock,
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress .addrBlock,
.rtl app-user-info .elevatorAddress .addrBlock {
  float: right;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .addrBlock label,
app-user-info .addrBlock label {
  white-space: nowrap;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .addrBlock,
.rtl app-user-info .addrBlock {
  float: right;
}
@media (max-width: 992px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .form-group,
app-user-info .shopWithDropdown .form-group {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress .elevator-input-button,
app-user-info .elevatorAddress .elevator-input-button {
  width: 100%;
  min-width: 100px;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress .elevator-input-button label.btn-delivery-colored,
app-user-info .elevatorAddress .elevator-input-button label.btn-delivery-colored {
  width: 30%;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress .elevator-input-button label.btn-delivery-colored,
  app-user-info .elevatorAddress .elevator-input-button label.btn-delivery-colored {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress .elevator-input-button label.btn-delivery-input,
app-user-info .elevatorAddress .elevator-input-button label.btn-delivery-input {
  width: 70%;
}
@media (min-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress label.btn-delivery-colored,
  app-user-info .elevatorAddress label.btn-delivery-colored {
    width: auto;
    padding: 6px 2px;
  }
  #deliveryForm.deliveryFormTotal .deliveryAddress .elevatorAddress label.btn-delivery-input,
  app-user-info .elevatorAddress label.btn-delivery-input {
    min-width: 68px;
    width: auto;
    padding: 6px 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton,
app-user-info .submitButton {
  margin: 30px 0;
  text-align: left;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton:before,
app-user-info .submitButton:before,
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton:after,
app-user-info .submitButton:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton:after,
app-user-info .submitButton:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton .btn,
app-user-info .submitButton .btn {
  float: right;
  padding: 6px 30px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .submitButton .btn,
.rtl app-user-info .submitButton .btn {
  float: left;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton .note,
app-user-info .submitButton .note {
  display: block;
  display: inline-block;
  float: right;
  font-size: 80%;
  color: #00aeef;
  text-align: right;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .submitButton .note,
  app-user-info .submitButton .note {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .submitButton .note,
  app-user-info .submitButton .note {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryAddress .submitButton > div,
app-user-info .submitButton > div {
  padding: 0;
}
@media (min-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .submitButton,
  app-user-info .submitButton {
    margin: 45px 0 15px;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress .submitButton,
  app-user-info .submitButton {
    padding: 0 15px;
  }
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown,
.rtl app-user-info .shopWithDropdown {
  float: right;
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]:-moz-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"],
.rtl app-user-info .shopWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]:-moz-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]:-ms-input-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"]::-webkit-input-placeholder,
.rtl app-user-info .shopWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input[type="text"],
.rtl app-user-info .shopWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group,
app-user-info .shopWithDropdown .stylish-input-group {
  position: relative;
  width: 100%;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group .search,
app-user-info .shopWithDropdown .stylish-input-group .search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group .clear,
app-user-info .shopWithDropdown .stylish-input-group .clear {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #cccccc;
  z-index: 9;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group .glyphicon,
app-user-info .shopWithDropdown .stylish-input-group .glyphicon {
  color: #cccccc;
  font-size: 110%;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group.focus .glyphicon,
app-user-info .shopWithDropdown .stylish-input-group.focus .glyphicon {
  color: #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group.focus .clear,
app-user-info .shopWithDropdown .stylish-input-group.focus .clear {
  border-right: 1px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group input,
app-user-info .shopWithDropdown .stylish-input-group input {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown .stylish-input-group input:focus,
app-user-info .shopWithDropdown .stylish-input-group input:focus {
  box-shadow: none;
  border: 1px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryAddress .shopWithDropdown input.shopWithDropdown,
app-user-info .shopWithDropdown input.shopWithDropdown {
  border-radius: 2px;
}
@media (min-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryAddress #pickup .submitButton,
  app-user-info #pickup .submitButton {
    margin: 25px 8px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li.active {
  border-bottom: 2px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .titleNavs {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryWhen .submitButton {
  margin-top: 15px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryWhen .submitButton {
  text-align: left;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop {
  display: block;
  min-width: 490px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 0;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs {
  margin: 0;
  padding: 0;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li {
  float: right;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li {
  font-size: 85%;
  width: 14.285714286%;
  text-align: center;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li span {
  display: block;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li a {
  margin-right: 0;
  border-radius: 0;
  color: #5c5654;
  cursor: pointer;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li a:hover {
  background: #fff;
  color: #00aeef;
  border-color: transparent transparent #dddddd;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active a {
  border-top-color: transparent;
  color: #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active a:hover {
  border-color: transparent #dddddd transparent #dddddd;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active:first-child a {
  border-left-color: transparent;
  border-right-color: #dddddd;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active:first-child a {
  border-right-color: transparent;
  border-left-color: #dddddd;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active:last-child a {
  border-right-color: transparent;
  border-left-color: #dddddd;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateTabs li.active:last-child a {
  border-left-color: transparent;
  border-right-color: #dddddd;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table {
  margin: 0;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected {
  background: #3dcaff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected td {
  color: #fff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction {
  color: #3dcaff;
  background-color: #fff;
  border-color: #70d8ff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.active,
.open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction {
  color: #3dcaff;
  background-color: #e6e6e6;
  border-color: #33c7ff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.active,
.open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction {
  background-image: none;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled],
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled]:hover,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled]:focus,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled].focus,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled]:active,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.disabled.active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction[disabled].active,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction.active {
  background-color: #fff;
  border-color: #70d8ff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table tr.selected .btn-whenAction .badge {
  color: #fff;
  background-color: #3dcaff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table td {
  padding: 8px 16px;
  vertical-align: middle;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result {
  text-align: left;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction {
  color: #00aeef;
  background-color: #fff;
  border-color: #23c3ff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.active,
.open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction {
  color: #00aeef;
  background-color: #e6e6e6;
  border-color: #00a7e5;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.active,
.open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction {
  background-image: none;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled],
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled]:hover,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:hover,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled]:focus,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled].focus,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.focus,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled]:active,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction:active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.disabled.active,
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction[disabled].active,
fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction.active {
  background-color: #fff;
  border-color: #23c3ff;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenDektop .dateContentTabs table .result .btn-whenAction .badge {
  color: #fff;
  background-color: #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .formPartContent .innerWrap .content .chooseWhenDektop .tab-content {
  padding: 10px 0 0;
}
#deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenMobile {
  display: block;
}
@media (min-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenMobile {
    display: none;
  }
}
@media (min-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .chooseWhenMobile {
    display: none;
  }
}
@media (max-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .commentsBlock {
    margin: 10px 0;
    padding: 0;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryWhen .commentsBlock {
    padding: 10px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a:hover,
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li.active {
  border-bottom: 2px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .titleNavs {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction {
  margin: 0;
  padding: 0;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction {
    padding: 0 5%;
    border: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li {
  float: right;
  position: relative;
  width: 33.333333333%;
  text-align: center;
  margin: 0 0 5px 0;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a {
  color: #5c5654;
  padding: 10px;
  text-align: center;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover,
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a {
    color: #00aeef;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon {
  -webkit-transition: width, height 1s;
  /* Safari */
  transition: width, height 1s;
  display: inline-block;
  width: 100%;
  height: 100px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 160px;
  }
}
@media (min-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 140px;
  }
}
@media (min-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 120px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon.icon1 {
  background-color: transparent;
  background-image: url('../assets/DeliveryMissingIcon3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon.icon2 {
  background-color: transparent;
  background-image: url('../assets/DeliveryMissingIcon2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionIcon.icon3 {
  background-color: transparent;
  background-image: url('../assets/DeliveryMissingIcon1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a .actionText {
  display: inline-block;
  color: #acacac;
  padding: 6px 6px;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a .actionIcon.icon1,
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover .actionIcon.icon1 {
  background-image: url('../assets/DeliveryMissingIcon3A.png');
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a .actionIcon.icon2,
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover .actionIcon.icon2 {
  background-image: url('../assets/DeliveryMissingIcon2A.png');
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a .actionIcon.icon3,
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover .actionIcon.icon3 {
  background-image: url('../assets/DeliveryMissingIcon1A.png');
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a .actionText,
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li a:hover .actionText {
  background: #00aeef;
  color: #fff;
  border-radius: 2px;
  font-weight: normal;
}
@media (max-width: 550px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryMissing .typeAction li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryMissing .formPartContent .innerWrap .content .tab-content {
  margin-top: 0;
  padding: 10px;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .explanationTabs {
  text-align: left;
  margin: 0;
  color: #00aeef;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryMissing .explanationTabs {
  text-align: right;
}
#deliveryForm.deliveryFormTotal .deliveryMissing .submitButton {
  margin-top: 15px;
  padding: 0 10px;
  text-align: center;
  /*
		.rtl & {
			text-align: left;
		}*/

}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a:hover,
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li.active {
  border-bottom: 2px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .titleNavs {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .submitButton {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryApprove .submitButton {
  text-align: left;
}
#deliveryForm.deliveryFormTotal .deliveryApprove #couponCode {
  margin-bottom: 5px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns {
  float: right;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns.col1,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns.col2 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns.col1 .dataBlock {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns.col2 .dataBlock {
    float: right;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock:before,
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock:after {
  clear: both;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns textarea.form-control.commentsTA {
    height: 3em;
  }
}
.rtl #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p {
  float: right;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP {
  font-weight: bold;
  margin-bottom: 2px;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.price {
  font-size: 150%;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.customerName,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.customerSurname,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.deliveryAddress,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.deliveryWhen,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.deliveryProductsCnt,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.deliveryPhone {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.shippingAmount,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.price,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.nameP.priceAddShip {
    font-size: 80%;
    min-height: 34px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP {
  color: #9c9593;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.shippingAmount {
  color: #5c5654;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.price {
  font-size: 150%;
  color: #5c5654;
  text-align: left;
}
@media (max-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.price {
    text-align: right;
  }
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.price {
    font-size: 120%;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.priceAddShip {
  font-size: 150%;
  font-weight: bold;
  color: #5c5654;
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.priceAddShip {
    font-size: 120%;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.customerName,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.customerSurname,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.deliveryAddress,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.deliveryWhen,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.deliveryProductsCnt,
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.valueP.deliveryPhone {
    width: 80%;
    margin: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.edit {
  cursor: pointer;
  margin-bottom: 2px;
}
#deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.edit:hover {
  color: #5c5654;
  font-weight: bold;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryApprove .dataColumns .dataBlock > p.edit {
    width: 20%;
    margin: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs {
    padding: 0 5%;
    border: 0;
    border-bottom: 2px solid #00b1ee;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li {
  float: right;
  position: relative;
  z-index: 2;
  top: 1px;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a {
  cursor: pointer;
  color: #5c5654;
  font-weight: bold;
  padding: 10px 25px;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a:hover,
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li a {
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li {
    width: 45%;
    text-align: center;
    top: 2px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li.active {
  border-bottom: 2px solid #00aeef;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs li.active {
    border-top: 2px solid #00b1ee;
    border-right: 2px solid #00b1ee;
    border-left: 2px solid #00b1ee;
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs {
    display: none;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .titleNavs {
    display: none;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .busy-indicator {
  position: absolute;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment {
  margin: 0;
  padding: 0;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment {
    padding: 0 5%;
    border: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li {
  float: right;
  position: relative;
  text-align: center;
  margin: 0 0 5px 0;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a {
  color: #5c5654;
  padding: 10px;
  text-align: center;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:focus {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover,
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:focus {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a {
    color: #00aeef;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon {
  -webkit-transition: width, height 1s;
  /* Safari */
  transition: width, height 1s;
  display: inline-block;
  width: 100%;
  height: 100px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 80px;
  }
}
@media (min-width: 992px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon {
    display: inline-block;
    width: 100%;
    height: 120px;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon.phonePIcon {
  background-color: transparent;
  background-image: url('../assets/phonePIcon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon.creditCardIcon {
  background-color: transparent;
  background-image: url('../assets/creditCardIcon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon.moneyIcon {
  background-color: transparent;
  background-image: url('../assets/moneyIcon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionIcon.idCardIcon {
  background-color: transparent;
  background-image: url('../assets/idCardIcon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionText {
  display: inline-block;
  color: #acacac;
  padding: 6px 12px;
  margin-top: 10px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a .actionText {
    padding: 6px;
    font-size: 70%;
    margin-top: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover {
  background: transparent;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a .actionIcon.phonePIcon,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover .actionIcon.phonePIcon {
  background-image: url('../assets/phonePIconA.png');
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a .actionIcon.creditCardIcon,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover .actionIcon.creditCardIcon {
  background-image: url('../assets/creditCardIconA.png');
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a .actionIcon.moneyIcon,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover .actionIcon.moneyIcon {
  background-image: url('../assets/moneyIconA.png');
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a .actionIcon.idCardIcon,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover .actionIcon.idCardIcon {
  background-image: url('../assets/idCardIconA.png');
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li.active a .actionText,
#deliveryForm.deliveryFormTotal .deliveryPayment .typePayment li a:hover .actionText {
  color: #00aeef;
  font-weight: normal;
}
@media (max-width: 550px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryPayment .typeAction li.active a {
  color: #00aeef;
  background: rgba(0, 0, 0, 0);
  border: 0;
  box-shadow: none;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .typeAction li.active a {
    color: #00b1ee;
  }
}
@media (max-width: 550px) {
  
}
#deliveryForm.deliveryFormTotal .deliveryPayment .formPartContent .innerWrap .content .tab-content {
  margin-top: 0;
  padding: 10px;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .explanationTabs {
  text-align: left;
  margin: 0;
  color: #00aeef;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryPayment .explanationTabs {
  text-align: right;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .submitButton {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .submitButton {
    text-align: left;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs:before,
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs:after {
  content: " ";
  display: table;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs:after {
  clear: both;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs input {
  padding: 6px;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs input:focus ::-webkit-input-placeholder {
  color: #fff;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs input:focus ::-moz-placeholder {
  color: #fff;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs input:focus :-ms-input-placeholder {
  color: #fff;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs input:focus :-moz-placeholder {
  color: #fff;
}
#deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs .formTitle {
  padding: 0 15px;
  color: #00aeef;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs div {
  float: right;
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs.idCardIcon .fullName,
  #deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs.idCardIcon .cardType,
  #deliveryForm.deliveryFormTotal .deliveryPayment .dataTabs.idCardIcon .cardNumber {
    width: 100%;
  }
}
#deliveryForm.deliveryFormTotal .deliveryPayment .tab-content {
  padding: 0;
}
#deliveryForm.deliveryFormTotal .deliveryComplete .formPartContent {
  padding: 0 10px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryComplete .formPartContent {
    padding: 0;
  }
}
#deliveryForm.deliveryFormTotal .deliveryComplete .handUpBlock {
  height: 60px;
  background-color: transparent;
  background-image: url('../assets/handUP-ltr.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.rtl #deliveryForm.deliveryFormTotal .deliveryComplete .handUpBlock {
  background-image: url('../assets/handUP-rtl.png');
}
#deliveryForm.deliveryFormTotal .deliveryComplete .thanksText {
  text-align: center;
}
#deliveryForm.deliveryFormTotal .deliveryComplete .submitButton {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 550px) {
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn {
    color: #ffffff;
    background-color: #00b1ee;
    border-color: #22c6ff;
  }
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:hover,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:active,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.active,
  .open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn {
    color: #ffffff;
    background-color: #008bbb;
    border-color: #00a9e4;
  }
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:active,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.active,
  .open > .dropdown-toggle#deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn {
    background-image: none;
  }
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled],
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled:hover,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled]:hover,
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:hover,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled:focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled]:focus,
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled.focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled].focus,
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.focus,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled:active,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled]:active,
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn:active,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.disabled.active,
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn[disabled].active,
  fieldset[disabled] #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn.active {
    background-color: #00b1ee;
    border-color: #22c6ff;
  }
  #deliveryForm.deliveryFormTotal .deliveryComplete .submitButton .btn .badge {
    color: #00b1ee;
    background-color: #ffffff;
  }
}
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs {
  list-style: none;
  margin: 5px;
  padding: 0;
  border: 2px solid #7fc348;
  border-radius: 8px;
}
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li {
  width: 14.285714286%;
  font-size: 70%;
  border: 0;
  margin-bottom: -2px;
  text-align: center;
}
.rtl #deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li {
  float: right;
}
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li a {
  color: #5c5654;
  padding: 10px 2px;
  margin: 0;
}
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li.active > a,
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li.active > a:hover,
#deliveryForm.deliveryFormTotal .chooseWhenMobile .dateTabs li.active > a:focus {
  border: 0;
  background: #00aeef;
  color: #fff;
  border-radius: 6px;
}
#deliveryForm.deliveryFormTotal .dateContentTabs .btn-group {
  border: 2px solid #7fc348;
  border-radius: 8px;
}
#deliveryForm.deliveryFormTotal .dateContentTabs .btn-timeChoose {
  color: #00aeef;
  margin-bottom: -2px;
  float: none;
  /*.rtl & {
                float: right;
            }*/

}
#deliveryForm.deliveryFormTotal .dateContentTabs .btn-timeChoose.active {
  border: 0;
  background: #00aeef;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  padding: 6px 13px;
}
#deliveryForm.deliveryFormTotal .dateContentTabs .btn-timeChoose:hover {
  border: 0;
  background: #00aeef;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
/***************** media *******************/

@media (min-width: 550px) {
  .mobile-header {
    display: none;
  }
}
@media (max-width: 992px) {
  #deliveryForm .formPartContent {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  #deliveryForm.deliveryFormTotal .mobile-header .title {
    font-size: 150%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #deliveryForm.deliveryFormTotal .panel-open .mobile-header .title {
    border-radius: 5px;
    background: #ffffff;
    color: #00aeef;
  }
}
@media (max-width: 550px) {
  #deliveryForm .innerWrap .title {
    display: none;
  }
  #deliveryForm.deliveryFormTotal {
    margin-top: 115px;
    padding-top: 0;
    /*.panel-heading {
  			display: none;
  		}*/
  
  }
  #deliveryForm.deliveryFormTotal .mobile-header .title {
    padding: 10px;
    font-size: 100%;
    background: #00aeef;
    color: #ffffff;
  }
  #deliveryForm.deliveryFormTotal .mobile-header .title.title-complete {
    background: #00b1ee;
    color: #ffffff;
  }
  #deliveryForm.deliveryFormTotal .panel-open .mobile-header .title {
    border-radius: 5px;
    background: #ffffff;
    color: #00aeef;
  }
  #deliveryForm.deliveryFormTotal .formPartContent,
  .rtl #deliveryForm.deliveryFormTotal .formPartContent {
    padding-left: 0;
    padding-right: 0;
  }
}
body.tabletsStyle .mobile-header {
  display: block !important;
}
body.tabletsStyle #deliveryForm .innerWrap .title {
  display: none;
}
body.tabletsStyle #deliveryForm.deliveryFormTotal {
  margin-top: 115px;
  padding-top: 0;
  /*.panel-heading {
			display: none;
		}*/

}
body.tabletsStyle #deliveryForm.deliveryFormTotal .mobile-header .title {
  padding: 10px;
  font-size: 100%;
  background: #00aeef;
  color: #ffffff;
}
body.tabletsStyle #deliveryForm.deliveryFormTotal .panel-open .mobile-header {
  padding: 10px;
  background: #00aeef;
}
body.tabletsStyle #deliveryForm.deliveryFormTotal .panel-open .mobile-header .title {
  padding: 0px;
  border-radius: 5px;
  background: #ffffff;
  color: #00aeef;
}
body.tabletsStyle #deliveryForm.deliveryFormTotal .formPartContent,
body.tabletsStyle.rtl #deliveryForm.deliveryFormTotal .formPartContent {
  padding-left: 0;
  padding-right: 0;
}
.panel-group > accordion-group.panel {
  margin: 0 !important;
  border: 0;
}
body.tabletsStyle .headerContainer,
body.tabletsStyle .desktop-menu {
  display: none;
}
body.tabletsStyle .mobileHeaderContainer {
  display: block;
}
body.tabletsStyle .mobileHeaderContainer .navbar-toggle {
  display: block;
}
body.tabletsStyle .filterMobileButton {
  display: block;
  z-index: 900;
}
body.tabletsStyle .pageFilters {
  float: none;
  position: fixed;
  right: -220px;
  top: 0;
  z-index: 1000;
  -webkit-transition: right 1s;
  transition: right 1s;
  padding: 0 10px;
}
.rtl body.tabletsStyle .pageFilters {
  float: none;
}
body.tabletsStyle .pageFilters.mobileOpened {
  right: 0;
  overflow: auto;
}
body.tabletsStyle .pageFilters .innerWrap {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
body.tabletsStyle .goodsContainer.categories {
  padding-top: 120px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.tabletsStyle .goodsContainer.categories h1 {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products {
  width: 100%;
  border: 0;
}
/*body.tabletsStyle .goodsContainer.categories .products li.loading {
	.contentunit {
		width:55%;
	}

}*/

body.tabletsStyle .goodsContainer.categories .products li {
  height: 132px;
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-color: #e2e2e2;
  border: 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  /*.product_name, .product_name > a {
		min-height: auto;
	}*/

}
body.tabletsStyle .productImage.desktop {
  display: none;
}
body.tabletsStyle .productImage.mobile {
  display: block;
}
body.tabletsStyle .goodsContainer.categories .products li .imageProduct {
  float: left;
  width: 24%;
  height: 100%;
  max-width: 110px;
}
body.tabletsStyle .goodsContainer.categories .products li .imageProduct a {
  width: 100%;
  height: 100%;
}
body.tabletsStyle .goodsContainer.categories .products li .productData {
  width: 47%;
  float: left;
  /*height:100%;*/

}
body.tabletsStyle .goodsContainer.categories .products li .productData .product_name,
body.tabletsStyle .goodsContainer.categories .products li .productData .product_name > a {
  text-decoration: none;
  height: auto;
  max-height: 40px;
}
body.tabletsStyle .goodsContainer.categories .products li .productData .currentPrice {
  font-size: 100%;
  height: auto;
  padding-top: 2px;
  display: inline-block;
  width: auto;
  padding-bottom: 0;
}
body.tabletsStyle .goodsContainer.categories .products li .productData .currentPrice.discount span.oldPrice {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products li .productData .currentPrice.discount span.newPrice {
  color: #5c5654;
  padding-top: 0;
  display: inline-block;
  width: auto;
  padding-bottom: 0;
}
body.tabletsStyle .goodsContainer.categories .products li .addToCart {
  display: block;
}
body.tabletsStyle .visibleCnt {
  display: block !important;
}
body.tabletsStyle .goodsContainer.categories .products li .contentunit {
  right: 28%;
}
body.tabletsStyle .goodsContainer.categories .products li .contentunit.forMobile {
  padding: 0;
  display: inline-block;
  width: auto;
  top: -1px;
  position: relative;
  padding-right: 5px;
}
body.tabletsStyle .goodsContainer.categories .imageProduct .specialOfferBadge {
  bottom: 5%;
  right: 5%;
  left: auto;
  top: auto;
}
body.tabletsStyle .goodsContainer.categories .hasInCart .writeANote {
  display: block;
}
body.tabletsStyle .goodsContainer.categories .addNoteForm.forMobile {
  display: block;
}
body.tabletsStyle .goodsContainer.categories .addNoteForm.forDesktop {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products li .infoBar {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products li.loading {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body.tabletsStyle .goodsContainer.categories .products li.loading .specialOfferBadge,
body.tabletsStyle .goodsContainer.categories .products li.loading .specialOfferText,
body.tabletsStyle .goodsContainer.categories .products li.loading .infoBar,
body.tabletsStyle .goodsContainer.categories .products li.loading .writeANote,
body.tabletsStyle .goodsContainer.categories .products li.loading .cntProduct .input-group,
body.tabletsStyle .goodsContainer.categories .products li.loading .addToCart .addToCart {
  display: none;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .popupFormAddToCart {
  display: none !important;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .imageProduct a {
  /*width: 80%;
	    height: 80%;
	    margin: 10%;*/
  background: #ffffff;
  pointer-events: none;
  cursor: default;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount {
  width: 60%;
  background: #ffffff;
  color: #ffffff;
  padding: 0;
  margin: 2px 0 5px;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount {
  width: 100%;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount span.newPrice,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .currentPrice.discount span.oldPrice {
  color: #ffffff;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name > a {
  width: 90%;
  background: #ffffff;
  color: #ffffff;
  cursor: default;
  padding: 0;
  margin: 2px 0 5px;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name:hover,
body.tabletsStyle .goodsContainer.categories .products li.loading .productData .product_name > a:hover {
  color: #ffffff;
  text-decoration: none;
}
body.tabletsStyle .goodsContainer.categories .products li.loading .contentunit {
  width: 35%;
  background: #ffffff;
  color: #ffffff;
}
body.tabletsStyle .goodsContainer.relatedSO li.productItem .productData .specialOfferText.forMobile {
  display: block;
}
body.tabletsStyle #mobileMenu .navbar-nav > li {
  float: none;
}
body.tabletsStyle #mobileMenu .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
body.tabletsStyle .popupFormAddToCart.forDesktop {
  display: none;
}
body.tabletsStyle #deliveryForm {
  margin-top: 0;
}
@media (min-width: 551px) {
  body.tabletsStyle .searchRow {
    width: 60%;
    margin-left: 20%;
  }
}
body.tabletsStyle #product-detail-modal {
  min-height: auto;
}
body.tabletsStyle #product-detail-modal .productBlockAll .productBlock .productDescription .downPart .btn {
  font-size: 90%;
  height: 28px;
  padding: 4px 2px;
}
body.tabletsStyle #cartBlock .btn-closeSubMenu .text {
  display: inline;
}
#translate-edit-modal input {
  border-radius: 0;
  margin: 5px;
  padding-left: 15px;
  padding-right: 15px;
  width: 180px;
}
@media (min-width: 768px) {
  #translate-edit-modal .modal-dialog {
    width: 1120px;
    margin: 100px auto;
  }
}
#translate-edit-modal .modal-content {
  /*position:fixed;
        top: 40px;*/
  padding: 20px;
}
#translate-edit-modal .modal-content div.odd {
  background-color: #F0F0F0;
}
#translate-edit-modal .modal-content ul {
  list-style: none;
  padding-left: 0;
}
#translate-edit-modal .modal-content a {
  cursor: pointer;
  font-size: 12px;
  color: black;
}
#translate-edit-modal .modal-content label {
  font-size: 12px;
}
@media (max-width: 550px) {
  #translate-edit-modal .modal-content {
    padding: 10px;
  }
}
#translate-edit-modal .modal-content .modal-body label {
  margin-bottom: 10px;
  font-size: 100%;
}
#translate-edit-modal .modal-content .modal-body .emailInput,
#translate-edit-modal .modal-content .modal-body .passwordInput,
#translate-edit-modal .modal-content .modal-body .password2Input,
#translate-edit-modal .modal-content .modal-body .email2Input,
#translate-edit-modal .modal-content .modal-body .phoneInput {
  padding: 10px 12px;
  height: 46px;
  font-size: 16px;
}
#translate-edit-modal .modal-content .modal-body .passwordBlock,
#translate-edit-modal .modal-content .modal-body .passwordConfirmBlock,
#translate-edit-modal .modal-content .modal-body .email2Block,
#translate-edit-modal .modal-content .modal-body .phoneBlock,
#translate-edit-modal .modal-content .modal-body .promotionsBlock {
  margin-top: 20px;
}
#translate-edit-modal .modal-content .modal-body .forgotPasswordButton {
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  color: #2d5080;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock {
  width: 100%;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-group {
  display: table;
  width: 100%;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
  border-radius: 4px;
  /*.rtl & {
				    	float:right;
				    }		*/
  width: 36px;
  height: 36px;
  float: none;
  margin-bottom: 0;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:hover,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active,
.open > .dropdown-toggle#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active,
.open > .dropdown-toggle#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored {
  background-image: none;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled],
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:hover,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:hover,
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:hover,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:focus,
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled.focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled].focus,
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.focus,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled:active,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled]:active,
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored:active,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.disabled.active,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored[disabled].active,
fieldset[disabled] #translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-colored .badge {
  color: #00aeef;
  background-color: #fff;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .inner {
  display: table-cell;
  vertical-align: middle;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  display: table-cell;
  vertical-align: middle;
  float: none;
  white-space: normal;
  text-align: right;
}
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input:hover,
#translate-edit-modal .modal-content .modal-body .promotionsBlock .btn-promotions-input:focus {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
#translate-edit-modal .modal-content .modal-footer {
  border: 0;
}
#translate-edit-modal .modal-content .modal-footer .loginButton {
  color: #fff;
  background-color: #00aeef;
  border-color: #23c3ff;
}
#translate-edit-modal .modal-content .modal-footer .loginButton:hover,
#translate-edit-modal .modal-content .modal-footer .loginButton:focus,
#translate-edit-modal .modal-content .modal-footer .loginButton.focus,
#translate-edit-modal .modal-content .modal-footer .loginButton:active,
#translate-edit-modal .modal-content .modal-footer .loginButton.active,
.open > .dropdown-toggle#translate-edit-modal .modal-content .modal-footer .loginButton {
  color: #fff;
  background-color: #0089bc;
  border-color: #00a7e5;
}
#translate-edit-modal .modal-content .modal-footer .loginButton:active,
#translate-edit-modal .modal-content .modal-footer .loginButton.active,
.open > .dropdown-toggle#translate-edit-modal .modal-content .modal-footer .loginButton {
  background-image: none;
}
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled],
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton,
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled:hover,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled]:hover,
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton:hover,
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled:focus,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled]:focus,
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton:focus,
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled.focus,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled].focus,
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton.focus,
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled:active,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled]:active,
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton:active,
#translate-edit-modal .modal-content .modal-footer .loginButton.disabled.active,
#translate-edit-modal .modal-content .modal-footer .loginButton[disabled].active,
fieldset[disabled] #translate-edit-modal .modal-content .modal-footer .loginButton.active {
  background-color: #00aeef;
  border-color: #23c3ff;
}
#translate-edit-modal .modal-content .modal-footer .loginButton .badge {
  color: #00aeef;
  background-color: #fff;
}
#translate-edit-modal .modal-content .modal-footer .skipButton {
  margin-top: 20px;
  color: #727171;
  border-bottom: 2px solid #e8e8e8;
  border-radius: 0;
  padding-bottom: 3px;
}
#translate-edit-modal .modal-content .modal-footer .skipButton:hover {
  text-decoration: none;
  color: #3f3e3e;
  border-bottom-color: #b5b5b5;
}
#translate-edit-modal .error {
  margin: 0;
  padding: 0 15px;
}
#localization .button {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  font-size: 10px;
  left: 0;
  background: #222;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  cursor: pointer;
}
body.landing .fullWrapForBg {
  background-image: url('../assets/homeBigBg.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
body.landing a {
  cursor: pointer;
}
body.landing .opacityBg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1;
  display: none;
}
body.landing .headerButtons {
  display: block;
  position: relative;
  z-index: 5;
  padding: 10px;
}
@media (max-width: 550px) {
  body.landing .headerButtons {
    display: none;
  }
}
@media (max-width: 550px) {
  body.landing .headerButtons {
    display: none;
  }
}
body.landing .headerButtons:before,
body.landing .headerButtons:after {
  content: " ";
  display: table;
}
body.landing .headerButtons:after {
  clear: both;
}
body.landing .headerButtons .btn-becomeShopper {
  float: right;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-top: 7px;
}
.rtl body.landing .headerButtons .btn-becomeShopper {
  float: left;
}
body.landing .headerButtons .btn-becomeShopper:hover,
body.landing .headerButtons .btn-becomeShopper:focus,
body.landing .headerButtons .btn-becomeShopper.focus,
body.landing .headerButtons .btn-becomeShopper:active,
body.landing .headerButtons .btn-becomeShopper.active,
.open > .dropdown-togglebody.landing .headerButtons .btn-becomeShopper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
body.landing .headerButtons .btn-becomeShopper:active,
body.landing .headerButtons .btn-becomeShopper.active,
.open > .dropdown-togglebody.landing .headerButtons .btn-becomeShopper {
  background-image: none;
}
body.landing .headerButtons .btn-becomeShopper.disabled,
body.landing .headerButtons .btn-becomeShopper[disabled],
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper,
body.landing .headerButtons .btn-becomeShopper.disabled:hover,
body.landing .headerButtons .btn-becomeShopper[disabled]:hover,
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper:hover,
body.landing .headerButtons .btn-becomeShopper.disabled:focus,
body.landing .headerButtons .btn-becomeShopper[disabled]:focus,
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper:focus,
body.landing .headerButtons .btn-becomeShopper.disabled.focus,
body.landing .headerButtons .btn-becomeShopper[disabled].focus,
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper.focus,
body.landing .headerButtons .btn-becomeShopper.disabled:active,
body.landing .headerButtons .btn-becomeShopper[disabled]:active,
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper:active,
body.landing .headerButtons .btn-becomeShopper.disabled.active,
body.landing .headerButtons .btn-becomeShopper[disabled].active,
fieldset[disabled] body.landing .headerButtons .btn-becomeShopper.active {
  background-color: transparent;
  border-color: #fff;
}
body.landing .headerButtons .btn-becomeShopper .badge {
  color: transparent;
  background-color: #fff;
}
body.landing .headerButtons .btn-becomeShopper:focus,
body.landing .headerButtons .btn-becomeShopper.focus,
body.landing .headerButtons .btn-becomeShopper:hover {
  background-color: rgba(150, 150, 150, 0.6);
}
body.landing .headerButtons .topMenu li {
  float: left;
  width: auto;
}
.rtl body.landing .headerButtons .topMenu li {
  float: right;
}
body.landing .headerButtons .topMenu li a {
  color: #fff;
  text-decoration: none;
}
body.landing .headerButtons .topMenu li a:hover,
body.landing .headerButtons .topMenu li a:focus {
  text-decoration: none;
  background: transparent;
  color: #fff;
  outline: 0;
}
body.landing .headerButtons .topMenu li .langsBlock {
  height: 30px;
  width: 180px;
  margin: 11px 15px;
}
body.landing .headerButtons .topMenu li .langsBlock a {
  margin: 0 2px;
  width: 40px;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
body.landing .headerButtons .topMenu li .langsBlock a:hover {
  background-color: #457924 !important;
  color: white;
}
body.landing .headerButtons .topMenu li .accountMenu {
  top: 100%;
  left: 0;
}
body.landing .headerButtons .topMenu li .accountMenu li {
  width: 100%;
}
body.landing .headerButtons .topMenu li .accountMenu li a {
  color: black;
  padding: 6px;
}
body.landing .headerMobile {
  display: block;
  height: 60px;
  background: #fff;
  position: relative;
  z-index: 51;
  padding: 10px;
}
@media (min-width: 550px) {
  body.landing .headerMobile {
    display: none;
  }
}
@media (min-width: 550px) {
  body.landing .headerMobile {
    display: none;
  }
}
body.landing .headerMobile:before,
body.landing .headerMobile:after {
  content: " ";
  display: table;
}
body.landing .headerMobile:after {
  clear: both;
}
body.landing .headerMobile .logo {
  width: 30%;
  height: 100%;
  background-image: url('../assets/logo3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
}
.rtl body.landing .headerMobile .logo {
  float: left;
}
body.landing .headerMobile .topMenu {
  float: left;
  margin: 0;
  padding: 0;
}
.rtl body.landing .headerMobile .topMenu {
  float: right;
}
body.landing .headerMobile .topMenu li {
  float: left;
  width: auto;
}
.rtl body.landing .headerMobile .topMenu li {
  float: right;
}
body.landing .headerMobile .topMenu li p {
  margin-top: 8px;
  color: #5c5654;
  text-decoration: none;
  font-weight: bold;
}
body.landing .headerMobile .topMenu li p:hover,
body.landing .headerMobile .topMenu li p:focus {
  text-decoration: none;
  background: transparent;
  color: #5c5654;
  outline: 0;
}
body.landing .headerMobile .topMenu li .accountMenu {
  top: 100%;
  left: 0;
}
body.landing .headerMobile .topMenu li .accountMenu li {
  width: 100%;
}
body.landing .headerMobile .topMenu li .accountMenu li a {
  color: black;
  padding: 6px;
}
body.landing .footerLinks {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
body.landing .footerLinks > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.landing .footerLinks > ul > li {
  display: inline-block;
  padding: 2px;
}
body.landing .footerLinks > ul > li > a {
  color: #fff;
  text-decoration: none;
}
body.landing .footerLinks > ul > li > a:hover,
body.landing .footerLinks > ul > li > a:focus {
  text-decoration: underline;
  background: transparent;
  color: #fff;
  outline: 0;
}
#description-modal .modalBlock {
  width: 100%;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#description-modal .modalBlock .btn-closeSubMenu {
  color: #bebebe;
}
#description-modal .modalBlock .btn-closeSubMenu:hover {
  color: #a4a4a4;
}
@media (max-width: 550px) {
  #description-modal .modalBlock .btn-closeSubMenu {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#description-modal .modalBlock .blockTitle {
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 120%;
}
@media (max-width: 550px) {
  #description-modal .modalBlock .blockTitle {
    margin: 10px 0;
  }
}
#description-modal .modalBlock .steps {
  list-style: none;
  margin: 10px 2.5%;
  padding: 0;
  width: 95%;
  vertical-align: top;
}
#description-modal .modalBlock .steps li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  font-size: 85%;
  padding: 5px;
}
@media (max-width: 550px) {
  #description-modal .modalBlock .steps li {
    width: 100%;
  }
}
#description-modal .modalBlock .steps li .descriptionImage {
  display: block;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 90%;
  margin: 0 auto;
  height: 160px;
  width: 100%;
}
@media (max-width: 550px) {
  #description-modal .modalBlock .steps li .descriptionImage {
    height: 70px;
  }
}
#description-modal .modalBlock .steps li .titleDesc {
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 10px;
}
@media (max-width: 550px) {
  #description-modal .modalBlock .steps li .titleDesc {
    height: auto;
    margin: 0;
  }
}
#description-modal .modalBlock .steps li .textDesc {
  display: block;
  text-align: center;
  color: #bebebe;
  width: 100%;
}
#mainCenterBlock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.88);
  padding: 10px;
  width: 500px;
  z-index: 2;
  height: 270px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 550px) {
  #mainCenterBlock {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    bottom: auto;
    height: auto;
    top: 26%;
  }
}
#mainCenterBlock .landing-logo {
  display: block;
  height: 100px;
  background-image: url('../assets/logo3.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 550px) {
  #mainCenterBlock .landing-logo {
    display: none;
  }
}
@media (max-width: 550px) {
  #mainCenterBlock .landing-logo {
    display: none;
  }
}
#mainCenterBlock p {
  text-align: center;
}
#mainCenterBlock p.blockTitle {
  font-size: 135%;
  font-weight: bold;
  padding: 0 20px;
}
#mainCenterBlock p.searchTitle {
  color: #a9a9a9;
}
#mainCenterBlock .error {
  margin: 5px;
}
#mainCenterBlock .addressWithDropdown {
  width: 90%;
  margin: 0 auto;
}
.rtl #mainCenterBlock .addressWithDropdown {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]:-moz-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]:-ms-input-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"]::-webkit-input-placeholder {
  text-align: right;
}
.rtl #mainCenterBlock .addressWithDropdown input[type="text"] {
  text-align: right;
  direction: rtl;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group {
  position: relative;
  width: 100%;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group .search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group .clear {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #69ad37;
  z-index: 9;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group .glyphicon {
  color: #69ad37;
  font-size: 110%;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group.focus .glyphicon {
  color: #69ad37;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group.focus .clear {
  border-right: 1px solid #69ad37;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group input {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 10px;
  border: 1px solid #69ad37;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#mainCenterBlock .addressWithDropdown .stylish-input-group input:focus {
  box-shadow: none;
  border: 1px solid #69ad37;
}
#mainCenterBlock .addressWithDropdown input.searchAddressInput {
  border-radius: 2px;
}
#mainCenterBlock .submitButton {
  margin: 5px;
}
#mainCenterBlock .submitButton:before,
#mainCenterBlock .submitButton:after {
  content: " ";
  display: table;
}
#mainCenterBlock .submitButton:after {
  clear: both;
}
#mainCenterBlock .submitButton .btn-find {
  color: #fff;
  background-color: #69ad37;
  border-color: #82c750;
}
#mainCenterBlock .submitButton .btn-find:hover,
#mainCenterBlock .submitButton .btn-find:focus,
#mainCenterBlock .submitButton .btn-find.focus,
#mainCenterBlock .submitButton .btn-find:active,
#mainCenterBlock .submitButton .btn-find.active,
.open > .dropdown-toggle#mainCenterBlock .submitButton .btn-find {
  color: #fff;
  background-color: #52862b;
  border-color: #64a535;
}
#mainCenterBlock .submitButton .btn-find:active,
#mainCenterBlock .submitButton .btn-find.active,
.open > .dropdown-toggle#mainCenterBlock .submitButton .btn-find {
  background-image: none;
}
#mainCenterBlock .submitButton .btn-find.disabled,
#mainCenterBlock .submitButton .btn-find[disabled],
fieldset[disabled] #mainCenterBlock .submitButton .btn-find,
#mainCenterBlock .submitButton .btn-find.disabled:hover,
#mainCenterBlock .submitButton .btn-find[disabled]:hover,
fieldset[disabled] #mainCenterBlock .submitButton .btn-find:hover,
#mainCenterBlock .submitButton .btn-find.disabled:focus,
#mainCenterBlock .submitButton .btn-find[disabled]:focus,
fieldset[disabled] #mainCenterBlock .submitButton .btn-find:focus,
#mainCenterBlock .submitButton .btn-find.disabled.focus,
#mainCenterBlock .submitButton .btn-find[disabled].focus,
fieldset[disabled] #mainCenterBlock .submitButton .btn-find.focus,
#mainCenterBlock .submitButton .btn-find.disabled:active,
#mainCenterBlock .submitButton .btn-find[disabled]:active,
fieldset[disabled] #mainCenterBlock .submitButton .btn-find:active,
#mainCenterBlock .submitButton .btn-find.disabled.active,
#mainCenterBlock .submitButton .btn-find[disabled].active,
fieldset[disabled] #mainCenterBlock .submitButton .btn-find.active {
  background-color: #69ad37;
  border-color: #82c750;
}
#mainCenterBlock .submitButton .btn-find .badge {
  color: #69ad37;
  background-color: #fff;
}
#mainCenterBlock .note {
  margin-top: 10px;
  font-size: 75%;
}
#mainCenterBlock .addressBlock {
  display: none;
  opacity: 0;
  webkit-transition: all 0.1s ease 0.3s;
  -moz-transition: all 0.1s ease 0.3s;
  transition: all 0.1s ease 0.3s;
}
#mainCenterBlock.loaded {
  height: 350px;
}
@media (max-width: 550px) {
  #mainCenterBlock.loaded {
    height: auto;
  }
}
#mainCenterBlock.loaded .addressBlock {
  display: block;
  opacity: 1;
}
#userInfo .form-control {
  margin-bottom: 15px;
}
.accountBlock {
  z-index: 0;
  padding-top: 90px;
  /*.myAddressBlock {
		.formBlock {
			width: 100%;

			.clearfix;
			padding-top:10px;

			& > div {
				padding-left: 5px;
				padding-right:5px;

				.rtl & {
					float:right;
				}
			}

			&.nameAddress, &.fulladress {
				padding-bottom: 20px;
				border-bottom: 1px solid #ddd;
			}


		}
	}*/

}
@media (max-width: 550px) {
  .accountBlock {
    padding-top: 125px;
  }
}
.accountBlock .titleBlock {
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
}
.rtl .accountBlock .titleBlock {
  text-align: right;
}
.accountBlock .titleBlock:before,
.accountBlock .titleBlock:after {
  content: " ";
  display: table;
}
.accountBlock .titleBlock:after {
  clear: both;
}
.accountBlock .currentOrderBlock {
  padding: 40px 15px 20px;
}
.accountBlock .currentOrderBlock .titleBlock .name {
  display: block;
  float: left;
  font-weight: bold;
}
.rtl .accountBlock .currentOrderBlock .titleBlock .name {
  float: right;
}
.accountBlock .currentOrderBlock .titleBlock .deliveryTime {
  display: block;
  float: right;
  font-weight: normal;
}
.rtl .accountBlock .currentOrderBlock .titleBlock .deliveryTime {
  float: left;
}
.accountBlock .trackerBlock {
  width: 100%;
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.accountBlock .trackerBlock .lineDiv {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.accountBlock .trackerBlock .lineDiv.s1 {
  left: 0;
  right: 70%;
  width: 30%;
}
.accountBlock .trackerBlock .lineDiv.s2 {
  left: 30%;
  right: 30%;
  width: 40%;
}
.accountBlock .trackerBlock .lineDiv.s3 {
  left: 70%;
  right: 0;
  width: 30%;
}
.accountBlock .trackerBlock .lineDiv.full {
  border-color: #69ad37;
}
.accountBlock .trackerBlock .states {
  display: block;
  height: 25px;
  width: 25px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 17.5px;
}
.accountBlock .trackerBlock .states .titleState {
  display: block;
  position: absolute;
  text-align: center;
  width: 100px;
  left: -40px;
  top: 25px;
}
.accountBlock .trackerBlock .states.s1 {
  left: 0;
}
.accountBlock .trackerBlock .states.s2 {
  left: 30%;
}
.accountBlock .trackerBlock .states.s3 {
  right: 30%;
}
.accountBlock .trackerBlock .states.s4 {
  right: 0;
}
.accountBlock .trackerBlock .states.full {
  background: #69ad37;
  border-color: #69ad37;
}
.accountBlock .trackerBlock .states.halfFull {
  background: #69ad37;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}
.accountBlock .trackerBlock .states.halfFull .titleState {
  top: 21px;
}
.accountBlock .trackerBlock .states .titleState {
  font-size: 95%;
}
@media (max-width: 550px) {
  .accountBlock .trackerBlock .states .titleState {
    font-size: 90%;
    width: 50px;
    left: -15px;
  }
}
.accountBlock .lastOrdersBlock {
  margin-bottom: 25px;
}
.accountBlock .lastOrdersBlock ul {
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.accountBlock .lastOrdersBlock li {
  width: 100%;
  padding: 6px;
}
.accountBlock .lastOrdersBlock li:before,
.accountBlock .lastOrdersBlock li:after {
  content: " ";
  display: table;
}
.accountBlock .lastOrdersBlock li:after {
  clear: both;
}
.rtl .accountBlock .lastOrdersBlock li span {
  float: right;
}
.accountBlock .lastOrdersBlock li.selected {
  background-color: #f0faff;
}
@media (max-width: 550px) {
  .accountBlock .lastOrdersBlock li {
    font-size: 90%;
  }
}
@media (max-width: 450px) {
  .accountBlock .lastOrdersBlock li {
    font-size: 80%;
  }
}
.accountBlock .myAddressBlock .emailBlock {
  margin-top: 15px;
}
@media (max-width: 550px) {
  .accountBlock .myAddressBlock .emailBlock > div {
    width: 100%;
  }
}
.accountBlock .myAddressBlock .submitBlock {
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.accountBlock .myAddressBlock .submitBlock:before,
.accountBlock .myAddressBlock .submitBlock:after {
  content: " ";
  display: table;
}
.accountBlock .myAddressBlock .submitBlock:after {
  clear: both;
}
.accountBlock .myAddressBlock .submitBlock .rtl {
  float: right;
}
.accountBlock .myAddressBlock .submitBlock .btn {
  color: #fff;
  background-color: #69ad37;
  border-color: #82c750;
  margin: auto;
  width: 100px;
}
.accountBlock .myAddressBlock .submitBlock .btn:hover,
.accountBlock .myAddressBlock .submitBlock .btn:focus,
.accountBlock .myAddressBlock .submitBlock .btn.focus,
.accountBlock .myAddressBlock .submitBlock .btn:active,
.accountBlock .myAddressBlock .submitBlock .btn.active,
.open > .dropdown-toggle.accountBlock .myAddressBlock .submitBlock .btn {
  color: #fff;
  background-color: #52862b;
  border-color: #64a535;
}
.accountBlock .myAddressBlock .submitBlock .btn:active,
.accountBlock .myAddressBlock .submitBlock .btn.active,
.open > .dropdown-toggle.accountBlock .myAddressBlock .submitBlock .btn {
  background-image: none;
}
.accountBlock .myAddressBlock .submitBlock .btn.disabled,
.accountBlock .myAddressBlock .submitBlock .btn[disabled],
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn,
.accountBlock .myAddressBlock .submitBlock .btn.disabled:hover,
.accountBlock .myAddressBlock .submitBlock .btn[disabled]:hover,
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn:hover,
.accountBlock .myAddressBlock .submitBlock .btn.disabled:focus,
.accountBlock .myAddressBlock .submitBlock .btn[disabled]:focus,
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn:focus,
.accountBlock .myAddressBlock .submitBlock .btn.disabled.focus,
.accountBlock .myAddressBlock .submitBlock .btn[disabled].focus,
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn.focus,
.accountBlock .myAddressBlock .submitBlock .btn.disabled:active,
.accountBlock .myAddressBlock .submitBlock .btn[disabled]:active,
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn:active,
.accountBlock .myAddressBlock .submitBlock .btn.disabled.active,
.accountBlock .myAddressBlock .submitBlock .btn[disabled].active,
fieldset[disabled] .accountBlock .myAddressBlock .submitBlock .btn.active {
  background-color: #69ad37;
  border-color: #82c750;
}
.accountBlock .myAddressBlock .submitBlock .btn .badge {
  color: #69ad37;
  background-color: #fff;
}
.btn-account-colored {
  color: #fff;
  background-color: #69ad37;
  border-color: #82c750;
}
.btn-account-colored:hover,
.btn-account-colored:focus,
.btn-account-colored.focus,
.btn-account-colored:active,
.btn-account-colored.active,
.open > .dropdown-toggle.btn-account-colored {
  color: #fff;
  background-color: #52862b;
  border-color: #64a535;
}
.btn-account-colored:active,
.btn-account-colored.active,
.open > .dropdown-toggle.btn-account-colored {
  background-image: none;
}
.btn-account-colored.disabled,
.btn-account-colored[disabled],
fieldset[disabled] .btn-account-colored,
.btn-account-colored.disabled:hover,
.btn-account-colored[disabled]:hover,
fieldset[disabled] .btn-account-colored:hover,
.btn-account-colored.disabled:focus,
.btn-account-colored[disabled]:focus,
fieldset[disabled] .btn-account-colored:focus,
.btn-account-colored.disabled.focus,
.btn-account-colored[disabled].focus,
fieldset[disabled] .btn-account-colored.focus,
.btn-account-colored.disabled:active,
.btn-account-colored[disabled]:active,
fieldset[disabled] .btn-account-colored:active,
.btn-account-colored.disabled.active,
.btn-account-colored[disabled].active,
fieldset[disabled] .btn-account-colored.active {
  background-color: #69ad37;
  border-color: #82c750;
}
.btn-account-colored .badge {
  color: #69ad37;
  background-color: #fff;
}
.btn-account-input {
  color: #cccccc;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #555555;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-weight: bold;
}
.btn-account-input:hover,
.btn-account-input:focus,
.btn-account-input.focus,
.btn-account-input:active,
.btn-account-input.active,
.open > .dropdown-toggle.btn-account-input {
  color: #ccc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-account-input:active,
.btn-account-input.active,
.open > .dropdown-toggle.btn-account-input {
  background-image: none;
}
.btn-account-input.disabled,
.btn-account-input[disabled],
fieldset[disabled] .btn-account-input,
.btn-account-input.disabled:hover,
.btn-account-input[disabled]:hover,
fieldset[disabled] .btn-account-input:hover,
.btn-account-input.disabled:focus,
.btn-account-input[disabled]:focus,
fieldset[disabled] .btn-account-input:focus,
.btn-account-input.disabled.focus,
.btn-account-input[disabled].focus,
fieldset[disabled] .btn-account-input.focus,
.btn-account-input.disabled:active,
.btn-account-input[disabled]:active,
fieldset[disabled] .btn-account-input:active,
.btn-account-input.disabled.active,
.btn-account-input[disabled].active,
fieldset[disabled] .btn-account-input.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-account-input .badge {
  color: #fff;
  background-color: #ccc;
}
.btn-account-input:hover,
.btn-account-input:focus {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.add-shop {
  min-width: 320px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.add-shop .mainPart {
  min-height: 700px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.add-shop .mainPart .greyShadow {
  height: 100%;
  width: 100%;
  background: rgba(50, 50, 50, 0.9);
  position: absolute;
  z-index: 1;
}
.add-shop .mainPart .centerPart {
  width: 60%;
  min-width: 500px;
  margin: 120px auto 40px;
  position: relative;
  z-index: 10;
}
.add-shop .mainPart .centerPart h1,
.add-shop .mainPart .centerPart .description {
  margin: 15px auto 20px;
  text-align: center;
  color: #fff;
  font-size: 40px;
}
.add-shop .mainPart .centerPart .description {
  width: 65%;
  margin-top: 40px;
  font-size: 24px;
}
.add-shop .mainPart .centerPart .inputPart {
  min-width: 300px;
  width: 50%;
  margin: 60px auto 0;
  position: relative;
  font-size: 16px;
}
.add-shop .mainPart .centerPart .inputPart input {
  width: 100%;
  background: #fff;
  border-color: #fff;
  border-radius: 40px;
  padding: 20px 90px 20px 20px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rtl .add-shop .mainPart .centerPart .inputPart input {
  padding-right: 20px;
  padding-left: 90px;
}
.add-shop .mainPart .centerPart .inputPart .submitButton {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5EB761;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  height: 100%;
}
.rtl .add-shop .mainPart .centerPart .inputPart .submitButton {
  right: auto;
  left: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.add-shop .mainPart .centerPart .small_description {
  width: 250px;
  margin: 20px auto;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
.add-shop .mainPart .menuPart {
  position: relative;
}
.add-shop .mainPart .menuPart:before,
.add-shop .mainPart .menuPart:after {
  content: " ";
  display: table;
}
.add-shop .mainPart .menuPart:after {
  clear: both;
}
.add-shop .mainPart .menuPart .topmenu {
  position: relative;
  z-index: 10;
  margin: 40px 10px 0;
  padding: 0;
  list-style-type: none;
}
.add-shop .mainPart .menuPart .topmenu a {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.add-shop .mainPart .menuPart .topmenu a:hover {
  text-decoration: none;
}
.add-shop .mainPart .menuPart .topmenu.menu1 {
  float: right;
  margin-right: 40px;
}
.add-shop .mainPart .menuPart .topmenu.menu1 .languages {
  padding: 17px;
}
.add-shop .mainPart .menuPart .topmenu.menu1 .languages .langsBlock {
  height: 30px;
  width: 180px;
}
.add-shop .mainPart .menuPart .topmenu.menu1 .languages .langsBlock a {
  margin: 0 2px;
  width: 40px;
  border: 2px solid white;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.add-shop .mainPart .menuPart .topmenu.menu1 .languages .langsBlock a:hover {
  background-color: white !important;
  color: #343433;
}
.rtl .add-shop .mainPart .menuPart .topmenu.menu1 {
  float: left;
  margin-right: 10px;
  margin-left: 40px;
}
.add-shop .mainPart .menuPart .topmenu.menu2 {
  float: left;
  margin-left: 40px;
}
.rtl .add-shop .mainPart .menuPart .topmenu.menu2 {
  float: right;
  margin-left: 10px;
  margin-right: 40px;
}
.add-shop .mainPart .menuPart .topmenu.menu2 li {
  padding-left: 0;
  padding-right: 0;
}
.add-shop .mainPart .menuPart .topmenu li {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 20px 10px;
}
.rtl .add-shop .mainPart .menuPart .topmenu li {
  float: right;
}
.add-shop .mainPart .menuPart .topmenu .login {
  padding-left: 0;
  padding-right: 0;
}
.add-shop .mainPart .menuPart .topmenu .login a {
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.add-shop .mainPart .menuPart .topmenu .login a:hover {
  background: #fff;
  color: #000;
}
.add-shop .mainPart .menuPart .topmenu .bigLogo {
  padding: 0;
  margin-right: 20px;
  width: 150px;
}
.add-shop .mainPart .menuPart .topmenu .bigLogo .rtl {
  margin-right: 0;
  margin-left: 20px;
}
.add-shop .mainPart .menuPart .topmenu .bigLogo img {
  display: block;
  width: 100%;
}
.add-shop .shopsPart {
  background: #f4f4f4;
  overflow: hidden;
}
.add-shop .shopsPart .description {
  color: #A0A0A0;
  text-align: center;
  font-size: 20px;
  margin: 30px 10px 10px;
}
.add-shop .shopsPart .logos {
  margin: 40px 0 60px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.add-shop .shopsPart .logos li {
  display: inline-block;
  margin: 0 2%;
  max-width: 200px;
  width: 40%;
}
.add-shop .shopsPart .logos li a {
  display: block;
  outline: 0;
  text-align: center;
  text-align: -webkit-center;
}
.add-shop .shopsPart .logos li a img {
  display: block;
  max-width: 100%;
  max-height: 75px;
}
.add-shop .productsPart {
  width: 90%;
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  min-width: 490px;
}
.add-shop .productsPart:before,
.add-shop .productsPart:after {
  content: " ";
  display: table;
}
.add-shop .productsPart:after {
  clear: both;
}
.add-shop .productsPart > div {
  float: left;
  width: 50%;
  margin: 50px 0;
}
.rtl .add-shop .productsPart > div {
  float: right;
}
.add-shop .productsPart.inverse > div {
  float: right;
  width: 50%;
  margin: 50px 0;
}
.rtl .add-shop .productsPart.inverse > div {
  float: left;
}
.add-shop .productsPart .part1 {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
}
.add-shop .productsPart .part2 {
  font-size: 18px;
  padding: 70px 20px;
}
.add-shop .productsPart .part2 p {
  margin: 0;
}
.add-shop .productsPart .description {
  color: #A0A0A0;
  text-align: center;
  font-size: 24px;
  margin: 70px 10px 40px;
}
.add-shop .productsPart .items {
  margin: 20px 0 100px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.add-shop .productsPart .items:before,
.add-shop .productsPart .items:after {
  content: " ";
  display: table;
}
.add-shop .productsPart .items:after {
  clear: both;
}
.add-shop .productsPart .items li {
  width: 30%;
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
  padding: 0 30px;
  margin-bottom: 40px;
}
.add-shop .productsPart .items li .title {
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}
.add-shop .productsPart .items li .text {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}
.add-shop .productsPart .items li .imagePart {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
.add-shop .screens.black {
  background: #2d2d2d;
  overflow: hidden;
}
.add-shop .screens.black .description {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin: 50px 10px 50px;
}
.add-shop .screens.black .items {
  margin: 0 auto 50px;
  padding: 0;
  list-style-type: none;
  width: 90%;
  max-width: 900px;
  text-align: center;
}
.add-shop .screens.black .items:before,
.add-shop .screens.black .items:after {
  content: " ";
  display: table;
}
.add-shop .screens.black .items:after {
  clear: both;
}
.add-shop .screens.black .items li {
  width: 33%;
  max-width: 260px;
  display: inline-block;
  padding: 0;
  margin: 0 10px 40px;
  vertical-align: top;
}
.add-shop .screens.black .items li .text {
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  color: #fff;
  text-align: left;
}
.rtl .add-shop .screens.black .items li .text {
  padding-left: 0;
  padding-right: 70px;
  text-align: right;
}
.add-shop .screens.black .items li .number {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 35px;
  margin-top: 5px;
  color: #5cb85c;
  border-radius: 60px;
  border: 2px solid #5cb85c;
  float: left;
}
.rtl .add-shop .screens.black .items li .number {
  float: right;
}
.add-shop .screens.black .imagePart {
  height: 550px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.add-shop .benefits {
  background: #f4f4f4;
}
.add-shop .benefits .productsPart {
  background: #f4f4f4;
}
.add-shop .benefits:before,
.add-shop .benefits:after {
  content: " ";
  display: table;
}
.add-shop .benefits:after {
  clear: both;
}
.add-shop .benefits .items li {
  margin-bottom: 50px;
}
.add-shop .testimonials {
  background: #56af56;
}
.add-shop .testimonials .carousel-inner .item .innerSlide {
  padding: 30px 30px 60px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.add-shop .testimonials .carousel-inner .item .innerSlide:before,
.add-shop .testimonials .carousel-inner .item .innerSlide:after {
  content: " ";
  display: table;
}
.add-shop .testimonials .carousel-inner .item .innerSlide:after {
  clear: both;
}
.add-shop .testimonials .textPart {
  padding-left: 230px;
  color: #fff;
}
.add-shop .testimonials .textPart .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.rtl .add-shop .testimonials .textPart {
  padding-left: 0;
  padding-right: 230px;
}
.add-shop .testimonials .imagePart {
  height: 200px;
  width: 200px;
  border-radius: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}
.rtl .add-shop .testimonials .imagePart {
  float: right;
}
.add-shop .about {
  width: 95%;
  max-width: 1100px;
}
.add-shop .about .items li .imagePart {
  height: 20px;
}
.add-shop .achievments {
  background: #f4f4f4;
}
.add-shop .achievments .innerWrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.add-shop .achievments .innerWrap .description {
  color: #000;
  text-align: center;
  font-size: 22px;
  margin: 70px auto 20px;
  width: 50%;
  min-width: 300px;
}
.add-shop .achievments .innerWrap .number {
  text-align: center;
  margin: 0 0 50px;
  font-size: 40px;
  color: #5cb85c;
}
.add-shop .achievments .innerWrap .inputPart {
  min-width: 300px;
  width: 50%;
  margin: 10px auto 0;
  position: relative;
  font-size: 16px;
}
.add-shop .achievments .innerWrap .inputPart input {
  width: 100%;
  background: #fff;
  border-color: #fff;
  border-radius: 40px;
  padding: 20px 90px 20px 20px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rtl .add-shop .achievments .innerWrap .inputPart input {
  padding-right: 20px;
  padding-left: 90px;
}
.add-shop .achievments .innerWrap .inputPart .submitButton {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5EB761;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}
.rtl .add-shop .achievments .innerWrap .inputPart .submitButton {
  right: auto;
  left: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.add-shop .achievments .innerWrap .text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.add-shop .achievments .innerWrap .small_description {
  width: 250px;
  margin: 5px auto 40px;
  font-size: 12px;
  text-align: center;
}
.add-shop .footer {
  background: #4a4a4a;
}
.add-shop .footer .innerWrap {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.add-shop .footer .innerWrap .text {
  color: #fff;
  margin: 40px 0 40px;
  text-align: center;
}
.add-shop .footer .innerWrap .items {
  margin: 10px 0 30px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.add-shop .footer .innerWrap .items li {
  display: inline-block;
  padding: 0 30px;
}
.add-shop .footer .innerWrap .items li a {
  text-decoration: none;
  color: #9b9b9b;
}
.add-shop .footer .innerWrap .items li a:hover {
  color: #fff;
}
.add-shop .footer .innerWrap .copyright {
  color: #9b9b9b;
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .add-shop .mainPart .menuPart .topmenu a {
    font-size: 14px;
  }
  .add-shop .mainPart .menuPart .topmenu,
  .rtl .add-shop .mainPart .menuPart .topmenu {
    margin-left: 10px;
    margin-right: 10px;
  }
  .add-shop .mainPart .menuPart .topmenu .bigLogo {
    width: 100px;
    margin: 0;
  }
  .add-shop .mainPart .menuPart .topmenu.menu2 li,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu2 li {
    width: 80px;
    text-align: center;
    padding-top: 4px;
  }
  .add-shop .mainPart .menuPart .topmenu.menu1 li,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu1 li {
    padding-top: 10px;
  }
  .add-shop .productsPart {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .add-shop .productsPart .items li {
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .add-shop .mainPart {
    min-height: 0;
  }
  .add-shop .shopsPart .description {
    margin: 10px 20px 5px;
    font-size: 16px;
  }
  .add-shop .mainPart .menuPart .topmenu.menu1,
  .add-shop .mainPart .menuPart .topmenu.menu2,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu1,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu2 {
    margin: 20px 20px;
    text-align: center;
  }
  .add-shop .mainPart .menuPart .topmenu.menu1 li a,
  .add-shop .mainPart .menuPart .topmenu.menu2 li a,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu1 li a,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu2 li a {
    font-size: 12px;
  }
  .add-shop .mainPart .centerPart {
    width: 90%;
    margin-top: 40px;
    min-width: 0;
  }
  .add-shop .mainPart .centerPart .description {
    margin-top: 15px;
    font-size: 14px;
  }
  .add-shop .mainPart .centerPart .inputPart {
    margin-top: 15px;
  }
  .add-shop .mainPart .menuPart .topmenu li {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .add-shop .mainPart .menuPart .topmenu li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .add-shop .mainPart .menuPart .topmenu .simpleItem {
    display: none;
  }
  .add-shop .mainPart .menuPart .topmenu .bigLogo {
    width: 80px;
  }
  .add-shop .mainPart .centerPart .inputPart input {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .add-shop .mainPart .centerPart .inputPart .submitButton {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rtl .add-shop .mainPart .centerPart .inputPart .submitButton {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .add-shop .productsPart {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
  }
  .add-shop .productsPart > div,
  .add-shop .productsPart.inverse > div,
  .rtl .add-shop .productsPart > div,
  .rtl .add-shop .productsPart.inverse > div {
    float: none;
    width: 100%;
    text-align: center;
  }
  .add-shop .productsPart > div.part1,
  .add-shop .productsPart.inverse > div.part1,
  .rtl .add-shop .productsPart > div.part1,
  .rtl .add-shop .productsPart.inverse > div.part1 {
    background-size: contain;
    margin: 30px 10px;
    height: 250px;
  }
  .add-shop .productsPart > div.part2,
  .add-shop .productsPart.inverse > div.part2,
  .rtl .add-shop .productsPart > div.part2,
  .rtl .add-shop .productsPart.inverse > div.part2 {
    padding: 10px 20px;
    margin: 10px 10px 30px;
  }
  .add-shop .productsPart .items,
  .rtl .add-shop .productsPart .items {
    margin-bottom: 20px;
  }
  .add-shop .productsPart .items li,
  .rtl .add-shop .productsPart .items li {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .add-shop .productsPart .description {
    margin-bottom: 0;
  }
  .add-shop .screens.black .imagePart {
    height: 325px;
  }
  .add-shop .screens.black .items li {
    width: 100%;
  }
  .add-shop .benefits .items li {
    margin-bottom: 40px;
  }
  .add-shop .testimonials .imagePart,
  .rtl .add-shop .testimonials .imagePart,
  .add-shop .testimonials .textPart,
  .rtl .add-shop .testimonials .textPart {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .add-shop .testimonials .imagePart,
  .rtl .add-shop .testimonials .imagePart {
    margin-bottom: 20px;
  }
  .add-shop .testimonials .carousel-control,
  .rtl .add-shop .testimonials .carousel-control {
    background: transparent;
  }
  .add-shop .testimonials .carousel-control .glyphicon,
  .rtl .add-shop .testimonials .carousel-control .glyphicon {
    display: none;
  }
  .add-shop .testimonials .carousel-indicators,
  .rtl .add-shop .testimonials .carousel-indicators {
    padding-right: 0;
  }
  .add-shop .footer .innerWrap .items li {
    padding: 0 10px;
  }
  .add-shop .about.productsPart .items,
  .rtl .add-shop .about.productsPart .items {
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .add-shop .mainPart .menuPart .topmenu.menu1,
  .add-shop .mainPart .menuPart .topmenu.menu2,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu1,
  .rtl .add-shop .mainPart .menuPart .topmenu.menu2 {
    margin: 20px 10px;
  }
}
.receipt {
  width: 320px;
  padding: 10px;
  font-size: 1em;
  -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1) !important;
  direction: ltr !important;
  line-height: 1.2;
  word-wrap: normal !important;
  border: none;
  margin: 0 auto !important;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.receipt-img {
  align-self: center;
  max-height: 100px;
  max-width: 100%;
}
.rc-row {
  padding: 5px 0;
}
.discount {
  color: red;
}
.separator {
  border: 1px dashed #e0e1e2;
}
.so-popup.goodsContainer.categories {
  padding-top: 20px;
  padding-bottom: 20px;
}
.so-popup.goodsContainer.categories h1 {
  padding-bottom: 8px;
}
.so-popup.goodsContainer.categories li.productCell {
  height: 250px;
}
@media (min-width: 556px) {
  .so-popup.goodsContainer.categories li.productCell {
    width: 33.333333333%;
  }
}
@media (min-width: 735px) {
  .so-popup.goodsContainer.categories li.productCell {
    width: 25%;
  }
}
.so-list.goodsContainer.categories li.productCell {
  height: 295px;
}
@media (max-width: 550px) {
  .so-list.goodsContainer.categories li.productCell {
    height: 132px;
  }
  .so-list.goodsContainer.categories li.productCell .productData {
    width: 70%;
  }
}
.so-list.goodsContainer.categories li.productCell .specialOfferText {
  width: 90%;
  padding-top: 10px;
}
@media (min-width: 550px) {
  .so-list.goodsContainer.categories li.productCell .specialOfferText {
    position: absolute;
    top: 220px;
    border-top: 1px dashed #e2e2e2;
  }
}
