@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Setting */
/* Reset style */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-scroll body {
  overflow: hidden;
}
body.active,
.no-scroll {
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-container {
  background: #fff;
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font import Success */
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Black.ttf");
  font-weight: 900;
  font-style: none;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}

.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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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;
  }
}
.icon-100,
.icon-20,
.icon-30,
.icon-40,
.icon-50,
.icon-60,
.icon-70,
.icon-80,
.icon-90,
.icon-payment-hover,
.icon-payment,
.icon-imessage,
.icon-viber,
.icon-whatsapp,
.icon-instagram-hover,
.icon-instagram,
.icon-email,
.icon-cart-hover,
.icon-cart,
.icon-vk,
.icon-twitter,
.icon-login-hover,
.icon-login,
.icon-close,
.icon-plus,
.icon-star-black,
.icon-star-gray,
.icon-star-red,
.icon-minus,
.icon-phone,
.icon-arrow-d-hover,
.icon-arrow-d,
.icon-facebook {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-100 {
  background-position: -2px -0px;
  width: 60px;
  height: 53px;
}

.icon-20 {
  background-position: -2px -55px;
  width: 60px;
  height: 50px;
}

.icon-30 {
  background-position: -2px -107px;
  width: 60px;
  height: 53px;
}

.icon-40 {
  background-position: -2px -162px;
  width: 60px;
  height: 53px;
}

.icon-50 {
  background-position: -2px -217px;
  width: 60px;
  height: 53px;
}

.icon-60 {
  background-position: -2px -272px;
  width: 60px;
  height: 53px;
}

.icon-70 {
  background-position: -2px -327px;
  width: 60px;
  height: 53px;
}

.icon-80 {
  background-position: -2px -382px;
  width: 60px;
  height: 53px;
}

.icon-90 {
  background-position: -2px -437px;
  width: 60px;
  height: 53px;
}

.icon-payment-hover {
  background-position: -2px -492px;
  width: 54px;
  height: 30px;
}

.icon-payment {
  background-position: -2px -524px;
  width: 54px;
  height: 30px;
}

.icon-imessage {
  background-position: -2px -556px;
  width: 30px;
  height: 30px;
}

.icon-viber {
  background-position: -2px -588px;
  width: 30px;
  height: 30px;
}

.icon-whatsapp {
  background-position: -2px -620px;
  width: 30px;
  height: 30px;
}

.icon-instagram-hover {
  background-position: -34px -556px;
  width: 26px;
  height: 25px;
}

.icon-instagram {
  background-position: -34px -583px;
  width: 26px;
  height: 25px;
}

.icon-email {
  background-position: -34px -610px;
  width: 22px;
  height: 16px;
}

.icon-cart-hover {
  background-position: -34px -628px;
  width: 21px;
  height: 17px;
}

.icon-cart {
  background-position: -34px -647px;
  width: 21px;
  height: 17px;
}

.icon-vk {
  background-position: -2px -652px;
  width: 21px;
  height: 12px;
}

.icon-twitter {
  background-position: -2px -666px;
  width: 18px;
  height: 15px;
}

.icon-login-hover {
  background-position: -22px -666px;
  width: 16px;
  height: 20px;
}

.icon-login {
  background-position: -40px -666px;
  width: 16px;
  height: 20px;
}

.icon-close {
  background-position: -2px -683px;
  width: 14px;
  height: 14px;
}

.icon-plus {
  background-position: -18px -688px;
  width: 12px;
  height: 12px;
}

.icon-star-black {
  background-position: -32px -688px;
  width: 12px;
  height: 12px;
}

.icon-star-gray {
  background-position: -46px -688px;
  width: 12px;
  height: 12px;
}

.icon-star-red {
  background-position: -2px -699px;
  width: 12px;
  height: 12px;
}

.icon-minus {
  background-position: -16px -702px;
  width: 11px;
  height: 2px;
}

.icon-phone {
  background-position: -29px -702px;
  width: 11px;
  height: 21px;
}

.icon-arrow-d-hover {
  background-position: -42px -702px;
  width: 9px;
  height: 6px;
}

.icon-arrow-d {
  background-position: -16px -706px;
  width: 9px;
  height: 6px;
}

.icon-facebook {
  background-position: -42px -710px;
  width: 9px;
  height: 17px;
}

body {
  font-family: "Rubik", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  background: #eee;
  color: #444;
}

a {
  color: #e59318;
  text-decoration: underline;
}
a:hover {
  color: #cf881e;
}

p {
  margin-bottom: 15px;
}

strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  color: #111;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 26px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

h5 {
  font-size: 14px;
  font-weight: 500;
}

h6 {
  font-size: 12px;
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  border: 0;
  outline: none;
  display: inline-block;
  background: #ee9714;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 16px;
  line-height: 24px;
  font-family: "Rubik", Arial, sans-serif;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.btn:hover {
  background: #d48919;
  color: #fff;
}
.btn:visited {
  color: #fff;
}

/* Form stylesheet */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #dadada;
  line-height: 24px;
  padding: 9px 15px;
  outline: none;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 14px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  width: 100% !important;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
  border-color: #bbb;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #ee9714;
  box-shadow: 0 0 8px rgba(238, 151, 20, 0.35);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-group {
  margin-bottom: 20px;
}

.formField {
  margin-bottom: 20px;
  overflow: visible;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
}

header {
  position: relative;
  background: #000;
  color: #fff;
  z-index: 3;
}
header .logo {
  display: block;
  max-width: 220px;
  /* padding: 20px 0; */
  margin: 20px 0;
  line-height: 100%;
  max-height: 44px;
  height: 44px;
}
header .header-bar {
  text-align: right;
}
header .header-bar>div {
  display: inline-block;
  vertical-align: top;
  color: #ddd;
}
header .header-bar .phone {
  margin-right: 20px;
  padding: 20px 0;
  font-size: 10px;
  line-height: 40px;
  text-transform: uppercase;
}
header .header-bar .phone a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ddd;
}
header .header-bar .phone b {
  text-transform: none;
  margin-left: 10px;
  color: #999;
}
header .header-bar .phone p {
  margin-bottom: 0;
}


@media (min-width: 992px) {
  /* menu module */
  .main-menu-wrap .phone,
  .main-menu-wrap .login {
    display: none;
  }
  .main-menu .icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 9px;
    height: 6px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -16px -706px;
  }
  .main-menu .parant:hover .icon {
    background-position: -42px -702px;
  }
  .main-menu nav {
    border-top: 1px solid #616161;
  }
  .main-menu nav>ul {
    position: relative;
    display: inline-table;
    width: 100%;
    list-style: none;
  }
  .main-menu nav>ul>li {
    display: table-cell;
  }
  .main-menu nav>ul>li>a {
    position: relative;
    display: block;
    padding: 0 54px;
    line-height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #e1e1e1;
    text-transform: uppercase;
    text-decoration: none;
  }
  .main-menu nav>ul>li>a:hover {
    color: #fff;
  }
  .main-menu nav>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    height: 16px;
    width: 1px;
    background: #616161;
  }
  .main-menu nav>ul>li:first-child>a {
    padding-left: 0;
  }
  .main-menu nav>ul>li:first-child>a:before {
    content: none;
  }
  .main-menu nav>ul>li:last-child>a {
    padding-right: 0;
    text-align: right;
  }
  .main-menu nav>ul>li>ul {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 0;
    transition: all 0.3s linear;
  }
  .main-menu nav>ul>li>ul>li {
    width: 33.33%;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
  }
  .main-menu nav>ul>li>ul>li:hover {
    background: #f2f2f2;
  }
  .main-menu nav>ul>li:hover>a {
    color: #fff;
  }
  .main-menu nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
  }
  .main-menu nav>ul>li li {
    position: relative;
  }
  .main-menu nav>ul>li li .menu-item-left {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    margin-right: 15px;
    text-align: center;
  }
  .main-menu nav>ul>li li .menu-item-left a {
    display: block;
    line-height: 100px;
  }
  .main-menu nav>ul>li li .menu-item-left img {
    max-width: 100%;
    max-height: 100px;
    vertical-align: bottom;
  }
  .main-menu nav>ul>li li .menu-item-right {
    display: inline-block;
  }
  .main-menu nav>ul>li li .menu-item-right .menu-category {
    margin-bottom: 10px;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 2px;
    background: #ebebeb;
    color: #999;
  }
  .main-menu nav>ul>li li .menu-item-right .menu-name {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #111;
  }
  .main-menu nav>ul>li li .menu-item-right .menu-name:hover {
    color: #ee9714;
  }
  .main-menu nav>ul>li li .menu-item-right .menu-packeg,
  .main-menu nav>ul>li li .menu-item-right .menu-price {
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-style: italic;
    color: #999;
  }
  .main-menu nav>ul>li li .menu-item-right .menu-power-counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}



.default-page-header {
  background: url(../images/banner-bg.png) no-repeat 0 0;
  padding: 25px 0 5px;
}

article .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
article .content h2 {
  margin-bottom: 10px;
}
article .content h4 {
  margin-bottom: 5px;
}
article .content .m50 {
  margin-bottom: 50px;
}
article .content hr {
  height: 1px;
  margin-bottom: 50px;
  border: none;
  background: #e7e7e7;
}

.cart {
  padding: 20px 0;
}

.login {
  padding: 20px 0;
  margin-right: 20px;
}

.login-item {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 40px;
  color: #ddd;
  padding-left: 30px;
  text-decoration: none;
}
.login-item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -40px -666px;
}

.user-menu .login-item {
  padding-right: 30px;
}
.user-menu .login-item:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 5px;
  width: 9px;
  height: 6px;
  background: url(../images/sprite.png) no-repeat;
  background-position: -16px -706px;
}

.user-menu>li {
  position: relative;
}
.user-menu>li>ul {
  display: none;
}
.user-menu>li:hover>ul {
  display: block;
  min-width: 200px;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  padding: 10px 0;
  z-index: 2;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.user-menu>li:hover>ul>li a {
  display: block;
  line-height: 40px;
  padding: 0px 15px;
  text-decoration: none;
  color: #444;
}
.user-menu>li:hover>ul>li a:hover {
  background: #f2f2f2;
  color: #ee9714;
}
.user-menu>li:hover>ul>li:last-child {
  border-top: 1px solid #eee;
}



.post-title {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  opacity: 0.75;
  margin-bottom: 20px;
}
.post-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #e91f1f;
}

.homepage {
  background: #f7f5f2;
  border-top: 1px solid #eae7e4;
}
.homepage .seo-text {
  text-align: justify;
}
.homepage .seo-text h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.homepage .diler-offer {
  padding: 40px;
  font-size: 16px;
  background: url(../images/diler-bg.png);
  color: rgba(255, 255, 255, 0.7);
}
.homepage .diler-offer h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.banner {
  background: url(../images/banner-bg.png) no-repeat 0 0;
  padding: 25px 0 50px;
}
.banner h1 {
  margin-bottom: 10px;
}
.banner ul {
  display: flex;
  font-size: 0;
}
.banner ul li {
  flex: 1;
  vertical-align: top;
  width: 11.20%;
  margin-left: -1px;
  margin-top: -1px;
}
.banner ul li a {
  display: block;
  min-height: 285px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #ffaa00;
  padding: 15px;
  text-align: center;
  transition: all 0.2s linear;
}
.banner ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.2s linear;
}
.banner ul li .image {
  line-height: 135px;
  margin-bottom: 15px;
}
.banner ul li img {
  max-width: 100%;
  max-height: 135px;
  vertical-align: bottom;
}
.banner ul li h3 {
  font-size: 12px;
  font-weight: 700;
}

/* Section padd */
.last-articles {
  padding: 50px 0;
}

/* last articles */
.last-articles .row {
  position: relative;
}
.last-articles .all-articles {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
}
.last-articles h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 10px;
}

.article-preview .item-image {
  margin-bottom: 10px;
  height: 140px;
  overflow: hidden;
  display: block;
}
.article-preview .item-image a {
  display: block;
  line-height: 100%;
}
.article-preview .item-image a img {
  max-width: 100%;
}
.article-preview .title {
  display: block;
  height: 40px;
  overflow: hidden;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  line-height: 20px;
}
.article-preview .title:hover {
  color: #ee9714;
}
.article-preview .date {
  display: block;
  border-top: 1px solid #ee9714;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 12px;
  font-style: italic;
}

/* Official points of sales */
.diler-item>div {
  background: #f1f1f1;
}

.diler-item .image {
  display: block;
  background: #fff;
  width: 100%;
  text-align: center;
  line-height: 150px;
  border: 1px solid #e3e3e3;
}

.diler-item .image img {
  vertical-align: middle;
}

.diler-item ul {
  padding: 20px;
}

.diler-item ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #ee9714;
}

.diler-item ul li a:hover {
  text-decoration: underline;
}

.diler-item>a {
  display: inline-block;
  line-height: 100%;
  border: 1px solid #eee;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

/* Contacts page */
.contacts-list h2 {
  margin-bottom: 20px;
}
.contacts-list p {
  margin-bottom: 20px;
}
.contacts-list p strong {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contacts-list p a {
  font-size: 18px;
  color: #000;
  transition: all 0.1s linear;
}
.contacts-list p a:hover {
  color: #ee9714;
  transition: all 0.1s linear;
}

.contacts-label {
  display: block;
  line-height: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

/* For diler page */
.cost-calculation {
  font-size: 0;
  margin-bottom: 20px;
}

.cost-calculation .block {
  width: 195px;
  min-height: 420px;
  background: #333333;
  display: inline-block;
  margin-right: 22px;
  text-align: center;
  padding: 26px 0;
  transition: all 0.3s;
}

.cost-calculation .block>p {
  font-size: 14px;
  margin-bottom: 0;
}

.cost-calculation .block .box-count {
  display: block;
  margin: 0px auto 12px;
  width: 120px;
  padding: 11px 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid #666666;
}

.cost-calculation .block .box-count span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.cost-calculation .block .count-in-box {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 30px;
}

.cost-calculation .block .price {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  padding-top: 40px;
  margin-bottom: 40px;
  height: 100px;
  width: 195px;
}

.cost-calculation .block .price p {
  position: relative;
  z-index: 2;
}

.chevron {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 195px;
  z-index: 1;
}

.cost-calculation .block .price .chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: #ee9714;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}

.cost-calculation .block .price .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #ee9714;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
  z-index: -1;
}

тАЛ .cost-calculation .block .price span {
  font-size: 16px;
  font-weight: normal;
}

.cost-calculation .block .party-costs {
  font-size: 26px;
  color: #fff;
}

.cost-calculation .block .party-costs span {
  display: block;
  margin-top: 10px;
  padding: 0px 30px;
  font-size: 16px;
  color: #fff;
}

.cost-calculation .block:last-child {
  background: #ee9714;
}

.cost-calculation .block:last-child .price .chevron:before,
.cost-calculation .block:last-child .price .chevron:after {
  background: #333333;
}

.cost-calculation .block:last-child .box-count,
.cost-calculation .block:last-child .count-in-box,
.cost-calculation .block:last-child .party-costs {
  color: #333;
}

.cost-calculation .block:last-child .box-count span,
.cost-calculation .block:last-child .count-in-box span,
.cost-calculation .block:last-child .party-costs span {
  color: #333;
}

.cost-calculation .block:last-child .price {
  color: #fff;
  background: url(../images/price-arrow-dark-bg.png) no-repeat center center;
}

.cost-calculation .block:hover {
  transition: all 0.3s;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
}

/* Articles list*/
.articles-list>.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.articles-list .article-preview {
  margin-bottom: 20px;
}

/* Article page */
.article-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.article-content .date {
  margin: 15px 0;
  font-style: italic;
  color: #9a9a9a;
}
.article-content .image {
  margin-bottom: 10px;
}
.article-content .image img {
  max-width: 100%;
}

.aside {
  padding: 128px 0 0;
}
.aside h2 {
  margin-bottom: 15px;
}

/* Pagination */
.pagination {
  padding-top: 0;
}
.pagination ul {
  font-size: 0;
}
.pagination li {
  display: inline-block;
  font-size: 14px;
  padding: 6px 15px;
  margin-right: 10px;
}
.pagination .active {
  background: #ee9714;
}
.pagination .active a {
  color: #fff;
  text-decoration: none;
}

/* Product category */
.products-list>.container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.products-list .product-item {
  margin-bottom: 40px;
}
.products-list .product-item .product-item-content {
  position: relative;
  min-height: 470px;
  padding: 20px;
  background: #f5f5f5;
  text-align: center;
}
.products-list .product-item .product-item-content>div {
  position: relative;
  z-index: 1;
}
.products-list .product-item .product-item-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background: #ee9714;
}
.products-list .product-item .name {
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.products-list .product-item .image {
  margin-bottom: 20px;
}
.products-list .product-item .image a {
  display: inline-block;
  line-height: 275px;
}
.products-list .product-item img {
  max-width: 100%;
  max-height: 275px;
  vertical-align: bottom;
}
.products-list .product-item .extra_fields {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.products-list .product-item .power-counter {
  position: absolute;
  top: -10px;
  right: -10px;
}
.products-list .product-item .buttons {
  background: #2cb537;
  height: 50px;
  color: #fff;
  font-size: 0;
  text-transform: uppercase;
}
.products-list .product-item .buttons .jshop_price {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  line-height: 50px;
  font-size: 14px;
  border-right: 1px solid #ee9714;
}
.products-list .product-item .buttons .product-buy {
  display: block;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.products-list .product-item .buttons .product-buy:hover {
  background: #279a30;
}

/*Product page */
.product-header {
  background: url(../images/banner-bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 50px 0;
}

.product-description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-description h2 {
  margin-bottom: 10px;
}

.product-sidebar {
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-sidebar h2 {
  margin-bottom: 10px;
}

.supplement-facts {
  margin-bottom: 50px;
}

.supplement-facts table {
  width: 100%;
  border: 1px solid #666666;
  border-collapse: separate;
  border-spacing: 7px 11px;
}

.supplement-facts table td {
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}

.product-card .post-title-info {
  margin-bottom: 20px;
}
.product-card .post-title-info li {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  font-size: 12px;
  margin-right: 10px;
  color: #111;
}
.product-card .post-title-info li a {
  color: #111;
  text-decoration: none;
}
.product-card .post-title-info li a:hover {
  text-decoration: underline;
}
.product-card .post-title-info .reviews-count {
  position: relative;
  padding-right: 15px;
}
.product-card .post-title-info .reviews-count:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  height: 10px;
  width: 1px;
  background: #111;
}
.product-card .stars_no_active {
  height: 16px;
  background: url(../images/star.png) repeat-x;
}
.product-card .stars_active {
  height: 16px;
  background: url(../images/star.png) repeat-x;
  background-position: 0 -16px;
}
.product-card .short-description-product {
  margin-bottom: 20px;
  color: #111;
  opacity: 0.75;
}
.product-card .extra-fields {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  border: 1px solid #eee;
  padding: 10px 20px;
  border-radius: 25px;
}
.product-card .extra-fields ul li {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-card .prod_buttons {
  font-size: 0;
}
.product-card .prod_buttons>div {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-transform: uppercase;
}
.product-card .prod_buttons .quantity {
  width: 50px;
  margin-right: 20px;
}
.product-card .prod_buttons .quantity input {
  height: 50px;
  line-height: 24px;
  padding: 13px;
  text-align: center;
}
.product-card .prod_price {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.product-card .prod_buttons .add-to-cart .product-buy {
  display: inline-block;
  border: 0;
  line-height: 50px;
  height: 50px;
  background: #2cb537;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jshop_price {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-card .prod_buttons .add-to-cart .button:hover {
  background: #279a30;
}
.product-card .image {
  text-align: center;
  position: relative;
}
.product-card .power-counter-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #fff;
}
.product-card .power-counter-wrapper .power-counter {
  position: absolute;
  top: 5px;
  left: 5px;
}
.product-card .image img {
  max-width: 100%;
  max-height: 390px;
}
.reviews {
  padding-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #eee;
}

.review-list h2 {
  line-height: 50px;
  margin-bottom: 20px;
}
.review-list .review_mark {
  display: inline-block;
  vertical-align: middle;
}
.review-list .stars_active {
  height: 16px;
  background-image: url(../images/star.png);
  background-repeat: repeat-x;
  background-position: 0px -32px;
}
.review-list .stars_no_active {
  height: 16px;
  background-image: url(../images/star.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.review-list .review_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.review-list .review_item ul {
  margin-bottom: 5px;
}
.review-list .review_item ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.review-list .review_item ul li:nth-child(3) {
  position: relative;
  padding-left: 10px;
}
.review-list .review_item ul li:nth-child(3):after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 1px;
  background: #ddd;
}
.review-list .review_item ul li:nth-child(3) span {
  display: inline-block;
  font-size: 12px;
  color: #999;
}
.review-list .review_item .review-user {
  font-weight: 600;
  color: #111;
}
.review-list .review_item .official-representative {
  background: #ee9714;
  color: #fff;
  padding: 2px 6px;
  font-weight: normal;
}
.review-list .review_item .review-time {
  font-size: 12px;
  color: #999;
}

.add-review>div {
  border: 1px solid #eee;
}
.add-review>div h2 {
  padding: 0px 20px;
  line-height: 50px;
  background: #f6f5f1;
  border-bottom: 1px solid #eee;
}
.add-review>div form {
  padding: 20px;
}
.add-review>div form>div>div {
  margin-bottom: 20px;
}
.add-review>div form>div>div:last-child {
  margin-bottom: 0;
}
.add-review>div form .user-evaluation>span {
  display: block;
}

.payment-and-delivery {
  padding: 27px 20px;
  background: rgba(255, 255, 255, 0.3);
}
.payment-and-delivery h4 {
  margin-bottom: 10px;
}
.payment-and-delivery h4>span {
  vertical-align: middle;
  margin-right: 15px;
}
.payment-and-delivery p {
  color: #111;
  margin-bottom: 27px;
}
.payment-and-delivery .social a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #111;
  line-height: 30px;
  text-align: center;
  margin-right: 13px;
  cursor: pointer;
}
.payment-and-delivery .social a span {
  vertical-align: middle;
}

/* Popular products */
.popular-products h2 {
  margin-bottom: 20px;
}
.popular-products .power-counter {
  position: absolute;
  bottom: 55px;
  right: 0;
}
.popular-products .popular-products-item {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.popular-products .popular-products-item:last-child {
  border-bottom: 0;
}
.popular-products .image {
  width: 110px;
  max-height: 130px;
  line-height: 130px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  margin-right: 15px;
  text-align: center;
}
.popular-products .image img {
  max-width: 100%;
  max-height: 130px;
  vertical-align: top;
}
.popular-products .right {
  display: inline-block;
}
.popular-products .name a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  letter-spacing: 1px;
}
.popular-products .name a:hover {
  color: #ee9714;
  text-decoration: underline;
}
.popular-products .extra_fields {
  margin-bottom: 10px;
}
.popular-products .extra_fields div {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
.popular-products .jshop_price {
  font-weight: 600;
}

/* Login modal */
#user-login-form h2 {
  margin-bottom: 10px;
}
#user-login-form #form-login-password {
  margin-bottom: 10px;
}

#user-login-form #form-login-submit {
  margin-bottom: 0;
}
#user-login-form ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  line-height: 18px;
}

.btn-login {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}

.registration-link {
  display: inline-block;
  padding: 10px 16px;
  margin-left: 4px;
  border: 1px solid #eee;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  cursor: pointer;
  color: #111;
  -webkit-appearance: none;
  border-radius: 0;
}
.registration-link:hover {
  background: #f5f5f5;
}

/* User account pages */
.user-account {
  padding: 50px 0;
}
.user-account h1 {
  margin-bottom: 10px;
}
.user-account .control-group {
  margin-bottom: 20px;
}
.user-account .control-label {
  color: #999;
}

.user-profile-nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.user-profile-nav>li {
  display: inline-block;
  margin-right: 20px;
}
.user-profile-nav>li a {
  position: relative;
  display: block;
  line-height: 34px;
  text-decoration: none;
  color: #444;
}
.user-profile-nav>li a:hover:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ee9714;
}
.user-profile-nav>li a:hover {
  color: #ee9714;
}
.user-profile-nav>li .active {
  color: #ee9714;
}
.user-profile-nav>li .active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ee9714;
}

/* Orders history */
.order-list {
  width: 100%;
  margin-bottom: 30px;
}
.order-list tr {
  border-bottom: 1px solid #eee;
}
.order-list tr td {
  padding: 15px 0;
  line-height: 40px;
}
.order-list tr:first-child td {
  font-weight: 500;
  color: #111;
  line-height: 40px;
}

.total-summ {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  padding: 5px 10px;
  background: #f6f5f1;
}

.myorderinfo .row-fluid {
  margin-bottom: 20px;
}

.order-short-info>div,
.billing-info>div,
.shipping-info>div {
  padding: 20px;
  background: #f5f5f5;
  min-height: 255px;
}
.order-short-info>div h4,
.billing-info>div h4,
.shipping-info>div h4 {
  margin-bottom: 10px;
}
.order-short-info>div>div,
.billing-info>div>div,
.shipping-info>div>div {
  line-height: 30px;
}

.jshop_subtotal td.value {
  padding-left: 20px;
}

/* Big cart and checkout */
.checkout-cart {
  padding: 50px 0;
}
.checkout-cart h1 {
  margin-bottom: 20px;
}
.checkout-cart table.cart td {
  vertical-align: middle;
}
.checkout-cart .cart_buttons {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.jshop_img_description_center {
  width: 40px;
}
.jshop_img_description_center img {
  max-width: 100%;
}

footer {
  background: #000;
  padding: 25px 0;
  color: #fff;
}
footer .footer-menu {
  margin-bottom: 10px;
}
footer ul>li {
  display: inline-block;
}
footer ul>li a {
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
}
footer ul>li a:hover,
footer ul>li a:visited {
  color: #fff;
  text-decoration: underline;
}
footer ul>li:first-child a {
  padding-left: 0;
}
footer .copyright {
  line-height: 22px;
  font-size: 12px;
  color: #898989;
}
footer .copyright a,
footer .copyright a:visited {
  color: #898989;
}
footer .copyright a:hover,
footer .copyright a:visited:hover {
  color: #fff;
}
footer .subscribe .instagram-link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 12px;
  color: #898989;
  line-height: 30px;
}
footer .subscribe .instagram-link>span {
  vertical-align: middle;
  margin-right: 10px;
}
footer .subscribe .instagram-link:hover {
  text-decoration: underline;
}
footer .subscribe .btn {
  width: 100%;
  text-align: center;
}

/* Registration form */
.ragistration-page,
.login-page {
  padding: 50px 0;
  text-align: center;
}
.ragistration-page h1,
.login-page h1 {
  margin-bottom: 10px;
}
.ragistration-form,
.login-form {
  background: #f9f9f9;
  padding: 40px;
  border: 1px solid #f4f4f4;
}
.ragistration-form .control-group,
.login-form .control-group {
  margin-bottom: 20px;
}
.ragistration-form .box_button,
.login-form .box_button {
  margin-bottom: 0;
}

/* Service message */
.message-send-success {
  border: 1px solid #c0e0b7;
  padding: 20px;
  background: #e5f5e8;
  color: #52b450;
}

/* Checkout proccess */
.checkout-proccess-block {
  padding-top: 50px;
  padding-bottom: 50px;
}


.pagelogin {
  padding: 50px 0;
}
.passresetpage {
  padding: 50px 0;
}


/* Mobile menu */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 2;
}
.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 0.75;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-menu nav>ul>li>a {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .login-item:before {
    top: 14px;
  }
  body.active header {
    left: 270px;
    transition: all 0.3s;
  }
  header {
    height: 50px;
    left: 0;
    transition: all 0.3s;
  }
  header .logo {
    margin: 0px auto;
    padding: 10px 20px;
  }
  .header-bar {
    position: static;
  }
  .header-bar .login,
  .header-bar .phone {
    display: none;
  }
  .cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 5px 3px 0 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
  }

  .cart .basket_icon .text {
    display: none;
  }
  .cart .basket_icon .counter {
    right: 5px;
    left: auto;
  }
  .mobile-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
  }
  .mobile-menu-icon .mobile-menu-icon-open,
  .mobile-menu-icon .mobile-menu-icon-close {
    display: none;
    width: 50px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mobile-menu-icon .mobile-menu-icon-open.active,
  .mobile-menu-icon .mobile-menu-icon-close.active {
    display: block;
  }
  .mobile-menu-icon .mobile-menu-icon-open {
    background: url(../images/menu-open.png)no-repeat center center;
  }
  .mobile-menu-icon .mobile-menu-icon-close {
    background: url(../images/menu-close.png)no-repeat center center;
  }
  .main-menu-wrap {
    position: fixed;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: all 0.3s;
  }
  .main-menu-wrap.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .main-menu {
    margin: 0;
    padding: 0;
    float: none;
  }
  .main-menu nav>ul>li>a {
    display: block;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none;
    color: #e1e1e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu nav>ul>li>ul {
    display: none;
  }


  .main-menu-wrap .login {
    background: rgba(255, 255, 255, 0.10);
    padding: 0 20px;
    margin-right: 0;
  }
  .main-menu-wrap .login a {
    line-height: 50px;
    font-size: 14px;
  }
  .main-menu-wrap .phone {
    background: rgba(255, 255, 255, 0.10);
    padding: 20px
  }
  .main-menu-wrap .phone a {
    display: block;
  }
  .main-menu-wrap .phone b {
    font-size: 12px;
    color: #999;
  }
}









/* Modal window style */
/* Modal overlay */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay:after {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;

  z-index: 1;
}

/* Modal wrap */
.modal-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  background: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
}
.modal-overlay.active .modal-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Modal header */
.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.modal-header-title {
  display: block;
  line-height: 30px;
  font-size: 26px;
  font-weight: 500;
  color: #111;
}
.modal-header-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  text-align: center;
  cursor: pointer;
}
.modal-header-close .icon-close {}

/* Modal content */
.modal-content {
  padding: 20px;
}

/* Modal footer */
.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

/* Modal sizes */
.m-small {
  width: 320px;
}
.m-medium {
  width: 720px;
}
.m-large {
  width: 960px;
}
/* End style window modal */
@media (min-width: 992px) and (max-width: 1200px) {
  .cost-calculation .block {
    width: 186px;
  }
  .chevron {
    width: 186px;
  }
  .products-list .product-item .name {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .banner ul li h3 {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .banner {
    background-size: cover;
  }
  .banner ul li {
    width: 20%;
  }
  .user-menu>li>ul {
    display: none !important;
  }
  .user-menu .login-item:after {
    top: 22px;
    transform: rotate(-90deg);
  }

}

@media (max-width: 768px) {
  .payment-and-delivery {
    margin-top: 20px;
  }
  .aside {
    padding: 0;
  }
  article.homepage .content {
    padding: 50px 0 0 0;
  }
  .seo-text {
    margin-bottom: 25px;
  }
  .homepage .diler-offer {
    background-size: cover;
    padding: 25px 10px;
  }
  .cost-calculation .block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .cost-calculation .block .price {
    width: 100%;
  }
  .chevron {
    width: 100%;
  }
  .product-description {
    padding-bottom: 0;
  }
  .m-medium {
    width: 100%;
  }
  #basket-modal .modal-content {
    max-height: 285px !important;
  }
  .small-cart-item-name {
    width: 180px !important;
  }
  .small-cart-item-price {
    margin-right: 10px !important;
  }
  .small-cart-item-quantity-block {
    margin-right: 10px !important;
  }
  .small-cart-total-summ,
  .small-cart-total-count,
  .small-cart-btns {
    text-align: left !important;
  }
  .ragistration-page h1,
  .login-page h1 {
    font-size: 24px;
  }
  .ragistration-form,
  .login-form {
    padding: 20px;
  }
  .review-list {
    margin-bottom: 20px;
  }

}
@media (max-width: 550px) {
  .all-require {
    padding-left: 0 !important;
  }
  .c-contacts-info .os-value {
    width: 100% !important;
  }
  .c-payment-block,
  .c-delivery-block {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 480px) {

  .contacts-list ul {
    display: block;
    width: 100%;
  }

  .product-card .prod_buttons .quantity {
    width: 55px;
    margin-right: 15px;
  }
  .all-require {
    padding-left: 0 !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  .banner {
    background-size: cover;
  }
  .banner ul li {
    width: 33%;
  }
  .banner ul li h3 {
    font-size: 10px;
  }

  .homepage .diler-offer {
    text-align: center;
  }
  .products-list .product-item {
    width: 100%;
    margin-bottom: 20px;
  }

  footer {
    text-align: center;
    padding: 25px 10px;
  }
  footer .main-nav {
    margin-bottom: 15px;
  }
  footer .copyright {
    margin-bottom: 15px;
  }
}

#system-message-container .alert {
  position: relative;
  margin-top: 50px;
  padding: 15px;
  background: #f8f4d5;
  border: 1px solid #d8cf82;
  color: #96722d;
}
#system-message-container .alert .alert-heading {
  color: #96722d;
}
#system-message-container .alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 22px;
  color: #dcd5a0;
}

#system-message-container .alert.alert-success {
  background: #ddf2d5;
  border: 1px solid #afcda4;
  color: #597051;
}
#system-message-container .alert.alert-success .alert-heading {
  color: #597051;
}
#system-message-container .alert.alert-success .close {
  color: #acc6a4;
}
.fixBt {
  height: 1px;
  font-size: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.error-bot {
  color: #ff0000;
}
.intro-article {
  margin-top: 15px;
}

@media (min-width: 480px) and (max-width: 600px) {
  .intro-article img {
    max-width: 100%;
  }
}

.share-this-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #ecad21;
}
.article-content .social {
  display: inline-block;
  vertical-align: middle;
}
.article-content .social a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #111;
  line-height: 30px;
  text-align: center;
  margin-right: 13px;
  cursor: pointer;
}
.article-content .social a span {
  vertical-align: middle;
}
.article-content .social a:hover {
  border-color: #ecad21;
}
.social-share-mod {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-card .not_available {
  width: 200px;
  text-align: center;
}
.not_available {
  display: block;
  line-height: 50px;
  background: #d68711;
  color: #ffd9a0;
}

#shop-links .modal-content {
  padding: 10px;
}

#shop-links .modal-content .custom>div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop-links .modal-content a {
  padding: 10px;
  width: 50%;
  line-height: 100%;
  align-self: center;
}
#shop-links .modal-content a img {
  max-width: 100%;
}

.btn-black {
  width: 100%;
  max-width: 280px;
  margin-top: 20px;
  background: #000;
  font-weight: 500;
  text-align: center;
}
.btn-black:hover {
  background: #333;
}


.intro-article img {
  max-width: 100%;
}

header .phone ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}