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 {
  -webkit-box-sizing: content-box;
     -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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-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;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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;
  }
  .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;
  }
}

/*------------------------------------------------------------------
[2. Typography]
*/
* {
  -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: 11px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font: 400 14px/1.428571429 Lato, sans-serif;
  color: #141313;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #70a53f;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f8f8f8;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 20px;
}

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: .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-underline {
  text-decoration: underline;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #333;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f8f8f8;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
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;
  margin-bottom: 10px;
}

dd {
  margin-left: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

dd b, dd strong {
  color: #141313;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@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 #333;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 8px 20px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 2px solid #555;
  color: #000;
}

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: #333;
}

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 #555;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right 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;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 992px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .row {
    margin-left: -7px;
    margin-right: -8px;
  }
  .row:before, .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before, .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }
}

.col-ms-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-ms-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-ms-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-ms-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-ms-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-ms-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-ms-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-ms-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-ms-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-ms-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-ms-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-ms-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

@media only screen and (max-width: 767px) {
  .col-ms-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-ms-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-ms-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-ms-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-ms-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-ms-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-ms-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-ms-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-ms-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-ms-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-ms-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-ms-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .col-ms-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-ms-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-ms-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-ms-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-ms-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-ms-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-ms-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-ms-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-ms-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-ms-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-ms-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-ms-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    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;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }
 
  .col-ms-1 {
    width: 8.3333333333%;
  }
  .col-ms-2 {
    width: 16.6666666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.3333333333%;
  }
  .col-ms-5 {
    width: 41.6666666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.3333333333%;
  }
  .col-ms-8 {
    width: 66.6666666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.3333333333%;
  }
  .col-ms-11 {
    width: 91.6666666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-pull-1 {
    right: 8.3333333333%;
  }
  .col-ms-pull-2 {
    right: 16.6666666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.3333333333%;
  }
  .col-ms-pull-5 {
    right: 41.6666666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.3333333333%;
  }
  .col-ms-pull-8 {
    right: 66.6666666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.3333333333%;
  }
  .col-ms-pull-11 {
    right: 91.6666666667%;
  }
  .col-ms-pull-12 {
    right: 100%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-push-1 {
    left: 8.3333333333%;
  }
  .col-ms-push-2 {
    left: 16.6666666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.3333333333%;
  }
  .col-ms-push-5 {
    left: 41.6666666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.3333333333%;
  }
  .col-ms-push-8 {
    left: 66.6666666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.3333333333%;
  }
  .col-ms-push-11 {
    left: 91.6666666667%;
  }
  .col-ms-push-12 {
    left: 100%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
 .hidden-xs {display:none;}
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #333;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e5e5e5;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}

.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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 #e5e5e5;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -webkit-border-radius: 0;
          border-radius: 0;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
}

@media only screen and (min-width: 768px) {
  textarea.form-control {
    min-height: 200px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .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 {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.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;
  -webkit-border-radius: 3px;
          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;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          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;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 62.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #555151;
}

@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;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@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: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      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;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  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:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #70a53f;
  border-color: #639338;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #578031;
  border-color: #253615;
}

.btn-success:hover {
  color: #fff;
  background-color: #578031;
  border-color: #456627;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #578031;
  border-color: #456627;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #456627;
  border-color: #253615;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #70a53f;
  border-color: #639338;
}

.btn-success .badge {
  color: #70a53f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #fd6363;
  border-color: #fd4a4a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fc3131;
  border-color: #c40303;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fc3131;
  border-color: #fc0d0d;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc3131;
  border-color: #fc0d0d;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #fc0d0d;
  border-color: #c40303;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fd6363;
  border-color: #fd4a4a;
}

.btn-danger .badge {
  color: #fd6363;
  background-color: #fff;
}

.btn-link {
  color: #000;
  font-weight: normal;
  -webkit-border-radius: 0;
          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: #70a53f;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #333;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          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%;
}

/*------------------------------------------------------------------
[3. Header / .header]
*/
.header {
  position: relative;
  z-index: 99;
  font-family: "Montserrat", sans-serif;
}

.logo, .hotline {
  display: none;
}

.header-top {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
}

.is-language .header-top {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.header-notify {
  background: #f8f8f8;
  font-size: 9px;
  line-height: 14px;
  padding: 8px 75px 8px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.header-notify-content {
  display: inline-block;
  letter-spacing: 2px;
  color: #fd6363;
}

.header-notify-close {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  color: #fd6363;
}

.header-notify-close:hover {
  color: #fd6363;
}

.header-middle {
  padding-top: 13px;
  padding-bottom: 10px;
}

.header-middle .logo {
  margin-top: 5px;
}

.header-search {
  position: relative;
}

.header-search-control {
  border: 2px solid #70a53f;
  height: 40px;
  padding: 0 90px 0 20px;
  outline: none;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.header-search-button {
  background-color: #70a53f;
  border: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 40px;
  outline: none;
}

.hotline {
  margin-top: 1px;
}

.hotline-content {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding-right: 15px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: right;
}

.hotline-link {
  font-size: 12px;
  display: block;
  color: #333;
}

.hotline-link:hover {
  color: #000;
}

.hotline-icon {
  float: right;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #70a53f;
  border: 1px dashed #70a53f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.hotline-icon:hover {
  background-color: #70a53f;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-bottom {
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.header-bottom .container {
  position: relative;
}

.header-mobile {
  position: relative;
  height: 48px;
}

.logo-scroll {
  display: none;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  width: 100px;
}

.logo-scroll img {
  max-height: 20px;
  width: auto;
}

.preview-title {
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.preview-link {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.preview-link:hover .preview-version {
  background-position: 50% 100%;
}

.preview-device {
  position: relative;
  z-index: 1;
}

.preview-version {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 84%;
  overflow: hidden;
  border: 10px solid transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: background 5s;
  -o-transition: background 5s;
  transition: background 5s;
}

.preview-version-1 {
  background-image: url("../img/home/1.jpg")/*tpa=http://v-themes.com/masta/template/img/home/1.jpg*/;
}

.preview-version-2 {
  background-image: url("../img/home/2.jpg")/*tpa=http://v-themes.com/masta/template/img/home/2.jpg*/;
}

.preview-version-3 {
  background-image: url("../img/home/3.jpg")/*tpa=http://v-themes.com/masta/template/img/home/3.jpg*/;
}

@media only screen and (min-width: 992px) {
  .logo {
    display: inline-block;
  }
  .hotline {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  .header-top {
    display: block;
    position: relative;
    top: 0;
    z-index: 2;
  }
  .header-middle {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .scroll-down .header-bottom {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 5px;
    z-index: 999;
    -webkit-animation: fadeInDown 1s ease-out;
    -o-animation: fadeInDown 1s ease-out;
    animation: fadeInDown 1s ease-out;
  }
}

@media only screen and (min-width: 1400px) {
  .scroll-down .logo-scroll {
    display: block;
  }
}

/*------------------------------------------------------------------
[4. Navigation Top / .nav-top]
*/
.nav-left, .nav-right {
  width: 100%;
}

.nav-top {
  margin: 0;
  padding: 0;
}

.nav-top:before, .nav-top:after {
  content: " ";
  display: table;
}

.nav-top:after {
  clear: both;
}

.nav-top ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.nav-top ul {
  display: none;
  background: #fff;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e5e5;
  min-width: 200px;
}

.nav-top a {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

.nav-top a:hover {
  color: #000;
}

.nav-top .fa {
  margin-right: 6px;
  font-size: 14px;
  color: #70a53f;
}

.nav-top > li {
  position: relative;
}

.nav-top > li:hover > a {
  color: #000;
}

.nav-top > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media only screen and (min-width: 992px) {
  .nav-left, .nav-right {
    width: auto;
  }
  .nav-top ul {
    display: block;
    padding: 15px 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 200%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -9;
  }
  .nav-top > li {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
  }
  .nav-top > li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .nav-top > li:first-child:before {
    display: none;
  }
  .nav-top > li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 14px;
    width: 1px;
    margin-top: -7px;
    background: #e5e5e5;
  }
  .nav-top > li:hover ul {
    z-index: 9;
    opacity: 1;
    top: 85%;
    visibility: visible;
  }
}

/*------------------------------------------------------------------
[5. Navigation Main / .nav-main]
*/
.nav-main {
  display: none;
  margin: 0;
  padding: 0;
}

.nav-main a {
  display: block;
  -webkit-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.nav-main a:hover {
  color: #70a53f;
}

.nav-main > li {
  float: left;
  width: 100%;
  position: relative;
}

.nav-main > li > a {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

.nav-main > li > a > span {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-main > li > a .is-hot, .nav-main > li > a .is-new {
  position: absolute;
  right: -40px;
  top: -8px;
}

.nav-main > li > ul {
  margin: 0;
  padding: 0;
}

.nav-main > li > ul > li > a {
  display: block;
}

.nav-main > li > ul > li > a > span {
  display: inline-block;
  position: relative;
  line-height: 40px;
}

.nav-main > li > ul > li > a:hover {
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.nav-main > li > ul,
.nav-main > li > .megamenu,
.nav-main > li > .nav-sub {
  display: none;
}

.nav-main > li > .megamenu li > a > span,
.nav-main > li > .nav-sub li > a > span {
  display: inline-block;
  line-height: 35px;
}

.nav-main > li > .megamenu li > a:hover,
.nav-main > li > .nav-sub li > a:hover {
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.nav-main > li > .megamenu li > a .is-hot, .nav-main > li > .megamenu li > a .is-new,
.nav-main > li > .nav-sub li > a .is-hot,
.nav-main > li > .nav-sub li > a .is-new {
  position: relative;
  right: -6px;
  top: -19px;
}

.nav-main > li > .megamenu ul,
.nav-main > li > .nav-sub ul {
  margin: 0;
  padding: 0;
}

.nav-main > li:hover > a {
  color: #70a53f;
}

.nav-main > li:hover > ul,
.nav-main > li:hover > .megamenu,
.nav-main > li:hover > .nav-sub {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  visibility: visible;
  z-index: 9;
}

.nav-main .is-hightlight > a {
  color: #fd6363;
  text-decoration: underline;
}

.menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}

.menu-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}

.is-open .menu-toggle:after {
  content: "\f106";
}

.megamenu-content {
  min-width: 200px;
}

.megamenu-title {
  margin: 20px 0 5px 0;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.megamenu-image {
  width: 100%;
}

.megamenu-item-content {
  position: relative;
}

.megamenu-item-text {
  bottom: 0;
  color: #fff;
  left: 0;
  padding-bottom: 25px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #141313;
  text-transform: uppercase;
  width: 100%;
}

.megamenu-item-text span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}

.megamenu-item-text h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.megamenu-item-text a {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-decoration: underline;
}

.megamenu-item-text a i {
  margin-left: 4px;
}

.nav-sub-title {
  margin: 6px 0;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.btn-menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  margin-top: -16px;
  position: absolute;
  z-index: 11;
}

.btn-menu-inner {
  top: 50%;
  display: block;
  margin-top: -1px;
  -webkit-transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-active .btn-menu-inner {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu-inner, .btn-menu-inner:before, .btn-menu-inner:after {
  background: #000;
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
}

.header-v2 .btn-menu-inner, .header-v2 .btn-menu-inner:before, .header-v2 .btn-menu-inner:after {
  background: #fff;
}

.btn-menu-inner:before {
  content: "";
  top: -9px;
  -webkit-transition: top 0.1s ease 0.14s, opacity 0.1s ease;
  -o-transition: top 0.1s ease 0.14s, opacity 0.1s ease;
  transition: top 0.1s ease 0.14s, opacity 0.1s ease;
}

.is-active .btn-menu-inner:before {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.1s ease, opacity 0.1s ease 0.14s;
  -o-transition: top 0.1s ease, opacity 0.1s ease 0.14s;
  transition: top 0.1s ease, opacity 0.1s ease 0.14s;
}

.btn-menu-inner:after {
  content: "";
  bottom: -8px;
  -webkit-transition: bottom 0.1s ease 0.14s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease 0.14s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s ease 0.14s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease 0.14s, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s ease 0.14s, -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease 0.14s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease 0.14s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-active .btn-menu-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -o-transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  -o-transition: bottom 0.1s ease, -o-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s, -o-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
}

.logo-mobile {
  display: block;
  float: none;
  left: 50%;
  margin-left: -110px;
  margin-top: -12px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 160px;
}

.logo-mobile img {
  max-height: 36px;
  width: auto;
}

.btn-language {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main-categories {
  display: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.btn-categories-toggle {
  background: #527f30;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px;
  position: absolute;
  text-transform: uppercase;
  top: -56px;
  width: 100%;
  z-index: 999;
}

.btn-categories-toggle:hover {
  color: #fff;
}

.btn-categories-toggle .fa {
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

.btn-categories-more {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 0;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  padding: 12px 10px;
  text-align: center;
  text-transform: uppercase;
}

.btn-categories-more:hover {
  background: #70a53f;
  border-color: #70a53f;
  color: #fff;
}

.nav-categories {
  margin: 0;
  padding: 0;
  position: relative;
}

.nav-categories ul {
  margin: 0;
  padding: 0;
}

.nav-categories > li {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.nav-categories > li.is-hidden {
  display: none;
}

.nav-categories > li > a {
  display: block;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 10px 30px 10px 64px;
  color: #555;
}

.nav-categories > li > a:hover {
  color: #000;
}

.nav-categories > li > a:hover .icon-categories {
  color: #000;
}

.nav-categories > li > ul {
  position: absolute;
  left: 100%;
  width: 300%;
  top: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: -9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-categories > li.has-sub > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  color: #141313;
}

.nav-categories > li.has-sub:hover > a {
  color: #000;
}

.nav-categories > li.has-sub:hover > a .icon-categories {
  color: #000;
}

.nav-categories > li.has-sub:hover ul {
  top: 44px;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.icon-categories {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  color: #555;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-green {
  color: #70a53f;
}

.icon-red {
  color: #ff6666;
}

.icon-blue {
  color: #5796ff;
}

.menu-sub-inner {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-left: -1px;
}

.menu-sub-banner {
  display: block;
  margin-bottom: 20px;
}

.menu-sub-heading {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-sub-heading span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.menu-sub-heading span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #70a53f;
}

.menu-sub-nav li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #555;
}

.menu-sub-nav li a:hover {
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  color: #000;
}

@media only screen and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    background: #fff;
  }
  .is-menu .main-menu {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .nav-main {
    display: block;
  }
  .nav-main > li {
    width: auto;
  }
  .nav-main > li:not(:first-child) {
    margin-left: 3.3333333333%;
  }
  .nav-main > li.is-megamenu {
    position: static;
  }
  .nav-main > li > a > span {
    padding-top: 21px;
    padding-bottom: 15px;
  }
  .nav-main > li > a .is-hot, .nav-main > li > a .is-new {
    right: -30px;
    top: -2px;
  }
  .nav-main > li.has-sub > a {
    padding-right: 15px;
    position: relative;
  }
  .nav-main > li.has-sub > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
  }
  .nav-main > li > ul {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 11px 18px;
    min-width: 200px;
  }
  .nav-main > li > ul,
  .nav-main > li > .megamenu,
  .nav-main > li > .nav-sub {
    display: block;
    position: absolute;
    top: 140%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .megamenu-content {
    background: #fff;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    padding: 29px;
  }
  .nav-sub {
    width: 540px;
  }
  .nav-sub-content {
    padding: 11px 18px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (min-width: 1200px) {
  .nav-main > li:not(:first-child) {
    margin-left: 4.4444444444%;
  }
}

/*------------------------------------------------------------------
[6. Cart Wishlist / .cart-wishlist]
*/
.cart-wishlist-image, .cart-wishlist-summary {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-wishlist-viewcart, .cart-wishlist-checkout {
  display: inline-block;
  width: 120px;
  padding: 13px 10px;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
}

.cart-wishlist-viewcart:hover, .cart-wishlist-checkout:hover {
  color: #fff;
}

.cart-wishlist {
  position: absolute;
  top: 7px;
  right: 55px;
}

.cart-wishlist > ul {
  margin: 0;
  padding: 0;
  float: right;
}

.cart-wishlist > ul > li {
  position: relative;
  float: left;
}

.cart-wishlist > ul > li:first-child {
  margin-right: 20px;
}

.cart-wishlist > ul > li:first-child .cart-wishlist-number {
  background: #70a53f;
}

.cart-wishlist > ul > li:first-child .cart-wishlist-content {
  right: -80px;
}

.cart-wishlist > ul > li:first-child .cart-wishlist-content:before {
  right: 80px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 7px solid #70a53f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.cart-wishlist > ul > li:first-child:hover > a > .fa {
  color: #70a53f;
}

.cart-wishlist > ul > li:last-child .cart-wishlist-number {
  background: #ff6666;
}

.cart-wishlist > ul > li:last-child .cart-wishlist-content {
  right: -40px;
}

.cart-wishlist > ul > li:last-child .cart-wishlist-content:before {
  right: 42px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-bottom: 7px solid #ff6666;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.cart-wishlist > ul > li:last-child:hover > a > .fa {
  color: #ff6666;
}

.cart-wishlist > ul > li:hover .cart-wishlist-content {
  top: 100%;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.cart-wishlist > ul > li > a {
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 20px;
  position: relative;
}

.cart-wishlist > ul > li > a > .fa {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-wishlist-number {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 12px;
  font-size: 8px;
  position: absolute;
  left: 17px;
  top: 0;
}

.cart-wishlist-money {
  display: none;
  font-size: 13px;
  color: #000;
  margin-left: 10px;
}

.cart-wishlist-content {
  position: absolute;
  top: 140%;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  width: 290px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-wishlist-content:before {
  content: '';
  position: absolute;
  top: -8px;
}

.cart-wishlist-heading {
  margin-bottom: 0;
  padding: 13px 16px;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}

.cart-wishlist-action {
  padding: 20px;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
}

.cart-wishlist-action:before, .cart-wishlist-action:after {
  content: " ";
  display: table;
}

.cart-wishlist-action:after {
  clear: both;
}

.cart-wishlist-viewcart {
  background-color: #000;
}

.cart-wishlist-viewcart:hover {
  background: #1a1a1a;
}

.cart-wishlist-checkout {
  float: right;
  background-color: #70a53f;
}

.cart-wishlist-checkout:hover {
  background: #89bf58;
}

.cart-wishlist-item {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.cart-wishlist-image {
  width: 95px;
  padding-left: 20px;
  padding-right: 10px;
}

.cart-wishlist-image img {
  border: 1px solid #e5e5e5;
}

.cart-wishlist-summary {
  position: relative;
  padding-right: 20px;
  line-height: 18px;
}

.cart-wishlist-title {
  margin-top: 3px;
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 13px;
}

.cart-wishlist-price {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 11px;
}

.cart-wishlist-quantity {
  margin-bottom: 0;
  font-size: 11px;
}

.cart-wishlist-remove {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #555;
}

.cart-wishlist-remove:hover {
  color: #ff6666;
}

.cart-wishlist-goto {
  display: block;
  padding: 13px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background: #ff6666;
}

.cart-wishlist-goto:hover {
  color: #fff;
  background: #ff9999;
}

@media only screen and (min-width: 992px) {
  .cart-wishlist {
    position: static;
  }
  .cart-wishlist > ul > li:first-child {
    padding-right: 20px;
  }
  .cart-wishlist > ul > li:first-child .cart-wishlist-content {
    right: -63px;
  }
  .cart-wishlist > ul > li:first-child .cart-wishlist-content:before {
    right: 153px;
  }
  .cart-wishlist > ul > li:first-child:after {
    content: '';
    background: #e5e5e5;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 1px;
    margin-top: -7px;
  }
  .cart-wishlist > ul > li:last-child .cart-wishlist-content {
    right: 0;
  }
  .cart-wishlist > ul > li:last-child .cart-wishlist-content:before {
    right: 30px;
  }
  .cart-wishlist > ul > li > a {
    padding-top: 19px;
    padding-bottom: 16px;
  }
  .cart-wishlist > ul > li > a > .fa {
    font-size: 16px;
  }
  .cart-wishlist-money {
    display: inline-block;
  }
  .cart-wishlist-number {
    position: static;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    font-size: 12px;
    line-height: 20px;
  }
}

/*------------------------------------------------------------------
[7. Modal / .modal]
*/
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 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;
  -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;
}

@media only screen and (max-width: 767px) {
  .modal-content {
    padding: 15px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.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:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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 {
    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-dialog {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    width: 1200px;
  }
}

/*------------------------------------------------------------------
[8. Banner / .panel-banner]
*/
.panel-banner {
  padding-top: 15px;
  padding-bottom: 30px;
}

.panel-banner .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-banner [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-banner-heading {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}

.panel-banner-top,
.panel-banner-bottom {
  width: 100%;
  left: 0;
  text-align: center;
}

.panel-banner-top {
  top: 0;
}

.panel-banner-bottom {
  bottom: 0;
}

.panel-banner-left {
  bottom: 20px;
  left: 0;
}

.panel-banner-right {
  bottom: 20px;
  right: 0;
}

.panel-banner-item {
  margin-bottom: 10px;
  position: relative;
}

.panel-banner-media {
  width: 100%;
}

.panel-banner-title {
  display: inline-block;
  padding: 3px 18px;
  color: #000;
  background-color: #fff;
}

.banner-title-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  left: auto;
  right: 0;
  bottom: 20px;
}

.banner-title-left {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  left: 0;
  bottom: 20px;
}

.panel-banner-slider {
  margin-bottom: 10px;
}

.panel-banner-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.panel-banner-slider .owl-dots span {
  width: 12px;
  height: 12px;
}

.panel-grid {
  padding-top: 15px;
  padding-bottom: 20px;
}

.panel-grid .row {
  margin-left: -7px;
  margin-right: -7px;
}

.panel-grid .row .row {
  margin-right: 0;
  margin-left: 0;
}

.panel-grid [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.panel-grid-item {
  position: relative;
}

.panel-grid-item:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.panel-grid-overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 7px;
  overflow: hidden;
}

.panel-grid-media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-grid-item:hover .panel-grid-media {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.panel-grid-media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.4);
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.panel-grid-item:hover .panel-grid-media:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.panel-grid-media1 {
  background-image: url(../img/banner/grid-1.jpg)/*tpa=http://v-themes.com/masta/template/img/banner/grid-1.jpg*/;
}

.panel-grid-media2 {
  background-image: url(../img/banner/grid-2.jpg)/*tpa=http://v-themes.com/masta/template/img/banner/grid-2.jpg*/;
}

.panel-grid-media3 {
  background-image: url(../img/banner/grid-3.jpg)/*tpa=http://v-themes.com/masta/template/img/banner/grid-3.jpg*/;
}

.panel-grid-media4 {
  background-image: url(../img/banner/grid-4.jpg)/*tpa=http://v-themes.com/masta/template/img/banner/grid-4.jpg*/;
}

.panel-grid-group {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #141313;
}

.panel-grid-category {
  font-size: 20px;
  color: #fff;
}

.panel-grid-product {
  font-size: 14px;
}

.panel-grid-link {
  font-size: 12px;
  color: #fff;
}

.panel-grid-item:hover .panel-grid-link {
  color: #ff6666;
}

.panel-link-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9090px;
  z-index: 3;
}

.panel-categories {
  padding-top: 15px;
}

.panel-categories .container > .row {
  margin-left: 0;
  margin-right: 0;
}

.panel-categories .container > .row > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.banner-slider-item {
  position: relative;
}

.banner-slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%) scale(3);
      -ms-transform: translateY(-30%) scale(3);
       -o-transform: translateY(-30%) scale(3);
          transform: translateY(-30%) scale(3);
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.active .banner-slider-content {
  opacity: 1;
  -webkit-transform: translateY(-30%) scale(1);
      -ms-transform: translateY(-30%) scale(1);
       -o-transform: translateY(-30%) scale(1);
          transform: translateY(-30%) scale(1);
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}

.banner-slider-right {
  right: 50px;
  text-align: right;
}

.banner-slider-left {
  left: 50px;
}

.banner-slider-small {
  font-size: 13px;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
}

.banner-slider-large {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.banner-slider-btn {
  display: inline-block;
  padding: 5px 10px;
  min-width: 90px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.banner-slider-btn:hover {
  background: #70a53f;
  color: #fff;
}

.panel-banner-v2 .owl-dots {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}

.panel-banner-v2 .caption {
  position: absolute;
  display: table;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 10%;
  text-transform: uppercase;
}

.panel-banner-v2 h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  opacity: 0;
  position: relative;
  left: -100px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.panel-banner-v2 h2 {
  font-size: 38px;
  color: #222222;
  margin-bottom: 30px;
  opacity: 0;
  left: 200px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.panel-banner-v2 a {
  background: #fff;
  color: #333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 15px 40px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.panel-banner-v2 a:hover, .panel-banner-v2 a:last-child {
  background: #70a53f;
  color: #fff;
}

.panel-banner-v2 a:last-child:hover {
  background: #ff6666;
}

.panel-banner-v2 p {
  opacity: 0;
  bottom: -100px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.panel-banner-v2 .active h4 {
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.panel-banner-v2 .active h2 {
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.panel-banner-v2 .active p {
  opacity: 1;
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

@media only screen and (max-width: 479px) {
  .panel-banner-v2 h4 {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .panel-banner-v2 h2 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .panel-banner-v2 a {
    padding: 5px 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .panel-banner-v2 h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .panel-banner-v2 h2 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .panel-banner-v2 a {
    padding: 5px 15px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .size-1x1:before {
    padding-top: 100%;
  }
  .size-1x2:before {
    padding-top: 200%;
  }
  .size-1x3:before {
    padding-top: 300%;
  }
  .size-1x4:before {
    padding-top: 25%;
  }
  .size-2x1:before {
    padding-top: 50%;
  }
  .size-2x3:before {
    padding-top: 150%;
  }
  .size-3x1:before {
    padding-top: 33.3333333333%;
  }
  .size-3x2:before {
    padding-top: 66.6666666667%;
  }
  .size-3x4:before {
    padding-top: 133.333333333%;
  }
  .size-4x1:before {
    padding-top: 25%;
  }
  .size-4x3:before {
    padding-top: 75%;
  }
  .panel-grid {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

@media only screen and (min-width: 992px) {
  .panel-banner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .panel-banner .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .panel-banner [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .panel-banner-item,
  .panel-banner-slider {
    margin-bottom: 20px;
  }
  .panel-banner-heading {
    font-size: 18px;
  }
  .panel-banner-title {
    padding: 13px 35px;
  }
  .banner-slider-small {
    font-size: 14px;
    line-height: 34px;
  }
  .banner-slider-large {
    font-size: 28px;
    line-height: 34px;
  }
  .banner-slider-btn {
    min-width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .panel-categories {
    padding-top: 0;
  }
  .main-categories {
    display: block;
  }
}

/*------------------------------------------------------------------
[9. Discount / .panel-discount]
*/
.panel-discount {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02);
}

.panel-discount-item {
  padding: 13px 13px 33px;
}

.panel-discount-content {
  padding-top: 0px;
}

.panel-discount-category {
  font-size: 13px;
}

.panel-discount-category a {
  display: inline-block;
  color: #333;
}

.panel-discount-name {
  margin-bottom: 12px;
  font-size: 20px;
  color: #000;
}

.panel-discount-review {
  font-size: 13px;
  color: #eec522;
  margin-bottom: 6px;
}

.panel-discount-summary {
  font-size: 14px;
  color: #333;
  line-height: 1.8461538462;
  margin-bottom: 12px;
}

.panel-discount-price {
  font: 700 28px Montserrat, sans-serif;
  color: #fd6363;
  margin-bottom: 39px;
}

.panel-discount-price span {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  text-decoration: line-through;
}

.panel-discount-countdown {
  color: #333;
  font-family: "Montserrat", sans-serif;
  margin-left: -9px;
  margin-right: -9px;
  max-width: 318px;
  text-align: center;
  text-transform: uppercase;
}

.panel-discount-countdown:before, .panel-discount-countdown:after {
  content: " ";
  display: table;
}

.panel-discount-countdown:after {
  clear: both;
}

.panel-special {
  padding-top: 48px;
  padding-bottom: 50px;
  background: #f8f8f8;
}

.panel-special-heading {
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 18px;
}

.panel-special-summary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #cecece;
}

.panel-offer .owl-dots {
  margin-top: 10px;
}

.panel-offer .owl-dot span {
  width: 12px;
  height: 12px;
}

.countdown-item {
  float: left;
  width: 25%;
  padding-left: 9px;
  padding-right: 9px;
}

.countdown-inner {
  position: relative;
}

.countdown-inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.countdown-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.countdown-table {
  display: table;
  width: 100%;
  height: 100%;
}

.countdown-cell {
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #eee;
  position: relative;
  background: #fff;
}

.countdown-time {
  font-size: 18px;
}

.countdown-text {
  font-size: 9px;
  margin-top: 4px;
}

.sale-off {
  position: absolute;
  left: 16px;
  top: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f66;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .panel-discount {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .panel-discount {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .panel-discount {
    margin-top: 0;
  }
  .sale-off {
    left: 33px;
    top: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .panel-special {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .panel-special-heading {
    padding-top: 6px;
    padding-bottom: 36px;
  }
  .panel-special-summary {
    font-size: 54px;
  }
  .panel-offer {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02);
  }
  .panel-offer {
    min-height: 557px;
  }
  .panel-offer .owl-dots {
    margin-top: 19px;
  }
  .panel-discount-item {
    padding: 25px 25px 65px;
  }
  .panel-discount-content {
    padding-left: 0px;
    padding-top: 0px;
  }
  .panel-discount-name {
    margin-bottom: 23px;
  }
  .panel-discount-review {
    margin-bottom: 12px;
  }
  .panel-discount-summary {
    margin-bottom: 24px;
  }
  .panel-discount-price {
    margin-bottom: 77px;
  }
}

/*------------------------------------------------------------------
[10. Product Item / .product-item]
*/
.product-item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  text-align: center;
}

.owl-carousel .product-item {
  margin-bottom: 0;
}

.product-item:hover .product-item-view {
  opacity: 1;
  top: 50%;
}

.product-item:hover .product-item-price {
  opacity: 0;
}

.product-item:hover .product-item-control {
  opacity: 1;
  bottom: 5px;
}

.product-item-thumbnail {
  position: relative;
  margin-bottom: 18px;
}

.product-item-thumbnail img {
  width: 100%;
}

.product-item-label {
  color: #fff;
  display: block;
  font-size: 11px;
  padding-left: 11px;
  padding-right: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  line-height: 20px;
  text-transform: uppercase;
}

.product-item-red {
  background-color: #fd6363;
}

.product-item-green {
  background-color: #70a53f;
}

.product-item-image {
  position: absolute;
}

.product-item-view {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  left: 50%;
  line-height: 24px;
  opacity: 0;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 135px;
  z-index: 9;
  outline: none;
}

.product-item-view:hover {
  background: #70a53f;
  color: #fff;
}

.product-item-category {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 400;
}

.product-item-category a {
  color: #333;
}

.product-item-category a:hover {
  color: #70a53f;
}

.product-item-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.product-item-name a {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
}

.product-item-review {
  color: #eec522;
  margin-bottom: 3px;
}

.product-item-price {
  z-index: 9;
  margin-bottom: 18px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8571428571;
  color: #fd6363;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-item-price span {
  margin-left: 12px;
  color: #333;
  text-decoration: line-through;
}

.product-item-control {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-item-control a {
  background: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
}

.product-item-control:hover a {
  background: #70a53f;
  color: #fff;
  border-color: #70a53f;
}

.product-item-action {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 260px;
  padding-left: 52px;
  padding-right: 52px;
}

.product-item-wishlist,
.product-item-compare {
  height: 36px;
  width: 36px;
  font-size: 14px;
  color: #333;
  border: 1px solid #d7d7d7;
  position: absolute;
  top: 0;
}

.product-item-wishlist {
  left: 10px;
}

.product-item-compare {
  right: 10px;
}

.product-item-cart {
  height: 36px;
  font-size: 11px;
  line-height: 26px;
  border: 1px solid #d7d7d7;
}

.product-item-summary {
  margin-bottom: 30px;
}

.product-list {
  padding-bottom: 12px;
}

.product-list .product-item-thumbnail:hover .product-item-view {
  opacity: 1;
  top: 30%;
}

.product-list .product-item-view {
  top: 10%;
}

.product-list .product-item-control {
  position: static;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (min-width: 768px) {
  .product-item {
    margin-bottom: 30px;
  }
}

/*------------------------------------------------------------------
[11. Catalogue]
*/
@media only screen and (max-width: 767px) {
  .grid {
    margin-left: -7px;
    margin-right: -8px;
  }
  .grid:before, .grid:after {
    content: " ";
    display: table;
  }
  .grid:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid:before, .grid:after {
    content: " ";
    display: table;
  }
  .grid:after {
    clear: both;
  }
}

.panel-feature {
  padding-top: 25px;
  padding-bottom: 20px;
}

.panel-heading {
  text-align: center;
  font-size: 28px;
  color: #000;
  position: relative;
  z-index: 1;
}

.panel-heading-summary {
  font-size: 14px;
  color: #333;
  line-height: 1.8285714286;
  margin: 24px auto 10px;
  max-width: 580px;
}

.panel-filters {
  text-align: center;
  margin: 0;
  padding: 23px 10px 47px;
  font-size: 0;
  font-family: "Montserrat", sans-serif;
}

.panel-filters li {
  display: inline-block;
  padding: 3px 3px 3px 2px;
}

.panel-filters li.active a {
  background: #70a53f;
  color: #fff;
}

.panel-filters a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f8f8f8;
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 21px;
}

.panel-filters a:hover {
  background: #70a53f;
  color: #fff;
}

.panel-sale {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
}

.panel-sale-content {
  padding: 33px 10px;
  text-align: center;
  border: 10px solid #f0f6eb;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-sale-content:hover {
  border-color: #70a53f;
}

.panel-sale-heading {
  font-size: 32px;
  color: #70a53f;
  margin-top: 0;
  margin-bottom: 13px;
}

.panel-sale-sumary {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.panel-sale-sumary span {
  color: #f66;
}

.panel-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-title {
  background: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel-title .nav-breadcrumbs {
  float: right;
  margin-top: 4px;
}

.panel-title .panel-title-heading {
  display: inline-block;
}

.panel-title-heading {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
}

.nav-breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.nav-breadcrumbs li {
  display: inline-block;
}

.nav-breadcrumbs li:not(:last-child):after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin: 0 10px;
}

.nav-breadcrumbs li a {
  color: #000;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-breadcrumbs li a:hover {
  color: #689a3c;
}

.nav-breadcrumbs li:last-child a {
  color: #689a3c;
}

.panel-sorting {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  text-align: center;
}

.panel-sorting-option {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.panel-sorting-option > li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
}

.panel-sorting-option > li > a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #555;
}

.panel-sorting-option > li > a:hover, .panel-sorting-option > li > a.active {
  color: #689a3c;
}

.panel-sorting-option > li:last-child {
  margin-left: 15px;
}

.panel-sorting-option > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.panel-sorting-option > li a {
  display: block;
}

.panel-sorting-option > li span {
  color: #555;
  line-height: 1.8461538462;
  display: inline-block;
}

.panel-sorting-option > li span:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  margin-left: 5px;
}

.panel-sorting-option > li ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.panel-sorting-option > li ul a {
  color: #555;
  text-decoration: none;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-sorting-option > li ul a:hover {
  -webkit-box-shadow: #689a3c 0 1px;
          box-shadow: #689a3c 0 1px;
}

.panel-paging {
  padding: 0;
  margin: 23px 0;
  text-align: center;
  font-size: 0;
  list-style: none;
}

.panel-paging li {
  display: inline-block;
  margin: 4px;
  font-size: 14px;
}

.panel-paging li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.panel-paging li a:hover {
  background: #689a3c;
  border-color: #689a3c;
  color: #fff;
}

.panel-paging li.active a {
  background: #689a3c;
  border-color: #689a3c;
  color: #fff;
}

.panel-sidebar {
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

.panel-sidebar:last-child {
  margin-bottom: 20px;
}

.panel-sidebar-inner {
  display: none;
  padding: 10px;
}

.nav-sidebar {
  margin: 0;
  padding: 0;
}

.nav-sidebar a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555;
  display: block;
}

.nav-sidebar > li > a span {
  position: relative;
  bottom: 5px;
}

.nav-sidebar > li > a:hover {
  color: #70a53f;
}

.nav-sidebar > li ul {
  margin: 0;
  padding: 0;
  display: none;
}

.panel-sidebar-heading {
  position: relative;
  padding: 15px 44px 15px 10px;
}

.is-toggle .panel-sidebar-heading {
  border-bottom: 1px solid #dedede;
}

.panel-sidebar-categories {
  background: #f7f7f7;
}

.panel-sidebar-title {
  font-size: 15px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-sidebar-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  line-height: 24px;
}

.panel-sidebar-toggle:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}

.is-toggle .panel-sidebar-toggle:before {
  content: "\f068";
}

.nav-sizes {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  text-transform: uppercase;
}

.nav-sizes li a {
  color: #000;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.nav-sizes li a span {
  position: relative;
  bottom: 5px;
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.nav-sizes li a:hover {
  color: #70a53f;
}

.nav-sizes li a:hover span {
  color: #70a53f;
}

.panel-sidebar-range {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 0;
  background: #e5e5e5;
  margin-bottom: 40px;
  margin-top: 10px;
  height: 6px;
}

.panel-sidebar-range .ui-slider-range {
  background: #689a3c;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.panel-sidebar-range .ui-slider-handle {
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 10px;
  border: 0;
  background: #689a3c;
  outline: none;
  height: 14px;
}

.panel-sidebar-amount {
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
}

.panel-range-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  border: 0;
  outline: none;
  padding: 7px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-range-filter:hover {
  background: #689a3c;
}

.panel-range-price {
  color: #000;
}

.nav-colors {
  padding: 0;
  margin: 0;
}

.nav-colors li a {
  display: block;
  position: relative;
  padding: 10px 0 10px 40px;
}

.nav-colors li a:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.nav-colors li a span {
  position: relative;
  bottom: 5px;
}

.nav-colors li a.black:before {
  background: #000;
}

.nav-colors li a.brown:before {
  background: #9a7d60;
}

.nav-colors li a.yellow:before {
  background: #e9d847;
}

.nav-colors li a.red:before {
  background: #ea7272;
}

.nav-colors li a.green:before {
  background: #89ae78;
}

.nav-colors li a.blue:before {
  background: #637bc9;
}

.nav-tags {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.nav-tags li {
  margin-bottom: 10px;
  margin-right: 8px;
  display: inline-block;
}

.nav-tags li a {
  font-size: 12px;
  color: #555;
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nav-tags li a:hover {
  background: #689a3c;
  border-color: #689a3c;
  color: #fff;
}

.product-sidebar {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-sidebar:before, .product-sidebar:after {
  content: " ";
  display: table;
}

.product-sidebar:after {
  clear: both;
}

.product-sidebar-media {
  display: block;
  float: left;
  width: 70px;
  margin-right: 10px;
}

.product-sidebar-remove {
  position: absolute;
  right: -10px;
  top: 10px;
  font-size: 11px;
  color: #333;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.product-sidebar-remove:hover {
  color: #ff6666;
}

.product-sidebar-title {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
}

.product-sidebar-desc {
  margin-bottom: 2px;
  font-size: 11px;
  color: #333;
}

.nav-compares {
  padding: 0;
  margin: 0;
}

.nav-compares li {
  position: relative;
}

.nav-compares li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  color: #333;
  z-index: 11;
  cursor: pointer;
}

.nav-compares li span:hover {
  color: #f00;
}

.nav-compares li a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.nav-compares li a:after {
  content: '';
  display: table;
  clear: both;
}

.nav-compares li a img {
  width: 70px;
  float: left;
  margin-right: 10px;
}

.panel-banner-page {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}

.panel-banner-page img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .panel-content {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .panel-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel-sorting {
    margin-bottom: 30px;
  }
  .panel-sorting:before, .panel-sorting:after {
    content: " ";
    display: table;
  }
  .panel-sorting:after {
    clear: both;
  }
  .panel-sorting .panel-sorting-result {
    float: left;
  }
  .panel-sorting .panel-sorting-option {
    float: right;
  }
  .panel-paging {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .panel-sidebar {
    margin-bottom: 20px;
  }
  .panel-sidebar-heading {
    padding: 30px 44px 30px 20px;
    border-bottom: 1px solid #dedede;
  }
  .is-toggle .panel-sidebar-heading {
    border-bottom: none;
  }
  .panel-sidebar-title {
    font-size: 18px;
  }
  .panel-sidebar-inner {
    padding: 20px;
    display: block;
  }
  .panel-sidebar-toggle:before {
    content: "\f068";
  }
  .is-toggle .panel-sidebar-toggle:before {
    content: "\f067";
  }
}

@media only screen and (min-width: 992px) {
  .panel-feature {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .panel-sale {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .panel-sale-content {
    padding-top: 66px;
    padding-bottom: 66px;
    border-width: 20px;
  }
  .panel-sale-heading {
    font-size: 64px;
  }
  .panel-sale-sumary {
    font-size: 32px;
    letter-spacing: 3px;
  }
}

/*------------------------------------------------------------------
[12. Search / .panel-search]
*/
.panel-search {
  padding-top: 20px;
  padding-bottom: 25px;
}

.panel-search-box {
  height: 40px;
  width: 100%;
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.panel-search-control {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  padding: 0 40px 0 15px;
  background: transparent;
  font-size: 15px;
  color: #333;
}

.panel-search-submit {
  font-size: 15px;
  color: #000;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  outline: none;
}

.panel-search-submit:hover {
  color: #70a53f;
}

.panel-search-group {
  font-size: 14px;
  color: #000;
}

.panel-search-summary {
  font-weight: 700;
}

.panel-search-meaning {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.panel-search-meaning li {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.panel-search-meaning a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.panel-search-meaning a:hover {
  color: #70a53f;
}

.panel-search-meaning span {
  font-weight: 700;
}

.panel-search-heading {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}

.panel-search-result {
  padding-top: 25px;
  padding-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .panel-search {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .panel-search-result {
    padding-top: 50px;
    padding-bottom: 32px;
  }
  .panel-search-box {
    height: 60px;
    margin-bottom: 40px;
  }
  .panel-search-control {
    height: 60px;
  }
  .panel-search-submit {
    width: 60px;
    height: 60px;
  }
  .panel-search-heading {
    margin-bottom: 35px;
  }
}

/*------------------------------------------------------------------
[13. Cart / .panel-cart]
*/
.panel-cart {
  padding-top: 40px;
  padding-bottom: 30px;
}

.panel-cart-table {
  margin-bottom: 20px;
}

.panel-cart-row {
  position: relative;
}

.panel-cart-title {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-cart-title:hover {
  color: #70a53f;
}

.panel-cart-label {
  display: none;
  width: 100px;
  color: #000;
  padding-right: 15px;
  text-transform: uppercase;
}

.panel-cart-control {
  padding: 5px 10px;
  height: 36px;
  text-align: center;
  color: #333;
  font-size: 14px;
  outline: none;
  border: 1px solid #d7d7d7;
}

.panel-cart-remove {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}

.panel-cart-add {
  height: 36px;
  line-height: 24px;
  padding: 6px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  white-space: nowrap;
  border: 1px solid #d7d7d7;
}

.panel-cart-add:hover {
  color: #fff;
  border-color: #70a53f;
  background: #70a53f;
}

.panel-cart-action {
  font-family: "Montserrat", sans-serif;
}

.panel-cart-action:before, .panel-cart-action:after {
  content: " ";
  display: table;
}

.panel-cart-action:after {
  clear: both;
}

.panel-cart-back {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  float: left;
  text-align: center;
}

.panel-cart-back:hover {
  color: #fff;
  background: #262626;
}

.panel-cart-update {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #689a3c;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  float: right;
  border: none;
  outline: none;
  padding: 0 25px;
  margin-bottom: 20px;
}

.panel-cart-update .fa {
  margin-right: 10px;
}

.panel-cart-update:hover {
  color: #fff;
  background: #8ec161;
}

.panel-compare {
  padding-top: 40px;
  padding-bottom: 50px;
}

.panel-compare-content {
  float: left;
  width: 75%;
  overflow: hidden;
}

.panel-compare-content a {
  color: #333;
}

.panel-compare-content a:hover {
  color: #70a53f;
}

.panel-compare-sidebar {
  font-family: "Montserrat", sans-serif;
  float: left;
  width: 25%;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
}

.panel-compare-table {
  width: 100%;
  border-collapse: collapse;
  display: table;
  background: #f2f2f2;
}

.panel-compare-item {
  border-collapse: collapse;
  display: table;
  width: 100%;
  margin-left: -1px;
}

.panel-compare-title {
  font-size: 18px;
  font-weight: 400;
}

.panel-compare-row {
  display: table-row;
}

.panel-compare-cell {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
}

.panel-compare-action {
  position: relative;
  padding-left: 56px;
  margin-left: -10px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.panel-compare-action .product-item-cart {
  display: block;
  padding: 5px;
}

.panel-compare-action:hover .product-item-wishlist,
.panel-compare-action:hover .product-item-cart {
  background: #70a53f;
  color: #fff;
  border-color: #70a53f;
}

.panel-compare-trash {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  position: relative;
  bottom: 10px;
  color: #555;
  font-family: "Montserrat", sans-serif;
}

.panel-compare-responsive {
  overflow-x: auto;
  scrollbar-face-color: #000;
  scrollbar-track-color: gray;
}

.panel-compare-responsive::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.panel-compare-responsive::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.panel-compare-responsive::-webkit-scrollbar-track {
  background: gray;
}

.panel-compare-inner {
  min-width: 600px;
}

.panel-compare-inner:before, .panel-compare-inner:after {
  content: " ";
  display: table;
}

.panel-compare-inner:after {
  clear: both;
}

.panel-compare-carousel .owl-item {
  overflow: hidden;
}

.panel-compare-carousel .owl-prev, .panel-compare-carousel .owl-next {
  top: 15%;
}

.panel-compare-rating {
  color: #eec522;
}

.panel-compare-price {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.panel-compare-promotion {
  display: inline-block;
  font-weight: 700;
  color: #ff6666;
  margin-right: 5px;
}

.panel-compare-real {
  display: inline-block;
  text-decoration: line-through;
  color: #555;
}

.panel-compare-summary {
  line-height: 1.8461538462;
  margin-bottom: 0;
}

.panel-compare-control {
  border: 1px solid #e5e5e5;
  background: transparent;
  outline: none;
  padding: 5px 10px;
  text-align: center;
}

.panel-step-table {
  display: table;
  width: 100%;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
}

.panel-step-row {
  display: table-row;
}

.panel-step-cell {
  display: table-cell;
  padding: 20px 25px;
  border-bottom: 1px solid #e5e5e5;
}

.panel-step-cell:first-child {
  border-left: 1px solid #e5e5e5;
}

.panel-step-cell:last-child {
  border-right: 1px solid #e5e5e5;
}

.panel-cart-step {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.panel-cart-summary {
  color: #555;
  line-height: 1.8461538462;
}

.panel-step {
  padding-top: 30px;
  padding-bottom: 10px;
}

.panel-step-item {
  margin-bottom: 40px;
}

.panel-cart-group {
  margin-bottom: 15px;
}

.panel-cart-input {
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  width: 100%;
  outline: none;
  color: #555;
  background: transparent;
}

.panel-cart-button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border: none;
}

.panel-cart-button:hover {
  background: #70a53f;
  color: #fff;
}

.panel-step-stat {
  color: #000;
}

.panel-cart-text {
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.panel-step-actions .row {
  margin-left: -5px;
  margin-right: -5px;
}

.panel-step-actions [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.panel-step-calc {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 20px;
}

.panel-step-calc:hover {
  color: #fff;
  background: #ff6666;
}

.panel-step-proceed {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #689a3c;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 20px;
}

.panel-step-proceed:hover {
  color: #fff;
  background: #ff6666;
}

@media only screen and (min-width: 768px) {
  .panel-cart-back {
    max-width: 160px;
  }
  .panel-cart-update {
    width: auto;
  }
  .panel-compare-item {
    font-size: 14px;
  }
  .panel-compare-cell {
    padding: 15px 20px;
  }
  .panel-compare-content {
    width: 80%;
  }
  .panel-compare-sidebar {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .panel-compare-item {
    font-size: 14px;
  }
  .panel-compare-cell {
    padding: 25px 30px;
  }
  .panel-cart-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .panel-cart-row {
    display: table-row;
  }
  .panel-cart-cell {
    display: table-cell;
    padding: 20px 25px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
  }
  .panel-cart-heading .panel-cart-cell {
    text-transform: uppercase;
    color: #000;
    background: #f2f2f2;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
  }
  .panel-cart-cell:first-child {
    border-left: 1px solid #e5e5e5;
  }
  .panel-cart-cell:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .panel-cart-media {
    display: inline-block;
  }
  .panel-cart-media img {
    width: 70px;
  }
  .panel-cart-remove {
    position: static;
  }
}

@media (max-width: 991px) {
  .panel-cart-table {
    border-top: 1px solid #e5e5e5;
  }
  .panel-cart-row {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .panel-cart-heading {
    display: none;
  }
  .panel-cart-cell {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .panel-cart-label,
  .panel-cart-value,
  .panel-cart-info,
  .panel-cart-media,
  .panel-cart-title {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
  }
  .panel-cart-media {
    width: 100px;
  }
  .panel-cart-media img {
    width: 100%;
  }
}

/*------------------------------------------------------------------
[14. Rating]
*/
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}

/*------------------------------------------------------------------
[15. News / .panel-news]
*/
.panel-news {
  padding-top: 18px;
  padding-bottom: 25px;
}

.panel-news-item {
  margin-bottom: 25px;
}

.panel-news-heading {
  text-align: center;
  margin-bottom: 23px;
}

.panel-news-media {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
}

.panel-news-media img {
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-news-media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-news-media:hover img {
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.panel-news-media:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.panel-news-category {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.panel-news-title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.3333333333;
}

.panel-news-link {
  color: #000;
}

.panel-news-heading {
  margin-bottom: 43px;
}

.panel-news-summary {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.8461538462;
}

.panel-more {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.panel-more-button {
  display: inline-block;
  width: 100%;
  color: #555;
  border: 1px solid #e5e5e5;
  max-width: 370px;
  padding: 10px;
  line-height: 30px;
}

.panel-more-button:hover {
  color: #fff;
  background: #70a53f;
  border-color: #70a53f;
}

@media only screen and (min-width: 992px) {
  .panel-more {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .panel-news {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .panel-news-heading {
    margin-bottom: 43px;
  }
  .panel-news-summary {
    margin-bottom: 30px;
  }
  .panel-news-media {
    margin-bottom: 17px;
  }
  .panel-news-category {
    margin-bottom: 9px;
  }
  .panel-news-item {
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------------
[16. Homepage]
*/
.wrapper {
  overflow: hidden;
}

.tab-pane {
  width: 100%;
}

.all-tb-slide .owl-prev, .all-tb-slide .owl-next {
  top: 35%;
}

.zoom-img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.zoom-img:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.dismiss-pop {
  background: transparent;
  border: none;
  color: #000;
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  outline: none;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  z-index: 10;
}

.dismiss-pop:hover {
  color: #ff6666;
}

.modal-newsletter {
  max-width: 770px;
}

.modal-newsletter .modal-content {
  padding: 0;
}

.modal-newsletter .row {
  margin-left: 0;
  margin-right: 0;
}

.modal-newsletter [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-media {
  background: url("../img/img/img.jpg")/*tpa=http://v-themes.com/masta/template/img/img/img.jpg*/ no-repeat center center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.newsletter-group {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 30px 10px;
  text-shadow: 1px 1px 1px #141313;
}

.newsletter-group span {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.newsletter-group h3 {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.newsletter-group p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.newsletter-heading {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #000;
  text-transform: uppercase;
  padding: 0 55px 0 15px;
  margin: 0;
  background: #ededed;
  font-weight: 700;
}

.newsletter-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  font-size: 20px;
  background: #d5d5d5;
  border: 0;
  outline: none;
  width: 40px;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.newsletter-close:hover {
  background: #70a53f;
  color: #fff;
}

.newsletter-content {
  padding: 10px;
}

.newsletter-content p {
  color: #333;
  margin-bottom: 20px;
}

.newsletter-content b {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.newsletter-content input[type="text"] {
  width: 100%;
  background: url("../img/img/envelope.png")/*tpa=http://v-themes.com/masta/template/img/img/envelope.png*/ no-repeat 15px center;
  padding-left: 45px;
  height: 40px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  outline: none;
}

.newsletter-content button {
  width: 100%;
  height: 40px;
  border: 0;
  background: #689a3c;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
}

.newsletter-content a {
  font-size: 14px;
  color: #333;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}

.tab-content > .tab-pane {
  visibility: hidden;
  height: 0px;
  overflow-y: hidden;
  display: block;
}

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.ads-banner {
  width: 100%;
}

.ads-banner h3 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 58px;
}

.ads-banner a {
  display: block;
}

.ads-banner a img {
  width: 100%;
}

.panel-look {
  background: #f2f2f3;
}

.panel-look-content {
  padding-top: 53px;
}

.panel-look-heading {
  font-size: 28px;
  font-weight: 600;
  color: #70a53f;
  line-height: 1.4473684211;
  margin-top: 0;
  margin-bottom: 4px;
}

.panel-look-summary {
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  margin-bottom: 11px;
}

.panel-look-category {
  color: #333;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.panel-look-view {
  background: #fff;
  color: #333;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 170px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.panel-look-view:hover {
  color: #fff;
  background: #70a53f;
}

.panel-look-media {
  margin-top: 20px;
  width: 100%;
}

.panel-partner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-partner .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  filter: grayscale(1) opacity(0.7);
  -webkit-filter: grayscale(1) opacity(0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-partner .owl-carousel .owl-item img:hover {
  filter: grayscale(0) opacity(1);
  -webkit-filter: grayscale(0) opacity(1);
}

.panel-partner-slider {
  padding-left: 10px;
  padding-right: 10px;
}

.panel-partner-slider:hover .owl-next {
  right: 0;
}

.panel-partner-slider:hover .owl-prev {
  left: 0;
}

.panel-partner-item {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 8px;
}

.panel-testimonial {
  margin-top: 20px;
}

.panel-testimonial .owl-item img {
  width: 80px;
}

.panel-testimonial-item {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.8461538462;
}

.panel-testimonial-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.panel-testimonial-rating {
  color: #eec522;
  margin-top: 15px;
}

.panel-testimonial-summary {
  color: #333;
  max-width: 440px;
  margin: 10px auto 21px;
}

.panel-testimonial-name {
  font-size: 14px;
  color: #000;
}

.panel-instagram img {
  width: 100%;
}

.panel-instagram-list {
  margin: 20px -5px 5px;
  padding: 0;
  list-style: none;
}

.panel-instagram-list li {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.3333333333%;
}

.panel-instagram-list li a {
  display: block;
  color: #fff;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

.panel-instagram-list li a:before, .panel-instagram-list li a:after {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-instagram-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  background: rgba(112, 165, 63, 0.91);
}

.panel-instagram-list li a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  text-align: center;
  line-height: 32px;
}

.panel-instagram-list li a:hover:before, .panel-instagram-list li a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.panel-instagram-list:after {
  content: '';
  display: table;
  clear: both;
}

.panel-group, .panel-best {
  padding-top: 50px;
  padding-bottom: 50px;
}

.panel-mix {
  padding-top: 35px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) {
  .panel-look-content {
    padding-top: 20px;
  }
  .panel-testimonial {
    margin-top: 35px;
  }
  .panel-testimonial-item {
    padding-bottom: 10px;
  }
  .panel-testimonial-rating {
    margin-top: 30px;
  }
  .panel-instagram-list {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .panel-group {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .panel-partner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .panel-best {
    padding-top: 1px;
    padding-bottom: 50px;
  }
  .panel-mix {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .panel-partner-slider {
    padding-left: 50px;
    padding-right: 50px;
  }
  .newsletter-group {
    padding: 20px;
  }
  .newsletter-group span {
    font-size: 24px;
  }
  .newsletter-group h3 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsletter-group p {
    font-size: 16px;
  }
  .newsletter-heading {
    line-height: 50px;
    height: 50px;
    padding-right: 65px;
  }
  .newsletter-close {
    width: 50px;
  }
  .newsletter-content {
    padding: 20px;
  }
  .newsletter-content p {
    margin-bottom: 35px;
  }
  .newsletter-content b {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .newsletter-content input[type="text"] {
    height: 50px;
  }
  .newsletter-content button {
    height: 50px;
  }
  .newsletter-content a {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .panel-partner-slider {
    padding-left: 100px;
    padding-right: 100px;
  }
  .panel-look-content {
    padding-top: 40px;
  }
  .panel-look-heading {
    font-size: 38px;
    margin-bottom: 8px;
  }
  .panel-look-summary {
    margin-bottom: 22px;
  }
  .panel-look-category {
    margin-bottom: 10px;
  }
  .panel-look-media {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .panel-look-content {
    padding-top: 106px;
  }
}

/*------------------------------------------------------------------
[17. Homepage Version 2]
*/
.header-v2 {
  background: #70a53f;
}

.header-v2 .header-top {
  background: #70a53f;
}

.scroll-down .header-v2 .header-bottom {
  background: #70a53f;
}

.header-v2 .header-notify {
  background: #333;
}

.header-v2 .nav-top > li:before {
  background: #659439;
}

.header-v2 .nav-top > li > a {
  color: #fff;
}

.header-v2 .nav-top > li > a i {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .header-v2 .nav-main > li > a {
    color: #fff;
  }
  .header-v2 .nav-main > li > i {
    color: #fff;
  }
}

.header-v2 .hotline .hotline-content a, .header-v2 .hotline .hotline-content p {
  color: #fff;
}

.header-v2 .hotline .hotline-icon {
  color: #fff;
  border-color: #fff;
}

.header-v2 .cart-wishlist > ul > li:first-child .cart-wishlist-number {
  background: #fff;
  color: #70a53f;
}

.header-v2 .cart-wishlist > ul > li:first-child .cart-wishlist-content:before {
  border-bottom-color: #fff;
}

.header-v2 .cart-wishlist > ul > li > a > .fa {
  color: #fff;
}

.header-v2 .cart-wishlist .wishlist .number {
  color: #fd6363;
}

.header-v2 .cart-wishlist-money {
  color: #fff;
}

.header-v2 .header-search button {
  background: #527f30;
}

.header-v2 .header-search input[type="search"] {
  border-color: #fff;
}

.header-v2 .btn-menu-inner, .header-v2 .btn-menu-inner:before, .header-v2 .btn-menu-inner:after {
  background: #fff;
}

/*------------------------------------------------------------------
[18. Homepage Version 3]
*/
.header-v3 {
  background: #dbedcb;
}

.header-v3 .header-top {
  background: #70a53f;
}

.scroll-down .header-v3 .header-bottom {
  background: #70a53f;
}

.header-v3 .header-notify {
  background: #333;
}

.header-v3 .nav-top > li:before {
  background: #659439;
}

.header-v3 .nav-top > li > a {
  color: #fff;
}

.header-v3 .nav-top > li > a i {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .header-v3 .header-bottom {
    background: #fff;
  }
  .scroll-down .header-v3 .main-menu {
    left: 0;
  }
  .scroll-down .header-v3 .nav-main > li > a {
    color: #fff;
  }
  .scroll-down .header-v3 .nav-main > li > i {
    color: #fff;
  }
  .scroll-up .header-v3 .nav-main {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .scroll-up .header-v3 .nav-main .container {
    width: 900px;
  }
}

.header-v3 .hotline .hotline-content a, .header-v3 .hotline .hotline-content p {
  color: #fff;
}

.header-v3 .hotline .hotline-icon {
  color: #fff;
  border-color: #fff;
}

@media only screen and (min-width: 992px) {
  .scroll-up .header-v3 .cart-wishlist {
    position: absolute;
    right: 0;
    top: -86px;
  }
}

@media only screen and (min-width: 992px) {
  .scroll-down .header-v3 .cart-wishlist {
    position: static;
  }
}

.header-v3 .cart-wishlist > ul > li:first-child .cart-wishlist-number {
  background: #fff;
  color: #70a53f;
}

.header-v3 .cart-wishlist > ul > li:first-child .cart-wishlist-content:before {
  border-bottom-color: #659439;
}

.header-v3 .cart-wishlist > ul > li:first-child:hover .cart-wishlist-number {
  background: #659439;
  color: #fff;
}

.header-v3 .cart-wishlist > ul > li:first-child:hover > a > .fa {
  color: #659439;
}

.header-v3 .cart-wishlist > ul > li:first-child:after {
  background: #659439;
}

.header-v3 .cart-wishlist > ul > li:last-child .cart-wishlist-number {
  background: #fff;
  color: #ff6666;
}

.header-v3 .cart-wishlist > ul > li:last-child:hover .cart-wishlist-number {
  background: #ff6666;
  color: #fff;
}

.header-v3 .cart-wishlist > ul > li > a > .fa {
  color: #fff;
}

.header-v3 .cart-wishlist .wishlist .number {
  color: #fd6363;
}

.header-v3 .cart-wishlist-money {
  color: #fff;
}

.header-v3 .header-search button {
  background: #527f30;
}

.header-v3 .header-search input[type="search"] {
  border-color: #fff;
}

.header-v3 .btn-menu-inner, .header-v3 .btn-menu-inner:before, .header-v3 .btn-menu-inner:after {
  background: #fff;
}

/*------------------------------------------------------------------
[19. Blog Page]
*/
.panel-blog-list {
  margin-bottom: 25px;
}

.panel-blog-image {
  width: 100%;
}

.panel-blog-media {
  display: block;
}

.panel-blog-embed {
  position: relative;
  padding-top: 56.25%;
}

.panel-blog-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.panel-blog-title {
  font-size: 18px;
  margin-top: 15px;
}

.panel-blog-title a {
  color: #000;
}

.panel-blog-title a:hover {
  color: #70a53f;
}

.panel-blog-media,
.panel-blog-carousel,
.panel-blog-embed,
.panel-blog-group,
.panel-blog-title,
.panel-blog-summary {
  margin-bottom: 15px;
}

.panel-blog-content {
  line-height: 1.8461538462;
}

.panel-blog-content:before, .panel-blog-content:after {
  content: " ";
  display: table;
}

.panel-blog-content:after {
  clear: both;
}

.panel-blog-content p {
  margin-bottom: 30px;
}

.panel-blog-summary {
  margin-top: 15px;
}

.panel-blog-group .panel-blog-info {
  margin-bottom: 10px;
}

.panel-blog-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.panel-blog-info .fa {
  color: #70a53f;
  margin-right: 5px;
}

.panel-blog-info li {
  font-size: 11px;
  display: inline-block;
}

.panel-blog-info li:not(:first-child) {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #e5e5e5;
}

.panel-blog-info li a {
  color: #555;
}

.panel-blog-info li a:hover {
  color: #70a53f;
}

.panel-blog-summary {
  font-size: 14px;
  color: #555;
  line-height: 1.7142857143;
}

.panel-info-post {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.panel-info-post li {
  display: inline-block;
  font-size: 13px;
  margin-right: 25px;
}

.panel-info-post li:last-child {
  margin-right: 0;
}

.panel-info-post a {
  color: #555;
}

.panel-info-post .fa {
  margin-right: 10px;
}

.panel-info-like:hover {
  color: #70a53f;
}

.panel-info-comment:hover {
  color: #ff6666;
}

.carousel-thumbnail {
  display: block;
  position: relative;
}

.carousel-title {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 20px;
}

.panel-box {
  margin-bottom: 25px;
}

.panel-box-title {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.panel-box-search {
  border: 1px solid #e5e5e5;
  height: 40px;
  position: relative;
}

.panel-box-control {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 13px;
  color: #000;
  padding: 5px 50px 5px 10px;
}

.panel-box-find {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #555;
  font-size: 15px;
  border: none;
  outline: none;
}

.panel-box-find:hover {
  color: #70a53f;
}

.panel-box-article {
  margin-bottom: 15px;
}

.panel-box-article:before, .panel-box-article:after {
  content: " ";
  display: table;
}

.panel-box-article:after {
  clear: both;
}

.panel-box-media {
  display: block;
  float: left;
  width: 70px;
  margin-right: 10px;
}

.panel-box-name {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.6923076923;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-tags-label,
.panel-share-label {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}

.panel-tags-label {
  background: #000;
  padding: 5px 15px;
  color: #fff;
}

.panel-tags-blog {
  margin-bottom: 35px;
}

.panel-tags-blog a {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
}

.panel-tags-blog a:hover {
  color: #fff;
  background: #70a53f;
  border-color: #70a53f;
}

.panel-share-blog:before, .panel-share-blog:after {
  content: " ";
  display: table;
}

.panel-share-blog:after {
  clear: both;
}

.panel-share-blog .panel-blog-social {
  float: left;
}

.panel-share-blog .panel-blog-info {
  float: right;
}

.panel-box-banner {
  display: block;
  margin-bottom: 25px;
}

.panel-box-banner img {
  width: 100%;
}

.panel-article {
  padding-top: 22px;
}

.panel-article-heading {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 35px;
}

.panel-review-blog {
  padding-top: 32px;
}

.panel-review-search {
  height: 40px;
  width: 270px;
  position: relative;
  border: 1px solid #e5e5e5;
}

.panel-review-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 5px 40px 5px 15px;
  background: transparent;
}

.panel-review-find {
  font-size: 15px;
  color: #333;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  outline: none;
}

.comment-content {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}

.comment-content .search-comment {
  margin-bottom: 35px;
}

.comment-content .search-comment:after {
  content: '';
  display: table;
  clear: both;
}

.comment-content .search-comment p {
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.comment-content .search-comment form {
  float: right;
  height: 40px;
  width: 270px;
  position: relative;
  border: 1px solid #e5e5e5;
}

.comment-content .search-comment form input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
  padding: 0 15px;
  padding-right: 40px;
  background: 0;
}

.comment-content .search-comment form button {
  font-size: 15px;
  color: #333;
  background: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.list-comment {
  padding: 0;
  margin: 0;
}

.list-comment li {
  list-style-type: none;
  display: block;
  margin-bottom: 50px;
  position: relative;
  padding: 0 100px;
}

.list-comment li img {
  width: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.list-comment li h4 {
  margin: 0;
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.list-comment li h4 b {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.list-comment li p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.list-comment li .action-cmt {
  position: absolute;
  right: 0;
  top: 0;
}

.list-comment li .action-cmt a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-left: 15px;
}

.leave-comment {
  margin-bottom: 50px;
}

.leave-comment h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 35px;
}

.leave-comment .leave-cmt-frm:after {
  content: '';
  display: table;
  clear: both;
}

.leave-comment .leave-cmt-frm b {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.leave-comment .leave-cmt-frm textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  outline: none;
  resize: none;
  margin-bottom: 25px;
  height: 200px;
}

.leave-comment .leave-cmt-frm button {
  width: 140px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #000;
  outline: none;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.leave-comment .leave-cmt-frm button:hover {
  background: #70a53f;
}

.leave-comment .leave-cmt-frm .frm-group {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.leave-comment .leave-cmt-frm .frm-group:nth-child(5) {
  margin-right: 0;
}

.leave-comment .leave-cmt-frm .frm-group input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  outline: none;
  margin-bottom: 25px;
  height: 50px;
}

@media only screen and (min-width: 992px) {
  .panel-box, .panel-blog-list, .panel-box-banner {
    margin-bottom: 50px;
  }
  .panel-blog-title {
    margin-top: 0;
    font-size: 24px;
  }
  .panel-blog-media,
  .panel-blog-carousel,
  .panel-blog-embed,
  .panel-blog-group,
  .panel-blog-title,
  .panel-blog-summary {
    margin-bottom: 30px;
  }
  .panel-blog-summary {
    margin-top: 30px;
  }
  .panel-blog-group:before, .panel-blog-group:after {
    content: " ";
    display: table;
  }
  .panel-blog-group:after {
    clear: both;
  }
  .panel-blog-group .panel-blog-info {
    margin-bottom: 0;
  }
  .panel-blog-group .panel-blog-info:first-child {
    float: left;
  }
  .panel-blog-group .panel-blog-info:last-child {
    float: right;
  }
  .panel-blog-info li {
    font-size: 12px;
  }
  .panel-blog-info li:not(:first-child) {
    padding-left: 15px;
    margin-left: 15px;
  }
  .panel-review-heading:before, .panel-review-heading:after {
    content: " ";
    display: table;
  }
  .panel-review-heading:after {
    clear: both;
  }
  .panel-review-heading .panel-review-title {
    float: left;
  }
  .panel-review-heading .panel-review-search {
    float: right;
  }
}

/*------------------------------------------------------------------
[20. Contact Page]
*/
.panel-map {
  position: relative;
}

.panel-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.panel-map-size {
  padding-top: 47.0085470085%;
}

.panel-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.panel-contact-heading {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.panel-contact-summary {
  font-size: 15px;
  margin: 0 auto 20px;
  color: #333;
  line-height: 2.1333333333;
  max-width: 500px;
  text-align: center;
}

.panel-contact-list {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.panel-contact-list .row {
  margin-left: 0;
  margin-right: 0;
}

.panel-contact-list [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.panel-contact-item {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.panel-contact-title {
  margin-top: 0;
  font-size: 14px;
  color: #689a3c;
  text-transform: uppercase;
}

.panel-contact-info {
  font-size: 14px;
  color: #555;
  line-height: 1.7142857143;
}

.panel-contact-info:last-child {
  margin-bottom: 0;
}

.panel-contact-notice {
  font-size: 11px;
  color: #ff6666;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}

.panel-contact-submit {
  display: inline-block;
  width: 140px;
  height: 50px;
  outline: none;
  border: none;
  background: #000;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-contact-submit:hover {
  background: #70a53f;
}

.panel-contact-form textarea.form-control {
  min-height: 130px;
}

@media only screen and (min-width: 768px) {
  .panel-contact {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .panel-contact-horizontal {
    margin-bottom: 80px;
  }
  .panel-contact-heading,
  .panel-contact-summary {
    margin-bottom: 40px;
  }
  .panel-contact-item {
    padding: 40px;
  }
  .panel-contact-form textarea.form-control {
    min-height: 260px;
  }
}

@media only screen and (min-width: 992px) {
  .panel-contact-horizontal [class^="col-"]:not(:first-child) {
    border-left: 1px solid #e5e5e5;
  }
}

/*------------------------------------------------------------------
[21. About Page]
*/
.panel-about {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 2.1333333333;
  color: #333;
}

.panel-about ul a, .panel-about p a {
  color: #333;
}

.panel-about ul a:hover, .panel-about p a:hover {
  color: #70a53f;
}

.panel-about p {
  margin: 20px auto;
  line-height: 1.6em;
}

.panel-about-title {
  font-size: 30px;
  margin-top: 0;
  color: #000;
}

.panel-about-summary {
  max-width: 86%;
}

.panel-about-shopping {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  background: #689a3c;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-about-shopping:hover {
  color: #fff;
  background: #497d1b;
}

.panel-counter {
  background: #333;
}

.panel-counter-item,
.panel-team-item {
  margin-bottom: 20px;
}

.panel-counter-icon,
.panel-counter-number {
  color: #fff;
  font-size: 24px;
}

.panel-counter-icon {
  margin-bottom: 15px;
}

.panel-counter-number {
  margin-bottom: 20px;
}

.panel-counter-name {
  font-size: 16px;
  color: #689a3c;
}

.panel-counter,
.panel-team {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}

.panel-team-media {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.panel-team-media img {
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.panel-team-media:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.8;
}

.panel-team-title {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
}

.panel-team-job {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .panel-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .panel-counter {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .panel-counter-item,
  .panel-team-item {
    margin-bottom: 40px;
  }
  .panel-counter-icon,
  .panel-counter-number {
    font-size: 32px;
  }
  .panel-counter-icon {
    margin-bottom: 30px;
  }
  .panel-counter-number {
    margin-bottom: 40px;
  }
  .panel-team-media {
    margin-bottom: 30px;
  }
  .panel-team-title {
    margin-bottom: 10px;
  }
  .panel-about-summary {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------
[22. 404 Page]
*/
.panel-404 {
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
}

.panel-404-heading {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.panel-404-summary {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  line-height: 2;
}

.panel-404-back {
  display: inline-block;
  padding: 25px 50px;
  border: none;
  background: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-right: 5px;
  margin-top: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-404-back:hover {
  color: #fff;
  background: #70a53f;
}

.panel-404-go {
  display: inline-block;
  padding: 25px 44px;
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: 5px;
  margin-top: 10px;
}

.panel-404-go:hover {
  background: #70a53f;
  border-color: #70a53f;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .panel-404 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .panel-404-heading {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------------
[23. Single Page Product]
*/
.panel-product {
  margin-bottom: 35px;
}

.panel-product-media {
  position: relative;
  overflow: hidden;
}

.panel-single-thumbnail {
  margin-top: 20px;
}

.panel-single-thumbnail .owl-prev, .panel-single-thumbnail .owl-next {
  opacity: 1;
  filter: alpha(opacity=100);
}

.panel-single-thumbnail:hover .owl-prev {
  left: 0;
}

.panel-single-thumbnail:hover .owl-next {
  right: 0;
}

.panel-product-title {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.modal .panel-product-title {
  margin-top: 20px;
  margin-right: 30px;
}

.panel-product-line {
  margin-bottom: 15px;
  line-height: 24px;
}

.panel-product-line:before, .panel-product-line:after {
  content: " ";
  display: table;
}

.panel-product-line:after {
  clear: both;
}

.modal .panel-product-line {
  margin-right: 30px;
}

.panel-product-label {
  color: #000;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.panel-product-rating {
  color: #eec522;
}

.panel-product-price {
  font-size: 18px;
  font-weight: 700;
  color: #ff6666;
  line-height: 1;
}

.panel-product-instock a {
  color: #70a53f;
  font-weight: 700;
}

.panel-product-colors a {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9090px;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}

.panel-product-colors .black {
  background: #000;
}

.panel-product-colors .brown {
  background: #9a7d60;
}

.panel-product-colors .yellow {
  background: #e9d847;
}

.panel-product-colors .red {
  background: #ea7272;
}

.panel-product-colors .green {
  background: #89ae78;
}

.panel-product-colors .blue {
  background: #637bc9;
}

.panel-product-sizes a {
  text-transform: uppercase;
  color: #333;
  display: inline-block;
  margin-right: 20px;
}

.panel-product-sizes a:hover {
  color: #70a53f;
}

.panel-product-order:before, .panel-product-order:after {
  content: " ";
  display: table;
}

.panel-product-order:after {
  clear: both;
}

.panel-product-control {
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  float: left;
  text-align: center;
  outline: none;
  background: #fff;
  color: #000;
  padding: 5px;
  border: 1px solid #e5e5e5;
}

.panel-product-control:not(:first-child) {
  margin-left: -1px;
}

.panel-product-buy {
  width: 132px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #000;
  text-transform: uppercase;
  float: left;
  margin-left: 10px;
}

.panel-product-buy:hover {
  background: #70a53f;
  color: #fff;
}

.panel-product-actions a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}

.panel-product-actions a:hover {
  color: #70a53f;
}

.panel-product-actions .fa {
  font-size: 15px;
  margin-right: 10px;
}

.panel-product-share a {
  display: inline-block;
  margin-right:5px;
  font-size: 14px;
  text-align: center;
}

.panel-product-share .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f2f2f2;
  color: #ababab;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-product-share .fa:hover {
  color: #fff;
}

.panel-product-share .fa-facebook:hover {
  background: #3b5999;
}

.panel-product-share .fa-pinterest:hover {
  background: #d11a1e;
}

.panel-product-share .fa-twitter:hover {
  background: #40b7e2;
}

.panel-product-share .fa-google-plus:hover {
  background: #d43e26;
}

.panel-product-share .fa-instagram:hover {
  background: #3f71a2;
}

.panel-product-share .fa-youtube-play:hover {
  background: #d03226;
}

.panel-detail {
  margin-bottom: 20px;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  position: relative;
  top: 1px;
  list-style: none;
}

.nav-tabs li {
  display: inline-block;
  font-size: 14px;
}

.nav-tabs li a {
  display: block;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid transparent;
}

.nav-tabs li.active a, .nav-tabs li:hover a {
  color: #000;
  border-color: #000;
}

.tab-content {
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  line-height: 1.8461538462;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
  color: #000;
}

.panel-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.panel-row {
  display: table-row;
}

.panel-cell {
  display: table-cell;
}

.panel-additional {
  margin-top: 15px;
}

.panel-additional .panel-cell {
  padding: 10px;
  vertical-align: top;
}

.panel-additional .panel-cell:first-child {
  font-weight: 700;
  color: #000;
}

.panel-additional .panel-row:nth-child(2n+1) {
  background: #f7f7f7;
}

.add-review-tab h2 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 35px;
}

.add-review-tab p b {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #000;
}

.add-review-tab p i {
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}

.add-review-tab .add-review-tab-frm:after {
  content: '';
  display: table;
  clear: both;
}

.add-review-tab .add-review-tab-frm b {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.add-review-tab .add-review-tab-frm textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  outline: none;
  resize: none;
  margin-bottom: 25px;
  height: 200px;
}

.add-review-tab .add-review-tab-frm button {
  width: 140px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #000;
  outline: none;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.add-review-tab .add-review-tab-frm button:hover {
  background: #689a3c;
}

.add-review-tab .add-review-tab-frm .frm-group {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.add-review-tab .add-review-tab-frm .frm-group:nth-child(4) {
  margin-right: 0;
}

.add-review-tab .add-review-tab-frm .frm-group input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 15px;
  outline: none;
  margin-bottom: 25px;
  height: 50px;
}

.status-of-product {
  position: absolute;
  width: 80px;
  left: 0;
  top: 0;
  padding: 10px;
  font-size: 11px;
  z-index: 2;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.is-coming-soon {
  background: #637bc9;
}

.is-newest {
  background: #70a53f;
}

.is-sold-out {
  background: #000;
}

.is-sale-off {
  background: #ff6666;
}

.panel-related,
.panel-recently {
  padding-top: 25px;
  padding-bottom: 25px;
}

.panel-related-slider .owl-next, .panel-related-slider .owl-prev {
  top: 35%;
}

.panel-related-slider,
.panel-recently-slider {
  margin-top: 40px;
}

.panel-recently-item:before, .panel-recently-item:after {
  content: " ";
  display: table;
}

.panel-recently-item:after {
  clear: both;
}

.panel-recently-media {
  float: left;
  width: 100px;
  margin-right: 7px;
}

.panel-recently-category,
.panel-recently-title {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.panel-recently-category a:hover,
.panel-recently-title a:hover {
  color: #70a53f;
}

.panel-recently-category {
  font-weight: 400;
  text-transform: uppercase;
}

.panel-recently-category a {
  color: #333;
}

.panel-recently-title a {
  color: #222222;
}

.panel-recently-review {
  color: #eec522;
  margin-bottom: 5px;
}

.panel-recently-price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ff6666;
}

.zoom {
  display: inline-block;
  position: relative;
  cursor: all-scroll;
}

.zoom img {
  display: block;
  max-width: 100%;
}

.zoom::-moz-selection {
  background-color: transparent;
}

.zoom::selection {
  background-color: transparent;
}

.panel-review-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.panel-review-author,
.panel-review-title {
  color: #000;
}

.panel-review-item {
  table-layout: fixed;
  margin-bottom: 25px;
}

.panel-review-item .panel-cell {
  vertical-align: top;
  position: relative;
}

.panel-review-item .panel-cell:first-child {
  width: 48px;
}

.panel-review-item .panel-cell:last-child {
  padding-left: 10px;
}

.panel-review-item .panel-review-item {
  margin-top: 10px;
}

.panel-review-header {
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 70px;
}

.panel-review-content {
  margin-bottom: 0;
}

.panel-review-action {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 14px;
  text-align: right;
}

.panel-review-action a {
  display: inline-block;
  color: #141313;
}

.panel-review-action a:first-child {
  margin-right: 15px;
}

.panel-review-action a:hover {
  color: #70a53f;
}

.panel-review-avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.panel-review-time {
  display: block;
  color: #141313;
  margin-top: 10px;
}

.panel-review-space {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.panel-review-group {
  margin-bottom: 15px;
}

.panel-review-control {
  margin-top: 10px;
}

.panel-review-label {
  color: #000;
  font-size: 14px;
  margin-bottom: 0;
}

.panel-review-vote {
  display: inline-block;
  color: #eec522;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

.panel-review-submit {
  width: 140px;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  background: #000;
  outline: none;
  border: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.panel-review-submit:hover {
  color: #fff;
  background: #70a53f;
}

@media only screen and (min-width: 768px) {
  .panel-product-title {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .panel-product-line {
    margin-bottom: 10px;
  }
  .panel-product {
    margin-bottom: 70px;
  }
  .tab-content {
    padding: 20px 30px;
  }
  .panel-additional {
    table-layout: fixed;
    margin-top: 30px;
  }
  .panel-additional .panel-cell {
    padding: 20px;
  }
  .panel-additional .panel-cell:first-child {
    width: 25%;
  }
  .panel-additional .panel-row:nth-child(2n+1) {
    background: #f7f7f7;
  }
  .panel-product-buy {
    width: 170px;
  }
  .panel-review-item {
    margin-bottom: 30px;
  }
  .panel-review-item .panel-cell:first-child {
    width: 70px;
  }
  .panel-review-item .panel-cell:last-child {
    padding-left: 30px;
  }
  .panel-review-item .panel-review-item {
    margin-top: 20px;
  }
  .panel-review-time, .panel-review-space {
    display: inline-block;
  }
  .panel-review-time {
    margin-top: 0;
  }
  .panel-review-content {
    padding-right: 70px;
  }
  .panel-review-title {
    margin-bottom: 35px;
  }
  .panel-review-group {
    margin-bottom: 25px;
  }
  .panel-single-thumbnail {
    padding-left: 55px;
    padding-right: 55px;
  }
}

/*------------------------------------------------------------------
[24. Checkout Page]
*/
.panel-checkout {
  padding-top: 40px;
  padding-bottom: 100px;
}

.panel-checkout-item {
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.panel-checkout-group {
  margin-bottom: 20px;
}

.panel-checkout-control {
  width: 100%;
  height: 45px;
  outline: none;
  border: none;
  background: #f2f2f2;
  color: #000;
  padding: 5px 20px;
}

.panel-checkout-control:hover, .panel-checkout-control:focus {
  background: #e5e5e5;
}

textarea.panel-checkout-control {
  min-height: 100px;
}

.panel-checkout-heading {
  font-size: 24px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.panel-checkout-submit {
  width: 150px;
  height: 50px;
  outline: none;
  border: none;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.panel-checkout-submit:hover {
  color: #fff;
  background: #70a53f;
}

.panel-checkout-summary {
  margin-bottom: 20px;
  line-height: 1.8461538462;
}

.panel-checkout-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.panel-checkout-table a {
  color: #333;
}

.panel-checkout-table a:hover {
  color: #70a53f;
}

.panel-checkout-row {
  display: table-row;
}

.panel-checkout-cell {
  display: table-cell;
  border-top: 1px solid #e5e5e5;
  padding: 15px 5px;
}

.panel-checkout-cell:not(:first-child) {
  text-align: right;
}

.panel-checkout-cell:first-child {
  padding-left: 0;
}

.panel-checkout-total .panel-checkout-cell:first-child {
  color: #000;
}

.panel-checkout-cell:last-child {
  padding-right: 0;
}

.panel-checkout-total .panel-checkout-cell:last-child {
  color: #ff6666;
}

.panel-checkout-head .panel-checkout-cell {
  text-align: center;
}

.panel-checkout-head {
  color: #000;
  text-transform: uppercase;
  background: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}

/*------------------------------------------------------------------
[25. Login Page]
*/
.panel-login {
  padding-top: 20px;
  padding-bottom: 15px;
}

.panel-login-inner {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 30px;
}

.panel-login-heading {
  font-size: 24px;
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.3333333333;
}

.panel-login-summary, .panel-register-summary {
  color: #333;
  line-height: 1.8461538462;
  margin-bottom: 20px;
}

.panel-register-summary {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.panel-login-group {
  margin-bottom: 20px;
}

.panel-login-group:last-child {
  margin-bottom: 0;
}

.panel-login-control {
  width: 100%;
  height: 50px;
  border: none;
  background: #f2f2f2;
  outline: none;
  padding: 5px 20px;
}

.panel-login-control:focus, .panel-login-control:hover {
  background: #e5e5e5;
}

.panel-login-button {
  width: 100%;
}

.panel-login-button, .panel-register-go {
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  min-width: 140px;
  text-align: center;
  border: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.panel-login-button:hover, .panel-register-go:hover {
  color: #fff;
  background: #70a53f;
}

.panel-register-action {
  text-align: center;
}

.panel-login-forget {
  display: inline-block;
  margin-bottom: 10px;
}

.panel-login-check {
  margin-bottom: 10px;
}

.panel-login-check input[type="checkbox"] {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .panel-login {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .panel-login-inner {
    padding: 20px 25px;
  }
  .panel-login-check {
    float: left;
  }
  .panel-login-forget {
    float: right;
  }
  .panel-login-group:before, .panel-login-group:after {
    content: " ";
    display: table;
  }
  .panel-login-group:after {
    clear: both;
  }
}

@media only screen and (min-width: 992px) {
  .panel-login-inner {
    padding: 40px 45px;
  }
  .panel-login-summary, .panel-register-summary {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .panel-login-check {
    float: left;
  }
  .panel-login-forget {
    float: right;
  }
  .panel-login-group:before, .panel-login-group:after {
    content: " ";
    display: table;
  }
  .panel-login-group:after {
    clear: both;
  }
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #e5e5e5;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

input[type="checkbox"]:focus {
  outline: none;
}

input[type="checkbox"]:after {
  content: '';
  width: 7px;
  height: 13px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  left: 5px;
  top: -3px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
       -o-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input[type="checkbox"]:checked {
  outline: none;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
       -o-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

/*------------------------------------------------------------------
[26. Lookbook Page]
*/
.panel-lookbook {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.panel-lookbook:hover .panel-lookbook-like {
  color: #ff6666;
}

.panel-lookbook:hover .panel-lookbook-title {
  color: #689a3c;
}

.panel-lookbook-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.panel-lookbook-media {
  width: 100%;
}

.panel-lookbook-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.panel-lookbook:hover .panel-lookbook-mask {
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.75) 0 0 10px 300px;
          box-shadow: inset rgba(255, 255, 255, 0.75) 0 0 10px 300px;
}

.panel-lookbook-mask .fa {
  background: #fff;
  color: #333;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.panel-lookbook-mask .fa:hover {
  -webkit-box-shadow: #999 0 0 5px;
          box-shadow: #999 0 0 5px;
  color: #689a3c;
}

.panel-lookbook:hover .panel-lookbook-mask .fa {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.panel-lookbook-category {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.panel-lookbook-heading {
  font-size: 14px;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}

.panel-lookbook-like {
  color: #333;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.panel-lookbook-catename {
  color: #555;
}

/*------------------------------------------------------------------
[27. Order Page]
*/
.panel-complete {
  padding-bottom: 100px;
}

.panel-complete-notice {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  font-size: 24px;
}

.panel-complete-notice .fa {
  margin-right: 10px;
}

.panel-complete-success {
  border: 1px solid #689a3c;
  color: #689a3c;
}

.panel-complete-error {
  border: 1px solid #ff6666;
  color: #ff6666;
}

.panel-complete-item {
  border: 1px solid #e5e5e5;
  padding: 35px 40px;
  text-align: center;
  margin-bottom: 30px;
}

.panel-complete-title {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.panel-complete-summary {
  color: #333;
  margin-bottom: 0;
  line-height: 1.8461538462;
}

@media only screen and (min-width: 768px) {
  .panel-complete-notice {
    margin-bottom: 60px;
  }
  .panel-complete-item {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------------
[28. Footer / .footer]
*/
.footer {
  background: #171717;
}

.panel-shipping {
  padding-top: 30px;
}

.footer .panel-shipping {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.panel-shipping .col-md-3 {
  margin-bottom: 15px;
}

.panel-shipping .col-md-3:nth-child(2n+1):after {
  display: none;
}

.panel-shipping .col-md-3:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e5e5e5;
}

.footer .panel-shipping .col-md-3:after {
  background: #333;
}

.panel-shipping-item {
  padding-left: 50px;
  position: relative;
}

.footer .panel-shipping-item {
  color: #999999;
}

.panel-shipping-item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
}

.footer .panel-shipping-item h4 {
  color: #fff;
}

.panel-shipping-item p {
  font-size: 13px;
  margin-bottom: 0;
}

.panel-shipping-item > div {
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 1;
  padding: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.panel-shipping-item img {
  width: 32px;
}

.panel-shipping-item:hover > div {
  -webkit-box-shadow: inset #fff 0 0 0 50px;
          box-shadow: inset #fff 0 0 0 50px;
}

.footer-list {
  padding-top: 40px;
  padding-bottom: 7px;
}

.footer-list h3 {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
}

.footer-list-item {
  margin-bottom: 40px;
}

.footer-list-info {
  margin: 0;
  padding: 2px 0 0;
  font-size: 14px;
  list-style: none;
  line-height: 24px;
}

.footer-list-info li {
  padding: 10px 0 0px 30px;
  position: relative;
  color: #999999;
}

.footer-list-info li .fa {
  font-size: 15px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 14px;
}

.footer-social {
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 0;
}

.footer-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}

.footer-social li a {
  display: block;
  font-size: 14px;
  text-align: center;
}

.footer-social li .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #333;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-social li .fa:hover {
  color: #fff;
}

.footer-social li .fa-facebook:hover {
  background: #3b5999;
}

.footer-social li .fa-pinterest:hover {
  background: #d11a1e;
}

.footer-social li .fa-twitter:hover {
  background: #40b7e2;
}

.footer-social li .fa-google-plus:hover {
  background: #d43e26;
}

.footer-social li .fa-instagram:hover {
  background: #3f71a2;
}

.footer-social li .fa-youtube-play:hover {
  background: #d03226;
}

.menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-footer li {
  padding-top: 7px;
  padding-bottom: 2px;
}

.menu-footer li a {
  display: block;
  color: #999999;
  font-size: 14px;
}

.menu-footer li a:hover {
  color: #70a53f;
}

.footer-newsletter {
  border-top: 1px solid #333;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-newsletter p {
  font-size: 16px;
  color: #999999;
  text-align: center;
}

.footer-newsletter p b {
  color: #70a53f;
  font-weight: 400;
}

.footer-newsletter p span {
  color: #fff;
  font-weight: 400;
}

.footer-newsletter input {
  background: #333 url("../img/img/mail.png")/*tpa=http://v-themes.com/masta/template/img/img/mail.png*/ no-repeat 15px center;
  height: 42px;
  width: 100%;
  padding-left: 45px;
  padding-right: 10px;
  border: 0;
  outline: none;
  font-size: 12px;
  color: #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.footer-newsletter button {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 130px;
  background: #70a53f;
  height: 100%;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 479px) {
  .footer-newsletter button {
    width: 100px;
  }
}

.newsletter-form {
  position: relative;
  padding-right: 130px;
  height: 42px;
}

@media only screen and (max-width: 479px) {
  .newsletter-form {
    padding-right: 100px;
  }
}

.newsletter-frm {
  float: right;
}

.newsletter-frm:after {
  content: '';
  display: table;
  clear: both;
}

.footer-copyright {
  background: #0e0e0e;
  padding-top: 14px;
  padding-bottom: 4px;
  color: #999999;
  font-size: 13px;
  text-align: center;
}

.footer-copyright p {
  margin-bottom: 10px;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
}

.btn-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 90;
  text-transform: uppercase;
}

.btn-top-link {
  display: block;
  color: #999999;
}

.btn-top-link .fa {
  border: 1px solid #999999;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-top-link span {
  float: right;
  line-height: 15px;
  font-size: 12px;
  display: none;
  margin-left: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-top-link:hover i {
  background: #70a53f;
  border-color: #70a53f;
  color: #fff;
}

.btn-top-link:hover span {
  color: #70a53f;
}

@media only screen and (min-width: 992px) {
  .panel-shipping {
    text-align: center;
    padding-top: 60px;
  }
  .footer .panel-shipping {
    padding-bottom: 30px;
  }
  .panel-shipping .col-md-3 {
    margin-bottom: 29px;
  }
  .panel-shipping .col-md-3:nth-child(2n+1):not(:first-child):after {
    display: block;
  }
  .panel-shipping-item {
    display: inline-block;
    text-align: left;
  }
  .btn-top {
    bottom: 50px;
  }
  .btn-top-link .fa {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .btn-top-link span {
    display: block;
  }
  .footer-copyright-info {
    text-align: left;
  }
  .footer-copyright-payment {
    text-align: right;
  }
  .menu-footer li {
    padding: 5px 0 5px;
  }
  .footer-list {
    padding-top: 80px;
    padding-bottom: 14px;
  }
  .footer-list h3 {
    margin-bottom: 15px;
  }
  .footer-newsletter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-newsletter p {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  .panel-shipping .col-md-3:after {
    display: none;
  }
  .panel-shipping-item {
    padding-left: 0;
    text-align: center;
  }
  .panel-shipping-item > div {
    position: static;
    margin-bottom: 5px;
  }
  .panel-shipping-item img {
    width: 32px;
  }
  .panel-shipping-item:hover > div {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-newsletter p {
    margin-top: 8px;
  }
}

/*------------------------------------------------------------------
[29. Helper Class]
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.is-hot, .is-new {
  color: #fff;
  display: inline-block;
  font-size: 9px;
  width: 38px;
  height: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
}

.is-hot:before, .is-new:before {
  content: "";
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  position: absolute;
  bottom: -6px;
  left: 5px;
}

.is-hot {
  background: #ff6666;
}

.is-hot:before {
  border-left-color: #ff6666;
}

.is-new {
  background: #70a53f;
}

.is-new:before {
  border-left-color: #70a53f;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[class*="fa-flag"] {
  width: 16px;
  height: 11px;
  background-image: url("../img/flags.png")/*tpa=http://v-themes.com/masta/template/img/flags.png*/;
}

.fa-flag-usa {
  background-position: 0 0;
}

.fa-flag-fra {
  background-position: 0 11px;
}

.fa-flag-ger {
  background-position: 0 22px;
}

.fa-flag-rus {
  background-position: 0 33px;
}

.pd-5 {
  padding: 0 5px;
}

.owl-dots {
  margin-top: 14px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.owl-dot.active span {
  background-color: #70a53f;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-prev {
  left: 10px;
}

.owl-carousel:hover .owl-next {
  right: 10px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  opacity: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  margin-top: -21px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.3);
}

.owl-prev:hover,
.owl-next:hover {
  background: #70a53f;
  color: #fff;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.no-margin {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .right-sm {
    float: right;
  }
}

@media only screen and (min-width: 992px) {
  .pc-only {
    display: none;
  }
}
/* custom */
.panel-grid-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    z-index:  1;

}
.panel-banner-v2  h2, .panel-banner-v2  h4, .panel-banner-v2  p {
    position: relative;
    z-index:  10;
        
}
.panel-banner-v2  h2, .panel-banner-v2  h4 {
    color: #fff;
}
.panel-banner-v2  p {
    
}

.panel-banner-v2  .item {
    position: relative;
}
.panel-banner-v2  .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    z-index:  1;
    background-color: rgba(0, 0, 0, .2);
}