@charset "UTF-8";
/*!

	----------------------------------------------------------------------
	----------------------------------------------------------------------
	Importante. [Para editar el CSS utiliza el archivo fuente SCSS]
	----------------------------------------------------------------------
	----------------------------------------------------------------------
	
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*----------------------------------------*/
/*  1.	Theme default CSS
/*----------------------------------------*/
html, body {
  height: 100%;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

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

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px;
}

a {
  color: #464547;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

a:focus {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  color: #464547;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  line-height: 18px;
  min-width: 320px;
}

/*----------------------------------------*/
/*  2.	Header CSS
/*----------------------------------------*/
.header-default {
  color: #6e6e6e;
  font-size: 12px;
  line-height: 40px;
}

.header-default p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .header-area {
    min-height: 150px;
  }
}

.header-area .header-top {
  border-bottom: 1px solid #80bd00;
}

/*----------------------------------------*/
/*  2.1	Header Top CSS
/*----------------------------------------*/
.header-user-info {
  padding: 10px 0;
  text-align: center;
}

.header-user-info a {
  border-left: 1px solid #f1f2f2;
  color: #2b292c;
  font-size: 12px;
  line-height: 20px;
  padding-left: 14px;
  margin-right: 10px;
}

.header-user-info a:last-child {
  margin-right: 0;
}

.header-user-info a i {
  margin-right: 1px;
}

.header-user-info a:hover, .product-content a:hover, .letter-box .btn:hover, .single-blog .blog-content a:hover, .toggle-footer li a:hover, .table-content table td.product-name a:hover, .buttons-cart a:hover, .wishlist-area .product-name > a:hover, .wishlist-table table .product-remove > a:hover, ul.breadcrumbs a:hover, .featured-area4 .product-content a:hover, .news-letter-area2 form.search-box button.btn-search:hover, .single-blog .blog-content a:hover {
  color: #80bd00;
}

.block-toggle {
  color: #2b292c;
  font-size: 12px;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}

.block-toggle .current {
  border-left: 1px solid #f1f2f2;
  cursor: pointer;
  line-height: 20px;
  padding: 0 15px;
}

.block-toggle .current i {
  margin-left: 5px;
}

.block-toggle .toggle-content {
  background: white none repeat scroll 0 0;
  border-top: 2px solid #80bd00;
  box-shadow: 0 2px 2px #ebebeb;
  display: none;
  left: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 10;
}

.block-toggle .toggle-content li {
  line-height: 30px;
}

.header-logo {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-logo {
    padding: 10px 0;
    margin-top: 10px;
  }
}

.header-logo > a {
  display: block;
}

@media screen and (max-width: 767px) {
  .header-logo > a > img {
    margin: 0 auto;
    max-height: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo > a > img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .header-logo > a > img {
    width: 80%;
  }
}

/*----------------------------------------*/
/*  2.2	Main menu area CSS
/*----------------------------------------*/
.mainmenu nav {
  text-align: center;
}

.mainmenu nav ul li a {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2b292c;
  line-height: 55px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}

.mainmenu nav ul li:hover a {
  color: #80bd00;
}

.mainmenu nav > ul > li {
  width: 16%;
  display: inline-block;
  float: left;
  position: relative;
}

.mainmenu nav > ul > li.mega-menu-container {
  position: static;
}

.mainmenu nav > ul > li.mega-menu-container.least-columns {
  position: relative;
}

.mainmenu nav > ul > li:first-child > a:before {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #d6d4d4;
}

.mainmenu nav > ul > li > a {
  position: relative;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mainmenu nav > ul > li > a:after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background-color: #d6d4d4;
}

.mega-menu,
.restrain {
  background-color: white;
  border-color: #80bd00 white white;
  border-image: none;
  border-style: solid;
  border-width: 2px;
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 3000;
}

.mainmenu ul li ul.sub-menu.restrain {
  left: 0;
  top: 100%;
  width: 235px;
}

.mainmenu ul li ul.sub-menu.restrain > figure {
  padding: 5px;
  margin: 20px 0 0 0;
}

.mainmenu ul li:hover .mega-menu {
  opacity: 1;
  transform: scaleY(1);
}

.mega-menu span {
  float: left;
  padding-right: 30px;
  width: 22%;
}

.mainmenu ul li .mega-menu span a,
.mainmenu ul li ul.sub-menu li a {
  padding: 5px 0;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #908c93;
  line-height: 1.5;
  text-shadow: 0 0 0;
  text-transform: none;
}

.mainmenu ul li .mega-menu span a::before,
.mainmenu ul li ul.sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5em;
  margin-right: 5px;
  font-family: fontawesome;
  font-size: 6px;
  color: #d6d4d4;
}

.mainmenu ul li .mega-menu span a.mega-title,
.mainmenu ul li ul li.sub-menu-title a {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2c3137;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

.mainmenu ul li .mega-menu span a.mega-title:before,
.mainmenu ul li .mega-menu span.mega-menu-img a:before,
.mainmenu ul li ul.sub-menu li.sub-menu-title a::before {
  display: none;
}

.mainmenu ul li .mega-menu span.mega-menu-img {
  width: 34%;
}

.mainmenu ul li:hover .mega-menu span a:hover, .mainmenu ul li ul.sub-menu li a:hover {
  color: #80bd00;
}

.mega-menu {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 32.5% auto;
}

.mega-menu.one-colum {
  width: 350%;
  position: absolute;
  left: -125%;
  min-height: 250px;
  background-size: 250px auto;
}

@media screen and (min-width: 992px) {
  .mega-menu.one-colum {
    min-height: 300px;
    background-size: 300px auto;
  }
}

.mega-menu.one-colum.one-colum-right {
  left: auto;
  right: -125%;
}

.mega-menu.one-colum span {
  width: 100%;
}

.mega-menu.two-column {
  left: 20px;
  width: 425px;
}

.mega-menu.two-column span {
  width: 50%;
}

.mega-menu.seven-column span {
  width: 14.28%;
}

.expand:hover .restrain {
  opacity: 1;
  transform: scaleY(1);
  z-index: 9999;
}

.mainmenu ul li ul.sub-menu li {
  display: block;
  transition: all 0.3s ease 0s;
}

/*----------------------------------------*/
/*  2.3	Menu Movil CSS
/*----------------------------------------*/
.mobile-menu-area {
  display: none;
  background: #80bd00;
}

#destacado{
  color: #80bd00!important;
}

.mean-container .mean-bar::after {
  color: white;
  content: "MENU";
  font-size: 18px;
  font-weight: 600;
  left: 5%;
  position: absolute;
  top: 17px;
}

.mean-container .mean-nav ul li:last-child {
  margin-bottom: 5px;
}

.mean-container .mean-nav ul li a:hover {
  color: #80bd00;
}

.nav-cien {
  background-color: white;
}

.nav-cien .mainmenu.header-two nav > ul {
  height: 55px;
  position: relative;
}

.nav-cien .mainmenu.header-two nav > ul:before, .nav-cien .mainmenu.header-two nav > ul:after {
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  top: 50%;
  background-color: transparent;
  margin-top: -5px;
}

.nav-cien .mainmenu.header-two nav > ul:before {
  left: 0;
}

.nav-cien .mainmenu.header-two nav > ul:after {
  right: 0;
}

.nav-cien .mainmenu.header-two nav > ul > li {
  width: 16.60%;
}

.nav-cien .mainmenu.header-two nav > ul > li > a {
  color: #2c3137;
}

#destacado nav > ul > li > a {
  color: #80bd00!important;
}

.nav-cien .mainmenu.header-two nav > ul > li > a:hover {
  color: #80bd00 !important;
}

.nav-cien .mainmenu.header-two nav > ul > li:hover > a {
  color: #2c3137;
  text-decoration: underline;
}

.menu-secundario {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 9pt;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .menu-secundario {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .menu-secundario {
    font-size: 9pt;
  }
}

.menu-secundario a {
  display: inline-block;
  padding: 5px 6px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-right: -0.25em;
  color: #908c93;
  line-height: 2;
}

@media screen and (min-width: 1200px) {
  .menu-secundario a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.menu-secundario a:hover {
  color: #464547;
}

/*----------------------------------------*/
/*  2.4	Header Bottom Right
/*----------------------------------------*/
.header-right-inner {
  float: none;
}

@media screen and (min-width: 768px) {
  .header-right-inner {
    float: right;
  }
}

.header-bottom-right {
  display: block;
  margin-top: 25px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .header-bottom-right {
    max-width: 270px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .header-bottom-right {
    float: right;
  }
}

.header-bottom-right:after {
  content: '';
  display: table;
  clear: both;
}

.header-bottom-right .header-bottom-search form {
  border: 1px solid #b4b4b4;
  float: left;
  width: 100%;
}

.header-bottom-right .header-bottom-search {
  width: 220px;
  display: block !important;
  right: -145px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .header-bottom-right .header-bottom-search {
    width: 280px;
    right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .header-bottom-right .header-bottom-search {
    width: 300px;
  }
}

.header-bottom-right .header-bottom-search input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #9c9c9c;
  float: left;
  font-size: 13px;
  font-weight: 300;
  height: 30px;
  padding: 0 0 0 15px;
  width: 80%;
}

.header-bottom-right .header-bottom-search input:focus {
  outline: none;
}

.header-bottom-right .header-bottom-search .btn-search {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #b4b4b4;
  float: right;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 40px;
}

.header-bottom-right-inner:after {
  content: '';
  display: table;
  clear: both;
}

.header-bottom-right-inner ul li {
  float: left;
  position: relative;
}

.cart-toggler i {
  width: 30px;
  height: 32px;
  border: 2px solid #353535;
  cursor: pointer;
  line-height: 32px;
  text-align: center;
}

.mini-cart-icon {
  margin-left: 6px;
}

.mini-cart-icon i {
  border: 1px solid #80bd00;
  color: #80bd00;
}

.mini-cart-icon span {
  width: 20px;
  height: 23px;
  display: block !important;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 25px;
  text-align: center;
  text-shadow: 0 0 0;
  background: transparent url("../images/layout/icon-cart.png") no-repeat scroll left top;
}

.product .product-image {
  float: left;
  margin-right: 20px;
}

.cart-list .product {
  font-weight: normal;
}

.product .product-details {
  text-align: left;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}

.product-name {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

.product .cart-info .quantity-formated {
  color: #9c9b9b;
  display: inline-block;
  font-size: 10px;
  padding-right: 5px;
  text-transform: uppercase;
}

.product .product-details .remove {
  position: absolute;
  right: 10px;
  top: 0;
}

.product-details .remove i {
  color: #4a4a4a;
  display: inline-block;
}

.cart-list {
  width: 270px;
  height: auto;
  border-color: #80bd00 #ebebeb #ebebeb;
  border-image: none;
  border-style: solid;
  border-width: 2px 1px 1px;
  opacity: 0;
  position: absolute;
  top: 105%;
  right: -3px;
  z-index: 99999999;
  color: white;
  background: white none repeat scroll 0 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .cart-list {
    right: 0;
  }
}

.cart-list .cart-prices {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px 22px;
}

.cart-list .cart-prices .cart-prices-line {
  border-bottom: 1px solid #515151;
  color: #4a4a4a;
  overflow: hidden;
  padding: 7px 0;
}

.cart-list .cart-prices .cart-prices-line.last-line {
  border: medium none;
}

.cart-list .cart-buttons {
  background: #f6f6f6 none repeat scroll 0 0;
  margin: 0;
  overflow: hidden;
  padding: 20px 20px 10px;
}

.cart-list .cart-buttons a {
  border: 1px solid #80bd00;
  border-radius: 0;
  display: inline-block;
  float: left;
  font: bold 13px/17px Arial,Helvetica,sans-serif;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 100%;
}

.cart-list .cart-buttons a.button-small span:hover {
  background: #fff;
  color: #80bd00;
}

.cart-list .cart-buttons a.button-small span {
  background: #80bd00 none repeat scroll 0 0;
  border: 1px solid #80bd00;
  color: white;
  display: block;
  font-size: 1.1em;
  padding: 7px 0;
}

.cart-list .cart-buttons a.button-small span i {
  font-size: 16px;
  font-weight: 700;
}

.header-bottom-right-inner ul li:hover .cart-list {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.cart-single-product {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative;
}

.cart-single-product a.product-image {
  width: 80px;
}

.product-atributes {
  margin-bottom: 10px;
}

.product-atributes a {
  color: #9c9b9b;
  font-size: 11px;
}

.prices {
  color: #4a4a4a;
  font-size: 13px;
}

.product .product-name .quantity-formated {
  color: #9c9b9b;
  display: inline-block;
  font-size: 10px;
  padding-right: 5px;
  text-transform: uppercase;
}

.product .product-name .quantity-formated .quantity {
  font-size: 15px;
}

.cart-block-product-name:hover, .product-details .remove i:hover {
  color: #9c9b9b;
}

/*----------------------------------------*/
/*  3.	Slider  
/*----------------------------------------*/
.slider-area .slider-single-portrait {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 720px) {
  .slider-area .slider-single-portrait {
    display: block;
  }
}

@media screen and (orientation: portrait) and (max-width: 720px) {
  .slider-area .slider-single-landscape {
    display: none;
  }
}

/*----------------------------------------*/
/*  4.	Section CSS
/*----------------------------------------*/
.section-padding {
  padding: 60px 0;
}

.section-padding-10 {
  padding: 10px 0;
}

.section-padding-20 {
  padding: 20px 0;
}

.section-padding-30 {
  padding: 30px 0;
}

.section-padding-40 {
  padding: 40px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding-70 {
  padding: 70px 0;
}

.section-padding-80 {
  padding: 80px 0;
}

.section-padding-90 {
  padding: 90px 0;
}

.section-padding-100 {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.section-title h4 {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  color: #2c3137;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title h4::after {
  background: transparent url("../images/icon-title.png") no-repeat scroll center top;
  bottom: -27px;
  content: "";
  display: block;
  height: 23px;
  left: 0;
  margin: 0 auto;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

.section-title.white h4 {
  color: white;
}

.section-title.white h4::after {
  background: #80bd00 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 50px;
}

.section-title.white h4 {
  color: white;
  position: relative;
}

/*----------------------------------------*/
/*  5.	Service
/*----------------------------------------*/
.service-area {
  display: none;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-area {
    display: block;
  }
}

.service-area .col-sm-6.col-md-3 {
  border-right: 1px solid #d6d4d4;
}

.service-area .col-sm-6.col-md-3:last-child {
  border-right: none;
}

.service-area .col-sm-6.col-md-3:nth-child(1), .service-area .col-sm-6.col-md-3:nth-child(2) {
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .service-area .col-sm-6.col-md-3:nth-child(2) {
    border: none;
  }
}

.service-area .single-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.service-area .single-item i::before {
  font-size: 50px;
}

.service-area .single-item i,
.service-area .single-item > img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0;
  color: #80bd00;
}

.service-area .single-item h4 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 16px;
  color: #464547;
  text-align: left;
  letter-spacing: 1px;
}

.service-area .single-item p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.service-area .single-item div {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  border: 1px solid #80bd00;
  text-align: left;
  background-color: white;
}

.service-area .single-item div span {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #80bd00;
  font-size: 10pt;
}

.service-area .single-item div span:only-child, .service-area .single-item div span:last-child {
  border-bottom: none;
}

.service-area .single-item div span strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #2b292c;
}

.service-area .single-item div span img {
  max-height: 18px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.service-area .single-item:hover div {
  display: block;
}

.icon-sprite {
  width: 85px;
  height: 85px;
  background-image: url(../images/iconos-sprite.png);
  background-repeat: no-repeat;
  transition: background-position .2s;
}

.icon-sprite.sprite-01 {
  background-position: -85px 0px;
}

.single-item:hover .icon-sprite.sprite-01 {
  background-position: 0 0px;
}

.icon-sprite.sprite-02 {
  background-position: -85px -85px;
}

.single-item:hover .icon-sprite.sprite-02 {
  background-position: 0 -85px;
}

.icon-sprite.sprite-03 {
  background-position: -85px -170px;
}

.single-item:hover .icon-sprite.sprite-03 {
  background-position: 0 -170px;
}

.icon-sprite.sprite-04 {
  background-position: -85px -255px;
}

.single-item:hover .icon-sprite.sprite-04 {
  background-position: 0 -255px;
}

.icon-sprite-detail {
  width: 45px;
  height: 45px;
  background-image: url(../images/iconos-sprite-detail.png);
  background-repeat: no-repeat;
  transition: background-position .2s;
}

.icon-sprite-detail.sprite-01 {
  background-position: -45px 0px;
}

.single-item:hover .icon-sprite-detail.sprite-01 {
  background-position: 0 0px;
}

.icon-sprite-detail.sprite-02 {
  background-position: -45px -45px;
}

.single-item:hover .icon-sprite-detail.sprite-02 {
  background-position: 0 -45px;
}

.icon-sprite-detail.sprite-03 {
  background-position: -45px -90px;
}

.single-item:hover .icon-sprite-detail.sprite-03 {
  background-position: 0 -90px;
}

.icon-sprite-detail.sprite-04 {
  background-position: -45px -135px;
}

.single-item:hover .icon-sprite-detail.sprite-04 {
  background-position: 0 -135px;
}

.icon-sprite-detail.sprite-05 {
  background-position: -45px -180px;
}

.single-item:hover .icon-sprite-detail.sprite-05 {
  background-position: 0 -180px;
}

.icon-sprite-detail.sprite-06 {
  background-position: -45px -225px;
}

.single-item:hover .icon-sprite-detail.sprite-06 {
  background-position: 0 -225px;
}

/*----------------------------------------*/
/*  6.	Featured CSS
/*----------------------------------------*/
.single-product {
  overflow: hidden;
}

.product-img-content {
  margin-bottom: 15px;
  padding-top: 5px;
  position: relative;
}

.product-img {
  position: relative;
  overflow: hidden;
}

.product-img .producto-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: left .25s, opacity .4s;
}

.product-img:hover .producto-overlay,
.product-img-content:hover .product-img .producto-overlay {
  left: 0;
  opacity: 1;
}

.product-img a img {
  width: 100%;
}

span.new-label,
span.sale-label {
  background: #2b879e none repeat scroll 0 0;
  color: white;
  display: block;
  font-weight: 500;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20px;
  transform: rotate(90deg);
  width: 80px;
}

span.sale-label {
  background: #80bd00 none repeat scroll 0 0;
  left: 35px;
}

.product-action {
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: center;
  background-color: rgba(44, 49, 55, 0.85);
  transition: all 300ms ease 0s;
}

.product-action a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #80bd00;
  color: #80bd00;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 0 0;
  width: 40px;
}

.product-action a:hover {
  background: #80bd00;
  color: #fff;
}

.product-content h5 {
  min-height: 40px;
}

.product-content a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.rating-icon i {
  color: #cfcfcf;
  cursor: pointer;
}

.rating-icon i:hover {
  color: #80bd00;
}

.product-price {
  float: left;
}

span.new-price {
  color: #2c3137;
  font-size: 18px;
  font-weight: 600;
}

span.old-price {
  display: block;
  color: #908c93;
  font-weight: 500;
  text-decoration: line-through;
}

.featured-area4 span.old-price {
  color: white;
}

.rating-icon {
  float: left;
}

.single-product:hover .product-action {
  opacity: 1;
}

.featured-product-list .col-md-3.col-sm-6,
.featured-product-list2 .col-md-3.col-sm-6 {
  width: 100%;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div {
  background: #464547 none repeat scroll 0 0;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 20px;
  height: 47px;
  left: 15px;
  line-height: 47px;
  margin: -40px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 47px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
  background: #80bd00;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 15px;
}

.indicator-style:hover .owl-buttons div {
  opacity: 1 !important;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

/*----------------------------------------*/
/*  7.	Deal CSS
/*----------------------------------------*/
.deal-area {
  background: transparent url("../img/deal-bg.jpg") no-repeat fixed center center/cover;
  position: relative;
}

.deal-area::before {
  background: rgba(31, 34, 49, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.deal-single-product {
  background: white none repeat scroll 0 0;
  margin: 0 15px 30px;
}

.deal-product-content {
  padding: 15px 15px 0 0;
}

.deal-product-content a {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 23px;
}

.deal-product-content .rating-icon {
  margin-bottom: 20px;
  width: 100%;
}

.deal-product-content p {
  border-top: 1px solid #ebebeb;
  clear: both;
  color: #222;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-right: 15px;
  padding-top: 20px;
}

.deal-product-content .product-price {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.deal-product-action > a {
  background: white none repeat scroll 0 0;
  border: 1px solid #80bd00;
  color: #80bd00;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 0 0;
  width: 35px;
  float: left;
}

.deal-product-action > a:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

.deal-product-content a:hover {
  color: #80bd00;
}

.deal-single-product span.new-label, .deal-single-product span.sale-label {
  margin-left: 10px;
}

.left-item {
  position: relative;
}

.product-cuntdown {
  width: 90%;
  margin: 0 auto;
  background: #80bd00;
  height: 60px;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
}

.cdown {
  float: left;
  width: 25%;
  color: #fff;
  text-align: center;
  margin-top: 12px;
  position: relative;
}

.cdown:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  top: 10px;
  left: 0;
  background: #fff;
}

.cdown:first-child::before {
  width: 0;
}

.cdown p {
  font-size: 11px;
  font-weight: 300;
}

.indicator-button .owl-controls .owl-pagination .owl-page span::before {
  background: #787878 none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: all 300ms ease 0s;
}

.indicator-button .owl-controls .owl-pagination .owl-page span {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #787878;
  border-radius: 100%;
  display: block;
  height: 16px;
  margin: 0 2px;
  position: relative;
  transition: all 300ms ease 0s;
  width: 16px;
}

.indicator-button .owl-controls .owl-pagination .owl-page.active span::before, .indicator-button .owl-controls .owl-pagination .owl-page:hover span::before, .order-button-payment input:hover, .wishlist-table table .product-add-to-cart > a:hover {
  background: #80bd00 none repeat scroll 0 0;
}

.indicator-button .owl-controls .owl-pagination .owl-page.active span, .indicator-button .owl-controls .owl-pagination .owl-page:hover span {
  border-color: #80bd00;
  background: transparent;
}

/*----------------------------------------*/
/*  8.	Banner CSS
/*----------------------------------------*/
.banner-image a {
  display: block;
  position: relative;
}

.banner-image a::before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: scale(0);
  transition: all 300ms ease 0s;
}

.banner-image a:hover::before {
  transform: scale(1);
}

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

.indicator-banner {
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  9.	Category CSS
/*----------------------------------------*/
.category-area {
  margin-top: 30px;
}

.category-area h4 {
  border-bottom: 1px solid #ebebeb;
  color: #464547;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.category-area .single-p-item .single-product {
  margin-bottom: 30px;
}

.category-area .single-p-item .single-product:last-child {
  margin: 0;
}

.category-area .single-p-item .single-product .product-content {
  overflow: hidden;
  margin-bottom: 15px;
}

.category-area .single-p-item .single-product .deal-product-action {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.category-area .single-p-item .single-product a.boton-lineal,
.category-area .single-p-item .single-product a.boton-flat {
  float: left;
}

@media screen and (max-width: 480px) {
  .category-area .single-p-item .single-product a.boton-lineal,
  .category-area .single-p-item .single-product a.boton-flat {
    float: left;
  }
}

.category-container-list .product-price {
  width: 100%;
  min-height: 38px;
  float: left;
}

.category-container-list .rating-icon {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  10.	News Letter CSS
/*----------------------------------------*/
.letter-title {
  text-align: center;
}

.letter-box {
  border: 2px solid #e6e6e6;
  min-height: 320px;
  padding: 30px;
}

.letter-title h4 {
  border-bottom: 1px solid #efefef;
  color: #464547;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.letter-title i {
  background: white none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 73px;
  width: 40px;
}

.letter-box p, .news-letter-area2 p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

.letter-box form.search-box input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  padding: 0 45px 0 15px;
  text-align: left;
  width: 100%;
}

form.search-box {
  position: relative;
}

.letter-box .btn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  color: #b4b4b4;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.letter-box form.search-box input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
  border: none;
}

.search-box input {
  border: medium none;
  box-shadow: none;
}

/*----------------------------------------*/
/*  11.	Testimonial CSS
/*----------------------------------------*/
.testimonial-area {
  background: transparent url("../img/testimonial/bg.jpg") no-repeat fixed center center/cover;
  margin: 0;
  position: relative;
  text-align: center;
  color: #fff;
}

.testimonial-area::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.testimonial-area p {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}

.testimonial-area .testimonial-img {
  border: 2px solid white;
  border-radius: 100%;
  height: 113px;
  margin: 0 auto 30px;
  overflow: hidden;
  width: 113px;
}

.testimonial-area .testimonial-title h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.testimonial-area .testimonial-title h4 span {
  font-weight: 500;
}

/*----------------------------------------*/
/*  12.	Brand CSS
/*----------------------------------------*/
.brand-area {
  background: #f9f9f9 none repeat scroll 0 0;
}

.brand-list a {
  display: block;
  padding: 0 15px;
}

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

/*----------------------------------------*/
/*  13.	Blog CSS
/*----------------------------------------*/
.single-blog .blog-content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 30px 0 20px;
  position: relative;
  text-transform: uppercase;
}

.blog-content a {
  color: #222;
}

.single-blog .blog-content h5::before {
  background: #464547 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.single-blog .blog-content .date-added {
  color: #80bd00;
  font-weight: 300;
  margin-bottom: 15px;
}

.single-blog .blog-content p {
  color: #222;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.blog-list .col-md-4 {
  width: 100%;
}

/*----------------------------------------*/
/*  14.	Footer CSS
/*----------------------------------------*/
.footer-area {
  margin-top: 0;
  background: #2c3137;
  background: #2c3137 url(../images/layout/newsletter-back.jpg) fixed center center/cover no-repeat;
}

/*----------------------------------------*/
/*  14.1	Footer Superior CSS
/*----------------------------------------*/
h3.footer-widget-title {
  color: #80bd00;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.footer-middle-content > a {
  display: inline-block;
}

.footer-middle-content p {
  color: #ddd;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  padding-top: 30px;
}

.social-icon ul {
  margin: 0;
  overflow: hidden;
}

.social-icon ul li {
  width: 24.33%;
  color: #ddd;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
  overflow: hidden;
  padding: 11px 0;
}

.social-icon ul li a {
  border: 1px solid #d6d4d4;
  border-radius: 100%;
  color: #d6d4d4;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  margin: 0 auto;
}

.social-icon ul li a:hover {
  border-color: #80bd00;
  color: #80bd00;
}

.footer-middle {
  overflow: hidden;
  border-top: 1px solid #373f46;
  background-color: #2c3137;
}

.footer-border-right {
  border-right: 1px solid #373f46;
}

.contact-area .footer-info.contact ul li {
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
}

.time-area .toggle-footer li {
  display: inline-block;
  font-size: 13px;
  width: 100%;
}

.toggle-footer li {
  max-width: 240px;
  font-size: 12px;
  font-weight: 400;
  color: #d6d4d4;
  line-height: 2;
}

.toggle-footer li a {
  color: white;
  font-size: 13px;
}

.contact-area .footer-info ul li {
  max-width: none;
  color: #d6d4d4;
  font-size: 13px;
  font-weight: 300;
  line-height: 35px;
  overflow: hidden;
}

.contact-area .footer-info.contact i {
  border: 2px solid #74797f;
  border-radius: 100%;
  color: white;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  left: 0;
  line-height: 31px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}

.contact-area .footer-info.contact li p {
  line-height: 20px;
  margin: 0;
}

.contact-area .footer-info p {
  color: #d6d4d4;
  font-weight: 300;
  line-height: 30px;
}

/*----------------------------------------*/
/*  14.2	Footer Inferior
/*----------------------------------------*/
.footer-bottom-area {
  border-top: 1px solid #ebebeb;
  padding: 15px 0;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .footer-bottom-area {
    text-align: center;
  }
}

.footer-bottom-area p {
  color: #2b292c;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

.footer-bottom-area p a {
  color: #2b292c !important;
}

/*----------------------------------------*/
/*  14	Footer Marcas
/*----------------------------------------*/
.footer-marcas {
  background-color: white;
}

.footer-marcas div.col-sm-3 {
  padding: 20px 0;
}

.footer-marcas img {
  display: inline-block;
}

/*----------------------------------------*/
/*  15.	scrollUp
/*----------------------------------------*/
#scrollUp {
  background: #2c3137 none repeat scroll 0 0;
  border: 1px solid white;
  border-radius: 100%;
  bottom: 30px;
  color: white;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 35px;
}

#scrollUp:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

#scrollUp i {
  display: block;
  padding-top: 10px;
}

/*----------------------------------------*/
/*  16.	Home Page 2
/*----------------------------------------*/
.featured-with-banner-area {
  overflow: hidden;
  position: relative;
}

.featured-with-banner-area .banner-frase {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 1;
  padding: 40px 70px;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 420px) {
  .featured-with-banner-area .banner-frase {
    font-size: 30px;
  }
}

@media screen and (min-width: 480px) {
  .featured-with-banner-area .banner-frase {
    font-size: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-with-banner-area .banner-frase {
    left: 20%;
    padding: 70px 100px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-with-banner-area .banner-frase {
    left: 30%;
  }
}

.featured-with-banner-area .banner-frase span {
  line-height: 1.2;
}

.featured-with-banner-area .banner-frase span strong {
  font-weight: 500;
  color: #80bd00;
}

.featured-with-banner-area .banner-frase span strong.uppercase {
  text-transform: uppercase;
}

.featured-with-banner-area .banner-frase small {
  display: block;
  font-size: 15px;
}

.featured-with-banner-area .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

/*----------------------------------------*/
.featured-with-banner-area-2 {
  overflow: hidden;
  position: relative;
}

.featured-with-banner-area-2 .banner-frase-2 {
  position: absolute;
  top: 44%;
  left: 10%;
  z-index: 1;
  padding: 5px 5px;
  transform: translateY(-50%);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 420px) {
  .featured-with-banner-area-2 .banner-frase-2 {
    max-width: 50%;
    max-height: auto;
    font-size: 10px;
  }
}

@media screen and (min-width: 480px) {
  .featured-with-banner-area-2 .banner-frase-2 {
    max-width: 90%;
    max-height: 80%;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .featured-with-banner-area-2 .banner-frase-2 {
    padding: 5px 5px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-with-banner-area-2 .banner-frase-2 {
    left: 20%;
    padding: 5px 5px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-with-banner-area-2 .banner-frase-2 {
    left: 10%;
  }
}

.featured-with-banner-area-2 .banner-frase-2 span {
  line-height: 1.2;
}

.featured-with-banner-area-2 .banner-frase-2 span strong {
  font-weight: 500;
  color: #80bd00;
}

.featured-with-banner-area-2 .banner-frase-2 span strong.uppercase {
  text-transform: uppercase;
}

.featured-with-banner-area-2 .banner-frase-2 small {
  display: block;
  font-size: 15px;
}

.featured-with-banner-area-2 .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

/*----------------------------------------*/
.featured-with-banner-area-3 {
  overflow: hidden;
  position: relative;
}

.featured-with-banner-area-3 .banner-frase-3 {
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 1;
  padding: 1px 1px;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 420px) {
  .featured-with-banner-area-3 .banner-frase-3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 480px) {
  .featured-with-banner-area-3 .banner-frase-3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-with-banner-area-3 .banner-frase-3 {
    right: 15%;
    padding: 9px 9px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-with-banner-area-3 .banner-frase-3 {
    right: 5%;
  }
}

.featured-with-banner-area-3 .banner-frase-3 span {
  line-height: 1.2;
}

.featured-with-banner-area-3 .banner-frase-3 span strong {
  font-weight: 500;
  color: #80bd00;
}

.featured-with-banner-area-3 .banner-frase-3 span strong.uppercase {
  text-transform: uppercase;
}

.featured-with-banner-area-3 .banner-frase-3 small {
  display: block;
  font-size: 15px;
}

.featured-with-banner-area-3 .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

/*----------------------------------------*/
/*  17.	Home Page 3
/*----------------------------------------*/
.featured-product-list3 .col-md-3 {
  width: 100%;
}

/*----------------------------------------*/
/*  17.1	News letter 2 CSS
/*----------------------------------------*/
.news-letter-area2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 50px;
  text-align: center;
  background: transparent url("../images/layout/newsletter-back.jpg") no-repeat fixed center center/cover;
}

.news-letter-area2 form.search-box {
  width: 75%;
  margin: 0 auto;
  line-height: 45px;
}

@media screen and (min-width: 600px) {
  .news-letter-area2 form.search-box {
    width: 50%;
  }
}

.news-letter-area2 form.search-box input#search-letter,
.news-letter-area2 form.search-box button {
  height: 45px;
  border: 1px solid #d6d4d4;
  font-weight: 300;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}

.news-letter-area2 form.search-box input#search-letter {
  width: 100%;
  float: none;
  padding: 5px 10px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .news-letter-area2 form.search-box input#search-letter {
    width: 80%;
    float: left;
  }
}

.news-letter-area2 form.search-box button {
  font-family: inherit;
  font-weight: 300;
}

.news-letter-area2 form.search-box button.btn-search {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  border-radius: 0;
  font: bold 13px/17px Arial,sans-serif;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 600px) {
  .news-letter-area2 form.search-box button.btn-search {
    width: 17.5%;
    float: right;
  }
}

.news-letter-area2 form.search-box button.btn-search:hover, .news-letter-area2 form.search-box button.btn-search:focus {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.75);
}

/*----------------------------------------*/
/*  18.	Home Page 4
/*----------------------------------------*/
.featured-area4 .featured-product-list3 .old-price {
  color: white;
}

.col-50 {
  float: left;
  width: 50%;
}

.col-100 {
  width: 100%;
}

.slider-with-banner-area {
  overflow: hidden;
}

/*----------------------------------------*/
/*  18.1	Featured 4 CSS
/*----------------------------------------*/
.featured-area4 {
  margin: 60px 0 35px;
}

.featured-area4 .featured-area4 .product-img {
  position: relative;
}

.featured-area4 .product-img a::before {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease 0s;
}

.featured-area4 .single-product:hover a::before {
  opacity: 1;
}

.featured-area4 .product-content {
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 95px;
  transition: all 300ms ease 0s;
}

.featured-area4 .single-product:hover .product-content {
  opacity: 1;
}

.featured-area4 .product-content a,
.featured-area4 span.new-price {
  color: white;
}

.featured-area4 .rating-icon,
.featured-area4 .product-price {
  float: none;
  margin-top: 15px;
}

.featured-area4 .product-img-content {
  margin: 0;
}

.featured-area4 .single-p-item .single-product {
  margin-bottom: 30px;
}

.featured-area4 .single-p-item .single-product {
  margin-bottom: 25px;
}

.banner-area2 .indicator-banner {
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  19.	Home Page 5
/*----------------------------------------*/
.banner-area5 {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .banner-area5 {
    display: none;
  }
}

.tab-menu ul.nav-tabs {
  border: medium none;
  margin-bottom: 30px;
}

.tab-menu ul.nav-tabs > li.active > a, .tab-menu ul.nav-tabs > li.active > a:focus, .tab-menu ul.nav-tabs > li.active > a:hover {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  color: #80bd00;
}

.tab-menu ul.nav-tabs > li > a:hover {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  text-decoration: none;
}

.tab-menu ul.nav-tabs > li > a {
  border: none;
  margin-right: 0;
}

.tab-menu ul.nav-tabs > li a {
  color: #353535;
  cursor: pointer;
  float: left;
  font-size: 20px;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.tab-menu ul.nav-tabs li.first-item a {
  padding-left: 0;
}

.tab-menu ul.nav-tabs > li::before {
  background: #353535 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 4px;
  transform: rotate(20deg);
  width: 2px;
}

.tab-menu ul.nav-tabs > li.first-item::before {
  display: none;
}

/*----------------------------------------*/
/*  20.	Single Product Page
/*----------------------------------------*/
.single-product-image .tab-content {
  display: block;
  position: relative;
  padding: 1px !important;
  border: 1px solid #ebebeb !important;
  margin-bottom: 10px;
  cursor: pointer;
}

.single-product-image .tab-content a img {
  width: 100%;
  border: 2px solid transparent;
}

.single-product-image a {
  display: block;
}

.single-product-image a span {
  bottom: 5px;
  color: #464547;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  position: absolute;
  right: 22px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.single-product-image a span i {
  font-size: 13pt;
  margin-left: 5px;
}

.single-product-image .outside p {
  display: block;
  margin-bottom: 0;
}

#viewproduct {
  border-bottom: 0 solid #d6d4d4;
}

.pro-view {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  line-height: 0;
  margin-right: 8px;
  text-align: center;
}

.pro-view:last-child {
  margin-right: 0;
}

.bx-pager.bx-default-pager {
  display: none;
}

.outside span a {
  bottom: 14.5%;
  height: 20px;
  left: 14px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 20px;
}

.outside span a.bx-next {
  left: auto;
  right: 20px;
}

.outside p span a i {
  color: #c0c0c0;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
}

.pd-center-column h2 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px;
}

.media-body-title {
  color: #80bd00;
  font-size: 20pt;
  font-weight: 600;
  line-height: 32px;
}

.media-body-title.secundario {
  font-weight: normal;
  color: #2c3137;
}

@media screen and (min-width: 768px) {
  .media-body-title.secundario {
    text-align: right;
  }
}

.media-body-title span {
  font-size: 16px;
}

.media-body label {
  color: #666666;
  font-weight: 500;
}

.media-body span {
  color: #f45c5d;
  font-weight: 300;
}

.pd-description {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.pd-description > p {
  color: #464547;
}

.pd-description ul {
  margin-left: 20px;
  list-style-type: circle;
}

.pd-quantity-available {
  clear: both;
  display: inline-block;
  margin-bottom: 10px;
}

.pd-quantity-available > p {
  float: left;
  line-height: 27px;
  margin-bottom: 0;
  color: #333333;
  font-weight: 700;
  line-height: 27px;
}

.pd-quantity-available span {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.pd-center-column .shop-select label {
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  width: 65px;
}

.pd-center-column .shop-select select {
  width: 230px;
}

a.cart-btn {
  display: block;
  height: 40px;
  position: relative;
  float: left;
  border: 2px solid #80bd00;
  color: white;
  line-height: 38px;
  background: #80bd00 none repeat scroll 0 0;
}

a.cart-btn i {
  font-size: 20px;
  left: 20px;
  position: absolute;
  top: 7px;
}

a.cart-btn span {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 30px 6px 50px;
  text-transform: uppercase;
}

a.cart-btn:hover {
  background: white none repeat scroll 0 0;
  color: #80bd00;
}

.usefull-link-block {
  display: inline-block;
  vertical-align: top;
}

.product-attributes-large .usefull-link-block {
  margin-left: 0;
}

.usefull-link-block ul {
  display: inline-block;
  float: left;
}

.usefull-link-block ul li {
  display: inline-block;
}

.usefull-link-block ul li:last-child a {
  margin-right: 0;
}

.usefull-link-block ul li a {
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  margin-top: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #e1e1e1;
  line-height: 40px;
  text-align: center;
}

.usefull-link-block ul li a:hover {
  background: #80bd00 none repeat scroll 0 0;
  border: 2px solid #80bd00;
  color: white;
}

.btn-default {
  display: inline-block;
  padding: 8px 12px 6px;
  border-radius: 0;
  border-color: #cccccc;
  margin-bottom: 3px;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
  background-color: white;
}

.btn-default i {
  margin-right: 6px;
}

.btn-twitter i {
  color: #00aaf0;
}

.btn-twitter:hover {
  border-color: #00aaf0;
  background-color: #00aaf0;
}

.btn-facebook i {
  color: #435f9f;
}

.btn-facebook:hover {
  border-color: #435f9f;
  background-color: #435f9f;
}

.btn-google-plus i {
  color: #e04b34;
}

.btn-google-plus:hover {
  border-color: #e04b34;
  background-color: #e04b34;
}

.btn-pinterest i {
  color: #ce1f21;
}

.btn-pinterest:hover {
  border-color: #ce1f21;
  background-color: #ce1f21;
}

@media screen and (min-width: 768px) {
  .btn-whatsapp {
    display: none;
  }
}

.btn-whatsapp i {
  color: #31b220;
}

.btn-whatsapp:hover {
  border-color: #31b220;
  background-color: #31b220;
}

.socialsharing-product .btn-default:hover {
  color: white;
}

.socialsharing-product .btn-default:hover i {
  color: white;
}

.pd-quantity-available > p#availability span {
  margin-bottom: 0 !important;
  margin-left: 10px;
}

.pd-quantity-available #availability span {
  background-color: #80bd00;
  border: 1px solid #78b300;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px 8px 4px;
}

#quantity-wanted-p {
  height: 41px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e1e1e1;
  margin-right: 10px;
}

#quantity-wanted-p input {
  background: transparent none repeat scroll 0 0;
  border: medium none !important;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 50px;
}

#quantity-wanted-p .qtybutton {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  width: 20px;
}

.product-attributes {
  margin: 0;
}

.product-attributes span, .product-attributes-large span {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}

.product-attributes span a, .product-attributes-large span a {
  line-height: initial;
}

.product-attributes-large {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .product-attributes-large {
    text-align: right;
  }
}

#product-comments-block-extra {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  font-weight: bold;
  line-height: 18px;
  margin: 39px 0 22px;
  padding: 8px 10px 10px;
}

.comments-advices {
  clear: both;
  padding-top: 2px;
}

.comments-advices li {
  display: inline-block;
  line-height: 30px;
}

.comments-advices a.open-comment-form::before {
  content: "";
}

.comments-advices a::before {
  background: #929292 none repeat scroll 0 0;
  border-radius: 50px;
  color: white;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  width: 30px;
}

.product-simple-area .single-product {
  margin-bottom: 20px;
}

.colores {
  overflow: hidden;
  text-align: left;
}

.colores .box-color,
.colores .box-fabric {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  margin: 0 12px 12px 0;
  background-color: black;
  cursor: pointer;
}

.colores .box-fabric img {
  display: block;
}

.colores-select {
  position: relative;
  line-height: 0;
}

.fabric-detail {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 15px;
  border: 1px solid #ebebeb;
  font-weight: 400;
  line-height: 1.3;
  color: #908c93;
  background-color: white;
}

.fabric-detail .fabric-square {
  margin-bottom: 10px;
}

.fabric-detail p.descripcion {
  margin-top: 10px;
}

.product-info-tech {
  overflow: hidden;
  padding: 30px 15px;
  border: 1px solid #80bd00;
  font-weight: 400;
}

.product-info-tech .col-sm-7 {
  margin-bottom: 40px;
}

.product-info-tech h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.product-info-tech h4 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #80bd00;
}

.product-info-tech p {
  line-height: 1.5;
  text-align: justify;
}

.info-pagos {
  position: relative;
  z-index: 5;
  padding: 5px 0;
  border-top: 1px dotted #d6d4d4;
  border-bottom: 1px dotted #d6d4d4;
  text-align: center;
}

.info-pagos.info-pagos-large {
  padding: 0;
  border: none;
}

.info-pagos div {
  width: 31%;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}

.info-pagos div:hover span.detail-tooltip {
  display: block;
}

.info-pagos div i {
  display: inline-block;
}

.info-pagos div span.detail-tooltip {
  width: 100%;
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  padding: 5px;
  border: 1px solid #80bd00;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 12px;
  color: black;
  background-color: white;
}

.info-pagos div span.detail-tooltip strong {
  font-weight: 600;
}

.recently-area {
  margin-top: 50px;
}

/*----------------------------------------*/
/*  21.	product-details tab
/*----------------------------------------*/
.p-details-tab ul {
  border-bottom: 1px solid #ebebeb;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.p-details-tab ul li {
  display: inline;
  float: left;
  margin-bottom: 1px;
  margin-right: 30px;
  position: relative;
}

.p-details-tab .nav.nav-tabs > li a {
  border: 0 none;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 0 5px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
}

.p-details-tab li a:hover, .p-details-tab li.active > a {
  color: #464547 !important;
}

.p-details-tab .nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

.p-details-tab li.active a::before, .p-details-tab li a:hover::before {
  border: 1px solid #464547;
  bottom: -2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.p-details-tab li a:hover {
  color: #464547;
}

.product-simple-area .tab-content {
  border: 1px solid #80bd00;
  clear: both;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  padding: 30px;
  text-align: justify;
}

.table-data-sheet {
  background: white none repeat scroll 0 0;
  border-bottom: 1px solid #d6d4d4;
  margin: 0 0 30px;
  width: 100%;
}

.table-data-sheet tr {
  border-top: 1px solid #d6d4d4;
}

.table-data-sheet tr td:first-child {
  border-right: 1px solid #d6d4d4;
  color: #333333;
  font-weight: 700;
  width: 30%;
}

.table-data-sheet tr td {
  padding: 10px 20px 11px;
}

#product-comments-block-tab a {
  background: #6f6f6f none repeat scroll 0 0;
  border-color: #666666 #5f5f5f #292929;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
}

#product-comments-block-tab a span {
  border: 1px solid #8b8a8a;
  display: block;
  padding: 3px 8px;
}

/*----------------------------------------*/
/*  22.	Breadcrumb CSS
/*----------------------------------------*/
.breadcrumbs > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding-right: 10px;
  text-transform: capitalize;
}

.breadcrumbs > li:last-child {
  color: #80bd00;
  padding-right: 0;
}

ul.breadcrumbs li a, ul.breadcrumbs li span {
  color: #3c3c3c;
}

ul.breadcrumbs a:hover {
  color: #80bd00;
}

.breadcrumb-single ul.breadcrumbs li a i {
  font-size: 14px;
  margin-right: 5px;
}

.breadcrumbs-area {
  border-top: 1px dotted #f1f1f2;
  padding-top: 10px;
}

.breadcrumb-single {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

/*----------------------------------------*/
/*  23.	Shop CSS
/*----------------------------------------*/
aside.widget-title {
  font-size: 20px;
  font-weight: 500;
  color: #908c93;
  line-height: 50px;
  text-transform: uppercase;
}

aside.widget-title p {
  margin: 0;
}

aside.widget-title #filtersClose {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 15pt;
  cursor: pointer;
  color: #80bd00;
}

@media screen and (min-width: 768px) {
  aside.widget-title #filtersClose {
    display: none;
  }
}

.price-slider-amount input {
  border: medium none;
  width: 70%;
}

h3.widget-subtitle {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #2b292c;
}

label {
  font-weight: normal;
  color: #333333;
}

.price-filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  margin: 6px 0;
  width: 95%;
}

.left-widget-content {
  padding: 30px;
  background-color: white;
}

@media screen and (min-width: 768px) {
  .left-widget-content {
    padding: 0;
  }
}

aside.widget {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

aside.widget:first-child {
  border-top: 1px solid #ebebeb;
}

aside.enabled-filters ul li {
  margin-bottom: 10px;
  font-weight: 400;
}

aside.enabled-filters ul li span {
  font-weight: 500;
}

.widget-info li a {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

.widget-info input {
  height: 15px;
  margin: 0;
  position: relative;
  top: 3px;
  width: 15px;
}

aside.lineas {
  margin-bottom: 20px;
}

aside.lineas ul {
  font-size: 11pt;
}

aside.lineas ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  padding-left: 15px;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
  color: #908c93;
}

aside.lineas ul li a:hover {
  color: #80bd00;
}

aside.lineas ul li a i {
  position: absolute;
  top: 1.45em;
  left: 0;
  font-size: .65em;
}

aside.lineas ul li.active a {
  color: #2b292c;
}

aside.lineas ul li.active a i {
  color: #80bd00;
}

/*----------------------------------------*/
/*  24.	Page Headding
/*----------------------------------------*/
h1.page-heading span.heading-counter {
  color: #464547;
  font-family: arial;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  h1.page-heading span.heading-counter {
    float: left !important;
    margin-top: 10px;
  }
}

h1.page-heading span.cat-name {
  color: #555454;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  h1.page-heading span.cat-name {
    display: block;
    float: none !important;
    margin-bottom: 10px;
  }
}

h1.page-heading {
  overflow: hidden;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  h1.page-heading {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.shop-item-filter {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 40px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .shop-item-filter {
    margin-bottom: 10px;
  }
}

ul.tab-menu li {
  display: inline-block;
  margin-right: 10px;
}

ul.tab-menu li a i {
  color: #e1e0e0;
  font-size: 24px;
}

ul.tab-menu li a:hover i {
  color: #808080;
}

ul.tab-menu li.active i {
  color: #333333;
}

.single-shop-form {
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .single-shop-form {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .single-shop-form {
    margin-bottom: 5px;
  }
}

.single-shop-form label {
  color: #333333;
  font-size: 12px;
  font-weight: 300;
}

.single-shop-form .shop-select {
  display: inline;
  margin-left: 5px;
}

.single-shop-form span {
  display: block;
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.single-shop-form.pul-right > button {
  background: #737373 none repeat scroll 0 0;
  border: medium none;
}

.tab-menu {
  float: left;
  margin-top: 6px;
}

.shop-select select {
  -moz-appearance: none;
  -moz-user-select: none;
  background: #fbfbfb url("../images/select-icon.png") no-repeat scroll right center;
  border-color: #d6d4d4;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  color: #9c9b9b;
  font-family: arial;
  font-size: 12px;
  font-weight: 400;
  height: 27px;
  padding-inline-end: 35px;
  padding-inline-start: 5px;
}

/*----------------------------------------*/
/*  25.	Tab Content
/*----------------------------------------*/
.tab-content .single-product {
  margin-bottom: 70px;
}

.tab-content .single-product .deal-product-content {
  padding: 0;
}

.tab-content .single-product .deal-product-content a {
  font-size: 18px;
}

.tab-content .single-product .deal-product-content p {
  margin-right: 0;
}

.tab-content .single-product .deal-product-action {
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  overflow: hidden;
  padding: 20px 0;
}

.tab-content .single-product .availability span {
  background-color: #80bd00;
  border: 1px solid #78b300;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px 8px 4px;
}

.left-item img {
  width: 100%;
}

.single-shop-product {
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  26.	Pagination CSS
/*----------------------------------------*/
.pagination-button .pagination {
  float: left;
  margin: 0;
  padding: 0;
}

.pagination-button {
  display: inline-block;
}

.pagination-content .pagination-button ul li a {
  border: 0 none;
  color: #777676;
  font-weight: 300;
  padding: 3px 8px;
}

.pagination-content .pagination-button ul li a:hover, .pagination-content .pagination-button ul li a:focus {
  background: transparent none repeat scroll 0 0;
  color: #80bd00;
}

.pagination-previous a i {
  margin-right: 5px;
}

.pagination-next a i {
  margin-left: 5px;
}

button.show-pagi {
  background: #2c3137 none repeat scroll 0 0;
  border: 0 none;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  margin-left: 5px;
  padding: 3px 5px 4px;
}

.pagination-content p {
  line-height: 30px;
  margin: 0;
}

/*----------------------------------------*/
/*  27.	Wish List
/*----------------------------------------*/
.wishlist-table table {
  background: white none repeat scroll 0 0;
  border-color: #d6d4d4;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  width: 100%;
}

.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}

.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  color: #333333;
  font-size: 14px;
  padding: 20px 10px;
  text-align: center;
}

.wishlist-table table th {
  font-weight: 600;
}

.wishlist-table table .product-remove > a {
  color: #464547;
  font-size: 25px;
}

.product-thumbnail img {
  border: 1px solid #d6d4d4;
}

.table-content table td.product-name a, .wishlist-area .product-name > a {
  color: #3a3939;
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}

.wishlist-table table td.product-prices .amount {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
}

.wishlist-table table .product-thumbnail {
  width: 150px;
}

.wishlist-table table .product-add-to-cart {
  width: 240px;
}

.wishlist-table table .product-thumbnail {
  width: 150px;
}

.wishlist-table table .product-add-to-cart > a {
  background: #2c3137 none repeat scroll 0 0;
  color: white;
  display: block;
  font-weight: 700;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 225px;
}

.wishlist-share ul li {
  display: inline-block;
  height: 21px;
  margin-left: 0;
  margin-right: 0;
}

.wishlist-share ul li a {
  background-position: left top;
  border: medium none;
  display: inline-block;
  height: 21px;
  width: 21px;
}

.wishlist-share ul li a.facebook {
  background: transparent url("../img/social/facebook.png") no-repeat scroll 0 0;
}

.wishlist-share ul li a.twitter {
  background: transparent url("../img/social/twitter.png") no-repeat scroll 0 0;
}

.wishlist-share ul li a.pinterest {
  background: transparent url("../img/social/pinterest.jpg") no-repeat scroll 0 0;
}

.wishlist-share ul li a.googleplus {
  background: transparent url("../img/social/googleplus.jpg") no-repeat scroll 0 0;
}

.wishlist-share ul li a.email {
  background: transparent url("../img/social/email.jpg") no-repeat scroll 0 0;
}

.wishlist-share ul li a:hover {
  background-position: left bottom;
}

/*----------------------------------------*/
/*  28.	Check Out Top Page
/*----------------------------------------*/
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #80bd00;
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none !important;
  margin: 0 0 2em !important;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  width: auto;
}

.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}

.coupon-accordion span:hover, p.lost-password a:hover {
  color: #80bd00;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

p.form-row label {
  display: block;
}

p.form-row input {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  height: 30px;
  margin: 0 0 14px;
  outline: 0 none;
  padding: 0 0 0 10px;
  width: 100%;
}

p.form-row input:focus {
  border: 1px solid white;
  box-shadow: none;
  outline: 0 none;
}

.coupon-info p input[type="submit"], .buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #282a40;
  box-shadow: none;
  color: #282a40;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 39px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.coupon-info p input[type="submit"]:hover {
  background: #80bd00 none repeat scroll 0 0;
  border: 2px solid #80bd00;
  color: white;
}

label.checbox-info {
  margin-top: 7px;
}

.coupon-info p input[type="checkbox"] {
  position: relative;
  top: 2px;
}

p.lost-pass {
  margin-top: 15px;
}

.coupon-content {
  border: 1px solid #ebebeb;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}

p.checkout-coupon input[type="submit"] {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: white;
  height: 36px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}

p.checkout-coupon input[type="submit"]:hover {
  background: #80bd00 none repeat scroll 0 0;
}

p.checkout-coupon input[type="text"] {
  height: 36px;
  margin-right: 15px;
  padding-left: 10px;
  width: 170px;
}

.coupon-checkout-content {
  display: none;
  margin-bottom: 30px;
}

span.required {
  color: #ff0000;
  font-weight: 700;
}

h3.checkbox-title {
  border-bottom: 1px solid #ebebeb;
  color: #3f3f3f;
  font-size: 32px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.country-select label, .checkout-form-list label {
  color: #333333;
  display: block;
  margin: 0 0 5px;
}

.checkbox-form .shop-select select {
  width: 100%;
}

.checkbox-form p.form-row, .country-select {
  margin-bottom: 20px;
}

.checkbox-form.coupon-info p.form-row input {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
}

#cbox_info > p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}

#cbox_info {
  display: none;
}

.different-address {
  padding-top: 15px;
}

.checbox-info input[type="checkbox"] {
  font-size: 30px;
  margin-right: 10px;
}

.ship-different-title input {
  margin-left: 10px;
}

.ship-different-title h3 {
  border-bottom: 1px solid #ebebeb;
  color: #3f3f3f;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

#ship-box-info {
  display: none;
}

.order-notes textarea {
  height: 90px;
  padding: 15px;
  resize: none;
  width: 100%;
}

/*----------------------------------------*/
/*  29.	You Order CSS
/*----------------------------------------*/
.your-order {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 30px 40px 45px;
}

.your-order-table table {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order-table table th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.shipping label {
  font-weight: 600;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.order-total td span {
  color: #80bd00;
  font-size: 20px;
}

/*----------------------------------------*/
/*  30.	Payment Method CSS
/*----------------------------------------*/
/*  */
.account-area .heading-title, .wishlist-area .heading-title {
  color: #464547;
  margin-bottom: 30px;
}

.payment-method {
  margin-top: 40px;
}

.payment-accordion h3 a::before, .payment-accordion h3.open a::after {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}

.payment-accordion h3 a {
  color: #3f3f3f;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.payment-accordion h3.open a::after {
  content: "";
}

.payment-content p, #cbox_info > p {
  font-size: 12px;
  font-weight: 300;
}

.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}

.order-button-payment input {
  background: #2c3137 none repeat scroll 0 0;
  border: medium none;
  color: white;
  font-size: 17px;
  font-weight: 600;
  height: 47px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.create-account-form, .login-form {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  line-height: 20px;
  margin: 0 0 30px;
  min-height: 340px;
  padding: 14px 18px 20px;
}

.account-details p.form-row input {
  background: white none repeat scroll 0 0;
}

#submitcreate {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(center top, #fdaa02, #fe9702);
  border: 0 none;
  border-radius: 0;
  color: white;
  font-size: 13px;
  line-height: 1.42857;
  outline: medium none;
  padding: 2px;
  text-align: center;
}

#submitcreate > span {
  color: white;
  display: block;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
}

#submitcreate span i, p.submit button#submitlogin span i {
  display: inline-block;
  font-size: 24px;
  margin: -4px 10px 0 0;
  vertical-align: -2px;
}

#submitcreate:hover, p.submit button#submitlogin:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

.lost-password.form-group a {
  color: #464547;
  text-decoration: underline;
}

p.submit button#submitlogin {
  background: #2c3137 none repeat scroll 0 0;
  border: medium none;
  color: white;
  padding: 0;
}

p.submit button#submitlogin span {
  color: white;
  display: block;
  font-size: 12px;
  padding: 5px 15px;
  text-transform: uppercase;
}

p.submit {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  31.	Contact Us CSS
/*----------------------------------------*/
h1.heading-title {
  border-bottom: 1px solid #d6d4d4;
  font: 600 18px/22px "Open Sans",sans-serif;
  padding: 0 0 17px;
  text-transform: uppercase;
}

.page-subheading {
  color: #555454;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.contact-form-box fieldset {
  background: transparent url("../img/form-contact-shadow.png") no-repeat scroll center bottom/contain;
  padding: 0 20px 42px;
}

.contact-form-box {
  background: white url("../img/contact-form.png") repeat-x scroll 0 0;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.17);
  margin: 0 0 30px;
  padding: 23px 0 0;
}

.shop-select input {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  padding-left: 5px;
  width: 100%;
}

.shop-select input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.contact-us-area .shop-select select {
  width: 100%;
}

.form-group textarea {
  border: 1px solid #d6d4d4;
  height: 257px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}

.form-group textarea:focus {
  border-color: #66afe9;
  outline: 0 none;
}

button.show-pagi span {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: uppercase;
}

.submit button.show-pagi:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

.contact-form-box div.uploader {
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  height: 27px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contact-form-box .form-group .form-control {
  border: 1px solid #d6d4d4;
  border-radius: 0;
  box-shadow: none;
  color: #464547;
  cursor: unset;
  display: block;
  font-size: 13px;
  font-weight: 300;
  height: 27px;
  line-height: 1.42857;
  max-width: 100%;
  padding: 3px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

div.uploader span.filename {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  color: #464547;
  cursor: default;
  display: block;
  float: left;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  margin-right: 2px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

div.uploader span.action {
  background: transparent url("../img/button.png") repeat scroll 0 0;
  color: white;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 90px;
}

.contact-form-box div.uploader input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  cursor: default;
  float: right;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.contact-form-box .form-control {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  height: 27px;
  max-width: 270px;
  outline: 0 none;
  padding: 0 0 0 10px;
  text-shadow: 0 1px 0 white;
  width: 100%;
}

.form-control {
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  height: 27px;
  max-width: 197px;
  outline: 0 none;
  padding: 0 23px 0 5px;
  text-shadow: 0 1px 0 white;
}

.contact-us-area form.contact-form-box fieldset p {
  color: #0d6ec7;
}

/*----------------------------------------*/
/*  32.	Cart Page CSS
/*----------------------------------------*/
.table-content table {
  background: white none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}

.cart-main-area thead, .wishlist-area thead {
  background: #fbfbfb none repeat scroll 0 0;
}

.table-content table th, .table-content table td {
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
}

.table-content table th {
  border-top: medium none;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
}

.table-content table td.product-thumbnail {
  width: 130px;
}

.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}

.table-content table td.s-product-price {
  width: 130px;
}

.table-content table .s-product-price .amount {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td input {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #363636;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  outline: medium none;
  padding: 0 5px 0 10px;
  width: 60px;
}

.table-content table td.product-subtotal {
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  width: 120px;
}

.table-content table td.product-remove i {
  font-size: 20px;
}

.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.coupon input[type="text"] {
  border: 1px solid #ebebeb;
  float: left;
  height: 40px;
  margin: 0 15px 0 0;
  max-width: 100%;
  outline: medium none;
  padding: 0 0 0 10px;
  width: 170px;
}

.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}

.cart_totals h2 {
  border-bottom: 2px solid #333333;
  color: #464547;
  display: inline-block;
  font: 600 23px/32px "Open Sans",sans-serif;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}

.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}

.cart_totals table td .amount {
  color: #80bd00;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}

.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.cart_totals a.readmore {
  float: right;
  margin-top: 20px;
}

.cart_totals a.readmore:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

.cart-main-area .buttons-cart > input:hover, .cart-main-area .buttons-cart > a:hover, .cart-main-area .coupon > input[type="submit"]:hover {
  background: #80bd00 none repeat scroll 0 0;
  border: 2px solid #80bd00;
  color: white;
}

/*----------------------------------------*/
/*  33.	About Page CSS
/*----------------------------------------*/
.f-title h3 {
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 60px;
  padding-bottom: 5px;
  position: relative;
}

.f-title .title::before {
  background: #333333 none repeat scroll 0 0;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  right: 0;
  width: 10%;
}

.about-page-cntent p {
  color: #464547;
  font-weight: 300;
}

.about-page-cntent h3 {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

blockquote {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px 45px;
}

.team-img {
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-block;
  height: auto;
  margin: 0 auto 10px;
  position: relative;
  transition: all 0.4s ease 0s;
  width: auto;
}

.item-team:hover .team-img {
  border-color: #80bd00;
}

.team-img img {
  border: 7px solid white;
  border-radius: 100%;
  height: 100%;
  max-width: 100%;
}

.team-info .mask {
  background: rgba(195, 135, 73, 0.4) none repeat scroll 0 0;
  border-radius: 100%;
  height: 95%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 7px;
  transition: all 0.5s ease 0s;
  width: 95%;
}

.item-team:hover .team-img .mask {
  opacity: 1;
  transform: rotate(360deg);
}

.team-info .mask .mask-inner {
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.team-info .mask .mask-inner i {
  background: white none repeat scroll 0 0;
  border-radius: 100%;
  color: #80bd00;
  height: 33px;
  line-height: 33px;
  transition: all 0.5s ease 0s;
  width: 33px;
}

.item-team.text-center h4 {
  color: #232323;
  text-transform: capitalize;
}

.item-team.text-center h5 {
  color: #464547;
  font-weight: 400;
  text-transform: capitalize;
}

.home-our-team {
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  34.	404 Page CSS
/*----------------------------------------*/
.error-text {
  text-align: center;
}

.error-text-area h1 {
  color: #363636;
  font-size: 35px;
  font-weight: 600;
  margin-top: 14px;
}

.error-text > a {
  background: white none repeat scroll 0 0;
  border: 2px solid #282a40;
  color: #282a40;
  display: inline-block;
  font-size: 16px;
  margin-top: 25px;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: background 0.3s ease 0s, color 0.2s ease 0s;
}

.error-text > a:hover {
  background: #80bd00 none repeat scroll 0 0;
  border: 2px solid #80bd00;
  color: white;
}

/*----------------------------------------*/
/*  35.	Blog CSS
/*----------------------------------------*/
.sidebar-widget-title h4 {
  border-color: #ebebeb;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #363636;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
  text-transform: uppercase;
}

.sidebar-widget-title h4 span::before {
  border-bottom: 1px solid #80bd00;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.sidebar-widget-title h4 span {
  color: #363636;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.blog-sidebar {
  margin-bottom: 30px;
}

#blog-search {
  border: 1px solid #e5e5e5;
}

#blog-search input {
  border: medium none;
  color: #5f5f5f;
  font-weight: 300;
  max-height: 30px;
  outline: medium none;
  padding: 5px 10px;
  width: 80%;
}

#blog-search .submit {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #5f5f5f;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-align: right;
  width: 20%;
}

.blog-sidebar ul li a::before {
  color: #9a9a9a;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}

.blog-sidebar ul li a {
  color: #464547;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.blog-sidebar.post .post-info > a:hover, .blog-sidebar a:hover {
  color: #80bd00;
}

.blog-sidebar.post li {
  margin-bottom: 15px;
}

.blog-sidebar ul li {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  padding: 3px 1px;
  text-transform: uppercase;
}

.blog-sidebar .post-thumb {
  float: left;
  margin-right: 10px;
  width: 80px;
}

.blog-sidebar.post ul li a::before {
  display: none;
}

.blog-sidebar.post .post-info {
  display: inline-block;
}

.blog-sidebar.post .post-info > span {
  color: #5f5f5f;
  display: block;
  font-weight: 400;
}

.blog-sidebar .tags-list {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  display: block;
  font-size: 12px;
}

.blog-sidebar .tags-list li {
  display: inline-block !important;
}

.blog-sidebar ul.tags-list li a::before {
  display: none;
}

.blog-sidebar .tags-list li a, .blog-sidebar .actions a {
  border: 1px solid #464547;
  color: #464547;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 17px;
  text-transform: capitalize;
}

.blog-sidebar ul.tags-list li a:hover, .blog-sidebar .actions a:hover {
  background: #80bd00 none repeat scroll 0 0;
  border: 1px solid #80bd00;
  color: white;
}

@media screen and (max-width: 767px) {
  .all-product-sidebar-area {
    padding-top: 0px;
  }
}

.all-product-sidebar-area .single-blog {
  margin: 0 0 40px;
  width: 100%;
}

.all-product-sidebar-area .post-date {
  background: #666666 none repeat scroll 0 0;
  color: white;
  float: left;
  font-weight: 700;
  left: 0;
  padding: 18px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}

.all-product-sidebar-area .post-date span {
  text-transform: uppercase;
}

.all-product-sidebar-area .post-date .day {
  display: block;
  font-size: 20px;
}

.post-thumbnail {
  margin: 0 0 50px;
  width: 100%;
}

.post-thumbnail > a {
  display: block;
}

.postinfo-wrapper {
  padding-left: 100px;
  position: relative;
  width: 100%;
}

.blog-post-title {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #666666;
  font-size: 25px;
  margin: 0 0 20px;
  position: relative;
  text-align: left;
}

.blog-post-title a {
  color: #545454;
}

.blog-post-title a:hover {
  color: #80bd00;
}

.entry-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #909295;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 30px;
  padding: 10px 0;
  text-transform: uppercase;
  width: 100%;
}

.entry-meta span {
  color: #909295;
}

.entry-meta a {
  color: #666666;
}

.entry-meta a:hover {
  color: #80bd00;
}

.entry-summary {
  float: left;
  line-height: 30px;
  width: 100%;
}

.entry-summary p {
  color: #464547;
  font-weight: 300;
  line-height: 26px;
  margin: 0 0 15px;
}

a.readmore {
  background: #383838 none repeat scroll 0 0;
  color: white;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
  text-transform: uppercase;
}

.postinfo-wrapper .post-info .readmore:hover {
  background: #80bd00 none repeat scroll 0 0;
  color: white;
}

/*----------------------------------------*/
/*  36.	Singl Blog Details CSS
/*----------------------------------------*/
.single-blog .share-icon {
  clear: both;
  display: -moz-inline-box;
  margin: 30px 0 55px;
  overflow: hidden;
}

.single-blog .share-icon h3 {
  color: #2b292c;
  float: left;
  font-size: 14px;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}

.single-blog .share-icon ul li:first-child {
  border: medium none;
}

.single-blog .share-icon ul li {
  border-left: 1px solid #ebebeb;
  float: left;
  line-height: 34px;
}

.single-blog .share-icon ul li a {
  color: #666666;
  display: inline-block;
  font-size: 22px;
  line-height: 34px;
  padding: 0 25px;
  text-align: center;
}

.single-blog .share-icon ul li a.facebook:hover {
  color: #3b579d;
}

.single-blog .share-icon ul li a.twitter:hover {
  color: #3acaff;
}

.single-blog .share-icon ul li a.pinterest:hover {
  color: #ce2027;
}

.single-blog .share-icon ul li a.google-plus:hover {
  color: #d11717;
}

.single-blog .share-icon ul li a.linkedin:hover {
  color: #0097bd;
}

.author-info {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}

.author-avatar {
  float: left;
  width: 10%;
}

.author-description {
  float: left;
  padding-left: 20px;
  width: 90%;
}

.author-description h2 {
  color: #2b292c;
  font-size: 18px;
  margin: 0 0 10px;
}

.author-description h2 a {
  color: #666666;
  text-transform: capitalize;
}

.author-description h2 a:hover {
  color: #80bd00;
}

.reply-comment-area {
  overflow: hidden;
  width: 100%;
}

.reply-comment-area h3 .user-comment-form-area h3 {
  border-top: 1px solid #ebebeb;
  color: #2b292c;
  font-size: 24px;
  margin: 0 0 50px;
  padding: 22px 0 0;
}

.single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}

.author-description p {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 300;
}

.comment-author {
  float: left;
  width: 7%;
}

.comment-author img {
  border-radius: 100%;
}

.comment-info::before {
  background: white none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}

.comment-author-info {
  color: #464547;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}

.comment-author-info a {
  color: #666666;
}

.comment-author-info a:hover {
  color: #80bd00;
}

.comment-author-info span {
  color: #464547;
  margin-left: 10px;
  margin-right: 10px;
}

.comment-info p {
  color: #6a6a6a;
  font-weight: 300;
}

.user-comment {
  padding-left: 25px;
}

.user-comment-form-area p.form-row label {
  color: #666666 !important;
  font-size: 12px;
  font-weight: normal;
}

.user-comment-form-area textarea {
  height: 120px;
  resize: none;
  width: 100%;
}

.reply-comment-area h3, .user-comment-form-area h3 {
  border-top: 1px solid #ebebeb;
  color: #2b292c;
  font-size: 24px;
  margin: 0 0 50px;
  padding: 22px 0 0;
}

#more-info > p {
  color: #464547;
  font-weight: 400;
}

.user-comment-form-area p {
  color: #464547;
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  37.	Quick Veiw CSS
/*----------------------------------------*/
#productModal .modal-dialog {
  margin: 5% auto;
  max-width: 96%;
  min-height: 300px;
  padding: 20px;
  transition: all 0.5s ease 0s;
  width: 870px;
}

.modal-product {
  overflow: hidden;
}

.modal-product .product-images {
  float: left;
  width: 40%;
}

.modal-product .product-images .main-image {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.modal-product .product-images .main-image img {
  box-shadow: none;
}

.modal-product .product-info {
  float: left;
  padding-left: 30px;
  width: 60%;
}

.modal-product .product-info h1 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px;
}

.modal-product .product-info .price-box {
  float: left;
  margin: 0 0 12px;
  width: 100%;
}

.modal-product .product-info .price-box p {
  margin: 0;
}

.modal-product .product-info .price-box .special-price {
  color: #80bd00;
  font-size: 24px;
  font-weight: 400;
}

.modal-product .product-info .see-all {
  color: #42414f;
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: underline;
}

.modal-product .product-info .see-all:hover {
  color: #80bd00;
}

a.see-all {
  color: #232323;
  display: inline-block;
  margin-bottom: 10px;
}

.modal-product .product-info .quick-add-to-cart {
  border-bottom: 1px solid #ebebeb;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 38px;
  width: 100%;
}

.numbers-row > input {
  border: 1px solid #d6d4d4;
  float: left;
  height: 40px;
  text-align: center;
  width: 60px;
}

.quick-add-to-cart .single_add_to_cart_button {
  background: #80bd00 none repeat scroll 0 0;
  border: medium none;
  color: white;
  float: left;
  font-weight: 700;
  height: 40px;
  margin-left: 15px;
  padding: 0 70px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.quick-add-to-cart .single_add_to_cart_button:hover {
  background: #2c3137 none repeat scroll 0 0;
}

.modal-product .product-info .quick-desc {
  border-bottom: 1px solid #ebebeb;
  color: #909295;
  float: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  margin: 0 0 25px;
  padding: 0 0 15px;
  width: 100%;
}

.modal-product .widget {
  float: left;
  width: 100%;
}

h3.widget-title-modal {
  background: transparent none repeat scroll 0 0;
  color: #42414f;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 5px;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.modal-product .widget .social-icons {
  float: left;
  margin: 0;
  padding: 0;
}

.modal-product .widget .social-icons li {
  float: left;
  line-height: 30px;
  list-style: outside none none;
  margin-right: 10px;
}

.modal-product .widget .social-icons li .social-icon {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #909295;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 40px;
}

#productModal button.close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

#productModal button.close span {
  border: 1px solid #909295;
  border-radius: 60px;
  color: #909295;
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 1px;
  text-align: center;
  width: 30px;
}

#productModal .modal-header {
  border: 0 none;
  min-height: auto;
  padding: 0;
}

.modal-product .widget .social-icons li .social-icon.facebook:hover {
  background: #3b579d none repeat scroll 0 0;
  border: 1px solid #3b579d;
}

.modal-product .widget .social-icons li .social-icon.twitter:hover {
  background: #3acaff none repeat scroll 0 0;
  border: 1px solid #3acaff;
}

.modal-product .widget .social-icons li .social-icon.pinterest:hover {
  background: #cb2027 none repeat scroll 0 0;
  border: 1px solid #cb2027;
}

.modal-product .widget .social-icons li .social-icon.gplus:hover {
  background: #d11717 none repeat scroll 0 0;
  border: 1px solid #d11717;
}

.modal-product .widget .social-icons li .social-icon.linkedin:hover {
  background: #0097bd none repeat scroll 0 0;
  border: 1px solid #0097bd;
}

.modal-product .widget .social-icons li .social-icon:hover {
  color: white;
}

/*----------------------------------------*/
/*  37.	My Account CSS
/*----------------------------------------*/
.my-account-area ul.myaccount-link-list li {
  overflow: hidden;
  padding-bottom: 10px;
}

.panel-default > .panel-heading {
  background-image: linear-gradient(#f7f7f7, #ededed);
  border-color: #cacaca #b7b7b7 #9a9a9a;
  border-image: none;
  border-radius: 4px 4px 0 0;
  border-style: solid;
  border-width: 1px;
  color: #555454;
  display: block;
  font: 600 16px/20px "Open Sans",sans-serif;
  overflow: hidden;
  text-decoration: none;
  text-shadow: 0 1px white;
  text-transform: uppercase;
}

.addresses-lists .panel-heading a i {
  color: #fd7e01;
  font-size: 20px;
}

.panel-default > .panel-heading h4 {
  font-size: 16px;
}

.panel-title a {
  display: block;
  position: relative;
}

.panel-title a::before {
  border: 1px solid #eeeeee;
  content: "";
  height: 46px;
  left: 30px;
  position: absolute;
  top: -10px;
}

.panel-default > .panel-heading:hover {
  background: #e7e7e7 none repeat scroll 0 0;
  border-color: #9e9e9e #c2c2c2 #c8c8c8;
  filter: none;
  color: #555454;
}

.addresses-lists .panel-heading a:hover {
  color: #555454;
}

.addresses-lists .panel-heading a span {
  margin-left: 20px;
}

.button.button-small span {
  border: 1px solid #8b8a8a;
  display: block;
  padding: 3px 8px;
}

.button.button-small {
  background: #6f6f6f none repeat scroll 0 0;
  border-color: #666666 #5f5f5f #292929;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font: bold 13px/17px Arial,Helvetica,sans-serif;
  padding: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
}

.button.button-small span:hover {
  background: #575757 none repeat scroll 0 0;
  border-color: #303030 #303030 #666666 #474747;
}

.addresses-lists {
  margin-bottom: 30px;
  overflow: hidden;
}

.create-account-button {
  border-top: 1px solid #d6d4d4;
  padding-top: 20px;
  width: 100%;
}

.my-account-area h1 {
  margin-bottom: 20px;
}

.addresses-lists p.coupon-text {
  color: #333333;
}

.addresses-lists p.required {
  color: #f13340;
  margin: 9px 0 16px;
}

.addresses-lists .order-notes textarea {
  margin-bottom: 15px;
}

.order-history p {
  background: #fe9126 none repeat scroll 0 0;
  color: white;
  padding: 15px;
}

p.alert {
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 15px;
}

.addresses-lists .btn-default i {
  font-size: 10px;
}

.addresses-lists h1.heading-title {
  font: 500 16px/22px "Open Sans",sans-serif;
}

.addresses-lists .shop-select select {
  width: 100%;
}

.myaccount-link-list .panel-default {
  margin-bottom: 5px;
}

.addresses-lists .checkbox input[type="checkbox"] {
  margin-top: 0;
}

.radio-inline label.top span.checked input {
  margin-top: 1px;
}

img.img-cien {
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  #filtersOpen {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .aside-filters {
    display: none;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1000000;
    padding-left: 0;
    padding-right: 0;
    transition: right 0.5s;
  }
  .aside-filters.filtros-activos {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .aside-filters {
    display: block !important;
  }
}

.development-by {
  display: block;
  margin-top: 0;
  font-weight: 400;
  color: #2b292c;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .development-by {
    text-align: center;
  }
}

.development-by small {
  font-size: 8.5pt;
}

.development-by img {
  vertical-align: middle;
}

a.mi-cuenta {
  color: #2c3137 !important;
}

.zopim {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
}

@media screen and (max-width: 600px) {
  .zopim {
    display: none;
  }
}

/* Inicio */
.banner-confort {
  padding: 0px 0;
}

@media screen and (min-width: 768px) {
  .banner-confort {
    padding-bottom: 60px;
  }
}

.banner-confort > div,
.banner-silla > div {
  display: none;
}

@media screen and (max-width: 767px) {
  .banner-confort > div.banner-mobile,
  .banner-silla > div.banner-mobile {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .banner-confort > div.banner-desktop,
  .banner-silla > div.banner-desktop {
    display: block;
  }
}

ul.bxslider-1 img {
  width: 100%;
  margin: 0 auto;
}

#my-tab-content .bx-wrapper {
  margin-bottom: 0;
}

#bx-pager {
  display: block;
  margin-bottom: 0;
  font-size: 0;
}

#bx-pager a {
  width: 25%;
  display: inline-block;
  padding: 5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

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

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

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

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

.margin-top-35 {
  margin-top: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-95 {
  margin-top: 95px;
}

.margin-bottom-95 {
  margin-bottom: 95px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.img-decco {
  max-width: 90%;
  margin: 23px;
}

/*--------------------Contenedor de botones--------------------*/
span.boton-contenedor {
  display: block;
  float: right;
}

/*--------------------Botón Lineal--------------------*/
.boton-lineal {
  width: auto;
  display: inline-block;
  padding: 0.525em 0.75em;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  font-size: 11pt;
  text-align: center;
  cursor: pointer;
}

.boton-lineal:hover {
  color: white;
}

.boton-lineal.primario {
  border-color: #80bd00;
  color: #80bd00;
}

.boton-lineal.primario:hover {
  color: white;
  background-color: #80bd00;
}

.boton-lineal.secundario {
  border-color: #2c3137;
  color: #2c3137;
}

/*--------------------Botón Flat--------------------*/
.boton-flat {
  width: auto;
  display: inline-block;
  padding: 0.6em 0.75em;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 11pt;
  color: white !important;
  text-align: center;
  text-transform: uppercase;
  transition: all .25s ease;
}

.boton-flat:hover {
  background-color: white !important;
}

.boton-flat.primario {
  border-color: #80bd00;
  background-color: #80bd00;
}

.boton-flat.primario:hover {
  color: #78b300 !important;
}

.boton-flat.secundario {
  border-color: #2c3137;
  background-color: #2c3137;
}

.boton-flat.secundario:hover {
  color: #2c3137 !important;
}
.col-sm-2{
  width: 15.66666667%!important;
}