.paypal_plus_instalments{
	font-size: 14px;
	position: relative;
	cursor: pointer;
	width: 100% !important;
	min-width: 100%;
	padding: 5px 0;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 1px 12px rgba(0, 0, 0, .175);
}

.installment_paypal_plus{
	width: 100%;
}

.sa_payPal_overlay {
	visibility:visible;
	position:fixed;
	width:100%;
	height:100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88ffffff', EndColorStr='#88ffffff');
	background:rgba(255,255,255,0.8);
	top:0;
	left:0;
	z-index: 999999;
}

.sa_payPal_overlay h2 {
	display: block;
	float: none;
	color: #2F6395;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.sa_payPal_overlay_01 {
	background: #FFF;
	background-image: linear-gradient(top, #FFFFFF 45%, #E9ECEF 80%);
	background-image: -o-linear-gradient(top, #FFFFFF 45%, #E9ECEF 80%);
	background-image: -moz-linear-gradient(top, #FFFFFF 45%, #E9ECEF 80%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 45%, #E9ECEF 80%);
	background-image: -ms-linear-gradient(top, #FFFFFF 45%, #E9ECEF 80%);
	background-image: -webkit-gradient(linear, left top,left bottom,color-stop(0.45, #FFFFFF),color-stop(0.8, #E9ECEF));
	display: block;
	margin: auto;
	position: fixed;
	margin-left:-220px;
	left:45%;
	top: 40%;
	text-align: center;
	color: #2F6395;
	font-family: Arial;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	width: 530px;
	-webkit-box-shadow: 3px 2px 13px rgba(50, 50, 49, 0.25);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 5px;
	border: 1px solid #CFCFCF;
	border-radius: 6px;
}

.icon_animated_prog_dkgy {
	display:block;
	margin:0 auto 10px;
}

.sa_payPal_overlay p {
	font-size:13px;
	color: #003171;
	font-weight:400;
	margin: 10px 0;
}

div.paypal_plus_loading {
	border: 0px;
	height: 32px;
	width: 100%;
}

#agreementsBox .agreement-content { background: none; border: 0px; border-bottom: 1px solid #cccccc; color: #2e8ab8; font-size: 20px; }

#agreementsBox {
	padding: 20px;
	background: #fff;
	margin-top: -136px;
	text-align: center;
    z-index: 9999999;
    margin-left: -100px;
}
#agreementsBox form { text-align: left; }


#lightbox-close {
    background: #000;
    border-radius: 15px;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    width: 26px;
    cursor: pointer;
}

.agreementsContainer { display:none; position:fixed; height: 100%; width: 100%; background: #000; top:0; opacity: 0.4; z-index: 99999; }
.agreemShow { display: block !important; }
.dialog { z-index: 999999999 !important; }

#paypal_plus_loading {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-color: #2180c0 rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 8px;
	/*border-top: 10px solid rgba(33,128,192, 0.2);
	border-right: 10px solid rgba(33,128,192, 0.2);
	border-bottom: 10px solid rgba(33,128,192, 0.2);
	border-left: 10px solid #2180c0;*/
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 0.7s infinite linear;
}
#paypal_plus_loading,
#paypal_plus_loading:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.paypal-logo-product {
	float: right;
}
.paypal-logo-product .label {
	margin-top: 4px;
}
.paypal-logo-product .label a {
	font-size: 12px;
	line-height: 1.5;
}

.paypal-logo-product { float: left; }

#payment_form_paypal_plus {
	width: 100%;
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

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

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

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

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

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

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

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

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

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

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #F4F4F4;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #F4F4F4;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
/*
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
*/
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: 'Montserrat', sans-serif;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, 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: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

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

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

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

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

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

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

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

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

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

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

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

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

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.uniflores.com.br/skin/frontend/sm-supershop/default/css/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.uniflores.com.br/skin/frontend/sm-supershop/default/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.uniflores.com.br/skin/frontend/sm-supershop/default/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.uniflores.com.br/skin/frontend/sm-supershop/default/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.uniflores.com.br/skin/frontend/sm-supershop/default/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #F4F4F4;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

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

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F4F4F4;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F4F4F4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #F4F4F4;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

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

.panel-body:after {
  clear: both;
}

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

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/*
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
*/
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #F4F4F4;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

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

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

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

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

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

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

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

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}



.paypal-logo-product {
	display: none;
}

#ajax-errors {
	display: none !important;
}

.cartcustom .fa-heart:before {
	color: #fff;
}

.cartcustom .fa-random:before {
	color: #fff;
}

.cartcustom .button {
	background: #663d2b;
}

.cartcustom .button:hover {
	background: #663d2b;
}

.dropdown_sidebar .nav-mobile li.level-top.parent-active .touch-button {
	color: #fff !important;
	font-weight: bolder !important;
}

.parent-active .level-top span {
	color: #fff;
    font-weight: normal;
    padding-bottom: 5px;
    display: block;
}

.parent-active .level-top span:hover {
	color: #fff;
}

.level1 a {
	color: #fff !important;
}

.level1 a:hover {
	color: #333 !important;
}

.wrapper-catalog {
	background: #fff;
	border-top: solid 2px #663d2b;
	width: 100%;
	padding: 10px;
}

.wrapper-catalog h1 {
	font-size: 24px !important;
	margin-bottom: 20px !important;
	color: #78a345 !important;
	border-bottom: solid 1px rgba(108, 196, 108, 0.18) !important;
	padding-bottom: 10px !important;
}

.wrapper-catalog h2.texto_lorem {
	font-size: 24px !important;
	margin-bottom: 20px !important;
	color: #78a345 !important;
	border-bottom: solid 1px rgba(108, 196, 108, 0.18) !important;
	padding-bottom: 10px !important;
}

.wrapper-margin {
	margin-top: 0px !important;
}

.wrapper-margin-only-desktop {
	margin-top: 0px !important;
}

.onestep15 {
	width: 15%;
	height: 50px;
	float: left;
}

.onestep85 {
	width: 85%;
	height: 50px;
	float: left;
	align-items: center;
	display: flex;
}

.onestepvantagens2 {
	width: 200px;
	float: right;
	margin-bottom: -20px;
}

.onesteptopo2 {
	width: 80%;
	float: left;
	color: #575757;
	padding-top: 30px;
}

.onesteplogo2 {
	width: 20%;
	float: left;
	text-align: center;
}

.slide01_classe {
	display: block;
}

.slide02_classe {
	display: none;
}

.slide03_classe {
	display: none;
}

.slide01-sp_classe {
	display: block;
}

.slide02-sp_classe {
	display: none;
}

.slide03-sp_classe {
	display: none;
}

.topobotoes {
	position: absolute;
	top: 6%;
	z-index: 1;
}

.escolha_cidade_baixo {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.5;
    margin-top: 10px;
	margin-bottom: -10px;
}

.escolha_cidade_baixo:hover {
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-ms-filter: none !important;
	-o-filter: none !important;
	filter: none !important;
	transition-property: -webkit-filter, -moz-filter, -ms-filter, -o-filter, filter, opacity !important;
	transition-duration: 0.3s !important;
	opacity: 1 !important;
}

.topleft-content {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.topleft-content:hover {
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-ms-filter: none !important;
	-o-filter: none !important;
	filter: none !important;
	transition-property: -webkit-filter, -moz-filter, -ms-filter, -o-filter, filter, opacity !important;
	transition-duration: 0.3s !important;
}

.selqualcidade {
	width: 95%;
	border: solid 1px #cccccc;
	height: 30px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
}

.formas-bottom {
	min-height: 120px;
	text-align: center;
}

.info-bottom a {
	color: #58a058 !important;
}

.info-bottom a:hover {
	color: #333 !important;
	transition: 0.2s !important;
	-moz-transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}

.wrapper_custom_x {
	width: 100%;
	float: left;
	padding: 15px 30px 30px 30px;
	background: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	border-top: solid 2px #663d2b;
}

.wrapper_custom_x h1 {
	font-size: 24px !important;
	margin-bottom: 20px !important;
	color: #78a345 !important;
	border-bottom: solid 1px rgba(108, 196, 108, 0.18) !important;
	padding-bottom: 10px !important;
}

.wrapper_custom_x h2 {
	font-size: 18px !important;
	color: #663d2b !important;
	margin-bottom: 10px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

.wrapper_custom_x h3 {
	font-size: 16px !important;
	color: #999 !important;
	margin-bottom: 10px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

.wrapper_custom_x a {
	color: #58a058;
	font-weight: normal;
}

.wrapper_custom_x a:hover {
	color: #333;
}

.basic-products-slider .product-name {
	font-size: 13px !important;
}

.product-view .old-price {
	font-size: 10px !important;
}

.box-related-upsell .product-name {
	font-size: 13px !important;
}

.box-related-upsell .price-box {
	margin-top: -5px !important;
}

.box-related-upsell .precoCustomX {
	margin-top: -12px !important;
	margin-bottom: 8px !important;
	font-size: 13px !important;
}

.carrinho_botao_superior {
	text-align: right;
	margin-bottom: 10px;
	width: 45.2%;
	margin-left: 53.2%;
}

.table-flex {
	width: 50%;
	min-height: 70px;
	float: left;
	font-size: 11px;
}

#shopping-cart-table {
	border: 0px solid #ededed !important;
}

.cartcustom {
	background: #fff;
	padding: 15px;
	margin-top: -20px;
	border-top: solid 2px #663d2b;
}

.cartcustom a {
	color: #58a058 !important;
	font-weight: normal !important;
}

.cartcustom a:hover {
	color: #333 !important;
}

.crosssell .product-name {
	font-size: 13px;
	color: #666666;
}

#catalog-listing .product-name {
	font-size: 13px !important;
}

.itemspecial {
	background: #fff;
}

.div_botao_extra {
	position: absolute;
	margin-left: -10px;
	z-index: 20;
	width: 33.1%;
	/*height:78px;*/
	height: 88px;
	text-align: center;
	display: none;
	/*margin-top: 15px;*/
	margin-top: 2px;
	background: #fff;
}

.botao_compra_destaque {
	background: #78a345;
    border: none;
    width: 90%;
    /*height: 30px !important;*/
    height: 45px !important;
    color: #fff;
    font-size: 13px;
}

.toolbar-bottom {
	margin-top: -25px;
}

.orange-tooltip+.tooltip>.tooltip-inner {
	background: #f3a344 !important;
}

.orange-tooltip+.tooltip>.tooltip-arrow {
	border-top-color: #663d2b !important;
}

.bottom-action .btn-cart {
	background: #f3a344 !important;
}

.check-mini-btn {
	background: #78a345 !important;
	width: 154px !important;
	font-size: 12px !important;
	padding-left: 15px !important;
}

.check-mini-btn:hover {
	background: #8BE08B !important;
}

.botao_fin {
	width: 100% !important;
	background: #78a345 !important;
	border: none !important;
	color: #fff !important;
	font-size: 16px !important;
}

.botao_fin:hover {
	font-weight: bolder !important;
	background: #8BE08B !important;
	transition: 0.2s !important;
	-moz-transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}

.label_esquerda {
	font-size: 12px;
	display: inline !important;
}

.label_esquerda_alto {
	font-size: 12px;
	margin-bottom: 0px !important;
}

.input_format_x {
	width: 250px;
	height: 33px;
	border: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}

.botao_news {
	background: #663d2b;
	border: none;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.botao_news:hover {
	font-weight: bolder;
	background: #663d2b;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.botao_compra {
	width: 100%;
    background: #78a345 !important;
    border: none;
    color: #fff !important;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: normal !important;
    font-size: 12px;
}

.botao_fav {
	display: block;
    width: 100% !important;
    border: 1px solid #cccccc !important;
    padding-left: 23px;
    padding-right: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    color: #666 !important;
    text-align: center;
}

.resizex {
	width: 132px !important;
}

.list-categories {
	/*font-size: 9px;*/
	font-size: 12px;
}

.logo_rodape {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.5;
}

.logo_rodape:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	transition-property: -webkit-filter, -moz-filter, -ms-filter, -o-filter, filter, opacity;
	transition-duration: 0.3s;
	opacity: 1;
}

.conteudo-rodape {
	font-size: 12px !important;
	color: #fff !important;
	text-align: center !important;
}

.conteudo-rodape a {
	color: #9e9e9e !important;
}

.conteudo-rodape a:hover {
	color: #6b6b6b !important;
	transition: 0.2s !important;
	-moz-transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}

.conteudo-rodape-midias {
	font-size: 14px !important;
	color: #fff !important;
	text-align: center !important;
	min-height: 170px !important;
}

.conteudo-rodape-midias a {
	color: #fff !important;
}

.conteudo-rodape-midias a:hover {
	color: #fff !important;
	transition: 0.2s !important;
	-moz-transition: 0.2s !important;
	-webkit-transition: 0.2s !important;
}

.titulo-links-rodape {
	color: #595959;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 100;
}

.promotion-top {
	display: none !important;
}

.imagem_da_logo {
	height: 80px !important;
	margin-top: -42px !important;
}

.selector {
	border: 1px solid #ededed;
	position: relative;
	width: auto !important;
}

.selector select {
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.selector span {
	display: block;
	position: relative;
	padding-right: 38px;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	width: auto !important;
}

.selector span:before {
	font-family: fontawesome;
	content: "\f107";
	font-size: 14px;
	width: 37px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
}

/*@font-face {
	font-family: 'Chivo Regular';
	font-style: normal;
	font-weight: 400;
	src: local('Chivo'), local('Chivo-Regular'), url(https://fonts.gstatic.com/s/chivo/v7/UZPPER-oWTCIdBggEtZvZA.woff2) format('woff2');
}

@font-face {
	font-family: 'Chivo Black';
	font-style: normal;
	font-weight: 900;
	src: local('Chivo Black'), local('Chivo-Black'), url(https://fonts.gstatic.com/s/chivo/v7/TX_hNweQrqAZr-ujaKg9pvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}*/

.last-block {
	margin-bottom: 0 !important;
}

.compare-table .std ul {
	margin-left: 13px;
}

#my-orders-table tbody td {
	vertical-align: middle;
}

#my-orders-table tbody td .price-excl-tax {
	display: inline-block;
}

input.input-text,
textarea {
	padding: 5px;
}

.quickview-index-view {
	overflow: auto !important;
}

select {
	width: 100%;
	height: 33px;
	padding: 0 5px;
}

select option {
	padding-right: 10px;
	background: #fff;
}

select.multiselect option {
	border-bottom: 1px solid #b6b6b6;
	padding: 2px 5px;
}

select.multiselect option:last-child {
	border-bottom: 0;
}

.tooltip-inner {
	background-color: #78a345;
	white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #78a345;
}

.pager {
	text-align: left !important;
}

.pager .amount {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.pager .limiter {
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.pager .limiter>* {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.atm-f {
	height: 28px !important;
}

.page-title {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}

.page-title h1 {
	font-size: 18px;
	color: #666;
	padding-bottom: 3px;
	margin-top: 4px;
}

.page-title .separator {
	margin: 0 3px;
}

.page-title .link-rss {
	float: right;
	margin: 7px 0 0;
}

.title-buttons>.button {
	margin: 10px 0px;
}

.subtitle,
.sub-title {
	clear: both;
	padding: 15px 0 0;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 6px;
	color: #78a345;
}

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

.button {
	-webkit-border-fit: lines;
}

.button {
	overflow: visible;
	width: auto;
	border: 0;
	margin: 0;
	background-color: #663d2b;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
}

.button:hover {
	background: #663d2b;
	border-color: #8BE08B;
	color: #fff;
	font-weight: 700;
}

.col-main,
.sidebar {
	padding-top: 30px;
}

@media screen and ( max-width: 991px ) {
	.col-main, .sidebar {
		padding-top: 45px;
	}
}

.full-wrapper {
	margin-left: -1000px;
	margin-right: -1000px;
}

.full-wrapper.center {
	text-align: center;
}

.full-wrapper .full-content {
	margin: 0 auto;
}

.category-products .products-grid .item {
	float: left;
}

input[type='text'],
.qty,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.sm-facebook-content iframe {
	border: none;
}

.product-name {
	font-size: 100%;
}

.wrapper {
	overflow-x: hidden;
}

.boxed-layout .wrapper {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.owl-carousel .item {
	width: 100% !important;
}

.zoomContainer {
	display: none !important;
}

.zoomContainer:last-child {
	display: block !important;
}

#review-form .fieldset {
	padding: 0;
	border: none;
}

.review-product-list .product-essential .product-shop .nobr {
	display: none;
}

.clearfix {
	clear: both;
}

.overflow-table {
	overflow-x: hidden;
}

table tbody td,
table tfoot td {
	background-color: #fff;
}

#wishlist-table {
	margin-bottom: 20px;
}

#wishlist-table button {
	margin: 10px 0px;
}

.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
	font-size: 13px;
}

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

	.products-grid .item .item-inner .box-info .price-box {
		height: auto;
		margin: 0px;
	}
}

.price-box p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: -1px;
}

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

.price-box .minimal-price span {
	display: inline-block;
}

.price-box .price {
	color: #663d2b;
}

.regular-price .price {
	font-size: 11px;
}

.special-price .price .price {
	font-size: 11px;
}

.old-price {
	margin: 0;
}

.old-price .price-label {
	white-space: nowrap;
	color: #999;
}

.old-price .price {
	text-decoration: line-through;
	color: #999;
	font-weight: normal;
	font-size: 13px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}

.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	white-space: nowrap;
}

.minimal-price-link {
	display: block;
}

.minimal-price-link .label {
	color: #1e7ec8;
}

.minimal-price-link .price {
	font-weight: normal;
}

.price-excluding-tax {
	display: block;
}

.price-excluding-tax .label {
	white-space: nowrap;
}

.price-excluding-tax .price {
	font-size: 13px;
	font-weight: normal;
	color: #c76200;
}

.price-including-tax {
	display: block;
}

.price-including-tax .label {
	white-space: nowrap;
	color: #999;
}

.price-including-tax .price {
	font-size: 13px;
}

.configured-price {
	margin: 0;
}

.configured-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.configured-price .price {
	font-weight: normal;
}

.weee {
	display: block;
	font-size: 11px;
}

.weee .price {
	font-size: 11px;
	font-weight: normal;
}

.price-excl-tax {
	display: block;
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
	display: block;
}

.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: normal;
}

.price-from {
	margin: 0;
}

.price-from .price-label {
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	white-space: nowrap;
}

.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
	color: #555;
}

.product-pricing,
.tier-prices {
	margin: 10px 0;
	padding: 10px;
	background-color: #f4f7f7;
	border: 1px solid #dadddd;
	color: #424242;
}

.tier-prices li {
	line-height: 1.4;
	padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
	font-style: italic;
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices .price {
	font-weight: bold;
	color: #2f2f2f;
}

.tier-prices-grouped li {
	padding: 2px 0;
	color: #e26703;
}

.tier-prices-grouped li .price {
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 100%;
}

.rating-box {
	width: 68px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_rating.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.rating-box .rating {
	float: left;
	height: 12px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_rating.png) 0 100% repeat-x;
	position: relative;
	top: 0px;
}

label,
.label {
	font-weight: normal !important;
	color: inherit;
	font-size: 100%;
	margin-bottom: 0;
}

.required em {
	display: none;
}

a {
	text-decoration: none;
}

a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}

body {
	line-height: 1.66 !important;
	overflow-x: hidden;
	overflow-y: scroll !important;
}

body a:hover {
	text-decoration: none;
}

body a:active {
	text-decoration: none;
}

.des-cat {
	margin-bottom: 20px;
}

.my-tag-edit .btn-remove {
	top: -5px;
	display: inline-block;
	vertical-align: top;
}

.empty {
	padding: 10px 0px 0px;
	margin: 0;
}

.compare-table .price-box {
	display: inline-block;
}

.compare-table .price-box .old-price,
.compare-table .price-box .special-price {
	margin: 0 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
	line-height: 1.35;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif;
}

#wishlist-table .add-to-cart-alt {
	clear: both;
	padding-top: 10px;
}

#wishlist-table .price-box p {
	display: block;
	margin: 0;
}

fieldset {
	border: 0;
}

legend {
	display: none;
}

.product-options-bottom .precoCustomX {
	display: none;
}

.product-options-bottom .add-to-cart,
.add-to-box .add-to-cart {
	margin-bottom: 20px;
	float: left;
	margin-right: 5px;
}

.add-to-cart {
	position: relative;
}

.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: bold !important;
	line-height: 40px;
	font-size: 11px;
}

.add-to-cart button.button {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 123.07%;
}

.add-to-cart .paypal-logo {
	clear: left;
	margin: 0;
	text-align: left;
}

.add-to-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 60px 5px 60px;
}

.add-to-cart .control-qty {
	float: left;
	margin-right: 10px;
}

.add-to-cart .control-qty .quantity-controls {
	cursor: pointer;
	color: #ccc;
	display: none;
}

.add-to-cart .control-qty .quantity-controls:before {
	font-family: fontawesome;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.add-to-cart .control-qty .quantity-controls:hover {
	color: #78a345;
}

.add-to-cart .control-qty .quantity-controls.quantity-plus:before {
	content: "\f0fe";
}

.add-to-cart .control-qty .quantity-controls.quantity-minus:before {
	content: "\f146";
}

table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

caption,
th,
td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
	line-height: 1.35;
}

cite {
	font-style: normal;
}

q,
blockquote {
	quotes: none;
}

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

small,
big {
	font-size: 1em;
}

.price-box .special-price {
	margin-left: 0px;
}

ul,
ol {
	list-style: none;
}

.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,
.left {
	float: left !important;
}

.f-right,
.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

#yt-totop {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #78a345;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 20px;
	opacity: 0.6;
	z-index: 800;
}

#yt-totop:before {
	content: "\f062";
	font-family: fontawesome;
	font-size: 20px;
}

#yt-totop:hover {
	opacity: 1;
}

.owl-theme .owl-controls .owl-nav>div {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 2px;
	background-color: #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav>div:before {
	display: inline-block;
	text-indent: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	font-family: fontawesome;
	text-align: center;
}

.owl-theme .owl-controls .owl-nav>div:hover {
	background-color: #78a345;
}

.owl-theme .owl-controls .owl-nav>div.owl-next:before {
	content: "\f105";
}

.owl-theme .owl-controls .owl-nav>div.owl-prev:before {
	content: "\f104";
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #fff;
	display: block;
	border: 1px solid #ededed;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #78a345;
}

.block.block-compare .block-content {
	padding-top: 5px;
}

.block.block-compare .block-content .item {
	position: relative;
}

.block.block-compare .block-content .item .product-name {
	margin: 0;
	width: 87%;
}

.block.block-compare .block-content .item .product-name a {
	display: block;
	padding: 7px 0px;
}

.block.block-compare .block-content .item .btn-remove {
	position: absolute;
	right: 14px;
	top: 0px;
	z-index: 9;
}

.block.block-compare .block-content .actions {
	text-align: left;
	border-top: 1px dotted #ededed;
	padding-top: 15px;
}

.block.block-megamenu-vertical .block-content {
	padding: 0 20px 0;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical {
	margin: 0;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical>li {
	border-bottom: 1px solid #ededed;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical>li:last-child {
	border-bottom: 0;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical>li>a {
	display: block;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical>li>a>span {
	display: block;
	padding: 10.8px 0 10.4px 30px;
}

.block.block-megamenu-vertical .block-content .megamenu-vertical>li.parent>a>span:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	padding: 4px 0;
	float: right;
}

.home-menu-dropdown {
	padding: 0 20px;
	display: inline-block;
	width: 100%;
}

.home-menu-dropdown .item-home-store {
	width: 50%;
	float: left;
}

.home-menu-dropdown .item-home-store .title-menu-home {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #78a345;
}

.home-menu-dropdown .item-home-store li a {
	display: block !important;
	padding: 3px 0px;
}

.home-menu-dropdown .item-home-store.theme-color li a {
	position: relative;
}

.home-menu-dropdown .item-home-store.theme-color li a:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #e1e1e1;
	margin-right: 10px;
	vertical-align: middle;
}

.home-menu-dropdown .item-home-store.theme-color li.red a:before {
	background-color: #f03939;
}

.home-menu-dropdown .item-home-store.theme-color li.green a:before {
	background-color: #3ab54a;
}

.home-menu-dropdown .item-home-store.theme-color li.blue a:before {
	background-color: #00aff0;
}

.home-menu-dropdown .item-home-store.theme-color li.orange a:before {
	background-color: #e46a0a;
}

.home-menu-dropdown .item-home-store.theme-color li.cyan a:before {
	background-color: #78a345;
}

.home-menu-dropdown .item-home-store.theme-color li.violet a:before {
	background-color: #8a68c6;
}

.static-bottom-link a img,
.homestyle1 .static-image-1 .col-static-image a img,
.full-wrapper-image .full-content a img,
.full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog a img,
.static-image-sidebar a img,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .image-list a img,
.sm_megamenu_wrapper_vertical_menu .static-image-menu a img,
.block-latest-post a img,
.block-image a img,
.instagram_users a img,
.homestyle2 .static-iamge-3 {
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.homestyle1 .static-image-1 .col-static-image a img:hover,
.full-wrapper-image .full-content a img:hover,
.full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog a img:hover,
.static-bottom-link a img:hover,
.static-image-sidebar a img:hover,
.static-top-categories .image-top-cat a img:hover,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .image-list a img:hover,
.sm_megamenu_wrapper_vertical_menu .static-image-menu a img:hover,
.block-latest-post a img:hover,
.block-image a img:hover,
.instagram_users a img:hover,
.homestyle2 .static-iamge-3:hover {
	opacity: 0.8;
}

.footer {
	background-color: #eaeaea;
	color: #999999;
	padding-top: 40px;
}

.footer a {
	color: #999999;
}

.footer .footer-top,
.footer .footer-middle {
	text-align: center;
}

.footer .footer-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	padding-bottom: 23px;
}

.footer .footer-top .about-us-footer {
	margin-bottom: 25px;
}

.footer .footer-top .about-us-footer img {
	margin-bottom: 15px;
}

.footer .footer-top .social-footer {
	margin-bottom: 25px;
}

.footer .footer-top .social-footer .socials-wrap .title-follow {
	display: none;
}

.footer .footer-top .social-footer .socials-wrap ul {
	margin: 0;
}

.footer .footer-top .social-footer .socials-wrap ul li {
	display: inline-block;
	margin: 0 4px;
}

.footer .footer-top .social-footer .socials-wrap ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #999;
	font-size: 13px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	padding-top: 0px !important;
}

.footer .footer-top .social-footer .socials-wrap ul li a:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.footer .footer-top .social-footer .socials-wrap ul li a .name-social {
	display: none;
}

.footer .footer-top .support-footer .list-support {
	margin: 0;
}

.footer .footer-top .support-footer .list-support li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.footer .footer-top .support-footer .list-support li:before {
	width: 1px;
	height: 11px;
	background-color: #999;
	display: inline-block;
	content: "";
	position: absolute;
	right: -3px;
	top: 50%;
	margin-top: -6px;
}

.footer .footer-top .support-footer .list-support li:last-child:before {
	display: none;
}

.footer .footer-top .support-footer .list-support li a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer .footer-middle {
	padding: 24px 0;
}

.footer .footer-middle .list-categories li {
	display: inline-block;
	/*font-size: 84.61%;*/
	padding: 0 5px;
	position: relative;
}

.footer .footer-middle .list-categories li:before {
	width: 1px;
	height: 9px;
	background-color: #999;
	display: inline-block;
	content: "";
	position: absolute;
	right: -2px;
	top: 50%;
	margin-top: -4px;
}

.footer .footer-middle .list-categories li:last-child:before {
	display: none;
}

.footer .footer-middle .list-categories li.category-name {
	font-weight: 700;
	padding: 0;
}

.footer .footer-middle .list-categories li.category-name:before {
	display: none;
}

.footer .copyright {
	background-color: #eaeaea;
	padding: 14px 0 11px;
}

.footer .copyright .copyright-footer {
	margin-top: 3px;
	font-size: 92.3%;
}

.footer .copyright .payment-footer {
	text-align: right;
}

.col3-layout .category-products .toolbar .toolbar-inner .sortby-limiter {
	float: none;
	width: 100%;
	border-top: 1px solid #ededed;
	margin-top: 10px;
	padding-top: 10px;
}

.block {
	margin: 0 0 30px;
	background-color: #fff;
}

.block.block-layered-nav .block-title strong {
	font-size: 128.571%;
}

.block .block-title {
	background-color: #78a345;
	padding: 10px 20px;
}

.block .block-title strong {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 123.07%;
	color: #fff;
	font-weight: normal;
}

.block .block-title a {
	text-decoration: none !important;
}

.block .block-content {
	padding: 20px;
	display: block !important;
}

.block .actions {
	text-align: right;
}

.block .actions a {
	float: left;
}

.block .actions button.button {
	float: right;
}

.basic-products-list .list-items {
	margin: 0;
}

.basic-products-list .list-items .item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.basic-products-list .list-items .item:last-child {
	margin-bottom: 0;
}

.basic-products-list .list-items .item .item-inner .image-box {
	float: left;
	width: 70px;
	border: 1px solid #ededed;
	margin-right: 5px;
}

.basic-products-list .list-items .item .item-inner .image-box:hover {
	border-color: #78a345;
}

.basic-products-list .list-items .item .item-inner .info-product-box {
	margin-left: 80px;
}

.basic-products-list .list-items .item .item-inner .info-product-box .bs-title {
	font-weight: 700;
	font-size: 12px;
}

.basic-products-list .list-items .item .item-inner .info-product-box .ratings {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.basic-products-list .list-items .item .item-inner .info-product-box .ratings .amount {
	display: none;
}

.basic-products-list .list-items .item .item-inner .info-product-box .no-rating {
	margin: 3px 0 2px;
}

.basic-products-list .list-items .item .item-inner .info-product-box .price-box {
	margin: 0;
}

.tags-list {
	display: block;
	margin: 0;
}

.tags-list li {
	display: inline-block !important;
	margin: 0 5px 8px 0;
}

.tags-list li a {
	display: inline-block;
	border: 1px solid #ededed;
	font-size: 100% !important;
	padding: 2px 10px;
}

.tags-list li a:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.label-product {
	position: absolute;
	top: 0px;
	font-size: 13px;
	color: #fff;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
}

.label-product.label-sale {
	left: 0;
	background-color: #663d2b;
}

.label-product.label-new {
	right: 0;
	background-color: #78a345;
}

.category-products {
	overflow: hidden;
}

.category-products .products-grid-wrapper {
	margin-right: -1px;
	overflow: hidden;
}

.category-products .products-grid {
	margin-bottom: 46px !important;
	position: relative;
	margin-top: 0px;
	background: #fff;
}

.category-products .products-grid .item .item-inner {
	border-bottom: none;
	padding-bottom: 30px;
}

.products-grid {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}

.products-grid .item .item-inner {
	padding: 10px;
}

.products-grid .item .item-inner .box-image {
	position: relative;
}

.products-grid .item .item-inner .box-image .product-image img {
	width: 100%;
}

.products-grid .item .item-inner .box-image .product-image .second-image {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 3;
}

.products-grid .item .item-inner .box-image .product-image:hover .second-image {
	opacity: 1;
}

.products-grid .item .item-inner .box-image .bottom-action {
	position: absolute;
	width: 148px;
	top: 0;
	left: 50%;
	margin-top: 86%;
	margin-left: -84px;
	text-align: center;
	z-index: 10;
	display: none;
}

.products-grid .item .item-inner .box-image .bottom-action .add-to-links {
	float: left;
	display: inline-block;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action {
	background-color: #b2b2b2;
	border: none;
	float: right;
	margin: 0 1px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	vertical-align: top;
	display: none !important;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action:hover {
	background-color: #78a345;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action.btn-cart:before {
	content: '\f291';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action.link-compare:before {
	content: '\f074';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 220%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action.link-wishlist:before {
	content: '\f004';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 220%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler:before {
	content: '\f06e';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.products-grid .item .item-inner .box-image .bottom-action .btn-action span {
	display: none;
}

.products-grid .item .item-inner .box-image:hover .bottom-action {
	display: block;
}

.products-grid .item .item-inner .box-image .configurable-swatch-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	text-align: center;
}

.products-grid .item .item-inner .box-image .configurable-swatch-list li {
	display: inline-block;
}

.products-grid .item .item-inner .box-info {
	padding: 10px 0 0;
	text-align: center;
}

.products-grid .item .item-inner .box-info .product-name {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0px;
	font-weight: normal;
	font-size: 10px;
	text-transform: capitalize;
}

.products-grid .item .item-inner .box-info .product-name a {
	white-space: normal;
}

.products-grid .item .item-inner .box-info .ratings .rating-box {
	position: relative;
	top: 5px;
	margin: 0 auto;
	float: none;
}

.products-grid .item .item-inner .box-info .ratings .amount {
	display: none;
}

.products-grid .item .item-inner .box-info .no-rating,
.products-grid .item .item-inner .box-info .ratings {
	height: 20px;
	margin: 3px 0px 4px;
	line-height: 20px;
}

.products-grid .item .item-inner .box-info .price-box {
	height: 20px;
	margin: 0 0 9px;
	display: inline-block;
	font-size: 13px;
}

.products-grid .item .image-slider-product {
	width: 100%;
}

.products-grid .item .image-slider-product .lSAction,
.products-grid .item .image-slider-product .lSPager {
	opacity: 0;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.products-grid .item .image-slider-product:hover .lSAction,
.products-grid .item .image-slider-product:hover .lSPager {
	opacity: 1;
}

.products-grid .item .image-slider-product .item {
	padding: 0;
}

.products-grid .item .image-slider-product img {
	width: 100%;
}

.products-grid .item .image-slider-product .lSPager {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.sidebar-product .basic-products-list .bs-items {
	margin-bottom: 0;
}

.sidebar-product .basic-products-list .bs-items .item:last-child {
	margin-bottom: 0;
}

.products-list {
	margin: 0;
}

.products-list .item:last-child .item-inner {
	margin-bottom: 0;
}

.products-list .item .item-inner {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
}

.products-list .item .item-inner .box-image-list {
	width: 244px;
	float: left;
	position: relative;
	border: 1px solid #ededed;
}

.products-list .item .item-inner .box-image-list .label-product {
	top: 10px;
}

.products-list .item .item-inner .box-image-list .label-product.label-sale {
	left: 10px;
}

.products-list .item .item-inner .box-image-list .label-product.label-new {
	right: 10px;
}

.products-list .item .item-inner .box-image-list .image-slider-product {
	width: 100%;
}

.products-list .item .item-inner .box-image-list .image-slider-product .lSAction {
	opacity: 0;
}

.products-list .item .item-inner .box-image-list .image-slider-product .lSPager {
	opacity: 0;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSAction,
.products-list .item .item-inner .box-image-list .image-slider-product:hover .lSPager {
	opacity: 1;
}

.products-list .item .item-inner .box-image-list .image-slider-product img {
	opacity: 1 !important;
	width: 100%;
}

.products-list .item .item-inner .box-image-list .product-image .second-image {
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 4;
}

.products-list .item .item-inner .box-image-list .product-image:hover .second-image {
	opacity: 1;
}

.products-list .item .item-inner .box-image-list .configurable-swatch-list {
	position: absolute;
	left: 10px;
	bottom: 5px;
	display: inline-block;
	z-index: 9;
	text-align: center;
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler {
	display: block !important;
	width: 56px;
	height: 36px;
	background-color: #b2b2b2;
	color: #fff;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -28px;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler span {
	display: none;
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler:before {
	font-family: fontawesome;
	content: "\f06e";
	font-size: 18px;
}

.products-list .item .item-inner .box-image-list .sm_quickview_handler:hover {
	background-color: #78a345;
}

.products-list .item .item-inner .box-image-list:hover .sm_quickview_handler {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}

.products-list .item .item-inner .box-info-list {
	margin-left: 264px;
}

.products-list .item .item-inner .box-info-list .product-name {
	font-weight: 700;
	font-size: 11px;
	text-transform: capitalize;
}

.products-list .item .item-inner .box-info-list .price-box {
	margin-top: 0px;
	margin-bottom: 8px;
}

.products-list .item .item-inner .box-info-list .actions {
	margin-bottom: 5px;
	display: inline-block;
}

.products-list .item .item-inner .box-info-list .actions .btn-wrapper {
	float: left;
	margin-right: 5px;
}

.products-list .item .item-inner .box-info-list .actions .btn-wrapper .button {
	background-color: #b2b2b2;
	font-weight: normal;
	font-size: 11px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.products-list .item .item-inner .box-info-list .actions .btn-wrapper .button:hover {
	background-color: #78a345;
}

.products-list .item .item-inner .box-info-list .actions .add-to-links {
	float: left;
}

.products-list .item .item-inner .box-info-list .actions .add-to-links li {
	float: left;
	margin-right: 5px;
	display: block;
	width: 56px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.products-list .item .item-inner .box-info-list .actions .add-to-links li a {
	display: block !important;
	background-color: #b2b2b2;
	color: #fff;
	font-size: 14px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.products-list .item .item-inner .box-info-list .actions .add-to-links li a:hover {
	background-color: #78a345;
}

.products-list .item .item-inner .box-info-list .ratings {
	display: inline-block;
	width: 100%;
	height: 20px;
	margin: 12px 0px 0px 0px;
}

.products-list .item .item-inner .box-info-list .no-rating {
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
}

.products-list .item .item-inner .box-info-list .desc {
	margin-bottom: 15px;
}

.toolbar .toolbar-inner {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 13px 10px 11px;
	font-size: 92.30%;
}

.toolbar .toolbar-inner .pager {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.toolbar .toolbar-inner .pager .pages ol {
	margin: 0;
}

.toolbar .toolbar-inner .pager .pages ol li {
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	text-align: center;
}

.toolbar .toolbar-inner .pager .pages ol li.current {
	background-color: #78a345;
	border-color: #78a345;
	height: 25px;
	min-width: 25px;
	line-height: 23px;
	color: #fff;
}

.toolbar .toolbar-inner .pager .pages ol li a {
	display: inline-block;
	vertical-align: top;
	height: 25px;
	min-width: 25px;
	line-height: 23px;
	border: 1px solid #ededed;
	padding: 0 9px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.toolbar .toolbar-inner .pager .pages ol li a:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.toolbar .toolbar-inner .sorter,
.toolbar .toolbar-inner .sortby-limiter {
	display: inline-block;
	vertical-align: top;
}

.toolbar .toolbar-inner .sorter .sort-by {
	display: inline-block;
	vertical-align: top;
}

.toolbar .toolbar-inner .sorter .sort-by>label,
.toolbar .toolbar-inner .sorter .sort-by>.selector,
.toolbar .toolbar-inner .sorter .sort-by>a {
	display: inline-block;
	vertical-align: middle;
}

.toolbar .toolbar-inner .sorter .sort-by>a {
	padding: 0 5px;
}

.toolbar .toolbar-inner .sorter .view-mode {
	margin: 0;
	display: inline-block;
}

.toolbar .toolbar-inner .sorter .view-mode strong,
.toolbar .toolbar-inner .sorter .view-mode a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	float: left;
	background-color: #cccccc;
	color: #fff;
	margin-right: 10px;
}

.toolbar .toolbar-inner .sorter .view-mode strong:hover,
.toolbar .toolbar-inner .sorter .view-mode a:hover {
	background-color: #78a345;
}

.toolbar .toolbar-inner .sorter .view-mode strong span,
.toolbar .toolbar-inner .sorter .view-mode a span {
	display: none;
}

.toolbar .toolbar-inner .sorter .view-mode strong {
	background-color: #78a345;
}

.toolbar .toolbar-inner .sorter .view-mode .grid:before {
	content: '\f009';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.toolbar .toolbar-inner .sorter .view-mode .list:before {
	content: '\f03a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.toolbar .toolbar-inner .sortby-limiter {
	float: right;
}

.toolbar .toolbar-inner .sortby-limiter .limiter {
	display: inline-block;
	vertical-align: top;
}

.toolbar .toolbar-inner .sortby-limiter .limiter>label,
.toolbar .toolbar-inner .sortby-limiter .limiter>.selector,
.toolbar .toolbar-inner .sortby-limiter .limiter>a {
	display: inline-block;
	vertical-align: middle;
}

.toolbar .toolbar-inner .sortby-limiter .limiter {
	margin-right: 20px;
}

.toolbar-bottom .toolbar .toolbar-inner {
	margin: 30px 0 0;
}

#loading {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#loading img {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	padding: 10px;
	margin-left: -22px;
	background-color: black;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.block-layered-nav #narrow-by-list {
	margin-bottom: 0;
}

.block-layered-nav .block-title strong {
	display: block;
	border-width: 2px;
}

.block-layered-nav .currently {
	border: 1px solid #ededed;
	padding: 0 10px 0;
	margin: 20px 20px 0;
}

.block-layered-nav .currently .filter-shopby {
	margin: 0 -10px 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #ededed;
	text-transform: uppercase;
	font-size: 114.285%;
}

.block-layered-nav .currently ol {
	margin-bottom: 4px;
}

.block-layered-nav .currently ol li {
	display: inline-block;
	margin-right: 3px;
}

.block-layered-nav .currently ol li span,
.block-layered-nav .currently ol li .btn-remove {
	display: table-cell;
	border: 1px solid #ededed;
	padding: 0 5px;
}

.block-layered-nav .currently ol li .btn-remove {
	margin: 0 -1px;
	border-left: none;
}

.block-layered-nav .currently ol li .btn-remove:before {
	position: relative;
}

.block-layered-nav .actions {
	border: 1px solid #ededed;
	border-top: none;
	padding: 5px 10px;
	margin: 0 20px 0 20px;
}

.block-layered-nav .actions a {
	float: right;
}

.block-layered-nav .block-content .filter-wrapp {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.block-layered-nav .block-content .filter-wrapp:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.block-layered-nav .block-content .filter-wrapp dt {
	font-size: 114.285%;
	text-transform: uppercase;
	font-weight: normal;
	color: #444;
	margin-bottom: 10px;
}

.block-layered-nav .block-content .filter-wrapp dd ol {
	margin: 0;
}

.block-layered-nav .block-content .filter-wrapp dd ol li {
	margin-bottom: 10px;
}

.block-layered-nav .block-content .filter-wrapp dd ol li:last-child {
	margin-bottom: 0;
}

.block-layered-nav .block-content .filter-wrapp dd ol li .check-shopby {
	display: none;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a {
	position: relative;
	padding-left: 21px;
	display: block;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count {
	float: right;
	font-size: 85.71%;
	color: #999;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:before {
	content: "(";
}

.block-layered-nav .block-content .filter-wrapp dd ol li a .item-count:after {
	content: ")";
}

.block-layered-nav .block-content .filter-wrapp dd ol li a:before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 0;
	border: 1px solid #ededed;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a:hover:before {
	border-color: #78a345;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a.checked {
	color: #78a345;
}

.block-layered-nav .block-content .filter-wrapp dd ol li a.checked:before {
	border-color: #78a345;
}

.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image {
	padding: 0;
	display: block;
}

.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image:before {
	display: none;
}

.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image span img {
	margin-top: 2px;
	border: none;
}

.block-layered-nav .block-content .filter-wrapp dd ol.configurable-swatch-list li a.has-image .label-image {
	text-transform: none;
	margin-left: 20px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby {
	overflow: hidden;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter {
	background-color: #78a345;
	height: 4px;
	position: relative;
	margin: 20px 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to {
	background: #78a345;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: e-resize;
	display: block;
	height: 12px;
	width: 12px;
	z-index: 15;
	position: absolute;
	top: -4px;
	text-align: center;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after,
.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
	content: "";
	display: inline-block;
	width: 1000px;
	height: 4px;
	background-color: #ededed;
	position: absolute;
	top: 4px;
	z-index: 10;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-to:after {
	left: 12px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .price_filter .price-from:after {
	right: 12px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .sp-right {
	float: right;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
	width: 71px;
	margin-right: 7px;
	padding: 0 5px;
	float: left;
	border: 1px solid #ededed;
	font-size: 85.71%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby span {
	display: table-cell;
	vertical-align: middle;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text {
	border: none;
	height: 23px;
	padding: 0;
	width: 100%;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby .input-text:focus {
	background: none;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	background-color: #78a345;
	color: #fff;
	font-size: 85.71%;
	padding: 0 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 5px;
}

.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button:hover {
	background-color: #1b948b;
}

* {
	margin: 0;
	padding: 0;
	outline: none !important;
}

.msrp-price-hide-message {
	display: block;
	clear: both;
	padding: 10px 0px;
}

.page-print {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.page-empty {
	background: #fff;
	text-align: left;
}

.page-popup {
	background: #fff;
	padding: 25px 30px;
	text-align: left;
}

.main {
	margin: 0 auto;
	min-height: 400px;
	padding: 0px 0px 40px;
	text-align: left;
}

.customer-account-login .main {
	padding-bottom: 40px;
}

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

.col2-set .col-1 {
	float: left;
	width: 48.5%;
}

.col2-set .col-2 {
	float: right;
	width: 48.5%;
}

.col2-set .col-narrow {
	width: 32%;
}

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

.col3-set .col-1 {
	float: left;
	width: 32%;
}

.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}

.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}

.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}

.col4-set .col-3 {
	float: left;
	width: 23.5%;
}

.col4-set .col-4 {
	float: right;
	width: 23.5%;
}

input,
select,
textarea,
button {
	vertical-align: middle;
	color: #2f2f2f;
}

body input.input-text {
	height: 36px;
	padding: 0 5px;
	width: 100%;
}

input.input-text,
select,
textarea {
	background: #fff;
	border: 1px solid #ededed;
}

textarea {
	overflow: auto;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
}

input.qty {
	width: 40px !important;
	height: 40px !important;
	text-align: center;
}

p.control input.checkbox,
p.control input.radio {
	margin-right: 6px;
}

input.input-text:focus,
select:focus,
textarea:focus {
	background-color: #fafafa;
}

.form-list li {
	margin-bottom: 8px;
}

.form-list label {
	float: left;
	color: #666;
	font-weight: bold;
	position: relative;
	z-index: 0;
	margin-bottom: 0px;
}

.form-list label.required em {
	display: none;
}

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

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

.required:after {
	content: "*";
	color: #eb340a;
}

body input.checkbox {
	float: left;
	margin: 1px 5px 0 0;
}

body input.radio {
	float: left;
	margin: 0px 5px 0 0;
}

.form-list .input-box {
	display: block;
	clear: both;
}

.form-list select {
	width: 100%;
	height: 33px;
}

.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}

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

textarea {
	height: 10em;
	width: 100%;
}

.form-list-narrow li {
	margin-bottom: 0;
}

.form-list-narrow li .input-box {
	margin-bottom: 6px;
}

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
	width: auto;
}

.form-list .name-prefix {
	width: 65px;
}

.form-list .name-prefix select {
	width: 55px;
}

.form-list .name-prefix input.input-text {
	width: 49px;
}

.form-list .name-suffix {
	width: 65px;
}

.form-list .name-suffix select {
	width: 55px;
}

.form-list .name-suffix input.input-text {
	width: 49px;
}

.form-list .customer-dob input.input-text {
	display: block;
	width: 74px;
}

.form-list .customer-dob label {
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

.form-list .customer-dob .dob-year {
	width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
	width: 134px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
	float: left;
	width: 85px;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
	width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
	width: 46px;
}

.buttons-set {
	clear: both;
	text-align: right;
}

.buttons-set p.required {
	margin: 0 0 10px;
}

.buttons-set .back-link {
	float: left;
	margin: 0;
}

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

.buttons-set-order {
	margin: 10px 0 0;
}

.buttons-set-order .please-wait {
	padding: 12px 7px 0 0;
}

.fieldset {
	border: 1px solid #ededed;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

.fieldset .legend {
	border-bottom: 1px solid #ededed;
	font-size: 108.03%;
	font-weight: bold;
	margin: 0 0 14px;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.account-create .fieldset {
	min-height: 244px;
	background-color: #fff;
}

.account-create .input-box {
	width: 100%;
}

.account-create .form-list .input-text {
	width: 100%;
}

.validation-advice {
	margin: 3px 0 0;
	font-size: 91.67%;
	line-height: 13px;
	color: #eb340a;
}

.validation-failed {
	border: 1px dashed #eb340a !important;
	background: #faebe7 !important;
}

.validation-failedx {
	border: 1px dashed #eb340a !important;
	background: #faebe7 !important;
}

p.required {
	font-size: 11px;
	text-align: right;
	color: #EB340A;
}

.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}

.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #df280a;
	font-weight: bold;
}

.notice {
	color: #e26703;
}

.messages,
.messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.messages {
	width: 100%;
	overflow: hidden;
}

.messages li {
	margin: 0 0 10px !important;
}

.messages li li {
	margin: 0 !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 9px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 5px !important;
	font-size: 100% px !important;
	font-weight: bold !important;
}

.error-msg {
	background-color: #f2786a;
	color: #fff;
	font-style: italic;
	font-weight: normal !important;
	font-size: 13px !important;
}

.error-msg ul li span:before {
	content: "\f057";
	font-family: fontawesome;
	color: #fff;
	font-size: 21px;
	margin: 0 8px;
	vertical-align: top;
	line-height: 100%;
}

.success-msg {
	background-color: #78a345;
	color: #fff;
	font-style: italic;
	font-weight: normal !important;
	font-size: 13px !important;
}

.success-msg ul li span:before {
	content: "\f058";
	font-family: fontawesome;
	color: #fff;
	font-size: 21px;
	margin: 0 8px;
	vertical-align: top;
	line-height: 100%;
}

.note-msg,
.notice-msg {
	border-color: #ffe133;
	background-color: #ffe133;
	color: #fff;
}

.note-msg:before,
.notice-msg:before {
	content: "\f05a";
	font-family: fontawesome;
	color: #fff;
	font-size: 21px;
	margin: 0 8px;
	vertical-align: top;
	line-height: 100%;
}

.breadcrumbs ul {
	margin: 0;
	padding: 9px 0;
}

.breadcrumbs ul li {
	display: inline-block;
	padding: 0 18px 0 8px;
	position: relative;
}

.breadcrumbs ul li:after {
	font-family: fontawesome;
	content: "\f105";
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 14px;
}

.breadcrumbs ul li a {
	display: block;
	padding: 5px 0px;
	font-size: 91.67%;
	white-space: nowrap;
	max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ajustar-span-breadcrumbs {
	display: block;
	padding: 5px 0px;
	font-size: 91.67%;
	white-space: nowrap;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}

.breadcrumbs ul li:last-child strong {
	font-weight: normal;
	padding: 5px 0px;
}

.breadcrumbs ul li:first-child {
	padding-left: 0;
}

.data-table {
	width: 100%;
	border: 1px solid #ededed;
}

.data-table td {
	padding: 3px 8px;
}

.data-table thead th {
	padding: 8px 8px;
	color: #663d2b;
	border-top: solid 1px #663d2b;
	border-bottom: solid 1px #663d2b;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	width: 20%;
	text-align: center !important;
	font-size: 12px;
	font-weight: normal;
}

.data-table thead th .tax-flag {
	font-size: 11px;
	white-space: nowrap;
}

.data-table thead th.wrap {
	white-space: normal;
}

.data-table tfoot {
	border-bottom: 0px solid #d9dde3;
}

.data-table tfoot td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 0;
	border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
	font-size: 16px;
}

.data-table tbody td .product-image img {
	min-width: 100px;
	width: 168px;
	height: 168px;
	max-width: 168px;
}

.data-table tbody td .option-label {
	font-weight: bold;
	font-style: italic;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table thead th a,
.data-table thead th a:hover {
	color: #fff;
}

.data-table tbody th,
.data-table tbody td {
	border-bottom: 1px solid #ededed;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 20%;
	text-align: center !important;
}

.data-table tbody th.label {
	padding: 10px !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom: 1px solid #d9dde3;
}

.info-box {
	padding: 12px 15px;
	margin: 0 0 15px;
}

.info-box h2 {
	font-weight: bold;
	font-size: 13px;
}

.info-table th {
	font-weight: bold;
	padding: 2px 15px 2px 0;
}

.info-table td {
	padding: 2px 0;
}

tr.summary-total {
	cursor: pointer;
}

tr.summary-total .summary-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_collapse.gif) 0 5px no-repeat;
	cursor: pointer;
}

tr.show-details .summary-collapse {
	background-position: 0 -52px;
}

tr.summary-details td {
	font-size: 11px;
	background-color: #dae1e4;
	color: #626465;
}

tr.summary-details-first td {
	border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
	font-style: italic;
}

.cart-tax-info {
	display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px;
}

.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_collapse.gif) 100% 5px no-repeat;
	cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
	display: inline !important;
	font-weight: normal !important;
}

.cart-tax-total-expanded {
	background-position: 100% -52px;
}

.std .subtitle {
	padding: 0;
}

.std ol.ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul.disc {
	list-style: disc outside;
	padding-left: 18px;
	margin: 0 0 10px;
}

.std dl dt {
	font-weight: bold;
}

.std dl dd {
	margin: 0 0 10px;
}

.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.std ul ul {
	list-style-type: circle;
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std dt {
	font-weight: bold;
}

.std dd {
	padding: 0 0 0 1.5em;
}

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address {
	font-style: normal;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
	margin: 0 0 1em;
	padding: 0;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
	margin: .5em 0;
}

.std b,
.std strong {
	font-weight: bold;
}

.std i,
.std em {
	font-style: italic;
}

.box-content address {
	padding-top: 10px;
}

.link-print {
	color: #78a345;
}

.link-rss {
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap;
}

.btn-remove {
	position: relative;
}

.btn-remove:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00d";
	font-size: 14px;
	font-family: fontawesome;
	padding: 4px;
	display: inline-block;
}

.btn-previous {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(/skin/frontend/sm-supershop/default/images/btn_previous.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.btn-remove2 {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 10px;
	overflow: hidden;
}

.cards-list dt {
	margin: 5px 0 0;
}

.cards-list .offset {
	padding: 2px 0 2px 20px;
}

.separator {
	margin: 0 3px;
}

.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_divider1.gif) 0 50% repeat-x;
	text-indent: -999em;
	overflow: hidden;
}

.global-site-notice {
	border: 1px solid #cfcfcf;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

.global-site-notice .notice-inner {
	width: 860px;
	margin: 0 auto;
	padding: 12px 0 12px 80px;
	background: url(/skin/frontend/sm-supershop/default/images/i_notice.gif) 20px 25px no-repeat;
	text-align: left;
}

.global-site-notice .notice-inner p {
	margin: 0;
	border: 1px dotted #cccc73;
	padding: 10px;
}

.global-site-notice .notice-inner .actions {
	padding-top: 10px;
}

.notice-cookie {
	position: fixed;
	z-index: 9999;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	opacity: 0.95;
}

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	border: 0;
	text-align: center;
	color: #fff;
}

.demo-notice .notice-inner {
	width: auto;
	padding: 0;
	background: none;
	text-align: center;
}

.demo-notice .notice-inner p {
	padding: 0;
	border: 0;
}

.header {
	position: relative;
}

.header .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
	border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
	margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
	word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
	white-space: normal !important;
}

.block-viewed #recently-viewed-items {
	margin: 0;
}

.block-viewed #recently-viewed-items li .product-name a {
	display: inline-block;
	padding: 5px 0px;
}

.block-viewed #recently-viewed-items li:last-child .product-name {
	margin-bottom: 0;
}

.block-viewed #recently-viewed-items li:first-child .product-name a {
	padding-top: 0px;
}

.block-viewed #recently-viewed-items li:last-child .product-name a {
	padding-bottom: 0px;
}

.block-account .block-content {
	padding-top: 0;
	padding-bottom: 0;
}

.block-account .block-content ul {
	margin: 0;
}

.block-account .block-content li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	text-decoration: none !important;
}

.block-account .block-content li a:hover {
	color: #663d2b;
}

.block-account .block-content li.last a {
	border-bottom: 0;
}

.block-account .block-content li.current {
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	color: #78a345;
}

.block-account .block-content li.current.last {
	border-bottom: 0;
}

.block-account .block-content li:last-child {
    border: none;
}

.block-cart .summary {
	background: #fff;
	padding: 2px 8px 8px;
	margin: -1px 0 0;
	position: relative;
	z-index: 1;
}

.block-cart .amount {
	margin: 0;
}

.block-cart .amount a {
	font-weight: bold;
}

.block-cart .subtotal {
	margin: 5px 0 0;
	padding: 2px 0;
	background: #fbebd9;
	text-align: center;
}

.block-cart .subtotal .price {
	font-weight: bold;
}

.block-cart .actions {
	border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
	float: left;
	width: 100%;
	margin: 3px 0 0;
	text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
	clear: both;
	display: block;
	padding: 0 55px 8px 0;
}

.block-wishlist .actions {
	text-align: right;
}

.block-wishlist .actions a {
	float: none;
}

.block-related .block-title strong {
	background-position: 0 1px;
}

.block-related input.checkbox {
	float: left;
}

.block-related .product {
	margin-left: 20px;
}

.block-compare .block-title strong {
	background-position: 0 1px;
}

.page-popup.catalog-product-compare-index {
	direction: ltr;
}

.compare-table {
	border: 0;
	margin-bottom: 10px;
}

.compare-table .btn-remove {
	float: right;
	width: 72px;
	height: 15px;
}

.compare-table tbody td.last {
	border-right: 1px solid #ccc;
}

.compare-table tr.add-to-row td {
	background: #fffada;
	text-align: center;
}

.compare-table tr.first td {
	text-align: center;
}

.compare-table tr.first td .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #203548;
}

.compare-table tr.first td .product-name a {
	color: #203548;
}

.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
	border: 0;
	background: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.compare-table tbody th,
.compare-table tbody td {
	padding: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: top;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
	border-bottom: 1px solid #ccc !important;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
	margin: 0;
}

.block-compared .block-title strong {
	background-position: 0 1px;
}

.block-poll .block-subtitle {
	font-size: 12px;
}

.block-poll label {
	color: #777;
	font-weight: bold;
}

.block-poll input.radio {
	float: left;
}

.block-poll .label {
	text-align: left;
	position: relative;
	top: 3px;
}

.block-poll .actions {
	margin: 5px 0 0;
}

.block-poll .answer {
	font-weight: bold;
}

.block-poll .votes {
	float: right;
	margin-left: 10px;
}

.block-gr-search li {
	padding: 3px 9px;
}

.block-tags .actions {
	text-align: right;
	padding-top: 0;
}

.block-tags .actions a {
	float: none;
}

.block-subscribe label {
	margin: 0 0 5px;
	position: relative;
	top: -5px;
	display: inline-block;
}

.block-subscribe .input-box {
	position: relative;
}

.block-subscribe .input-box .input-text {
	height: 35px;
	font-size: 84.61%;
	float: left;
	padding-right: 86px;
	background-color: #e5e5e5;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

.block-subscribe .input-box .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-weight: normal;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}

.block-reorder .product-name {
	margin-left: 20px;
}

.block-reorder .validation-advice {
	margin: 3px 9px 7px;
}

.block-banner {
	border: 0;
}

.block-banner .block-content {
	padding: 0;
	text-align: center;
}

.block-login .block-content {
	padding: 5px 10px;
}

.block-login label {
	font-weight: bold;
	color: #666;
}

.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0;
}

.block-login .actions {
	background: none;
	padding: 0;
	margin: 3px 0 0;
}

.sidebar .paypal-logo {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.sidebar .paypal-logo a {
	float: none;
}

.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center;
}

.category-description {
	margin-bottom: 20px;
}

.no-rating {
	margin: 0;
	font-size: 90%;
}

.no-rating a {
	color: #999;
}

.no-rating a:hover {
	color: #78a345;
}

.ratings {
	font-size: 85.71%;
	line-height: 1.25;
	margin: 7px 0;
}

.ratings strong {
	float: left;
	margin: -2px 5px 0 0;
}

.ratings .rating-links {
	margin: 0;
}

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

.ratings .rating-box {
	float: left;
	margin-right: 3px;
}

.ratings a {
	color: #999;
}

.ratings-table th,
.ratings-table td {
	font-size: 91.67%;
	line-height: 1.15;
	padding: 3px 0;
}

.ratings-table th {
	font-weight: bold;
	padding-right: 8px;
}

.availability {
	margin: 0;
}

.availability.out-of-stock span {
	color: #d83820;
}

.availability-only {
	margin: 10px 0 7px;
	line-height: 16px;
	padding-left: 15px;
}

.availability-only a {
	cursor: pointer;
	padding-right: 15px;
	text-decoration: none;
}

.availability-only .expanded {
	background-position: 100% -15px;
}

.availability-only strong {
	color: #be2c00;
}

.availability-only span,
.availability-only a {
	border-bottom: 1px dashed #751d02;
	color: #000;
}

.availability-only-details {
	margin: 0 0 7px;
}

.availability-only-details th {
	background: #d2d6d9;
	font-size: 10px;
	padding: 0 8px;
}

.availability-only-details td {
	background: #ebf0f3;
	border-bottom: 1px solid #fff;
	font-size: 11px;
	padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
	color: #d95e00;
	font-weight: bold;
}

.email-friend {
	margin: 0;
}

.alert-price {
	margin: 0;
	font-size: 11px;
}

.alert-stock {
	margin: 0;
	font-size: 11px;
}

.add-to-links {
	margin: 0 !important;
	list-style: none !important;
}

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

.product-view .add-to-cart .paypal-logo {
	margin: 0;
}

.bml-checkout-type {
	list-style: none;
}

.bml-checkout-type .bml_button {
	width: 150px;
	display: inline-table;
}

.add-to-box .or {
	float: left;
	font-weight: bold;
	margin: 0 7px;
	color: #666;
}

.add-to-box .add-to-links li .separator {
	display: none !important;
}

.product-options {
	position: relative;
}

.product-options dt {
	padding: 10px 0 0;
	font-weight: normal;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #2f2f2f;
}

.product-options dd .qty-holder {
	display: block;
	padding: 10px 0 0;
}

.product-options dd .qty-holder label {
	vertical-align: middle;
}

.product-options dd input.datetime-picker {
	width: 150px;
}

.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
}

.product-options ul.options-list .label {
	padding: 0;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.note {
	margin: 0;
	font-size: 11px;
}

.product-options p.required {
	position: absolute;
	right: 20px;
	top: 20px;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
	color: #e26703;
}

.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
	color: #e26703;
}

.product-shop .product-options-bottom {
	margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	padding-top: 12px;
}

.product-view .grouped-items-table .price-box {
	margin: 0 !important;
	padding: 0;
}

.product-view .box-tags {
	margin: 0;
}

.product-view .box-tags h3 {
	font-size: 100%;
	margin-bottom: 10px;
}

.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
	display: inline;
	padding: 0;
}

.product-view .box-tags .product-tags li.first {
	padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
	background: none;
	padding-right: 0;
}

.product-view .box-tags .form-add label {
	display: block;
}

.product-view .box-tags .form-add .input-box {
	float: left;
}

.product-view .box-tags .form-add input.input-text {
	width: 250px;
	margin-right: -1px;
}

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
	line-height: 1.25;
}

.product-view .box-reviews dl {
	margin: 15px 0;
}

.product-view .box-reviews dd {
	margin: 0 0 15px;
}

.product-view .box-reviews dd small {
	font-style: italic;
}

.product-view .box-reviews .form-add {
	margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
	font-size: 13px;
	font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
	font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
	font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
	text-align: center;
}

.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
	font-weight: bold;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
	width: 354px;
}

.send-friend .form-list {
	width: 615px;
	overflow: hidden;
}

.send-friend .form-list li {
	margin-right: -15px;
}

.send-friend .form-list li p {
	margin: 0 15px 0 0;
}

.send-friend .form-list .field {
	width: 315px;
}

.send-friend .form-list .input-box {
	width: 300px;
}

.send-friend .form-list li.wide .input-box {
	width: 612px;
}

.send-friend .form-list li.wide textarea {
	width: 609px;
}

.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 21px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
	width: 294px;
}

.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
	float: left;
	clear: none;
}

.advanced-search-amount {
	margin: 0 0 10px;
}

.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid #e9d7c9;
	background: #fff6f1;
	padding: 10px;
}

.advanced-search-summary ul {
	float: left;
	width: 49%;
}

.advanced-search-summary strong {
	color: #E17C24;
	padding-left: 15px;
	background: url(/skin/frontend/sm-supershop/default/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
	clear: both;
	font-weight: bold;
	margin: 0;
}

.page-sitemap .links {
	text-align: right;
	margin: 0 8px -22px 0;
}

.page-sitemap .links a {
	text-decoration: none;
	position: relative;
}

.page-sitemap .links a:hover {
	text-decoration: underline;
}

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .sitemap a {
	color: #1b2d3b;
}

.page-sitemap .sitemap li {
	margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
	color: #1e7ec8;
}

.rss-title h1 {
	background: url(/skin/frontend/sm-supershop/default/images/i_rss-big.png) 0 4px no-repeat;
	padding-left: 27px;
}

.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px;
}

.sp-methods {
	margin: 0 0 8px;
}

.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold;
}

.sp-methods dd li {
	margin: 5px 0;
}

.sp-methods label {
	font-weight: bold;
	color: #666;
}

.sp-methods .price {
	font-weight: bold;
}

.sp-methods .form-list {
	padding-left: 20px;
	max-width: 285px;
}

.sp-methods .form-list li {
	margin: 0 0 8px;
}

.sp-methods select.month {
	width: 154px;
	margin-right: 10px;
}

.sp-methods select.year {
	width: 96px;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .checkmo-list li {
	margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
	width: 135px;
	padding-right: 10px;
	text-align: right;
}

.sp-methods .checkmo-list address {
	float: left;
}

.sp-methods .centinel-logos a {
	margin-right: 3px;
}

.sp-methods .centinel-logos img {
	vertical-align: middle;
}

.sp-methods .release-amounts {
	margin: 0.5em 0;
}

.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0;
}

.please-wait {
	float: right;
}

.please-wait img {
	vertical-align: middle;
}

.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px;
}

.tool-tip {
	border: 1px solid #7BA7C9;
	background: #EAF6FF;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999;
}

.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right;
}

.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 15px;
	height: 15px;
	background: url(/skin/frontend/sm-supershop/default/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
}

.tool-tip .tool-tip-content {
	padding: 5px;
}

.gift-messages h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

.gift-messages-form {
	position: relative;
}

.gift-messages-form label {
	float: none !important;
	position: static !important;
}

.gift-messages-form h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

.gift-messages-form .whole-order {
	margin: 0 0 25px;
}

.gift-messages-form .item {
	margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px;
}

.gift-messages-form .item .product-image {
	margin: 0 0 7px;
	border: 1px solid #ededed;
}

.gift-messages-form .item .number {
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #8a8987;
}

.gift-messages-form .item .details {
	margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.gift-message-link {
	font-size: 11px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px;
}

.gift-message-link.expanded {
	background-position: 100% -40px;
}

.gift-message-row {
	background: #f2efe9;
}

.gift-message-row .btn-close {
	float: right;
	width: 16px;
	height: 16px;
	background: url(/skin/frontend/sm-supershop/default/images/btn_gm-close.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	background-color: #fbfaf6;
	border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
}

.checkout-agreements .agree label {
	font-weight: bold;
	color: #666;
}

.opc .checkout-agreements {
	border: 1px solid #d9dde3;
	border-width: 0 1px;
	padding: 5px 30px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #e4e4e4;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

.opc .centinel {
	border: 1px solid #bbb6a5;
	border-width: 0 1px 1px;
	padding: 10px 30px;
}

.centinel .authentication {
	border: 1px solid #ddd;
	background: #fff;
}

.centinel .authentication iframe {
	width: 99%;
	height: 400px;
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.info-set {
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}

.info-set h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}

.info-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.info-set .box {
	margin: 0 0 15px;
}

.info-set .box h2 {
	color: #e26703;
}

.info-set .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
	font-weight: bold !important;
}

.info-set .data-table .item-options {
	margin: 5px 0 0;
}

.info-set h3,
.info-set h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
	font-weight: normal;
}

.checkout-progress {
	padding: 0 90px;
	margin: 0 0 20px;
}

.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 10px solid #999;
	padding: 2px 0 0;
	font-weight: bold;
	text-align: center;
	color: #abb5ba;
}

.checkout-progress li.active {
	border-top-color: #e96200;
	color: #e96200;
}

.multiple-checkout h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
}

.multiple-checkout .data-table .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
	color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
	font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
	margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
	margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px;
}

.multiple-checkout .col2-set h2.legend {
	margin: -20px -20px 15px;
	padding: 5px 10px;
	background: #f9f3e3;
	border-bottom: 1px solid #bbafa0;
	position: relative;
}

.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px;
	color: #0a263c;
}

.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative;
}

.multiple-checkout .box {
	margin: 0 0 15px;
}

.multiple-checkout .box h2 {
	color: #e26703;
}

.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	font-size: 1.5em;
	padding: 0 0 0 21px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_grand-total.gif) 0 0 no-repeat;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	height: 57px;
	padding: 14px 21px 0 0;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
}

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
	color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
	font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
	padding: 0 45px 0 36px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
	font-size: 13px;
	font-weight: bold;
	color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
	font-weight: normal;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
	background: #fbfaf6 url(/skin/frontend/sm-supershop/default/images/bkg_checkout.gif) 0 0 repeat-x;
	border: 1px solid #bbb6a5;
	margin: 0 0 25px;
	padding: 20px;
}

#multiship-addresses-table td {
	padding: 10px;
}

#multiship-addresses-table tfoot td {
	padding: 5px 10px;
}

.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
	overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width: 230px;
}

.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #d9d2be;
	background: #f9f3e3;
	padding: 13px;
	position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
	position: absolute;
	top: -20px;
	right: -40px;
	width: 178px;
	height: 41px;
	background: url(/skin/frontend/sm-supershop/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
	overflow: hidden;
}

.checkout-multishipping-billing .multiple-checkout {
	position: relative;
}

.account-login .content {
	min-height: 345px;
	padding: 14px 21px;
	border: 1px solid #ededed;
	background-color: #fff;
}

.account-login .content h2 {
	font-weight: bold;
	font-size: 108.03%;
	margin: 0 0 14px;
	padding: 0 0 5px 0px;
	border-bottom: 1px solid #ededed;
	text-transform: uppercase;
	color: #000;
}

.captcha-note {
	clear: left;
	padding-top: 5px;
}

.captcha-image {
	float: left;
	display: inline;
	margin: 0;
	position: relative;
	width: 258px;
}

.captcha-image .captcha-img {
	border: 1px solid #b6b6b6;
	vertical-align: bottom;
	width: 100%;
}

.registered-users .captcha-image {
	margin: 0;
}

.captcha-reload {
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
}

.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}

	0% {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0);
	}

	0% {
		-moz-transform: rotate(-360deg);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	0% {
		transform: rotate(-360deg);
	}
}

.window-overlay {
	background: url(/skin/frontend/sm-supershop/default/images/window_overlay.png) repeat;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}

.remember-me label {
	float: none;
	margin: 0 6px;
}

.remember-me-popup {
	background: #fff;
	border: 1px solid #ccc;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -85px 0 0 -200px;
	width: 400px;
	text-align: left;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	-box-shadow: 0 0 6px #ccc;
	z-index: 1000;
}

.remember-me-popup h3 {
	background: #d9e5ee;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
	position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
	background: url(/skin/frontend/sm-supershop/default/images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	right: 7px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
	padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
	display: inline-block;
	height: 19px;
	border: 1px solid #de5400;
	background: #f18200;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}

.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	text-shadow: 0 1px 0 #fff;
}

.map-popup {
	background: #fff;
	border: 1px solid #aaa;
	margin: 12px 0 0;
	position: absolute;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
	text-align: left;
	width: 300px;
	z-index: 100;
}

.map-popup-heading {
	background: #d9e5ee;
	border-bottom: 1px solid #ccc;
	padding: 5px 30px 5px 10px;
	width: 260px;
}

.map-popup-heading h2 {
	font-size: 16px;
	margin: 0;
	text-shadow: 0 1px 0 #f6f6f6;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis;
}

.map-popup-arrow {
	background: url(/skin/frontend/sm-supershop/default/images/map_popup_arrow.gif) no-repeat;
	position: absolute;
	left: 50%;
	top: -10px;
	height: 10px;
	width: 19px;
}

.map-popup-close {
	background: url(/skin/frontend/sm-supershop/default/images/btn_window_close.gif) no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 15px;
	width: 15px;
	text-indent: -9999em;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.map-popup-content {
	border-top: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	width: 280px;
}

.map-popup-checkout {
	display: inline;
	float: right;
	text-align: right;
	text-align: center;
}

.map-popup-checkout span {
	display: block;
}

.map-popup-checkout .paypal-or {
	clear: both;
	display: block;
}

.map-popup-checkout .paypal-logo {
	margin: 0 0 5px;
}

.map-popup-checkout li {
	list-style: none;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
	margin: 0;
	padding: 0;
}

.map-popup-price {
	margin: 5px 0 0;
}

.map-popup-text {
	clear: right;
	margin: 0 10px;
	padding: 10px 0;
	text-align: left;
	word-wrap: break-word;
}

.map-popup-only-text {
	border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

/* ======================================================================================= */
.guest-select {
	width: 305px !important;
}

/* 
*  Owl Carousel - Animate Plugin
*/
.owl-wrapper-outer {
	overflow-x: hidden;
}

.owl-carousel .animated {
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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

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

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

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

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 30px;
}

.ltabs-items .owl-carousel .owl-item {
	margin-right: 30px !important;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

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

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

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

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

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

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

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/*=====================================================*/
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.lightSlider {
	overflow: hidden;
	margin: 0;
	height: auto !important;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.lSSlideWrapper>.lightSlider:after {
	clear: both;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSFade>* {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade>*.active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
	opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
	cursor: pointer;
	display: inline-block;
	padding: 0 2px;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #78a345;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.7;
	overflow: hidden;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction>a {
	width: 25px;
	display: block;
	top: 50%;
	height: 25px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	margin-top: -13px;
	border: 1px solid #ededed;
	background-color: #fff;
	text-align: center;
	line-height: 23px;
	font-family: fontawesome;
	font-size: 14px;
}

.lSAction>a:hover {
	border-color: #78a345;
}

.lSAction>.lSPrev {
	left: 10px;
}

.lSAction>.lSPrev:before {
	content: "\f104";
}

.lSAction>.lSNext {
	right: 10px;
}

.lSAction>.lSNext:before {
	content: "\f105";
}

.lSAction>a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
	width: 100% !important;
	max-width: none !important;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
	float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}

	50% {
		left: -15px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightEnd {
	0% {
		left: 0;
	}

	50% {
		left: -15px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0;
	}

	50% {
		top: -15px;
	}

	100% {
		top: 0;
	}
}

@keyframes topEnd {
	0% {
		top: 0;
	}

	50% {
		top: -15px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}

	50% {
		left: 15px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftEnd {
	0% {
		left: 0;
	}

	50% {
		left: 15px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}

	100% {
		bottom: 0;
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}

	100% {
		bottom: 0;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

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

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
	max-width: 830px;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	max-width: 800px;
}

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

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('/skin/frontend/sm-supershop/default/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -30px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/skin/frontend/sm-supershop/default/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/skin/frontend/sm-supershop/default/images/blank.gif');
	/* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow-y: scroll !important;
	width: auto;
	margin: 0 !important;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: auto;
}

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

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

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

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: -30px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url('/skin/frontend/sm-supershop/default/images/fancybox_sprite@2x.png');
		background-size: 44px 152px;
		/*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/skin/frontend/sm-supershop/default/images/fancybox_loading@2x.gif');
		background-size: 24px 24px;
		/*The size of the normal image, half the size of the hi-res image*/
	}
}

ul.resp-tabs-list,
p {
	margin: 0px;
	padding: 0px;
}

ul.resp-tabs-list {
	display: table;
	width: 100%;
	position: relative;
	bottom: -1px;
	border-bottom: 2px solid #78a345;
}

.resp-tabs-list li {
	border: 1px solid #ededed;
	border-bottom: none;
	padding: 5px 15px;
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	margin: 0 5px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	font-size: 11px;
}

.resp-tabs-list li:hover {
	border-color: #78a345;
	color: #fff;
	background-color: #78a345;
}

.resp-tabs-container {
	padding: 0px;
	clear: left;
}

.resp-tabs-container .std ul {
	list-style: none;
}

.resp-tabs-container .std ul li:before {
	content: '\f00c';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	color: #78a345;
	margin-right: 5px;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	padding: 15px 0 0;
}

.resp-tabs-list .resp-tab-active {
	border-color: #78a345;
	background-color: #78a345;
	color: #fff;
}

.resp-tabs-list {
	margin-top: 25px !important;
}

.resp-content-active,
.resp-accordion-active {
	display: block;
}

h2.resp-accordion {
	font-size: 108.33%;
	text-transform: uppercase;
	border: 1px solid #ededed;
	margin-top: -1px;
	padding: 10px 15px;
}

h2.resp-tab-active {
	border-bottom: 0px solid #ededed !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
	border-bottom: 12px solid #ededed !important;
	background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}

.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}

.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ededed;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

.resp-vtabs .resp-tab-content {
	border: none;
}

.resp-vtabs li.resp-tab-active {
	border: 1px solid #ededed;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #ccc;
}

h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #663d2b;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-easy-accordion .resp-tab-content {
	border: 1px solid #ededed;
}

.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #ededed !important;
}

.resp-jfit {
	width: 100%;
	margin: 0px;
}

.resp-tab-content-active {
	display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
	.carrinho_botao_superior {
		width: 94.9%;
		margin-left: 0px;
		margin: 0px 0px 0px 2.6%;
	}

	.cart .discount,
	.cart .shipping,
	.crosssell {
		margin-bottom: 35px !important;
	}

	ul.resp-tabs-list {
		display: flex;
	    justify-content: start;
	}
	ul.resp-tabs-list:first-child {
	    margin-top: 0px !important;
	}

	h2.resp-accordion {
		display: block;
	}

	.resp-vtabs .resp-tab-content {
		border: 1px solid #ededed;
	}

	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}

	.resp-accordion-closed {
		display: none !important;
	}

	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #ededed !important;
	}
}

/* ============================================ *
* Configurable Swatches
* ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
	content: '';
	display: table;
	clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
	text-transform: uppercase;
}

.selected .has-image {
	border-color: #78a345;
}

.swatch-link {
	border: 1px solid #ededed;
	display: inline-block;
}

.swatch-link:hover {
	cursor: pointer;
	text-decoration: none;
}

.swatch-link .x {
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/skin/frontend/sm-supershop/default/images/bg_x.png) center no-repeat transparent;
	z-index: 10;
}

.swatch-link.has-image .swatch-label {
	position: relative;
	display: inline-block;
}

.swatch-link.has-image img {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #fff;
}

.configurable-swatch-list {
	clear: both;
}

.configurable-swatch-list .not-available .x {
	display: block;
}

.configurable-swatch-list .not-available .swatch-link {
	border-color: #ededed;
	position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
}

.configurable-swatch-list .not-available .swatch-label {
	color: #aaa;
	background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
	padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
	outline: 0;
}

#narrow-by-list dd .swatch-link {
	border: none;
	display: block;
}

#narrow-by-list dd .swatch-link.has-image {
	line-height: inherit;
}

.currently .swatch-current {
	position: relative;
}

.currently .swatch-current .btn-remove {
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
}

.currently .swatch-current span {
	display: block;
	float: left;
}

.currently .swatch-link {
	display: inline-block;
	margin: 0 0 0 3px;
}

.configurable-swatch-box {
	background: none !important;
}

.configurable-swatch-box select.swatch-select {
	display: none;
}

.configurable-swatch-box .validation-advice {
	margin: 0 0 5px;
	background: #df280a;
	padding: 2px 5px !important;
	font-weight: bold;
	color: #fff !important;
	float: left;
	display: block;
	border-radius: 3px;
}

.configurable-swatch-list .has-image:before {
	display: none !important;
}

.share-button {
	display: inline-block;
	vertical-align: top;
}

.share-button .addthis_button_compact {
	padding: 0 !important;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	position: relative;
	text-indent: -999px;
	overflow: hidden;
}

.share-button .addthis_button_compact span {
	display: none !important;
}

.share-button .addthis_button_compact:before {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	color: #fff;
	background-color: #b2b2b2;
	vertical-align: middle;
	content: '\f1e0';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.share-button:hover .addthis_button_compact:before {
	background-color: #78a345;
}

.grouped-items-table {
	margin-bottom: 20px;
}

.box-content {
	background-color: #fff;
	margin-bottom: 30px;
}

.box-content.padding-box {
	padding: 20px;
}

.box-content.box-related-upsell {
	border-top: 2px solid #663d2b;
}

.product-view .sidebar-view .block.block-megamenu-vertical .block-content .megamenu-vertical>li.parent>a>span:before {
	display: none !important;
}

.product-view .product-shop .timer-product {
	border: none;
	padding: 0;
	margin-bottom: 15px;
	margin-top: -5px;
}

.product-view .product-shop .short-description {
	margin-bottom: 20px;
}

.product-view .product-shop .add-to-cart .btn-cart {
	background-color: #78a345;
}

.product-view .product-shop .add-to-cart .btn-cart:hover {
	background-color: #1b948b;
}

.product-view .product-shop .price-box .price-as-configured {
	margin: 0 0 7px;
}

#review-form #product-review-table tbody tr td {
	text-align: center;
}

#review-form #product-review-table tbody tr td .radio {
	float: none;
	margin: 0 auto;
}

#review-form .form-list {
	padding-top: 30px;
}

#review-form .form-list .input-fixwidth {
	max-width: 500px;
}

.tab-product-info h2 {
	font-size: 108.33%;
	font-weight: bold;
	margin-bottom: 10px;
}

.title-view {
	border-bottom: 1px solid #ededed;
	padding: 20px 20px 18px;
}

.title-view h2 {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #444;
	font-size: 138.46%;
	font-weight: 700;
}

.box-up-sell .overflow-slider .owl-controls .owl-buttons,
.box-related .overflow-slider .owl-controls .owl-buttons {
	position: absolute;
	right: 0;
	top: -47px;
}

.box-up-sell .overflow-slider .owl-controls .owl-buttons .owl-prev,
.box-related .overflow-slider .owl-controls .owl-buttons .owl-prev {
	right: 55px;
	left: auto;
}

/* Product Images */
.product-image-zoom {
	margin-bottom: 10px;
	border: 1px solid #ededed;
}

.product-img-box .product-image-zoom img {
	display: none;
}

.product-img-box .product-image-zoom img.visible {
	display: block;
	margin: 0 auto;
}

.product-img-box .more-views li .thumb-link {
	border: 1px solid #ededed;
}

.product-img-box .more-views li .thumb-link:hover {
	border-color: #78a345;
}

.product-img-box .more-views li.active_thumbs .thumb-link {
	border-color: #78a345;
}

.product-img-box .more-views li a {
	display: block;
}

.product-img-box .more-views li a img {
	width: 100%;
	border: 1px solid transparent;
}

.more-views .lSSlideOuter {
	margin: 0 -5px;
	padding: 0 5px;
}

.more-views .lSSlideOuter .lSSlideWrapper {
	overflow: visible;
	width: 100%;
}

.more-views .lSAction .lSNext,
.more-views .lSAction .lSPrev {
	display: none;
}
@media screen and ( min-width: 992px ) {
  .product-image-gallery {
    min-height: 489px !important;
  }
}
.product-image-gallery {
	position: relative;
}

.btn-lightbox {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
	text-align: center;
}

.btn-lightbox a {
	display: none;
}

.btn-lightbox #lightbox_btn {
	display: block !important;
}

.btn-lightbox #lightbox_btn:before {
	content: "\f00e";
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	font-family: fontawesome;
	color: #666666;
}

.btn-lightbox #lightbox_btn:hover:before {
	color: #78a345;
}

/* Product Shop */
.product-view .product-essential {
	overflow: hidden;
	margin-bottom: 0px;
}

.product-view .product-essential .add-to-links {
	vertical-align: top;
	float: left;
}

.product-view .product-essential .add-to-links li {
	float: left;
	margin-right: 5px;
	font-size: 0;
	margin-bottom: 5px;
}

.product-view .product-essential .add-to-links li a {
	display: inline-block !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #b2b2b2;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
}

.product-view .product-essential .add-to-links li a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	text-indent: 0;
}

.product-view .product-essential .add-to-links li a.link-wishlist:before {
	content: '\f004';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	line-height: 40px !important;
}

.product-view .product-essential .add-to-links li a.link-compare:before {
	content: '\f074';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	line-height: 40px !important;
}

.product-view .product-essential .add-to-links li a:hover {
	background-color: #78a345;
}

.product-view .product-shop .product-name {
	font-size: 100%;
}

.product-view .product-shop .product-name h2 {
	font-size: 22px;
	color: #78a345;
}

.product-view .product-shop .product-name h1 {
	font-size: 22px;
	color: #78a345;
}

.product-view .product-shop .ratings {
	margin-bottom: 0;
}

.product-view .product-shop .ratings .rating-links .separator,
.product-view .product-shop .ratings .rating-links a:last-child {
	display: none;
}

.product-view .product-shop .price-box {
	margin-bottom: 10px;
}

.product-view .product-shop .price-box .regular-price .price {
	font-size: 200%;
}

.product-view .product-shop .price-box .special-price {
	margin-left: 0px;
}

.product-view .product-shop .price-box .special-price .price .price {
	font-size: 200%;
	margin-left: 0px;
	font-weight: normal;
	margin-right: 15px;
	color: #663d2b;
}

.product-view .product-shop .price-box .old-price .price {
	font-size: 200%;
	position: relative;
	margin-right: 10px;
}

.product-view .product-shop .availability {
	clear: both;
	margin-bottom: 10px;
	display: none;
}

.product-view .product-shop .availability.in-stock span {
	color: #78a345;
}

.product-view .product-shop .availability.in-stock span:after {
	content: '\f00c';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;
}

.product-view .product-shop .product-options select {
	max-width: 370px;
	color: #999;
}

.product-view .product-shop .product-options .configurable-swatch-list {
	margin: 0;
}

.product-view .product-shop .product-options .configurable-swatch-list li {
	display: inline-block;
	text-align: center;
}

.product-view .product-shop .product-options .configurable-swatch-list li a:hover,
.product-view .product-shop .product-options .configurable-swatch-list li.selected a {
	border-color: #78a345;
}

.product-view .product-shop .option-product-wrapper {
	display: none !important;
	padding: 0px 0 30px;
}

.product-view .product-shop .option-product-wrapper label {
	font-weight: 700 !important;
	color: #444;
}

.product-view .product-shop .option-product-wrapper .option-content {
	margin: 0 -15px;
}

.product-view .product-shop .option-product-wrapper .option-content .option-product {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.product-view .product-shop .product-options-bottom .price-box {
	display: none;
}

.box-related .overflow-slider,
.box-up-sell .overflow-slider {
	overflow-x: hidden;
}

.box-related .margin-slider,
.box-up-sell .margin-slider {
	margin-right: -3px;
}

.box-related .products-grid .item .item-inner,
.box-up-sell .products-grid .item .item-inner {
	border-bottom: none;
	margin-right: 1px;
}

.box-related .owl-controls .owl-nav,
.box-up-sell .owl-controls .owl-nav {
	position: absolute;
	right: 18px;
	top: -45px;
}

/*==DETAIL STYLES==*/
.thumbs-style-horizontal .more-views {
	padding: 0 30px;
	position: relative;
}

.thumbs-style-horizontal .more-views .btn-more {
	display: block;
	width: 20px;
	text-align: center;
	color: #ccc;
	z-index: 9;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	position: absolute;
	height: 100%;
}

.thumbs-style-horizontal .more-views .btn-more:before {
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.thumbs-style-horizontal .more-views .btn-more .txt-button {
	display: none;
}

.thumbs-style-horizontal .more-views .btn-more:hover {
	background-color: #78a345;
	color: #fff;
}

.thumbs-style-horizontal .more-views .btn-more.next-thumb {
	top: 0;
	right: 0;
}

.thumbs-style-horizontal .more-views .btn-more.next-thumb:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
}

.thumbs-style-horizontal .more-views .btn-more.prev-thumb {
	top: 0;
	left: 0;
}

.thumbs-style-horizontal .more-views .btn-more.prev-thumb:before {
	content: '\f104';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
}

.case-option-vertical {
	position: relative;
}

.case-option-vertical .product-image {
	margin-left: 100px;
}

.case-option-vertical .more-views {
	width: 90px;
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 30px 0;
}

.case-option-vertical .more-views .btn-more {
	display: block;
	width: 100%;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #cccccc;
	z-index: 9;
	cursor: pointer;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.case-option-vertical .more-views .btn-more .txt-button {
	display: none;
}

.case-option-vertical .more-views .btn-more:hover {
	background-color: #78a345;
	color: #fff;
}

.case-option-vertical .more-views .btn-more.next-thumb {
	position: absolute;
	bottom: 0;
	left: 0;
}

.case-option-vertical .more-views .btn-more.next-thumb:before {
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}

.case-option-vertical .more-views .btn-more.prev-thumb {
	position: absolute;
	top: 0;
	left: 0;
}

.case-option-vertical .more-views .btn-more.prev-thumb:before {
	content: '\f106';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
}

.product-view-2.product-view .product-shop .add-to-links li:first-child,
.product-view-3.product-view .product-shop .add-to-links li:first-child {
	margin-left: 0;
}

.product-view-2 .like-social,
.product-view-3 .like-social {
	text-align: left;
}

.product-view-2 .box-up-sell .overflow-slider,
.product-view-3 .box-up-sell .overflow-slider,
.product-view-2 .box-related .overflow-slider,
.product-view-3 .box-related .overflow-slider {
	padding-top: 0;
}

/*==QUICK VIEW==*/
.quickview-main .add-to-cart .control-qty {
	margin-right: 10px;
}

/*==ABOUT US==*/
.category-about-us .page-title {
	display: none;
}

.about-us {
	background-color: #fff;
	padding: 20px;
	margin-bottom: -20px;
}

.about-us .about-title {
	font-size: 128.57%;
	color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.about-us .name-member {
	font-size: 116.67%;
	font-weight: bold;
}

.about-us .job-member {
	margin: 7px 0 10px;
	font-style: italic;
}

.about-us .job-member:before,
.about-us .job-member:after {
	content: "---";
	margin: 0 5px;
}

.about-us .social-member {
	list-style: none;
	padding-top: 10px;
}

.about-us .social-member .social-icon {
	display: inline-block;
	margin: 0 3px;
}

.about-us .social-member .social-icon a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.about-us .social-member .social-icon a span {
	display: none;
}

.about-us .social-member .social-icon a:hover {
	background-color: #78a345 !important;
}

.about-us .social-member .social-icon.rss a {
	background-color: #f8bc2e;
}

.about-us .social-member .social-icon.facebook a {
	background-color: #39599f;
}

.about-us .social-member .social-icon.twitter a {
	background-color: #45b0e3;
}

.about-us .social-member .social-icon.google a {
	background-color: #1872bf;
}

.about-us .des-member.des-client {
	max-width: 950px;
	margin: 0 auto;
	font-style: italic;
	margin-bottom: 10px;
}

.about-us .member-info {
	text-align: center;
	padding-top: 15px;
}

.about-us .client-say-content {
	text-align: center;
	border-top: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
	position: relative;
}

.about-us .client-say-content .about-title {
	position: relative;
	top: -12px;
	background-color: #fff;
	padding: 0 10px;
	display: inline-block;
}

.about-us .client-say-content .client-say-slider {
	padding-top: 15px;
}

.about-us .client-say-content .client-say-slider .owl-dots {
	position: absolute;
	left: 0;
	top: -13px;
	width: 100%;
}

.about-us .client-say-content .client-say-slider .owl-dots span {
	width: 16px;
	height: 16px;
	background-color: #d9d9d9;
	border: none;
	margin: 0 2px;
	opacity: 1;
}

.about-us .client-say-content .client-say-slider .owl-dots .owl-dot.active span {
	background-color: #929292;
}

.about-us .client-say-content .client-say-slider .owl-dots .owl-dot span:hover {
	background-color: #929292;
}

.about-us .about-us-center {
	text-align: center;
}

.about-us .about-us-center .content-description {
	padding-top: 25px;
	clear: both;
	margin-bottom: 30px;
}

.about-us .client-logo-content {
	border-bottom: 1px dashed #ededed;
	border-top: 1px dashed #ededed;
	padding-bottom: 10px;
	text-align: center;
}

.about-us .client-logo-content .about-title {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: -11px;
}

.about-us .owl-controls .owl-nav div {
	width: 34px;
	height: 34px;
	border: 1px solid #fff !important;
	background-color: #fff;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 29%;
}

.about-us .owl-controls .owl-nav div:hover {
	background-color: #78a345;
	color: #fff;
}

.about-us .owl-controls .owl-nav div.owl-next {
	right: -19px;
}

.about-us .owl-controls .owl-nav div.owl-prev {
	left: -19px;
}

.about-us .owl-controls .owl-nav div:before {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #636363;
	line-height: 32px;
}

.about-us .owl-controls .owl-nav div:hover:before {
	background-color: #78a345;
}

.about-us .client-logo-slider {
	padding: 0 25px;
}

.about-us .about-image-slider {
	max-width: 570px;
	margin: 0 auto;
}

.about-us .about-image-slider .owl-controls .owl-nav div {
	top: 50%;
	margin-top: -15px;
	border: none !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.about-us .about-image-slider .owl-controls .owl-nav div:before {
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	color: #c8c8c8;
}

.about-us .about-image-slider .owl-controls .owl-nav div.owl-next {
	right: 10px;
}

.about-us .about-image-slider .owl-controls .owl-nav div.owl-prev {
	left: 10px;
}

.about-us .about-image-slider .owl-controls .owl-nav div:hover {
	border-color: #78a345;
}

.about-us .about-image-slider .owl-controls .owl-nav div:hover:before {
	color: #fff;
}

.about-us .skills-value {
	padding-top: 52px;
}

.about-us .skills-value .label-skill {
	font-weight: bold;
}

.about-us .skills-value .range-value {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.about-us .skills-value .range-value .rating-skills {
	position: absolute;
	top: 0;
	left: 0px;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

.about-us .skills-value .range-value .rating-skills.skill-1 {
	background-image: url(/skin/frontend/sm-supershop/default/images/skill-style-1.png);
	background-position: -28px 0;
}

.about-us .skills-value .range-value .rating-skills.skill-2 {
	background-image: url(/skin/frontend/sm-supershop/default/images/skill-style-2.png);
	background-position: 20px 0;
}

.about-us .skills-value .range-value .rating-skills.skill-3 {
	background-image: url(/skin/frontend/sm-supershop/default/images/skill-style-3.png);
	background-position: 20px 0;
}

.about-us .about-us-content .description-about {
	padding: 20px 0;
}

.about-us .content-faq {
	position: relative;
	top: -15px;
}

.about-us .content-faq .panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-bottom: 1px solid #ededed;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 0;
}

.about-us .content-faq .panel .panel-title {
	font-size: 100%;
	font-weight: bold;
}

.about-us .content-faq .panel .panel-title a {
	display: block;
	padding: 15px 0 15px 25px;
	position: relative;
}

.about-us .content-faq .panel .panel-title a:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: 6px;
	background-color: #78a345;
}

.about-us .content-faq .panel .panel-title a:before {
	background-color: #78a345;
	content: "-";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 16px;
}

.about-us .content-faq .panel .panel-title a.collapsed:after {
	background-color: #737373;
}

.about-us .content-faq .panel .panel-title a.collapsed:before {
	background-color: #737373;
	content: "?";
}

.about-us .content-faq .panel .panel-body {
	padding: 0 0 13px;
}

.about-demo-1 .about-image,
.about-demo-1 .about-info {
	margin-bottom: 40px;
}

.about-demo-1 .about-info {
	position: relative;
	top: -4px;
}

.about-demo-1 .what-client-say {
	margin-bottom: 40px;
}

.about-demo-1 .our-team .about-title {
	text-align: center;
	margin-bottom: 45px;
}

.about-demo-2 .our-team {
	margin-bottom: 60px;
}

.about-demo-3 .about-image,
.about-demo-3 .about-info {
	margin-bottom: 30px;
}

/*==END ABOUT US==*/
/*==CONTACT US==*/
.contact-us {
	margin-bottom: -50px;
}

.contacts-index-index .contact-form {
	background-color: #fff;
	padding: 20px;
}

.contacts-index-index .contact-form .form-list .fields .field {
	margin-bottom: 10px;
}

.category-contact-us .page-title {
	display: none;
}

.title-contact h2 {
	font-size: 128.57%;
	color: #444;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.title-contact-normal h2 {
	font-size: 128.57%;
	color: #444;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.google-map {
	border: 5px solid #ededed;
}

.google-map #map {
	width: 100%;
	height: 294px;
}

.contact-info .address-info {
	margin-bottom: 10px;
	margin-top: 8px;
}

.contact-info .address-info li {
	padding: 10px 0px 10px 30px;
	border-bottom: 1px dashed #ededed;
	position: relative;
}

.contact-info .address-info li:first-child {
	border-top: 1px dashed #ededed;
}

.contact-info .address-info li:before {
	position: absolute;
	left: 0px;
	top: 7px;
	font-family: fontawesome;
}

.contact-info .address-info li.add-icon:before {
	content: "\f041";
	font-size: 21px;
	padding-left: 3px;
}

.contact-info .address-info li.email-icon:before {
	content: "\f0e0";
	font-size: 16px;
}

.contact-info .address-info li.phone-icon:before {
	content: "\f095";
	font-size: 18px;
}

.contact-info .social-list li {
	display: inline-block;
	margin-right: 5px;
}

.contact-info .social-list li .icon-social {
	border: 1px solid #ededed;
	font-size: 18px;
	color: #b3b3b3;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact-info .social-list li .icon-social:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.contact-info .social-list li .icon-social span {
	display: none;
}

.contact-form .buttons-set .button {
	float: left;
	margin: 0;
}

.contact-form .buttons-set .button i {
	font-size: 13px;
	margin-right: 5px;
}

.list-contact-wrapper {
	padding: 10px 0;
	border-top: 1px dashed #ededed;
	margin-bottom: 30px;
}

.list-contact-wrapper .list-info-contact {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.list-contact-wrapper .list-info-contact li>div {
	padding-left: 64px;
	position: relative;
}

.list-contact-wrapper .list-info-contact li>div:before {
	font-family: fontawesome;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color: #5b5b5b;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 42px;
}

.list-contact-wrapper .list-info-contact li>div.address-contact:before {
	content: "\f041";
	font-size: 21px;
}

.list-contact-wrapper .list-info-contact li>div.email-contact:before {
	content: "\f0e0";
	font-size: 17px;
}

.list-contact-wrapper .list-info-contact li>div.hotline-contact:before {
	content: "\f095";
	font-size: 21px;
}

.list-contact-wrapper .list-info-contact li>div p {
	display: inline-table;
	margin: 0;
}

.contact-demo-1 .request-form,
.contact-demo-2 .request-form,
.contact-demo-4 .request-form {
	position: relative;
	top: -9px;
}

.contact-demo-1 .google-map,
.contact-demo-2 .google-map,
.contact-demo-4 .google-map {
	margin-bottom: 35px;
}

.contact-demo-1 .contact-info,
.contact-demo-2 .contact-info,
.contact-demo-4 .contact-info {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 20px;
}

.contact-demo-1 .contact-form,
.contact-demo-2 .contact-form,
.contact-demo-4 .contact-form {
	padding: 20px;
	background-color: #fff;
}

.contact-demo-1 .contact-form .contact-form,
.contact-demo-2 .contact-form .contact-form,
.contact-demo-4 .contact-form .contact-form {
	padding: 0;
}

.contact-demo-1 .form-wrapper .fields,
.contact-demo-2 .form-wrapper .fields,
.contact-demo-4 .form-wrapper .fields {
	max-width: 390px;
}

.contact-demo-1 .form-wrapper .fields .input-box .input-text,
.contact-demo-2 .form-wrapper .fields .input-box .input-text,
.contact-demo-4 .form-wrapper .fields .input-box .input-text {
	height: 40px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #ededed;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.contact-demo-1 .form-wrapper .wide,
.contact-demo-2 .form-wrapper .wide,
.contact-demo-4 .form-wrapper .wide {
	margin-bottom: 15px;
}

.contact-demo-1 .form-wrapper .wide .input-box .input-text,
.contact-demo-2 .form-wrapper .wide .input-box .input-text,
.contact-demo-4 .form-wrapper .wide .input-box .input-text {
	border-top: 1px dashed #ededed;
	border-left: none;
	border-right: none;
	background-color: #f3f3f3;
	border-bottom: none;
}

.contact-demo-1 .form-wrapper .wide .input-box .comment-label,
.contact-demo-2 .form-wrapper .wide .input-box .comment-label,
.contact-demo-4 .form-wrapper .wide .input-box .comment-label {
	margin-bottom: 9px !important;
}

.contact-demo-2 .google-map #map {
	height: 413px;
}

.contact-demo-4 .google-map #map {
	height: 409px;
}

.contact-demo-4 .contact-description {
	margin-bottom: 25px;
}

.contact-demo-4 #comment {
	height: 126px;
}

.contact-demo-3 .google-map {
	margin-bottom: 25px;
}

.contact-demo-3 .description-contact-dm4,
.contact-demo-3 .list-contact-wrapper,
.contact-demo-3 .contact-form {
	padding: 20px;
	background-color: #fff;
}

.contact-demo-3 .contact-form {
	margin-bottom: 30px !important;
}

.contact-demo-3 .contact-form .contact-form {
	padding: 0;
	margin-bottom: 0 !important;
}

.contact-demo-3 .form-wrapper .field {
	margin-bottom: 10px;
}

.contact-demo-3 .form-wrapper .field:last-child {
	margin: 0;
}

.contact-demo-3 .form-wrapper .field .input-text {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contact-demo-3 .form-wrapper .wide .input-box .input-text {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 128px;
}

/*==END CONTACT US==*/
/*==SHOPPING CART==*/
.cart .page-title {
	border-bottom: 0;
	margin: 0 0 12px;
}

.cart .page-title h1 {
	margin: 10px 0 0;
}

.cart .page-title .checkout-types li {
	margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
	float: right;
}

.cart .title-buttons .checkout-types li {
	float: left;
	margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
	vertical-align: top;
}

.cart .checkout-types .bml_button {
	display: inline-table;
	width: 150px;
	margin: 0 0 5px;
}

.cart .cart-collaterals {
	padding: 0;
}

.cart .cart-collaterals .col2-set {
	float: left;
	width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
	width: 294px;
}

.cart .crosssell {
	border: 0px solid #ededed;
	padding: 12px 15px;
}

.cart .crosssell h2 {
	font-size: 100%;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.cart .crosssell .product-image {
	float: left;
	width: 80px;
	height: 80px;
}

.cart .crosssell .product-image img {
	border: 0px solid #ededed;
	width: 168px;
	height: 168px;
	min-width: 168px;
}

.cart .crosssell .product-image img:hover {
	border-color: #78a345;
}

.cart .crosssell .product-details {
	width: 100% !important;
	float: left;
	margin-top: 12px;
}

.cart .crosssell .product-details .btn-cart {
	margin-bottom: 3px;
}

.cart .crosssell ul {
	margin: 0px;
}

.cart .crosssell li.item {
	text-align: center;
	margin-bottom: 20px;
	width: 25%;
	float: left;
}

.cart .crosssell li.item.last {
	margin-bottom: 0px;
}

.cart .crosssell .link-compare {
	font-weight: normal;
}

.cart .crosssell .button {
	height: 33px;
	line-height: 33px;
}

.checkout-types .paypal-or {
	clear: both;
	display: block;
	padding: 8px 55px 0 0;
	line-height: 1.0;
	font-size: 11px;
}

.cart-table th {
	padding: 2px 10px;
}

.cart-table .product-name {
	margin: 0 0 5px;
	text-transform: uppercase;
}

.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #df280a;
}

.cart-table tfoot td {
	padding: 15px 10px;
}

.cart-table .btn-continue {
	float: left;
}

.cart-table .btn-update {
	margin-left: 10px;
}

.cart-table .btn-update,
.cart-table .btn-empty {
	float: right;
}

.cart .crosssell .btn-cart,
.cart .crosssell .add-to-links {
	display: inline-flex;
	vertical-align: top;
}

.cart .crosssell .add-to-links li {
	display: inline-block;
}

.cart .crosssell .add-to-links li a {
	display: inline-block !important;
	width: 33px;
	height: 33px;
	position: relative;
	vertical-align: top;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	background: #b2b2b2;
	color: #fff;
	margin-right: 3px;
}

.cart .crosssell .add-to-links li a:hover {
	background: #78a345;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
	border: 0px solid #ededed;
	padding: 12px 15px;
}

.cart .discount,
.cart .shipping,
.crosssell {
	margin-bottom: 30px;
	background-color: #fff;
}

.cart .discount h2,
.cart .shipping h2 {
	border-bottom: 1px solid #ededed;
	color: #000;
	font-size: 103.08%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 7px;
	text-transform: uppercase;
}

.cart .discount .input-box,
.cart .shipping .input-box,
.cart .discount .input-text,
.cart .shipping .input-text,
.cart .discount select,
.cart .shipping select {
	width: 100%;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
	margin-left: 0;
}

.cart .discount .input-box {
	margin: 8px 0 0;
}

.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 5px 0 0;
}

.cart .totals {
	border: 0px solid #ededed;
	background-color: #fff;
}

.cart .totals table {
	width: 100%;
	margin: 15px 0 0;
	font-size: 13px;
}

.cart .totals td {
	padding: 1px 15px 1px 7px;
}

.cart .totals tfoot th {
	padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.cart .totals .checkout-types {
	margin: 0;
	padding: 0px 15px 15px;
	text-align: right;
}

.cart .totals .checkout-types li {
	clear: both;
	margin: 10px 0;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
	font-size: 16px;
	font-weight: normal;
	color: #db8d34;
}

.item-options dt {
	font-weight: bold;
	font-style: italic;
	clear: left;
	float: left;
	margin-right: 7px;
}

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

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
}

.truncated a.details {
	cursor: help;
}

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

.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

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

.truncated .show .item-options {
	top: -20px;
	left: 50%;
}

.col-left .truncated .show .item-options {
	left: 15px;
	top: 7px;
}

.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}

/*==MY ACCOUNT==*/
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0;
}

.dashboard .welcome-msg {
	margin: 0 0em 1.5em 0;
}

.dashboard .welcome-msg p {
	margin: 0;
}

.dashboard .col2-set {
	margin: 0 0 15px;
}

.dashboard .box .box-title {
	padding: 0 0 2px;
	margin: 0;
	text-align: right;
}

.box-account {
	border: 1px solid #ededed;
	padding: 15px;
	margin: 0 0 20px;
	background-color: #fff;
}

.box-account .box-head {
	border-bottom: 1px solid #ededed;
	margin: 0 0 10px;
	text-align: right;
	padding-bottom: 5px;
}

.box-account .box-head h2 {
	float: left;
	margin: 0;
	font-size: 108.33%;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #78a345;
}

.dashboard .box .title-add {
	border-bottom: 1px solid #ededed;
	padding: 0px;
	margin-bottom: 10px;
}

.dashboard .box .title-add>h3 {
	text-transform: uppercase;
	color: #78a345;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.dashboard .box-info h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.dashboard .box-reviews .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-reviews .details {
	margin-left: 20px;
}

.dashboard .box-reviews li.item {
	margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
	margin: 0;
}

.dashboard .box-reviews .ratings {
	margin: 7px 0 0;
}

.dashboard .box-tags .number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	margin-right: 5px;
	padding: 2px 3px;
	background: #0a263c;
}

.dashboard .box-tags .details {
	margin-left: 20px;
}

.dashboard .box-tags li.item {
	margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
	margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
	display: inline;
}

.addresses-list h2 {
	font-weight: bold;
	font-size: 108.33%;
	color: #78a345;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.addresses-list h3 {
	font-weight: bold;
	font-size: 13px;
}

.addresses-list address {
	margin: 0 0 3px;
}

.addresses-list p {
	margin: 0;
}

.addresses-list a {
	font-weight: bold;
}

.addresses-list .link-remove {
	color: #646464;
}

.addresses-list .separator {
	margin: 0 3px;
}

.addresses-list li.item {
	border: 1px solid #ededed;
	padding: 10px 13px;
	margin: 0 0 20px;
	background-color: #fff;
}

.addresses-list li.empty {
	background: none;
	border: 0;
	padding: 0;
}

.addresses-list li.empty p {
	font-weight: bold;
}

.addresses-list .addresses-additional li.item {
	background: none;
	border: 0;
	padding: 0;
}

.fix-min-height {
	min-height: 243px;
}

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

.order-info {
	background: #fafafa;
	border: 1px solid #ededed;
	padding: 4px 8px;
	margin: 0 0 8px;
}

.order-info .current {
	font-weight: bold;
}

.order-info li {
	margin: 0 3px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
	display: inline;
}

.order-date {
	margin: 10px 0;
}

.order-info-box {
	background-color: #fff;
	border: 1px solid #ededed;
	padding: 12px 15px;
	margin: 0 0 15px;
}

.order-info-box h2 {
	font-weight: bold;
	font-size: 13px;
}

.order-info-box .box-payment p {
	margin: 0 0 3px;
}

.order-info-box .box-payment th {
	font-weight: bold;
	padding-right: 7px;
}

.order-items {
	width: 100%;
	overflow-x: auto;
}

.order-items .product-name {
	font-size: 1em !important;
	font-weight: bold !important;
}

.order-items .link-print {
	color: #1e7ec8;
	font-weight: normal;
}

.order-items .order-links {
	text-align: right;
}

.order-items h2,
.order-items h3 {
	clear: none;
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px;
	color: #0a263c;
}

.order-additional {
	margin: 15px 0;
}

.gift-message dt strong {
	color: #666;
}

.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}

.order-about dt {
	font-weight: bold;
}

.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}

.tracking-table {
	margin: 0 0 15px;
}

.tracking-table th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup {
	width: 100%;
}

.tracking-table-popup th {
	font-weight: bold;
	white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
	padding: 1px 8px;
}

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

.page-print .print-head .logo {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 16px;
	font-weight: bold;
}

.page-print h2.h2 {
	font-size: 16px;
	font-weight: bold;
}

.page-print .order-date {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.page-print .col2-set {
	margin: 0 0 10px;
}

.page-print .gift-message-link {
	display: none;
}

.page-print h2,
.page-print h3 {
	font-size: 13px;
	font-weight: bold;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
	display: inline;
}

.my-wishlist .data-table td {
	padding: 10px;
}

.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px;
}

.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px;
}

.my-wishlist .buttons-set button.button {
	float: none;
	margin-bottom: 8px;
}

.buttons-set.buttons-set2 {
	border: none;
}

#wishlist-table .add-to-links {
	white-space: nowrap;
}

.my-tag-edit {
	float: left;
	margin: 0 0 10px;
}

#my-tags-table {
	clear: both;
}

#my-tags-table td {
	padding: 10px;
}

#my-tags-table .add-to-links {
	white-space: nowrap;
}

#my-reviews-table td {
	padding: 10px;
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px;
}

.product-review .product-img-box .product-image img {
	border: 1px solid #ededed;
}

.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px;
}

.product-review .product-details {
	margin-left: 150px;
}

.product-review .product-name {
	font-size: 133.33%;
	font-weight: bold;
	margin: 0 0 10px;
}

.product-review h3 {
	font-size: 12px;
	margin: 0 0 3px;
	color: #2f2f2f;
}

.product-review .ratings-table {
	margin: 0 0 10px;
}

.product-review dt {
	font-weight: bold;
}

.product-review dd {
	margin: 5px 0 0;
}

.billing-agreements .info-box {
	margin: 15px 0;
}

.billing-agreements .form-list li select {
	float: left;
}

.billing-agreements .form-list li button.button {
	float: left;
	margin-left: 10px;
}

.billing-agreements .table-caption {
	font-weight: bold;
	font-size: 13px;
}

/*==ONEPAGE CHECKOUT==*/
.block-progress .block-content {
	background: none;
}

.block-progress dt {
	font-size: 108.33%;
	line-height: 1.35;
	font-weight: normal;
	border: 1px solid #ededed;
	margin: 0 0 10px;
	padding: 5px 13px;
}

.block-progress dd {
	border: 1px solid #ededed;
	border-top: 0;
	padding: 8px 13px;
	margin: 0 0 10px;
}

.block-progress dt.complete {
	margin: 0;
	background: #fafafa;
}

.block-progress p {
	margin: 0;
}

.block-progress .cards-list dt {
	background: none;
	border: 0 none;
	color: inherit;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

.block-progress .cards-list dd {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.block-progress .cards-list .info-table th {
	font-weight: normal;
}

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
	display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
	display: none;
}

.opc {
	position: relative;
}

.opc .buttons-set {
	margin-top: 0;
}

.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
	display: none;
}

.opc .buttons-set .please-wait {
	height: 21px;
	line-height: 21px;
}

.opc .buttons-set.disabled button.button {
	display: none;
}

.opc .ul {
	list-style: disc outside;
	padding-left: 12px;
}

.opc .input-box .input-text {
	width: 100%;
}

.opc .step-title {
	background: #fafafa;
	padding: 10px;
	border: 1px solid #ededed;
	border-top: none;
}

.opc .step-title .number {
	background-color: #ddd;
	border-radius: 50%;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 26px;
	margin: 0px 5px;
}

.opc .step-title h2 {
	display: inline-block;
	margin: 0;
	font-size: 113.67%;
	text-transform: uppercase;
}

.opc .step-title a {
	display: none;
	font-size: 11px;
	line-height: 16px;
}

.opc .allow .step-title {
	border-top: 1px solid #ededed;
	border-bottom: none;
	cursor: pointer;
}

.opc .allow .step-title a {
	display: inline;
	line-height: 26px;
	float: right;
}

.opc .allow.active .step-title a {
	display: none;
}

.opc .active .step-title {
	background: #78a345;
	border: 1px solid #663d2b;
	cursor: default;
}

.opc .active .step-title h2 {
	color: #fff;
}

.opc .active .step-title .number {
	background-color: #fff;
	color: #000;
}

.opc .step {
	border: 1px solid #ededed;
	border-top: 0;
	padding: 15px 19px;
	position: relative;
}

.opc .step .tool-tip {
	right: 30px;
}

#opc-login .buttons-set {
	border-top: 0;
}

#opc-login h3 {
	font-size: 108.33%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#opc-login h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

#opc-shipping_method .buttons-set {
	border-top: 0;
}

#opc-review .step {
	border: 0;
	padding: 0;
}

#opc-review .product-name {
	font-weight: bold;
	color: #0a263c;
}

#opc-review .item-options {
	margin: 5px 0 0;
}

#opc-review .buttons-set {
	padding: 10px;
	border: 1px solid #d9dde3;
	border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
	margin: 0;
	line-height: 30px;
}

#opc-review .buttons-set .please-wait {
	height: 40px;
	line-height: 40px;
}

#opc-review .authentication {
	margin: 0 auto;
	width: 570px;
}

#opc-review .warning-message {
	color: #222;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0;
}

/*==404PAGE==*/
.wrapper_404page {
	background-color: #eeeeee;
	border-radius: 3px;
	padding: 0 15px;
	display: inline-block;
	width: 100%;
}

.wrapper_404page .content-404page {
	max-width: 500px;
	float: right;
	text-align: center;
	margin-top: 40px;
}

.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
	font-size: 133.33%;
}

.wrapper_404page .content-404page .img-404 {
	margin: 30px 0px;
}

.wrapper_404page .content-404page .img-404 img {
	width: auto;
	max-width: 100%;
}

.wrapper_404page .content-404page .button-404 {
	padding-top: 40px;
}

.wrapper_404page .content-404page .btn-404 {
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	vert-align: top;
	padding: 0 20px;
	color: #fff;
	margin: 0 4px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.wrapper_404page .content-404page .prev-page-btn {
	background-color: #ea3a3c;
}

.wrapper_404page .content-404page .prev-page-btn:hover {
	background-color: #c43031;
}

.wrapper_404page .content-404page .back2home {
	background-color: #3cb7e7;
}

.wrapper_404page .content-404page .back2home:hover {
	background-color: #3094bb;
}

.wrapper_404page .img-right-404 {
	margin-top: 60px;
}

@media (min-width: 1200px) {
	.header-topleft img {
		position: relative;
		float: right;
		right: 108px;
	}

	.contact-demo-3 .form-wrapper .wide .input-box {
		margin-left: -20px;
	}

	.contact-us .contact-info,
	.contact-us .contact-form {
		margin-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.topleft-content {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.fullborder {
		margin-bottom: 10px;
	}

	/*==ABOUT US==*/
	/*==CONTACT US==*/
	.contact-demo-3 .form-wrapper .wide .input-box {
		margin-left: -20px;
	}

	.imagem_da_logo {
		margin-top: -30px !important;
	}

	.topobotoes {
		top: 370px;
	}

	.topoaux992 {
		top: 5%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.topobotoes {
		top: 300px;
	}

	.cart .total-wrapper {
		clear: both;
	}

	.account-create .fieldset {
		min-height: auto;
	}

	/*==ABOUT US==*/
	.about-us .skills-value {
		padding-top: 20px;
	}

	/*==CONTACT US==*/
	.contact-demo-3 .list-info-contact li {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}

	.cart .crosssell li.item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.div_botao_extra {
		visibility: hidden !important;
	}

	.lSSlideOuter.vertical .lightSlider>* {
		height: 50px !important;
	}

	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
		height: 250px !important;
		width: 40px !important;
	}

	.lSSlideOuter {
		height: 100% !important;
	}

	.case-option-vertical .product-image {
		margin-left: 58px !important;
	}

	.onesteptopo2 {
		display: none;
	}

	.slide01_classe {
		display: none;
	}

	.slide02_classe {
		display: none;
	}

	.slide03_classe {
		display: block;
	}

	.slide01-sp_classe {
		display: none;
	}

	.slide02-sp_classe {
		display: none;
	}

	.slide03-sp_classe {
		display: block;
	}

	.formas-bottom {
		min-height: 1px;
		margin-bottom: 30px;
	}

	.div_botao_extra {
		width: 49.8%;
	}

	/*==LOGIN PAGE==*/
	.account-login .new-users {
		margin-bottom: 30px;
	}

	.account-login .new-users .buttons-set {
		padding-top: 10px;
	}

	.account-login .content {
		min-height: auto;
	}

	.account-create .fieldset {
		min-height: auto;
	}

	/*==ABOUT US==*/
	.about-us .skills-value {
		padding-top: 20px;
	}

	/*==CONTACT US==*/
	.contact-demo-3 .list-info-contact li {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
	}
}

/* Feel free to change duration  */
.animated {
	-webkit-animation-duration: 300 ms;
	animation-duration: 300 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
	z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
	z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

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

	100% {
		opacity: 0;
	}
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .300s;
	animation-duration: .300s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .300s;
	animation-duration: .300s;
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*import extension*/
/**************************
*
*	GENERAL
*
**************************/
.clearfix_cameraslide,
.cameraslide {
	clear: both;
}

.filmore_loader {
	display: none;
}

.filmore_commands {
	opacity: 0;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.pix_slideshow:hover .filmore_commands {
	opacity: 1;
}

.txt-list:before {
	content: '\f00c';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
}

.txt-background {
	padding: 2px 10px;
}

.btn-shopnow {
	padding: 5px 0;
	display: block;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn-shopnow:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.border-button {
	border: 1px solid #fff;
}

/* Css of js enfinity*/
.pix_slideshow {
	float: left;
	width: 100%;
	position: relative;
}

.pix_slideshow img {
	max-width: none !important;
}

.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
	max-width: 100% !important;
}

.pix_slideshow_until_image {
	display: none;
}

.pix_slideshow_target {
	display: block;
}

.pix_slideshow_target {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.film_slide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.filmoreSlide {
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.filmoreSlide>div {
	position: absolute;
}

.item .item-product .item-inner .box-info .product-name {
	height: 39px;
}

@media screen and (max-width: 767px) {
	.film_slide, .filmoreSlide, .filmoreSlide>div {
		position: relative;
	}
	.auto-height-home {
		height: auto !important;
	}
}

.item-temp {
	width: 25%;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.item-temp {
		width: 50%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.item-temp {
		width: calc(100% / 3);
	}
}
.bs-items-temp {
	overflow: hidden;
    white-space: nowrap;
}
.product-name {
	height: 39px;
}
.product-view .product-name {
	height: unset !important;
}

.filmoreBgs {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.filmore_loader {
	position: absolute;
	right: 0;
	top: 10px;
}

.filmore_control {
	position: absolute;
	top: 56px;
	right: 20px;
}

.filmore_control span {
	display: none;
}

.filmore_control:before {
	font-family: fontawesome;
	font-size: 16px;
}

.filmore_control.filmore_play:before {
	content: "\f04b";
}

.filmore_control.filmore_pause:before {
	content: "\f04d";
}

.filmore_command {
	display: inline-block;
	cursor: pointer;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	width: 30px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff !important;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	text-align: center;
	opacity: 0.4;
}

.filmore_command span {
	display: none;
}

.filmore_command:before {
	font-family: fontawesome;
	font-size: 26px;
}

.filmore_command.filmore_next,
.filmore_command.filmore_prev {
	background-color: rgba(0, 0, 0, 0.2);
}

.filmore_autoadv .filmore_play {
	display: none;
}

.filmore_autoadv .filmore_pause {
	display: block;
}

.filmore_prev {
	left: 0px;
}

.filmore_prev:before {
	content: "\f104";
}

.filmore_next {
	right: 0px;
}

.filmore_next:before {
	content: "\f105";
}

.filmore_next:hover,
.filmore_prev:hover,
.filmore_pag:hover,
.filmore_pause:hover,
.filmore_play:hover {
	opacity: 1;
}

.filmore_pagination {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	bottom: 14px;
	width: 100%;
	text-align: center;
}

.filmore_pag {
	border: 2px solid #fff;
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 5px;
}

.filmore_pag:hover {
	background-color: #666;
}

.filmore_pag.filmore_current_pag {
	width: 14px;
	height: 14px;
	background-color: transparent;
}

.pix_slideshow [data-use="simple"] img,
.pix_slideshow [data-use="simple"] .filmore_rotate_wrap {
	max-width: 100% !important;
}

.sm_megamenu_wrapper_horizontal_menu {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}

.sm_megamenu_wrapper_horizontal_menu .digital-music,
.sm_megamenu_wrapper_horizontal_menu .group-2 {
	padding-left: 0 !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	margin: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
	position: static !important;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
	text-shadow: none;
	position: relative;
	z-index: 11;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover div a {
	display: inline;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left: 21px;
	top: 33px;
	display: block;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
	left: auto;
	right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
	float: right;
	right: 0;
	margin-right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
	margin-right: 0px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
	right: 18px;
	top: 33px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
	width: 25%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
	width: 33.33%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
	width: 50%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
	width: 66.66%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
	width: 77%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
	width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_first_fullwidth {
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
	left: auto;
	right: 0;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
	width: 16.6666666667%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
	width: 33.3333333333%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
	width: 50%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
	width: 66.6666666667%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
	width: 83.3333333333%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	width: 100%;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:hover>div {
	display: block;
}

.sm_megamenu_wrapper_menu_full {
	width: 100%;
	margin: 0;
	display: block;
	position: relative;
	z-index: 9999;
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
	list-style: none;
	width: 940px;
	margin: 0px auto 0px auto;
	height: 43px;
	padding: 0px 20px 0px 20px;
}

.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
	left: 50%;
	margin-left: -470px;
	top: 32px;
	display: block;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin: 0px auto;
	display: none;
	position: absolute;
	z-index: 1001;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display: inline;
	float: left;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns>.sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns>.sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns>.sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns>.sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns>.sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns>.sm_megamenu_firstcolumn {
	width: 100%;
	padding: 20px 5px 30px;
}

.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn {
	width: 100%;
}

.sm_megamenu_dropdown_1column .sm_megamenu_col_1.sm_megamenu_firstcolumn .sm_megamenu_title {
	border-bottom: 1px dotted #ededed;
	padding: 5px 0px;
}

/* 01 MENU BAR */
.sm_megamenu_wrapper_vertical_menu {
	display: block;
	position: relative;
	z-index: 11;
}

.sm_megamenu_wrapper_vertical_menu .static-image-menu {
	padding-top: 20px;
}

.sm_megamenu_wrapper_vertical_menu .basic-product {
	padding-right: 0 !important;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .list-items {
	list-style: none !important;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner {
	margin-bottom: 0;
	border: 1px solid #ededed;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .item-inner .box-image a img:hover {
	opacity: 0.8;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .list-items .sm_quickview_handler {
	display: none !important;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu {
	padding-top: 15px;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items {
	margin: 0 -15px;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item {
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
	float: left;
}

.sm_megamenu_wrapper_vertical_menu .basic-product .basicproduct-content-menu .list-items .item .item-inner {
	border: 1px solid #ededed;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category {
	position: relative;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category img {
	width: 100%;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 14;
	color: #fff;
	opacity: 0;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat:hover {
	background-color: #78a345;
	border-color: #78a345;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat:before {
	content: '\f0c1';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category .view-cat span {
	display: none;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:before {
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 12;
	opacity: 0;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:hover:before,
.sm_megamenu_wrapper_vertical_menu .static-categories .img-category:hover .view-cat {
	opacity: 1;
}

.sm_megamenu_wrapper_vertical_menu .static-categories .info-category .name-category {
	font-size: 11px;
	font-weight: 700;
	padding-top: 10px;
}

.sm_megamenu_wrapper_vertical_menu .column6-staticblock-parent .sm_megamenu_dropdown_6columns {
	width: 770px !important;
}

.sm_megamenu_wrapper_vertical_menu .column6-staticblock-parent .sm_megamenu_dropdown_6columns .column6-staticblock {
	width: 770px !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_firstcolumn .sm_megamenu_firstcolumn {
	padding: 0 !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
	list-style: none;
	padding: 0px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
	width: 125px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
	width: 250px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
	width: 375px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
	width: 500px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
	width: 630px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
	width: 720px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	width: 732px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li {
	position: relative;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li:hover:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 100%;
	position: absolute;
	right: -39px;
	top: 0px;
	z-index: 10;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li:hover>a {
	color: #78a345;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .categories-group {
	padding: 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .margin_top {
	margin-top: 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .image-list {
	list-style: none !important;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .image-list li {
	margin-bottom: 10px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .image-list li:last-child {
	margin-bottom: 10px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .sm_megamenu_title>span {
	display: block;
	text-transform: uppercase;
	color: #78a345;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 5px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>div .sm_megamenu_title>a {
	display: inline-block;
	padding: 3px 0;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li:hover>div {
	display: block;
	border-top: 3px solid #663d2b;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
	margin: 0px auto;
	display: none;
	position: absolute;
	text-align: left;
	z-index: 999;
}

/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
	left: 250px;
	top: -2px;
	background-color: #fff;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns>div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns>div {
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
	left: 138px;
	top: -1px;
}

/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	display: inline;
	float: left;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
	width: 16.66%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
	width: 33.33%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
	width: 50%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
	width: 66.66%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
	width: 83.33%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
	width: 100%;
	padding: 0 15px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns>.sm_megamenu_firstcolumn {
	width: 125px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns>.sm_megamenu_firstcolumn {
	width: 250px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns>.sm_megamenu_firstcolumn {
	width: 375px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns>.sm_megamenu_firstcolumn {
	width: 500px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns>.sm_megamenu_firstcolumn {
	width: 630px;
}

.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns>.sm_megamenu_firstcolumn {
	width: 720px;
}

.deal_title_text {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.sm-deal {
	margin-top: 30px;
	margin-left: -30px;
	overflow: hidden;
}

.deal-detail {
	margin-bottom: 10px;
}

.timer-product {
	padding-left: 32px;
	padding-right: 10px;
	background-color: #78a345;
	color: #fff;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.timer-product>div {
	display: inline-block;
	width: 100%;
}

.timer-product:before {
	content: "\f017";
	font-family: fontawesome;
	font-size: 16px;
	margin: 0 5px;
	position: absolute;
	left: 3px;
	padding-left: 2px;
}

.timer-product .time-item {
	display: inline-block;
	float: left;
	padding: 0 5px 0 0;
	font-size: 92.30%;
	position: relative;
}

.timer-product .time-item:after {
	content: "|";
	margin-left: 5px;
}

.timer-product .time-item:last-child {
	padding: 0;
}

.timer-product .time-item:last-child:after {
	display: none;
}

.timer-product .time-item div {
	display: inline-block;
}

.sm-deal .deal-items {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.sm-deal .deal-items .deal-item {
	float: left;
	overflow: hidden;
	padding-left: 30px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sm-deal .deal-items .deal-item .deal-item-inner {
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.sm-deal .deal-items .deal-item .deal-image {
	max-width: 100%;
	margin: 0;
	padding-bottom: 10px;
}

.sm-deal .deal-items .deal-item .deal-image img {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.sm-deal .deal-items .deal-item .deal-detail {
	text-align: right;
}

.sm-deal .deal-items .deal-image:hover {
	opacity: 0.7;
}

.sm-deal .deal-title {
	margin-bottom: 10px;
}

.sm-deal .deal-description {
	margin-bottom: 5px;
	line-height: 18px;
	word-wrap: break-word;
}

.sm-deal .deal-review {
	margin-bottom: 5px;
}

.sm-deal .deal-review .ratings {
	margin: 0;
}

.sm-deal .deal-review .rating-box {
	margin-right: 5px;
}

.sm-deal .deal-review .rating-links {
	padding-top: 1px;
}

.sm-deal .deal-btn-addtocart {
	margin-bottom: 10px;
}

.sm-deal .add-to-links {
	margin: 0;
}

/*CSS Responsive*/
@media all and (max-width: 767px) {
	.conteudo-rodape {
		margin-bottom: 20px;
	}

	.sm-deal .deal-resp04-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp04-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp04-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp04-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp04-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp04-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp04-1 .clr1,
	.sm-deal .deal-resp04-2 .clr2,
	.sm-deal .deal-resp04-3 .clr3,
	.sm-deal .deal-resp04-4 .clr4,
	.sm-deal .deal-resp04-5 .clr5,
	.sm-deal .deal-resp04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.slide01_classe {
		display: none;
	}

	.slide02_classe {
		display: block;
	}

	.slide03_classe {
		display: none;
	}

	.slide01-sp_classe {
		display: none;
	}

	.slide02-sp_classe {
		display: block;
	}

	.slide03-sp_classe {
		display: none;
	}

	.sm-deal .deal-resp03-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp03-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp03-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp03-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp03-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp03-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp03-1 .clr1 {
		clear: both;
	}

	.sm-deal .deal-resp03-2 .clr2 {
		clear: both;
	}

	.sm-deal .deal-resp03-3 .clr3 {
		clear: both;
	}

	.sm-deal .deal-resp03-4 .clr4 {
		clear: both;
	}

	.sm-deal .deal-resp03-5 .clr5 {
		clear: both;
	}

	.sm-deal .deal-resp03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.sm-deal .deal-resp02-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp02-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp02-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp02-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp02-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp02-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp02-1 .clr1,
	.sm-deal .deal-resp02-2 .clr2,
	.sm-deal .deal-resp02-3 .clr3,
	.sm-deal .deal-resp02-4 .clr4,
	.sm-deal .deal-resp02-5 .clr5,
	.sm-deal .deal-resp02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) {
	.sm-deal .deal-resp01-6 .deal-item {
		width: 16.666%;
	}

	.sm-deal .deal-resp01-5 .deal-item {
		width: 20%;
	}

	.sm-deal .deal-resp01-4 .deal-item {
		width: 25%;
	}

	.sm-deal .deal-resp01-3 .deal-item {
		width: 33.333%;
	}

	.sm-deal .deal-resp01-2 .deal-item {
		width: 50%;
	}

	.sm-deal .deal-resp01-1 .deal-item {
		width: 100%;
	}

	.sm-deal .deal-resp01-1 .clr1,
	.sm-deal .deal-resp01-2 .clr2,
	.sm-deal .deal-resp01-3 .clr3,
	.sm-deal .deal-resp01-4 .clr4,
	.sm-deal .deal-resp01-5 .clr5,
	.sm-deal .deal-resp01-6 .clr6 {
		clear: both;
	}
}

.detail-blog {
	background-color: #fff;
	padding: 20px;
}

.detail-blog .postContent img {
	margin-bottom: 10px;
}

.blog-index-list .toolbar-bottom .toolbar .toolbar-inner,
.blog-cat-view .toolbar-bottom .toolbar .toolbar-inner {
	margin: 0;
}

.postWrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 20px;
}

.postWrapper:last-child {
	margin-bottom: 0;
}

.postWrapper .image-blog {
	width: 270px;
	float: left;
}

.postWrapper .image-blog img:hover {
	opacity: 0.8;
}

.postWrapper .info-blog {
	margin-left: 300px;
}

.postWrapper .info-blog .postTitle h2 {
	font-size: 125%;
	color: #444;
	margin-top: -4px;
	text-transform: capitalize;
	font-weight: 700;
}

.postWrapper .info-blog .postTitle h3 {
	font-size: 91.67%;
	color: #909090;
	padding: 5px 0px;
}

.postWrapper .info-blog .postContent {
	margin-bottom: 10px;
}

.postWrapper .info-blog .postDetails {
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
}

.postWrapper .info-blog .postBookmarks {
	margin-bottom: 10px;
}

.postWrapper .info-blog .postBookmarks h4 {
	font-size: 100%;
	font-weight: bold;
}

.poster {
	display: inline;
	font-size: 100%;
}

.detail-blog .postTitle {
	margin-bottom: 17px;
}

.detail-blog .postTitle h2 {
	font-size: 125%;
	text-transform: uppercase;
	color: #000;
}

.detail-blog .postTitle h3 {
	font-size: 91.67%;
	color: #909090;
	padding: 10px 0px;
}

.detail-blog .postBookmarks {
	margin-bottom: 10px;
}

.detail-blog .postBookmarks h4,
.detail-blog .tags h4 {
	font-size: 100%;
	font-weight: bold;
}

.detail-blog .postBookmarks .tags li,
.detail-blog .tags .tags li {
	display: inline-block;
}

.aw-blog-comment-area {
	padding-top: 10px;
}

.commentWrapper {
	border: 1px solid #e1e1e1;
	padding: 10px 15px;
	margin-bottom: 20px;
	background-color: #fff;
}

.commentWrapper .commentDetails .username {
	font-size: 100%;
	text-transform: uppercase;
	color: #000;
}

.commentWrapper .commentDetails h3 {
	font-size: 91.67%;
	color: #909090;
	padding: 8px 0 5px;
}

.list-item-blog {
	margin: 0;
}

.list-item-blog li a {
	display: inline-block;
	padding: 3px 0px;
}

.postTitleComment h2 {
	font-size: 116.67%;
	text-transform: uppercase;
	color: #000;
	padding: 20px 0px 10px 0px;
}

@media (min-width: 481px) and (max-width: 767px) {
	.postWrapper .image-blog {
		width: 100px;
	}

	.postWrapper .info-blog {
		margin-left: 110px;
	}

	.topobotoes {
		top: 4%;
	}
}

@media (max-width: 550px) {
	.somebotaocarrinho {
		display: none;
	}

	.botaoxcarrinho {
		width: 100%;
		margin-bottom: 5px;
	}

	.cart .crosssell li.item {
		width: 100% !important;
	}

	.table-flex {
		width: 100%;
		font-size: 11px;
		margin-bottom: 15px;
		margin-top: 20px;
		min-height: 0px;
	}
}

@media (max-width: 479px) {
	.topobotoes {
		top: 250px;
	}

	.postWrapper .image-blog {
		width: 100%;
	}

	.postWrapper .image-blog a {
		display: block;
	}

	.postWrapper .image-blog a img {
		width: 100%;
	}

	.postWrapper .info-blog {
		margin-left: 0;
		clear: both;
		padding-top: 10px;
	}

	.check-mini-btn {
		width: 120px !important;
		font-size: 9px !important;
	}

	.cart-linkx {
		width: 120px !important;
		font-size: 9px !important;
	}
}

/*CSS Responsive*/
/*--------- Other --------------*/
@media all and (max-width: 479px) {
	.ltabs-items .active {
		width: 46.2% !important;
	}

	.sm-basic-products .bs-resp04-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp04-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp04-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp04-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp04-2 .bs-item {
		width: 49.985%;
	}

	.sm-basic-products .bs-resp04-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp04-1 .clr1,
	.sm-basic-products .bs-resp04-2 .clr2,
	.sm-basic-products .bs-resp04-3 .clr3,
	.sm-basic-products .bs-resp04-4 .clr4,
	.sm-basic-products .bs-resp04-5 .clr5,
	.sm-basic-products .bs-resp04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.sm-basic-products .bs-resp03-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp03-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp03-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp03-3 .bs-item {
		width: 33.295%;
	}

	.sm-basic-products .bs-resp03-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp03-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp03-1 .clr1 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-2 .clr2 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-3 .clr3 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-4 .clr4 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-5 .clr5 {
		clear: both;
	}

	.sm-basic-products .bs-resp03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {
	.sm-basic-products .bs-resp02-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp02-5 .bs-item {
		width: 19.958%;
	}

	.sm-basic-products .bs-resp02-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp02-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp02-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp02-1 .bs-item {
		width: 100%;
	}

	.sm-basic-products .bs-resp02-1 .clr1,
	.sm-basic-products .bs-resp02-2 .clr2,
	.sm-basic-products .bs-resp02-3 .clr3,
	.sm-basic-products .bs-resp02-4 .clr4,
	.sm-basic-products .bs-resp02-5 .clr5,
	.sm-basic-products .bs-resp02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) {
	.sm-basic-products .bs-resp01-6 .bs-item {
		width: 16.650%;
	}

	.sm-basic-products .bs-resp01-5 .bs-item {
		width: 19.970%;
	}

	.sm-basic-products .bs-resp01-4 .bs-item {
		width: 24.995%;
	}

	.sm-basic-products .bs-resp01-3 .bs-item {
		width: 33.315%;
	}

	.sm-basic-products .bs-resp01-2 .bs-item {
		width: 49.999%;
	}

	.sm-basic-products .bs-resp01-1 .bs-item {
		width: 100%;
	}
}

.full-wrapper-custom .custom_title_text {
	color: #444;
	font-size: 153.84%;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.full-wrapper-custom .sm-custom {
	position: relative;
}

.full-wrapper-custom .custom-item {
	background-position: top center;
	background-size: cover;
	min-height: 422px;
	color: #fff;
	padding: 30px 0 70px;
}

.full-wrapper-custom .custom-item .custom-title {
	font-size: 276.92%;
	text-transform: uppercase;
	font-family: 'Chivo Black';
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 25px;
}

.full-wrapper-custom .custom-item .custom-title:before {
	content: "";
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.full-wrapper-custom .custom-item .custom-title a {
	color: #fff;
}

.full-wrapper-custom .custom-item .custom-description {
	margin-bottom: 30px;
}

.full-wrapper-custom .custom-item .timer-custom .time-item {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	width: 80px;
	height: 80px;
	margin: 0 7px;
}

.full-wrapper-custom .custom-item .timer-custom .time-item div {
	background-color: #F4F4F4;
	height: 35px;
	color: #78a345;
}

.full-wrapper-custom .custom-item .timer-custom .time-item div.num-time {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-family: 'Roboto Bold';
	font-size: 184.6%;
	padding-top: 5px;
	margin-bottom: -1px;
}

.full-wrapper-custom .custom-item .timer-custom .time-item div.name-time {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'Roboto Regular';
	font-size: 11px;
	height: 36px;
}

.full-wrapper-custom .custom-item .action-custom {
	padding-top: 30px;
}

.full-wrapper-custom .custom-item .action-custom a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 123.07%;
	font-family: 'Roboto Regular';
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 38px;
	padding: 0 40px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.full-wrapper-custom .custom-item .action-custom a:hover {
	background-color: #78a345;
	border-color: #78a345;
}

.full-wrapper-custom .owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 32px;
}

.full-wrapper-custom .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #F4F4F4;
	border: none;
	margin: 5px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.full-wrapper-custom .owl-theme .owl-dots .owl-dot:hover span,
.full-wrapper-custom .owl-theme .owl-dots .owl-dot.active span {
	background-color: #444;
}

.tw-item {
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px;
}

.tw-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}

.tw-item .ts-header {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.tw-item .ts-header .ts-avatar {
	width: 60px;
	float: left;
}

.tw-item .ts-header .ts-avatar img {
	width: 100%;
}

.tw-item .ts-header .ts-userinfo {
	margin-left: 70px;
}

.tw-item .ts-header .ts-userinfo h2 {
	font-weight: 700;
	font-size: 11px;
	color: #444;
	text-transform: uppercase;
}

.tw-item .ts-header .ts-userinfo a {
	font-size: 92.3%;
	color: #999999;
}

.tw-item .ts-header .ts-userinfo a:hover {
	color: #78a345;
}

.tw-item .ts-item {
	clear: both;
}

.tw-item .ts-item .ts-text a {
	color: #78a345;
}

.tw-item .ts-item .ts-text a:hover {
	text-decoration: underline;
}

.tw-item .ts-item .ts-btn {
	padding-top: 10px;
}

.tw-item .ts-item .ts-btn a {
	color: #999999;
	font-size: 92.30%;
	margin-right: 15px;
}

.tw-item .ts-item .ts-btn a:last-child {
	margin-right: 0;
}

.tw-item .ts-item .ts-btn a:hover {
	color: #78a345;
}

.tw-item .ts-item .ts-btn .reply-tweet:before {
	content: '\f064';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 12px;
	margin-right: 5px;
}

.tw-item .ts-item .ts-btn .retweet:before {
	content: '\f079';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
}

.tw-item .ts-item .ts-btn .favorite-tweet:before {
	content: '\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	margin-right: 5px;
}

.ts-btn-follow {
	padding-top: 9px;
	border-top: 1px solid #ededed;
	margin-top: 10px;
}

.sj-listing-tabs .ltabs-wrap {
	overflow: hidden;
}

/*-----------------------Css for Tabs ----------------------------*/
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs {
	display: block;
	margin: 0;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all {
	margin-top: -48px;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
	margin-top: 0px;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
	margin-top: -48px;
}

.sj-listing-tabs .ltabs-tab-img {
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.sj-listing-tabs .hits {
	float: left;
	overflow: hidden;
	border-top: 1px solid #e9e9e9;
	width: 53%;
	padding: 2% 0 2% 3%;
	color: #909090;
	border-bottom: 1px solid #e9e9e9;
}

.sj-listing-tabs .created-date {
	margin-bottom: 10px;
	color: #909090;
}

.sj-listing-tabs .item-desc {
	margin-bottom: 5px;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
	display: none;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
	position: relative;
	display: inline-block;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #888;
	cursor: pointer;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	width: 167px;
	text-indent: 20px;
	border: 1px solid #ededed;
	border-right: none;
	background: #fff;
	overflow: hidden;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
	width: 30px;
	border: 1px solid #ededed;
	text-align: center;
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #ddd;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1;
	display: inline-block;
}

.sj-listing-tabs .add-loadmore {
	float: right;
	margin-left: 10px;
	vertical: middle;
	margin-top: 2px;
}

.sj-listing-tabs .loaded .add-loadmore {
	display: none;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
	display: block;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
	float: none;
	text-transform: none;
	display: block;
}

.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li:hover,
.sj-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li.tab-sel {
	color: #fff;
	background-color: #78a345;
}

/*-----------------------------Css for Content----------------------*/
.sj-listing-tabs .ltabs-items-container .ltabs-items {
	width: 100%;
	display: none;
}

.sj-listing-tabs .ltabs-items-container .ltabs-items-inner {
	width: 100%;
}

.sj-listing-tabs .ltabs-items-container .ltabs-items-selected {
	display: block;
}

.sj-listing-tabs .ltabs-items-container .ltabs-item-wrap {
	opacity: 0;
}

.sj-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
	float: left;
	opacity: 0;
}

.sj-listing-tabs .ltabs-items .ltabs-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	background: url(/skin/frontend/sm-supershop/default/images/loadingx.gif) no-repeat scroll center center transparent;
	min-height: 300px;
	display: block;
	z-index: 0;
}

.sj-listing-tabs .ltabs-items-container .ltabs-loadmore {
	display: block;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}

.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
	padding: 8px 12px;
	display: inline-block;
	border: 1px solid #ededed;
	text-transform: uppercase;
	margin-bottom: 30px;
	cursor: pointer;
}

.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:hover {
	border-color: #78a345;
}

.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
	background: url('/skin/frontend/sm-supershop/default/images/301.gif') no-repeat scroll center center transparent;
	width: 22px;
	height: 22px;
	display: none;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.sj-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn:after {
	content: attr(data-label);
}

.sj-listing-tabs .ltabs-items.ltabs-process .ltabs-loadmore {
	display: none;
}

/*class show-slider*/
.sj-listing-tabs .ltabs-items-container.show-slider .new-box {
	top: 1px;
}

.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-item {
	width: 100%;
}

.sj-listing-tabs .ltabs-items-container.show-slider .ltabs-items .ltabs-item {
	opacity: 1;
}

/*end class show-slider*/
/*-----------------------------Css for Responsive ----------------------*/
@media all and (max-width: 479px) {
	.sj-listing-tabs .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.ltabs-tabs-container .ltabs-tabs li {
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
	}

	.sj-listing-tabs .ltabs-item .hits {
		width: 100%;
		padding-left: 0;
	}

	.sj-listing-tabs .ltabs-tab-img {
		display: none;
	}

	.sj-listing-tabs .ltabs04-6 .ltabs-item {
		width: 16.64%;
	}

	.sj-listing-tabs .ltabs04-5 .ltabs-item {
		width: 19.958%;
	}

	.sj-listing-tabs .ltabs04-4 .ltabs-item {
		width: 24.995%;
	}

	.sj-listing-tabs .ltabs04-3 .ltabs-item {
		width: 33.315%;
	}

	.sj-listing-tabs .ltabs04-2 .ltabs-item {
		width: 49.985%;
	}

	.sj-listing-tabs .ltabs04-1 .ltabs-item {
		width: 100%;
	}

	.sj-listing-tabs .ltabs04-1 .clr1,
	.sj-listing-tabs .ltabs04-2 .clr2,
	.sj-listing-tabs .ltabs04-3 .clr3,
	.sj-listing-tabs .ltabs04-4 .clr4,
	.sj-listing-tabs .ltabs04-5 .clr5,
	.sj-listing-tabs .ltabs04-6 .clr6 {
		clear: both;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
		width: 100%;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.sj-listing-tabs .ltabs03-6 .ltabs-item {
		width: 16.64%;
	}

	.sj-listing-tabs .ltabs03-5 .ltabs-item {
		width: 19.958%;
	}

	.sj-listing-tabs .ltabs03-4 .ltabs-item {
		width: 24.995%;
	}

	.sj-listing-tabs .ltabs02-5 .ltabs-item .hits {
		width: 100%;
	}

	.sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs03-3 .ltabs-item {
		width: 33.295%;
	}

	.sj-listing-tabs .ltabs03-2 .ltabs-item {
		width: 49.999%;
	}

	.sj-listing-tabs .ltabs03-1 .ltabs-item {
		width: 100%;
	}

	.sj-listing-tabs .ltabs03-1 .clr1,
	.sj-listing-tabs .ltabs03-2 .clr2,
	.sj-listing-tabs .ltabs03-3 .clr3,
	.sj-listing-tabs .ltabs03-4 .clr4,
	.sj-listing-tabs .ltabs03-5 .clr5,
	.sj-listing-tabs .ltabs03-6 .clr6 {
		clear: both;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
		width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 1199px) {

	.sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
		width: 100%;
		padding-left: 0;
	}

	.sj-listing-tabs .ltabs02-6 .ltabs-item {
		width: 16.64%;
	}

	.sj-listing-tabs .ltabs02-5 .ltabs-item {
		width: 19.958%;
	}

	.sj-listing-tabs .ltabs02-4 .ltabs-item {
		width: 24.995%;
	}

	.sj-listing-tabs .ltabs02-3 .ltabs-item {
		width: 33.315%;
	}

	.sj-listing-tabs .ltabs02-2 .ltabs-item {
		width: 49.999%;
	}

	.sj-listing-tabs .ltabs02-1 .ltabs-item {
		width: 100%;
	}

	.sj-listing-tabs .ltabs02-4 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs02-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs02-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs02-6 .ltabs-item .hits {
		width: 100%;
		padding-left: 0;
	}

	.sj-listing-tabs .ltabs02-5 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs02-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs02-1 .clr1,
	.sj-listing-tabs .ltabs02-2 .clr2,
	.sj-listing-tabs .ltabs02-3 .clr3,
	.sj-listing-tabs .ltabs02-4 .clr4,
	.sj-listing-tabs .ltabs02-5 .clr5,
	.sj-listing-tabs .ltabs02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px) and (max-width: 1599px) {
	.sj-listing-tabs .ltabs01-6 .ltabs-item {
		width: 16.64%;
	}

	.sj-listing-tabs .ltabs01-5 .ltabs-item {
		width: 20%;
	}

	.sj-listing-tabs .ltabs01-4 .ltabs-item {
		width: 25%;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
		width: 100%;
		padding-left: 0;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item {
		width: 33.315%;
	}

	.sj-listing-tabs .ltabs01-2 .ltabs-item {
		width: 49.999%;
	}

	.sj-listing-tabs .ltabs01-1 .ltabs-item {
		width: 100%;
	}

	.sj-listing-tabs .ltabs01-1 .clr1,
	.sj-listing-tabs .ltabs01-2 .clr2,
	.sj-listing-tabs .ltabs01-3 .clr3,
	.sj-listing-tabs .ltabs01-4 .clr4,
	.sj-listing-tabs .ltabs01-5 .clr5,
	.sj-listing-tabs .ltabs01-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1600px) {

	.sj-listing-tabs .ltabs01-3 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .item-prices,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .item-prices {
		width: 100%;
		border-bottom: none;
		border-right: none;
	}

	.sj-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-5 .ltabs-item .hits,
	.sj-listing-tabs .ltabs01-6 .ltabs-item .hits {
		width: 100%;
		padding-left: 0;
	}

	.sj-listing-tabs .ltabs00-6 .ltabs-item {
		width: 16.64%;
	}

	.sj-listing-tabs .ltabs00-5 .ltabs-item {
		width: 20%;
	}

	.sj-listing-tabs .ltabs00-4 .ltabs-item {
		width: 25%;
	}

	.sj-listing-tabs .ltabs00-3 .ltabs-item {
		width: 33.315%;
	}

	.sj-listing-tabs .ltabs00-2 .ltabs-item {
		width: 49.999%;
	}

	.sj-listing-tabs .ltabs00-1 .ltabs-item {
		width: 100%;
	}

	.sj-listing-tabs .ltabs00-1 .clr1,
	.sj-listing-tabs .ltabs00-2 .clr2,
	.sj-listing-tabs .ltabs00-3 .clr3,
	.sj-listing-tabs .ltabs00-4 .clr4,
	.sj-listing-tabs .ltabs00-5 .clr5,
	.sj-listing-tabs .ltabs00-6 .clr6 {
		clear: both;
	}
}

.sj-listing-tabs .ltabs-item .item-readmore {
	text-align: right;
}

.sj-listing-tabs .ltabs-item .item-desc+.item-readmore {
	margin-top: 10px;
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

.sj-listing-tabs .pre-text,
.sj-listing-tabs .post-text {
	margin: 10px;
}

/* Effect Fade In */
.sj-listing-tabs .ltabs-items .fadeIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* Effect Flip In Vertical */
.sj-listing-tabs .ltabs-items .flipInY .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(80deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	90% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

@-moz-keyframes flipInY {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateY(80deg);
	}

	40% {
		-moz-transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateY(10deg);
	}

	90% {
		-moz-transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateY(0deg);
	}
}

@-o-keyframes flipInY {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateY(80deg);
	}

	40% {
		-o-transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		-o-transform: perspective(400px) rotateY(10deg);
	}

	90% {
		-o-transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateY(0deg);
	}
}

@keyframes flipInY {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(80deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
	}

	90% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
}

/* Effect Flip In Horizontal */
.sj-listing-tabs .ltabs-items .flipInX .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flipInX {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(85deg);
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(15deg);
	}

	90% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes flipInX {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateX(85deg);
	}

	40% {
		-moz-transform: perspective(400px) rotateX(-20deg);
	}

	70% {
		-moz-transform: perspective(400px) rotateX(15deg);
	}

	90% {
		-moz-transform: perspective(400px) rotateX(-5deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes flipInX {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateX(85deg);
	}

	40% {
		-o-transform: perspective(400px) rotateX(-20deg);
	}

	70% {
		-o-transform: perspective(400px) rotateX(15deg);
	}

	90% {
		-o-transform: perspective(400px) rotateX(-5deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes flipInX {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(85deg);
	}

	40% {
		transform: perspective(400px) rotateX(-20deg);
	}

	70% {
		transform: perspective(400px) rotateX(15deg);
	}

	90% {
		transform: perspective(400px) rotateX(-5deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

/* Effect Flip */
.sj-listing-tabs .ltabs-items .flip .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: running;
	-moz-backface-visibility: visible;
	-o-animation-play-state: running;
	-o-backface-visibility: visible;
	animation-play-state: running;
	backface-visibility: visible;
}

@-webkit-keyframes flip {
	0% {
		opacity: 0;
		-webkit-transform: perspective(500px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(500px) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(500px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes flip {
	0% {
		opacity: 0;
		-moz-transform: perspective(500px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}

	40% {
		-moz-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}

	50% {
		-moz-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}

	80% {
		-moz-transform: perspective(500px) rotateY(360deg) scale(0.95);
		-moz-animation-timing-function: ease-in;
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(500px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}

@-o-keyframes flip {
	0% {
		opacity: 0;
		-o-transform: perspective(500px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}

	40% {
		-o-transform: perspective(500px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}

	50% {
		-o-transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}

	80% {
		-o-transform: perspective(500px) rotateY(360deg) scale(0.95);
		-o-animation-timing-function: ease-in;
	}

	100% {
		opacity: 1;
		-o-transform: perspective(500px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		opacity: 0;
		transform: perspective(500px) rotateY(0);
		animation-timing-function: ease-out;
	}

	40% {
		transform: perspective(500px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}

	50% {
		transform: perspective(500px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}

	80% {
		transform: perspective(500px) rotateY(360deg) scale(0.95);
		animation-timing-function: ease-in;
	}

	100% {
		opacity: 1;
		transform: perspective(500px) scale(1);
		animation-timing-function: ease-in;
	}
}

/* Effect Star War */
.sj-listing-tabs .ltabs-items .starwars .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-play-state: running;
	-moz-transform-origin: 50% 50%;
	-moz-animation-play-state: running;
	-o-transform-origin: 50% 50%;
	-o-animation-play-state: running;
	transform-origin: 50% 50%;
	animation-play-state: running;
}

@-webkit-keyframes starwars {
	0% {
		opacity: 0;
		-webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-webkit-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@-moz-keyframes starwars {
	0% {
		opacity: 0;
		-moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-moz-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@-o-keyframes starwars {
	0% {
		opacity: 0;
		-o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		-o-transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

@keyframes starwars {
	0% {
		opacity: 0;
		transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
	}

	80% {
		opacity: 1;
		transform: perspective(200px) scale(1) rotateX(60deg);
	}

	100% {
		opacity: 1;
		transform: perspective(200px) scale(1) rotateX(0deg);
	}
}

/* Effect Slide Right */
.sj-listing-tabs .ltabs-items .slideRight .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes slideRight {
	0% {
		opacity: 0;
		left: 30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@-moz-keyframes slideRight {
	0% {
		opacity: 0;
		left: 30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@-o-keyframes slideRight {
	0% {
		opacity: 0;
		left: 30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes slideRight {
	0% {
		opacity: 0;
		left: 30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

/* Effect Bounce In */
.sj-listing-tabs .ltabs-items .bounceIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
	}

	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(0.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(0.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(0.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*Effect Zoom In */
.sj-listing-tabs .ltabs-items .zoomIn .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-moz-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomIn {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(1.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Effect Page Top*/
.sj-listing-tabs .ltabs-items .pageTop .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-webkit-transform-origin: 50% 0%;
	-moz-animation-play-state: running;
	-moz-transform-origin: 50% 0%;
	-o-animation-play-state: running;
	-o-transform-origin: 50% 0%;
	animation-play-state: running;
	transform-origin: 50% 0%;
}

@-webkit-keyframes pageTop {
	0% {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@-moz-keyframes pageTop {
	0% {
		opacity: 0;
		-moz-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-moz-transform: perspective(400px) rotateX(0deg);
	}
}

@-o-keyframes pageTop {
	0% {
		opacity: 0;
		-o-transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		-o-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes pageTop {
	0% {
		opacity: 0;
		transform: perspective(400px) rotateX(90deg);
	}

	100% {
		opacity: 1;
		transform: perspective(400px) rotateX(0deg);
	}
}

/*Effect Zoom Out */
.sj-listing-tabs .ltabs-items .zoomOut .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation: zoomOut 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes zoomOut {
	0% {
		opacity: 0;
		-moz-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes zoomOut {
	0% {
		opacity: 0;
		-o-transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes zoomOut {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.sj-listing-tabs .ltabs-items .slideLeft .ltabs-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes slideLeft {
	0% {
		opacity: 0;
		left: -30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@-moz-keyframes slideLeft {
	0% {
		opacity: 0;
		left: -30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@-o-keyframes slideLeft {
	0% {
		opacity: 0;
		left: -30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes slideLeft {
	0% {
		opacity: 0;
		left: -30px;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

.play .ltabs-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.fancybox-lock .zoomContainer {
	-webkit-transform: none !important;
}

.fancybox-lock .zoomContainer .zoomLens,
.fancybox-lock .zoomContainer .zoomWindow {
	z-index: 8021 !important;
}

.quickview-main .product-image-thumbs li:first-child {
	margin-left: 0;
}

.quickview-main .product-collateral {
	display: none;
}

.products-list li.item .f-fix .sm_quickview_handler {
	float: left;
}

.quickview-main .product-view #product_addtocart_form>.row {
	margin: 0px;
}

.quickview-main .btn-lightbox {
	display: none !important;
}

.quickview-main .product-img-box {
	padding-left: 0;
}

.quickview-main .product-shop {
	padding-top: 0 !important;
}

.cartpro-modal .cpmodal-button.cartpro-hidden {
	display: none;
}

.cpmodal-action {
	text-align: center;
}

.mini-cart-header {
	display: inline-block;
}

.block.sm-cartpro {
	display: inline-block;
	margin: 0;
}

.sm-cartpro .cartpro-message {
	display: none;
	text-align: center;
	padding: 0 0 10px 0;
}

.sm-cartpro .cartpro-success {
	color: green;
}

.sm-cartpro .cartpro-error {
	color: #FF0000;
}

.sm-cartpro .cartpro-title .cartpro-label {
	display: inline;
}

.sm-cartpro {
	position: relative;
}

.sm-cartpro .empty {
	margin: 0;
}

.sm-cartpro .cartpro-content {
	display: none;
	width: 360px;
	position: absolute;
	right: 0px;
	background-color: #fff;
	padding: 15px 20px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
	border-bottom: 1px dotted #ededed;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 13px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
	max-height: 444px;
    overflow: hidden;
    border-bottom: 1px dotted #ededed;
}

.cartpro-products-inner {
	overflow-y: scroll;
	max-height: 435px;
}

@media ( max-width: 767px ) {
	.cartpro-products-inner {
		max-height: 250px !important;
	}
	.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
		width: 100% !important;
	}
} 

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner {
	margin-bottom: 0;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
	overflow: hidden;
	margin: 5px 0;
	padding: 10px 0 15px;
	border-bottom: 1px dotted #ededed;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
	float: left;
    min-width: 50px;
    border: 1px solid #ededed;
    display: block;
    position: relative;
    margin-right: 10px;
    z-index: 9;
    border: none !important;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image:hover {
	border-color: #78a345;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
	position: relative;
	margin-left: 92px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
	position: relative;
	font-weight: 700;
	top: -6px;
	margin: 6px 0 0 0;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name a {
    color: #333 !important;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: normal !important;
    display: block;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
	margin-top: -5px;
	display: table;
	margin-bottom: 5px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price,
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-qty {
	display: inline-block;
	vertical-align: top;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price {
	color: #333;
	margin-right: 20px;
	font-size: 13px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action {
	position: absolute;
    right: 5px;
    top: 15px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a {
	font-size: 16px;
    color: #c5c5c5;
    display: inline-block;
    padding: 0 3px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a:hover {
	color: #78a345;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart {
	padding-top: 5px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart dl {
	margin: 0;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal {
	padding: 13px 0px;
    border-bottom: 1px dotted #ededed;
    text-transform: uppercase;
    font-size: 13px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .price {
	font-weight: 700;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
	margin-bottom: 10px;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
	display: inline-block;
    width: 100%;
    font-size: 13px !important;
    text-align: center;
    color: #fff !important;
    background: #78a345;
    font-weight: normal !important;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:before {
	font-family: fontawesome;
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
}

.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.checkout-button:before {
	content: "\f046";
}

.sm-cartpro.cartpro-hover:hover .cartpro-content,
.sm-cartpro.cartpro-hover .cartpro-content {
	display: block;
}

.sm-cartpro.cartpro-hover .item-info:before {
	color: #78a345 !important;
}

.sm-cartpro .cartpro-content:before,
.sm-cartpro .cartpro-content:after {
	content: "";
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sm-cartpro .cartpro-title {
	cursor: pointer;
}

.sm-cartpro .cartpro-content.loading:before,
.sm-cartpro .cartpro-content.loading:after {
	display: block;
}

.sm-cartpro .cartpro-content .empty {
	text-align: center;
	padding: 10px 0;
}

.sm-cartpro .cartpro-products-inner .qty-label {
	padding-right: 10px;
	font-size: 85.71%;
}

.sm-cartpro .cartpro-products-inner .qty-value input {
	width: 30px !important;
	height: 25px !important;
}

.sm-cartpro .cartpro-products-inner .quantity-button {
	opacity: 0;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
}

.sm-cartpro .cartpro-products-inner .quantity-button.visible {
	opacity: 1;
	cursor: pointer;
}

.sm-cartpro .cartpro-actions {
	overflow: hidden;
	padding-top: 20px;
}

.sm-cartpro .cartpro-actions .cartpro-checkout {
	float: none;
	text-align: center;
	max-width: 100%;
}

.sm-cartpro .cartpro-actions .cartpro-checkout li {
	margin: 0 0 5px 5px;
	vertical-align: top;
	text-transform: uppercase;
}

.sm-cartpro .cartpro-actions .cartpro-checkout li:first-child {
	margin-left: 0;
}

.sm-cartpro .cartpro-actions .cartpro-checkout li:after {
	clear: both;
	content: "";
	display: table;
}

/* ============================================ *
* Item Options
* ============================================ */
.sm-cartpro .item-options:after {
	content: '';
	display: table;
	clear: both;
}

.sm-cartpro .item-options dt {
	float: left;
	clear: left;
	font-weight: 600;
	margin-right: 0;
}

.sm-cartpro .item-options dt:after {
	content: ': ';
}

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

.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
	cursor: help;
	display: inline-block;
}

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

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

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

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

.sm-cartpro .truncated .truncated_full_value .item-options:after {
	border-color: #3399cc transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	bottom: -10px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	top: auto;
}

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

.sm-cartpro .truncated .show .item-options {
	display: block;
}

.cartpro-process {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1005;
	display: none;
}

.cartpro-process.cartpro-show {
	display: block;
}

.product-view.cartpro-product {
	padding-top: 0;
}

.cartpro-modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1005;
	width: 100%;
	height: 100%;
}

.cartpro-modal.cartpro-show {
	display: block;
}

.cartprooptoins-index-product #_atssh {
	display: none;
}

.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
	width: 200px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
}

.cartpro-process .cartpro-imageload {
	background: #fff4e9;
	border: 2px solid #f1af73;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #f1af73;
	padding: 15px 20px;
	opacity: 0.8;
	font-family: arial, sans-serif;
}

.cartpro-process .cartpro-imageload img {
	display: inline-block;
	vertical-align: middle;
}

.cartpro-modal .cpmodal-wrapper {
	width: 400px;
	background: none repeat scroll 0 0 #FFF;
	text-align: center;
	padding: 15px 10px 10px;
	position: relative;
}

.cartpro-modal .cpmodal-message {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	text-align: center;
}

.cartpro-modal .cpmodal-close {
	color: #666;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 3px;
	width: 30px;
	text-align: center;
}

.cartpro-modal .cpmodal-close:hover {
	color: red;
}

.cartpro-modal .cpmodal-time:before {
	content: " (";
}

.cartpro-modal .cpmodal-time:after {
	content: ")";
}

.cartpro-modal .cpmodal-time.cptime-hidden {
	display: none;
}

.cartpro-modal .cpmodal-button {
	background: #663d2b;
	border: none;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.cartpro-modal .cpmodal-button:hover {
	background-color: #663d2b;
}

.cartpro-modal .cpmodal-button.noitem-wishlist,
.cartpro-modal .cpmodal-button.noitem-compare {
	display: none;
}

.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
	display: none;
}

.cartpro-modal .cpmodal-message.cp-error {
	display: block;
	color: #FF0000;
}

@media only screen and (max-width: 499px) {
	.cartpro-modal .cpmodal-wrapper {
		width: 300px;
	}

	.cartpro-modal .cpmodal-button {
		white-space: nowrap;
	}
}

/* style for IFrame */
.product-view.cartpro-product select {
	height: 30px;
}

.product-view.cartpro-product .share-button {
	display: none;
}

.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

.product-view.cartpro-product .add-to-cart-wrapper {
	float: none;
	width: 100%;
	padding: 0 0 2px 0;
}

.product-view.cartpro-product .add-to-cart-wrapper .price-box,
.product-view.cartpro-product .add-to-cart-wrapper .availability {
	display: none;
}

.product-view.cartpro-product .product-shop .product-name {
	font-size: 133.33%;
	text-transform: uppercase;
	margin-bottom: 0;
}

.product-view.cartpro-product .product-shop .extra-info {
	float: none;
	margin: 0;
}

.cartpro-modal .cartpro-frame {
	border: none;
	overflow: auto;
}

.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
	height: auto;
}

.product-view.cartpro-product .grouped-items-table-wrapper {
	padding: 0;
	margin: 0 0 0 0;
}

.product-view.cartpro-product .product-shop .availability {
	font-size: 12px;
	text-transform: uppercase;
}

.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
	margin: 0 0 5px 0;
}

.product-view.cartpro-product .product-shop .price-box {
	margin-bottom: 0;
}

.product-view.cartpro-product .product-options {
	border: 1px solid #ededed;
	clear: both;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 100%;
}

.product-view.cartpro-product .product-options-bottom {
	border: 1px solid #ededed;
	border-top: 0;
	margin: 0;
	padding: 10px;
}

.product-view.cartpro-product .product-shop .option-product-wrapper {
	border-bottom: none;
	padding-bottom: 0;
}

.product-view.cartpro-product .or {
	display: none;
}

.product-view.cartpro-product .add-to-cart {
	margin-bottom: 0;
	border-bottom: none;
}

.product-view.cartpro-product .product-shop .product-options-bottom {
	margin-bottom: 2px;
}

.product-view.cartpro-product .product-essential {
	margin-bottom: 0;
}

.product-view.cartpro-product .grouped-items-table {
	margin-bottom: 0;
}

.product-view.cartpro-product .add-to-box {
	padding: 10px;
	border: 1px solid #ededed;
	border-top: 0;
	background-color: #eeeeee;
	margin: 0;
}

.page-empty.cartprooptoins-index-product {
	padding: 5px;
}

.menu-on-top {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1001;
}

/*==POPUP LOGIN==*/
#modal-login {
	overflow-y: auto !important;
}

body .block-popup-login {
	margin-top: 170px;
	width: 600px;
	padding: 0px 20px 0px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body .block-popup-login .close-login {
	color: #fff;
	font-size: 26px;
	margin: 8px -10px 0 0;
	opacity: 1;
}

body .block-popup-login .close-login:hover {
	opacity: 0.9;
}

body .block-popup-login .close-login:before {
	font-family: fontawesome;
}

body .block-popup-login .tt_popup_login {
	margin: 0 -20px;
	background-color: #78a345;
	color: #fff;
	line-height: 42px;
	padding: 0 20px 0px 70px;
	text-transform: uppercase;
	font-size: 125%;
}

body .block-popup-login .tt_popup_login strong:before {
	display: inline-block;
	content: "";
	width: 39px;
	position: absolute;
	left: 20px;
	top: 9px;
	height: 25px;
	background: url(/skin/frontend/sm-supershop/default/images/icon-login-popup.png) no-repeat top left;
}

body .block-popup-login .block-content {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
}

body .block-popup-login .block-content .list-log li {
	padding: 2px 0px 2px 14px;
	position: relative;
}

body .block-popup-login .block-content .list-log li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #666666;
	position: absolute;
	left: 0px;
	top: 10px;
}

body .block-popup-login .block-content .btn-reg-popup {
	height: 42px;
	line-height: 42px;
	padding: 0px 42px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #78a345;
	font-size: 116.67%;
}

body .block-popup-login .block-content .btn-reg-popup:hover {
	background-color: #8BE08B;
}

body .block-popup-login .block-content .col-reg {
	width: 50%;
	float: left;
	min-height: 188px;
}

body .block-popup-login .block-content .col-reg .list-log {
	margin: 0;
}

body .block-popup-login .block-content .col-reg.registered-account {
	padding-right: 30px;
	border-right: 1px solid #d1d1d1;
}

body .block-popup-login .block-content .col-reg.login-customer {
	padding-left: 30px;
}

body .block-popup-login .block-content .col-reg.login-customer .note-reg {
	margin: 8px 0px;
}

body .block-popup-login .block-content .col-reg.login-customer h2 {
	font-size: 116.67%;
	font-weight: bold;
}

body .block-popup-login .email-input,
body .block-popup-login .pass-input {
	position: relative;
}

body .block-popup-login .email-input:before {
	background: url(/skin/frontend/sm-supershop/default/images/icon-username.png) no-repeat top left #f7f7f7;
	content: "";
	display: inline-block;
	width: 42px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}

body .block-popup-login .pass-input:before {
	background: url(/skin/frontend/sm-supershop/default/images/icon-pass.png) no-repeat top left #f7f7f7;
	content: "";
	display: inline-block;
	width: 42px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}

body .block-popup-login #mini-login:-webkit-autofill,
body .block-popup-login #mini-password:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
}

body .block-popup-login .input-text {
	border: none;
	margin-bottom: 14px;
	width: 100%;
	padding: 0 5px 0px 52px;
	height: 40px;
	border: 1px solid #d1d1d1;
	background-color: #f7f7f7;
	color: #909090;
}

body .block-popup-login .submit-login {
	clear: both;
	display: inline-block;
	margin-top: 19px;
	padding: 0;
	height: 42px;
	position: relative;
}

body .block-popup-login .submit-login .btn-submit-login {
	height: 42px;
	font-size: 116.67%;
	font-weight: bold;
}

body .block-popup-login .submit-login:hover .btn-submit-login {
	color: #fff;
}

body .block-popup-login .button-reg:hover {
	text-decoration: underline;
}

body .block-popup-login .more-actions {
	margin: 25px -20px 0px;
}

body .block-popup-login .more-actions .ft-link-p {
	background: #f3f3f3;
	margin-bottom: 1px;
	padding: 0 20px;
}

body .block-popup-login .more-actions .ft-link-p a {
	display: inline-block;
	padding: 10px 0px;
}

/*==MOBILE MENU==*/
.mobile-menu {
	display: none;
}

.active_btn:after {
	position: fixed;
	display: inline-block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 99;
}

.mobile-menu-wrapper {
	position: relative;
}

.btn-mobile-wrapper {
	position: relative;
	display: inline-block;
}

.btn-mobile-wrapper select {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.btn-mobile-wrapper .btn-menu-mobile {
	display: block;
	text-align: center;
	cursor: pointer;
}

.btn-mobile-wrapper .btn-menu-mobile:before {
	content: "\f0c9";
	font-family: fontawesome;
	font-size: 28px;
}

.btn-mobile-wrapper .btn-menu-mobile span {
	display: none;
}

.dropdown_collapse {
	position: absolute;
	z-index: 1002;
	width: 100%;
	background-color: #44494e;
	padding: 12px;
	display: none;
}

.dropdown_collapse a {
	color: #fff;
}

.dropdown_collapse .nav-mobile li.level-top {
	padding: 5px 8px;
	border-bottom: 1px solid #6a6d71;
}

.dropdown_collapse .nav-mobile li.level-top a {
	text-transform: uppercase;
}

.dropdown_collapse .nav-mobile li.level-top>ul {
	display: none;
}

.dropdown_collapse .nav-mobile li.level-top.parent-active {
	background-color: #33363a;
}

.dropdown_collapse .nav-mobile li {
	position: relative;
}

.dropdown_collapse .nav-mobile li .touch-button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	border: 1px solid #6a6d71;
}

.dropdown_collapse .nav-mobile li .touch-button span {
	display: none;
}

.dropdown_collapse .nav-mobile li .touch-button:before {
	font-family: fontawesome;
	content: "\f107";
	font-size: 15px;
}

.dropdown_collapse .nav-mobile li .touch-button:hover {
	color: #fff;
	background-color: #78a345;
	border-color: #78a345;
}

.dropdown_collapse .nav-mobile li .touch-button.active:before {
	content: "\f106";
}

.dropdown_collapse .nav-mobile li ul {
	padding-left: 10px;
}

.dropdown_collapse .nav-mobile li ul li {
	padding: 5px 0px;
}

.dropdown_collapse .nav-mobile li ul li a {
	text-transform: none !important;
}

.dropdown_collapse .nav-mobile li ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}

.dropdown_sidebar {
	position: fixed;
	top: 0px;
	left: -290px;
	height: 100%;
	z-index: 105;
	width: 290px;
	overflow-y: auto;
	background-color: #663d2b;
	padding: 12px;
}

.dropdown_sidebar a {
	color: #fff;
    font-size: 11px !important;
}

.dropdown_sidebar .nav-mobile li.level-top {
	padding: 14px 0px;
    border-bottom: 1px solid #fff;
    font-size: 10px;
}

.dropdown_sidebar .nav-mobile li.level-top a {
	text-transform: uppercase;
}

.dropdown_sidebar .nav-mobile li.level-top>ul {
	display: none;
}

.dropdown_sidebar .nav-mobile li.level-top.parent-active {
	border: none;
    margin-top: 2px;
}

.dropdown_sidebar .nav-mobile li {
	position: relative;
}

.dropdown_sidebar .nav-mobile li .touch-button {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 9px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}

.dropdown_sidebar .nav-mobile li .touch-button span {
	display: none;
}

.dropdown_sidebar .nav-mobile li .touch-button:before {
	font-family: fontawesome;
	content: "\f107";
	font-size: 15px;
}

.dropdown_sidebar .nav-mobile li .touch-button:hover {
	color: #333;
}

.dropdown_sidebar .nav-mobile li .touch-button.active:before {
	content: "\f106";
}

.dropdown_sidebar .nav-mobile li ul {
	padding-left: 10px;
}

.dropdown_sidebar .nav-mobile li ul li {
	padding: 5px 0px;
}

.dropdown_sidebar .nav-mobile li ul li a {
	text-transform: none !important;
}

.dropdown_sidebar .nav-mobile li ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}

.dropdown_sidebar.active {
	left: 0px;
	font-size: 11px;
}

.dropdown_sidebar.active a:hover {
	color: #333;
}

.active_sidebar .wrapper {
	position: relative;
	left: 255px;
}

.wrapper {
	left: 0px;
	position: relative;
}

.dropdown_sidebar,
.wrapper {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

/*==END MOBILE MENU==*/
/*==MEGAMENU==*/
.display-popup {
	display: none;
}

.home-menu-dropdown .item-home-store {
	width: 25%;
	padding-top: 10px;
}

.newsletter-w {
	display: none;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>div {
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>div .sm_megamenu_title>span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	color: #78a345;
	margin-bottom: 5px;
	display: block;
}

.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>div .sm_megamenu_title>a {
	padding: 5px 0px;
	display: inline-block;
}

.shop-category-parent>div.sm_megamenu_dropdown_2columns {
	width: 500px !important;
}

.image-bottom {
	padding: 20px 15px 0px 15px;
}

.static-bottom-link {
	margin: 20px 30px 0;
}

.static-bottom-link.static-bottom-link-2 {
	margin: 20px 0 0 15px;
}

/*==SEARCH==*/
.search-autocomplete {
	background: #fff;
	z-index: 50;
	padding: 0 10px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}

.search-autocomplete ul {
	margin: 0;
}

.search-autocomplete ul li {
	padding: 8px 10px;
	border-bottom: 1px dotted #ededed;
}

.search-autocomplete ul li .amount {
	float: right;
}

.search-autocomplete ul li:last-child {
	border: none;
}

/*==ABOUT - CONTACT ITEM==*/
.sm_megamenu_wrapper_horizontal_menu .item-about-contact {
	padding: 5px 0;
}

.sm_megamenu_wrapper_horizontal_menu .item-about-contact li a {
	display: block !important;
	padding: 4px 0;
}

.sm_megamenu_wrapper_horizontal_menu .item-about-contact li:last-child a {
	border-bottom: none;
}

.cms-index-index .nav-container #nav>li:first-child>a {
	color: #78a345;
}

.cms-index-index .header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.home-item-parent>a {
	color: #78a345;
}

.header-style-1 .mobile-login {
	display: none;
}

.header-style-1 .header {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header-style-1 .promotion-top {
	position: relative;
}

.header-style-1 .promotion-top.hidden-promotion .header-promotion {
	overflow: hidden;
	height: 0;
}

.header-style-1 .promotion-top.hidden-promotion .close-promotion:before {
	content: '\f107';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 26px;
	top: 8px;
}

.header-style-1 .promotion-top .close-promotion {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 14;
	top: 0;
	right: 0;
	background-color: #191f26;
	color: #fff;
	text-align: center;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
}

.header-style-1 .promotion-top .close-promotion:hover {
	background-color: #78a345;
}

.header-style-1 .promotion-top .close-promotion:before {
	content: '\f106';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 26px;
	position: relative;
	top: 5px;
}

.header-style-1 .promotion-top .header-promotion {
	background-color: #293340;
	text-align: center;
	color: #fff;
	padding: 0 40px;
	height: 40px;
	position: relative;
	overflow: hidden;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
}

.header-style-1 .promotion-top .header-promotion .sm-custom-header {
	padding: 8px 0;
}

.header-style-1 .promotion-top .header-promotion .custom-content {
	display: inline-block;
	vertical-align: top;
}

.header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
	font-size: 11px;
	line-height: 24px;
	margin-right: 40px;
}

.header-style-1 .promotion-top .header-promotion .custom-content .custom-title a {
	display: block;
	color: #fff;
	background: url(/skin/frontend/sm-supershop/default/images/bg-ex.png) no-repeat right 6px;
	padding-right: 20px;
}

.header-style-1 .promotion-top .header-promotion .custom-content .custom-title a:hover {
	color: #78a345;
}

.header-style-1 .promotion-top .header-promotion .timer-custom {
	display: inline-block;
	vertical-align: top;
}

.header-style-1 .promotion-top .header-promotion .timer-custom .time-item {
	display: inline-block;
	margin: 0 2px;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: #191f26;
	padding: 0 16px;
}

.header-style-1 .promotion-top .header-promotion .timer-custom .time-item div {
	display: inline-block;
	vertical-align: middle;
	font-size: 92.3%;
}

.header-style-1 .header-top {
	border-bottom: none;
}

.header-style-1 .header-top .topleft-content {
	line-height: 39px !important;
	margin-left: 192px !important;
	font-size: 11px;
}

.header-style-1 .header-top .dropdown-block {
	display: table-cell;
	padding: 0;
	line-height: 30px;
	position: relative;
	cursor: pointer;
	float: right;
	margin-left: 20px;
	font-size: 92.3%;
}

.header-style-1 .header-top .dropdown-block .title-dropdown-block {
	display: none;
}

.header-style-1 .header-top .dropdown-block .dropdown-toggle {
	padding: 0 15px 0 0px;
	position: relative;
	line-height: 39px;
}

.header-style-1 .header-top .dropdown-block .dropdown-toggle>a {
	color: #666;
	font-size: 10px;
}

.header-style-1 .header-top .dropdown-block .dropdown-toggle>a:hover {
	color: #78a345;
}

.header-style-1 .header-top .dropdown-block .dropdown-toggle:before {
	font-family: fontawesome;
	content: "\f107";
	font-size: 14px;
	position: absolute;
	right: 0;
}

.header-style-1 .header-top .dropdown-block .dropdown-toggle .myaccount-link:before {
	content: '\f007';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	margin-right: 8px;
}

.header-style-1 .header-top .dropdown-block .dropdown-list {
	display: none;
	cursor: default;
	position: absolute;
	left: -10px;
	background-color: #fff;
	border: 1px solid #ededed;
	border-top: 1px solid #663d2b;
	padding: 0 10px;
	z-index: 10000;
	min-width: 110%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.header-style-1 .header-top .dropdown-block .dropdown-list a {
	white-space: nowrap;
	display: block;
}

.header-style-1 .header-top .dropdown-block .dropdown-list .current {
	color: #78a345;
}

.header-style-1 .header-top .dropdown-block .currency-switcher .dropdown-list {
	right: 0;
	left: auto;
}

.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-toggle .flag {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-list li a span,
.header-style-1 .header-top .dropdown-block .lang-switcher .dropdown-list .current span {
	background-position: left center;
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle a,
.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle .value {
	color: #78a345;
}

.header-style-1 .header-top .dropdown-block:hover .dropdown-toggle:after {
	display: block;
}

.header-style-1 .header-top .dropdown-block:hover .dropdown-list {
	display: block;
}

.header-style-1 .header-top .dropdown-block.block-base {
	padding: 0;
}

.header-style-1 .header-top .dropdown-block.block-base .links li {
	float: left;
	margin: 0 10px;
}

.header-style-1 .header-top .dropdown-block.block-base .links li a {
	display: block;
	position: relative;
	line-height: 39px;
	color: #666;
}

.header-style-1 .header-top .dropdown-block.block-base .links li a:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #663d2b;
	position: absolute;
	bottom: -1px;
	z-index: 13;
	display: none;
}

.header-style-1 .header-top .dropdown-block.block-base .links li a:hover:after {
	display: block;
}

.header-style-1 .header-top .dropdown-block.block-base .links li a.top-link-checkout:before {
	content: '\f046';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	margin-right: 8px;
}

.header-style-1 .header-top .dropdown-block.block-base .links li a.my-wishlist:before {
	content: '\f08a';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	margin-right: 8px;
}

.header-style-1 .header-top .dropdown-block.block-base .links li.first {
	margin-left: 0;
}

.header-style-1 .header-top .dropdown-block.block-base .links li.last {
	margin-right: 0;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom {
	position: relative;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 20;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper img {
	height: 39px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	display: inline;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper .logo-small {
	display: none;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
	float: right;
	padding-right: 143px;
	transition: opacity 0.2s ease 0s;
	-webkit-transition: opacity 0.2s ease 0s;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .basicproduct-content-menu .products-grid .item .item-inner {
	border: 1px solid #ededed;
	margin-right: 15px;
	margin-top: 4px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li {
	float: left;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>div {
	border-top: 2px solid #663d2b;
	margin-top: -15px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>a {
	display: block;
	line-height: 79px;
	padding: 0 18px;
	font-size: 13px;
	font-weight: normal;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:last-child>a {
	padding-right: 0;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.sm_megamenu_actived>a,
.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li:hover>a {
	color: #78a345;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.hidden-block {
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right {
	position: absolute;
	right: 0;
	top: 0;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header {
	float: right;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
	line-height: 80px;
	position: relative;
	display: inline-block;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
	font-size: 92.307%;
	padding: 3px 9px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #663d2b;
	color: #fff;
	font-weight: 700;
	position: relative;
	top: -1px;
	margin-left: 10px;
	display: inline;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid #663d2b;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: -3px;
	top: 6px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
	content: '\f291';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 20px;
	position: relative;
	top: 2px;
	color: #999;
	float: left;
	display: inline-block;
	line-height: 78px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
	z-index: 9999;
	top: 79px;
	border-top: 2px solid #663d2b;
	margin-top: -15px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .whatsapp-header-bottom {
	float: right;
	margin-right: 10px;
}
.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .whatsapp-header-bottom i {
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	padding: 0px 5px;
	position: relative;
	top: 1px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom {
	float: right;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content {
	position: relative;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
	display: block;
	line-height: 79px;
	padding: 0 10px;
	color: #999;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search:hover {
	color: #78a345;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search:before {
	content: '\f002';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
	position: relative;
	top: 3px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search.clicked:before {
	content: '\f00d';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
	position: absolute;
	background-color: #fff;
	right: 45px;
	top: 20px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action .input-text {
	color: #666;
	height: 35px;
	border-color: #ebebeb;
	padding: 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action .button-search {
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #999;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action .button-search span {
	display: none;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action .button-search:hover {
	color: #78a345;
}

.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
	width: 590px;
}

.header-style-1 .nav-container #nav {
	margin: 0;
	float: right;
	margin-right: 143px;
}

.header-style-1 .nav-container #nav>li {
	float: left;
	margin-right: 1px;
}

.header-style-1 .nav-container #nav>li.active>a,
.header-style-1 .nav-container #nav>li:hover>a {
	color: #78a345;
}

.header-style-1 .nav-container #nav>li ul {
	border-top: 3px solid #663d2b;
}

.header-style-1 .nav-container #nav>li ul {
	display: none;
	width: 220px;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.35);
}

.header-style-1 .nav-container #nav>li>a {
	display: block;
	font-weight: bold;
	line-height: 80px;
	font-size: 123.07%;
	padding: 0 24px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.header-style-1 .nav-container #nav>li>a:hover {
	color: #78a345;
}

.header-style-1 .nav-container #nav li {
	position: relative;
}

.header-style-1 .nav-container #nav li:hover>ul {
	display: block;
}

.header-style-1 .nav-container #nav li ul {
	padding: 10px 0;
}

.header-style-1 .nav-container #nav li ul li {
	padding: 0 20px;
}

.header-style-1 .nav-container #nav li ul li.parent>a:before {
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 13px;
	float: right;
	padding: 4px 0;
}

.header-style-1 .nav-container #nav li ul li a {
	display: block;
	padding: 5px 0px;
}

.header-style-1 .nav-container #nav li ul li:last-child>a {
	border: none;
}

.header-style-1 .nav-container #nav li ul li:hover:before {
	display: inline-block;
	width: 15px;
	height: 100%;
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
}

.header-style-1 .nav-container #nav li ul li:hover>a {
	color: #78a345;
}

.header-style-1 .nav-container #nav li ul li:hover>ul {
	left: 224px;
	top: 0;
}

.header-style-1 .menu-under.menu-on-top .nav-container #nav>li>a {
	line-height: 60px;
}

.cms-index-index .col-main {
	padding-top: 0px;
}

.cms-index-index .main {
	padding-bottom: 10px;
}

.pix_slideshow {
	margin-bottom: 15px;
}

.homestyle1 .overflow-slider {
	overflow-x: hidden;
}

.homestyle1 .overflow-slider .margin-slider {
	position: relative;
	margin-right: -2px;
}

.homestyle1 .full-wrapper-image {
	margin-bottom: 30px;
}

.homestyle1 .basic-products-slider .owl-nav {
	position: absolute;
	right: 17px;
	top: -43px;
}

.homestyle1 .title-home {
	border-top: 2px solid #663d2b;
	border-bottom: 1px solid #ededed;
}

.homestyle1 .title-home h2 {
	display: inline-block;
	font-size: 138.46%;
	text-transform: uppercase;
	font-weight: normal;
	padding: 18px 20px 16px;
	color: #78a345;
}

.homestyle1 .static-image-1 .col-static-image {
	float: left;
	margin-bottom: 30px;
}

.homestyle1 .static-image-1 .col-static-image.col-image-2 {
	margin: 0 15px;
}

.homestyle1 .static-image-1 .col-static-image a {
	display: block;
}

.homestyle1 .static-image-1 .col-static-image a.first-image {
	margin-bottom: 15px;
}

.homestyle1 .slider-basic-wrapper {
	clear: both;
}

.homestyle1 .slider-basic-wrapper .products-grid .item .item-inner {
	border-bottom: none;
}

.homestyle1 .latest-post-wrapper .title-home,
.homestyle1 .brand-wrapper .title-home {
	border-top: none;
}

.homestyle1 .latest-post-wrapper .title-home h2,
.homestyle1 .brand-wrapper .title-home h2 {
	padding: 9px 0;
	border-bottom: 2px solid #663d2b;
	position: relative;
	bottom: -1px;
	color: #444;
}

.homestyle1 .latest-post-wrapper {
	margin-bottom: -10px;
}

.homestyle1 .full-block {
	padding: 23px 0 30px;
}

.homestyle1 .full-block .owl-nav {
	top: -36px;
	right: -2px;
	position: absolute;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog {
	padding-top: 30px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog {
	float: left;
	width: 60px;
	padding-right: 25px;
	text-align: right;
	font-weight: 700;
	color: #78a345;
	text-transform: uppercase;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog .big-txt {
	font-size: 353.84%;
	line-height: 36px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .date-blog .normal-txt {
	font-size: 11px;
	line-height: 17px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content {
	margin-left: 60px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .image-blog {
	margin-bottom: 10px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle {
	font-size: 123.07%;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postTitle a {
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul {
	list-style: none;
	display: inline-block;
	margin-bottom: 5px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li {
	float: left;
	color: #999999;
	font-size: 92.30%;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li:first-child {
	margin-right: 20px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a {
	color: #999999;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li a:hover {
	color: #78a345;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-user:after {
	content: "|";
	margin-left: 10px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .info-post ul li.post-cat:before {
	content: '\f07c';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	margin-right: 5px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .postContent {
	clear: both;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post {
	padding-top: 15px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore {
	border: 1px solid #ededed;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999999;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	margin-bottom: 1px;
}

.homestyle1 .full-block .slider-latest-blog .slider-blog .item .blog-item-content .info-blog .action-post .btn-readmore:hover {
	background-color: #78a345;
	border-color: #78a345;
	color: #fff;
}

.homestyle1 .full-wrapper-counter {
	background: url(/skin/frontend/sm-supershop/default/images/bg_map.png) no-repeat top center #78a345;
	padding: 40px 0 25px;
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item {
	color: #fff;
	text-align: center;
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up {
	width: 100px;
	height: 100px;
	margin: 0 auto 7px;
	border: 2px solid #fff;
	padding: 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up span {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-customer span {
	background-image: url("/skin/frontend/sm-supershop/default/images/cyan/customer.png");
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-item span {
	background-image: url("/skin/frontend/sm-supershop/default/images/cyan/items.png");
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-view span {
	background-image: url("/skin/frontend/sm-supershop/default/images/cyan/view.png");
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .icon-count-up.icon-sale span {
	background-image: url("/skin/frontend/sm-supershop/default/images/cyan/sale.png");
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item .numscroller {
	font-size: 276.92%;
	line-height: 50px;
}

.homestyle1 .full-wrapper-counter .count-up .count-up-item p {
	font-size: 11px;
}

.homestyle1 .contact-full {
	margin-bottom: 15px;
}

.homestyle1 .contact-full .contact-content .title-contact-index {
	text-align: center;
	margin-bottom: 25px;
}

.homestyle1 .contact-full .contact-content .title-contact-index h2 {
	text-transform: uppercase;
	font-size: 153.84%;
	color: #444;
	font-weight: 700;
	margin-bottom: 7px;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info {
	list-style: none;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info:last-child {
	margin-bottom: 0;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .icon-contact-info {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 20px;
	background-color: #999999;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item {
	margin-left: 70px;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item h3 {
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #444;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info .info-contact-item p {
	margin: 0;
}

.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info:hover .icon-contact-info {
	background-color: #78a345;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list {
	list-style: none;
	margin-bottom: 20px;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list li {
	margin-bottom: 0;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list li .field {
	margin-bottom: 20px;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list li .field .input-text {
	height: 40px;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list li .input-text,
.homestyle1 .contact-full .contact-content .form-contact .form-list li #comment {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ebebeb;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}

.homestyle1 .contact-full .contact-content .form-contact .form-list li #comment {
	height: 80px;
}

.homestyle1 .contact-full .contact-content .form-contact .buttons-set button {
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
}

.homestyle1 .brand-wrapper .title-home {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.homestyle1 .brand-wrapper .title-home a {
	float: right;
	margin-top: 10px;
	color: #666;
}

.homestyle1 .brand-wrapper .title-home a:hover {
	color: #78a345;
}

.homestyle1 .brand-wrapper .title-home a:after {
	content: '\f101';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-synthesis: weight style;
	font-stretch: normal;
	font-size-adjust: none;
	font-language-override: normal;
	font-kerning: auto;
	font-feature-settings: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 14px;
	margin-left: 5px;
}

.homestyle1 .brand-wrapper .list-brands {
	list-style: none;
	margin: 0 -15px;
}

.homestyle1 .brand-wrapper .list-brands li {
	margin-bottom: 30px;
}

.homestyle1 .brand-wrapper .list-brands li a {
	display: block;
	border: 1px solid transparent;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
}

.homestyle1 .brand-wrapper .list-brands li a img {
	width: 100%;
}

.homestyle1 .brand-wrapper .list-brands li a:hover {
	border-color: #78a345;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs {
	overflow-x: hidden;
	overflow-y: hidden;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .owl-nav {
	top: -41px;
	right: 18px;
	position: absolute;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
	overflow: visible;
	margin-bottom: -1px;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-wrap {
	margin-right: -1px;
	margin-top: -1px;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
	width: 195px;
	float: left;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
	border-bottom: 1px solid #ededed;
	padding: 9px 20px;
	cursor: pointer;
	font-size: 11px;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li.tab-sel,
.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li:hover {
	background-color: #78a345;
	color: #fff;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
	margin-left: 195px;
	min-height: 400px;
	border-left: 1px solid #ededed;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
	width: 20.06%;
	float: left;
	border-left: 1px solid #ededed;
	border-right: none;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child {
	width: 39.8%;
	border-left: none;
	border-bottom: none;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child .box-info .product-name {
	font-size: 123.07%;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info {
	text-align: center;
}

.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info .ratings .rating-box {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.boxed-layout.hidden-promotion-body .header-topright {
		position: relative;
		right: 40px;
	}

	.header-style-1 .menu-under.menu-on-top {
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		position: fixed;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
		top: 11px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper img {
		height: 45px !important;
		display: none;
		margin-top: -3px !important;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper .logo-small,
	.header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper .logo-small img {
		display: block;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>a {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
		top: 10px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
		top: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
		line-height: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-style-1 .header-top .topleft-content {
		line-height: 39px !important;
		margin-left: 24px !important;
	}

	.header-style-1 .promotion-top .header-promotion {
		height: auto;
	}

	.header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
		margin-right: 10px;
	}

	.header-style-1 .promotion-top .header-promotion .timer-custom .time-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-style-1 .menu-under.menu-on-top {
		background-color: #fff;
		position: fixed;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .logo-wrapper {
		display: none;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>a {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
		top: 10px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
		top: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header {
		line-height: 60px;
	}

	.header-style-1 .menu-under.menu-on-top .content-header-bottom .header-bottom-right .btn-action-header .nav-btn-header::before {
		line-height: 60px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		padding: 0px 0 0px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
		position: relative;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu {
		float: none;
		padding-right: 0;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.home-item-parent>a {
		padding-left: 0;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
		width: 836px;
	}
}

@media (max-width: 991px) {
	.wrapper-margin {
		margin-top: -30px !important;
	}

	.onesteptopo2 {
		width: 100%;
		padding-top: 0px;
		margin-top: 20px;
	}

	.onesteplogo2 {
		width: 100%;
	}

	.onestepvantagens2 {
		width: 33.3%;
	}

	.escolha_cidade_baixo {
		margin-bottom: 10px;
	}

	#descc {
		display: none;
	}

	.product-view .product-essential {
		padding-bottom: 40px;
	}

	.imagem_da_logo {
		margin-top: -10px !important;
	}

	.cart .crosssell li.item {
		width: 50%;
	}

	.margin_input_custom {
		margin-top: 8px !important;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
		height: 45px;
	}

	.btn-mobile-wrapper .btn-menu-mobile:before {
		font-size: 22px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
		padding: 3px 9px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .search-header-bottom .search-header-content .btn-search:before {
		font-size: 16px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
		font-size: 16px;
	}

	.imagem_da_logo {
		height: 70px !important;
/*		content: url("/skin/frontend/sm-supershop/default/images/uniflores_logo_mobile.png") !important;*/
	}

	.fancybox-opened {
		top: 180px !important;
	}

	.fancybox-type-iframe .fancybox-inner {
		min-height: 480px;
	}

	.header-style-1 .header-top .topleft-content {
		line-height: 39px !important;
		margin-left: 0px !important;
	}

	.product-collateral {
		padding-top: 0px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-style-1 .promotion-top .header-promotion {
		height: auto;
		padding: 0;
	}

	.header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
		margin-right: 10px;
	}

	.header-style-1 .promotion-top .header-promotion .timer-custom .time-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-style-1 .header-top .header-topleft {
		text-align: center;
	}

	.header-style-1 .header-top .header-topright {
		text-align: center;
	}

	.header-style-1 .header-top .header-topright .dropdown-block {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
		float: none;
		text-align: left;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		padding: 20px 0 12px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
		position: relative;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger {
		display: none;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
		display: block;
		background-color: #78a345;
		margin: 0 -1000px;
		height: 45px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper .btn-menu-mobile {
		height: 50px;
		line-height: 50px;
		color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .btn-search {
		line-height: 50px;
		color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
		top: 5px;
		background-color: transparent;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .input-text {
		border-color: transparent;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
		width: 500px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
		line-height: 50px;
		color: #fff !important;
		position: relative;
		top: 0;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
		background-color: #fff;
		color: #78a345;
		top: -14px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count:before {
		border-right-color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
		top: 50px;
		border-top: none;
	}
}

@media (max-width: 767px) {
	.header-style-1 .popup-login {
		display: none;
	}

	.header-style-1 .mobile-login {
		display: inline;
	}

	.header-style-1 .promotion-top .header-promotion {
		height: auto;
	}

	.header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
		margin-right: 10px;
	}

	.header-style-1 .promotion-top .header-promotion .timer-custom .time-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-style-1 .header-top .header-topleft {
		text-align: center;
	}

	.header-style-1 .header-top .header-topright {
		text-align: center;
	}

	.header-style-1 .header-top .header-topright .dropdown-block {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
		float: none;
		text-align: left;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .logo-wrapper {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		padding: 20px 0 12px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action {
		position: relative;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .menu-larger {
		display: none;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu {
		display: block;
		background-color: #78a345;
		margin: 0 -15px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .mobile-menu .btn-mobile-wrapper .btn-menu-mobile {
		height: 50px;
		line-height: 50px;
		color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .btn-search {
		line-height: 50px;
		color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action {
		top: 5px;
		background-color: transparent;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .input-text {
		border-color: transparent;
		max-width: 65%;
		float: right;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
		width: 500px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info:before {
		line-height: 50px;
		color: #fff !important;
		position: relative;
		top: 0;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count {
		background-color: #fff;
		color: #78a345;
		top: -14px;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-title .item-info .cartpro-count:before {
		border-right-color: #fff;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .minicart-header .sm-cartpro .cartpro-content {
		top: 50px;
		border-top: none;
	}
}

@media (max-width: 479px) {
	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content .search-form-action .input-text {
		max-width: 100% !important;
	}

	.header-style-1 .promotion-top .header-promotion .custom-content .custom-title {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.header-style-1 .time-item {
		margin-bottom: 10px !important;
	}

	.header-style-1 .header-bottom .menu-under .content-header-bottom .navigation-action .header-bottom-right .search-header-bottom .search-header-content.show-block .search-form-action {
		width: 155px;
	}

	.header-style-1 .header-top .topleft-content {
		line-height: inherit;
		margin-top: 10px;
	}

	.header-style-1 .header-top .topleft-content {
		padding: 0 25px;
	}

	.header-style-1 .header-top .header-topright .currency-block,
	.header-style-1 .header-top .header-topright .language-block {
		float: right;
	}

	.header-style-1 .header-top .header-topright .block-base,
	.header-style-1 .header-top .header-topright .block-myacount {
		float: left;
	}

	.header-style-1 .header-top .header-topright .currency-block {
		margin-right: 0;
	}

	.header-style-1 .header-top .header-topright .block-base {
		margin-left: 0;
	}

	.header-style-1 .header-top .header-topright .block-base .links li a {
		position: relative;
		text-indent: -9999px;
		overflow-y: hidden;
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-top: 13px;
	}

	.header-style-1 .header-top .header-topright .block-base .links li a:before {
		position: absolute;
		left: 0;
		top: 0;
		text-indent: 0;
	}

	.header-style-1 .header-top .header-topright .block-myacount {
		margin-right: 0;
	}

	.header-style-1 .header-top .header-topright .block-myacount .dropdown-toggle:before {
		display: none;
	}

	.header-style-1 .header-top .header-topright .block-myacount .dropdown-toggle .myaccount-link {
		position: relative;
		text-indent: -9999px;
		overflow-y: hidden;
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-top: 13px;
	}

	.header-style-1 .header-top .header-topright .block-myacount .dropdown-toggle .myaccount-link:before {
		position: absolute;
		left: 0;
		top: 0;
		text-indent: 0;
	}

	.sm-cartpro .cartpro-content {
		width: 290px;
		padding: 15px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.homestyle1 .static-image-1 {
		margin: 0 -7px;
		display: inline-block;
		margin-bottom: 25px;
	}

	.homestyle1 .static-image-1 .col-static-image {
		width: 33.33%;
		margin: 0 !important;
		padding: 0 7px;
	}

	.homestyle1 .static-image-1 .col-static-image a.first-image {
		margin-bottom: 12px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
		position: relative;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
		margin: 0;
		border: none;
		clear: both;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
		width: 22%;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child {
		width: 34%;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
		background: #cccccc none repeat scroll 0 0;
		border-radius: 3px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		position: absolute;
		right: 79px;
		top: -41px;
		width: 25px;
		z-index: 12;
		cursor: pointer;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
		content: '\f0c9';
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-synthesis: weight style;
		font-stretch: normal;
		font-size-adjust: none;
		font-language-override: normal;
		font-kerning: auto;
		font-feature-settings: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
		display: none;
		position: absolute;
		right: 0;
		top: 25px;
		width: 200px;
		overflow: hidden;
		text-align: left;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
		background-color: #78a345;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.homestyle1 .static-image-1 {
		margin: 0 -7px;
		display: inline-block;
		margin-bottom: 25px;
	}

	.homestyle1 .static-image-1 .col-static-image {
		width: 33.33%;
		margin: 0 !important;
		padding: 0 7px;
	}

	.homestyle1 .static-image-1 .col-static-image a.first-image {
		margin-bottom: 9px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
		position: relative;
		margin-bottom: -2px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
		margin: 0;
		border: none;
		clear: both;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
		width: 24%;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner:first-child {
		width: 28%;
		margin-top: 100px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
		background: #cccccc none repeat scroll 0 0;
		border-radius: 3px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		position: absolute;
		right: 79px;
		top: -41px;
		width: 25px;
		z-index: 12;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
		content: '\f0c9';
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-synthesis: weight style;
		font-stretch: normal;
		font-size-adjust: none;
		font-language-override: normal;
		font-kerning: auto;
		font-feature-settings: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
		display: none;
		position: absolute;
		right: 0;
		top: 25px;
		width: 200px;
		overflow: hidden;
		text-align: left;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
		background-color: #78a345;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
		display: block;
	}

	.homestyle1 .contact-full .contact-content .add-contact .list-contact-info .item-contact-info {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.full-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.homestyle1 .static-image-1 .col-static-image {
		float: none;
		width: 100%;
	}

	.homestyle1 .static-image-1 .col-static-image.col-image-1 .first-image {
		margin-bottom: 30px;
	}

	.homestyle1 .static-image-1 .col-static-image.col-image-2 {
		margin: 0 0 30px;
	}

	.homestyle1 .static-image-1 .col-static-image img {
		width: 100%;
	}

	.homestyle1 .brand-wrapper .list-brands li {
		width: 50%;
		float: left;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
		position: relative;
		margin-bottom: -2px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
		margin: 0 0 0 -1px;
		border: none;
		clear: both;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
		width: 50% !important;
		border-bottom: 1px solid #ededed !important;
		border-left: 1px solid #ededed !important;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info .product-name {
		font-size: 11px !important;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
		background: #cccccc none repeat scroll 0 0;
		border-radius: 3px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		position: absolute;
		right: 79px;
		top: -41px;
		width: 25px;
		z-index: 12;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
		content: '\f0c9';
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-synthesis: weight style;
		font-stretch: normal;
		font-size-adjust: none;
		font-language-override: normal;
		font-kerning: auto;
		font-feature-settings: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
		display: none;
		position: absolute;
		right: 0;
		top: 25px;
		width: 200px;
		overflow: hidden;
		text-align: left;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
		background-color: #78a345;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
		display: block;
	}
}

@media (max-width: 479px) {
	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap {
		position: relative;
		margin-bottom: -2px;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container {
		margin: 0 0 0 -1px;
		border: none;
		clear: both;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner {
		width: 100% !important;
		border-bottom: 1px solid #ededed !important;
		border-left: 1px solid #ededed !important;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .products-grid .item .item-inner .box-info .product-name {
		font-size: 11px !important;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container {
		background: #cccccc none repeat scroll 0 0;
		border-radius: 3px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		position: absolute;
		right: 79px;
		top: -41px;
		width: 25px;
		z-index: 12;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-selected,
	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tab-arrow {
		display: none;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:before {
		content: '\f0c9';
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		font-synthesis: weight style;
		font-stretch: normal;
		font-size-adjust: none;
		font-language-override: normal;
		font-kerning: auto;
		font-feature-settings: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap {
		background: #fff none repeat scroll 0 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
		display: none;
		position: absolute;
		right: 0;
		top: 25px;
		width: 200px;
		overflow: hidden;
		text-align: left;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover {
		background-color: #78a345;
	}

	.homestyle1 .listingtab-wrapper .sj-listing-tabs .ltabs-wrap .ltabs-tabs-container:hover .ltabs-tabs-wrap {
		display: block;
	}

	.homestyle1 .sm-custom .timer-custom .time-item {
		margin-bottom: 15px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.col2-left-layout .sidebar,
	.col2-right-layout .sidebar {
		width: 30%;
	}

	.col2-left-layout .col-main,
	.col2-right-layout .col-main {
		width: 70%;
	}

	.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .txt-price-shopby {
		width: 100%;
		margin-bottom: 5px;
	}

	.block-layered-nav .block-content .filter-wrapp dd .wrap-price-shopby .button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sub-cate-list .sub-cate img {
		width: 100%;
	}

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

	.toolbar .toolbar-inner .sorter .amount {
		display: none;
	}
}

@media (max-width: 479px) {
	.toolbar .toolbar-inner .sortby-limiter {
		float: left;
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #ededed;
	}
}

@media (min-width: 1200px) {

	/*==DETAIL PAGE==*/
	.detail-style-2.thumbs-style-vertical .product-img-box,
	.detail-style-3.thumbs-style-vertical .product-img-box {
		width: 55%;
	}

	.detail-style-2.thumbs-style-vertical .product-shop,
	.detail-style-3.thumbs-style-vertical .product-shop {
		width: 45%;
	}

	.case-option-vertical .more-views .lSAction .lSNext {
		bottom: 14px;
	}

	.product-view-2 .case-option-vertical .more-views .lSAction .lSNext,
	.product-view-3 .case-option-vertical .more-views .lSAction .lSNext {
		bottom: 13px;
	}

	.detail-style-2.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper,
	.detail-style-3.thumbs-style-horizontal .more-views .lSSlideOuter .lSSlideWrapper {
		height: 78px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.detail-style-1.thumbs-style-horizontal .more-views .product-image-thumbs li {
		margin-bottom: 1px;
	}

	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
		bottom: 7px;
	}

	.product-view-2 .more-views .lSAction .lSNext,
	.product-view-3 .more-views .lSAction .lSNext {
		bottom: 17px;
	}

	.product-view-2 .product-shop,
	.product-view-3 .product-shop {
		padding-top: 15px;
	}

	.product-view-2 .sidebar-view-wrapper,
	.product-view-3 .sidebar-view-wrapper {
		width: 30%;
	}

	.product-view-2 .content-detail-sidebar,
	.product-view-3 .content-detail-sidebar {
		width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
		bottom: 12px;
	}

	.product-view-2 .more-views .lSAction .lSNext,
	.product-view-3 .more-views .lSAction .lSNext {
		bottom: 11px;
	}
}

@media (max-width: 768px) {
	.product-view .product-shop {
		padding-top: 15px;
	}

	.resp-tab-content-active {
		border-top: 1px solid #663d2b;
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
		bottom: 6px;
	}

	.product-view-2 .more-views .lSAction .lSNext,
	.product-view-3 .more-views .lSAction .lSNext {
		bottom: 6px;
	}
}

@media (max-width: 479px) {
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views .lSAction .lSNext {
		bottom: 22px;
	}

	.product-view-2 .more-views .lSAction .lSNext,
	.product-view-3 .more-views .lSAction .lSNext {
		bottom: 22px;
	}
}

/***---Device---***/
@media (min-width: 1200px) {
	.wrapper {
		left: 0 !important;
	}

	.container {
		width: 1000px !important;
		max-width: 1000px !important;
	}

	.products-grid .item .item-inner .box-image .bottom-action {
		top: 0;
		opacity: 0;
		display: block;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	}

	.products-grid .item .item-inner .box-image:hover .bottom-action {
		top: 0;
		opacity: 1;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.wrapper {
		left: 0 !important;
	}

	.menu-under .menu-larger .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu.sm-megamenu-hover.css_effect>li.hover_item>div {
		display: block !important;
	}

	/*==Detail 2, 3==*/
	.detail-style-2.thumbs-style-vertical .product-image,
	.detail-style-3.thumbs-style-vertical .product-image {
		width: 558px;
	}
}

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

	/*==Detail 1==*/
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
		height: 450px;
	}

	/*==Detail 2, 3==*/
	.detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
	.detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
		height: 558px;
	}

	.quickview-main .option-product-wrapper .option-content .option-product {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.quickview-main .option-product-wrapper .option-content>div:last-child {
		margin-bottom: -15px;
	}
}

@media (max-width: 767px) {
	#cpanel_wrapper {
		display: none;
	}

	.footer .copyright .copyright-footer {
		text-align: center;
		margin-bottom: 15px;
	}

	.footer .copyright .payment-footer {
		text-align: center;
	}

	.products-list .item .item-inner {
		padding: 10px;
	}

	.products-grid .item .item-inner .box-image .bottom-action .btn-action {
		float: right;
	}

	.products-grid .item .item-inner .box-image .bottom-action .btn-action.sm_quickview_handler {
		display: none !important;
	}

	.quickview-main .option-product-wrapper .option-content .option-product {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.quickview-main .option-product-wrapper .option-content>div:last-child {
		margin-bottom: -15px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.products-list .item .item-inner .box-image-list {
		width: 180px;
	}

	.products-list .item .item-inner .box-info-list {
		margin-left: 200px;
	}

	.toolbar .toolbar-inner .sortby-limiter {
		float: none;
		width: 100%;
		clear: both;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #ededed;
	}

	/*==Detail 1==*/
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
		height: 250px;
	}

	/*==Detail 2, 3==*/
	.detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
	.detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
		height: 250px;
	}
}

@media (max-width: 479px) {
	.ltabs-items .owl-carousel .owl-item {
		margin-right: 0px !important;
	}

	.sm_quickview_handler {
		display: none !important;
	}

	.toolbar .toolbar-inner .sortby-limiter .limiter {
		padding-bottom: 10px;
		border-bottom: 1px solid #ededed;
		margin-bottom: 10px;
		display: block;
		margin-right: 0;
	}

	.products-list .item .item-inner .box-image-list {
		width: 100%;
	}

	.products-list .item .item-inner .box-image-list a {
		display: block;
	}

	.products-list .item .item-inner .box-image-list a img {
		width: 100%;
	}

	.products-list .item .item-inner .box-info-list {
		margin: 0;
		padding: 10px 0;
		clear: both;
	}

	.static-image-sidebar img {
		width: 100%;
	}

	.product-view .box-tags .form-add .input-box {
		margin-bottom: 5px;
		width: 100%;
	}

	.product-view .box-tags .form-add .input-box .input-text {
		width: 100%;
	}

	.product-view .product-shop .option-product-wrapper .option-content .option-product {
		width: 100%;
		margin-bottom: 15px;
	}

	/*==Detail 1==*/
	.detail-style-1.thumbs-style-vertical .case-option-vertical .more-views {
		height: 150px;
	}

	/*==Detail 2, 3==*/
	.detail-style-2.thumbs-style-vertical .case-option-vertical .more-views,
	.detail-style-3.thumbs-style-vertical .case-option-vertical .more-views {
		height: 150px;
	}
}

@media only screen and (max-width: 600px) {
	.hiddentabfav {
		display: none !important;
	}
}

/* Ajuste das imagens do footer para o recebimento do selo do Ebit */
.img-security {
	float: left;
	margin-right: -2%;
}

@media only screen and (max-width: 991px) {
	.img-security {
		margin-bottom: 2%;
		float: none;
		margin-right: 0 !important;
	}
}

/* CSS para escolha da identificação do usuário no checkout */
.escolha-identificacao {
	display: inline-block;
	width: 48%;
}

.escolha-identificacao input {
	float: left;
	width: 20px;
	position: relative;
	top: -3px;
	left: -4px;
}

/* CSS para correção do zoom do produto */
.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 70% !important;
	height: 80% !important;
	/* margin-bottom: 50% !important; */
	margin-top: 5% !important;
	position: static !important;
	top: 0px !important;
	left: 0px !important;
}

@media only screen and (max-width: 769px) {
	.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
		margin-top: 30% !important;
	}

	img.fancybox-image {
		height: 52% !important;
		/*height: 70% !important;*/
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.input-chave-pix {
	width: 30% !important;
	margin: 0px 5px 0px 0px;
}

.btn-copiar-chave-pix:hover {
	background: #663d2b;
	border-color: #8BE08B;
	color: #fff;
	font-weight: 700;
}

.btn-copiar-chave-pix-minha-conta {
	margin-top: 5px;
	width: 100%;
}

@media only screen and (max-width: 500px) {
	.input-chave-pix {
		width: 100% !important;
		margin: 0;
	}

	.btn-copiar-chave-pix {
		width: 100% !important;
		margin-top: 5px;
	}

	.btn-enviar-comprovante-pix {
		width: 100% !important;
		text-align: center;
	}
}

@media only screen and (min-width: 501px) and (max-width: 615px) {
	.input-chave-pix {
		width: 42% !important;
	}
}

.btn-enviar-comprovante-pix {
	color: #fff;
	background: #663d2b;
	height: 30px;
	border: none;
	font-size: 15px;
	padding: 3px 20px 3px 20px;
	margin-top: 2px;
	cursor: pointer;
}

.alert-erro-formato-arquivo-comprovante {
	margin-top: 2px;
	color: red;
	opacity: 0.9 !important;
}

/* Card/cookie banner com o link falando a respeito das políticas de privacidade e cookies - LGPD */
.card-cookie-privacidade {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: #FFF !important;
	padding: 20px 100px 20px 100px;
	font-size: 16px !important;
	border-top: solid 1px #663d2b;
}

@media screen and ( max-width: 767px ) {
	.page .card-cookie-privacidade {
		font-size: 14px !important;
	    padding: 15px !important;
	}
	.card-cookie-privacidade-mensagem {
	    margin-bottom: 15px !important;
	}
	.btn-card-privacidade-cookie {
		height: 40px !important;
		font-size: 16px;
	}
}

.card-cookie-privacidade-inner {
	width: 100%;
	display: flex;
	align-items: center !important;
}

.card-cookie-privacidade-description {
	width: 84%;
	margin-right: 10px;
}

.card-cookie-privacidade-mensagem {
	display: block;
	max-width: 100%;
	text-align: left !important;
}

.card-cookie-privacidade-button-action {
	display: flex;
	flex-wrap: nowrap;
	width: 20%;
}

.btn-card-privacidade-cookie {
	width: 100%;
	height: 52px;
	border: none;
	font-size: 16px;
	color: #fff;
	background: #663d2b;
}

.quebra-linha-forcada {
	display: none;
}

@media only screen and (min-width: 992px) {
	.quebra-linha-forcada {
		display: block !important;
	}
}

@media only screen and (max-width: 991px) {
	.card-cookie-privacidade {
		background: #F4F4F4 !important;
		border-top: solid 1px #663d2b;
	}

	.card-cookie-privacidade {
		padding: 20px 20px 20px 20px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-cookie-privacidade-description {
		width: 80% !important;
	}

	.card-cookie-privacidade-button-action {
		width: 16% !important;
	}
}

@media only screen and (max-width: 767px) {
	.card-cookie-privacidade-inner {
		display: block !important;
	}

	.card-cookie-privacidade-description {
		width: 100% !important;
		margin: 0 !important;
	}

	.card-cookie-privacidade-button-action {
		display: block !important;
	}

	.card-cookie-privacidade-button-action {
		width: 100% !important;
	}

	.card-cookie-privacidade-mensagem {
		margin-bottom: 20px;
	}

	.cms-content-block-list-explaination {
		margin-left: 205px !important;
	}
}

.link-cookie-privacidade {
	color: #663d2b !important;
}

.catalog-category-view .botao_compra_destaque,.botao-compra-uppercase{
  text-transform: uppercase;
}

.payment-code-webjump_braspag_boleto {
	color: #fff !important;
	padding: 6px 16px 6px 16px !important;
	font-weight: normal !important;
}

.payment-code-webjump_braspag_boleto:hover {
	color: #fff !important;
}
.nr-icon.nr-star.grey{
	display: none !important;
}
.nr-icon{
	color: #663d2b !important;
}

.comentarios-do-produto .stars-color .fa {
	font-size: 16px;
}
.stars-color {
	color: #663d2b;
	font-size: 16px;	
}
.comentarios-do-produto {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
}
.porcentagem-fundo .fa-star, .porcentagem-fundo .fa-star-half {
    font-size: 25px !important;
    line-height: normal;
}
.porcentagem-fundo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.porcentagem-fundo .stars-color {
	font-size: 16px !important;
}
.produto-div-comment-item-identidade {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}
.produto-div-comment-item-identidade .stars-size {
    display: block;
    height: 23px;
}
.total_percent {
    color: #888888;
    font-size: 13px;
    position: relative;
    bottom: 5px;
}
.title-percent {
    font-size: 17px;
}
.stars-size-title {
    height: 25px;
}
.comment-name {
    margin-bottom: 5px;
}
.comentarios {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 10px 10px 10px 20px;
    margin-top: 20px;
}
.produto-div-comment-item-comentario {
	font-size: 15px;
    line-height: 20px;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    text-align: left;
    color: #616158!important;
    font-weight: 400;
}
.comment-data {
	font-size: 15px!important;
	font-weight: 500!important;
	margin-bottom: 40px;
}
.produto-div-comment-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ver_mais_comentarios {
	color: #78a345;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
.ver_mais_comentarios i { 
	position: relative;
    bottom: 1px;
    margin-left: 5px;
}
.ver_mais_comentarios:hover{
	color: #78a345 !important;
}
.exibir_comentario {
    text-align: center;
    width: 100%;
    padding-right: 10px;
    font-size: 14px;
    color: #78a345;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: 18px;
}
.esconde_comentario_item {
	display: none;
}
.product-starts .stars-color {
	font-size: 15px !important;
} 
.total_avaliacoes_stars {
    position: relative;
    bottom: 1px;
    margin-left: 4px;
}
.info-product-box .product-starts .stars-color {
    font-size: 11px !important;
}
.info-product-box .total_avaliacoes_stars {
    position: relative;
    bottom: 2px;
    font-size: 10px;
    margin-left: 4px;
}
.fa-star-half-o {
	color: #663d2b;
	position: relative;
	z-index: 1;
}
.fa-star-half {
	position: absolute;
}
.estrela-full-cinza, .estrela-full-cinza-back {
	color: #cccccc;
}

/* AJUDA FLUTUANTE */
.card-ajuda-flutuante {
	position: fixed;
	right: 20px;
	bottom: 5px;
	z-index: 9999;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.contacts-index-index .card-ajuda-flutuante {
	display: flex !important;
}
.contacts-index-index .whatsapp-header-bottom {
	display: block !important;
}
.header-bottom-right .whatsapp-header-bottom {
	display: none;
}
.ajuda-flutuante {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #000;
	position: relative;
	bottom: 95px;
	left: 60px;
	width: 300px;
}
.ajuda-header {
	width: 100%;
	background: #663d2b;
	padding: 0px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.ajuda-titulo {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 15px;
	white-space: nowrap;
}
.fechar-ajuda {
	position: relative;
	bottom: 3px;
}
.fechar-ajuda i {
	font-size: 20px;
    color: #fff;
    position: relative;
    top: 1px;
    right: 7px;
    cursor: pointer;
}
.ajuda-item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	padding: 15px;
}
.ajuda-pergunta {
	display: block;
	background: #78a345;
    color: #fff;
	width: 80%;
	margin: auto;
	padding: 15px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}
.ajuda-pergunta:hover, .ajuda-pergunta:active, .ajuda-pergunta:focus {
	color: #fff !important;
	outline: unset !important;
}
.icone-abrir-ajudar {
	width: 65px;
	cursor: pointer;
}
.icone-abrir-ajudar i {
	font-size: 37px;
    color: #fff;
}
.icone-abrir-ajudar {
	--tam: 60px;
	width: var(--tam);
	height: var(--tam);
	border: 2px solid #FFF;
	cursor: pointer;
	background: #78a345;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 10px;
}
.icone-abrir-chat-mobile {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: #FFF;
	transform: rotate(45deg);
	right: 7%;
	bottom: -8px;
	box-shadow: 6px 6px 12px -5px #000;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/skin/frontend/sm-supershop/default/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  line-height: 220%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom: solid 1px #F4F4F4;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

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

.postContent ul li{
    margin-left: 2em;
}

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

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.uniflores.com.br/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
