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

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

i,
em {
  font-style: normal; }

a {
  color: inherit; }

sup {
  top: -.2em; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none; }

body {
  background-color: #ffffff;
  height: 100%;
  font-family: 'Open Sans';
  line-height: 1.2;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

textarea {
  resize: none; }

@-ms-viewport {
  width: device-width; }
hr {
  box-sizing: content-box;
  height: 0; }

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

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

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

.wpcfu form input[type=submit] {
	background: #ff8c05;
	border: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	font-size: .9rem;
	font-weight: normal;
	padding: 12px 50px;

	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
.wpcfu form input[type=submit]:hover {
	background: white;
	box-shadow: 0px 0px 0px 1px inset #a1c65c;
	color: #a1c65c;
}

img {
  display: inline-block;
  max-width: 100%; }

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

.textologo{
  font-size: 10px;
  margin-top: 5px;
  width:200px;
  margin-left:-25px;
  text-align:center;
  color: #fff;
}
@media (max-width: 414px) {
.textologo{
  display: none !important;
  }}

@media (max-width: 1024px) {
.textologo{
  font-size: 10px;
  margin-top: -15px;
  width:none;
  margin-left:0px;
  text-align:center;
  color: #fff;
} }

body *[class^="fa-"]:before, body *[class*=" fa-"]:before {
  width: auto;
  line-height: inherit;
  margin: 0; }

.bx-wrapper .bx-controls .bx-controls-direction a:before {
  font-family: fontello; }

.footable.footab .footable-sortable .footable-sort-indicator:after {
  font-family: fontello; }

.footable.footab.breakpoint > tbody > tr > td > span.footable-toggle:before,
.footable.footab.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  font-family: fontello; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 769px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 100%; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.footerproduct {
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    margin-top: 100px;
}

@media (max-width: 1024px) {
.footerproduct {
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 50px
} }

.footerproductsale {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    border-right: 1px solid #ccc;
}

@media (max-width: 768px) {
.footerproductsale {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0px;
    border-right: 1px solid #ccc;
} }

.footerproductsalenoborder{
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
}

@media (max-width: 768px) {
.footerproductsalenoborder {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0px;
} }


.centradoabsolutoproduct {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width: 415px) {
 .centradoabsolutoproduct {
    width: 100%;
    margin-bottom: 130px
} }

.textosale{
  font-size: 12px;
  padding: 10px;
  font-weight: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 769px) {
.col-sm-4 {
    width: 49.33333%; }}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 18%; } /*Se cambia en ancho para dejar la columna izquierda mas pequeña 25px*/

  .col-sm-30 {
     width: 25%; } /*Se añade para el footer*/

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-cart {
    position: absolute;
    margin-top: 20px;
    right: 0;
    margin-right: 50px;
}}


@media (min-width: 1025px) {
  .col-sm-cart {
  margin-top: 40px;
  position: absolute;
  right: 0;
  margin-right: 70px;}


@media (min-width: 2050px) {
  .col-sm-cart {
     }}

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-50 {
    width: 20%; }  /*Se añade para el footer*/

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

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-80 {
    width: 66.66667%; }  /*Se añade para el ancho de foto de producto*/

  @media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-80 {
    width: 100%; }}  /*Se añade para el ancho de foto de producto*/

  .col-sm-40 {
    width: 33.33333%; }  /*Se añade para el ancho de foto de producto*/

  @media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-40 {
    width: 100%; }}  /*Se añade para el ancho de foto de producto*/

  .col-sm-9 {
    width: 82%; } /*Se cambia en ancho para dejar la columna izquierda mas pequeña 75px*/

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

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

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

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

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

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

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

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

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

  .col-md-4 {
    width: 33.33333%; }

  .col-md-40 {
    width: 20%; }

  .col-md-5 {
    width: 41.66667%; }

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

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

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

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

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

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

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

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

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

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

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

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

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

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

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

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

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

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

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

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #373737; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #373737; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #373737; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 768px) {
    .table-responsive {
      width: 100%;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #373737; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.pull-none {
  float: none; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }


.fix-gap-inline {
  font-size: 0;
  display: table;
  width: 100%; }
  .fix-gap-inline * {
    font-size: 14px; }

/*fix inner shadow in Chrome and Safari mobile*/
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
  -webkit-appearance: none; }

textarea,
textarea.form-control {
  padding-bottom: 10px;
  padding-top: 10px; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px; }

.text_upper {
  text-transform: uppercase; }

.al_center {
  text-align: center; }

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

.title_main_section {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 36px;
  padding-bottom: 20px; }

.title_main_section,
.title_main_section span,
.title_main_section strong,
#pagenotfound h1 span {
  position: relative; }

  @media (max-width: 550px) {
.formdestock {
  display: none
}}

@media (min-width: 550px) {
.formmovil {
  display: none
}}

.title_main_section span:before,
.title_main_section span:after,
.title_main_section strong:before,
.title_main_section strong:after,
.title_topbanner strong:before,
.title_topbanner strong:after {
  content: '';
  display: block;
  border-top-style: solid;
  border-top-width: 2px;
  width: 100px;
  height: 0;
  position: absolute;
  left: -160px;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.title_main_section:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 74px;
  height: 0;
  border-top-style: double;
  border-top-width: 4px;
  margin: 0 auto; }

.title_main_section.white_clr span:before,
.title_main_section.white_clr span:after,
.title_main_section.white_clr:after {
  opacity: 0.65; }

.title_topbanner strong:before,
.title_topbanner strong:after {
  width: 145px;
  border-top-width: 2px; }

.title_main_section span:after,
.title_main_section strong:after,
.title_topbanner strong:after {
  left: auto;
  right: -160px; }

.title_main_section.white_clr {
  color: #ffffff; }

.undertitle_main {
  font-size: 14px;
  text-align: center;
  padding-bottom: 14px;
  text-transform: uppercase;
  line-height: 1.5; }

.page_product_box h3 {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

.info-title {
  font-weight: bold;
  color: #333333;
  padding-bottom: 20px; }

.info-account {
  margin: -4px 0 24px 0; }

.main-page-indent {
  margin-bottom: 30px; }

.page-heading {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d4d4;
  overflow: hidden; }

.textocabeceracarrito {
  font: 900 18px/23px "Open Sans", sans-serif;
  color: #555454;
  padding: 0px 0px 0px 0px;
  margin-bottom: 80px;
  text-align: center;
  overflow: hidden; }

.textocabeceracarritoverde{
  color: #a1c65c ;
}
@media (max-width: 414px) {
.textocabeceracarrito {
  font: 900 15px/18px "Open Sans", sans-serif;
  color: #555454;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden; }

.textocabeceracarritoverde{
  color: #a1c65c ;
}}

.page-heading span.heading-counter {
  font: bold 13px/22px Arial, Helvetica, sans-serif;
  float: right;
  color: #333333;
  text-transform: none;
  margin-bottom: 30px; }

.page-heading span.lighter {
  color: #9c9c9c; }

.page-heading.bottom-indent {
  margin-bottom: 16px; }

.page-heading.product-listing {
  border-bottom: none;
  margin-bottom: 0; }

.page-subheading {
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  padding: 0 0 15px;
  line-height: normal;
  text-align: center; }

.page-product-heading {
  color: #555454;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d6d4d4;
  border-bottom: none;
  background: #fbfbfb; }

@media (max-width: 991px) {
  .title_main_section {
    font-size: 47px; }

  .title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
    width: 5pc; }

  .title_main_section span:before,
  .title_main_section strong:before {
    left: -90pt; }

  .title_main_section span:after,
  .title_main_section strong:after {
    right: -90pt; } }
@media (max-width: 768px) {
  .page-heading span.heading-counter {
    display: block;
    float: none;
    margin-top: 10px; }

  .title_main_section {
    font-size: 35px;
    margin-bottom: 25px; }

  .title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
    width: 70px; }

  .title_main_section span:before,
  .title_main_section strong:before {
    left: -75pt; }

  .title_main_section span:after,
  .title_main_section strong:after {
    right: -75pt; }

  .undertitle_main {
    font-size: 9pt; } }

@media (max-width: 640px) {
  .title_main_section {
    font-size: 25px; } }
@media (max-width: 579px) {
  .title_main_section span:after,
  .title_main_section span:before,
  .title_main_section strong:after,
  .title_main_section strong:before {
    display: none; }

  .page-heading .heading-counter {
    display: block;
    float: none; }

  .page-subheading {
    font-size: 13px; }

  .title_main_section {
    padding-bottom: 10px; } }
@media (max-width: 480px) {
  .title_main_section {
    font-size: 18px; }

  .trinagle_section_bottom:after,
  .trinagle_section_top:before {
    height: 200px; } }
/* mobile */
@media (max-width: 414px) {
  .title_main_section {
    font-size: 35px;
    padding-bottom: 28px;
    text-align: left; }
    .title_main_section:after {
      margin: 0; }

  .undertitle_main {
    line-height: 1.5;
    text-align: left; } }
/* panel group */
.panel-default {
  overflow: hidden; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc;
  padding-left: 15px; }

.rte ol {
  list-style-type: decimal;
  padding-left: 15px; }

.breadcrumb {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  margin: 25px 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 10px; }

.breadcrumb .navigation-pipe {
  display: inline-block;
  width: 15px;
  text-align: center; }

.breadcrumb a {
  display: inline-block;
  position: relative;
  z-index: 2; }

@media (max-width: 579px) {
  .breadcrumb {
    font-size: 10px; } }
/* mobile */
@media (max-width: 414px) {
  .breadcrumb {
    display: none; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0 10px 0;
  height: 47px !important;
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent; }

.form-control:focus {
  outline: none; }

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

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

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

.form-group label {
  line-height: 2; }

.radio-inline {
  white-space: nowrap; }

label {
  color: #333333;
  padding-bottom: 0;
  white-space: normal; }

.radio label,
.checkbox label {
  padding-left: 0px; }

.checkbox {
  line-height: 16px;
  white-space: nowrap; }

div.checkbox {
  margin-bottom: 10px; }

.checkbox label {
  color: #777777; }

.formp-grou.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 12px no-repeat #fff1f2; }

.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 12px no-repeat #ddf9e1; }

.form-group.form-error .form-control,
.form-group.form-ok .form-control {
  padding-right: 30px; }

.radio-inline,
.checkbox {
  padding-left: 0; }

.radio-inline .checker,
.checkbox .checker {
  float: left; }

.radio-inline .checker span,
.checkbox .checker span {
  top: 0px; }

.radio-inline .radio,
.checkbox .radio {
  display: inline-block; }

.radio-inline .radio span,
.checkbox .radio span {
  float: left;
  top: 0px; }

.nav.nav-tabs {
  border-style: solid;
  border-width: 1px;
  background: transparent;
  display: inline-block;
  margin-bottom: 58px; }

.nav.nav-tabs > li {
  margin-bottom: 0;
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
  margin: -1px; }

.nav.nav-tabs > li a {
  display: block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  border-radius: 0; }

.tab-content {
  margin-top: 20px; }

@media (min-width: 580px) {
  .nav.nav.nav-tabs > li:last-child {
    border: none; } }
@media (max-width: 991px) {
  .nav.nav.nav-tabs > li a {
    font-size: 9pt;
    padding: 0 25px; } }
/*------- header -----*/
.header-container {
  background: #ffffff; }

header {
  width: 100%; }

header .banner {
  background: #000000;
  max-height: 100%; }

header .banner .row {
  margin: 0px; }

header .nav {
  line-height: 37px;
  padding: 8px 0; }
  @media screen and (max-width: 567px) {
    header .nav {
      padding-bottom: 0; } }

header .nav nav {
  width: 100%;
  position: relative;
  z-index: 2; }

header .row {
  position: relative; }

header .row > .container {
  position: relative; }

#header {
  width: 100%;
  z-index: 3; }

.main_panel {
  position: relative;
  padding-top: 0px;
  border-top-style: solid;
  border-top-width: 0px; }

.main_panel > .container > .row {
  position: static; }

/* header */


#header_logo a {
  display: block;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 0px }

@media (min-width: 1025px) {
#header_logo a {
  display: block;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 8px;
  margin-left: 100px } }


#header_logo span {
  font-size: 30px;
  line-height: 1;
  padding-left: 9px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }

#header_logo span i {
  font-weight: 900;
  font-style: normal; }

#header_logo img {
  display: inline-block;
  vertical-align: middle; }

/* fixing */
.fixedHeader {
  -webkit-transform: translateY(-54px);
  transform: translateY(-54px); }

header#header.fixedHeader{
  margin-top: 37px
}

.fixedHeader #header_logo span {
  font-size: 18px;
  padding-left: 0; }

.fixedHeader .main_panel {
  padding: 0px 0;
  border-top-style: solid;
  border-top-width: 1px;
  background: #333333;
  background: rgba(0, 0, 0, 0.8); }


 @media (min-width: 1025px) and (max-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: -47px; } }


 @media (min-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 0px; } }


@media (max-width: 1199px) {
  .main_panel {
    padding-top: 50px; } }
@media (max-width: 991px) {
  .main_panel {
    padding-top: 30px; } }
@media (max-width: 1024px) {
  .scroll-lock {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%; }
    .scroll-lock body {
      overflow: hidden; }

  #header_logo {
    display: inline-block;
    text-align: center;
    float: right;
    width: auto;
    line-height: inherit;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background-color: #000; }
    #header_logo a {
      line-height: inherit;
      display: inline-block;
      position: relative;
      z-index: 4; }
    #header_logo img {
      max-width: 120px;
      max-height: 30px;
      text-align: center;
      display: inline-block;
      line-height: inherit;
      margin: 0;
      width: auto; }

  #header {
    margin: 0;
    padding: 0;
    line-height: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 4; }
    #header .row {
      height: 48px;
      position: static;
      width: auto;
      text-align: center;
      margin: auto; }
    #header .clearfix:before, #header .clearfix:after,
    #header .container-fluid:before,
    #header .container-fluid:after,
    #header .container:before,
    #header .container:after,
    #header .row:before,
    #header .row:after {
      content: none; }
    #header .nav nav.clearfix {
      text-align: center;
      line-height: inherit;
      position: static; }

  #topMain {
    display: inline-block;
    line-height: inherit;
    width: auto;
    position: static;
    vertical-align: top; }

  #header .main_panel {
    padding-top: 0;
    display: inline-block;
    line-height: inherit;
    width: auto;
    position: static; }
    #header .main_panel .inner_main_panel {
      position: static;
      padding: 0; }
      #header .main_panel .inner_main_panel:before {
        display: none; }

  #topMain .container, .main_panel .container {
    padding: 0;
    line-height: inherit;
    width: auto;
    position: static;
    text-align: center;
    margin: auto; } }
.wrap_two_lines {
  background-repeat: no-repeat;
  background-position: center top;
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  clear: both; }

.footer_line_one {
  padding: 48px 0 31px; }

.footer_line_one .container > .row {
  position: relative; }

.footer_line_one:before {
  content: '';
  display: block;
  border-top-style: solid;
  border-top-width: 1px;
  position: absolute;
  top: 0;
  width: 1140px;
  margin: 0 auto;
  left: 0;
  right: 0; }

.footer_line_middle {
  padding-left: 0;
  padding-right: 0; }

.footer_line_two #paiement_logo_block_left {
  position: absolute;
  right: 15px;
  z-index: 2;
  line-height: 1;
  top: 100%;
  margin-top: 73px; }

#paiement_logo_block_left a {
  display: block; }

.footer_line_two {
  color: #ffffff;
  position: static !important; }

.-relative {
  position: relative; }

.footer_line_two > .row {
  position: static;
  padding: 66px 0 38px; }

.footer_line_two a {
  color: #ffffff; }

.footer_line_two h4 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1; }

.footer_line_two h4 a:hover {
  color: #ffffff; }

.footer_line_two .toggle-footer li {
  text-transform: uppercase;
  position: relative;
  padding-left: 13px;
  line-height: 1.2;
  margin-bottom: 15px; }

.footer_line_two .toggle-footer li:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-width: 3px;
  border-left-color: #ffffff;
  position: absolute;
  top: 4px;
  left: 0; }

.footer_line_two .toggle-footer li a {
  font-size: 12px; }

.footer_line_two .bottom-footer {
  position: absolute;
  bottom: -55px;
  left: 0;
  display: none; }

.footer_line_two .bottom-footer div {
  padding: 15px 0 0 0;
  width: 100%;
  border-top: 1px solid #515151; }

.copyright {
  clear: both;
  position: relative;
  padding-top: 54px; }

.copy_a {
  line-height: 2.4;
  float: left;
  font-weight: 300;
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .copy_a {
    font-size: 12px; } }

.copyright .inner_copyright {
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 18px 0; }

.copyright a span {
  text-transform: uppercase;
  font-weight: 400; }

.copyright a:hover .travel_foot span {
  color: #ffffff; }

.footer_line_middle {
  padding: 0; }

.toggle-footer.open {
  position: static;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transform: translateY(0px); }

.toggle-footer {
  transform: translateY(-100px);
  opacity: 0;
  position: absolute;
  visibility: hidden;
  will-change: transform; }

h4 ~ .toggle-footer {
  transition: transform .3s, visibility .3s, opacity .3s;
  margin: 0; }

.blockcategories_footer ul ul {
  display: none; }

.paiement_logo_block li {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  margin-right: 5px; }

@media (min-width: 769px) {
  #footer h4:after {
    display: none; } }
@media (max-width: 1199px) {
  .footer_line_two h4 {
    font-size: 14px; } }
@media (max-width: 991px) {
  .footer_line_two #paiement_logo_block_left {
    margin-top: 63px; }

  .footer_line_two h4 {
    font-size: 13px; }

  .footer_line_two ul li a {
    font-size: 11px; }

  .footer_line_two ul li:before {
    top: 5px; }

  .copyright a {
    font-size: 9pt; }

  .copyright .inner_copyright {
    padding: 10px 0; } }
@media (max-width: 768px) {
  .footer_line_two #paiement_logo_block_left {
    margin-top: 67px; }

  .paiement_logo_block li {
    font-size: 25px;
    margin-right: 1px; }

  #footer .footer_line_two h4 {
    border-bottom: 1px solid;
    cursor: pointer;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 1 }

  #footer .footer_line_two .active {
    border-bottom: none; }

  #footer .footer_line_two h4:after {
    display: block;
    position: absolute;
    right: 15px;
    top: 1px; }

  #footer .footer_line_two .footer_logo h4:after {
    display: none; }

  #footer {
    background: #030404; }

  .copyright .inner_copyright {
    height: 56px; }

  #paiement_logo_block_left img {
    height: 27px;
    width: 40px; }

  .copyright {
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 56px; }

  .copyright a {
    font-size: 11px; } }
/* mobile */
@media (max-width: 768px) {
  .footer_line_one {
    padding-bottom: 18px; }

  .footer_line_two > .row {
    padding: 18px 0 40px; }

  .copyright {
    margin-top: 0; } }
@media (max-width: 640px) {
  .copyright a {
    text-align: center; }

  .copyright a {
    width: 100%; }

  .copyright .inner_copyright {
    height: auto; } }

@media (max-width: 480px) {
  .footer_line_two #paiement_logo_block_left {
    left: 0;
    margin-top: 70px;
    right: 0;
    text-align: center; }

  .copyright {
    text-align: center; }
    .copyright .inner_copyright {
      padding: 43px 0 10px; }

  .copy_a {
    float: none; } }
#back-top {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  right: 0;
  left: 0;
  width: 77px;
  height: 100%;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  z-index: 100000;
  text-align: center; }

#back-top a i {
  width: 16px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  line-height: 1; }

#back-top a {
  display: block;
  width: 100%;
  font-size: 18px; }

@media (max-width: 768px) {
  #back-top {
    top: -100%; } }
@media (max-width: 640px) {
  #back-top {
    height: 54px;
    top: -55px; } }
/* color schemes */
.bx-wrapper {
  position: relative; }

.easycarousels .bx-wrapper {
  margin: 0 auto !important; }

.tab-content > .tab-pane .bx-wrapper {
  position: static; }

.tab-content > .tab-pane {
  display: none !important;
  margin: 0;
  position: static; }

.tab-pane .link_more {
  position: relative; }

.tab-pane .link_more .btn {
  display: table;
  margin: 0 auto; }

.tab-pane .link_more:before {
  border-bottom-style: double;
  border-bottom-width: 4px;
  content: '';
  display: table;
  margin: 30px auto 40px;
  width: 78px; }

#bxslider1.owl-carousel,
.accessories-block .owl-carousel,
.tab-content .owl-carousel.product_list {
  position: static; }

.theme-carousel .grid_arrows .bx-controls-direction {
  position: absolute;
  right: 0;
  top: 0; }
  .column .theme-carousel .grid_arrows .bx-controls-direction {
    top: -68px;
    right: 15px; }

.single_carousel .grid_arrows .bx-controls-direction {
  right: 0;
  top: -115px;
  left: 0;
  text-align: center; }
  .single_carousel .grid_arrows .bx-controls-direction a {
    float: none !important; }

@media (max-width: 480px) {
  .single_carousel .grid_arrows .bx-controls-direction {
    top: -157px; } }
.column .single_carousel .grid_arrows .bx-controls-direction {
  top: -69px; }

.single_carousel .title_main_section {
  margin-bottom: 93px; }

.manufacturers.single_carousel .title_main_section {
  margin-bottom: 36px; }

.single_carousel.easycarousel {
  margin-top: 76px; }

.theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a.bx-prev {
  border-right-width: 0; }

.theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a {
  border-style: solid;
  border-width: 1px;
  bottom: 0 !important;
  float: left;
  font-size: 22px;
  height: 2pc;
  left: 0 !important;
  line-height: 27px;
  position: relative;
  right: 0 !important;
  text-align: center;
  top: 0 !important;
  width: 2pc; }

.tab-content .active {
  display: block !important; }

.theme-carousel .bx-wrapper .bx-controls-direction a {
  overflow: visible;
  font-size: 53px;
  line-height: 1;
  bottom: 0;
  display: inline-block;
  height: 67px;
  margin: auto 0;
  position: absolute;
  top: 0; }

.theme-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 15px; }

.theme-carousel .bx-wrapper .bx-controls-direction a.bx-next {
  right: 15px; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  float: left;
  height: 10px;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: relative;
  width: 10px; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  float: left;
  font-size: 0; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: 0 0; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:before {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  bottom: 0;
  content: '';
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  width: 8px; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a.active:before,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover:before {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  height: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0; }

.theme-carousel .man-sup-arrows .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -40px; }

.theme-carousel .man-sup-arrows .bx-wrapper .bx-controls-direction a.bx-next {
  right: -40px; }

@media (min-width: 1250px) {
  .theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -40px; }

  .theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a.bx-next {
    right: -40px; } }
@media (max-width: 1249px) {
  .man-sup-arrows.block_content:not(.scroll-x-wrapper) {
    padding: 0 40px; } }
@media (max-width: 579px) {
  .theme-carousel .in_tabs .tab-content > .tab-pane .bx-controls-direction {
    display: table;
    font-size: 0;
    left: 0;
    right: 0 !important;
    text-align: center;
    top: -52px;
    width: 100%; }

  .theme-carousel .grid_arrows .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    float: none; } }
.column .carousel_title {
  padding: 0 80px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.easycarousels {
  margin: auto; }

.theme-carousel {
  clear: both; }

/* fix double arrows*/
.bx-viewport:first-child .bx-controls {
  display: none !important; }

/* mobile */
@media (max-width: 414px) {
  .manufacturers.single_carousel .title_main_section,
  .single_carousel .title_main_section {
    margin-bottom: 25px; }

  #product .single_carousel {
    margin: 25px 0 0; } }
.box {
  background: #fbfbfb;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.box p {
  margin-bottom: 0; }

.box-small {
  padding: 9px 10px 9px 20px; }

.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto; }

@media (max-width: 579px) {
  .box li {
    font-size: 9pt; }

  .box {
  background: #fbfbfb;
  padding:0;
  margin: 0 0 30px 0;
  line-height: 23px;
  border-style: solid;
  border-width: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; } }
.fancybox-skin {
  background: #ffffff;
  padding: 30px !important; }

.fancybox-skin .fancybox-close {
  width: 27px;
  height: 27px;
  background: none;
  font-weight: 300;
  font-size: 24px;
  top: 2px;
  right: 0px; }

.fancybox-outer,
.fancybox-type-iframe .fancybox-inner {
  overflow: hidden; }

.fancybox-overlay .fancybox-error {
  white-space: normal;
  word-wrap: break-word; }

.fancybox-skin .fancybox-close:hover {
  background: none; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }

#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }

#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333333; }

#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #515151; }

#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d6d4d4;
  padding: 31px 0 30px 0; }

#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }

#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }

#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px; }

#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }

#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d6d4d4;
  padding: 0 0 32px 31px;
  min-height: 108px; }

#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  top: -6px;
  margin-bottom: 12px; }

#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }

#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d4d4; }

#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px; }

#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px; }

#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px; }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d6d4d4; }

#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none; }

#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d6d4d4; }

@media (min-width: 769px) and (max-width: 1199px) {
  #manufacturers_list.grid .first-item-of-tablet-line,
  #suppliers_list.grid .first-item-of-tablet-line {
    clear: left; }

  #manufacturers_list.grid .last-tablet-line .product-container,
  #suppliers_list.grid .last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 768px) {
  #manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
    text-align: center; }

  #manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
    padding-left: 15px;
    padding-right: 15px; }

  #manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
    border: none;
    min-height: 1px;
    padding: 0; }

  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    top: 0; }

  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }

.discount i.icon-ok {
  color: #46a74e; }

.discount i.icon-remove {
  color: #f13340; }

#pagenotfound {
  height: 100%;
  width: 100%;
  background: url(../img/bg_404.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.pagenotfound #page,
.pagenotfound {
  height: 100%; }

#pagenotfound h2 {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 54px;
  line-height: 90px;
  height: 90px; }

.form_404 {
  display: none; }

#pagenotfound h2 .not_found {
  padding: 0 85px; }

#pagenotfound h2 span {
  display: inline-block; }

#pagenotfound h2 .p_404 {
  font-weight: 700;
  padding: 0 14px 0 17px;
  margin-right: 14px; }

#pagenotfound header .nav {
  display: none; }

#pagenotfound h1 {
  font-size: 10px;
  /*font-weight: 700;*/
  line-height: 1;
  /*text-transform: uppercase;*/
  margin-bottom: 73px; }

#pagenotfound .columns-container {
  background: transparent;
  padding: 220px 0 60px; }

#pagenotfound .pagenotfound {
  margin: 0 auto;
  text-align: center; }

#pagenotfound #footer {
  display: none; }

#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0; }

#pagenotfound .pagenotfound p {
  padding-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300; }

#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  height: 55px;
  padding: 26px 10px 27px; }

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

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

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

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

#pagenotfound .pagenotfound .buttons:before {
  content: '';
  display: table;
  width: 78px;
  margin: 19px auto 66px;
  border-bottom-style: double;
  border-bottom-width: 4px; }

#pagenotfound .pagenotfound .buttons a {
  display: table;
  margin: 0 auto; }

@media (min-width: 769px) {
  #pagenotfound h1 {
    font-size: 10pt; }

  #pagenotfound .columns-container {
    padding: 190px 0 50px; }

  #pagenotfound h2 {
    font-size: 35px;
    line-height: 70px;
    margin-bottom: 40px; }

  #pagenotfound .pagenotfound p {
    font-size: 25px; } }
@media (max-width: 991px) {
  .pagenotfound {
    height: auto; }

  #pagenotfound h1 {
    font-size: 5pc; }

  #pagenotfound h2 {
    font-size: 18px;
    line-height: 40px; }

  #pagenotfound h2 span {
    height: 40px; } }
@media (max-width: 768px) {
  #pagenotfound .pagenotfound label {
    display: block; }

  #pagenotfound h2 .p_404 {
    margin-right: 5px; }

  #pagenotfound h1 {
    font-size: 10px; }

  #pagenotfound .columns-container {
    padding: 150px 0; } }

@media (max-height: 680px) {
  #pagenotfound h1 {
    font-size: 10px;
    margin-bottom: 50px; }

  #pagenotfound h2 {
    font-size: 25px;
    height: 50px;
    line-height: 50px; }

  #pagenotfound h2 .not_found {
    padding: 0 2pc; }

  #pagenotfound .columns-container {
    padding: 150px 0 30px; }

  #pagenotfound .pagenotfound p {
    font-size: 20px; } }
@media (max-height: 620px) {
  html.pagenotfound {
    height: auto; } }
@media (max-width: 579px) {
  #pagenotfound h1 {
    font-size: 10pt; }

  #pagenotfound h1 span:after,
  #pagenotfound h1 span:before {
    font-size: 60px;
    height: 4pc;
    left: -70px; }

  #pagenotfound h1 span:after {
    left: auto;
    right: -70px; }

  #pagenotfound .columns-container {
    padding: 75pt 0; } }
@media (max-width: 480px) {
  #pagenotfound h2 .not_found {
    padding: 0 10px; }

  .form_404 {
    padding-right: 85px;
    position: relative; }

  .form_404 .btn {
    position: absolute;
    right: 0;
    top: 0; }

  #pagenotfound h2 {
    font-size: 14px; }

  #pagenotfound h1 {
    font-size: 10px; } }
@media (max-width: 419px) {
  #pagenotfound .columns-container {
    padding: 50px 0; } }
.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

/* color schemes */
.btn_border,
.btn_border:active,
.btn_border:hover {
  background: 0 0; }

button {
  outline: 0; }

.btn-default,
.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: 0 0;
  border: none;
  border-radius: 10px;
  border-width: 1px;
  display: inline-block;
  font: 9pt/1.5 Open Sans;
  height: auto;
  overflow: hidden;
  padding: 13px 30px 11px;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
  text-align: center; }
  .btn-default.right i,
  .button.right i,
  .button_disabled.right i,
  .button_large.right i,
  .button_large_disabled.right i,
  .button_mini.right i,
  .button_mini_disabled.right i,
  .button_small.right i,
  .button_small_disabled.right i,
  a.exclusive.right i,
  button.exclusive.right i,
  span.exclusive.right i,
  .exclusive_disabled.right i,
  .exclusive_large.right i,
  .exclusive_large_disabled.right i,
  .exclusive_mini.right i,
  .exclusive_mini_disabled.right i,
  .exclusive_small.right i,
  .exclusive_small_disabled.right i {
    padding-left: 5px;
    font-size: 13px; }
  .btn-default.left i,
  .button.left i,
  .button_disabled.left i,
  .button_large.left i,
  .button_large_disabled.left i,
  .button_mini.left i,
  .button_mini_disabled.left i,
  .button_small.left i,
  .button_small_disabled.left i,
  a.exclusive.left i,
  button.exclusive.left i,
  span.exclusive.left i,
  .exclusive_disabled.left i,
  .exclusive_large.left i,
  .exclusive_large_disabled.left i,
  .exclusive_mini.left i,
  .exclusive_mini_disabled.left i,
  .exclusive_small.left i,
  .exclusive_small_disabled.left i {
    padding-right: 5px; }
  .btn-default i.left,
  .button i.left,
  .button_disabled i.left,
  .button_large i.left,
  .button_large_disabled i.left,
  .button_mini i.left,
  .button_mini_disabled i.left,
  .button_small i.left,
  .button_small_disabled i.left,
  a.exclusive i.left,
  button.exclusive i.left,
  span.exclusive i.left,
  .exclusive_disabled i.left,
  .exclusive_large i.left,
  .exclusive_large_disabled i.left,
  .exclusive_mini i.left,
  .exclusive_mini_disabled i.left,
  .exclusive_small i.left,
  .exclusive_small_disabled i.left {
    padding-right: 5px; }
  .btn-default i.right,
  .button i.right,
  .button_disabled i.right,
  .button_large i.right,
  .button_large_disabled i.right,
  .button_mini i.right,
  .button_mini_disabled i.right,
  .button_small i.right,
  .button_small_disabled i.right,
  a.exclusive i.right,
  button.exclusive i.right,
  span.exclusive i.right,
  .exclusive_disabled i.right,
  .exclusive_large i.right,
  .exclusive_large_disabled i.right,
  .exclusive_mini i.right,
  .exclusive_mini_disabled i.right,
  .exclusive_small i.right,
  .exclusive_small_disabled i.right {
    padding-left: 5px;
    font-size: 13px; }
  .btn-default .fa-chevron-left,
  .button .fa-chevron-left,
  .button_disabled .fa-chevron-left,
  .button_large .fa-chevron-left,
  .button_large_disabled .fa-chevron-left,
  .button_mini .fa-chevron-left,
  .button_mini_disabled .fa-chevron-left,
  .button_small .fa-chevron-left,
  .button_small_disabled .fa-chevron-left,
  a.exclusive .fa-chevron-left,
  button.exclusive .fa-chevron-left,
  span.exclusive .fa-chevron-left,
  .exclusive_disabled .fa-chevron-left,
  .exclusive_large .fa-chevron-left,
  .exclusive_large_disabled .fa-chevron-left,
  .exclusive_mini .fa-chevron-left,
  .exclusive_mini_disabled .fa-chevron-left,
  .exclusive_small .fa-chevron-left,
  .exclusive_small_disabled .fa-chevron-left {
    padding-right: 5px; }
  .btn-default .fa-chevron-right,
  .button .fa-chevron-right,
  .button_disabled .fa-chevron-right,
  .button_large .fa-chevron-right,
  .button_large_disabled .fa-chevron-right,
  .button_mini .fa-chevron-right,
  .button_mini_disabled .fa-chevron-right,
  .button_small .fa-chevron-right,
  .button_small_disabled .fa-chevron-right,
  a.exclusive .fa-chevron-right,
  button.exclusive .fa-chevron-right,
  span.exclusive .fa-chevron-right,
  .exclusive_disabled .fa-chevron-right,
  .exclusive_large .fa-chevron-right,
  .exclusive_large_disabled .fa-chevron-right,
  .exclusive_mini .fa-chevron-right,
  .exclusive_mini_disabled .fa-chevron-right,
  .exclusive_small .fa-chevron-right,
  .exclusive_small_disabled .fa-chevron-right {
    padding-left: 5px; }

.btn-default.big,
.btn_border {
  padding: 19px 45px 1pc; }

.btn_border {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 0; }

.btn-default:after,
.btn-default:before,
.btn_border:after,
.btn_border:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
a.exclusive:after,
a.exclusive:before,
button.exclusive:after,
button.exclusive:before,
span.exclusive:after,
span.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 10px 10px 0 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

.btn.bt_compare:before, .btn.bt_compare:after {
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn-default:before,
.btn_border:before,
.button:before,
.button_large:before,
.button_mini:before,
.button_small:before,
a.exclusive:before,
button.exclusive:before,
span.exclusive:before,
.exclusive_large:before,
.exclusive_large_disabled:before,
.exclusive_mini:before,
.exclusive_small:before {
  border-radius: 0 0 10px 10px;
  bottom: 0;
  top: auto; }

.btn-default:after,
.btn-default:before,
.btn_border:hover:after,
.btn_border:hover:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
span.exclusive:after,
a.exclusive:after,
button.exclusive:after,
span.exclusive:before,
a.exclusive:before,
button.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
  height: 51%; }

.btn-default:hover:after,
.btn-default:hover:before,
.button:hover:after,
.button:hover:before,
.button_large:hover:after,
.button_large:hover:before,
.button_mini:hover:after,
.button_mini:hover:before,
.button_small:hover:after,
.button_small:hover:before,
a.exclusive:hover:after,
a.exclusive:hover:before,
span.exclusive:hover:after,
span.exclusive:hover:before,
button.exclusive:hover:after,
button.exclusive:hover:before,
.exclusive_large:hover:after,
.exclusive_large:hover:before,
.exclusive_large_disabled:hover:after,
.exclusive_large_disabled:hover:before,
.exclusive_mini:hover:after,
.exclusive_mini:hover:before,
.exclusive_small:hover:after,
.exclusive_small:hover:before {
  height: 0; }

.btn[disabled="disabled"],
.button_disabled,
.disabled,
.exclusive_disabled {
  -ms-filter: 'alpha(opacity=50)';
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none; }

.link-button {
  font-weight: 700; }

.btn-alter {
  cursor: pointer;
  border: none;
  padding: 12px 30px 10px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  display: inline-block;
  font: 9pt/1.5 Open Sans;
  text-transform: uppercase;
  height: auto;
  background: #a1c65c;
  color: #ffffff; }
  .btn-alter:hover {
    background: #0097cc; }
  .btn-alter:active {
    background: #007199; }

#add_to_cart button:after {
  display: inline-block; }
#add_to_cart button.added.disabled:after, #add_to_cart button.disabled:after {
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none; }

.link-button i {
  padding-right: 5px; }

.btn_sky > a, .btn_sky > span {
  display: table;
  border-spacing: 2px 0px;
  display: inline-block;
  position: relative;
  color: #ffffff; }

.btn_sky span span, .btn_sky span i, .btn_sky a span, .btn_sky a i {
  display: table-cell;
  vertical-align: middle; }
.btn_sky span span, .btn_sky a span {
  font-size: 24px;
  padding: 19px 23px;
  font-weight: 700;
  font-family: 'Open Sans';
  text-transform: uppercase; }

.btn_sky i {
  font-size: 30px;
  padding: 12px 15px; }

.tp-caption .btn.btn-default {
  line-height: 1;
  height: auto;
  padding: 15px 30px; }

.tp-caption .btn-default {
  color: #ffffff; }

@media (max-width: 991px) {
  .btn {
    font-size: 9pt; }

  .btn {
    padding-left: 9pt;
    padding-right: 9pt; } }
/* color schemes */
.not-styling {
  display: none !important; }

.styled-select .option,
.styled-select dt.option {
  text-overflow: ellipsis;
  white-space: nowrap; }

.styled-select {
  vertical-align: middle; }

.sortPagiBar .styled-select {
  display: inline-block;
  max-width: 90pt;
  width: auto; }

#layered_block_left .styled-checkbox,
#layered_block_left .styled-radio {
  left: 0;
  position: absolute;
  top: 4px; }

.styled-select {
  cursor: pointer;
  font-size: 14px;
  width: 100%; }

.styled-select select {
   }

.styled-select .dl {
  position: relative; }

.styled-select li {
  font-size: 9pt; }

.styled-select .option {
  background: #ffffff;
  box-sizing: border-box;
  float: none !important;
  overflow: hidden;
  padding: 14px 10px;
  width: 100%;
  word-wrap: break-word;
  line-height: 1; }

.styled-select dt.option {
  border-style: solid;
  border-width: 1px;
  height: 42px;
  line-height: 40px;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 20px;
  padding-top: 0;
  position: relative;
  color: #ccc; }

.filtrosproductlist {
    border-style: solid;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    border-bottom-width: 1px;
    border-right-width: 1px;
    color: #ccc;
}

.styled-select ul li.optgroup {
  background: #f5f5f5;
  cursor: default; }

.styled-select .dl i.toggle {
  bottom: 0;
  content: '';
  position: absolute;
  right: 4px;
  top: 0;
  width: 10px; }

.styled-select ul {
  background: #ffffff;
  border: 1px solid #dddddd;
  left: 0;
  margin: -1px 0 0;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  z-index: 1000; }
  .styled-select ul:not(.mobile) {
    min-width: 100%; }

.styled-select ul.above {
  bottom: 100%;
  top: auto; }

.styled-select li:not(:last-child) {
  border-bottom: 1px solid #dddddd; }

.styled-select .dl.closed ul {
  display: none; }

.styled-checkbox,
.styled-radio {
    border: 0px solid #858585;
    cursor: pointer;
    display: inline-flex;
    height: 10pt;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 10pt;
    margin-top: -3px;
}

.styled-checkbox input,
.styled-radio input {
  cursor: pointer;
  height: 100%;
  margin: auto !important;
  opacity: 1;
  position: absolute;
  width: 100%; }

.styled-radio {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.styled-checkbox.checked:before,
.styled-radio.checked:before {
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px; }

.styled-checkbox.checked:before {
  -webkit-border-radius: 0;
  background: 0 0;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 3px 3px;
  bottom: 2px;
  height: 7px;
  left: 1px;
  right: -1px;
  top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 11px; }

/* file */
.styled-file {
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 0 10px 0 0s;
  padding-top: 2px;
  height: 40px; }
  .styled-file.form-control {
    padding: 0 10px 0 0; }
  .styled-file .file-button {
    background: #a1c65c;
    color: #ffffff;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px; }
  .styled-file:hover .file-button {
    background: #33caff; }
  .styled-file .file-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 40px; }
  .styled-file input {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0; }

.sortPagiBar select {
  border-color: #dbdbdb;
  display: inline-block;
  font-size: 13px;
  height: 42px;
  max-width: 50px;
  vertical-align: top; }

.styled-select.mobile ul {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  max-width: 378px;
  padding: 0 20px 20px;
  background: #ffffff;
  border: none !important;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }

.styled-select.mobile ul .option {
  color: #000000;
  font-size: 15px !important;
  padding: 13px 0;
  white-space: normal; }

@media screen and (max-width: 380px) {
  .styled-select.mobile ul {
    left: 15px;
    right: 15px; } }
@media (max-width: 1199px) {
  .sortPagiBar select {
    height: 2pc; }

  .sortPagiBar .styled-select dt.option {
    height: 2pc;
    line-height: 30px; } }
@media (max-width: 480px) {
  .styled-select {
    max-width: 100%; }

  .sortPagiBar .styled-select {
    max-width: 130px; } }
.longest-txt {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

select,
select.form-control {
  background-image: url(../img/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 6px;
  padding: 0 19px 0 10px; }

option {
  background-color: #ffffff;
  color: #000000;
  font-size: 13px; }

/* color schemes */
table th {
  font-weight: 700; }

table td,
table th {
  padding: 9px 10px;
  text-align: left; }

@media only screen and (max-width: 768px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned,
  div.table-wrapper {
    border-right: 1px solid #cccccc;
    overflow: hidden; }

  .pinned {
    background: #ffffff;
    border-left: 1px solid #cccccc;
    left: 0;
    overflow-x: scroll;
    position: absolute;
    top: 0;
    width: 35%; }

  .pinned table {
    border-left: none;
    border-right: none;
    width: 100%; }

  .pinned table td,
  .pinned table th {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    margin-bottom: 20px;
    position: relative; }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td,
  table.responsive th {
    overflow: hidden;
    position: relative;
    white-space: nowrap; }

  table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
    display: none; } }

.trinagle_section_top,
.trinagle_section_bottom {
  position: relative; }
  .trinagle_section_top > div,
  .trinagle_section_bottom > div {
    position: relative;
    z-index: 2; }

.trinagle_section_top:before,
.trinagle_section_bottom:after {
  content: '';
  display: none;
  position: absolute;
  height: 0px;/*Se desactiva linea inclinada para incorporarla en imagenes 175px*/
  top: -90px;
  left: -20%;
  right: -20%;
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 1; }

.trinagle_section_bottom:after {
  top: auto;
  bottom: -65px; }

.twitter-box.trinagle_section_top:before,
.twitter-box.trinagle_section_top:after {
  background: #a1c65c; }

@media (min-width: 1024px) {
.clickandcollectsolomovil{
  display: none
}}

@media (max-width: 1023px) {
.clickandcollectdestock{
  display: none
}}

@media (min-width: 1024px) {
.dispositivosmoviles{
  display: none
}}

@media (max-width: 1023px) {
.solodestock{
  display: none
}
.footerproductsale{
  border-right: 0px solid #ccc;
  width: 100% !important;
  margin-top: 10px;
  font-size: 17px;

  }
.footerproductsalenoborder{
  border-right: 0px solid #ccc;
  width: 100% !important;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 17px;
  }}

@media (min-width: 2500px) {
  .trinagle_section_bottom:after,
  .trinagle_section_top:before {
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    height: 130px; }

  .trinagle_section_top:before {
    top: -50px; }

  .trinagle_section_bottom:after {
    bottom: -50px; } }
@media (min-width: 3000px) {
  .trinagle_section_bottom:after,
  .trinagle_section_top:before {
    height: 140px; } }
#pagenotfound #left_column,
#pagenotfound #right_column,
#maintenance #left_column,
#maintenance #right_column,
#module-testimonialswithavatars-testimonials #left_column,
#module-testimonialswithavatars-testimonials #right_column {
  display: none; }

#pagenotfound #center_column,
#maintenance #center_column,
#module-testimonialswithavatars-testimonials #center_column {
  width: 100%; }

/* mobile */
@media (max-width: 414px) {
  .trinagle_section_top:before, .trinagle_section_bottom:after {
    height: 40px;
    top: -28px; }

  .trinagle_section_bottom:after {
    bottom: -28px;
    top: auto; }

  .custombanners.displayBanner.trinagle_section_bottom:after {
    display: none !important; } }
/* color schemes */
.sortPagiBar {
  display: table; }

.sortPagiBar > * {
  padding: 0 10px;
  font-size: 13px;
  display: table-cell;
  vertical-align: top; }

.content_sortPagiBar:after,
.content_sortPagiBar:before {
  clear: both;
  content: '';
  display: table; }

.nbrItemPage {
  margin-left: 30px; }
  @media (min-width: 1200px) {
    .nbrItemPage {
      white-space: nowrap; } }

.nbrItemPage .clearfix > span {
  display: none; }

.sortPagiBar label {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  display: inline-block;
  font: 700 13px/42px MuseoSansCyrl700, Open Sans;
  height: 42px;
  padding: 0 10px;
  vertical-align: top; }

.selector1 {
  font-size: 0; }

.content_sortPagiBar {
  display: none;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-top-style: solid;
  border-top-width: 0px;
  border-color: #dbdbdb;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 24px 0;
  position: relative; }

.sortPagiBar.instant_search .productsSortForm {
  display: none; }

.display,
.display_m {
  font-size: 0;
  padding-left: 0;
  display: none }

#grid,
#list,
.pagination {
  border-style: solid;
  border-width: 1px;
  text-align: center; }

.display li,
.display_m li {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  position: relative;
  vertical-align: middle;
  width: 42px; }

.display li a,
.display_m li a {
  bottom: 0;
  cursor: pointer;
  height: 1pc;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1pc; }

#grid {
  border-right-width: 0; }

#list a {
  height: 14px; }

#grid a span:after,
#grid a span:before,
#grid a:after,
#grid a:before {
  background: 0 0;
  border-style: solid;
  border-width: 1px;
  content: '';
  height: 7px;
  position: absolute;
  width: 7px; }

#grid a:after,
#list a:after {
  left: 0;
  top: 0; }

#grid a:before {
  right: 0;
  top: 0; }

#grid a span:after,
#list a:before {
  bottom: 0;
  left: 0; }

#grid a span:before {
  bottom: 0;
  right: 0; }

#list a span:after,
#list a:after,
#list a:before {
  border-style: solid;
  border-width: 1px;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%; }

#list a span:after {
  bottom: 0;
  left: 0;
  margin: auto 0;
  top: 0; }

.compare-form,
#uniform-nb_item,
.selector {
  float: left; }

.bt_compare {
  padding: 0 12px !important;
  height: 42px;
  line-height: 40px;
  padding: 0 12px;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

#pagination,
#pagination_bottom {
  border: 0px; }

.pagination_previous > span {
  border-color: #dbdbdb;
  border-right-style: solid;
  border-right-width: 1px; }

.pagination_previous > span,
.pagination_next {
  border-color: #dbdbdb; }

.pagination_next {
  border-left-style: solid;
  border-left-width: 1px; }

.bottom-pagination-content,
.top-pagination-content {
  display: table-cell;
  text-align: right; }

.pagination {
  display: inline-block;
  margin: 0;
  vertical-align: bottom; }

.showall .btn span {
  font-size: 13px;
  line-height: normal;
  padding: 3px 5px 4px; }

.pagination li {
  border: none;
  float: left;
  padding: 0 12px; }

.pagination li > a,
.pagination li > span {
  background: 0 0;
  border: none;
  display: block;
  font-family: Open Sans;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0; }

.pagination_next > a,
.pagination_next > span,
.pagination_previous > a,
.pagination_previous > span {
  background: 0 0;
  display: block;
  width: 40px; }

.pagination_next,
.pagination_previous {
  padding: 0 !important; }

.pagination_next > a,
.pagination_next > span {
  border-left-style: solid;
  border-left-width: 1px; }

.pagination_previous > a,
.pagination_previous > span {
  border-right-style: solid;
  border-right-width: 1px; }

.pagination li > a span,
.pagination li > span span {
  background: 0 0;
  border: none;
  display: block;
  padding: 0; }

.active > span,
.pagination li > a:hover span {
  background: 0 0;
  border: none; }

.active > span span,
.pagination_next > a span,
.pagination_next > span span,
.pagination_previous > a span,
.pagination_previous > span span {
  background: 0 0;
  border: none;
  padding: 0; }

.pagination li b,
.showall {
  display: none; }

.pagination_next i:before,
.pagination_previous i:before {
  display: inline-block;
  font-size: 10px; }

.btn.bt_compare {
  padding-top: 11px;
  padding-bottom: 11px; }

.bottom_pagi .compare-form {
  padding-left: 0; }

.content_sortPagiBar .product-count {
  display: none !important; }

@media (max-width: 1199px) {
  .content_sortPagiBar,
  .sortPagiBar label {
    font-size: 9pt; }

  .compare-form {
    top: 7px; }

  .nbrItemPage {
    margin-left: 10px; }

  .display li,
  .display_m li {
    width: 2pc; }

  .display li a,
  .display_m li a {
    height: 14px;
    width: 14px; }

  #grid a span:after,
  #grid a span:before,
  #grid a:after,
  #grid a:before {
    height: 6px;
    width: 6px; }

  .compare-form .btn-default,
  .display li,
  .display_m li,
  .sortPagiBar label {
    height: 2pc;
    line-height: 2pc; }

  .pagination li > a,
  .pagination li > span {
    height: 30px;
    line-height: 30px; }

  .pagination_next > a,
  .pagination_next > span,
  .pagination_previous > a,
  .pagination_previous > span {
    width: 20px; }

  .compare-form .btn-default {
    padding: 0 !important;
    width: 2pc;
    height: 2pc; }

  .sortPagiBar label {
    height: 2pc;
    line-height: 2pc;
    display: none; }

  .compare-form span {
    display: none; } }
@media (min-width: 769px) and (max-width: 1199px) {
  .pagination li {
    padding: 0 5px; } }
@media (max-width: 768px) {
  .compare-form {
    padding-left: 0; }

  .pagination_next,
  .pagination_previous {
    display: none; }

  .pagination li {
    padding: 0 4px; } }

@media (max-width: 579px) {
  .content_sortPagiBar {
    padding: 15px 0; } }
/* mobile */
@media (max-width: 414px) {
  .content_sortPagiBar {
    border-top: none;
    border-color: #f0f0f0;
    display: none;
    margin: 0 -20px;
    padding: 11px 20px;
    width: auto; }
    .content_sortPagiBar .btn-column-show {
      display: inline-block;
      float: left;
      padding: 0;
      border: none;
      margin-right: 15px;
      font-size: 18px; }
    .content_sortPagiBar .styled-select dt.option {
      border: none;
      color: #8d8d8d; }

  .top-pagination-content {
    display: none; }

  .bottom_pagi .sortPagiBar {
    display: none; }

  .sortPagiBar select {
    color: #8d8d8d;
    border: none; }
    .sortPagiBar select:focus {
      box-shadow: none; }

  .pagination .pagination {
    border: none; }
  .pagination li {
    font-size: 13px;
    padding: 0 12px; }
    .pagination li > a, .pagination li > span {
      height: 60px;
      line-height: 60px;
      position: relative; }
    .pagination li.current > a, .pagination li.current > span {
      color: #ff5540; }
      .pagination li.current > a:after, .pagination li.current > span:after {
        bottom: -1px;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 2px solid #ff5540; }

  .content_sortPagiBar.bottom_pagi {
    padding-bottom: 0;
    padding-top: 0; } }
.price {
  font-size: 25px;
  white-space: nowrap;
  font-weight: bold;  }

@media (max-width: 414px) {
.price {
  font-size: 25px;
  white-space: inherit;
  font-weight: bold;  }  }

.textoprecio {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600; }

.price.product-price {
  font-size: 18px;
  font-weight: 700; }

.old-price {
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px; }
@media (max-width: 414px) {
.tag {
display: inline-block;
font-weight: 700;
font-size:0px !important;
text-transform: uppercase;
line-height: 24px;
height: 85px;
padding: 40px 15px 0 0;
position: relative;
-webkit-transform: skew(0deg);
-moz-transform: skew(0deg);
-o-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
background-image: url("../img/mano_movil.png") !important;
background-repeat: no-repeat !important;
width: 85px;
background-size: 60%;
} }

@media (min-width:415) {
  .price.product-price {
    font-size: 1pc; } }
.tag {
display: inline-block;
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
line-height: 24px;
height: 85px;
padding: 40px 15px 0 0;
position: relative;
-webkit-transform: skew(0deg);
-moz-transform: skew(0deg);
-o-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
background-image: url("../img/click_and_collect.png");
background-repeat: no-repeat !important;
width: 85px;
}


.tag-sale {
display: inline-block;
font-weight: 700;
font-size: 10px;
text-transform: uppercase;
line-height: 24px;
height: 85px;
padding: 40px 15px 0 0;
position: relative;
-webkit-transform: skew(0deg);
-moz-transform: skew(0deg);
-o-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
background-image: url("../img/venta-directa.png");
background-repeat: no-repeat !important;
width: 85px;
}

.tag span {
  display: block;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  line-height: 15px; }
@media (max-width: 414px) {
  .tag span {
  display: block;
-webkit-transform: skew(0deg);
-moz-transform: skew(0deg);
-o-transform: skew(0deg);
-ms-transform: skew(0deg);
transform: skew(0deg);
line-height: 15px;
margin-top: -10px;
margin-left: -25px; }}

.product_list .availability {
  display: none;
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 14px; }

.tag:hover {
  color: #ffffff; }

.block {
  margin-bottom: 0px; }

.block .title_block,
.block h4,
.column .single_carousel .title_block {
  line-height: 1;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative; }

.block .list-block {
  margin-top: -8px; }

.block .list-block li {
  position: relative;
  padding: 5px 0 6px 17px;
  border-top: 1px solid #d6d4d4;
  font-size: 12px; }

.block .list-block li a i {
  display: none; }

.block .list-block li a:before {
  display: inline;
  color: #333333;
  position: absolute;
  left: 0;
  top: 5px; }

.block .list-block li a:hover {
  color: #333333; }

.block .list-block li:first-child {
  border-top: none; }

.block .list-block .form-group {
  padding-top: 20px;
  border-top: 1px solid #d6d4d4;
  margin-bottom: 0; }

.block .list-block .form-group select {
  max-width: 270px; }

.block .list-block .btn {
  margin-top: 12px; }

.column-side .button {
  font-size: 13px;
  text-transform: none;
  padding: 4px 15px 4px;
  margin-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.column-side .button,
.column-side .button:after,
.column-side .button:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

@media (min-width: 769px) {
  .block .title_block:after,
  .block h4:after {
    display: none; } }
@media (max-width: 991px) {
  .block .title_block,
  .block h4 {
    margin-bottom: 25px; }

  .block .list-block li {
    font-size: 9pt;
    padding: 5px 0 6px 10px; }

  .block .list-block li a:before {
    left: 3px;
    top: 4px; } }
@media (min-width: 769px) and (max-width: 1199px) {
  .block .title_block,
  .block h4 {
    font-size: 18px; }

  .column-side .button {
    font-size: 10px;
    padding: 0 10px; } }
@media (min-width: 769px) and (max-width: 991px) {
  .block .title_block,
  .block h4 {
    font-size: 14px; } }
@media (min-width: 481px) and (max-width: 768px) {
  .column-side .block,
  .column .easycarousels {
    margin-left: auto;
    margin-right: auto;
    max-width: 5in; } }
@media (max-width: 768px) {
  .column-side {
    padding-bottom: 30px; }

  .block .title_block,
  .block h4 {
    cursor: pointer;
    position: relative; }

  .block .title_block:after,
  .block h4:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 33px; }

  #best-sellers_block_right h4:after,
  #new-products_block_right h4:after {
    display: none; }

  .block .list-block {
    margin-top: 0; }

  .block .list-block .form-group select {
    width: 270px; } }

@media (max-width: 480px) {
  .block .title_block,
  .block h4 {
    font-size: 1pc; }

  .block .title_block:after,
  .block h4:after {
    font-size: 12px;
    height: 20px;
    width: 20px; } }
/* mobile */
@media (max-width: 414px) {
  .block .title_block, .block h4 {
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 0 16px; }
    .block .title_block:after, .block h4:after {
      font-size: 13px;
      width: 40px;
      text-align: right;
      right: 0;
      line-height: 20px;
      top: -17px; }
    .block .title_block.active, .block h4.active {
      border-bottom: none; }

  .column-side .block {
    margin-bottom: 18px; }
    .column-side .block.products_block .title_block, .column-side .block.products_block h4 {
      margin-bottom: 0; } }
body.content_only {
  background: none; }

#product.content_only .pb-left-column .resetimg {
  margin-bottom: 0px;
  padding-top: 0px; }

#product.content_only .pb-left-column #thumbs_list_frame {
  margin-bottom: 0px; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d6d4d4;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333333; }

#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

#sendComment h3 {
  font-size: 14px; }

#new_comment_form .text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment .text label,
#sendComment .textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment .text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #ffffff; }

#sendComment .textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment .submit {
  padding: 0;
  text-align: right; }

#sendComment .closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px; }

.block .products-block .owl-item {
  padding-right: 1px; }

.block .products-block .item {
  text-align: center;
  padding: 7px 0 25px; }

.block .products-block .item .products-block-image {
  display: inline-block; }

.block .products-block .item .products-block-image img {
  width: 100%; }

.rate_left_product .nb-comments {
  display: none; }

.wrap_image_left {
  position: relative;
  display: block;
  text-align: center;
  border-style: solid;
  border-width: 1px; }

.rate_left_product {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2; }

.block .products-block .item {
  text-align: center; }

.block .products-block .item .product-content h5 {
  font-size: 12px;
  text-transform: uppercase;
  padding: 14px 0;
  text-align: left;
  line-height: 1.5; }

.products_block {
  position: relative; }

.products_block .owl-carousel {
  position: static; }

.products_block.block .title_block,
.products_block.block h4 {
  margin-bottom: 38px; }

#new-products_block_right h4,
#best-sellers_block_right h4 {
  padding-right: 60px; }

.products_block .owl-controls {
  position: absolute;
  top: -5px;
  right: 0; }

.products_block .owl-buttons > div {
  position: relative; }

.products_block .wrap_additional_aset {
  position: absolute;
  top: 11px;
  right: 21px;
  z-index: 2; }

.block .products-block .product-name {
  font-size: 12px; }

.block .products-block .old-price {
  position: absolute;
  top: -0.4em;
  left: 100%;
  padding-left: 5px;
  white-space: nowrap; }

.block .products-block .price {
  font-size: 18px;
  font-weight: 700; }

.block .products-block .price-box {
  text-align: center;
  float: left;
  margin-top: 10px;
  position: relative; }

.block .products-block .product-description {
  display: none; }

.product-desc{
  display: none
}

@media (max-width: 991px) {
  .products_block.block .title_block,
  .products_block.block h4 {
    margin-bottom: 25px; } }
@media (min-width: 769px) and (max-width: 1199px) {
  .block .products-block .price {
    font-size: 1pc; }

  .block .products-block .product-name {
    font-size: 11px; } }
@media (min-width: 769px) and (max-width: 991px) {
  .block .products-block li .products-block-image {
    display: inline-block;
    float: none;
    margin: 0 auto 10px;
    text-align: center; }

  .block .products-block .price {
    font-size: 14px; }

  .block .products-block .old-price {
    font-size: 11px; }

  .block .products-block .item .product-content h5 {
    padding: 8px 0; } }
/* mobile */
@media (max-width: 414px) {
  .products_block .block_content {
    margin-top: 15px; } }
.product-container,
.share_product a {
  border-style: solid;
  border-width: 0px;
  display: inline-block; }

.product-container {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.product-image-container {
  overflow: hidden;
  position: relative; }

.wrap_image_list {
  display: inline-block; }

.left-block {
  position: relative;
  text-align: center; }

.product-image-container img {
  width: 100%; }

.left-block {
  position: relative;
  overflow: hidden; }

.share_product {
  display: inline-block; }

.share_product a {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-left: 2px;
  text-align: center;
  width: 25px; }

.share_product a:first-child {
  margin-left: 0; }

.wrap_features {
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1; }

.product-container h5 {
    font-size: 13pt;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}

.reduce_tag,
.tag.price-percent-reduction {
  bottom: 11px;
  position: absolute;
  right: 14px;
  z-index: 1; }

.reduce_tag .tag.price-percent-reduction {
  position: static; }

.product-container .old-price {
  left: 100%;
  padding-left: 8px;
  position: absolute;
  top: -.5em;
  white-space: nowrap; }

.product-container .product-flags,
.product_list .color-list-container {
  /*display: none;*/ }

.wrap_view {
  font-size: 0; }

.wrap_view .ajax_add_to_cart_button,
.wrap_view a {
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 1px;
  text-align: center;
  vertical-align: top;
  width: 35px; }

.wrap_view .add_to_compare {
  overflow: hidden;
  position: relative; }

.wrap_view .add_to_compare:after,
.wrap_view .add_to_compare:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.wrap_view .add_to_compare.checked:after {
  right: 0; }

.wrap_view .add_to_compare.checked:before {
  left: 100%; }

.product_list .button-container {
  display: inline-block;
  vertical-align: top; }

.grid.category_list .product-desc,
.product_list .nb-comments,
.wrap_view .ajax_add_to_cart_button span,
.wrap_view a span {
  display: none; }

.wrap_features .tag {
  float: left;
  margin-right: 4px; }

.wrap_features .tag:last-child {
  margin-right: 0; }

@media (min-width: 769px) and (max-width: 1199px) {
  .product-container h5 {
    font-size: 11px; } }
@media (max-width: 991px) {
  .wrap_view .ajax_add_to_cart_button,
  .wrap_view a {
    height: 28px;
    line-height: 28px;
    width: 28px; }

  .product_list .tag {
    display: inline-block;
    font-weight: 700;
    font-size: 0px;
    text-transform: uppercase;
    line-height: 24px;
    background-image: url("../img/mano_movil.png") !important;
    background-repeat: no-repeat !important;
    width: 85px;
    background-size: 40%;
    margin-left: 90px;
    margin-right: -60px !important;
    } }
@media (max-width: 768px) {
  .product_list .wrap_view > .quick-view {
    display: none; }

  .product-container .old-price {
    padding-left: 0;
    position: static; }

  .price.product-price {
    font-size: 14px; }

  .old-price {
    font-size: 11px; }

  .grid .share_product {
    padding-top: 10px;
    display: none }

  .grid .content_price {
    height: 29px; }

  .grid .content_price.reduce_style {
    line-height: 24px; }

  .wrap_view .ajax_add_to_cart_button,
  .wrap_view a {
    margin: 0 3px; } }
/* mobile */
@media (max-width: 414px) {
  .wrap_features {
    top: 18px; } }
.grid .product-image-container {
  position: relative; }

.grid .left-block {
  border-style: solid;
  border-width: 0px;
  padding: 1px; }

.grid .ajax_add_to_cart_button {
  font-size: 22px; }

.grid .share_product {
  float: right;
  padding: 17px 15px 0 0;
  display: none; }

.product-container {
  padding-bottom: 19px; }

.grid .right-block {
  overflow: hidden; }

.grid .comments_note {
  bottom: 15px;
  left: 15px;
  position: absolute;
  z-index: 1; }

.grid.category_list .product-desc {
  display: none; }

.grid .wrap_view {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  display: none } /*Sedesactiva icono lupa y ojo*/

.grid .content_price {
  float: left;
  margin-top: 10px;
  position: relative; }

.grid .product-container h5 {
  line-height: 1.3;
  padding: 14px 0;
  position: relative; }

.grid .product-container h5 a {
  display: inline-block;
  height: 31px; }

.grid .product-container h5:before {
  top: 0; }

.grid .product-container h5:after {
  bottom: 0; }

@media (min-width: 769px) and (max-width: 1199px) {
  .grid .content_price {
    display: inline-block;
    float: none; } }
@media (max-width: 600px) {
  .grid .product-container {
    margin: 0 auto;
    max-width: 5in; } }
/* mobile */
@media (max-width: 414px) {
  .grid .product-container h5 {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 12px 0 0; }
    .grid .product-container h5 a {
      height: auto; }
  .grid .product-container:hover {
    border: none; }
  .grid .price.product-price {
    font-size: 18px; }
  .grid .left-block {
    border: none; } }
.list .reduce_tag,
.list .wrap_features,
.product_list.list .availability {
  right: 30px; }

.list .product-container .old-price {
  margin-left: -10px;
  padding-left: 0; }

.list .content_price,
.list .star_content {
  display: inline-block; }

.list h5 {
  padding-bottom: 15px; }

.list .product-desc {
  font-family: MuseoSansCyrl300,Open Sans;
  font-weight: 300;
  line-height: 1.5; }

.list .product-container {
  border-width: 1px;
  margin-bottom: 30px;
  padding: 15px 0; }

.list .content_price {
  margin: 20px 0;
  width: auto; }

.list .wrap_view {
  padding-bottom: 23px; }

.list .price.product-price {
  font-size: 28px; }

.list .ajax_block_product {
  margin-bottom: 30px; }

@media (max-width: 1199px) {
  .list .price.product-price {
    font-size: 19px; } }
@media (max-width: 991px) {
  .list .product-container .old-price {
    margin-left: 0;
    position: static; } }
@media (max-width: 519px) {
  .list .center-block,
  .list .left-block,
  .list .right-block {
    width: 100%; }

  .list .comments_note {
    margin-top: 15px; } }
@media screen and (min-width: 520px) {
  .list .left-block, .list .center-block, .list .right-block {
    padding-left: 5px;
    padding-right: 5px; } }

.wrap_view .add_to_compare:after {
  left: auto;
  right: 100%; }

.category_list.grid .inner-product-list {
  display: table;
  font-size: 0;
  width: 100%;
  text-align: center; }

.category_list.grid .ajax_block_product {
  display: inline-block;
  float: none;
  font-size: 14px;
  margin-bottom: 20px;
  vertical-align: top; }

@media (max-width: 519px) {
  .product_list.grid.category_list .ajax_block_product {
    width: 100%; } }
/* mobile */
@media (max-width: 414px) {
  .category_list.product_list {
    margin: 0 -20px; }
    .category_list.product_list .ajax_block_product {
      border-bottom: 1px solid #f0f0f0;
      margin-bottom: 0; }

  .category_list.grid .right-block {
    text-align: center; }
  .category_list.grid .content_price {
    float: none; }
  .category_list.grid .share_product {
    display: none; } }
.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.product-box .product-image {
  border: 1px solid #d6d4d4;
  background: #ffffff;
  padding: 5px;
  display: block;
  margin-bottom: 11px; }

.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.label {
  font-size: 75%;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
  white-space: normal;
  padding: 0 10px;
  line-height: 24px; }

.label-success {
  color: #11cf11 !important;
  font-weight: 900;
  font-size: 15px;
  display: none !important
}

.circulo{
     width: 12px;
     height: 12px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #11cf11;
     display: inline-table;
     margin-right: 10px;
   }

.label-warning {
    padding: 10px;
    color: #f40224 !important;
    border-style: solid;
    font-size: 15px;
    font-weight: 900;
}

.circulorojo {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f40224;
    display: inline-table;
    margin-right: 10px;
}

.label-danger {
  background-color: red; }

.alert {
    color: #ffffff;
    padding: 40px;
    margin-bottom: -16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 19px !important;
}
  .alert p {
    text-transform: uppercase; }
  .alert ul,
  .alert ol {
    padding: 12px 0 12px 25px;
    list-style-position: inside; }
  .alert li {
    list-style-type: decimal;
    font-weight: normal; }
  .alert.alert-success:before, .alert.alert-danger:before {
    font-size: 20px;
    float: left;
    vertical-align: -2px;
    padding-right: 7px; }

.alert-success {
  background: green; }

.alert-info {
  background: orange; }

.alert-warning {
  background: orange; }

.alert-danger {
  background: red; }

.star_content {
  line-height: 13px; }

.star {
  display: inline-block;
  margin: 0 1.6px;
  position: relative;
  vertical-align: middle;
  text-align: left;
  height: 14px;
  width: 14px;
  background: url(../img/icon/star-border.svg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover; }
  .star:before {
    content: '';
    background: url(../img/icon/star-empty.svg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    transition: background-image .2s; }
  .star.star_hover {
    cursor: pointer; }
  .star.star_hover:before, .star.star_on:before {
    background-image: url(../img/icon/star-on.svg); }
  .star a {
    font-size: 0;
    opacity: 0; }

/* cancel */
.cancel {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-size: 15px; }
  .cancel a {
    display: block; }

@media (min-width: 415px) {
  .step {
    margin-bottom: 30px;
    overflow: hidden;
    clear: both; }

  .step li {
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    float: left;
    text-align: left;
    width: 20%; }

  .step li a,
  .step li span,
  .step .step_current span,
  .step .step_current_end span {
    display: block;
    padding: 13px 0px 14px 13px;
    color: #333333;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    position: relative; }

  .step .first,
  .step .first {
    padding-left: 13px; }

  .step li b {
    position: relative;
    z-index: 1; }

  .step li a:focus,
  .step li span:focus,
  .step .step_current span:focus,
  .step .step_current_end span:focus {
    text-decoration: none;
    outline: none; }

  .step .first {
    border-left-width: 1px; }

  .step .first span,
  .step .first a {
    z-index: 2;
    padding-left: 13px; }

  .step .second span,
  .step .second a {
    z-index: 1; }

  .step .step_current {
    border-color: 0;
    font-weight: bold; }

  .step .step_current span {
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    position: relative; }

  .step .step_current_end {
    font-weight: bold; }

  .step .step_todo {
    background: #f1f1f1; }

  .step .step_todo span {
    display: block;
    border: 1px solid;
    border-color: transparent;
    color: #333333;
    position: relative; }

  .step .step_done {
    background-color: #cccccc;
    border-color: transparent; }

  .step .step_done a {
    border: 1px solid;
    border-color: transparent;
    position: relative;
    text-shadow: none; }

  .step li em {
    font-style: normal; } }
@media (min-width: 769px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center; }

  #pagenotfound h1 {
    font-size: 10px; }

  #pagenotfound .columns-container {
    padding: 190px 0 50px; }

  #pagenotfound h2 {
    font-size: 35px;
    line-height: 70px;
    margin-bottom: 40px; }

  #pagenotfound .pagenotfound p {
    font-size: 25px; }

  .step {
    border-radius: 4px; }

  .step .first,
  .step .first a,
  .step .first span {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

  .step .last,
  .step .last span {
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

  .wrap_up_down_cart {
    float: left;
    z-index: 1; } }
@media (min-width: 992px) {
  .step .step_done a {
    padding-left: 38px; }

  .step .step_current,
  .step .step_todo span {
    padding-left: 30px; } }
@media (max-width: 768px) and (min-width: 415px) {
  #center_column .step li {
    padding-left: 0; }

  .step li {
    border-left-width: 1px;
    width: 100%; }

  .step .step_done,
  .step li {
    border-bottom: 1px solid #e2e2e2; }

  .step #step_end,
  .step .step_dones.step_done_last {
    border: none; } }
@media (max-width: 1199px) and (min-width: 415px) {
  .step .step_current span,
  .step .step_current_end span,
  .step li a,
  .step li span {
    font-size: 13px; } }
@media (min-width: 769px) and (max-width: 991px) {
  .step #step_end:after,
  .step .step_current:after,
  .step .step_done_last:after,
  .step li em {
    display: none; }

  .step li {
    position: relative; }

  .step li:after {
    background: #e2e2e2;
    bottom: -2px;
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 1px; } }
@media (max-width: 414px) {
  .wrapper-steps {
    border-bottom: 1px solid #f6f6f6;
    margin: 0 -15px 20px;
    padding: 0 15px 0;
    white-space: nowrap;
    overflow: hidden; }

  .step {
    padding-bottom: 40px;
    transform: translateY(18px);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .step li {
      background: none !important;
      color: #737171;
      display: inline-block;
      padding-right: 21px;
      vertical-align: top;
      line-height: 1; }
      .step li a:after, .step li span:after {
        content: '\f105';
        font-family: fontello;
        font-size: 16px;
        padding-left: 25px;
        vertical-align: middle;
        background: none !important; }
      .step li.step_current {
        color: #a1c65c; }
    .step .last a:after, .step .last span:after {
      display: none; }
    .step em {
      border: 1px solid;
      border-radius: 50%;
      display: inline-block;
      height: 25px;
      line-height: 25px;
      margin-right: 2px;
      text-align: center;
      width: 25px; }
    .step b {
      font-weight: 400; } }
#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #ffffff; }
  #order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }
  #order_carrier span {
    display: block;
    padding: 15px;
    font-weight: bold; }

.delivery_option_carrier td {
  width: 200px; }
  .delivery_option_carrier td + td {
    width: 280px; }
    .delivery_option_carrier td + td + td {
      width: 200px; }
.delivery_option_carrier tr td {
  padding: 5px; }
.delivery_option_carrier.selected {
  display: table; }

#order .delivery_option > div, #order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table, #order-opc .delivery_option > div > table {
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume, #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier, #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        border: 1px solid #dfdfdf;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i, #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        width: 97px; }
      #order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #333333; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #ffffff; }
  #carrierTable tbody {
    border-bottom: 1px solid #999999; }
  #carrierTable th {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #ffffff;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999; }
  #carrierTable td {
    padding: 15px;
    font-weight: bold;
    border-right: 1px solid #e2dede; }
    #carrierTable td.carrier_price {
      border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333333; }

@media (min-width: 769px) {
  #order .terms, #order-opc .terms {
    display: none; } }
@media (max-width: 768px) {
  #order .delivery_option > div > table.resume td, #order-opc .delivery_option > div > table.resume td {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    padding: 47px 9px; }
  #order .delivery_option > div > table.resume strong, #order-opc .delivery_option > div > table.resume strong {
    font-weight: 600; }
  #order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 25px; }
  #order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    text-align: center;
    width: 128px; }
    #order .delivery_option > div > table.resume td.delivery_option_logo + td, #order-opc .delivery_option > div > table.resume td.delivery_option_logo + td {
      width: 105px; }
  #order .delivery_option > div > table.resume td.delivery_option_price, #order-opc .delivery_option > div > table.resume td.delivery_option_price {
    text-align: center;
    width: 55px; }
  #order #message, #order-opc #message {
    height: 44px; }
  #order .terms, #order-opc .terms {
    border-top: 1px solid #dfdfdf;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    margin: 0 -18px 25px;
    padding: 30px 18px 0; }
    #order .terms + .box, #order-opc .terms + .box {
      margin: 0;
      padding: 25px 30px; }
      #order .terms + .box p, #order-opc .terms + .box p {
        margin: 0; } }
/* mobile */
@media (max-width: 667px) {
  #order .delivery_option .styled-radio:before, #order-opc .delivery_option .styled-radio:before {
    background: #e73c66; }
  #order .delivery_option > div > table td, #order-opc .delivery_option > div > table td {
    border-color: #cccccc; }
  #order .delivery_option > div > table.resume td.delivery_option_radio, #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 54px; }
  #order .delivery_option > div > table.resume td.delivery_option_logo, #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 50px; }
  #order .terms, #order-opc .terms {
    max-width: 250px; } }
.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  text-align: center;
  height: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 0 3px 3px 0;
  border: none;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  width: 100%;
  position: absolute;
  padding-left: 26px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.cart_quantity .cart_quantity_button a {
  height: 20px;
  line-height: 20px;
  width: 20px;
  display: block;
  background: #f4f4f4;
  text-align: center; }
  .cart_quantity .cart_quantity_button a + a {
    margin-right: 0; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 88px; }

.quantity_item .wrap_up_down a:hover {
  background: #a1c65c !important;
  border-color: transparent !important;
  color: #ffffff !important; }
.quantity_item .wrap_up_down a i {
  font-style: normal;
  color: #f4f4f4; }
.quantity_item .wrap_up_down a:hover i {
  color: #ffffff; }
.quantity_item .wrap_up_down {
  position: relative;
  z-index: 1;
  float: left; }

.quantity_item {
  display: inline-block;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  width: 100%;
  position: relative; }
  .quantity_item .product_quantity_up {
    border-right: 1px solid #e0e0e0; }
  .quantity_item .product_quantity_down {
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; }

.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
  padding: 5px; }
.table tfoot > tr > td {
  vertical-align: middle; }

.cart_quantity_delete, .price_discount_delete {
  font-size: 18px;
  color: #000000; }
  .cart_quantity_delete:hover, .price_discount_delete:hover {
    color: #333333; }

#cart_summary .gift-icon {
  color: #ffffff;
  background: #a1c65c;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }
#cart_summary tbody td {
  padding: 7px 8px 9px 8px; }
#cart_summary .cart_product {
  padding: 7px;
  width: 137px; }
  #cart_summary .cart_product a {
    display: inline-block; }
  #cart_summary .cart_product img {
    display: inline-block;
    height: auto;
    max-width: 100%; }
#cart_summary .old-price {
  font-size: inherit;
  padding-left: 0; }
  #cart_summary .old-price:before {
    display: none; }
#cart_summary .cart_unit .price span {
  display: inline-block; }
  #cart_summary .cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block; }
  #cart_summary .cart_unit .price span.old-price {
    text-decoration: line-through;
    display: none; }
#cart_summary .cart_description small {
  display: block;
  padding: 5px 0 0 0;
  font-size: 13px; }
#cart_summary .cart_total {
  text-align: left; }
#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit {
  font-weight: bold;
  color: #333333;
  text-align: right;
  font-size: 18px; }
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
  color: #333333; }
#cart_summary tfoot td.price {
  text-align: right; }
@media (min-width: 769px) {
  #cart_summary tfoot td.total_price_container span {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; } }
@media (min-width: 769px) {
  #cart_summary tfoot td#total_price_container {
    font-size: 21px;
    color: #333333; } }
#cart_summary .stock-management-on tbody td.cart_description {
  width: 320px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    /*padding: 7px 0 10px 0;*/ }
  .cart_voucher .title-offers {
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: calc(95% - 100px);
      height: 42px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #f4f4f4; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px; }

@media (max-width: 1199px) {
  .cart_description .product-name a {
    font-size: 15px; } }
/* tablet and mobile */
@media (max-width: 768px) {
  #order #order-detail-content, #order-opc #order-detail-content {
    border: none;
    overflow: visible;
    margin-bottom: 30px; }

  #cart_summary table,
  #cart_summary thead,
  #cart_summary tr,
  #cart_summary th,
  #cart_summary td {
    display: block; }
  #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #cart_summary td {
    border: none;
    position: relative;
    white-space: normal; }
  #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #cart_summary tfoot td:before {
      display: inline; }
  #cart_summary tfoot .text-right,
  #cart_summary tfoot tr tbody .cart_unit {
    display: block;
    float: left;
    width: 50%; }

  .cart_quantity {
    clear: both;
    padding: 9px 8px 11px 18px; }

  #cart_title {
    display: none; }

  #cart_summary {
    border: none; }
    #cart_summary tbody tr {
      padding: 20px 0 14px; }
      #cart_summary tbody tr:not(:last-child) {
        border: none; }
    #cart_summary .cart_product {
      padding: 0;
      width: 94px; }
      #cart_summary .cart_product img {
        border: 1px solid #f2f2f2; }
    #cart_summary .cart_avail {
      clear: none; }
      #cart_summary .cart_avail .label {
        background: none;
        color: #000000;
        font-size: 11px;
        padding: 0; }
    #cart_summary .cart_description .product-name a {
      color: #000000;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase; }
    #cart_summary tbody .price {
      text-align: left; }
    #cart_summary .price {
      white-space: normal; }
      #cart_summary .price > span, #cart_summary .price > li {
        display: inline-block;
        font-size: 16px;
        padding: 0;
        vertical-align: baseline; }
        #cart_summary .price > span:first-child, #cart_summary .price > li:first-child {
          font-weight: 700; }
    #cart_summary tfoot .price > span:first-child, #cart_summary tfoot .price > li:first-child {
      font-size: inherit;
      font-weight: 400; }
    #cart_summary .cart_total {
      display: inline-table; }
    .cart_quantity {
      padding: 7px 0 7px 104px; }
      .cart_quantity .quantity_item {
        border: none;
        border-radius: 0;
        background: none;
        width: 120px;
        text-align: center; }
      .cart_quantity .quantity_item .wrap_up_down {
        float: right;
        width: 40px;
        position: static; }
        .cart_quantity .quantity_item .wrap_up_down:before, .cart_quantity .quantity_item .wrap_up_down:after {
          display: none; }
      .cart_quantity .cart_quantity_input {
        border-radius: 0;
        border: 1px solid #dadada;
        border-right: none;
        height: 46px;
        width: 80px;
        position: static;
        padding: 0 5px;
        line-height: 1;
        display: inline-block;
        font-size: 16px; }
        .cart_quantity .cart_quantity_input.form-control {
          background: none; }
      .cart_quantity .cart_quantity_button a {
        background-color: transparent;
        display: inline-block;
        height: 23px;
        width: 100%;
        text-align: center;
        line-height: 23px;
        font-size: 16px;
        border: 1px solid #dadada; }
        .cart_quantity .cart_quantity_button a:hover {
          color: #ffffff !important; }
      .cart_quantity .cart_quantity_button .cart_quantity_up {
        position: relative;
        z-index: 1;
        border-bottom-width: 0; }
      .cart_quantity .cart_quantity_button .cart_quantity_down {
        position: relative;
        z-index: 1; }
    #cart_summary tfoot tr:before, #cart_summary tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    #cart_summary tfoot tr td, #cart_summary tfoot tr .cart_unit, #cart_summary tfoot tr .cart_total, #cart_summary tfoot tr .price, #cart_summary tfoot tr .text-right {
      color: #000000;
      font-size: 13px;
      padding: 0;
      width: 100%;
      text-align: left; }
    #cart_summary tfoot tr .text-right {
      font-weight: 600; }
    #cart_summary tfoot tr .price {
      text-align: left; }

  #HOOK_SHOPPING_CART #loyalty {
    color: #5f5f5f;
    font-size: 13px;
    line-height: 2;
    margin: 30px 0 15px; }
    #HOOK_SHOPPING_CART #loyalty b, #HOOK_SHOPPING_CART #loyalty strong {
      font-weight: 600; }
    #HOOK_SHOPPING_CART #loyalty i {
      display: none; } }
/* tablet */
@media (max-width: 768px) and (min-width: 668px) {
  #cart_summary tbody tr {
    display: flex;
    justify-content: space-between;
    padding: 35px 0; }
  #cart_summary tbody td {
    padding: 0; }
  #cart_summary .cart_product {
    order: 1; }
  #cart_summary .cart_unit {
    order: 2;
    max-width: 80px; }
  #cart_summary .cart_avail {
    order: 3; }
  #cart_summary .cart_description {
    order: 4;
    max-width: 145px; }

@media (max-width: 1024px){
  #cart_summary .cart_description {
    order: 4;
    max-width: 100%;
    }}


  #cart_summary .cart_quantity {
    order: 5;
    width: 90px; }
  #cart_summary .cart_delete {
    order: 6; }
  #cart_summary .cart_total {
   display: inline-table; }
  #cart_summary tfoot {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px; }
    #cart_summary tfoot tr {
      background: none;
      padding: 30px 20px; }
      #cart_summary tfoot tr:not(:last-child) {
        border-right: 1px solid #e5e5e5; }
      #cart_summary tfoot tr .text-right {
        margin-bottom: 8px; }
  #cart_summary #total_price {
    font-size: 20px; } }
/* mobile */
@media (max-width: 667px) {
  #cart_summary tbody tr {
    position: relative; }
  #cart_summary tbody td {
    float: none;
    padding: 0 0 7px 120px;
    text-align: left;
    width: auto; }
  #cart_summary tbody .cart_description {
    padding-right: 32px; }
  #cart_summary .cart_product {
    float: left; }
  #cart_summary .cart_delete {
    position: absolute;
    right: 11px;
    top: 19px;
    width: auto;
    text-align: right;
    padding: 0; }
  #cart_summary .cart_unit {
    padding-bottom: 20px; }
  #cart_summary tfoot tr {
    background: none;
    padding: 12px 0; }
    #cart_summary tfoot tr:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
    #cart_summary tfoot tr.cart_total_price:last-child {
      border-bottom: 1px solid #f0f0f0; }
    #cart_summary tfoot tr .text-right {
      float: left;
      width: 60%; }
    #cart_summary tfoot tr .price {
      float: left;
      width: 40%;
      text-align: right; }

  #HOOK_SHOPPING_CART #loyalty {
    margin-bottom: 30px; } }
.cart_navigation {
  margin: 20px 0;
  clear: both; }
  @media (min-width: 668px) {
    .cart_navigation .button-medium {
      float: right;
      font-size: 15px; }
    .cart_navigation .btn.btn-default {
      font-size: 15px; } }

@media (max-width: 768px) and (min-width: 668px) {
  .cart_navigation .btn.btn-default {
    font-size: 14px;
    padding: 11px 30px; } }
@media (max-width: 640px) and (min-width: 668px) {
  .cart_navigation .button-medium {
    float: none;
    margin-right: 10px;
    margin-bottom: 20px;
    min-width: 240px; }
  .cart_navigation .btn.btn-default {
    margin-right: 10px;
    margin-bottom: 20px;
    min-width: 240px; } }
/* mobile */
@media (max-width: 667px) {
  .cart_navigation {
    margin-top: 32px; }
    .cart_navigation .btn.btn-default {
      font-size: 14px;
      width: 50px;
      height: 50px;
      padding: 0;
      line-height: 50px;
      font-size: 0; }
      .cart_navigation .btn.btn-default i {
        float: none !important;
        padding: 0 !important;
        font-size: 14px; }
    .cart_navigation .button-medium {
      float: right; }
    .cart_navigation .button-exclusive {
      float: left; } }
.footer_links {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 40px 0 0px 0; }
  .footer_links li {
    float: left; }
    .footer_links li + li {
      margin-left: 10px; }

@media (max-width: 579px) {
  .footer_links li {
    float: left;
    padding-bottom: 10px;
    text-align: center;
    width: 100%; }
    .footer_links li + li {
      margin: 0; }
    .footer_links li a {
      font-size: 16px;
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; } }
.multishipping_close_container {
  text-align: center; }

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none;
    margin-bottom: 10px; }
    #multishipping_mode_box .description_off a:hover {
      background: #f1f1f1;
      border: 1px solid #cccccc; }
  #multishipping_mode_box .description a:hover {
    background: #f1f1f1;
    border: 1px solid #cccccc; }
  #multishipping_mode_box.on .description_off {
    display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0px; }
  .cheque-box .form-group .form-control {
    max-width: 269px;
    display: block; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

.not-displayable {
  display: none; }

.submit2 {
  padding-top: 20px; }

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 25px;
  line-height: 20px; }
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #dd625d; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: #dd625d; }
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
  margin-bottom: 20px; }

#address .form-group .form-control {
  display: block; }
#address .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }

#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 15px; }
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0;
    display: block;
    line-height: 2.5; }
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column .std .row,
#authentication #center_column .std .row,
#order-opc #center_column .std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column .std .row .col-xs-4,
  #authentication #center_column .std .row .col-xs-4,
  #order-opc #center_column .std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 120px; }
#identity #center_column .std .footer_links,
#authentication #center_column .std .footer_links,
#order-opc #center_column .std .footer_links {
  border: none;
  padding-top: 0; }

#new_account_form .box .top-indent {
  padding-top: 10px; }
#new_account_form .box .customerprivacy {
  padding-top: 15px; }

#authentication .account_creation {
  margin-bottom: 20px; }

/* tablet */
@media (max-width: 768px) and (min-width: 668px) {
  #opc_account_choice > div {
    padding: 0 5px;
    width: 50%; }
    #opc_account_choice > div:nth-child(2) .opc-button {
      padding-top: 20px; } }
@media (max-width: 768px) {
  #order {
    color: #000000; }

  #identity .gender-line,
  #account-creation_form .gender-line,
  #new_account_form .gender-line,
  #opc_account_form .gender-line,
  #authentication .gender-line {
    margin-bottom: 12px; }

  #identity #center_column .std .row .col-xs-4,
  #authentication #center_column .std .row .col-xs-4,
  #order-opc #center_column .std .row .col-xs-4 {
    margin-bottom: 12px;
    max-width: none;
    width: 100%; }

  #address p.required,
  #identity p.required,
  #account-creation_form p.required,
  #new_account_form p.required,
  #opc_account_form p.required,
  #authentication p.required {
    font-size: 13px;
    margin-bottom: 15px; }
  #address .form-control,
  #identity .form-control,
  #account-creation_form .form-control,
  #new_account_form .form-control,
  #opc_account_form .form-control,
  #authentication .form-control {
    max-width: none; } }
@media (max-width: 414px) {
  #order .page-heading {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }

  #address .box, #identity .box, #account-creation_form .box, #authentication .box, #order .box {
    border: none;
    background: none;
    padding: 0; }
  #address .page-subheading, #identity .page-subheading, #account-creation_form .page-subheading, #authentication .page-subheading, #order .page-subheading {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding: 0; }

  .submit .required {
    border-top: 1px solid #e5e5e5;
    padding: 25px 0 10px;
    text-align: center;
    width: 100%; }

  #address .submit2 .btn {
    font-size: 16px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }

  /*full width btn submit*/
  #address .submit .btn, #address .submit2 .btn, #addresses .submit .btn, #addresses .submit2 .btn, #authentication .submit .btn, #authentication .submit2 .btn, #identity .submit .btn, #identity .submit2 .btn, #order-opc .submit .btn, #order-opc .submit2 .btn, #order-opc .submit .btn, #order-opc .submit2 .btn {
    width: 100%; } }
.payment_module {
  margin-bottom: 10px; }
  .payment_module a {
    display: block;
    border: 1px solid #a1c65c;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    .payment_module a.bankwire {
      background: url(../img/bankwire.png) 15px 12px no-repeat #ffffff; }
    .payment_module a.cheque {
      background: url(../img/cheque.png) 15px 15px no-repeat #ffffff; }
    .payment_module a.cash {
      background: url(../img/cash.png) 15px 15px no-repeat #ffffff; }
    .payment_module a:after {
      display: block;
      position: absolute;
      right: 30px;
      margin-top: -11px;
      top: 50%;
      font-size: 25px;
      height: 22px;
      width: 14px; }
    .payment_module a:hover {
      background-color: #ffffff; }
    .payment_module a span {
      font-weight: bold; }

.payment_module.box {
  margin-top: 20px; }

#HOOK_PAYMENT {
  margin-top: 20px; }

#HOOK_PAYMENT > .row {
  clear: both;
  margin: 0; }

.payment_module.paypal img {
  display: none; }

#paypal-express-checkout-btn-product {
  float: none !important;
  margin: 0 !important; }

/* mobile */
@media (max-width: 414px) {
  .payment_module {
    margin-bottom: 18px; }
    .payment_module a {
      color: #000000;
      font-size: 13px;
      font-weight: normal;
      padding-bottom: 20px;
      padding-top: 20px; } }
#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  padding-right: 29px;
  padding-left: 29px; }
  @media screen and (max-width: 768px) {
    #facebook_block,
    #cmsinfo_block {
      width: 100%; } }

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font-size: 21px;
  color: #6f6d6d; }

#facebook_block .facebook-fanbox {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px; }

#cmsinfo_block {
  border-left: 1px solid #d9d9d9; }

#cmsinfo_block > div {
  padding: 35px 10px 0 0; }
  @media screen and (max-width: 768px) {
    #cmsinfo_block > div {
      width: 100%; } }

@media screen and (min-width: 769px) {
  #cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px; } }

#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  background: #a1c65c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px; }

#cmsinfo_block .type-text {
  overflow: hidden; }

#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font: 300 21px/25px "Open Sans", sans-serif;
  color: #6f6d6d; }

#cmsinfo_block ul li {
  padding-bottom: 22px; }

#cmsinfo_block p em {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #777777;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic; }

/* color schemes */
#left_column .button:after,
#left_column .button:before,
#left_column .button:hover:after,
#left_column .button:hover:before,
#maintenance h1 span,
#page .ui-slider-handle.ui-state-default.ui-corner-all:hover,
#pagenotfound h2 span,
#pagination_next > a:hover,
#pagination_previous > a:hover,
#product .wrap_up_down .button-minus:hover,
#product .wrap_up_down .button-plus:hover,
#video-promo-wrap:after,
.alert-warning,
.back_product,
.btn.blue_btn:after,
.btn.blue_btn:before,
.btn.blue_btn:hover:after,
.btn.blue_btn:hover:before,
.breadcrumb,
.btn_sky i,
.btn_sky span span, .btn_sky a span,
.chosen-container .chosen-results .highlighted,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
.grid_arrows .owl-buttons > div:hover,
.label-success,
.owl-pagination .owl-page:before,
.products-block .owl-buttons > div:hover,
.radio .checked:before,
.step .step_current,
.step .step_current span:after,
.styled-radio.checked:before,
.nav.nav-tabs > .active a,
.nav.nav-tabs > li a:hover,
.tag.new,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.title_topbanner:after,
.twitter-box,
.uploader .action,
.wrap_view .add_to_compare.checked,
.wrap_view a:hover {
  /*background: transparent; */}

.styled-select .option {
  color: #a1c65c; }

.sortPagiBar .styled-select .option {
  border-color: #dbdbdb; }

.sortPagiBar .styled-select dl .toggle {
  color: #dbdbdb; }

.styled-select:not(.mobile) li:hover {
  background: #a1c65c;
  color: #ffffff; }

.theme-carousel.twitter-box .bx-wrapper .bx-controls-direction a:hover {
  color: #ff5540; }

#pagenotfound .pagenotfound .buttons:before,
.title_main_section:after {
  color: #adb0b2; }

#more_info_tabs li a {
  color: #515151; }

.undertitle_main {
  color: #666666; }

.old-price {
  color: #727272; }

.promo-text h2 .hi,
.promo-text h2 .this {
  color: #333333; }

#idTab1,
#short_description_block,
.elem_butt li a {
  color: #494056; }

.print_prod {
  color: #525252; }

#categories_block_left li a,
.promo-text h2,
#layer_cart .cross:hover,
#layer_cart .crossseling h2,
#layer_cart .layer_cart_cart h2,
#layer_cart .layer_cart_product h2,
#layered_block_left .layered_subtitle,
#left_column .button:hover,
#more_info_tabs li .selected,
#more_info_tabs li a:hover,
#my-account .myaccount-link-list li a:hover,
#play em:hover,
#product_comparison .remove a:hover,
#reviews_carousel .subject_review,
#stop,
.btn.blue_btn:hover,
.both-style.home-carousel-reviews .wrapper-ava:before,
.pagination .active > span,
.button_down,
.checked:before,
.checker .checked:before,
.chosen-container-single .chosen-single,
.comment_author_infos strong,
.comment_details .title_block strong,
.content_sortPagiBar .sortPagiBar #productsSortForm label:before,
.content_sortPagiBar .sortPagiBar .nbrItemPage label:before,
.elem_butt li a:hover,
.fancybox-skin .fancybox-close,
.footer_line_two ul li:hover a,
.form-control,
.gba .single_post .date_add,
.gba .single_post .subject,
.header_user_info #drop_content_user a:hover,
.myaccount-link-list li a i,
.open-comment-form,
.payment_module a:hover,
.radio .checked:before,
.select2-container .select2-choice > .select2-chosen,
.selector span,
.selector:after,
.sf-menu > li a:hover,
.share_product .btn_twitter:hover,
.table tbody > tr > .cart_quantity .cart_quantity_button a:hover,
.title_banner_category,
.pagination .active > span,
.twitter_btn.btn_border.btn:hover,
.value_bullet,
a:hover {
  color: #ff8c05; }

 .value_bullet,
a:hover {
  color: #666769; }

.value_bullet{
  text-transform: capitalize;
  font-size: 12px;
 }


.button-sale {
    background-color: #AAC809;
    border-radius: 10px;
    color: #fff;
    border: none;
    padding-top: 10px !important;
    font-size: 20px;
    font-weight: 700;
}

.button-sale:hover {
    background-color: #8E8E8E;
    border-radius: 10px;
    color: #fff;
    border: none;
}



.block-contacts-info,
.block-contacts-info p,
#header,
#maintenance,
.pro-block-newsletter,
#pagenotfound,
#pagenotfound label,
#pagination_next > a:hover,
#pagination_next > span,
#pagination_previous > a:hover,
#pagination_previous > span,
#play em,
#product .socialsharing_product .btn-default:hover i,
#prosocial_block,
.alert-warning,
.banner_top_item,
.breadcrumb,
.breadcrumb a:hover,
.btn-default,
.btn_border,
.btn_sky a,
.btn_sky a:hover,
.button,
.button_disabled,
.button_down:hover,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
.copyright,
.custombanners.displayBanner,
.custombanners.displayCustomBanners2,
.custombanners.displayLeftColumn,
.banner-top .custom-html,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled,
.form-control.white,
.grid_arrows .owl-buttons > div:active,
.grid_arrows .owl-buttons > div:hover,
.pb-left-column #image-block #view_full_size .span_link,
.products-block .owl-buttons > div:hover,
.share_product button,
.nav.nav-tabs > .active a,
.nav.nav-tabs > li a:hover,
.tag,
.title_main_section.white_clr,
.title_main_section.white_clr span:after,
.title_main_section.white_clr span:before,
.title_main_section.white_clr strong:after,
.title_main_section.white_clr strong:before,
.title_main_section.white_clr:after,
.twitter-box,
.undertitle_main.grey_clr,
.undertitle_main.white_clr,
.wrap_arrows_review > div,
.wrap_button_video,
.wrap_view .ajax_add_to_cart_button,
.wrap_view .ajax_add_to_cart_button:hover,
.wrap_view a,
.wrap_view a:hover {
  color: #ffffff; }

.block-contacts-info ul li:before {
  color: #a1c65c; }

#layered_block_left .layered_subtitle,
.block .title_block,
.block h4,
.column .single_carousel .title_block,
.pb-right-column h2,
.title_main_section {
  color: #406a77; }

#availability_date_label,
#availability_label,
#quantityAvailableTxt,
#quantityAvailableTxtMultiple,
.pagination li > a,
.pagination li > span,
.content_sortPagiBar .sortPagiBar label,
.elem_butt,
.pagination li > a,
.pagination li > span,
.wrap_attr label,
.wrap_share > span {
  color: #4b4b4b; }

#old_price {
  color: #878787; }

.title_main_section span:after,
.title_main_section span:before,
.title_main_section strong:after,
.title_main_section strong:before {
  color: #b1b1b1; }

.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span {
  color: #a3a3a3; }

.chosen-container-single .chosen-single div b {
  color: #a0a0a0; }

#last_quantities,
#layered_block_left #enabled_filters .layered_subtitle,
#prosocial_block li a:hover,
#view_scroll_left:hover,
#view_scroll_right:hover,
.dproductrating .response,
.price,
.price.product-price {
  color: #ff8c05; }

#product .socialsharing_product .btn-default i {
  color: #5d5d5d; }

.product-name,
.nav.nav-tabs > li a {
  color: #212121; }

#layered_block_left .nomargin a {
  color: #39314e; }

#layered_block_left .nomargin a span {
  color: #999999; }

#layered_price_range span,
#layered_weight_range span,
.wrap_attr {
  color: #4b4b4b; }

.wrap_quan label {
  color: #434343; }

#maintenance #prosocial_block li a:hover {
  color: #2ac0f3; }

.star:after {
  color: #f9ba46; }

.star_hover:after,
.star_on:after {
  color: #e7cb5b; }

.share_product .btn_facebook:hover {
  color: #435f9f; }

.share_product .btn_in:hover {
  color: #0177b5; }

.share_product .btn_google:hover {
  color: #e04b34; }

#first-languages a:hover,
.btn-default:hover,
.button:hover,
.button_disabled:hover,
.button_large:hover,
.button_large_disabled:hover,
.button_mini:hover,
.button_mini_disabled:hover,
.button_small:hover,
.button_small_disabled:hover,
.cart_block .ajax_cart_block_remove_link:hover,
.cart_block .remove_link a:hover,
.easycarousels .bx-wrapper .bx-controls-direction a:hover,
a.exclusive:hover,
button.exclusive:hover,
span.exclusive:hover,
.exclusive_disabled:hover,
.exclusive_large:hover,
.exclusive_large_disabled:hover,
.exclusive_mini:hover,
.exclusive_mini_disabled:hover,
.exclusive_small:hover,
.exclusive_small_disabled:hover {
  color: #a1c65c; }

.custombanners.displayBanner .custom-html {
  color: #ffffff; }

.facebook-box .likeButton {
  color: #a1c65c; }

.promo-text .custom-html {
  color: #4e4e4e; }

.twitter_bird,
.twitter_bird:hover {
  color: #33caff; }

#social-share-compare .socialsharing_product .btn-twitter:hover {
  color: #a1c65c; }

#social-share-compare .socialsharing_product .btn-facebook:hover {
  color: #435f9f; }

#social-share-compare .socialsharing_product .btn-google-plus:hover {
  color: #e04b34; }

#social-share-compare .socialsharing_product .btn-pinterest:hover {
  color: #ce1f21; }

.wrap_attr li:before {
  background: #4e4e4e; }

#video-promo-wrap.trinagle_section_top:before,
.custombanners.displayCustomBanners2.trinagle_section_top:after,
.twa_container,
.twa_container.trinagle_section_top:before, .twa_container.trinagle_section_bottom:after {
  background: #e9e9e9 !important; }

.custombanners.displayCustomBanners2{margin-top: -175px; margin-bottom: -200px;}

@media (max-width: 700px) {
.custombanners.displayCustomBanners2{margin-top: -30px;  margin-bottom: 0px; }}


 @media (min-width: 701px) and (max-width: 769px)  {
.custombanners.displayCustomBanners2{margin-top: -90px; margin-bottom: 0px; }}

@media (min-width: 770px) and (max-width: 900px)  {
.custombanners.displayCustomBanners2{margin-top: -160px; }}

@media (min-width: 901px) {
.custombanners.displayCustomBanners2{margin-top: -175px;  margin-bottom: 0px; }}

#drop_content_user,
.btn-default:hover:after,
.btn-default:hover:before,
.button:hover:after,
.button:hover:before,
.button_large:hover:after,
.button_large:hover:before,
.button_mini:hover:after,
.button_mini:hover:before,
.button_small:hover:after,
.button_small:hover:before,
a.exclusive:hover:after,
a.exclusive:hover:before,
button.exclusive:hover:after,
button.exclusive:hover:before,
span.exclusive:hover:after,
span.exclusive:hover:before,
.exclusive_large:hover:after,
.exclusive_large:hover:before,
.exclusive_large_disabled:hover:after,
.exclusive_large_disabled:hover:before,
.exclusive_mini:hover:after,
.exclusive_mini:hover:before,
.exclusive_small:hover:after,
.exclusive_small:hover:before {
  background: #ff8c05; }

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.grid_arrows .owl-buttons > div:active,
.pagination #pagination_next > a:active,
.pagination #pagination_previous > a:active,
.pb-left-column #image-block #view_full_size .span_link,
.products-block .owl-buttons > div:active,
.nav.nav-tabs > li a:active,
.tag.out,
.wrap_view .ajax_add_to_cart_button,
.wrap_view a {
  background: #fff; }

.wrap_view .ajax_add_to_cart_.disabled {
  background: #697376; }

#pagination_next > span,
#pagination_next_bottom > span,
#pagination_previous > span,
#pagination_previous_bottom > span {
  background: #0c0c0d; }

.tag.sale {
  background: #00cc91; }

#page .layered_slider.ui-slider.ui-slider-horizontal {
  background: #ececce; }

#page .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #406a77; }

.copyright {
  background: #030404; }

.nav.nav-tabs > li {
  background: #ffffff; }

#header .cart_block,
.sf-menu > li > ul {
  background: #a1c65c;
  background: rgba(161,198,92,0.8);
  }

#more_info_tabs li a,
.both-style.home-carousel-reviews .wrapper-ava:before,
.btn_border.twitter_btn:after,
.btn_border.twitter_btn:before,
.custombanners.displayCustomBanners2 .banner-item h4:after,
.tp-bullets.simplebullets.round .bullet,
.trinagle_section_bottom:after,
.trinagle_section_top:before {
  background: #ffffff; }

.pb-left-column #image-block #view_full_size .span_link:hover,
.tag.price-percent-reduction {
  background: #ff5540;
  border-radius: 50px;
  font-size: 25px;
  display: none }

#back-top,
.copyright,
.copyright .inner_copyright,
.footer_line_one:before {
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2); }

.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
span.exclusive,
a.exclusive,
button.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  color: #ffffff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

input.button,
input.button_disabled,
input.button_large,
input.button_large_disabled,
input.button_mini,
input.button_mini_disabled,
input.button_small,
input.button_small_disabled,
input.exclusive,
input.exclusive_disabled,
input.exclusive_large,
input.exclusive_large_disabled,
input.exclusive_mini,
input.exclusive_mini_disabled,
input.exclusive_small,
input.exclusive_small_disabled {
  background: #ff5540; }

.content_sortPagiBar .display #grid a span:after,
.content_sortPagiBar .display #grid a span:before,
.content_sortPagiBar .display #grid a:after,
.content_sortPagiBar .display #grid a:before,
.content_sortPagiBar .display #list a span:after,
.content_sortPagiBar .display #list a:after,
.content_sortPagiBar .display #list a:before,
.content_sortPagiBar .display_m #grid a span:after,
.content_sortPagiBar .display_m #grid a span:before,
.content_sortPagiBar .display_m #grid a:after,
.content_sortPagiBar .display_m #grid a:before,
.content_sortPagiBar .display_m #list a span:after,
.content_sortPagiBar .display_m #list a:after,
.content_sortPagiBar .display_m #list a:before {
  border-color: #406a77; }

.home-carousel-reviews .post_footer {
  border-color: #cfcfcf; }

#bxslider,
#bxslider1.owl-carousel .owl-wrapper-outer,
.block .products-block .item,
.tab-pane .inner_products {
  border-color: #524574; }

.nav.nav-tabs,
.nav.nav-tabs > li {
  border-color: #d5d5d5; }

#more_info_sheets,
#more_info_tabs li .selected {
  border-color: #ececec; }

#layered_price_range span,
#layered_weight_range span {
  border-color: #d6d6d6; }

.btn_border.twitter_btn,
.button_down,
.form-control.white,
.tp-bullets.simplebullets.round .bullet {
  border-color: #ffffff; }

#currencies-block-top,
#header .wrap_cart,
#header.fixedHeader .wrap_cart:after,
#header.fixedHeader .wrap_cart:before,
#languages-block-top,
.header_user_info #drop_content_user a,
.main_panel {
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2); }

.footer_line_two ul li:hover:before {
  border-left-color: #a1c65c; }

.tparrows.default.tp-leftarrow {
  border-bottom-color: #a1c65c;
  border-right-color: #a1c65c; }

.tparrows.default.tp-rightarrow {
  border-left-color: #a1c65c;
  border-top-color: #a1c65c; }

.tparrows.default.tp-leftarrow:hover {
  border-bottom-color: #ff5540;
  border-right-color: #ff5540; }

.tparrows.default.tp-rightarrow:hover {
  border-left-color: #ff5540;
  border-top-color: #ff5540; }

#attributes .attribute_list #color_to_pick_list .selected,
#layered_block_left #enabled_filters,
#layered_form .color-option.on,
#prosocial_block li a:hover,
.facebook-box .fb_followers li:hover img {
  border-color: #ccc; }

.grid .product-container h5:after,
.grid .product-container h5:before {
  border-color: #dddede; }

.promo-text .view_more:before,
.link_more:before {
  border-color: #b7b7b7; }

#maintenance #prosocial_block li a:hover {
  border-color: #2ac0f3; }

.facebook-box .fb_followers li img {
  border-color: #a1c65c;
  border-color: rgba(0, 189, 255, 0.66); }

.share_product .btn_facebook:hover {
  border-color: #435f9f; }

.share_product .btn_in:hover {
  border-color: #0177b5; }

.share_product .btn_google:hover {
  border-color: #e04b34; }

#buy_block,
#product .wrap_buttons,
#send_friend_form .product img,
#view_scroll_left,
#view_scroll_right,
.pagination,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.chosen-container-single .chosen-single,
.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li,
.content_sortPagiBar .sortPagiBar label,
.grid .left-block,
.layered_filter,
.layered_price,
.layered_weight,
.pb-left-column #views_block,
.product-container,
.product_attributes,
.share_product a,
.pagination,
.pagination .pagination_next > a,
.pagination .pagination_next > span,
.pagination .pagination_previous > a,
.pagination .pagination_previous > span,
.wrap_attr,
.wrap_extra_right,
.wrap_image_block,
.wrap_image_left,
.wrap_quan #quantity_wanted_p input,
.wrap_share .socialsharing_product .btn-default,
.wrap_up_down .button-minus,
.wrap_up_down .button-plus {
  border-color: #dbdbdb; }

#view_scroll_left,
#view_scroll_right,
.share_product a {
  color: #898989; }

#left_column .button,
#my-account .myaccount-link-list li a i,
#my-account .myaccount-link-list li a:hover,
#my-account .myaccount-link-list li a:hover span,
#new_comment_form input,
#new_comment_form textarea,
#page .ui-slider-handle.ui-state-default.ui-corner-all,
#product .wrap_up_down .button-minus:hover,
#product .wrap_up_down .button-plus:hover,
#reviews_carousel .wrap_avatar_review img,
#send_friend_form .form_container .text input,
.addForm .imgholder,
.box,
.checker .checked,
.content_sortPagiBar .display #grid.selected a span:after,
.content_sortPagiBar .display #grid.selected a span:before,
.content_sortPagiBar .display #grid.selected a:after,
.content_sortPagiBar .display #grid.selected a:before,
.content_sortPagiBar .display #grid:hover a span:after,
.content_sortPagiBar .display #grid:hover a span:before,
.content_sortPagiBar .display #grid:hover a:after,
.content_sortPagiBar .display #grid:hover a:before,
.content_sortPagiBar .display #list.selected a span:after,
.content_sortPagiBar .display #list.selected a:after,
.content_sortPagiBar .display #list.selected a:before,
.content_sortPagiBar .display #list:hover a span:after,
.content_sortPagiBar .display #list:hover a:after,
.content_sortPagiBar .display #list:hover a:before,
.content_sortPagiBar .display .selected a span:after,
.content_sortPagiBar .display .selected a span:before,
.content_sortPagiBar .display .selected a:after,
.content_sortPagiBar .display .selected a:before,
.content_sortPagiBar .display li:hover a span:after,
.content_sortPagiBar .display li:hover a span:before,
.content_sortPagiBar .display li:hover a:after,
.content_sortPagiBar .display li:hover a:before,
.content_sortPagiBar .display_m #grid.selected a span:after,
.content_sortPagiBar .display_m #grid.selected a span:before,
.content_sortPagiBar .display_m #grid.selected a:after,
.content_sortPagiBar .display_m #grid.selected a:before,
.content_sortPagiBar .display_m #grid:hover a span:after,
.content_sortPagiBar .display_m #grid:hover a span:before,
.content_sortPagiBar .display_m #grid:hover a:after,
.content_sortPagiBar .display_m #grid:hover a:before,
.content_sortPagiBar .display_m #list.selected a span:after,
.content_sortPagiBar .display_m #list.selected a:after,
.content_sortPagiBar .display_m #list.selected a:before,
.content_sortPagiBar .display_m #list:hover a span:after,
.content_sortPagiBar .display_m #list:hover a:after,
.content_sortPagiBar .display_m #list:hover a:before,
.content_sortPagiBar .display_m .selected a span:before,
.content_sortPagiBar .display_m .selected a:before,
.content_sortPagiBar .display_m li:hover a span:before,
.content_sortPagiBar .display_m li:hover a:before,
.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:hover,
.fixedHeader .main_panel,
.form-control,
.gba .single_post .inner_item,
.grid_arrows .owl-buttons > div:hover,
.owl-pagination .owl-page,
.payment_module a:hover,
.products-block .owl-buttons > div:hover,
.radio span:checked,
.selector,
.share_product .btn_twitter:hover,
.step .step_current span,
.nav.nav-tabs > .active,
.nav.nav-tabs > li:hover,
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
  border-color: #a1c65c; }

#layered_form .color-option,
.checker span,
.radio span {
  border-color: #39314e; }

.btn_border.disabled {
  border-color: #a7a3b2; }

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a,
.grid_arrows .owl-buttons > div,
.products-block .owl-buttons > div {
  border-color: #d8d8d8; }

.easycarousels .grid_arrows .bx-wrapper .bx-controls-direction a:active,
.grid_arrows .owl-buttons > div:active,
.products-block .owl-buttons > div:active {
  border-color: #ff6000; }

.button_down:hover {
  box-shadow: inset 0 0 0 75pt #a1c65c; }

.form-control:focus {
  -moz-box-shadow: 0 0 10px 0 #a1c65c;
  -webkit-box-shadow: 0 0 10px 0 #a1c65c;
  border-color: transparent;
  box-shadow: 0 0 10px 0 #a1c65c; }

.form-control.white:focus {
  -moz-box-shadow: 0 0 10px 0 #ffffff;
  -webkit-box-shadow: 0 0 10px 0 #ffffff;
  border-color: transparent;
  box-shadow: 0 0 10px 0 #ffffff; }

.btn-default:after,
.btn-default:before,
.btn_border:after,
.btn_border:before,
.button:after,
.button:before,
.button_large:after,
.button_large:before,
.button_mini:after,
.button_mini:before,
.button_small:after,
.button_small:before,
.exclusive:after,
.exclusive:before,
.exclusive_large:after,
.exclusive_large:before,
.exclusive_large_disabled:after,
.exclusive_large_disabled:before,
.exclusive_mini:after,
.exclusive_mini:before,
.exclusive_small:after,
.exclusive_small:before {
  background: #ff8c05; }

#social-share-compare .btn-twitter:after,
.socialsharing_product .btn-twitter:before {
  background: #a1c65c; }

#social-share-compare .btn-google-plus:after,
.socialsharing_product .btn-google-plus:before {
  background: #e04b34; }

#social-share-compare .btn-pinterest:after,
.socialsharing_product .btn-pinterest:before {
  background: #ce1f21; }

#social-share-compare .btn-facebook:after,
.socialsharing_product .btn-facebook:before {
  background: #435f9f; }

#product .socialsharing_product .btn-twitter:hover {
  border-color: #a1c65c; }

#product .socialsharing_product .btn-google-plus:hover {
  border-color: #e04b34; }

#product .socialsharing_product .btn-pinterest:hover {
  border-color: #ce1f21; }

#product .socialsharing_product .btn-facebook:hover {
  border-color: #435f9f; }

.alert-warning {
  -moz-text-shadow: 1px 0 1px #333333;
  -webkit-text-shadow: 1px 0 1px #333333;
  text-shadow: 1px 0 1px #333333; }

.sf-menu li li a:hover {
  color: #000; }

.btn-default,
.btn_border,
.button,
.button_disabled,
.button_large,
.button_large_disabled,
.button_mini,
.button_mini_disabled,
.button_small,
.button_small_disabled,
a.exclusive,
button.exclusive,
span.exclusive,
.exclusive_disabled,
.exclusive_large,
.exclusive_large_disabled,
.exclusive_mini,
.exclusive_mini_disabled,
.exclusive_small,
.exclusive_small_disabled {
  -webkit-box-shadow: inset 0 0 0 1px #a1c65c;
  box-shadow: inset 0 0 0 1px #a1c65c; }

.btn.blue_btn {
  -webkit-box-shadow: inset 0 0 0 1px #ff8c05;
  box-shadow: inset 0 0 0 1px #ff8c05;
  cursor: pointer;
  font-weight: 800; }

#social-share-compare .socialsharing_product .btn-twitter {
  -webkit-box-shadow: inset 0 0 0 1px #a1c65c;
  box-shadow: inset 0 0 0 1px #a1c65c; }

#social-share-compare .socialsharing_product .btn-google-plus {
  -webkit-box-shadow: inset 0 0 0 1px #a1c65c;
  box-shadow: inset 0 0 0 1px #a1c65c; }

#social-share-compare .socialsharing_product .btn-pinterest {
  -webkit-box-shadow: inset 0 0 0 1px #a1c65c;
  box-shadow: inset 0 0 0 1px #a1c65c; }

#social-share-compare .socialsharing_product .btn-facebook {
  -webkit-box-shadow: inset 0 0 0 1px #a1c65c;
  box-shadow: inset 0 0 0 1px #a1c65c; }

.box .form-control {
  background-color: #ffffff; }

.search_query:-moz-placeholder {
  color: #ffffff; }

.search_query::-moz-placeholder {
  color: #ffffff; }

.search_query::-webkit-input-placeholder {
  color: #ffffff; }

.search_query:-ms-input-placeholder {
  color: #ffffff; }

@media (max-width: 480px) {
  .search-box.search-active .search_query {
    background: #555555 !important; } }

.alert {
  background: #a1c65c;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px; }

.label-danger {
  background: red; }

.label-warning {
   }

@media (max-width: 414px) {
  #layered_block_left .layered_subtitle {
    color: #000000; }

  #product .wrap_buttons {
    border-color: #f0f0f0; }

  .comment_author_infos strong {
    color: #000000; } }
@media (min-width: 415px) {
  .btn-column-hide, .btn-column-show {
    display: none !important; } }
@media (max-width: 414px) {
  .btn-column-show {
    display: none!important; }

  .btn-column-hide {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 35px; }
    .btn-column-hide:before {
      padding-right: 5px; }

  .page-listing-products #left_column {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: transform .3s, visibility .3s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .page-listing-products #toggle-column-hide:checked ~ #left_column {
    transform: translateX(-100%);
    visibility: hidden; } }
@media screen and (min-width: 1025px) {
  #play, #stop {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    moz-transition: all .4s ease;
    transition: all .4s ease; }

  .custombanners.displayCustomBanners2 .wrap-icon:hover i:last-child {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
    filter: alpha(opacity=100); }

  .custombanners.displayCustomBanners2 .wrap-icon:hover i:first-child {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }

  #stop, #video-promo-wrap h2 {
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s; }

  .custombanners.displayCustomBanners2 .wrap-icon i {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }

  .banner-top h3, .banner-top p {
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    -o-transition: -o- transform .5s, opacity .5s;
    -moz-transition: -moz-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s; }

  .banner-top:hover .custom-html {
    visibility: hidden; }

  .banner-top .banner-item-content {
    margin-left: -6%;
    width: 111%;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg); }

  .banner-top .banner-item-content img {
    margin-left: -8%;
    width: 108%;
    max-width: none; }

  .banner-top .banner-item-content .custom-html, .banner-top .banner-item-content img {
    -webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
    -o-transform: skew(12deg);
    -ms-transform: skew(12deg);
    transform: skew(12deg); }

  .banner-top:hover h3 {
    -webkit-transform: translateX(140px);
    -moz-transform: translateX(140px);
    -o-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px);
    opacity: 0; }

  .banner-top:hover p {
    -webkit-transform: translateX(-140px);
    -moz-transform: translateX(-140px);
    -o-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0; }

  .banner-top:hover .banner-item-content img {
    -webkit-transform: skew(12deg) scale(1.12);
    -moz-transform: skew(12deg) scale(1.12);
    -o-transform: skew(12deg) scale(1.12);
    -ms-transform: skew(12deg) scale(1.12);
    transform: skew(12deg) scale(1.12); }

  .banner-top .banner-item-content img {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s; }

  .custom-html {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease; }

  .banner-item-content:before {
    -webkit-transition: visibility .5s,opacity .5s;
    -moz-transition: visibility .5s,opacity .5s;
    -o-transition: visibility .5s,opacity .5s;
    transition: visibility .5s,opacity .5s; }

  .banner-top:hover .banner-item-content:before {
    opacity: 0;
    visibility: hidden; } }
@media screen and (min-width: 1025px) {
  a, button {
    -webkit-transition: color .6s ease,background .6s ease,border-color .6s ease;
    -o-transition: color .6s ease,background .6s ease,border-color .6s ease;
    -moz-transition: color .6s ease,background .6s ease,border-color .6s ease;
    transition: color .6s ease,background .6s ease,border-color .6s ease; }

  input.button_mini,
  input.button_small,
  input.button,
  input.button,
  button.button,
  input.button_large,
  input.button_mini_disabled,
  input.button_small_disabled,
  input.button_disabled,
  input.button_large_disabled,
  input.exclusive_mini,
  input.exclusive_small,
  input.exclusive,
  input.exclusive_large,
  input.exclusive_mini_disabled,
  input.exclusive_small_disabled,
  input.exclusive_disabled,
  input.exclusive_large_disabled,
  a.button_mini,
  a.button_small,
  a.button,
  a.button_large,
  a.exclusive_mini,
  a.exclusive_small,
  a.exclusive,
  a.exclusive_large,
  span.button_mini,
  span.button_small,
  span.button,
  span.button_large,
  span.exclusive_mini,
  span.exclusive_small,
  span.exclusive,
  span.exclusive_large,
  span.exclusive_large_disabled,
  .btn.btn-default {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    transition: color .2s linear; }

  button.button:after,
  a.button_mini:after,
  a.button_small:after,
  a.button:after,
  a.button_large:after,
  a.exclusive_mini:after,
  a.exclusive_small:after,
  a.exclusive:after,
  a.exclusive_large:after,
  span.button_mini:after,
  span.button_small:after,
  span.button:after,
  span.button_large:after,
  span.exclusive_mini:after,
  span.exclusive_small:after,
  span.exclusive:after,
  span.exclusive_large:after,
  span.exclusive_large_disabled:after,
  .btn.btn-default:after,
  button.button:before,
  a.button_mini:before,
  a.button_small:before,
  a.button:before,
  a.button_large:before,
  a.exclusive_mini:before,
  a.exclusive_small:before,
  a.exclusive:before,
  a.exclusive_large:before,
  span.button_mini:before,
  span.button_small:before,
  span.button:before,
  span.button_large:before,
  span.exclusive_mini:before,
  span.exclusive_small:before,
  span.exclusive:before,
  span.exclusive_large:before,
  span.exclusive_large_disabled:before,
  .btn.btn-default:before,
  #product .socialsharing_product .btn.btn-default:before, .btn.btn_border:after, .btn.btn_border:before {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear; } }
.footer_line_two ul li:before {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.form-control {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

@media screen and (min-width: 1025px) {
  .fixedHeader,
  .main_panel,
  .header_logo img {
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    -moz-transition: all .36s ease;
    transition: all .36s ease; } }
.hover_scale {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.hover_scale img {
  display: inline-block;
  width: 100%; }

.hover_scale img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  moz-transition: all .4s ease;
  transition: all .4s ease; }

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

@media screen and (min-width: 1025px) {
  #layered_block_left ul.color-group li {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    moz-transition: all .4s ease;
    transition: all .4s ease; }

  #page .ui-slider-handle.ui-state-default.ui-corner-all {
    -webkit-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
    -o-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
    -moz-transition: border-width .3s ease-in-out,background .2s ease-in-out .2s;
    transition: border-width .3s ease-in-out,background .2s ease-in-out .2s; } }
.product_img_link {
  display: block;
  position: relative; }

.product-container:hover .product-image-container img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
   }

.share_product a:first-child {
  -webkit-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in;
  transition: all 0.2s ease-in 0.1s, color 0.3s ease-in, border-color 0.3s ease-in; }

.wrap_view .add_to_compare:before, .wrap_view .add_to_compare:after {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.grid .product-container h5:before, .grid .product-container h5:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  border-top-style: solid;
  border-top-width: 1px; }

.grid .product-container h5,
.grid .product-container:hover h5:before, .grid .product-container:hover h5:after,
.grid .content_price, .product-container .product-image-container img,
.grid .comments_note, .grid .product_img_link:before {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.grid .product_img_link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.4);*/
  z-index: 1;
  -webkit-transform: translateX(105%) rotate(90deg);
  -moz-transform: translateX(105%) rotate(90deg);
  -o-transform: translateX(105%) rotate(90deg);
  -ms-transform: translateX(105%) rotate(90deg);
  transform: translateX(105%) rotate(90deg); }

.grid .product-container:hover .product_img_link:before {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.grid .share_product a {
  left: 120%;
  position: relative;
  display: none; }

.grid .comments_note {
  -webkit-transform: translate(-40px, -40px);
  -moz-transform: translate(-40px, -40px);
  -o-transform: translate(-40px, -40px);
  -ms-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px); }

.grid .product-container:hover .comments_note {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.grid .share_product a, .grid .wrap_view a, .grid .wrap_view .ajax_add_to_cart_button, .grid .comments_note,
.grid .add_to_compare {
  opacity: 0; }

.grid .wrap_view .lnk_view {
  -webkit-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
  -moz-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
  -o-transition: all 0.2s ease-in 0.3s,background .3s ease-in;
  transition: all 0.2s ease-in 0.3s,background .3s ease-in; }

.grid .wrap_view .addToWishlist {
  -webkit-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
  -moz-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
  -o-transition: all 0.2s ease-in 0.5s,background .3s ease-in;
  transition: all 0.2s ease-in 0.5s,background .3s ease-in; }

.grid .add_to_compare {
  -webkit-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
  -moz-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
  -o-transition: all 0.2s ease-in 0.7s,background .3s ease-in;
  transition: all 0.2s ease-in 0.7s,background .3s ease-in; }

.grid .ajax_add_to_cart_button {
  -webkit-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
  -moz-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
  -o-transition: all 0.2s ease-in 0.9s,background .3s ease-in;
  transition: all 0.2s ease-in 0.9s,background .3s ease-in; }

.grid .wrap_view .quick-view {
  -webkit-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
  -moz-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
  -o-transition: all 0.2s ease-in 1.1s,background .3s ease-in;
  transition: all 0.2s ease-in 1.1s,background .3s ease-in; }

.grid .wrap_view .lnk_view, .grid .wrap_view .addToWishlist, .grid .add_to_compare {
  webkit-transform: translateY(-60px) skewY(45deg);
  -moz-transform: translateY(-60px) skewY(45deg);
  -o-transform: translateY(-60px) skewY(45deg);
  -ms-transform: translateY(-60px) skewY(45deg);
  transform: translateY(-60px) skewY(45deg); }

.grid .ajax_add_to_cart_button, .grid .wrap_view .quick-view {
  webkit-transform: translateY(60px) skewY(45deg);
  -moz-transform: translateY(60px) skewY(45deg);
  -o-transform: translateY(60px) skewY(45deg);
  -ms-transform: translateY(60px) skewY(45deg);
  transform: translateY(60px) skewY(45deg); }

.product_list.grid .product-container:hover .wrap_view a,
.product_list.grid .product-container:hover .ajax_add_to_cart_button,
.grid .product-container:hover .add_to_compare {
  -webkit-transform: translateY(0) skewY(0);
  -moz-transform: translateY(0) skewY(0);
  -o-transform: translateY(0) skewY(0);
  -ms-transform: translateY(0) skewY(0);
  transform: translateY(0) skewY(0); }

.grid .share_product a:nth-child(2) {
  -webkit-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in;
  transition: all 0.2s ease-in 0.3s, color 0.3s ease-in, border-color 0.3s ease-in; }

.grid .share_product a:nth-child(3) {
  -webkit-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in;
  transition: all 0.2s ease-in 0.5s, color 0.3s ease-in, border-color 0.3s ease-in; }

.grid .share_product a:last-child {
  -webkit-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
  -moz-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
  -o-transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in;
  transition: all 0.2s ease-in 0.7s, color 0.3s ease-in, border-color 0.3s ease-in; }

.grid .product-container:hover .share_product a {
  left: 0;
  opacity: 1; }

.grid .content_price, .product-container:hover .wrap_view a,
.grid .product-container:hover .comments_note, .grid .product-container:hover .add_to_compare {
  opacity: 1; }

.grid .product-container:hover .wrap_view .ajax_add_to_cart_button.disabled {
  opacity: 0.5; }

.grid .product-container:hover .content_price {
  -webkit-transform: translateX(-102%) rotate(-90deg);
  -moz-transform: translateX(-102%) rotate(-90deg);
  -o-transform: translateX(-102%) rotate(-90deg);
  -ms-transform: translateX(-102%) rotate(-90deg);
  transform: translateX(-102%) rotate(-90deg); }

.grid .content_price:hover {
  opacity: 0; }

.grid .product-container:hover h5 {
  padding: 14px 15px; }

.grid .product-container:hover {
  border-width: 0px; }

.grid .product-container,
.grid .product-container:hover .left-block {
  border-width: 0; }

.grid .product-container h5:before {
  right: 100%; }

.grid .product-container h5:after {
  left: 100%; }

.grid .product-container:hover h5:before {
  right: 15px; }

.grid .product-container:hover h5:after {
  left: 15px; }

@media screen and (min-width: 1025px) {
  .content_sortPagiBar .display li a:before,
  .content_sortPagiBar .display_m li a:before,
  .content_sortPagiBar .display li a:after,
  .content_sortPagiBar .display_m li a:before,
  .content_sortPagiBar .display li a span:before,
  .content_sortPagiBar .display_m li a span:before,
  .content_sortPagiBar .display li a span:after,
  .content_sortPagiBar .display_m li a span:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

  .content_sortPagiBar .display li#list:hover a:after,
  .content_sortPagiBar .display_m li#list:hover a:after,
  .content_sortPagiBar .display li#list:hover a:before,
  .content_sortPagiBar .display_m li#list:hover a:before,
  .content_sortPagiBar .display li#list:hover a span:after,
  .content_sortPagiBar .display_m li#list:hover a span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }
#page {
  overflow: hidden; }

.columns-container {
  clear: both;
  background: #ffffff; }

#columns {
  position: relative;
  padding-bottom: 0px; }


@media (min-width: 769px) and (max-width: 1024px) {
#columns {
    position: relative;
    padding-bottom: 0px;

}}

#index .tab-content {
  clear: both;
  margin: 0 -15px;
  text-align: left; }

.unvisible {
  display: none; }

.close {
  opacity: 1; }

.close:hover {
  opacity: 1; }

.product-name {
  font-size: 14px;
  font-weight: 600; }

.product-price-list {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 900;
    text-align: center;
    margin-top: -35px;
    position: relative;
    color: #afcd00;
}

.page-product-box {
  padding-bottom: 10px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 15px; }

#reinsurance_block {
  clear: both; }

.block_hidden_only_for_screen {
  display: none; }

#left_column #paiement_logo_block_left {
  margin-bottom: 30px; }

.aeuc_delivery_label {
  display: block;
  padding-top: 10px; }

@media (max-width: 1199px) {
  .zoomdiv {
    display: none; } }

/* mobile */
@media (max-width: 768px) {
  body:not(.index) .footer_line_middle {
    display: none; } }

@media (max-width: 414px) {
  #center_column {
    margin-top: 15px; }

  #center_column, .column-side {
    padding-left: 0px;
    padding-right: 0px; }

  .page-listing-products #columns {
    padding-bottom: 0; }

  #product #center_column {
    margin-top: 0; } }

/*# sourceMappingURL=global.css.map */

@media (max-width: 550px) {
.box-nano-baby{
  background-image: url(/img/box-gafas-nanovista-sinmarco.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 516px;
  width: 100%;
  margin-top: 150px;
  padding: 244px 0px;
  max-width: 590px;
}}

@media (min-width: 550px) {
.box-nano-baby{
  background-image: url(/img/box-gafas-nanovista.png);
  background-repeat: no-repeat;
  height: 516px;
  width: 100%;
  margin-top: 180px;
  padding: 244px 103px;
  max-width: 590px;
}}

@media (max-width: 413px) {
.img-irrompibles{
  display: none;
}}

@media (min-width: 414px) {
.img-irrompibles-movil{
  display: none;
}}

@media (max-width: 414px) {
.img-nanoglow{
  display: none;
}}

@media (min-width: 414px) {
.img-nanoglow-movil{
  display: none;
}}

.img-nanoglow{
  width: 100%;
  margin-top: -100px;
}

.img-irrompibles{
  width: 100%;
  margin-top: 0px;
}

@media (min-width: 414px) and (max-width: 414px) {
.img-irrompibles{
  width: 100%;
  margin-top: -70px;
}}

@media (min-width: 415px) and (max-width: 550px) {
.img-irrompibles {
    width: 100%;
    /*margin-top: -500px;*/
}}

.img-separador{
  width: 100%;
  margin-top: -180px;
}

@media (max-width: 699px) {
.titulonanohands{
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}}

@media (min-width: 700px) and (max-width: 1020px) {
.titulonanohands{
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}}

@media (min-width: 1020px) {
.titulonanohands{
  width: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  }}

.titulonuevafuente{
  font-family: 'Covered By Your Grace';
  color: #a1c65c;
}

@media (max-width: 768px) {
.titulonuevafuente {
    font-family: 'Covered By Your Grace';
    color: #fff;
    margin-top: 0px;
}}

.categoriastopleft{
    text-align: center;
    width: 40%;
    margin-left: 30px;
    margin-top: -70px;
    background: rgba(255,255,255,.7);
    padding: 15px;
    border-radius: 20px;
}

@media (max-width: 614px) {
  .categoriastopleft p {
    display: none;
    }}

@media (max-width: 768px) {
  .categoriastopleft {
    text-align: center;
    width: 90%;
    margin-left: 30px;
    margin-top: -40px;
    display: none;
  }}

@media (min-width: 768px) and (max-width: 1255px) {
  .categoriastopleft {
    text-align: center;
    width: 90%;
    margin-left: 30px;
    margin-top: -70px;
    }}

.categoriastopright{
    text-align: right;
    width: 95%;
}

.categoriastopright p{
    text-align: center;
    width: 40%;
    position: absolute;
    right: 0;
    margin-right: 30px;
}
.categoriastopleft p, .categoriastopright p {
font-size: 14px !important;
}

.textonanoglow{
  margin-top: -120px;
}

@media (max-width: 700px) {
 .titulonanoglow {
    margin-top: 180px;
    margin-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
}}

@media (min-width: 700px) and (max-width: 1020px) {
  .titulonanoglow {
    margin-top: -200px;
    margin-bottom: 160px;
    padding-left: 50px;
    padding-right: 50px;
    color:#a1c65c;
}}

@media (min-width: 1020px) and (max-width: 1400px) {
  .titulonanoglow {
    width: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 5%;
    margin-top: -300px;
    margin-bottom: 180px;
    color:#a1c65c;
}}

@media (min-width: 1400px) and (max-width: 1570px) {
.titulonanoglow {
    width: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 5%;
    margin-top: -350px;
    margin-bottom: 300px;
    color:#a1c65c;
}}
@media (min-width: 1571px) {
.titulonanoglow {
    width: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 5%;
    margin-top: -420px;
    margin-bottom: 330px;
    color:#a1c65c;
}}
.bg {
  display:block;
  /*background-color: rgba(10,10,10,0.1);*/
  padding: 15px !important;
  color: #153a55;
}

.bg2 {
  display:block;
  /*background-color: rgba(10,10,10,0.1);*/
  padding: 15px !important;
  color: #65498f;
}

.bg3 {
  display:block;
  /*background-color: rgba(10,10,10,0.1);*/
  padding: 15px !important;
  color: #545454;
}


@media (max-width: 800px) {
.sliderleft {
    display: none;
}}

@media (max-width: 800px) {
.sliderright {
    display: none;
}}

@media (min-width: 800px) and (max-width: 1100px) {
.sliderleft {
   text-align: center;
    width: 30%;
    margin-left: 30px;
    margin-top: -100px;
}}

@media (min-width: 800px) and (max-width: 1100px) {
.sliderright  {
   text-align: center;
    width: 30%;
    margin-right: 150px;
    margin-top: -100px;
    position: absolute;
    right: 0;
}}

@media (min-width: 800px) and (max-width: 1100px) {
.sliderleft p {
    display: none;
}}

@media (min-width: 800px) and (max-width: 1100px) {
.sliderright p {
    display: none;
}}

@media (min-width: 1100px) {
.sliderleft{
    text-align: center;
    width: 30%;
    margin-left: 30px;
    margin-top: -200px;
}}

@media (min-width: 1100px) {
.sliderright {
    text-align: center;
    width: 30%;
    margin-right: 150px;
    margin-top: -250px;
    position: absolute;
    right: 0;
}}

@media (max-width: 415px) {
.titulonanooptical{
  margin-top: 80px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}}

@media (min-width: 415px) and (max-width: 549px) {
.titulonanooptical{
  margin-top: 150px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}}

@media (min-width: 550px) and (max-width: 1250px) {
.titulonanooptical{
  margin-top: 100px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}}

@media (min-width: 1250px){
.titulonanooptical{
  margin-top: 50px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}}
.custombanners.displayCustomBanners2{
  position: relative;
  z-index: 3;
}

.tituloproduct {
    font-size: 30px;
    text-align: center;
    padding-bottom: 0px;
    width: 100%;
}

@media (max-width: 414px) {
.tituloproduct {
    display: none;
}}

.velo{
  background: #101010 ; filter:alpha(opacity=10); opacity:.1;
  padding: 10px !important;
}

@media (max-width: 414px) {
.pb-left-column{
  margin-top: 138px;
}}

.descripcionproduclist{
    font-size: 15px;
    text-transform: initial;
    font-weight: 100;
}

.titulonanocoolcat {
    font-family: 'Covered By Your Grace';
    color: #1b3b52;
}
.titulonanoopticalcat {
    font-family: 'Covered By Your Grace';
    color: #153a55;
}
.titulonanoglowcat {
    font-family: 'Covered By Your Grace';
    color: #5f307e;
}
.titulonanobabycat {
    font-family: 'Covered By Your Grace';
    color: #c07fb9;
}

.titulosolarclipcat {
    font-family: 'Covered By Your Grace';
    color: #373739;
}

.titulonanometal {
    font-family: 'Covered By Your Grace';
    color: #727272;
}

@media (max-width: 420px) {
.displayBanner1{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner2{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayprotect{
   background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner3{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner4{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner5{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner6{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner10{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner12{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner13{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.titulonanocoolcat{
  display: none;
  }
.titulonanobabycat{
  display: none;
  }
.titulonanoglowcat{
  display: none;
  }
.titulosolarclipcat{
  display: none;
  }
.titulonanoopticalcat{
  display: none;
  }
.titulonanometal{
  display: none;
  }
.categoriastopright{
  display: none;
  }}



@media (min-width: 770px) and (max-width: 914px) {

.titulonanobaby{
	margin-top: -190px;
}}

@media (min-width: 915px) and (max-width: 1199px) {

.titulonanobaby{
	margin-top: -90px;
}}



@media (min-width: 770px) and (max-width: 1025px) {

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

.displayBanner1{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner2{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner3{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner4{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner5{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner6{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner10{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner12{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.displayBanner13{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: -200px;
}
.titulonanocoolcat{
  display: none;
  }
.titulonanobabycat{
  display: none;
  }
.titulonanoglowcat{
  display: none;
  }
.titulosolarclipcat{
  display: none;
  }
.titulonanoopticalcat{
  display: none;
  }
.titulonanometal{
  display: none;
  }
.categoriastopright{
  display: none;
  }}

@media (min-width: 420px) and (max-width: 769px) {

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.displayBanner1{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner2{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayprotect{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner3{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner4{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner5{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner6{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner10{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner12{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.displayBanner13{
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 48px;
  margin-bottom: 0px;
}
.titulonanocoolcat{
  display: none;
  }
.titulonanobabycat{
  display: none;
  }
.titulonanoglowcat{
  display: none;
  }
.titulosolarclipcat{
  display: none;
  }
.titulonanoopticalcat{
  display: none;
  }
.titulonanometal{
  display: none;
  }
.categoriastopright{
  display: none;
  }}

.bloquecarrito {
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    float: none;
  }

@media (min-width: 415px) and (max-width: 1400px) {
.bloquecarrito {
    width: 95%;
    left: 0;
    right: 0;
    margin-top: 100px;
    float: none;
    }}


@media (max-width: 414px) {
.bloquecarrito {
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 150px;
    float: none;
    }}

.color_to_pick_list {
  display: inline-block !important;
}

.color-list-container{
  display: inline-block !important;
}

.color_pick {
  padding-right: 10px;
}

#restricted-country{
	display: none;
}

.clickandcollectimg {
    display: block;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
}

@media (max-width: 1024px) {
  .clickandcollectimg {
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -60px;
}}

.bloquecms{
width: 60%;
align-content: center;
right: 0;
left: 0;
margin: auto;
text-align: justify;
}

@media (max-width: 1024px) {
.bloquecms{
width: 100%;
align-content: center;
right: 0;
left: 0;
margin: auto;
text-align: justify;
}}

.cmsbold{
  font-weight: 900;
}

.cmsboldtitulos{
  font-weight: 900;
  font-size: 20px;
  line-height: 45px;

}

.cmsboldtitulosbase{
  font-weight: 900;
  font-size: 20px;
  line-height: 35px !important;
  margin-top: 10px;

}

.textoverde{
  color: #a1c65c;
}

.textotitulogris{
  color: #666666;
}

@media (max-width: 415px) {
.textotitulogris{
  font-size:30px;
}
.textoverde{
  font-size:30px;
  color: #a1c65c;
}}

.bloquevaciogris {
    background-color: #666666;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.bloquegrisclaro {
    background-color: #666666;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 10px;
}

.boltcat {
	font-weight: 900;
}

/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************

SE AÑADE AQUI EL CODIGO CSS DEL MENU SUPERIOR

******************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/
/*****************************************************/




#block_top_menu,
.sf-menu {
  position: static;
  padding-top: 21px !important;
  z-index: 1;
  position: relative; }

@media (min-width: 1025px) and (max-width: 1200px) {
#block_top_menu {
    line-height: 1;
    float: right;
    margin-right: 130px;
    position: relative;
    z-index: 1;
    margin-left: -550px;
}}

@media (min-width: 1200px) and (max-width: 1470px) {
#block_top_menu {
    line-height: 1;
    float: right;
    margin-right: 130px;
    position: relative;
    z-index: 1;
    margin-left: -550px;
}}


@media (min-width: 1470px) and (max-width: 1570px) {
#block_top_menu {
    line-height: 1;
    float: right;
    margin-right: 130px;
    position: relative;
    z-index: 1;
    margin-left: -50px;
}}

@media (min-width: 1571px) {
  #block_top_menu {
    line-height: 1;
    float: right;
    padding-top: 21px;
    margin-right: 120px;
    position: relative;
    z-index: 1
}}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  width: 100%;
  padding: 0;
  font-size: 0;}

.sf-menu ul {
  position: absolute;
  top: -999em;
  background: #ffffff; }

.sf-menu ul li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 12px; }

.sf-menu > li > .sf-with-ul:after {
  font-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  margin: auto 0;
  cursor: pointer; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu > li {
  display: inline-block; }

.sf-menu > li > a {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
  font-family: 'Open Sans';
  vertical-align: top;}

.sf-menu > li:last-child > a:not(.sf-with-ul) {
  padding-right: 0; }

.sf-menu li li li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px; }

.sf-menu li li li a {
  border:1px solid red;
  text-transform: none; }
  @media (min-width: 480px) {
    .sf-menu li li li a {
      display: inline-block;
      vertical-align: top;
      padding-left: 14px; }}

.sf-menu li ul {
  /* match top ul list item height */
  z-index: 99;
  padding: 20px 0px 10px 0px;
  top: 100%;
  left: 0;
  display: none;
  text-align: center;
  margin-top: 0;
  border-radius: 10px }

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  padding: 16px 0 0 0;
  margin: 0; }

.sf-menu li li li ul {
  padding: 0 0 0 20px;
  margin-top: 15px; }

.sf-menu li:hover li ul,
.sf-menu .sfHover li ul {
  top: -999em; }

.sf-menu li li:hover ul,
.sf-menu li .sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

.sf-menu li li:hover li ul,
.sf-menu li .sfHover li ul {
  top: -999em; }

.sf-menu li li li:hover ul,
.sf-menu li li .sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

.sf-menu > li > ul {
  width: 85%; }

.sf-menu > li > ul > li {
    float: left;
    width: 13.667%;
    padding-right: 0px;
    text-align: center;
}

#block_top_menu .category-thumbnail {
  width: 50%;
  float: right;
  overflow: hidden;
  padding: 0;
  margin: 0; }

ul .category-thumbnail > div,
ul #category-thumbnail > div {
  overflow: hidden;
  padding: 5px 0; }

ul .category-thumbnail > div:last-child,
ul #category-thumbnail > div:last-child {
  margin-right: 0; }

.wrap_banner_item {
  position: relative; }

.banner_thumb.autofocus .wrap_scale.wrap_image_thumb {
  position: static; }

.banner_thumb.autofocus:before,
.banner_thumb.autofocus:after,
.banner_thumb.autofocus .wrap_scale:before,
.banner_thumb.autofocus .wrap_scale:after {
  border-width: 1px; }

.banner_thumb.autofocus:hover:before,
.banner_thumb.autofocus:hover:after,
.banner_thumb.autofocus:hover .wrap_scale:before,
.banner_thumb.autofocus:hover .wrap_scale:after {
  border-color: #ffffff;
  width: 20px;
  height: 20px; }

.sf-menu > li > ul > .category-thumbnail > div img,
.sf-menu > li > ul > #category-thumbnail > div img {
  width: 100%;
  display: block; }

.banner_thumb {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.cat-title {
  display: none; }

.sf-menu .sf-search {
  border: none; }

@media (min-width: 1600px) {
.sf-menu .sf-search {
  border: none;
  margin-right: 30px }}

@media (max-width: 1125px) {
.sf-menu .sf-search input {
  padding: 0px !important }}


.sf-menu .sf-search input {
  display: inline;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  margin: -5px -20px 0 0;
  font-size: 12px;
  color: #fff;
  border: 1px solid #d6d4d4;
  background: transparent;
  border-radius: 5px }

.fixedHeader #block_top_menu {
  padding-top: 18px; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px; }

  #block_top_menu {
    padding-top: 17px;  }

  .fixedHeader #block_top_menu {
    padding-top: 15px; } }
@media (min-width: 769px) {
  #block_top_menu ul .category-thumbnail,
  #block_top_menu ul #category-thumbnail {
    text-align: right; } }
@media (min-width: 1025px) {
  .fixedHeader .sf-contener {
    /*padding-right: 135px;*/ }

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

  .sf-menu > li > ul > .first-in-line-lg {
    clear: left; }

  .sf-menu > li:last-child > ul > li > a {
    font-size: 12px; } }
/* start mobile*/
@media (max-width: 1024px) {
  #menu-label:checked ~ #topMain .mobile-btn,
  #menu-label:checked ~ #topMain .btnfake {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: -webkit-transform .55s ease-out .25s;
    transition: -webkit-transform .55s ease-out .25s;
    transition: transform .55s ease-out .25s, -webkit-transform .55s ease-out .25s;
    transition: transform .55s ease-out .25s;
    will-change: transform; }

  #menu-label ~ #topMain .mobile-btn,
  #menu-label ~ #topMain .btnfake {
    -webkit-transition: -webkit-transform .25s ease-out .55s;
    transition: -webkit-transform .25s ease-out .55s;
    transition: transform .25s ease-out .55s, -webkit-transform .25s ease-out .55s;
    transition: transform .25s ease-out .55s; }

  .sf-menu > li > ul {
    background: none; }

  #block_top_menu .category-thumbnail {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    padding: 0;
    margin-top: 20px; }
    #block_top_menu .category-thumbnail > div {
      width: 33.333%;
      margin-bottom: 15px;
      text-align: center;
      padding: 0 5px; }
    #block_top_menu .category-thumbnail .banner_thumb {
      display: block; }

  .sf-menu ul {
    position: relative; }
    .sf-menu ul li {
      margin: 0; }
  .sf-menu > li {
    float: none;
    border-right: none; }
    .sf-menu > li span {
      position: absolute;
      right: 0px;
      top: 1px;
      width: 36px;
      height: 30px;
      z-index: 2;
      text-align: right; }
      .sf-menu > li span:after {
        color: #ffffff;
        font-size: 11px; }
    .sf-menu > li > ul > li {
      width: 100%;
      margin: 0;
      padding-right: 0; }
  .sf-menu li li ul {
    padding: 0; }
  .sf-menu li li li ul {
    margin: 0; }
  .sf-menu li ul {
    top: 0;
    padding: 0 0 0 20px; }

  .menu-mobile-grover {
    cursor: pointer; }

  #block_top_menu {
    height: 48px;
    left: 0;
    top: 0;
    z-index: 0;
    border-bottom: none;
    padding: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background 0.5s linear, height 0.5s ease-in; }
    #block_top_menu .wrapper-cat-title {
      display: block;
      position: absolute;
      z-index: 4;
      top: 0;
      width: 48px;
      height: 48px;
      cursor: pointer;
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-tap-highlight-color: transparent; }
      .cat-title {
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transform: rotate(0);
        will-change: transform;
        z-index: 4;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        width: 48px;
        display: block;
        margin: 0;
        height: 48px;
        max-height: 44px;
        user-select: none;
        backdrop-filter: saturate(180%) blur(20px);
        max-height: none; }
        .cat-title:before {
          display: block;
          width: 17px;
          height: 1px;
          background: #ffffff;
          position: absolute;
          z-index: 1;
          content: '';
          left: 12px;
          top: 21px;
          bottom: auto;
          transition: transform .2s; }
        .cat-title:after {
          content: "" !important;
          display: block;
          width: 17px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 12px;
          z-index: 1;
          bottom: 23px;
          top: 25px;
          transition: transform 0.2s 0.2s;
          transform: translateY(3px); }

  .sf-menu {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 48px;
    padding: 0 48px;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s; }
    .sf-menu > li > ul > li > a {
      padding-left: 0; }
    .sf-menu li {
      display: inline-block;
      text-align: left;
      z-index: 1;
      vertical-align: top;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transform: scale(1.1) translateY(-24px);
      transition: opacity 0.45s ease-out, transform 0.45s ease-out;
      will-change: transform,opacity;
      position: relative; }
      .sf-menu li a {
        font-weight: 300;
        padding-left: 0;
        overflow: hidden;
        position: static;
        padding-bottom: 1px; }
        .sf-menu li a:after {
          content: '';
          left: 0;
          right: 0;
          top: 48px;
          position: absolute;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .sf-menu li .wrap_image_thumb:after {
        content: none; }

  #menu-label:checked ~ .main_panel #block_top_menu {
    height: 100vh;
    transition: background .5s linear, height .5s linear;
    background: #000000;
    z-index: 5; }
    #menu-label:checked ~ .main_panel #block_top_menu .sf-menu {
      visibility: visible;
      transition-delay: 0s; }
      #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li {
        opacity: 1;
        pointer-events: auto;
        transform: none; }
        #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li:nth-child(1) {
          transition-delay: 0.3s, 0.3s; }
        #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li:nth-child(2) {
          transition-delay: 0.35s, 0.35s; }
        #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li:nth-child(3) {
          transition-delay: 0.4s, 0.4s; }
        #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li:nth-child(4) {
          transition-delay: 0.45s, 0.45s; }
        #menu-label:checked ~ .main_panel #block_top_menu .sf-menu li:nth-child(5) {
          transition-delay: 0.5s, 0.5s; }

  #menu-label:target ~ .main_panel #block_top_menu {
    height: 100vh;
    transition: background .5s linear, height .5s linear;
    background: #000000;
    z-index: 5; }
    #menu-label:target ~ .main_panel #block_top_menu .sf-menu {
      visibility: visible;
      transition-delay: 0s; }
      #menu-label:target ~ .main_panel #block_top_menu .sf-menu li {
        opacity: 1;
        pointer-events: auto;
        transform: none; }
        #menu-label:target ~ .main_panel #block_top_menu .sf-menu li:nth-child(1) {
          transition-delay: 0.3s, 0.3s; }
        #menu-label:target ~ .main_panel #block_top_menu .sf-menu li:nth-child(2) {
          transition-delay: 0.35s, 0.35s; }
        #menu-label:target ~ .main_panel #block_top_menu .sf-menu li:nth-child(3) {
          transition-delay: 0.4s, 0.4s; }
        #menu-label:target ~ .main_panel #block_top_menu .sf-menu li:nth-child(4) {
          transition-delay: 0.45s, 0.45s; }
        #menu-label:target ~ .main_panel #block_top_menu .sf-menu li:nth-child(5) {
          transition-delay: 0.5s, 0.5s; }

  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(1) {
    transition-delay: 0.425s, 0.425s; }
  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(2) {
    transition-delay: 0.375s, 0.375s; }
  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(3) {
    transition-delay: 0.325s, 0.325s; }
  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(4) {
    transition-delay: 0.275s, 0.275s; }
  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(5) {
    transition-delay: 0.225s, 0.225s; }
  #menu-label:not(checked) ~ .main_panel #block_top_menu li:nth-child(6) {
    transition-delay: 0.175s, 0.175s; }

  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(1) {
    transition-delay: 0.425s, 0.425s; }
  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(2) {
    transition-delay: 0.375s, 0.375s; }
  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(3) {
    transition-delay: 0.325s, 0.325s; }
  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(4) {
    transition-delay: 0.275s, 0.275s; }
  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(5) {
    transition-delay: 0.225s, 0.225s; }
  #menu-label:not(target) ~ .main_panel #block_top_menu li:nth-child(6) {
    transition-delay: 0.175s, 0.175s; }

  #menu-label:checked ~ .main_panel #block_top_menu .cat-title {
    transform: rotate(90deg);
    will-change: transform; }
    #menu-label:checked ~ .main_panel #block_top_menu .cat-title:before {
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transform: rotate(-45deg) translateY(3px); }
    #menu-label:checked ~ .main_panel #block_top_menu .cat-title:after {
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transform: rotate(45deg) translateY(-3px); }

  #menu-label:target ~ .main_panel #block_top_menu .cat-title {
    transform: rotate(90deg);
    will-change: transform; }
    #menu-label:target ~ .main_panel #block_top_menu .cat-title:before {
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transform: rotate(-45deg) translateY(3px); }
    #menu-label:target ~ .main_panel #block_top_menu .cat-title:after {
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transform: rotate(45deg) translateY(-3px); } }
@media (max-width: 768px) {
  .sf-menu > li > ul > li {
    width: 33.333%; }

  .sf-menu > li > ul > li > a {
    display: block;
    padding-left: 0; } }
@media (max-width: 479px) {
  #block_top_menu .category-thumbnail > div {
    width: 100%;
    margin-bottom: 10px; }

  .sf-menu li ul {
    text-align: center;
    display: none;
    padding: 0 0 0 15px;
    margin: 0;
    background: none; }
    .sf-menu li ul li {
      width: 100%;
      line-height: 36px;
      padding: 0;
      margin: 0; }
      .sf-menu li ul li .wrap_image_thumb {
        border-bottom: none; }
        .sf-menu li ul li .wrap_image_thumb:after {
          content: none; }
  .sf-menu li li {
    padding: 0;
    padding-left: 24px;
    line-height: 40px; }
    .sf-menu li li a {
      font-size: 12px; }
      .sf-menu li li a:after {
        content: '';
        position: absolute;
        top: 36px;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        width: 100%; }
    .sf-menu li li li ul {
      margin: 0; }
    .sf-menu li li ul {
      padding: 0;
      margin: 0; }
  .sf-menu li a {
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
    padding: 0 0 0 14px; }
    .sf-menu li a:after {
      content: '';
      left: 14px;
      right: 0;
      top: 48px;
      position: absolute;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

  .sf-menu > li > ul > #category-thumbnail > div {
    padding: 0;
    text-align: center; }

  ul .category-thumbnail .banner_thumb,
  ul #category-thumbnail .banner_thumb {
    padding: 0;
    border: 0; }

  ul .category-thumbnail > div,
  ul #category-thumbnail > div {
    margin: 0; }

  .banner_thumb.autofocus .wrap_scale.wrap_image_thumb {
    border: 0;
    margin: 0; }

  #block_top_menu ul .category-thumbnail {
    margin-top: 15px; } }
/* end mobile*/

/*# sourceMappingURL=superfish-modified.css.map */


.first-in-line-xs{
  padding-left: 10.5px !important;
 padding-right: 0px !important;
}




/***********************************************************************************************************************************************/

 /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #fspasc_map {
        height: 425px;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 300;
        margin-left: 12px;
        margin-top: 10px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

      @media (max-width: 768px) {
      #pac-input {
         width: 80%;
    }}

      #pac-input:focus {
        border-color: #4d90fe;
      }

      #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
      }
      #target {
        width: 345px;
      }

/**
 *  2017 ModuleFactory.co
 *
 *  @author    ModuleFactory.co <info@modulefactory.co>
 *  @copyright 2017 ModuleFactory.co
 *  @license   ModuleFactory.co Commercial License
 */

#fspasc_wrapper {

}

.styled-select dt.option {
    display: none;
    border-width: 0px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    color: #666666;
    font-size: 20px;
}

#fspasc_wrapper .carrier_title {
margin-bottom: 10px;
padding-left: 1px;
text-align: center;
background: #a1c65c;
padding: 20px;
color: #fff;
}

#fspasc_map {
    width: 100%;
    margin-bottom: 20px;
}

#fspasc_store_selector {
    margin-bottom: 6px;

}

#fspasc_id_store {
  visibility: hidden;
}

#fspasc_store_address {
   margin-bottom: 20px;
   font-size: 20px;
   margin-top: 20px;
   text-align: center;
}

#fspasc_store_address .title {
    /*font-weight: bold;*/
    padding-left: 1px;
    color: #ccc;
    text-decoration: underline;
}

#fspasc_store_phone {
    margin-bottom: 6px;
}

#fspasc_store_phone .title {
    font-weight: bold;
    padding-left: 1px;
}

.fspasc-clear {
    clear: both;
}

.fspasc-hint {
    opacity: 0.4;
    padding-left: 5px;
}

.fspasc-col-half {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .fspasc-col-half {
        float: none;
        clear: both;
        width: 100%;
    }

    .fspasc-col-half-last {
        margin-top: 20px;
    }
}

#fspasc-date-selector {
    margin-bottom: 6px;
    position: relative;
}

.fspasc-date-selector-button {
    border: 1px solid #cbcbcb;
    background: #d3d3d3;
    color: #454545;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 12px;
    display: inline-block;
}

.fspasc-date-selector-button:hover {
    background: #dcdcdc;
}

body.order p.warning {
    color: #ff0000;
    font-weight: bold;
  }


    /**********************************************************************************************************************************************/



/* color schemes */
#layered_block_left {
  padding-top: 15px;
  text-align: center; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  display: inline-block;
  font-size: 20px;
  line-height: 14px; }

#enabled_filters li a {
  float: right;
  cursor: pointer;
  top: 0; }

#layered_block_left .layered_subtitle_heading {
  position: relative; }
#layered_block_left .layered_close {
  position: absolute;
  display: none;
  width: 40px;
  text-align: right;
  right: 0;
  line-height: 20px;
  top: -3px; }
  #layered_block_left .layered_close a {
    font-size: 0;
    display: block;
    width: 40px;
    height: 31px; }
    #layered_block_left .layered_close a:before {
      content: "\e81a";
      font-family: fontello;
      font-size: 13px; }
  #layered_block_left .layered_close.closed a:before {
    content: "\e81b"; }

#layered_block_left .layered_subtitle {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'MuseoSansCyrl700', 'Open Sans';
    line-height: 1;
    margin-bottom: 10px;
    clear: both;
    margin-top: 10px;
}

#layered_block_left #enabled_filters .layered_subtitle {
  font-size: 16px;
  margin-bottom: 15px; }

#layered_block_left ul {
  clear: both;
  padding: 0; }

.layered_filter_ul > li {
  padding: 2px 0; }

#layered_form .checker,
#layered_form .radio {
  position: absolute;
  top: 3px;
  left: 0; }

#layered_block_left ul li label {
  cursor: pointer;
  color: #4b4b4b;
  display: block;
  word-break: break-word; }

#layered_block_left ul {
  padding-left: 0; }

.layered_filter .layered_filter_ul > li {
  padding-left: 17px; }

.layered_filter_ul > li {
  list-style-type: none;
  width: 100%;
  position: relative;
  padding-bottom: 16px; }

#layered_block_left .layered_filter_ul > li:last-child {
  padding-bottom: 0; }

#layered_block_left .color-group > li {
  padding-left: 0; }

#layered_block_left #enabled_filters,
#layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
   }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#layered_block_left ul li .disabled {
  color: #666666; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; }

#layered_block_left .color-group .nomargin a span {
  display: none; }

#layered_block_left .nomargin a span {
  font-size: 12px;
  float: right; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 91%;
  width: calc(100% - 18px); }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 40px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

.layered_filter {
    clear: both;
    padding-bottom: 0px;
    border-bottom-style: solid;
    width: 24.72%;
    display: inline-table;
}

@media (max-width: 1025px) {
.layered_filter {
    clear: both;
    padding-bottom: 0px;
    border-bottom-style: solid;
    width: 100%;
    display: inline-table;
}}

.layered_filter:after,
.layered_filter:before,
.layered_weight:before,
.layered_price:before,
.layered_weight:after,
.layered_price:after {
  content: '';
  display: table;
  clear: both; }

.layered_weight label,
.layered_price label {
  display: none; }

#layered_weight_range,
#layered_price_range {
  color: #d6d6d6; }

#layered_weight_range span,
#layered_price_range span {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  line-height: 26px;
  padding: 0;
  font-size: 12px;
  min-width: 95px;
  margin-bottom: 5px; }

#layered_weight_range,
#layered_price_range {
  display: block;
  padding-top: 20px;
  text-align: center; }

#page .ui-slider-handle.ui-state-default.ui-corner-all {
  background: #ffffff;
  width: 17px;
  height: 17px;
  border-style: solid;
  border-width: 2px;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

#page .ui-slider-handle.ui-state-default.ui-corner-all:hover {
  border-width: 7px; }

#page .layered_slider.ui-slider.ui-slider-horizontal {
  border: none;
  height: 7px; }

#page .ui-slider-range.ui-widget-header.ui-corner-all {
  border: none;
  height: 7px; }

.layered_weight,
.layered_price {
  margin-bottom: 37px;
  padding-bottom: 35px;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

#layered_block_left #enabled_filters {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding: 10px;
  margin-bottom: 15px;
  display: none }

#layered_form .layered_price ul,
#layered_form .layered_weight ul {
  overflow-x: visible; }

/*fix*/
#layered_form .color-option.on {
  border: 1px solid #00bdff; }

#layered_block_left ul li label.layered_color {
  display: none !important; }

#layered_form .color-option {
  margin-left: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0px; }

#layered_block_left .color-group > li {
  width: auto;
  display: inline-block;
  margin: 1px;
  border: 0px;
  padding: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid transparent; }

#layered_block_left .color-group > li:hover {
  border: 1px solid #00bdff; }

#layered_form .color-option.on {
  border: 1px solid #000000; }

.divider_range {
  margin: 0 5px; }

@media (min-width: 415px) {
  #layered_block_left .layered_close {
    display: none; } }
@media (min-width: 769px) and (max-width: 1199px) {
  #layered_weight_range span,
  #layered_price_range span {
    font-size: 11px; }

  #layered_block_left .layered_subtitle {
    font-size: 15px; } }
@media (min-width: 769px) and (max-width: 991px) {
  #layered_block_left ul li label {
    font-size: 10px; }

  #layered_block_left .layered_subtitle {
    font-size: 12px; }

  .divider_range {
    margin: 0 1px; }

  #layered_weight_range span,
  #layered_price_range span {
    min-width: 72px; } }
@media (min-width: 769px) {
  #layered_block_left .title_block {
    display: none; } }

@media (max-width: 480px) {
  #layered_block_left .layered_subtitle {
    font-size: 13px; } }
@media (max-width: 414px) {
  #layered_block_left {
    padding-top: 0; }
    #layered_block_left .layered_subtitle {
      font-weight: 600;
      margin-bottom: 15px; }
    #layered_block_left ul {
      padding-bottom: 0px; }
      #layered_block_left ul li label {
        color: #4c4c4c;
        font-size: 11px; }
    #layered_block_left .nomargin a span {
      font-size: inherit; }
    #layered_block_left .styled-checkbox, #layered_block_left .styled-radio {
      top: 3px; }

  .layered_filter {
    margin-bottom: 15px;
    padding-bottom: 0; }
    .layered_filter .layered_filter_ul > li {
      padding-bottom: 23px;
      padding-left: 26px; }

  .layered_weight, .layered_price {
    margin-bottom: 15px;
    padding-bottom: 0; }

  /*animation dropdown*/
  .layered_filter_ul {
   /* transform: translateY(-100px);
    opacity: 0;
    position: absolute;
    visibility: hidden;*/
    transition: transform .3s, visibility .3s, opacity .3s;
    will-change: transform; }
    .layered_filter_ul.open {
      position: static;
      opacity: 1;
      overflow: hidden;
      visibility: visible;
      transform: translateY(0px); } }

/*# sourceMappingURL=blocklayered.css.map */



.no-registered{margin:10px 10px 10px 150px; font-weight:bold}



#succes-comment{
    display:none;
  border: 1px solid #4DA400;
    color: #4DA400;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  margin-top:10px
}

.error_testimonials_form{background-color:#FFFCE7}




@media
only screen and (max-width: 760px)  {
    .blog-post-item img, .blog-post-item img.img-responsive, .blog-post-item .body-post img, .other-posts img.img-responsive,
    .owl_blog_home_recents_posts_type_carousel img.img-responsive, .items-articles-block img, .photo-blog img.img-responsive{
        display: inline-block;
        height: auto;
        max-width: 100%;
        width:100%;
    }

    .blog-post-item img.secureCodReview{
        display: inline-block;
        height: auto;
        max-width: none!important;
        width:auto;
    }

    .blog-posts .col-sm-4-custom{width:100%!important}
    .blog-posts .col-sm-8-custom{width:100%!important}

    .post-comments-items .col-sm-2-custom{width:100%!important}
    .post-comments-items .col-sm-10-custom{width:100%!important}

    .blog-post-item .rel-products-block li.no-slider {
        width: 30%!important;
    }

    .block-archives17 .block-items-data,
    .block-search-in-blog .block-items-data,
    .block-tags-blog .block-items-data,
    .block-gallery-blog .block-items-data,
    .block-authors17 .block-items-data
    {padding:0 15px!important;}
}

.blog-post-item {
    border: 1px solid #CCCCCC;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;
}

.img-responsive1{width: 100%}

.blog-post-item h1{
 background:none!important;
 font-size: 30px !important;}

.blog-block-comments{margin-top:20px}






.background-none{background:none!important}


.float-left-table16{float:left}
.sortTools16{padding: 7px 0 32px!important;}
.padding16{height:20px!important}


.blockmanufacturer16-footer td{padding:0 2px!important}
.blockmanufacturer16-footer h4{background:none repeat scroll 0 0 #383838;margin:5px!important}
.blockmanufacturer16-footer li, .blockmanufacturer16 li{padding:7px 0}
.blockmanufacturer16-footer li a, .blockmanufacturer16 li a{padding: 7px 11px 5px 22px;}
.blockmanufacturer16-footer .search-blog{width:140px!important}

.blockmanufacturer16 td{padding:0 2px!important}



.home-date-item{text-align:right;font-size:11px}
.left-right-date-item{text-align:left;font-size:11px}


/** related products **/

.blog-post-item .rel-products-block{margin-top:20px;margin-bottom:20px}

.blog-post-item .related-products-title{
  font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

.blog-post-item .rel-products-block li, .blog-post-item .rel-products-block ul{list-style: none!important;position:relative}

.blog-post-item .rel-products-block li {
    border: 1px solid #d6d4d4;
    float: left;
    padding: 10px;
    width: 100%;
    list-style: none outside none;

}

.blog-post-item .rel-products-block li.no-slider {
    border: 1px solid #d6d4d4;
    float: left;
    margin: 5px;
    padding: 10px;
    width: 31%;
    list-style: none outside none;
    min-height:120px
}



.blog-post-item .rel-products-block li.li14-list{
  width:27%!important;
  min-height:170px!important;
}

.blog-post-item .rel-products-block li .products-block-image {
    border: 1px solid #d6d4d4;
    display: block;
    margin-bottom:10px;
    text-align: center;
    padding: 5px;

}

.blog-post-item .rel-products-block li .products-block-image img.img-responsive{display: inline!important}


.blog-post-item .rel-products-block li .products-block-image14{
    border: 1px solid #d6d4d4;
    float: left;
    margin-right: 5px;
    margin-bottom:5px;
}

.blog-post-item .rel-products-block li .product-content {
    overflow: hidden;
    height:80px
}

.blog-post-item .rel-products-block li .product-content h5 {
    margin: -3px 0 0;
}

.blog-post-item .rel-products-block .product-description {
    margin-bottom: 14px;
    padding-bottom:0px!important;
    font-size:11px
}

.blog-post-item .rel-products-block .product-name {
    font-size: 12px;
    line-height: 18px;
}

/** related products **/




/** last comments **/

.last-comments-block ul li{list-style: none outside none;background:none!important}
.last-comments-block ul li a{padding:5px!important;background:none!important}

.all-comments-items{margin-top:0px!important}


/** last comments **/

.block a.button{margin:0 auto}

/** home page vertical blocks **/
li.vertical-blocks-blog{float:left;width:50%;height:320px}
li.vertical-blocks-blog table{height:100%;border: none!important;}
li.vertical-blocks-blog tr{border: none!important;}
li.vertical-blocks-blog td{border: none!important;}

li.vertical-blocks-blog .v-b-bottom{vertical-align:bottom}
li.vertical-blocks-blog td.v-b-title{padding:5px 0;text-align:center}
li.vertical-blocks-blog td.v-b-title a{padding: 5px}
li.vertical-blocks-blog td.v-footer{padding: 0 20px!important}
/** home page vertical blocks **/

.blog-post-content{margin-top:10px;}
.blog-post-content img{display:block;max-width: 100%; height:auto;}






/* NEW CSS FOR BLOG */
.float-left{float:left!important}
.float-right{float:right!important}
.clear{clear: both;}
.clr {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.block-no-items{padding:10px}
.block-view-all{margin-top:10px;text-align:center}
.margin-top-10{margin-top:10px}
.display-none{display: none}
.text-align-center{text-align: center!important;}


.items-articles-block {
    padding: 0px 5px;
    overflow: hidden;
}

.items-articles-block .current-item-block {
    padding: 7px 0px;
    border-bottom: 1px solid #ecf0f1;
}

.items-articles-block .current-item-block .block-content{

    margin: 10px 10px 0 10px;
}

.items-articles-block .current-item-block .blog-block-content{
    margin: 10px 0;
}

.items-articles-block .current-item-block .item-article {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 0 9px;
    text-transform: uppercase;
    text-decoration: underline;

}

.items-articles-block .current-item-block a.item-article:hover {
    text-decoration: underline;
}

.items-articles-block .current-item-block .item-comm {
    font-size: 14px;
    line-height: 1.3em;
    text-decoration: none;
}

.items-articles-block .current-item-block a.item-comm:hover {
    text-decoration: none;
}

.block-blog-like, .block-blog-date {
    padding: 10px 0 5px 0;
}



.block-blog-like a {
    text-decoration: none;
    font-size: 12px;
}

.block-blog-like a:hover {
    text-decoration: none;
}

.block-side {
    text-align: center;

}



.search_blog input.search_text{width:120px;float:left;margin-top:5px}
.search_blog input.search_go{float:left;margin-top:5px}
.search_blog form{margin:0px}
.search_blog h4.title_block {margin-bottom:0px}
.search_blog .block_content{background:none repeat scroll 0 0 #EEEEEE;padding:5px}
.arch-subitem{font-weight:normal;background:none!important}
.arch-category{font-weight:bold;background:none!important}
.arch-subcat{background:none!important}



.items-cat-block
{
    padding: 5px;
    font-size: 12px;
}

.items-cat-block .name-category {
    margin-bottom: 10px;
}

.items-cat-block a {
    font-size: 14px;
}

.items-cat-block .category-button-view-all{margin-top:20px}


.footer-block-class-first{margin-left:10px}
.footer-block-class-last{float:left}
.footer-block-class{float:left;margin-right:10px;}


.rss-home-block{text-align:center;font-size:12px}


/* blog posts */

.blog-header-toolbar{margin-top:10px;border:1px solid #CCCCCC;padding:5px}

ul.blog-posts{list-style: none!important;overflow: hidden;width:100%}

@media (min-width: 769px) {
.blog-posts li {
    border: 1px solid #dad4d4;
    padding: 10px;
    list-style: none !important;
    width: 33%;
    margin-bottom: 10px;
    display: inline-block;
}}

@media (max-width: 769px) {
.blog-posts li {
    border: 1px solid #dad4d4;
    padding: 10px;
    list-style: none !important;
    width: 100%;
    display: inline-block;
}}


.blog-posts .photo-blog{text-align:center}

.blog-posts .photo-blog img:hover{transform: scale(1.04);}
.blog-posts .photo-blog img:hover{transition: all 0.7s ease 0s;}

.blog-posts .top-blog{padding:0 10px}

.blog-posts .top-blog h3{
    padding: 0px;
    margin-top: 18px;

}
.blog-posts .top-blog h3 a{
    font-size:16px;color:#49af17;
    font-size: 20px;
    font-weight: 100;


}
.blog-posts .top-blog h3 a:hover{color:green; text-decoration: underline;}

.blog-posts .top-blog p{
    font-size:13px;padding:10px 0px 10px 0px
}

.blog-posts .top-blog p .posted_in{
    text-transform:uppercase;
    text-decoration:underline;
}



.blog-posts .top-blog .comment a{
    text-decoration:none;
    color:#006699;
}

.blog-posts .body-blog{
    font-size: 15px;
    line-height: 1.4em;
    padding:10px 0px;
}

.blog-posts a.readmore{text-decoration:none}
.blog-posts .btn.readmore {
    background-color: #ccc;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    padding: 3px 9px;
    text-shadow: none;
}
.blog-posts a.readmore:hover{
    background-color:#e6e6e6;
    text-decoration:none
}

.toolbar-paging{background: none repeat scroll 0 0 #F3F3F3;}

.toolbar-paging .pagination{padding: 5px 0 0 0; margin:5px 0; display: inline-block;width:auto!important;}


.sortTools  {
    background: none repeat scroll 0 0 #F3F3F3;
    font-size: 85%;
    height: 21px;
    padding: 7px 0 8px;
}


.sortTools ul.actions {
    float: left;
}
.sortTools ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sortTools ul li.frst {
    border-width: 0;
}
.sortTools ul li {
    list-style: none outside none;
    color: #ACACAC;
    float: left;
    margin: 0;
    padding: 3px 10px 4px;
}
.sortTools ul li select, .sortTools ul li strong {
    font-size: 12px;
    color:#333;
}
.sortTools ul li span {
    font-size: 12px;
}

.sortTools ul.sorter {
    float: right;
}


.pages { color:#2580C7;  }
.pages span.text-page{font-size:12px;}
.pages span, .pages b, .pages a { font-weight:bold; }
.pages a{color:#2580c7}
.pages span { color:#2580C7; padding:1px 8px 2px 0; }
.pages span.nums { padding:0 10px 0 5px; }
.pages span.nums b, .pages span.nums a { padding:1px 6px 3px 6px; background:#ececec; text-decoration:none; margin-right:4px; }
.pages span.nums a:hover { background:#2580c7; color:#fff; }
.pages span.nums b { background:#6ec31c; color:#fff; }





/* bootstrap */

.row-custom{margin-left:0px;margin-right: 0px}
.col-sm-5-custom, .col-sm-7-custom, .col-sm-8-custom, .col-sm-12-custom, .col-sm-4-custom, .col-md-2-custom, .col-sm-2-custom,
.col-md-10-custom, .col-sm-10-custom, .col-xs-3-custom, .col-xs-9-custom{
    float:left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-sm-5-custom{width: 41.6667%;}
.col-sm-7-custom{width: 58.3333%;}
.col-sm-12-custom{width: 100%;}
.col-sm-4-custom{width:33.3333%}
.anchoimagen{width: 100%}
.col-sm-8-custom{width:66.6666%}
.col-md-2-custom, .col-sm-2-custom{width: 16.6667%}
.col-md-10-custom, .col-sm-10-custom{width:83.3333%}

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

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

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


/** post page **/

.post-page{
    padding:10px 5px
}

.post-page .image{
    margin-bottom:20px;
    text-align:center;
}

.post-page  .image{
    margin:20px 0px;
}
.post-page .top-post{
    margin:20px 0;
}
.post-page .top-post h1{
    color: #4da400;
    font-size: 21px;
    font-weight:100;

}
.post-page .top-post p{
    font-size:13px;
}

.post-page .top-post a.tag-blockblog, .tags-block-blockblog a.tag-blockblog{
    animation: 0.000001s ease 0s normal none 1 running tag-fix;
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #333;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    transition: background-color 350ms ease 0s;
    float:left;
}

.post-page .top-post .tags-blockblog-txt, .tags-block-blockblog .tags-blockblog-txt{
    float:left;
    margin-right: 10px;
    margin-top: 5px;
}

.post-page .top-post a.tag-blockblog:hover, .tags-block-blockblog a.tag-blockblog:hover{
    background-color: #e6e6e6;
    color:#333;
}

.post-page .top-post p .posted_in{
    text-decoration: underline;
    text-transform: uppercase;
}

.post-page .top-post p.comment a{
    color: #006699;
    text-decoration: none;
}

.post-page .body-post{

    font-size:14px;
    line-height: 21px;
    margin:10px 0;
}

.post-page .body-post p{
    margin: 10px 0px!important
}

.post-page .body-post ul,
.post-page .body-post ol,
.post-page .body-post dl,
.post-page .body-post li {
    list-style: inside none none;

}

.post-page .body-post ul li, .post-page .body-post ol li  {
    list-style-type: disc;
}



.post-page .body-post a{
    text-decoration:underline;
}


.sharebox {
    font-size: 20px;
}

.sharebox {
    margin: 10px
    0 20px;
    text-transform: uppercase;
}

.sharebox
i {
    margin: 0
    5px 5px;
}

.sharebox
a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    margin: 0
    11px 0 0;
    text-decoration: none;
    width: 95px;
}

.sharebox
a {
    float: left !important;
    margin-top: 10px;
    margin-right: 5px;
}

.sharebox
a.fb {
    background-color: #3f5f9d;
}

.sharebox
a.gplus {
    background-color: #bd543c;
}

.sharebox
a.twitter {
    background-color: #3b8cad;
    background-image:none!important;
}

.sharebox
a.pinterest {
    background-color: #cb2027;
    background-image:none!important;
}

.sharebox
a.tumblr {
    background-color: #314358;
}

.sharebox
a.linkedin {
    background-color: #71A8CE;
}

/* related posts */
.blog-post-item .related-posts-title{
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}


.other-posts {
    margin-bottom: 10px;
}


.other-posts ul li, .other-posts ul{list-style: none!important;position:relative}

.other-posts .b-title .other-posts-title {
    font-size: 18px;
    font-weight: 100;
}

.other-posts .block-top {
    text-align: center;
}

/*.other-posts .block-top a{display: inline-block}*/


.other-posts .block-content a {
    color: #069;
    line-height: 1.25;
    font-weight: 100;
    font-size: 14px;
}

.other-posts .block-footer {
    margin-top: 10px;
}

.other-posts .block-footer time,
.other-posts .block-footer
span {
    color: #666;
}

.other-posts .block-footer
a {
    color: #069;
    text-decoration: none;
}
/* related posts */


/* comments */
.post-comments-items{margin-top:10px}
.post-comments-items .comments-title {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #dad4d4;
    padding-bottom: 10px;
}

.post-comments-items .comments-title .h-post-title {
    font-size: 18px;
    font-weight: 100;
}

.post-comments-items .panel-body {
    font-size: 14px;
}

.post-comments-items .comment-user,
.post-comments-items .comment-date {
    margin-bottom: 10px;
}

.post-comments-items .comment-post {
    margin-top: 10px;
    line-height: 1.5em;
}

.post-comments-items .text-left {
    text-align: left;
}

.post-comments-items a,
.post-comments-items a:hover {
    text-decoration: none;
    color: #006699;
}

.block-no-items{text-align:center}
/* comments */


/* add comment */
.add-comment-form {
    padding: 20px;
    background:#f5f5f5;
}

.add-comment-form .control-label {
    font-size: 12px;
}

.add-comment-form .form-group {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.alert {
    font-size: 12px;
}

.post-comments-items .image-name {
    font-size: 12px;
}
.post-comments .req, .add-comment-form .req {
    color: red;
}

.blog-post-item .leaveComment-title {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top:20px;
    margin-bottom: 10px;
}

.add-comment-form .inpCaptcha{
    width:30%!important;
    float:left!important;
    margin-left:10px!important;
}

.btn-primary-custom {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary-custom:hover, .btn-primary-custom:focus, .btn-primary-custom:active, .btn-primary-custom.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
.btn-custom {
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.error-label, .error-label p{color:red}
.errorTxtAdd{color:red;font-size:12px;padding:3px 0;}
.error-current-input{background-color:#ffeeee!important;}



/* add comment */


/** post page **/

/* add form fix */

.post-comments-items .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;

}


.post-comments-items .panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.post-comments-items .panel-body {
    padding: 15px;
}

.post-comments-items figure {
    margin: 0;
}

.post-comments-items figcaption.image-name{text-align: center}

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

#leaveComment .form-group {
    margin-bottom: 15px;
}
#leaveComment label {
    display: inline-block;
    font-weight: bold;

}

#leaveComment .form-control {
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    color: #9c9b9b;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    box-shadow: none;
    padding: 3px 5px;
}

#leaveComment textarea.form-control {
    height: auto;
}

#leaveComment button, #leaveComment input[type="button"], #leaveComment input[type="reset"], #leaveComment input[type="submit"] {
    cursor: pointer;
}

#leaveComment .form-group label{margin-right:0px!important}

.margin-left-left-10{margin-left: 10px}
.blockblog-views{font-size:12px}


.blog-category-title{margin:20px 0 10px 0}
.category-content{margin: 10px 0}
.block-data-category{margin-top: 20px}


.tagsBoxSearch {
    line-height: 2em;
    overflow: hidden;
    padding: 10px 10px 20px;
    text-align: center;
}

.tagsBoxSearch a{margin:0 4px; color: #2580c7;}
.tagsBoxSearch a:hover{text-decoration: underline}

.margin-right-10{margin-right:10px}


.fcomment-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 5px;
}
.fcomment-content {
    margin: 0 0px 20px;
}


#commentform .rating-input i, .post-comments-items .rating-input i, .top-blog .rating-input i,
.top-post .rating-input i, .rel-posts-block .rating-input i, .items-articles-block .rating-input i,
.block-items-data .rating-input i, .my-account-comments-rating  .rating-input i{margin:2px;color:#f9b002}


#commentform .rating-input i:hover{cursor: pointer}

.post-comments-items .rating-input i, .top-blog .rating-input i, .top-post .rating-input i,
.rel-posts-block .rating-input i, .items-articles-block .rating-input i, .block-items-data .rating-input i{margin:0px}

.post-comments-items .text-left{padding-bottom: 0px}


.post-comments-items .reponse-comment-post, .top-blog .reponse-comment-post{margin: 20px 0 10px 30px;}
.post-comments-items .title-reponse-comment-post, .top-blog .title-reponse-comment-post{padding: 0 0 7px;}



#commentform .col-xs-9-custom{margin-top: 7px}

#sitemap code{padding:0px!important;}

.blog_post_author{text-decoration: underline!important;}


.avatar-block-rev img {
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
}

.avatar-blockblog-post-form img{
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    height: 55px;
    padding: 0;
    width: 55px;
}

.post-comments-items img.img-responsive{
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    height: 95px;
    padding: 0;
    width: 95px;
}

.post-comments-items img {
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
}

.no-registered-blockblog{font-weight:bold;text-align:center;border: 1px solid #cccccc;padding:10px}
.text-no-reg{text-align:center;font-weight:bold}
.no-reg-button{text-align:center}


.gallery_list li {
    float: left;
    padding: 15px;
    width: 25%;
    border: none!important;;
}

.gallery_item {
    backface-visibility: hidden;
    /*float: left;*/
    overflow: hidden;
    perspective: 500px;
    position: relative;
    width: 100%;
}

.gallery_item > img {
    backface-visibility: hidden;
    /*float: left;*/
    max-width: 100%;
    perspective: 500px;
    transform: scale3d(1, 1, 1);
    transition: all 0.35s ease 0s;
}

.gallery_item:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-block-blockblog li{
    width:33.3%;
    float:left;
    padding: 0px !important;

}

.gallery-block-blockblog-home li{
    width:25%;
    float:left;
    padding: 0px 5px !important;
}

.gallery-block-blockblog li .lazyload, .gallery-block-blockblog-home li .lazyload{
    display: block;
}


/* gdpr */
#commentform #gdpr_consent{margin-left:26%}



/************************** INICIO CSS MENU *******************************/



.ets_mm_megamenu.ets-dir-rtl {
    direction: rtl;
}

.layout_layout4 span.mm_bubble_text {
    top: 2px;
}

.ets-dir-rtl .mm_tab_toggle_title {
    float: right;
}

.ets-dir-rtl .mm_tab_has_child::after {
    left: 15px;
    right: auto;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.ets-dir-rtl .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before {
    left: -3px;
    right: auto;
}

.menu_block_product .product-name:before,
.menu_block_product a:before {
    display: none !important;
}

body .ets_mm_megamenu.bg_submenu:before,
body .container .ets_mm_megamenu.bg_submenu:before {
    content: '';
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100vw;
    opacity: 1;
    top: 100%;
    z-index: 1;
    visibility: visible;
}

body .ets_mm_megamenu.bg_submenu:before {
    left: 0;
}

body .container .ets_mm_megamenu.bg_submenu:before {
    left: calc((100vw - 1180px) / -2);
    left: -webkit-calc((100vw - 1180px) / -2);
    left: -moz-calc((100vw - 1180px) / -2);
    left: -o-calc((100vw - 1180px) / -2);
}

.bg_submenu:before {
    height: 100vw;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    width: 100vw;
    opacity: 1;
    top: 100%;
    z-index: 1;
}

.mm_tab_toggle_title img {
    margin-right: 5px;
    width: 16px;
}

li.menu_block_product {
    padding: 0;
}

.menu_block_product .right-block h5 {
    font-weight: 600;
    margin-top: 0;
}

.menu_block_product a.product_img_link {
    border: 1px solid #eee;
    display: block;
    float: left;
    overflow: hidden;
}

.mm_block_type_product span.product_combination {
    font-size: 13px;
    color: #8f8f8f;
    font-weight: normal;
    margin-top: 6px;
    display: block;
}

.ets_mm_megamenu:not(.scroll_heading) .menu_ver_alway_show_sub ul.mm_columns_ul.mm_columns_ul_tab.mm_columns_ul_tab_content {
    display: none;
}


.ets_mm_megamenu:not(.scroll_heading) .menu_ver_alway_show_sub ul.mm_columns_ul.mm_columns_ul_tab.mm_columns_ul_tab_content.active {
    display: block;
}

.menu_ver_alway_show_sub .mm_menu_content_title .mm_arrow {
    display: none;
}

.ets-dir-rtl .mm_tabs_li {
    float: right;
}

@media (min-width: 768px) {
    .menu_ver_alway_show_sub > .arrow {
        display: inline-block;
        right: 10px;
        margin-top: -50px;
        float: right;
        height: 40px;
        width: 40px;
        z-index: 101;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

    .menu_ver_alway_show_sub > .arrow:after {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #fff;
        content: "";
        display: inline-block;
        font-size: 81%;
        vertical-align: 3px;
        margin-left: 1px;
        margin-top: 18px;
    }
}

.mm_extra_item > div.layer_cart_overlay {
    height: 100%;
    max-height: 100%;
}

.mm_extra_item {
    float: right;
    padding-right: 10px;
    position: relative;
    z-index: 10;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
}

.ets_mm_megamenu .display_tabs_in_full_width .mm_columns_ul {
    right: 0;
}

.mm_extra_item .mm_custom_text {
    margin: 20px 5px 0px 0;
    min-width: 0;
    width: auto;
}

.layout_layout4 .mm_extra_item .mm_custom_text {
    margin: 15px 0 0;
}

.mm_extra_item > div {
    float: left;
    margin-left: 10px;
    padding: 0 !important;
    width: auto;
    white-space: nowrap;
}

.mm_extra_item > div.search-widget {
    min-width: 30px;
    margin-left: 10px;
}

.mm_extra_item .cart-preview.inactive .header {
    padding: 18px 0;
}

.mm_extra_item > div *:not(i) {
    font-size: 14px;
}

.mm_extra_item form {
    float: left;
    height: 100%;
    max-height: 60px;
    position: relative;
    top: 0;
    width: 100%;
}

.layout_layout4 .mm_extra_item form {
    max-height: 46px;
}

.mm_extra_item:not(.mm_display_search_default) form button[type="submit"] {
    bottom: 50%;
    line-height: 38px;
    right: 0;
    cursor: pointer;
    outline: medium none !important;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    padding-right: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.mm_extra_item.active:not(.mm_display_search_default) form button[type="submit"] {
    padding-right: 5px;
}

.mm_mnu_display_img a {
    display: block;
    overflow: hidden;
}

.ets_mm_megamenu_content .ets_mm_megamenu_content_content {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    position: relative;
    width: 69%;
}

.mm_extra_item:not(.mm_display_search_default) input[type="text"] {
    bottom: auto !important;
    opacity: 0;
    top: 50%;
    position: absolute;
    right: 0;
    border: 1px solid #e7e7e7;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    box-shadow: 0 0 6px -1px #999;
    -webkit-box-shadow: 0 0 6px -1px #999;
    visibility: hidden;
    width: 30px;
    height: 42px;
    padding: 0 10px;
}

.mm_extra_item form input[type="text"]:focus {
    outline: medium none;
    -webkit-outline: medium none;
}

.mm_extra_item.active input[type="text"] {
    opacity: 1;
    visibility: visible;
    width: 200px !important;
}

.mm_extra_item input[type="text"] {
    border: 1px solid #e7e7e7;
    min-height: 36px;
    position: relative;
    top: 50%;
    border-color: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mm_extra_item .search-widget form button[type="submit"] {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: auto;
}

.mm_extra_item.mm_display_search_default .search-widget form input[type="text"] {
    padding-right: 40px;
    min-width: 120px;
}

/*vertical menu*/

.ybc-menu-vertical-button {
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    padding: 13px 15px;
    text-transform: uppercase;
    display: flexbox;
    display: -o-flexbox;
    display: -ms-flexbox;
    display: -moz-flexbox;
    display: -webkit-flexbox;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    border-left: 1px solid #e7e7e7;
    position: relative;
    border-right: 1px solid #e7e7e7;
}

.mm_mnu_display_img a::before {
    display: none !important;
}

.ybc-menu-vertical-button .icon-bar {
    background-color: #777;
    clear: left;
    float: left;
    height: 2px;
    margin: 5px 3px 0px 0;
    width: 20px;
}

.ybc-menu-button-toggle_icon {
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 7px;
}

.ybc-menu-button-toggle_icon img {
    float: left;
    max-height: 24px;
}

.ybc-menu-button-toggle_icon_default {
    float: left;
}

.ybc-menu-button-toggle_icon.ybc-menu-button_not_text {
    margin-right: 0;
}

/**/
.mm_menus .mm_tabs_ul > li {
    float: left;
    padding: 64px 10px 3px;
    text-transform: capitalize;
    width: 100%;
}

.mm_tab_li_content {
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin-bottom: -1px;
    margin-left: 0px;
    width: 200px;
}

.layout_layout3 .mm_tab_li_content,
.layout_layout3 .mm_tabs_li .mm_columns_contents_ul {
    border-color: rgba(255, 255, 255, 0.1);
}

.ets-dir-ltr .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
    border-right: 1px solid #fff;
    z-index: 1;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
    z-index: 1;
}

.layout_layout4 .mm_menu_content_title {
    padding: 15px 10px;
}

.mm_menu_content_title i {
    margin-right: 3px;
}

.mm_tabs_li .mm_columns_contents_ul {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 199px;
    margin-left: -1px;
    opacity: 0;
    padding: 15px 5px 10px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    visibility: hidden;
    width: calc(100% - 197px);
    width: -o-calc(100% - 197px);
    width: -webkit-calc(100% - 197px);
    min-height: calc(100% + 1px);
    min-height: -o-calc(100% + 1px);
    min-height: -webkit-calc(100% + 1px);
}

.mm_tab_has_child::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    width: 6px;
}

.mm_tab_toggle_title {
    float: left;
    padding: 9px 15px;
    position: relative;
}

.mm_tab_name.mm_tab_toggle {
    cursor: pointer;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}

.mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before {
    border-right: 2px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
    width: 3px;
    z-index: 11;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub {
    direction: rtl;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub > a {
    direction: ltr;
}

.ets-dir-rtl .mm_menus_li.mm_sub_align_right.mm_has_sub > a {
    direction: rtl;
}

.ets-dir-rtl .mm_block_type_product .thumbnail-container .product-title {
    text-align: right;
}

.mm_menus_li.mm_sub_align_right.mm_has_sub .mm_columns_ul {
    direction: ltr;
}

.ets-dir-rtl .mm_menus_li.mm_sub_align_right.mm_has_sub .mm_columns_ul {
    direction: rtl;
}

.mm_tab_content_hoz {
    position: unset;
}

.mm_tabs_li {
    float: left;
    clear: both;
}

.mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
    padding: 0 !important;
}

.mm_tabs_li.mm_tab_content_hoz .mm_columns_contents_ul {
    top: auto;
}

@media (min-width: 768px) {
    .mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
        height: 0;
    }
}

.ets_item_name {
    clear: both;
    display: block;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
}

.ets_item_img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    overflow: hidden;
    perspective: 500px;
    -webkit-perspective: 500px;
}

.row_ets_mm_hook_to .help-block {
    display: none;
}

.row_ets_mm_hook_to .help-block.active {
    display: none;
}

.ets_mm_megamenu {
    background-color: #FFFFFF;
    clear: left;
    display: contents;
    margin-top: 10px;
    padding: 0;
    z-index: 100;
    position: relative;
    width: 100%;
}

.ets_mm_megamenu.hook-default {
    padding: 30px 15px 0;
}

.changestatus .mm_menus_ul, .changestatus .mm_menus_ul * {
    pointer-events: auto !important;
}

li.has-sub > .ets_mm_categories {
    box-shadow: 0 0 2px 0 #DFDFDF;
    -webkit-box-shadow: 0 0 2px 0 #DFDFDF;
}

.ac_results {
    min-width: 200px;
}

.ets-dir-rtl .ets_mm_block_content ul li.has-sub li {
    border-color: #DEDEDE;
}

.layout_layout3 .ets_mm_block_content .has-sub .has-sub > a:after {
    position: absolute;
    right: 0;
    color: #333
}

.layout_layout3.ets-dir-rtl .ets_mm_block_content .has-sub .has-sub > a:after {
    right: auto;
}

.layout_layout3.ets-dir-ltr .ets_mm_block_content .has-sub .has-sub > a {
    padding-right: 10px;
}

.mm_menus_li:nth-child(2) {
    border-left: medium none;
}

.mm_menu_content_title {
    display: inline-block;
    float: left;
    padding: 20px;
    position: relative;
}

.mm_menus_li > a,
.mm_menus_li > a span:not(.mm_bubble_text) {
    /*height: 100%;*/
}

.ets-dir-rtl .mm_menus_li {
    float: right;
}

.mm_menus_li > a {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    position: relative;
    color: #484848;
    width: 100%;
    text-transform: uppercase;
}

.mm_bubble_text {
    display: inline-block;
    font-size: 10px;
    right: 10px;
    line-height: 14px;
    margin-left: 0;
    padding: 0 5px;
    position: absolute;
    text-transform: capitalize;
    top: 5px;
    white-space: nowrap;
}

.mm_tab_toggle_title .mm_bubble_text {
    top: 2px;
}

.ets_mm_block_content .has-sub > a:after {
    border-left: 4px solid rgba(0, 0, 0, 0) !important;
    border-right: 4px solid rgba(0, 0, 0, 0) !important;
    border-top: 4px solid #333333;
    content: "";
    margin-left: 5px;
    position: relative;
    top: 13px;
}

.mm_block_type_product .product-desc {
    margin-bottom: 5px;
}

.close_menu .pull-left,
.ets-dir-rtl .close_menu .pull-right {
    float: left;
}

.ets-dir-rtl .close_menu .pull-left,
.close_menu .pull-right {
    float: right;
}

.ets-dir-rtl .arrow {
    left: 5px;
    right: auto;
}

.mm_menus_li > a > img, .mm_menus_li > a > i.fa {
    float: left;
    line-height: 20px;
    margin-right: 5px;
}

.layout_layout3 .ets_mm_block_content .has-sub > a:after {
    content: "›";
    border: none;
    top: 0;
    float: right;
    color: rgba(255, 255, 255, 0.3);
}

.ets-dir-rtl.layout_layout3 .ets_mm_block_content .has-sub > a:after {
    /*content: "‹";
    border: none;*/
    float: left;
}

.ets-dir-rtl .product_list .comments_note .star_content {
    float: right;
    text-align: right;
}

.layout_layout3 .ets_mm_block_content a {
    display: block;
    line-height: 38px;
    width: 100%;
}

.layout_layout3 .mm_blocks_ul {
    color: #dcdcdc;
}

.ets-dir-rtl .mm_bubble_text {
    left: 5px;
    right: auto;
}

.ets-dir-rtl .ets_mm_block_content ul li ul {
    left: auto;
    right: 100%;
}

.ets-dir-rtl .star {
    float: right;
}

.ets-dir-rtl.layout_layout3 .ets_mm_block_content .has-sub > a:after {
    top: 0;
}

.ets-dir-rtl .ets_mm_block_content .has-sub > a:after {
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
    top: 14px;
    vertical-align: top;
}

.ets-dir-rtl .ets_mm_block_content ul li ul {
    margin-right: 20px;
}

.ets-dir-rtl .ets_mm_block_content ul li ul:before {
    left: 100%;
    right: auto;
    top: 0;
}

.ets-dir-rtl.layout_layout4 .ets_mm_block_content ul li {
    float: right;
}

.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
    opacity: 0;
}

.ets_mm_megamenu .mm_columns_ul.mm_columns_ul_tab {
    border: medium none;
}

.ets_mm_megamenu .mm_columns_ul {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    background-size: auto;
    pointer-events: none;
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    z-index: 10;
    padding-top: 15px;
    background-repeat: no-repeat;
    border-radius: 10px !important;
}

.ets_mm_megamenu .mm_no_border .mm_columns_ul {
    z-index: 1;
}

.layout_layout1 .mm_menus_li.mm_has_sub.mm_no_border > a::after {
    background-color: inherit !important;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    visibility: visible;
    width: 100%;
    z-index: 1111;
}

.ets_mm_megamenu .mm_columns_ul:before {
    bottom: 100%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

.mm_menus_li:hover .mm_columns_ul,
.ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
    opacity: 1;
    pointer-events: auto;
    -o-pointer-events: auto;
    -webkit-pointer-events: auto;
    visibility: visible;
}

.ets-dir-rtl.layout_layout3 .ets_mm_block_content ul li ul {
    margin: 0 5px;
}

.column_size_1 {
    width: 8.33333%;
}

.column_size_2 {
    width: 16.6667%;
}

.column_size_3 {
    width: 25%;
}

.column_size_4 {
    width: 33.333%;
}

.column_size_5 {
    width: 41.6667%;
}

.column_size_6 {
    width: 50%;
}

.column_size_7 {
    width: 58.3333%;
}

.column_size_8 {
    width: 66.6667%;
}

.column_size_9 {
    width: 75%;
}

.column_size_10 {
    width: 83.3333%;
}

.column_size_11 {
    width: 91.6667%;
}

.column_size_12 {
    width: 100%;
}

.mm_columns_li {
    float: left;
}

.mm_menus_li {
    float: left;
}

.mm_blocks_li {
    float: left;
    padding: 0px 15px;
    margin-bottom: 15px;
    width: 100%;
}

.mm_blocks_ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    width: 100%;
}

.ets_mm_megamenu ul {
    margin: 0;
    padding: 0;
}

.sub_type_2 .ets_mm_block > h4 {
    border-bottom: medium none;
}

.sub_type_2 .mm_blocks_li {
    padding: 0 25px;
}

.layout_layout3 .ets_mm_block_content li.has-sub li {
    border-color: #DEDEDE;
}

.layout_layout3 li.has-sub > .ets_mm_categories {
    margin-left: 5px;
}

.ets_mm_block > h4 {
    border-bottom: 1px solid #e7e7e7;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-style: italic;
}

.ets_mm_block_content a {
    color: #484848;
    line-height: 30px;
}

#header .ets_mm_block_content a {
    color: #484848;
}

.ets_mm_block_content img {
    max-width: 100%;
    margin-top: 0;
}

.mm_block_type_product .product_list {
    margin-top: 15px;
}

.mm_hide_title > h4 {
    display: none;
}

.item_has_img .ets_item_img {
    border: 1px solid #e7e7e7;
}

.ets_mm_megamenu ul.mm_mnu_display_img {
    margin: 0 -10px;
}

.mm_block_type_product .discount-percentage {
    background-color: #F13340;
    color: #FFFFFF !important;
    padding: 0 2px;
}

.mm_menus_ul ul.product_list .product-name {
    color: #484848;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.mm_block_type_product .quick-view,
.mm_block_type_product .button-container,
.mm_block_type_product .quick-view-wrapper-mobile {
    display: none !important;
}

.mm_menus_ul ul.product_list li .product-container h5 {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 0;
    min-height: 0;
    padding: 0;
}

.mm_menus_ul ul.product_list li.hovered .product-container {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mm_menus_ul ul.product_list .new-box,
.mm_menus_ul ul.product_list .sale-box,
.mm_menus_ul ul.product_list .availability {
    display: none;
}

.mm_breaker {
    clear: both;
}

.mm_menus_ul ul.product_list li .product-container .button.ajax_add_to_cart_button span {
    padding: 2px 5px;
    white-space: nowrap;
}

.mm_menus_ul ul.product_list li .product-container .button-container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform: translate3d(-50%, -50%, 0px);
    -moz-transform: translate3d(-50%, -50%, 0px);
    -ms-transform: translate3d(-50%, -50%, 0px);
    -o-transform: translate3d(-50%, -50%, 0px);
    white-space: nowrap;
    width: auto;
}

.mm_menus_ul ul.product_list li .product-container .button.ajax_add_to_cart_button {
    font-size: 14px;
    padding: 0;
}

.mm_menus_ul ul.product_list li .product-container .product-image-container .content_price {
    padding: 3px 0;
}

.mm_blocks_ul .price.product-price {
    color: #EC4249;
    font-size: 14px;
    padding: 0;
}

.mm_blocks_ul .button.lnk_view {
    display: none;
}

.mm_block_type_product .left-block {
    width: 50%;
}

.mm_block_type_product ul.product_list li .product-container .content_price {
    clear: both;
    display: table !important;
    line-height: 20px;
    padding-bottom: 5px;
    position: relative;
    width: auto;
}

.ets_mm_megamenu .ajax_block_product .content_price > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.mm_menus_ul .product-flags {
    display: none !important;
}

span.mm_alert.alert-warning {
    background-color: #fff3d7;
    padding: 8px 15px;
    border-left: 3px solid #fcc94f;
    color: #eaa021;
    clear: both;
    display: block;
}

span.mm_alert.alert-warning:before {
    content: "\f06a";
    font-family: Fontawesome;
    margin-right: 8px;
    margin-left: -4px;
    color: #fcc94f;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.mm_columns_li .right-block .star {
    height: 20px;
    line-height: 20px;
}

.mm_columns_li .nb-comments {
    display: none;
}

.mm_columns_li .hook-reviews {
    margin-bottom: 6px;
}

.ets_mm_megamenu .ajax_block_product .content_price > span.old-price {
    color: #B7B7B7;
}

.mm_block_type_product .product_list .ajax_block_product:not(:last-child) {
    margin-bottom: 10px;
}

.mm_block_type_product .product_list .ajax_block_product {
    border: medium none;
    float: left;
    padding-bottom: 10px;
    text-align: inherit;
}

.ets_mm_megamenu .price-percent-reduction {
    color: #FFFFFF !important;
}

.mm_block_type_product ul.product_list li .product-container .product-image-container {
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
}

.mm_block_type_product ul.product_list li .product-container .product-desc {
    display: none;
    margin-bottom: 5px;
}

.mm_block_type_product .left-block {
    background-color: #FFFFFF;
    display: inline-block;
    max-width: 38%;
    width: 50%;
}

.mm_block_type_product .right-block {
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
    width: 56%;
}

.ets_mm_block > h4 a {
    color: #444444;
}

.mm_menus_ul .product_list .product-container {
    background-color: rgba(0, 0, 0, 0) !important;
    float: left;
    width: 100%;
}

.mm_menus_ul ul.product_list li.hovered .product-container .content_price {
    display: block;
}

.ybc-menu-toggle .icon-bar {
    background-color: #fff;
    clear: left;
    float: left;
    height: 2px;
    margin: 2px 3px 1px 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 18px;
}

.ybc-menu-toggle {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    display: none;
    cursor: pointer;
    color: #333;

}

.ets_mm_megamenu :not(.fa):not(i){
    background-color: transparent;
}

.arrow {
    display: none;
}

.ets_mm_megamenu a, .ets_mm_megamenu a:focus, .ets_mm_megamenu a:active {
    outline: medium none;
    -webkit-outline: medium none;
    text-decoration: none;
}

.close_menu {
    display: none !important;
}

.ets_mm_block_content {
    color: #484848;
}

.layout_layout4 .ets_mm_block > h4 {
    border-bottom: medium none;
    padding-bottom: 0;
}

.ets_mm_megamenu .mm_sub_align_left > .mm_columns_ul {
    left: auto;
    right: auto;
    margin-left: -1px;
}

.ets_mm_megamenu .mm_sub_align_right > .mm_columns_ul {
    left: auto;
    right: auto;
}

/*layout_layout1*/
.layout_layout1 .mm_menus_li {
    border-right: 1px solid #e7e7e7;
}

.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: 1px solid #e7e7e7;
}

.layout_layout1 .mm_menus_li.mm_no_border {
    border-left: medium none;
}

.layout_layout1 .mm_menus_li:last-child {
    border-right: 1px solid #e7e7e7;
}

.hook-default.layout_layout1 .mm_menus_li:not(:nth-child(2)) {
    margin-left: 0;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul {
    border-color: #e7e7e7;
}

.layout_layout1 .mm_menus_li:hover > a {
    background-color: #FFFFFF;
    z-index: 100;
}

.layout_layout1 .ets_mm_block_content ul .ets_mm_block:not(.mm_block_type_product) li a:before {
    background-color: #484848;
    border-radius: 50% 50% 50% 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 5px;
}

.layout_layout1 .ets_mm_block_content ul li a::before {
    content: ".";
    display: inline-block;
    font-size: 34px;
    line-height: 0;
    margin-right: 3px;
    vertical-align: 2px;
}

/*layout_layout2*/
.ets-dir-ltr.layout_layout2 .mm_menus_ul > li {
    border-right: 0px solid rgba(255, 255, 255, 0.26);
}

.layout_layout2 .mm_menus_li:nth-child(2) {
    border-left: 0px solid rgba(255, 255, 255, 0.26);
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul > li.mm_no_border {
    border-left: none;
}

.ets-dir-ltr.layout_layout2 .mm_menus_ul > li:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.26);
}

.ets-dir-rtl.layout_layout2 .mm_menus_ul > li {
    border-right: 0px solid rgba(255, 255, 255, 0.26);
}

.ets-dir-rtl.layout_layout2 .mm_menus_ul > li:last-child {
    border-left: 0px solid rgba(255, 255, 255, 0.26);
}

/*layout3*/
.ets-dir-rtl.layout_layout3 .ets_mm_block_content .has-sub .has-sub > a:after {
    left: 0;
    position: absolute;
}

.layout_layout3 .mm_menus_li > .mm_columns_ul {
    border-top: medium none;
}

.layout_layout3 .has-sub .ets_mm_categories li > a,
#header .layout_layout3 .has-sub .ets_mm_categories li > a {
    color: #666
}

/*layout_layout4*/

.layout_layout4.ets_mm_megamenu .mm_columns_ul {
    margin-top: 5px;
}

.layout_layout4.ets_mm_megamenu .mm_columns_ul:before {
    height: 7px;
}

.layout_layout4.ets_mm_megamenu .mm_extra_item .cart-preview.inactive .header {
    padding: 13px 0;
}

/*layout 5*/

.layout_layout5 .mm_menus_ul .mm_menus_li.mm_no_border {
    border-left: none;
}

.ets_mm_block_content ul li ul {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    left: 100%;
    margin-left: 20px;
    min-width: 120px;
    opacity: 0;
    padding: 7px 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    white-space: nowrap;
    width: auto;
    z-index: 10;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

.ets_mm_block_content ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ets_mm_block_content ul li:not(.item_has_img) {
    clear: both;
    max-width: 100%;
    position: relative;
    /*float: left;*/
    text-align: center;
}

.mm_blocks_li .item_has_img {
    padding: 0 10px 15px;
}

.mm_blocks_li .item_has_img a::before {
    display: none !important;
}

.ets_mm_block_content ul li ul:before {
    width: 22px;
    content: "";
    right: 100%;
    position: absolute;
    height: 100%;
}

.ets-dir-rtl .ets_mm_block_content ul li {
    float: right;
}

.ets_mm_block_content iframe {
    height: auto;
    max-width: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    perspective: 500px;
    -o-perspective: 500px;
    -webkit-perspective: 500px;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ets_mm_block_content img {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    perspective: 500px;
    -o-perspective: 500px;
    -webkit-perspective: 500px;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.ets_mm_block_content img:hover {
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ets-dir-rtl .mm_columns_li {
    float: right;
}

.transition_slide.ets_mm_megamenu .mm_columns_ul {
    display: none;
}

.mm_block_type_product .comments_note > span {
    display: none;
}

.mm_block_type_product .comments_note .star {
    line-height: 16px;
    margin-bottom: 5px;
}

.mm_columns_ul.mm_columns_ul_tab {
    background: transparent !important;
}

.mm_tab_toggle_title i {
    margin-right: 4px;
}

.mm_img_content {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    overflow: hidden;
    perspective: 500px;
    -webkit-perspective: 500px;
    width: 100%;
    text-align: center;
}

.mm_block_type_product .countdown-time {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.mm_block_type_product .regular-price {
    color: #bbb;
    font-weight: normal;
}

.mm_block_type_product .discount-percentage {
    font-weight: normal;
}

.mm_block_type_product .countdown-text {
    font-size: 10px;
    line-height: 100%;
    padding-bottom: 6px;
}

.mm_block_type_product .panel-discount-countdown .countdown-item {
    border: 1px solid #999;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 2px;
    min-width: 31px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}

.mm_block_type_product .panel-discount-countdown .countdown-item:first-child {
    margin-left: 0;
}

.mm_block_type_product .panel-discount-countdown {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mm_block_type_product .price {
    font-weight: normal;
}

.ets-dir-ltr .product-price-and-shipping > span {
    margin-right: 4px;
}

.ets-dir-rtl .mm_extra_item:not(.mm_display_search_default) input[type="text"] {
    left: 0;
    right: auto;
}

.layout_layout3 .mm_extra_item.active button i {
    color: #333;
}

.ets-dir-rtl .mm_columns_ul_tab.mm_tab_no_content .mm_tabs_li {
    float: right;
}

.ets-dir-rtl .mm_tab_toggle_title img {
    margin-left: 5px;
    margin-right: 0;
}

.ets-dir-rtl .mm_extra_item:not(.mm_display_search_default) form button[type="submit"] {
    left: 0;
    right: auto;
}

.ets-dir-rtl .product-price-and-shipping > span {
    margin-left: 4px;
}

.mm_extra_item.active i.search {
    color: #666;
}

.mm_extra_item.active button[type="submit"]:hover i.search {
    color: #666;
}

/**************** Responsive ****************/

@media (min-width: 768px) and (max-width: 991px) {
    .mm_block_type_product .right-block {
        width: 63%;
    }

    .mm_block_type_product .left-block {
        width: 30%;
    }

    .mm_menus_li > a {
        font-size: 14px;
    }

    .ets_mm_megamenu.hook-default .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) {


    .layout_layout3:not(.changestatus) .mm_menus_ul ul.product_list .product-name,
    .layout_layout3:not(.changestatus) .mm_block_type_product div.star:not(.star_on):after,
    .layout_layout3:not(.changestatus) .mm_columns_ul *,
    #header .layout_layout3:not(.changestatus) .mm_menus_ul ul.product_list .product-name,
    #header .layout_layout3:not(.changestatus) .mm_block_type_product div.star:not(.star_on):after,
    #header .layout_layout3:not(.changestatus) .mm_columns_ul * {
        color: #dcdcdc;
    }

    .layout_layout1 .mm_menus_li.mm_has_sub:hover > a:after {
        background-color: #FFFFFF;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
    }

    .mm_columns_ul_tab.mm_tab_no_content {
        width: auto !important;
    }

    .mm_columns_ul_tab.mm_tab_no_content .mm_tabs_li {
        clear: both;
        float: left;
        width: auto;
    }

    .ets-dir-ltr.layout_layout3 .mm_menus_li {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ets-dir-ltr.layout_layout3 .mm_menus_ul > li.mm_no_border {
        border-left: none;
    }

    .ets-dir-ltr.layout_layout3 .mm_menus_li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .item_inline_5 {
        width: 20%;
        float: left;
    }

    .item_inline_5:nth-child(5n+1) {
        clear: both;
    }

    .item_inline_1 {
        width: 100%;
        float: left;
    }

    .item_inline_1:nth-child(1n+1) {
        clear: both;
    }

    .item_inline_2 {
        width: 50%;
        float: left;
    }

    .item_inline_2:nth-child(2n+1) {
        clear: both;
    }

    .item_inline_3 {
        width: 33.333%;
        float: left;
    }

    .item_inline_3:nth-child(3n+1) {
        clear: both;
    }

    .item_inline_4 {
        width: 25%;
        float: left;
    }

    .item_inline_4:nth-child(4n+1) {
        clear: both;
    }

    .item_inline_6 {
        width: 16.666%;
        float: left;
    }

    .item_inline_6:nth-child(6n+1) {
        clear: both;
    }

    .item_inline_7 {
        width: 14.28%;
        float: left;
    }

    .item_inline_7:nth-child(7n+1) {
        clear: both;
    }

    .item_inline_8 {
        width: 12.5%;
        float: left;
    }

    .item_inline_8:nth-child(8n+1) {
        clear: both;
    }

    .item_inline_9 {
        width: 11.11111%;
        float: left;
    }

    .item_inline_9:nth-child(9n+1) {
        clear: both;
    }

    .item_inline_10 {
        width: 10%;
        float: left;
    }

    .item_inline_10:nth-child(10n+1) {
        clear: both;
    }

    .item_inline_11 {
        width: 9.09%;
        float: left;
    }

    .item_inline_11:nth-child(11n+1) {
        clear: both;
    }

    .item_inline_12 {
        width: 8.33%;
        float: left;
    }

    .item_inline_12:nth-child(12n+1) {
        clear: both;
    }

    .mm_block_type_image .ets_mm_block_content img {
        margin-top: 0;
        perspective: 50em;
        -webkit-perspective: 50em;
        transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
    }

    .mm_block_type_image .ets_mm_block_content > a {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        display: block;
        overflow: hidden;
        perspective: 50em;
        -webkit-perspective: 50em;
        width: 100%;
    }

    .mm_block_type_image .ets_mm_block_content a:hover img {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }

    .ets-dir-rtl.layout_layout3 .mm_menus_li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        float: right;
    }

    .ets-dir-rtl .mm_tab_li_content {
        float: right;
    }

    .ets-dir-rtl .mm_columns_contents_ul {
        left: auto !important;
        margin-right: -1px;
    }

    .ets-dir-ltr .mm_menus_li .mm_columns_contents_ul {
        right: auto !important;
    }

    .ets-dir-ltr .mm_menus_li .mm_tabs_li .mm_columns_contents_ul {
        right: -1px;
    }

    .ets-dir-rtl.layout_layout3 .mm_menus_li:last-child {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .layout_layout4 .ets_mm_block > h4 {
        line-height: 20px;
        margin-top: 0;
    }

    .ets_mm_megamenu.sticky_enabled.scroll_heading {
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    .hook-default.scroll_heading .mm_menus_ul {
        /*display: box;
        display: -o-box;
        display: -webkit-box;
        display: -ms-box;
        display: -moz-box;
        display: flex;
        display: -o-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;
        justify-content: left;
        -webkit-justify-content: left;
        -o-justify-content: left;
        -moz-justify-content: left;
        -ms-justify-content: left;*/
        display: inline-block;
    }

    .layout_layout4 .mm_menus_ul .mm_menus_li {
        padding: 0 10px;
    }

    .layout_layout4 .ets_mm_megamenu_content {
        border-bottom: 5px solid;
        border-top: 1px solid #E7E7E7;
        padding-top: 5px;
    }

    .layout_layout4 .mm_menus_li > a {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 0px;
    }

    .layout_layout1 .mm_menus_li > a:before {
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: -1px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 100%;
        opacity: 0;
    }

    .layout_layout1 .mm_menus_li.mm_no_border > a::before {
        background-color: inherit !important;
        opacity: 1;
        visibility: visible;
    }

    .sub_type_2 li:not(:last-child) .mm_blocks_ul {
        border-right: 1px solid #E7E7E7;
    }

    .layout_layout1 .mm_menus_li:hover > a:before {
        opacity: 1;
    }

    .mm_has_sub > a .mm_arrow:after {
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid;
        content: "";
        display: inline-block;
        font-size: 81%;
        vertical-align: 3px;
        margin-left: 1px;
    }

    .ets-dir-rtl .mm_has_sub > a .mm_arrow:after {
        margin-left: 0;
        margin-right: 5px;
    }

    .mm_menus_ul {
        width: 100%;
        margin: 25px 0 0 0 !important;
        z-index: 10;
        float: left;
    }

    .mm_menus_li > a {
        /*display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        white-space: nowrap;*/
    }

    .layout_layout3.ets-dir-rtl .ets_mm_block_content li > a:before {
        content: "←";
        margin-right: 0;
        margin-left: 5px;
    }

    .layout_layout3 .ets_mm_block_content li > a:before {
        content: "→";
        position: relative;
        display: inline-block;
        margin-right: 5px;
        line-height: 0;
        vertical-align: 2px;
    }

    .layout_layout3 .ets_mm_categories li.has-sub .ets_mm_categories a {
        color: #484848;
    }

    .layout_layout3 .ybc-menu-vertical-button {
        border: none;
    }

    .layout_layout3 .ets_mm_block > h4 {
        border-bottom: medium none;
        padding-bottom: 0;
    }

    .layout_layout3 .ets_mm_block_content li:not(.item_has_img) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 38px;
        width: 100%;
    }

    .layout_layout4 .mm_blocks_li {
        padding: 0 15px;
    }

    .layout_layout4 .mm_menus_li > a {
        position: relative;
    }

    .layout_layout4:not(.ybc_vertical_menu) .mm_menus_ul .mm_menus_li > a:before {
        background-color: #E7E7E7;
        content: "";
        display: inline-block;
        height: 15px;
        right: -10px;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 1px;
    }

    .layout_layout4:not(.ybc_vertical_menu) .mm_menus_ul .mm_menus_li:nth-child(2) > a::after {
        background-color: #e7e7e7;
        content: "";
        display: inline-block;
        height: 15px;
        left: -10px;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 1px;
    }

    .layout_layout4 .mm_menus_ul .mm_menus_li.mm_no_border:nth-child(2) > a::after {
        display: none !important;
    }

    .ets-dir-rtl.layout_layout4 .mm_menus_ul .mm_menus_li > a:before {
        right: auto;
        left: -10px;
    }

    .layout_layout4 .mm_columns_ul > .mm_columns_li,
    .layout_layout5 .mm_columns_ul > .mm_columns_li {
        border-left: 1px solid #E7E7E7;
        margin: 20px 0 10px;
        padding: 0;
    }

    .ets-dir-rtl.layout_layout4 .mm_columns_ul > .mm_columns_li.mm_before_breaker,
    .ets-dir-rtl.layout_layout5 .mm_columns_ul > .mm_columns_li.mm_before_breaker {
        border-left: none;
    }

    .ets-dir-ltr.layout_layout4 .mm_columns_ul > .mm_columns_li.mm_breaker,
    .ets-dir-ltr.layout_layout5 .mm_columns_ul > .mm_columns_li.mm_breaker {
        border-left: none;
    }

    .layout_layout4 .mm_columns_ul > .mm_columns_li:first-child,
    .layout_layout5 .mm_columns_ul > .mm_columns_li:first-child,
    .layout_layout4.ets-dir-rtl .mm_columns_ul > .mm_columns_li:last-child,
    .layout_layout5.ets-dir-rtl .mm_columns_ul > .mm_columns_li:last-child {
        border-left: none;
    }

    .layout_layout4.ets-dir-rtl .mm_columns_ul > .mm_columns_li:first-child,
    .layout_layout5.ets-dir-rtl .mm_columns_ul > .mm_columns_li:first-child {
        border-left: 1px solid #E7E7E7;
    }

    .layout_layout4 .mm_blocks_ul .mm_blocks_li:last-child,
    .layout_layout5 .mm_blocks_ul .mm_blocks_li:last-child {
        padding-bottom: 0;
    }

    .layout_layout5 .ets_mm_block > h4 {
        border-bottom: medium none;
        line-height: 100%;
        margin: 0;
        padding-bottom: 10px;
    }

    .layout_layout5 .ets_mm_block_content img {
        margin-top: 0;
    }

    .transition_scale_down li .mm_columns_ul {
        height: 0;
        overflow: hidden;
        top: 80px;
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        transform-origin: 100% 0 0;
        -ms-transform-origin: 100% 0 0;
        -o-transform-origin: 100% 0 0;
        -webkit-transform-origin: 100% 0 0;
        visibility: hidden;
        width: 0;
    }

    .transition_scale_down li:hover .mm_columns_ul {
        height: auto;
        opacity: 1;
        overflow: visible;
        top: 100%;
        transform: perspective(600px) rotateX(0deg);
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
        -webkit-transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
        -moz-transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
        -o-transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
        -ms-transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
        visibility: visible;
        width: auto;
    }

    .transition_fadeInUp li:hover .mm_columns_ul {
        -webkit-animation-name: transition_fadeInUp;
        animation-name: transition_fadeInUp;
        -webkit-animation-duration: 0.35s;
        animation-duration: 0.35s;
    }

    /*end*/
    .ets-dir-rtl .ybc-menu-button-toggle_icon {
        margin-left: 7px;
        margin-right: 0;
    }

    .ets-dir-rtl .mm_menus_li > a > img, .ets-dir-rtl .mm_menus_li > a > i.fa {
        float: right;
        margin-right: 0;
        margin-left: 5px;
    }

    .layout_layout1 .ets_mm_block_content ul li a::before {
        margin-right: 4px;
        margin-left: 0;
    }

    .layout_layout1.ets-dir-rtl .ets_mm_block_content ul li a::before {
        margin-right: 0;
        margin-left: 4px;
    }

    .ets-dir-rtl.ets_mm_megamenu:not(.ybc_vertical_menu) .mm_has_sub .mm_columns_ul {
        right: 0;
    }

    .mm_tabs_li.open .mm_columns_contents_ul {
        opacity: 1;
        visibility: visible;
    }

}

@media (max-width: 1199px) and (min-width: 768px) {
    .changestatus .mm_menus_li > a {
        z-index: 0;
    }

    .changestatus .mm_menus_li .mm_columns_ul.mm_columns_ul_tab {
        height: auto;
        transform: none;
        top: auto;
    }

    .changestatus .mm_tabs_li {
        float: left;
        overflow: hidden;
        width: 100%;
    }

    .changestatus.layout_layout3 .mm_tab_toggle_title img {
        filter: brightness(20%);
        -webkit-filter: brightness(20%);
    }

    .changestatus .mm_columns_ul {
        background-image: none !important;
    }

    .ets-dir-ltr.changestatus .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content {
        border-right: medium none;
    }

    .changestatus .mm_menus_ul .arrow::before {
        border-top: 1px solid #000 !important;
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        -webkit-transform: translate3d(-50%, -50%, 0px);
        width: 13px;
    }

    .changestatus.ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title i,
    .changestatus.ets_mm_megamenu:not(.show_icon_in_mobile) .mm_menus_li_tab .mm_menu_content_title img {
        display: none;
    }

    .changestatus .mm_menus_ul .arrow.opened::after {
        display: none;
    }

    .changestatus .mm_menus_ul .arrow::after {
        border-left: 1px solid #000 !important;
        content: "";
        display: block;
        height: 13px;
        left: 50%;
        position: absolute;
        border-top: none;
        border-right: none;
        vertical-align: middle;
        margin-top: 0;
        margin-left: 0;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        -webkit-transform: translate3d(-50%, -50%, 0px);
        width: 1px;
    }

    .changestatus .mm_menus_li > a {
        color: #484848 !important;
        background-color: transparent !important;
    }

    .changestatus .mm_extra_item .mm_custom_text {
        line-height: 44px;
        margin-bottom: 0;
        margin-top: 0;
        min-width: 0;
        width: auto;
    }

    .changestatus.layout_layout4.ets_mm_megamenu .mm_columns_ul {
        margin-top: 0;
    }

    .changestatus .mm_menu_content_title {
        padding: 0;
    }

    .changestatus.ets-dir-rtl .mm_menu_content_title {
        float: right;
    }

    .changestatus.ets-dir-rtl .arrow {
        left: 5px;
        right: auto;
    }

    .changestatus .mm_tab_li_content.opened .mm_tab_has_child::after {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .changestatus.ets-dir-rtl .mm_tab_li_content.opened .mm_tab_has_child::after {
        transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
    }

    .changestatus .mm_tabs_li .mm_columns_contents_ul {
        clear: both;
        float: left;
        left: auto !important;
        right: auto !important;
        margin-bottom: -1px;
        position: relative;
        right: auto;
        top: auto;
        width: 100% !important;
        display: none;
        background-image: none !important;
    }

    .changestatus .mm_tabs_li .mm_columns_contents_ul.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .changestatus .mm_tab_li_content {
        border-left: medium none;
        border-right: medium none;
        margin-left: 0;
        margin-right: 0;
    }

    .changestatus .mm_tab_li_content {
        width: 100% !important;
    }

    .changestatus .mm_blocks_li .item_has_img {
        margin-bottom: 5px;
    }

    .changestatus .ets_mm_block_content img {
        width: 100%;
    }

    .changestatus .mm_tabs_li .mm_columns_contents_ul {
        border-bottom: medium none;
        border-left: medium none;
        border-right: medium none;
        margin: 0;
        padding: 15px 5px 5px;
    }

    .changestatus.ets_mm_megamenu .mm_menus_ul .close_menu {
        color: #FFFFFF;
        float: left;
        padding: 10px 15px;
    }

    .changestatus .close_menu .icon-bar {
        background-color: #000;
        clear: left;
        display: block;
        height: 2px;
        margin: 3px 0 1px;
        width: 18px;
    }

    .changestatus .mm_tabs_li .mm_columns_contents_ul::after {
        /*background-color: rgba(255, 255, 255, 0.85);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;*/
    }

    .changestatus.layout_layout1 .mm_menus_li.mm_has_sub:hover > a::after,
    .changestatus.layout_layout1 .mm_menus_li > a::before {
        display: none;
    }

    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 20px;
        position: relative;
    }

    .changestatus.layout_layout3 .ybc-menu-toggle {
        color: #fff;
    }

    .changestatus.layout_layout3 .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    /*.changestatus .mm_tabs_li.open .mm_columns_contents_ul{display:block;}*/
    .ets-dir-ltr.changestatus.layout_layout3 .mm_menus_li {
        border-left: 1px solid #ddd;
    }

    .ets-dir-ltr.changestatus.layout_layout3 .mm_menus_ul > li.mm_no_border {
        border-left: 1px solid #ddd;
    }

    .ets-dir-ltr.layout_layout3 .mm_menus_li:last-child {
        border-right: 1px solid #ddd;
    }

    .changestatus .mm_menu_content_title .mm_arrow {
        display: none;
    }

    .changestatus .mm_menus_li:last-child {
        border-bottom: 1px solid #ddd;
    }

    .changestatus .mm_tabs_li.open .mm_columns_contents_ul {
        opacity: 1;
        visibility: visible;
    }

    .changestatus.ets_mm_megamenu .mm_columns_ul {
        border-left: medium none;
        border-right: medium none;
    }

    .changestatus .ets_mm_block > h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .changestatus .mm_menus_back {
        display: inline-block;
    }

    .changestatus .mm_menus_back_icon {
        border-left: 2px solid #FFFFFF;
        border-top: 2px solid #FFFFFF;
        display: inline-block;
        height: 11px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        width: 11px;
    }

    .changestatus.ets-dir-rtl .ybc-menu-button-toggle_icon {
        float: right;
        margin-left: 7px;
    }

    .changestatus .mm_columns_li {
        padding: 0;
        width: 33%;
    }

    .changestatus .ets_mm_block > h4 {
        font-size: 14px;
    }

    .changestatus.ets_mm_megamenu .mm_columns_ul {
        width: 100% !important;
    }

    .changestatus .mm_menus_ul .mm_menus_li:after,
    .changestatus .mm_menus_ul .mm_menus_li:before {
        display: none !important
    }

    .changestatus .mm_bubble_text {
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        margin-left: 5px;
        margin-top: -10px;
        padding: 0 5px;
        position: relative;
        right: 5px;
        text-transform: capitalize;
        top: 3px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        vertical-align: 5px;
    }

    .changestatus .ybc-menu-toggle {
        display: block;
    }

    .changestatus .arrow {
        display: block;
    }

    .changestatus.layout_layout2 .ybc-menu-toggle {
        color: #fff;
    }

    .changestatus.layout_layout2 .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .changestatus.layout_layout4:not(.ybc_vertical_menu) .mm_menus_ul .mm_menus_li > a::before,
    .changestatus.layout_layout4:not(.ybc_vertical_menu) .mm_menus_ul .mm_menus_li:nth-child(2) > a::after {
        display: none;
    }

    .changestatus .mm_menus_ul {
        background-color: #F6F6F6;
        display: block;
        float: left;
        position: relative;
        width: 100%;
    }

    .changestatus .mm_menus_li {
        border-top: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        float: left;
        width: 100% !important;
    }

    .changestatus.layout_layout1 .mm_menus_li.mm_no_border {
        border-left: 1px solid #DDDDDD;
    }

    .changestatus .mm_columns_ul_tab.mm_tab_no_content .mm_tabs_li {
        width: 100%;
    }

    .changestatus .mm_menus_li > a {
        padding: 10px 15px;
        width: 100%;
    }

    header#header {
        margin-bottom: 0 !important;
    }

    .ets-dir-ltr.layout_layout2.changestatus .mm_menus_ul > li {
        border-right: 1px solid #e7e7e7;
    }

    .changestatus.ets-dir-ltr.layout_layout2 .mm_menus_ul > li.mm_no_border {
        border-left: 1px solid #e7e7e7;
    }

    .changestatus.ets_mm_megamenu:not(.transition_slide) .mm_columns_ul {
        opacity: 1;
        height: auto;
    }

    .changestatus.ets_mm_megamenu .mm_columns_ul {
        display: none !important;
        position: relative;
        transform: none;
        -webkit-transform: none;
        top: auto;
        background-color: transparent !important
    }

    .layout_layout3.changestatus .ets_mm_block_content a {
        line-height: 30px;
    }

    .changestatus .mm_columns_ul.active {
        clear: both;
        display: block !important;
        float: left;
        visibility: visible;
        width: 100%;
        border-bottom: none;
        margin-top: 30px;
    }

    .changestatus .arrow {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
        position: absolute;
        right: 0;
        text-align: center;
        width: 40px;
        z-index: 100;
        background: transparent !important;
    }

    .layout_layout5.changestatus .mm_menus_ul .mm_menus_li.mm_no_border {
        border-left: 1px solid #ddd;
    }

    .changestatus .mm_menus_li > a {
        font-size: 13px;
        background: transparent !important;
    }

    .changestatus.layout_layout3 .mm_tab_li_content {
        background: transparent;
    }

    .changestatus.layout_layout3 .mm_menus_ul ul.product_list .product-name,
    .changestatus.layout_layout3 .mm_block_type_product div.star:not(.star_on)::after,
    .changestatus.layout_layout3 .mm_columns_ul * {
        color: #333;
    }

    .changestatus.layout_layout3 .mm_tab_li_content,
    .changestatus.layout_layout3 .mm_tabs_li .mm_columns_contents_ul {
        border-color: #ddd;
    }

    .changestatus.layout_layout3 .mm_tabs_li.open.mm_tabs_has_content .mm_tab_li_content .mm_tab_name::before {
        border-right-color: #ddd;
    }

    #header .layout_layout3.changestatus .ets_mm_block_content a,
    #header .layout_layout3.changestatus .ets_mm_block_content p,
    .layout_layout3.ybc_vertical_menu.changestatus .mm_menus_li > a,
    #header .layout_layout3.ybc_vertical_menu.changestatus .mm_menus_li > a {
        color: #484848;
    }

    .changestatus.layout_layout3:not(.ybc_vertical_menu) .mm_menus_li:hover > a,
    #header .changestatus.layout_layout3:not(.ybc_vertical_menu) .mm_menus_li:hover > a,
    .changestatus.ets_mm_megamenu.layout_layout3.ybc_vertical_menu:hover,
    .changestatus.layout_layout3 .mm_tabs_li.open .mm_columns_contents_ul,
    .changestatus.layout_layout3 .mm_tabs_li.open .mm_tab_li_content {
        background-color: transparent;
    }

    .changestatus.ets-dir-rtl .mm_menus_back_icon {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .changestatus.ets-dir-rtl .close_menu .pull-left {
        float: right !important;
    }

    .changestatus.ets-dir-rtl .close_menu .pull-right {
        float: left !important;
    }

    /*type Floating*/
    .changestatus.transition_floating .ybc-menu-toggle.opened:before,
    .changestatus.transition_full .ybc-menu-toggle.opened:before {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 10000;
    }

    .changestatus.ets-dir-rtl.transition_floating .mm_menus_ul {
        left: auto;
        right: 0;
    }

    .changestatus.transition_floating .mm_menus_ul {
        bottom: 0;
        left: 0;
        max-width: 280px;
        overflow: auto;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .changestatus.transition_full .mm_menus_ul {
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        max-width: 100%;
        overflow: auto;
        position: fixed;
        top: -30px;
        width: 100%;
        z-index: 10000;
    }

    .changestatus.transition_floating .close_menu,
    .changestatus.transition_full .close_menu {
        background-color: #fff;
        color: #FFFFFF;
        display: block !important;
        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        cursor: pointer;
    }


    /*********************************/
    .changestatus.transition_floating .mm_menus_ul {
        opacity: 0.6;
        transform: translatex(-100%);
        -webkit-transform: translatex(-100%);
        transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        visibility: hidden;
    }

    .changestatus.transition_floating .mm_menus_ul.active {
        opacity: 1;
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
        visibility: visible;
    }

    .changestatus.transition_floating.ets-dir-rtl .mm_menus_ul {
        opacity: 0.6;
        transform: translatex(100%);
        -webkit-transform: translatex(100%);}
