@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

.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}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
  font-size:14px;
}

a:visited, a:focus, a:active,, button:visited, button:focus, button:active, .btn:visited, .btn:focus, .btn:active  {
  color: inherit !important;
  text-decoration: none !important;
}
a:hover, button:hover, .btn:hover {
  color: inherit;
  text-decoration: none;
}
a, button {transition: all 0.3s ease 0s;text-decoration:none !important; color:inherit; cursor:pointer;}
/**/
/**/
a:focus {outline:0px solid}
a:hover {
  color: var(--mdo-color);
  text-decoration: none;
}
a:active, a:hover {
  outline:none;
}

.flexslider {
  margin-bottom:0;
}

ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#666;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mtb-50{
	margin:50px 0;
}
.mt-50{
	margin-top:50px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mb-70{
	margin-bottom:70px;
}
.mb-50{
	margin-bottom:50px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-27{
	margin-bottom:27px;
}
.mb-20{
	margin-bottom:20px;
}
.mb-15{
	margin-bottom:15px;
}
.mb-10{
	margin-bottom:10px;
}
.mt-15{
	margin-top:15px;
}
.ptb-70{
	padding:70px 0;
}
.ptb-80{
	padding:80px 0;
}
.ptb-50{
	padding:50px 0;
}
.ptb-40{
	padding:40px 0;
}
.ptb-30{
	padding:30px 0;
}
.ptb-20{
	padding:20px 0;
}
.ptb-12{
	padding:12px 0;
}
.pb-80{
	padding-bottom:80px;
}
.pb-50{
	padding-bottom:50px;
}
.pt-50{
	padding-top:50px;
}
.pt-80{
	padding-top:80px;
}
.pt-30{
	padding-top:30px;
}

/*----------------------------------------*/
/*  2.  header
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.1  header-top
/*----------------------------------------*/
.header-top{
	background:#1F1F1F;
}
.header-left-menu ul li{
	display:inline-block;
	margin-right:15px;
	position:relative;
}
.header-left-menu ul li a,.links-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
  transition:.3s;
}
.header-left-menu ul li a i,.cart-area ul li.menu-container a i{
/*	padding-left:8px;*/
}
.header-left-menu ul li a img{
	padding-right:5px;
}
.header-left-menu ul li .submenu-top,.cart-area ul li.menu-container .submenu-top{
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  left: 0;
  min-width: 200px;
  padding: 10px 15px;
  position: absolute;
  top: 40px;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  transition:.4s;
}
.header-left-menu ul li:hover .submenu-top,.cart-area ul li.menu-container:hover .submenu-top{
	opacity:1;
	visibility:visible;
	top: 33px;
}
.header-left-menu ul li .submenu-top ul li{
	display:block;
}
.header-left-menu ul li .submenu-top ul li a{
	color: #393939;
	font-size: 13px;
	line-height: 30px;
}
.bb{
	border-bottom:1px solid rgba(255, 255, 255, 0.05);
}
.links-nav{
	float:right;
}
.links-nav ul li{
	display:inline-block;
	margin-left:15px;
}
.links-nav ul li a{
	color:#fff;
}
.links-nav ul li a i{
	padding-right:8px;
}
.header-left-menu ul li:hover a,.links-nav ul li:hover a,.header-left-menu ul li .submenu-top ul li a:hover{
	color:var(--main-color);
}
/*----------------------------------------*/
/*  2.2  header-mid-area
/*----------------------------------------*/
.header-mid-area{
	background:#1F1F1F;
}
.search-area form{
	position:relative;
}
.search-area form input{
	border: 0 none;
	border-radius: 30px;
	color: #999999;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	padding: 0 90px 0 180px;
	width: 100%;
	position:relative;
}
.search-area form select.header-option {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  color: #333333;
  font-size: 13px;
  left: 4px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  text-transform: capitalize;
  top: 50%;
  transform: translateY(-50%);
  outline:none;
}     
.search-area form input:before{}
.search-area form a{
	background: var(--main-color) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 30px;
	color: #fff;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 3px;
	transition: all 300ms linear 0s;
	width: 75px;
}
.search-area form a i{
	transform:scale(1);
	transition:.3s;
}
.search-area form a:hover i{
	transform:scale(1.1);
}
.header-user a{
	color: #fff;
	float: right;
	line-height: 30px;
	margin-top: 10px;
	text-transform: capitalize;
}
.header-user a i{
	font-size:25px;
	padding-right:10px;
}
/*----------------------------------------*/
/*  2.3  header-menu-area
/*----------------------------------------*/
.header-menu-area{
	background: #101010 none repeat scroll 0 0;
}
.main-menu ul li{
	display:inline-block;
	position:relative;
}
.main-menu ul li a{
	background: transparent none repeat scroll 0 0;
	color: var(--opposite-back);
/*	display: block;   */
	font-size: 14px;
	font-weight: 900;
	line-height: 30px;
	padding: 15px 16px;
	text-transform: uppercase;
	transition: .3s;
	text-decoration:none;
}
.main-menu ul > li > a > span {
	float: right;
    margin-right: 10px;
}
.main-menu ul li i{
  color:var(--opposite-back);
}
.main-menu ul li:hover a, .main-menu ul li.active a{
	color:var(--main-color);
}
.main-menu ul li:first-child a{
	padding-left:0;
}
.main-menu ul li .mega-menu-area {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  width: 900px;
  z-index: 99999;
}
.main-menu ul li .mega-menu-area .mega-menu{
	overflow: hidden;
	padding: 30px 15px;
}
.main-menu ul li .mega-menu-area .mega-menu span {
  border-right: 1px solid #f2f2f2;
  float: left;
  width: 25%;
  padding: 0 0px 0px 15px;
}
.main-menu ul li .mega-menu-area .mega-menu span:last-child {
	border-right:0;
}
.main-menu ul li .mega-menu-area .mega-menu span a{
	color: #555555;
	display: block;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
	padding:0;
	transition:.3s;
}
.main-menu ul li .mega-menu-area .mega-menu a.title{
	color: #101010;
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
  padding-left:15px;
}
.main-menu ul li .mega-menu-area .menu-static {
  overflow: hidden;
  padding: 0 15px 20px;
}
.main-menu ul li .mega-menu-area .menu-static span{
	float:left;
	width:50%;
}
.main-menu ul li .mega-menu-area .menu-static span a {
  padding: 0;
}
.main-menu ul li .mega-menu-area-2{
	width:720px;
}
.main-menu ul li .mega-menu-area-2 span{
	width:33.33%!important;
	float:left;
}
.main-menu ul li .mega-menu-area-3{
	width:490px;
}
.main-menu ul li .mega-menu-area-3 span{
	width:50%!important;
	float:left;
}
.main-menu ul li .sub-menu{
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	transition: all 0.4s ease 0s;
	z-index: 99;
	width: 180px;
	padding: 20px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
	visibility:hidden;
	opacity:0;
}
.main-menu ul li:hover .sub-menu{
    transform: scaleY(1);
	visibility:visible;
	opacity:1;
}
.main-menu ul li .sub-menu ul li{
	display:block;
}
.main-menu ul li .sub-menu ul li a{
	color: #555555;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding:0;
	transition:.3s;
}

.main-menu nav ul li .sub-menu ul li ul {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
  left: 100%;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  width: 180px;
  z-index: 99;
}
.main-menu ul li .sub-menu ul li:hover ul {
  opacity: 1;
  top: 0;
  transform: scaleY(1);
  visibility: visible;
}
.cart-area ul li{
	display:inline-block;
	position:relative;
  vertical-align: bottom;
}
.cart-area ul li a{
	color: var(--opposite-back);
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 22px;
	text-transform: uppercase;
	transition: .3s;
}
.cart-area ul li:last-child a{
	padding-right:11px;
}
.cart-area ul li:hover a,.main-menu ul li .mega-menu-area .mega-menu span a:hover,.main-menu ul li .sub-menu ul li a:hover{
	color:var(--main-color);
}
.cart-cant-total-container {
	background: #e91113 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	line-height:18px;
	text-align:center;
	left: 35px;
	position: absolute;
	top: 12px;
	width: 20px;
}
.mini-cart-sub{
	position:absolute;
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	display: block;
	left: auto;
	top: 150%;
	opacity: 0; 
	padding: 20px;
	right: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 280px;
	z-index: 99999999;
}
.mini-cart-sub .cart-product {
  max-height: calc(90vh - 100px);
  overflow: auto;
}
.mini-cart-sub:not(.active) {
  display:none;
}
.cart-product .single-cart {
  margin-bottom: 15px;
  overflow: hidden;
}
.cart-product .single-cart .cart-img{
	display: block;
	float: left;
	margin-right: 15px;
	width: 65px;
}
.cart-product .single-cart .cart-img a{
	padding:0;
}
.cart-product .single-cart .cart-img a img {
  width: 100%;
}
.cart-product .single-cart .cart-info{
	overflow: hidden;
	padding-right: 20px;
	position: relative;
}
.cart-product .single-cart .cart-info h5{
	margin-bottom: 0px;
}
.cart-area ul > li .cart-product .single-cart .cart-info h5 a {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 0;
  padding:15px 0;
  text-transform: capitalize;
}
 .cart-area ul > li .cart-product .single-cart .cart-info h5 a:hover{
	color:var(--main-color);
}
.cart-product .single-cart .cart-info p{
	margin-bottom:0;
	font-family: Rufina;
	font-size: 14px;
}
.cart-totals{
	margin-bottom:15px;
}
.cart-totals h5{
	color: #606060;
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: Rufina;
	margin: 0;
	text-transform: uppercase;
}
.cart-totals h5 span{
	display: block;
	float: right;
}
.cart-area ul > li .cart-bottom a {
  background-color: black;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: 24px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.header-menu-area.sticky {
	position:fixed;
	left: 0;
	background-color: rgba(16, 16, 16, 0.85);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	top: 0;
	width: 100%;
	z-index: 999;
	transition:.3s;
}
/*----------------------------------------*/
/* 3  slider-area
/*----------------------------------------*/
.slider-area{
	position:relative;
	clear: both;
}
.nivo-caption {
  background: none;
  color: #fff;
  display: none;
  opacity: 1;
  position: absolute;
  overflow:hidden;
  z-index: 6;
  padding:0;
}
.slider-text .h1{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom:0;
}
.slider-text .h1 span{
	color:var(--main-color);
}
.slider-text .h2{
	color: #fff;
	font-size:38px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.slider-text p span{
	color:var(--main-color);
}
.slider-text a{
	background: #fff none repeat scroll 0 0;
	border-radius: 30px;
	color: #141414;
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	padding: 7px 25px;
  box-shadow: 7px 5px 15px black;  
	text-transform: uppercase;
	transition: .3s;
}
.slider-text a i{
	padding-right:10px;
	font-size:18px;
}
.slider-text a:hover{
	background:var(--main-color);
	color:#fff;
}
.slider-area .nivo-directionNav a {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 55px;
  line-height: 55px;
  opacity: 0;
  text-align: center;
  transition: .3s;
  width: 55px;
  z-index: 8;
}
.slider-area:hover .nivo-directionNav a{
	opacity:1;
}
.slider-area .nivo-directionNav a:hover {
  background: var(--main-color) none repeat scroll 0 0;
  transition: .3s;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 20px;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 20px;
}
/*----------------------------------------*/
/* 4  banner-area
/*----------------------------------------*/
.banner-img a img{
	transition:.4s;
}
.single-banner:hover .banner-img.phone a img{
	 animation: 1s linear 0s normal none infinite running tada;
}
.single-banner .banner-img.plane a img{
	transform: translate(0px, 0px);
    transition: all 1.4s ease 0s;
}
.single-banner:hover .banner-img.plane a img{
	transform: translate(80px, 0px);
    transition: all 1.4s ease 0s;
}
.single-banner:hover .banner-img.light a img{
	 animation: 1s linear 0s normal none infinite running pulse;
}
.banner-text h4{
	color: #393939;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/*----------------------------------------*/
/* 5  banner-area-2
/*----------------------------------------*/
.single-banner-2{
	position:relative;
	overflow:hidden;
}
.single-banner-2 a:before{
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
}
.single-banner-2 a:hover:before{
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
	transition: .3s;
}
.single-banner-2 a img{
	width:100%;
}
.br{
	border-right:1px solid #8c8c8c ;
}
/*----------------------------------------*/
/* 6  pos_new_product
/*----------------------------------------*/
.section-title {
  text-align:center;
}
.section-title h2{
	color: #101010;
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.section-title h2:before{
	background: var(--main-color) none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
}
.section-title h2 span{
	color: var(--main-color);
	font-size: 36px;
}
.single-product{
	position:relative;
	transition:.5s;
	/*padding:15px;
	overflow:hidden;
	background:#fff;*/
}
.single-product-inside::before {
  background-color: #f2f2f2;
  content: "";
  height: 83%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  z-index: 999;
}
.shadow-for-hover {
	position: absolute;
  width: 100%;	
	height:423px;
	transition: .3s;
}
.single-product:hover .shadow-for-hover, .single-product:focus .shadow-for-hover {
	box-shadow: 10px 10px 9.6px 0.4px rgba(0, 0, 0, 0.1);
	background:white;
	height:480px;
}
.grid-item .product-img{
	overflow:hidden;
	position:relative;
  height: 250px;
  max-width:100%;
}
.product-img a img{
	width:100%;
}
.product-img a img.second{
	bottom: 0;
	display: inline-block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateZ(-1000px) rotateY(-90deg);
	visibility: hidden;
	transition:.5s;
}
.single-product:hover .product-img a img.second{
	opacity: 1;
	transform: translateZ(0px) rotateY(0deg);
	visibility: visible;
}
.product-content{
	background:white;	 
}
.product-text {
	background: white;
	padding: 15px 30px;
	transition: 0.3s;
	position: absolute;
	left: 0;
  bottom: 0;
	z-index:1;
}
.single-product:hover .product-text, .single-product:focus .product-text{
	bottom: -53px;	
}
.single-product:hover .product-content .product-text.demasiado-grande{
	transform: translateY(-50px);
	margin-bottom: -50px;
} 
.product-content h3{
	margin-bottom: 0;
}
.product-content h3 a{
	color: #393939;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.product-content h3 a:hover{
	color:var(--main-color);
}
.product-rating a{
	color:var(--main-color);
	font-size: 13px;
}
.product-rating.color a{
	color:#CCCCCC;
}
.product-price ul li{
	/*display:inline-block;*/
}
.product-price ul li.new-price{
	color: #101010;
	font-size: 18px;
	font-weight: 700;
}
.product-price ul li.new-price.sale{
	color:#e91113;
}
.product-price ul li.old-price{
	color: #5c5c5c;
	font-size: 14px;
	margin: 0 5px;
	text-decoration: line-through;
}
.add-to-links ul li{
	display:inline-block;
	float: left;
	opacity:0;
}
.single-product:hover .add-to-links ul li{
	opacity:1;
}
.add-to-links ul li a, .add-to-links ul li button{
	background: #101010 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	transition:.3s;
}
.add-to-links ul li a:hover, .add-to-links ul li button:hover{
	background-color: var(--main-color);
}
.single-product:hover .add-to-links ul li:nth-of-type(1){
	animation: 200ms ease-in-out 0s normal none 1 running zoomIn;
}
.single-product:hover .add-to-links ul li:nth-of-type(2){
	animation: 300ms ease-in-out 0s normal none 1 running zoomIn;
}
.single-product:hover .add-to-links ul li:nth-of-type(3){
	animation: 400ms ease-in-out 0s normal none 1 running zoomIn;
}
.single-product:hover .add-to-links ul li:last-child{
	animation: 500ms ease-in-out 0s normal none 1 running zoomIn;
}
.thumb-container .owl-controls .owl-nav div, .mercado-libre-banner .owl-controls .owl-nav div, .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-7.owl-carousel.owl-theme .owl-controls .owl-nav div,.tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div,.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div,.brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div{
	background: #cccccc none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform:translateY(-50%);
	transition: .5s;
	width: 48px;
	z-index: 1;
	left:0;
}
.thumb-container .owl-controls .owl-nav div {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.thumb-container:hover .owl-controls .owl-nav div, .mercado-libre-banner .comment-container:hover .owl-controls .owl-nav div, .product-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-3:hover.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-7:hover.owl-carousel.owl-theme .owl-controls .owl-nav div,.tab-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div,.blog-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div,.brand-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div{
	opacity:1;
}
.thumb-container:hover .owl-controls .owl-nav div.owl-prev, .mercado-libre-banner .comment-container:hover .owl-controls .owl-nav div.owl-prev, .product-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.product-active-3:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.product-active-7:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.blog-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.brand-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
	left: -50px;
}
.thumb-container .owl-controls .owl-nav div.owl-next, .mercado-libre-banner .owl-controls .owl-nav div.owl-next, .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.product-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.product-active-7.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right: 0;
	left:auto;
}
.thumb-container:hover .owl-controls .owl-nav div.owl-next, .mercado-libre-banner .comment-container:hover .owl-controls .owl-nav div.owl-next, .product-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.product-active-3:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.product-active-7:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.blog-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,.brand-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right: -50px;
}
.thumb-container .owl-controls .owl-nav div:hover, .mercado-libre-banner .owl-controls .owl-nav div:hover, .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.product-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	background: var(--main-color) none repeat scroll 0 0;
	color: #fff;
	transition: .3s;
}
.tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right: 5px;
	left:auto;
}
.tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
	left: 5px;
}
.tab-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
	left: 0px;
}
.tab-active:hover.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right: 0px;
}
/*----------------------------------------*/
/* 7  our-product-area
/*----------------------------------------*/
.our-product-area{
	background:#eeeeee ;
	overflow:hidden;
}
.our-product-area .section-title{
	float:left;
	display:inline-block;
}
.our-product-area .tab-menu{
	float:right;
	display:inline-block;
}
.our-product-area .tab-menu ul li{
	display:inline-block;
	padding-top: 18px;
}
.our-product-area .tab-menu ul li a{
	border-bottom: 2px solid transparent;
	color: #101010;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	margin: 0 20px;
	padding-bottom: 15px;
	text-transform: capitalize;
	transition: .3s;
	text-decoration:none;
}
.our-product-area .tab-menu ul li:hover a{
	border-color: var(--main-color);
}
.our-product-area .tab-menu ul li.active a{
	border-color: var(--main-color);
	font-weight: 700;
	transition: all 300ms linear 0s;
}
.our-product-area .tab-menu ul li:last-child a{
	margin-right:0;
}
.tab-content{
	clear: both;
}
.total-tab{
	clear: both;
	overflow:hidden;
	background:#fff;
}
.tab-1{
	float:left;
	width:50%;
}
.tab-2{
	float:left;
	width:50%;
}
.tab-1 .single-product:before{
	height:100%;
}
.tab-1 .single-product .product-content .add-to-links{
	bottom: 25px;
	position: absolute;
	right: 30px;
	margin:0;
}
.single-product > span{
	background: #e91113 none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	left: 20px;
	line-height: 45px;
	padding: 0 20px;
	position: absolute;
	top: 20px;
	z-index:345;
	display:block;
}
.single-product > .timer {
  border: 2px solid var(--main-color);
  border-radius: 50%;
  height: 125px;
  padding: 45px 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 125px;
  z-index:234;
}
.timer .cdown {
  display: inline-block;
  font-size: 12px;
  color:#666;
  text-transform:capitalize;
  margin:0 3px;
}
.timer .cdown span {
  display: block;
  color:#e91113;
  position:relative;
}
.timer .cdown span::before {
  content: ":";
  font-size: 14px;
  position: absolute;
  right: -3px;
  top: -3px;
}
.timer .cdown:last-child span:before{
	display:none;
}
.tab-2 .single-product .product-img{
	float: left;
	margin-right: 20px;
	width: 45%;
}
.tab-2 .single-product .product-content{
	display: block;
	overflow: hidden;
	width: auto;
}
.single-product .product-content p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom:0;
}
.tab-2 .single-product:after{
	border-bottom: 1px solid #f2f2f2;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}
.tab-2 .single-product:before{
	display:none;
}
.tab-active-2{
	overflow:hidden;
}
.tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav{
	text-align:right;
}
.tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div{
	color: #a2a2a2;
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	margin-top: 43px;
	transition: all 0.5s ease 0s;
	margin-right:30px;
}
.tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:var(--main-color);
}
.tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
	margin-right:15px;
}
.tab-content > .tab-pane {
  display:block;
  overflow:hidden;
  height:0;
}
.tab-content > .active{
 display:block;
 overflow:visible;
 height:auto;
}
/*----------------------------------------*/
/* 8  static-center-area
/*----------------------------------------*/
.static-center-area{
	overflow:hidden;
	position:relative;
}
.static-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.static-text h3{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.static-text h4{
	color: #fff;
	font-size: 44px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.static-text h4 span{
	color: var(--main-color);
}
.static-text p{
	color: #f1f1f1;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	position: relative;
	margin-bottom:0;
}
.static-text p:before{
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 6px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}    
.big-rnd-btn, .static-text a{
	border: 2px solid var(--main-color);
	border-radius: 30px;
	color: var(--main-color);
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 36px;
	margin-top: 20px;
	padding: 0 20px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
}               
/*.static-text a:before{
	content: "";
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	margin-right: 10px;
} */
.big-rnd-btn:hover, .static-text a:hover{
	background: var(--main-color) none repeat scroll 0 0;
	color: #fff;
	transition: .3s;
}
/*----------------------------------------*/
/* 9  most-popular-product
/*----------------------------------------*/
.product-total .single-product{
	margin-bottom: 10px;
	padding: 10px 0;
}
.product-total .single-product:before{
	display:none;
}
.product-total .single-product .product-img{
	float: left;
	margin-right: 20px;
	width: 125px;
}
.product-total .single-product .product-content{
	overflow: hidden;
	padding: 25px 0;
	position: relative;
	width: auto;
}
.product-total .single-product:hover .product-content .product-rating {
  opacity: 0;
  visibility: hidden;
}
.product-total .single-product .product-content .add-to-links {
  transition:.3s;
}
.product-total .single-product .product-content .add-to-links {
  position: absolute;
  top: 40px;
  left: 0;
  opacity:0;
  visibility:hidden;
}
.product-total .single-product:hover .product-content .add-to-links {
  opacity:1;
  visibility:visible;
}
.product-total .single-product:hover{
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease 0s;
	z-index: 2;
}
/*----------------------------------------*/
/* 10 	blog-area
/*----------------------------------------*/
.blog-area{
	background:#eeeeee ;
	overflow:hidden;
}
.blog-active{
	clear:both;
}
.single-blog{
	background: #fff none repeat scroll 0 0;
}
.single-blog .blog-img{
	overflow:hidden;
}
.single-blog .blog-img a img{
	transform:scale(1);
	transition:.4s;
}
.single-blog:hover .blog-img a img{
	transform:scale(1.1);
}
.single-blog .content-inner{
	background: #1f1f1f none repeat scroll 0 0;
	display: inline-block;
	padding: 15px 20px;
	width: 100%;
}
.single-blog .content-inner .date-smart{
	color: var(--main-color);
	float: left;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.single-blog .content-inner .views{
	color: #cccccc;
	float: right;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.single-blog .blog-text{
	padding: 30px 25px;
}
.single-blog .blog-text h4{
	margin-bottom:0;
}
.single-blog .blog-text h4 a{
	color: #393939;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	text-transform: capitalize;
	transition:.3s;
}
.single-blog .blog-text h4 a:hover{
	color:var(--main-color);
}
/*----------------------------------------*/
/* 11 	brand-area
/*----------------------------------------*/
.brand-active{
	clear:both;
}
.single-brand{
	overflow:hidden;
}
.single-brand a img{
	transform:scale(1);
	transition:.4s;
}
.single-brand:hover a img{
	transform:scale(1.1);
}
.bt-2{
	border-top:1px solid #ccc;
}
/*----------------------------------------*/
/* 12 	newslatter-area
/*----------------------------------------*/
.newslatter-area{
	background: #101010 none repeat scroll 0 0;
	overflow:hidden;
	text-align:center
}
.newslatter-content{
	float:left;
	width:30%;
}
.newslatter-content h4{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display:inline-block;
	font-size: 18px;
	font-weight: 800;
	line-height: 50px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}
 .newslatter-form{
	float:left;
	width:70%;
	text-align:left;
}
 .newslatter-form form{
	position:relative;
}
 .newslatter-form form input{
	background: #1f1f1f none repeat scroll 0 0;
	border: 0 none;
	color: #bcbcbc;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	letter-spacing: 0.01em;
	padding: 10px 60px 10px 30px;
	width:70%;
	border-radius:30px;
	outline:none;
}
.newslatter-form form a {
  color: var(--main-color);
  position: absolute;
  right: 32%;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition:.3s;
}
 .newslatter-form form a:hover{
	color:#fff;
 }
/*----------------------------------------*/
/* 13 	footer
/*----------------------------------------*/
/*----------------------------------------*/
/* 13.1 	footer-top-area
/*----------------------------------------*/
.footer-top-area{
	background:var(--back-color);
	border-top:1px solid black;
	overflow:hidden;
}
.single-footer p{
	color: #e5e5e5;
	font-size: 15px;
	line-height: 25px;
	margin-bottom:10px;
}
.footer-address ul li {
  color: var(--opposite-back);
  font-size: 15px;
  text-transform: capitalize;
}
.footer-address ul li i{
	color: var(--main-color);
	font-size:16px;
	margin-right:5px;
}
.social-link{
	margin-top:15px;
}
.social-link .icono-parent {
  border:none;
}
.social-link .icono {
  vertical-align:top;
}
.social-link ul li{
	display:inline-block;
	margin-right:5px;
}
.social-link ul li a{
    border: 1px solid var(--opposite-back);
    border-radius: 100%;
    color: var(--opposite-back);
    display: inline-block;
    font-size: 14px;
    height: 30px;
    text-align: center;
    transition: .3s;
    width: 30px;
}
.social-link ul li a, .social-link ul li i{
    line-height: 28px;
}
.social-link ul li a:hover{
	background: var(--main-color) none repeat scroll 0 0;
	border-color: var(--main-color);
	transition:.3s;
}
.footer-title h4{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 30px;
	margin: 0 0 25px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.footer-title h4:before{
	background: var(--main-color) none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 60px;
}
.footer-menu ul li{
	transition: .3s;
}
.footer-menu ul li a{
	color: var(--opposite-back);
	display: inline-block;
	font-size: 15px;
	padding: 0;
	position: relative;
	text-transform: none;
	transition: .3s;
}
.footer-menu ul li a:hover{
	color:var(--main-color);
	transform: translateX(5px);
	transition: .3s;
}
/*----------------------------------------*/
/* 13.2 	footer-bottom-area
/*----------------------------------------*/
.footer-bottom-area{
	background: #101010 none repeat scroll 0 0;
	overflow:hidden;
  padding-left:25px;
  padding-right:25px;
}
.copy-right p{
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
.copy-right p a{
	color:var(--main-color);
}
.payment-area {
  float: right;
}

#cartHolder, #scrollUp{
  border-radius: 100%;
  bottom: 15px;
  position: fixed;
  text-align: center;
  z-index: 1 !important; /*No aparecen por sobre el menu*/
  background: #232323 none repeat scroll 0 0;
  border: 1px solid #fff;
  color:#fff;
}
#cartHolder {
  left: 20px;
  font-size: 40px;
  height:60px;
  line-height: 60px;
  width: 60px;
}
#cartHolder .cart-cant-total-container {
  top: initial;
  left: initial;
  bottom: 0;
  right: 0;
}
#scrollUp {
  right: 20px;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  width: 40px;
}
#scrollUp:hover{
color: #fff;
background: var(--main-color) none repeat scroll 0 0;
}
/*----------------------------------------*/
/* 14 	home-2
/*----------------------------------------*/
.home-2 .header-top{
	background:#fff;
	border-bottom:1px solid #F2F2F2;
}
.home-2 .header-left-menu ul li a,.home-2 .links-nav ul li a {
  color: #555;
}
.home-2 .header-left-menu ul li .submenu-top ul li a {
  color: #393939;
}
.home-2 .header-left-menu ul li .submenu-top ul li::before {
  display:none;
}
.home-2 .header-left-menu ul li:hover a,.home-2 .links-nav ul li:hover a,.home-2 .header-left-menu ul li .submenu-top ul li a:hover{
	color:#c1d72d;
}
.home-2 .header-left-menu ul li:before{
	position:relative;
}
.home-2 .header-left-menu ul li::before {
  content: "";
  position: absolute;
  background: #cfcfcf;
  width: 1px;
  height: 20px;
  right: -10px;
  top: 0;
}
.home-2 .header-left-menu ul li:last-child:before{
	display:none;
}
.home-2  .header-mid-area{
	background:#fff;
}
.home-2  .search-area form input {
  border: 2px solid #c1d72d;
}
.home-2 .search-area form a {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .header-user a {
  color: #555;
}
.home-2 .header-user a i {
  color: #c1d72d;
}
.home-2 .main-menu ul li:hover a,.home-2 .main-menu ul li.active a{
	color:#c1d72d;
}
.home-2 .main-menu ul li .sub-menu ul li a {
  color: #555555;
}
.home-2 .cart-area ul li:hover a,.home-2 .main-menu ul li .mega-menu-area .mega-menu span a:hover,.home-2 .main-menu ul li .sub-menu ul li a:hover {
  color: #c1d72d;
}
.home-2 .header-menu-area .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-2 .header-menu-area .cart-area ul > li .cart-bottom a:hover {
  color: var(--main-color);
}
.home-2 .slider-area .nivo-directionNav a:hover {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .slider-text a:hover {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 a#scrollUp:hover {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .slider-text .h1 {
  font-size: 24px;
  text-transform: uppercase;
}
.home-2 .slider-text .h2 {
  font-size: 50px;
}
.home-2 .slider-text .h2 span,.home-2 .slider-text p span {
  color:#c1d72d;
}
.home-2 .slider-text p {
  font-size: 20px;
}
.banner-text p{
	color: #555555;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}
.single-banner:hover .banner-img.card a img {
  animation: 1s linear 0s normal none infinite running flip;
}
.home-2 .section-title h2::before {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .home-2 .product-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .home-2 .tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .home-2 .blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .home-2 .brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .product-content h3 a:hover {
  color: #c1d72d;
}
.home-2 .add-to-links ul li a:hover {
  background-color: #c1d72d;
}
.home-2 .tab-1 .single-product-inside::before {
  height: 100%;
  left: 0;
  right: auto;
}
.home-2 .tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:#c1d72d;
}
.home-2 .our-product-area .tab-menu ul li:hover a {
  border-color: #c1d72d;
}
.home-2 .our-product-area .tab-menu ul li.active a {
  border-color: #c1d72d;
}
.home-2 .single-product > .timer {
  border: 2px solid #c1d72d;
}
.home-2 .single-blog .content-inner .date-smart {
  color: #c1d72d;
}
.home-2 .single-blog .blog-text h4 a:hover {
  color: #c1d72d;
}
.home-2 .newslatter-form form a {
  color: #c1d72d;
}
.home-2 .newslatter-form form a:hover {
  color: #fff;
}
.home-2 .footer-title h4::before {
  background: #c1d72d none repeat scroll 0 0;
}
.home-2 .footer-menu ul li a:hover {
  color: #c1d72d;
}
.home-2 .footer-address ul li i {
  color: #c1d72d;
}
.home-2 .social-link ul li a:hover {
  background: #c1d72d none repeat scroll 0 0;
  border-color: #c1d72d;
}
.home-2 .copy-right p a {
  color: #c1d72d;
}
.home-2 .product-total .single-product .product-content .add-to-links {
  position: static;
  top: 0;
}
.home-2 .product-total .single-product:hover .product-content .product-rating {
  opacity: 1;
  visibility: visible;
}
.home-2 .product-total .single-product:hover .product-content .product-price {
  opacity: 1;
  visibility: visible;
}
.product-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div,.tab-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div,.tab-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div,.blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
  color: #a2a2a2;
  display: inline-block;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: -75px;
  transition:.3s;
}
.product-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.tab-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:#c1d72d;
}
.product-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.tab-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.tab-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,.blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  margin-right: 30px;
}
.home-2 .most-popular-product .section-title h2 {
  font-size: 22px;
}
.home-2 .product-total .single-product {
  margin-bottom: 0;
  padding: 0px 0;
}
/*----------------------------------------*/
/* 15 	home-3
/*----------------------------------------*/
.page {
	background:#fff;
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.3);
	margin: 0 35px;
}
.home-3 .slider-text .h1 {
  text-transform: capitalize;
}
.home-3 .slider-text p {
  line-height: 23px;
  margin: 0 0 5px;
}
.home-3  .slider-area .nivo-directionNav a.nivo-prevNav {
  left: 5px;
}
.home-3 .slider-area .nivo-directionNav a.nivo-nextNav {
  right: 5px;
}
.home-3 .section-title{
	border-bottom: 1px solid #f2f2f2;
}
.home-3 .section-title h2{
	color: #101010;
	font-size: 20px;
}
.section-title h2{
	margin-bottom:0;
}
.home-3 .add-to-links ul li {
  display: block;
  float: none;
  margin-bottom: 5px;
  margin-right: 0;
}
.home-3 .add-to-links {
  left: 10px;
  position: absolute;
  top:10px;
  margin-top: 0;
}
.home-3 .top-seller-area .single-product-inside::before {
  display:none;
}
.single-banner{
	/*overflow:hidden;*/
}
.home-3 .banner-area{
	border: 2px solid #c1d72d;
	border-radius: 15px;
	padding: 0 15px;
	position: relative;
}
.home-3 .banner-area .single-banner{
	padding:20px 0;
}
.home-3 .banner-area .single-banner .banner-img {
  float: left;
  width: 35%;
}
.home-3 .banner-area .single-banner .banner-text {
  float: left;
  width: 65%;
}
.bb-3{
	border-bottom: 1px solid #f2f2f2;
}
.home-3 .banner-area .single-banner .banner-text h4{
	color: #393939;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.home-3 .product-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div,.blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
  top: -71px;
}
.home-3 .product-total .single-product .product-content .add-to-links {
  display: none;
}
.home-3 .product-total .single-product .product-img {
  width: 90px;
}
.home-3 .product-total .single-product .product-content {
  padding: 15px 0;
}
.home-3 .product-total .single-product .product-content h3 a {
  margin-bottom: 10px;
}
.tab-active-3.owl-carousel.owl-theme .owl-controls .owl-nav div,.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div{
	top:-71px;
}
.home-3 .our-product-area,.home-4 .our-product-area {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  overflow: hidden;
}
.home-3 .our-product-area .tab-menu ul li ,.home-4 .our-product-area .tab-menu ul li {
  padding-top: 0;
}
.home-3 .our-product-area .tab-menu, .home-4 .our-product-area .tab-menu {
  margin-right: 60px;
}
.home-3 .our-product-title,.home-4 .our-product-title{
	border-bottom: 1px solid #f2f2f2;
	overflow:hidden;
}
.home-3 .our-product-title .section-title,.home-4 .our-product-title .section-title{
	border-bottom: none;
}
.home-3 .our-product-title .section-title h2::before {
  bottom: -1px;
}
.home-3 .our-product-area .single-product-inside::before {
  height: 100%;
}
.bb-4{
	border-bottom: 1px solid #ccc;
}
.home-3  .blog-area {
  background: none;
  overflow: hidden;
}
.single-blog .blog-text{}
.single-blog .blog-text p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.single-blog .blog-text a{
	color: #393939;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	transition: .3s;
	text-decoration:none;
	text-transform:capitalize;
}
.single-blog .blog-text a:hover{
	color: #c1d72d;
}
.blog-active-2{
	clear:both;
}
.home-3 .cart-area ul li a {
  color: #393939;
}
.home-3 .cart-area ul li a span {
  color: #393939;
  padding-left: 20px;
  font-weight:700;
}
.home-3 .cart-area ul li::before {
  background: #cfcfcf none repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
}
.home-3 .cart-area ul li:last-child:before{
	display:none;
}
.links-nav ul li {
  position:relative;
}
.home-3 .links-nav ul li::before {
  background: #cfcfcf none repeat scroll 0 0;
  content: "";
  height: 18px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 1px;
}
.home-3 .links-nav ul li:last-child:before {
  display:none;
}
.home-3 .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-3 .cart-area ul > li .cart-bottom a:hover {
  color: var(--main-color);
}
/*----------------------------------------*/
/* 16 	home-4
/*----------------------------------------*/
.home-4 .header-top{
	background:#171717;
}
.home-4 .cart-area ul li a span {
  font-size: 13px;
  text-transform: capitalize;
  padding-left: 20px;
}
.home-4 .cart-area ul li > a {
  padding: 0;
}
.home-4 .cart-area ul li > span {
  left: 14px;
  top: 0px;
}

.home-4 .main-menu {
  float: left;
  display: inline-block;
}
.home-4 .main-menu ul li a {
  padding: 15px 12px;
  transition:.4s;
}
.home-4 .main-menu ul li .mega-menu-area {
  left: -190px;
}
.home-4 .main-menu ul li .mega-menu-area-2 {
  left: -20px!important;
}
.home-4 .main-menu ul li .mega-menu-area-3 {
  left: 0!important;
}
.home-4 .header-mid-area {
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 9999;
  background: transparent;
  transition:.4s;
}
.home-4 .header-mid-area.sticky {
	position:fixed;
	left: 0;
	background-color: rgba(16, 16, 16, 0.85);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	top: 0;
	width: 100%;
	z-index: 999;
	transition:.4s;
	padding:10px 0;
}
.home-4 .header-mid-area.sticky .main-menu ul li a {
  padding: 10px 12px;
  transition:.4s;
}
.home-4 .header-mid-area.sticky .main-menu ul li .sub-menu ul li a {
  padding: 0!important;
}
.home-4 .header-mid-area.sticky .main-menu ul li .mega-menu-area .mega-menu span a {
  padding: 0 !important;
}
.home-4 .header-mid-area.sticky .search-option {
  margin-top: 12px;
  transition:.4s;
}
.home-4 .slider-text .h1{
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.home-4 .slider-text .h2{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home-4 .slider-text p{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 40px;
	max-width: 90%;
	position: relative;
}
.home-4 .our-product-title .section-title h2::before{
	bottom:0;
}
.home-4 .our-product-area .tab-menu ul li a {
  padding-bottom: 18px;
}
.tab-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:var(--main-color);
}
.tab-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div{
	top:-73px;
}
.home-4 .add-to-links {
  left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-4 .single-product-inside::before {
  height: 90%;
}
.columns-container-area-2{
	background: #eeeeee none repeat scroll 0 0;
	clear:both;
}
.home-4 .section-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.home-4 .product-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.home-4  .product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
  color: var(--main-color);
}
.timer-2 .cdown {
  display: inline-block;
  margin: 0 6px;
  font-weight:300;
  text-transform:capitalize;
  font-size:14px;
}
.timer-2 .cdown span {
  background: #243238 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 70px;
  font-size: 18px;
  font-weight: 700;
}
.instagram-img a {
  float: left;
  padding: 0 15px 15px 0;
  width: 33.33%;
}
.instagram-img a img{
	filter: grayscale(100%);
	transition: .3s;
}
.instagram-img a img:hover{
	filter: grayscale(0);
}
.instagrm-link a{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	text-decoration:none;
	transition:.3s;
}
.instagrm-link a:hover{
	color:var(--main-color)
}
.instagrm-link a i{
	color:var(--main-color);
	padding-left:10px;
}
/*----------------------------------------*/
/* 17 	home-5
/*----------------------------------------*/
.banner-area{
	background:#f4f4f4;
}
.cart-area ul li.search-area-2{
  position: relative;
  transition:.4s;
}
.cart-area ul li a {
  padding: 0px;
}
.header-left-menu {
  float: right;
  margin-right: 15px;
  margin-top: 12px;
}
.main-menu ul li a {
  padding: 0px;
}
.cart-area ul li.menu-container .submenu-top {
  top: 140%!important;
  right: 0;
  left: auto;
}
.cart-area ul li.menu-container:hover .submenu-top {
  top: 100%!important;
}
.cart-area ul li.menu-container .submenu-top ul li{
	display:block;
}
.cart-area ul li.menu-container .submenu-top ul li a{
	color: #393939;
	font-size: 13px;
	line-height: 30px;
	padding:0;
	text-transform:none;
	transition:.3s;
}
.header-left-menu ul li:last-child {
  margin-right: 0px;
}
.header-top {
  background: var(--back-color) none repeat scroll 0 0;
}
.header-top-total{
	padding:20px 25px;
}
.cart-cant-total-container {
  left: 18px;
  top: 10px;
}
.main-menu ul li .mega-menu-area-2 {
  left: 0!important;
}
.main-menu ul li .mega-menu-area-3 {
  left: 0!important;
}
.header-left-menu ul li {
  margin-right: 6px;
}
.cart-area ul li:hover a, .main-menu ul li .mega-menu-area .mega-menu span a:hover, .main-menu ul li .sub-menu ul li a:hover, .cart-area ul li.menu-container .submenu-top ul li a:hover {
  color: var(--main-color);
}
 .cart-area ul > li .cart-bottom a {
  color: #fff;
}
 .cart-area ul > li .cart-bottom a:hover {
  background: var(--main-color);
}
 .cart-area ul li.search-area-2 .search-form form a:hover{
	background:var(--main-color);
}
 .header-left-menu ul li:hover a, .header-left-menu ul li .submenu-top ul li a:hover, .slider-text .h1 span, .product-content h3 a:hover {
  color: var(--main-color);
}
 .header-left-menu ul li .submenu-top ul li a{
	color:#393939;
}
 .slider-area .nivo-directionNav a:hover {
  background: var(--main-color) none repeat scroll 0 0;
  transition: all 0.3s ease 0s;
}
 a#scrollUp:hover {
  background: var(--main-color) none repeat scroll 0 0;
  color: #fff;
}
 .slider-text a:hover {
  background: var(--main-color) none repeat scroll 0 0;
  color: #fff;
}
 .slider-text .h1{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
 .slider-text .h2{
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}
 .slider-text-2 .h1{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
 .slider-text-2 .h2{
	color: var(--main-color);
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
  text-shadow: 1px 2px black;  
}
.slider-text p{
	color: black;
	font-weight: 700;
	margin: 15px auto 30px auto;
  line-height: 120%;
  max-width: 80%;
  font-size: 18px;
  font-family: lato, sans-serif;
}
 .pos_new_product .tab-menu ul li{
	display:inline-block;
}
 .pos_new_product .tab-menu ul li a{
	color: #9c9c9c;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	padding: 15px 30px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
	text-decoration:none;
}
 .pos_new_product .tab-menu ul li.active a, .pos_new_product .tab-menu ul li a:hover{
	color:#222;
}
 .pos_new_product .tab-menu ul li a:before{
	background: var(--main-color) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -45px;
	position: absolute;
	width: 90px;
	transition:.3s;
	opacity:0;
}
 .pos_new_product .tab-menu ul li a:after{
	background: var(--main-color)  none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
	transition:.3s;
	opacity:0;
}
 .pos_new_product .tab-menu ul li.active a:before, .pos_new_product .tab-menu ul li a:hover:before{
	opacity:1;
}
 .pos_new_product .tab-menu ul li.active a:after, .pos_new_product .tab-menu ul li a:hover:after{
	opacity:1;
}
 .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover, .brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: var(--main-color) none repeat scroll 0 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}
 .product-img a img.second {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(100px);
  top: 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
}
 .single-produc:hover .product-img a img.second{
	opacity: 1;
	left:0;
	visibility:visible;
	transform: translateX(0);
	transition: all 0.5s ease 0s;
}
 .section-title h2{
	display:inline-block;
}
 .section-title h2:before{
	background: var(--main-color) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -45px;
	position: absolute;
	width: 90px;
	transition:.3s;
}
 .section-title h2:after{
	background: var(--main-color)  none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
	transition:.3s;
}
 .static-text p::before {
  display: none;
}
 .static-text h3{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom:0;
}
 .static-text h4{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
 .static-text p {
  color: #f1f1f1;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
 .big-rnd-btn, .static-text a {
  border: 2px solid var(--main-color);
  background:var(--main-color);
  color:white;
  transition:.3s
}
 .big-rnd-btn:hover, .static-text a:hover {
  transform:scale(1.1);
}                  
 .most-popular-product .section-title h2:before{
	left:0;
	margin-left:0;
}
 .most-popular-product .section-title h2:after{
	left:0;
	margin-left:0;
}
 .blog-area {
  background:none;
}
 .single-blog {
  background: #f2f2f2 none repeat scroll 0 0;
}
 .single-blog .content-inner .date-smart {
  color: var(--main-color);
}
 .single-blog .blog-text h4 a:hover {
  color: var(--main-color);
}
 .footer-address ul li i , .copy-right p a, .footer-menu ul li a:hover, .newslatter-form form a  {
  color: var(--main-color);
}
  .social-link ul li a:hover {
  background: var(--main-color) none repeat scroll 0 0;
  border-color: var(--main-color);
  transition: all 0.3s ease 0s;
}
 .footer-title h4::before {
  background: var(--main-color) none repeat scroll 0 0;
}
 .newslatter-form form a:hover{
	color:#fff;
}
 .header-top.sticky, .mobile-menu-area{
	background-color: rgba(16, 16, 16, 0.85);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	left: 0;
	position: fixed;
	top: 0;
	transition:.4s;
	z-index: 999;
	width:100%
}
 .special_products-area, .mercado-libre-banner{
	background:#f1f1f1 ;
	overflow:hidden;
}
.mercado-libre-banner {
	padding: 35px 0;  
}
.special_products-area{
 	padding: 75px 0; 
}
 .single-special-product .special-product-img{
	border: 50px solid #f7f7f7;
	border-radius: 100%;
	float: left;
	margin-right: 75px;
	overflow: hidden;
	width: 45%;
}
 .special-product-content{
	display: block;
	overflow: hidden;
	padding-top:50px;
	position: relative;
	width: auto;
}
 .special-product-content .timer-3{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 0 10px;
	padding: 15px 30px;
	position: relative;
	width: 100%;
}
 .special-product-content .timer-3::after {
  color: #dedede;
  content: "";
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 86px;
  margin-right: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.timer-3 .cdown {
  margin: 0 15px 0 0;
  text-align: center;
}
.timer-3 .cdown span {
  height: 60px;
  line-height: 60px;
  width: 90px;
}
 .special-product-content .special-product-text{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 45px 30px;
	width: 100%;
}
 .special-product-content .special-product-text h3{
	margin-bottom: 15px;
}
 .special-product-content .special-product-text h3 a{
	color: #393939;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
 .special-product-content .special-product-text h3 a:hover{
	color:var(--main-color)
}
 .special-product-content .special-product-text p{
	color: #555555;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 20px 0;
}
 .special-product-content .special-product-text .add-to-links ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  opacity: 1;
}
 .special-product-content .special-product-text .add-to-links ul li a:hover, .special-product-content .special-product-text .add-to-links ul li button:hover {
  background-color: var(--main-color);
}
.product-active-7.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	background-color: var(--main-color);
	color:#fff;
}
 .main-menu ul li .sub-menu ul li a {
  color: #555555;
}
/*----------------------------------------*/
/* 18 	home-6
/*----------------------------------------*/
.home-6 .header-top{
	background: #f5f5f5 none repeat scroll 0 0;
	border-bottom: 1px solid #ebebeb;
}
.home-6 .header-left-menu ul li a,.home-6 .links-nav ul li a {
  color: #555;
}
.home-6 .header-left-menu ul li .submenu-top ul li a {
  color: #393939;
}
.home-6 .header-mid-area{
	background:#fff;
}
.home-6 .header-menu-area{
	background:#1197d6 ;
}
.home-6 .search-area form input {
  border: 2px solid #E7E7E7;
}
.home-6 .header-user a {
  color: #555;
}
.home-6 .header-left-menu ul li:hover a,.home-6 .links-nav ul li:hover a,.home-6 .header-left-menu ul li .submenu-top ul li a:hover,.home-6 .header-user a i{
	color:#1197d6;
}
.home-6 .main-menu ul li .mega-menu-area .mega-menu span a,.home-6 .main-menu ul li .sub-menu ul li a {
  color: #555;
}
.home-6 .main-menu ul li .mega-menu-area .mega-menu span a:hover,.home-6 .main-menu ul li .sub-menu ul li a:hover {
  color: #1197d6;
}
.home-6 .cart-area ul li:hover a{
	color:#fff;
}
.home-6 .main-menu ul li:hover a, .home-6 .main-menu ul li.active a {
  color: #fff;
}
.home-6 .cart-area ul > li .cart-bottom a:hover {
  color: var(--main-color);
}
.home-6 .search-area form a {
  background: #101010 none repeat scroll 0 0;
}
.home-6 .search-area form a:hover {
  background: #1197d6 none repeat scroll 0 0;
}
.home-6 .section-title{
	border-bottom: 1px solid #f2f2f2;
}
.home-6 .section-title h2:before{
	background:#1197d6;
}
.home-6  .tab-active-4.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  color: #1197d6;
}
.home-6 a#scrollUp:hover {
  background: #1197d6 none repeat scroll 0 0;
  color: #fff;
}
.home-6 .product-content h3 a:hover {
  color: #1197d6;
}
.home-6 .add-to-links ul li a:hover {
  background-color: #1197d6;
}
.home-6 .tab-menu{
	border-bottom: 1px solid #f2f2f2;
}
.home-6 .tab-menu ul li{
	display: inline-block;
}
.home-6 .tab-menu ul li a{
	color: #9c9c9c;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0 25px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	transition:.3s;
	text-decoration:none;
}
.home-6 .tab-menu ul li:first-child a{
	margin-left:0;
}
.home-6 .tab-menu ul li a:before{
	background: #1197d6 none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 90px;
	opacity:0;
	transition:.3s;
}
.home-6 .tab-menu ul li.active a:before,.home-6 .tab-menu ul li:hover a:before{
	opacity:1;
}
.home-6 .tab-menu ul li.active a,.home-6 .tab-menu ul li:hover a{
	color: #101010;
}
.home-6 .single-banner-2 a:hover::before {
  box-shadow: 0 0 0 15px rgba(16, 16, 16, 0.2) inset;
  transition: all 0.3s ease 0s;
}
.home-6 .section-title h2 {
  font-size: 20px;
}
.tab-active-4 {
  clear: both;
}
.product-active-5{
	clear: both;
}
.home-6 .product-active-5.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  color: #1197d6;
}
.home-6 .blog-area{
	background:#fff;
}
.home-6 .blog-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  color: #1197d6;
}
.home-6 .single-blog {
  background: #f2f2f2 none repeat scroll 0 0;
}
.home-6 .single-blog .content-inner .date-smart {
  color: #1197d6;
}
.home-6 .single-blog .blog-text h4 a:hover {
  color: #1197d6;
}
.home-6 .newslatter-form form a,.home-6 .footer-address ul li i ,.home-6 .copy-right p a {
  color: #1197d6;
}
.home-6 .newslatter-form form a:hover {
  color: #fff;
}
.home-6 .social-link ul li a:hover {
  background: #1197d6 none repeat scroll 0 0;
  border-color: #1197d6;
}
.home-6 .footer-title h4::before {
  background: #1197d6 none repeat scroll 0 0;
}
.home-6 .footer-menu ul li a:hover {
  color: #1197d6;
}
.home-6 .slider-text .h1{
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.home-6 .slider-text .h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-6 .slider-text p{
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 30px;
	position: relative;
}
.home-6 .slider-text a:hover {
  background: #1197d6 none repeat scroll 0 0;
  color: #fff;
}
.home-6 .nivo-caption {
  left: 5%;
}
.home-6 .nivo-controlNav {
  bottom:5px;
  left: 5%;
  position: absolute;
  z-index: 23;
}
.home-6 .nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border:2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  text-indent: -99999px;
  width: 10px;
}
.home-6 .nivo-controlNav a.nivo-control.active {
  background:#1197d6;
  border-image: none;
  border-radius: 50%;
  border:2px solid transparent;
  height: 10px;
  width: 10px;
}
/*----------------------------------------*/
/* 19 	home-7
/*----------------------------------------*/
.home-7 .pos_bannerslide{
	background:#f1f1f1 ;
}
.home-7 .slider-text a {
  background: transparent none repeat scroll 0 0;
  border:1px solid #fff;
  color:#fff;
}
.home-7 .slider-text a:hover {
  background: #1197d6 none repeat scroll 0 0;
  border:1px solid #1197d6;
}
.home-7 .nivo-controlNav {
  bottom:5px;
  left: auto;
  right:5%;
  position: absolute;
  z-index: 23;
}
.home-7 .our-product-area {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}
.home-7 .our-product-title{
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.home-7 .our-product-area .tab-menu ul li a {
  border-bottom: 2px solid transparent;
  color: #101010;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  margin: 0 20px;
  padding-bottom: 15px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight:400;
}
.home-7 .our-product-area .tab-menu {
  display: inline-block;
  float: right;
  margin-right:60px;
  border-bottom:0;
}
.home-7 .our-product-area .section-title {
  display: inline-block;
  float: left;
  border-bottom:0;
}
.home-7 .our-product-area .tab-menu ul li {
  display: inline-block;
  padding-top: 0px;
}
.home-7 .section-title h2::before {
  bottom: -1px;
}
.home-7 .tab-menu ul li a::before {
  width: 100%;
}
.home-7 .tab-menu ul li.active a, .home-7 .tab-menu ul li:hover a {
  color: #1197d6;
}
.home-7 .our-product-area-2{
	background:#eeeeee ;
}
.home-7 .section-title{
	border-bottom:1px solid rgba(0, 0, 0, 0.1)
}
.home-7 .tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #1197d6 none repeat scroll 0 0;
}
.home-7 .tab-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  color: #1197d6;
}
.home-7 .single-product > .timer {
  border: 2px solid #1197d6;
}
.home-6 .header-menu-area.sticky{
	background-color: rgba(17, 151, 214, 0.85);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.single-product-3 .product-img{
	float: left;
	margin-right: 20px;
	width: 80px;
}
.single-product-3 .product-content{
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: auto;
}
.single-product-3 .product-content h3 a{
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	font-family:lato;
}
.single-product-3 .product-price ul li.new-price.sale {
  color: #fff;
  font-size:14px;
}
.single-product-3 .product-price ul li.old-price {
  color: #fff;
  text-decoration: line-through;
}
.single-product-3:hover .product-img a img.second {
  opacity: 1;
  transform: translateZ(0px) rotateY(0deg);
  visibility: visible;
}
.categories-menu{
	position: relative;
}
.categories-title{
	background: #1197d6 none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
}
.categories-title h2{
	margin-bottom:0;
}
.categories-title h2 a{
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	line-height: 55px;
	padding: 0 20px;
	text-transform: uppercase;
	text-decoration:none;
}
.categories-title h2 a i {
  font-size: 23px;
  padding-right: 10px;
}
.categories-sub-menu{
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 10px 10px;
	display: block;
	left: 0;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: 8;
}
.categories-sub-menu ul li{
	padding: 0 15px;
	position: relative;
}
.categories-sub-menu ul li a{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #f2f2f2;
	color: #393939;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	text-transform: capitalize;
	transition:.3s;
}
.categories-sub-menu ul > li:hover a,.categories-sub-menu ul li .categories-main-menu span a:hover{
	color:#1197d6;
}
.categories-sub-menu ul li:last-child a{
	border-bottom: 0;
}
.categories-sub-menu ul li a img{
	margin-right: 10px;
}
.categories-sub-menu ul li a i{
	margin-right: 10px;
}
.categories-sub-menu ul li a i.fa-angle-right {
  float: right;
  margin-top: 13px;
}
.categories-sub-menu ul li .categories-mega-menu{
	box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
	left: 110%;
	position: absolute;
	top: 0;
	width: 710px;
	background: #fff none repeat scroll 0 0;
	padding: 20px 20px 5px;
	z-index:9999;
	transition:.4s;
	opacity:0;
	visibility:hidden;
}
.categories-sub-menu ul li:hover .categories-mega-menu{
	left:100%;
	opacity:1;
	visibility:visible;
}
.categories-sub-menu ul li .categories-main-menu{
	float:left;
	width:60%;
}
.categories-sub-menu ul li .categories-img{
	float:left;
	width:40%;
}
.categories-sub-menu ul li .categories-img .single-banner-2 a{
	padding:0;
}
.categories-sub-menu ul li .categories-main-menu span{
	float:left;
	width:50%;
	margin-bottom:30px;
}
.categories-sub-menu ul li .categories-main-menu span a.title{
	font-size: 15px;
	font-weight: 900;
	line-height: 35px;
	text-transform: uppercase;
}
.categories-sub-menu ul li .categories-main-menu span a{
	color: #393939;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding:0;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.categories-sub-menu ul li .categories-main-menu span a{
	border-bottom:0!important;
}
.categories-mega-menu-2{
	width:430px!important;
}
.categories-mega-menu-2 .categories-main-menu{
	float:none!important;
	width:100%!important;
}
.categories-mega-menu-2 .categories-main-menu span{
	width:50%;
}
/*----------------------------------------*/
/* 20 	home-8
/*----------------------------------------*/
.home-8 .header-top {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
}
.home-8 .header-left-menu ul li a, .home-8 .links-nav ul li a {
  color: #555;
}
.home-8 .header-left-menu ul li:hover a, .home-8 .links-nav ul li:hover a,.home-8 .header-left-menu ul li .submenu-top ul li a:hover {
  color: #c79447;
}
.home-8 .header-left-menu ul li .submenu-top ul li a {
  color: #393939;
}
.home-8 .header-mid-area {
  background: #fff none repeat scroll 0 0;
}
.home-8 .cart-area ul li a {
  color: #393939;
}
.home-8 .cart-area ul li:before{
	border-left: 1px solid #dedede;
	content: "";
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: 0;
	top: 50%;
}
.home-8 .cart-area ul li:last-child:before{
	display:none;
}
.home-8 .cart-area ul li:hover a {
  color: #c79447;
}
.home-8 .cart-area ul li > span {
  background: #c79447 none repeat scroll 0 0;
}
.home-8 .cart-area ul li a span{
	font-size:13px;
	padding-left:12px;
	color:#393939;
	font-weight:700;
}
.home-8 .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-8 .cart-area ul > li .cart-bottom a:hover {
  color: var(--main-color);
}
.home-8 .search-area form input{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dadada;
	border-radius: 20px;
	color: #7f7f7f;
	display: inline-block;
	height: 40px;
	margin-bottom: 5px;
	padding: 10px 60px 10px 10px;
	transition: .3s;
	width: 100%;
	z-index: 1;
}
.home-8 .search-area form a {
  background: #393939 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: -7px;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transition: .3s;
  width: 50px;
  z-index:999;
}
.home-8 .search-area form a:hover{
	background:#c79447;
}
.home-8 .header-menu-area {
  background: #fff none repeat scroll 0 0;
}
.home-8 .main-menu{
	border-top: 1px solid #ededed;
}
.home-8 .main-menu ul li a {
  color: #555;
  font-weight: 400;
}
.home-8 .main-menu ul li:hover a, .home-8 .main-menu ul li.active a {
  color: #c79447;
}
.home-8 .main-menu ul li .sub-menu ul li a {
  color: #555555;
  text-align: left;
}
.home-8 .main-menu ul li .sub-menu ul li a:hover {
  color: #c79447;
}
.home-8 .main-menu ul li .mega-menu-area .mega-menu span a {
  color: #555555;
  text-align: left;
}
.home-8 .main-menu ul li .mega-menu-area .mega-menu span a:hover {
  color: #c79447;
}
.home-8 .main-menu ul li .mega-menu-area {
  width: 980px;
}
.home-8 .main-menu ul li .mega-menu-area-2 {
  width: 720px;
}
.home-8 .main-menu ul li .mega-menu-area-3 {
  width: 490px;
}
.home-8 .header-menu-area.sticky{
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.home-8 .slider-area .nivo-directionNav a {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.home-8 .slider-area .nivo-directionNav a:hover {
  background: #c79447;
}
.home-8 .nivo-caption {
  left: 10%;
}
.home-8 .slider-text .h1{
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: capitalize;
}
.home-8 .slider-text .h2{
	font-size: 56px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-8 .slider-text p{
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.35;
	margin: 0 0 30px;
	position: relative;
}
.home-8 .slider-text a{
	background:#fff;
	color:#000;
}
.home-8 .slider-text a:hover{
	background:#c79447;
	color:#fff;
}
.home-8 .banner-area .single-banner .banner-img {
  float: left;
  width: 25%;
}
.home-8 .banner-area .single-banner .banner-text {
  float: left;
  width: 75%;
  margin-top: 10px;
}
.home-8 .banner-area .single-banner .banner-text h4 {
  color: #393939;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.home-8 .banner-area-2{
	margin-top:30px;
}
.bb-4{
	border-bottom:1px solid #f2f2f2;
}
.bt-4{
	border-top:1px solid #f2f2f2;
}
.home-8 .section-title h2::before {
  background: #000 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 90px;
  right: 0;
  margin: 0 auto;
}
.home-8 .product-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.home-8  .tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.home-8  .blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover,.home-8  .brand-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
  background: #c79447 none repeat scroll 0 0;
}
.home-8 .product-content h3 a:hover {
  color: #c79447;
}
.home-8 .add-to-links ul li a:hover {
  background-color: #c79447;
}
.home-8 a#scrollUp:hover {
  background: #c79447 none repeat scroll 0 0;
}
.home-8 .single-banner-2 a:hover::before {
  box-shadow: 0 0 0 15px rgba(16, 16, 16, 0.2) inset;
}
.home-8  .static-text p::before {
  display:none;
}
.home-8 .static-text h3 {
  font-size: 28px;
  font-weight: 900;
}
.home-8 .static-text h4 {
  font-size: 28px;
}
.home-8 .static-text a {
  border: 2px solid #fff;
  background:#fff;
  color: #393939;
}
.home-8 .static-text a:hover {
  border: 2px solid #c79447;
  background:#c79447;
  color: #fff;
}
.home-8 .blog-area {
  background: #fff none repeat scroll 0 0;
}
.home-8 .single-blog .blog-text h4 a:hover {
  color: #c79447;
}
.home-8 .single-blog .blog-text a:hover {
  color: #c79447;
}
.home-8 .footer-top-area{
	background:#fff;
}
.home-8 .single-footer p {
  color: #393939;
}
.home-8 .footer-address ul li {
  color: #393939;
}
.home-8 .footer-address ul li i {
  color: #c79447;
}
.home-8 .footer-title h4 {
  color: #393939;
}
.home-8 .footer-title h4::before {
  background: #393939 none repeat scroll 0 0;
}
.home-8 .footer-menu ul li a {
  color: #393939;
}                 
.home-8 .footer-menu ul li a:hover {
  color: #c79447;
}
.home-8 .footer-bottom-area {
  background: #fff none repeat scroll 0 0;
  border-top:1px solid #f2f2f2;
}
.home-8 .copy-right p {
  color: #393939;
}
.home-8 .copy-right p a{
  color: #c79447;
}
.footer-social-icom ul li{
	display:inline-block;
}
.footer-social-icom ul li a{
	border-radius: 100%;
	color: #acacac;
	display: inline-block;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	transition: .3s;
	width: 25px;
	margin:0 10px;
}
.footer-social-icom ul li a:hover{
	color: #fff;
	background:#c79447;
}
.home-8 .pos_new_product .tab-menu ul li {
  display: inline-block;
}
.home-8 .pos_new_product .tab-menu ul li a {
  color: #9c9c9c;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  padding: 15px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.home-8 .pos_new_product .tab-menu ul li.active a, .home-8 .pos_new_product .tab-menu ul li a:hover {
  color: #222;
}
.home-8 .pos_new_product .tab-menu ul li a::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 90px;
}
.home-8 .pos_new_product .tab-menu ul li.active a::before, .home-8 .pos_new_product .tab-menu ul li a:hover::before {
  opacity: 1;
}
/*----------------------------------------*/
/*  21 modal
/*----------------------------------------*/
/*.modal-content {
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
#mymodal .modal-dialog {
  width: 870px;
}
.modal-header {
  border: medium none;
  padding: 0;
}
.modal-header button.close {
  border: 1px solid #aaa;
  font-size: 25px;
  height: 30px;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  width: 30px;
  z-index: 22;
}
.modal-header button.close:hover{
	border-color:var(--main-color);
	color:var(--main-color);
}
.modal-img{
	float:left;
	width:40%;
}
.model-text {
  float: right;
  padding-left: 15px;
  width: 60%;
  margin-bottom:20px;
}
.model-text h2 a {
  font-size: 25px;
  color: #000;
}
.model-text .product-rating {
  display: inline-block;
  margin-bottom: 5px;
}
.model-text .product-rating a{
	margin-right:5px;
	color:#333;
}
.model-text .price-rate span.old-price {
  font-size: 18px;
}
.model-text .price-rate span.new-price {
	font-size:22px;
}
.model-text h2 a:hover,.model-text .price-rate span.new-price,.model-text .product-rating a:hover {
	color:var(--main-color);
}
.model-text .short-description p {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.model-text form input {
  background: #eceff8 none repeat scroll 0 0;
  border: 1px solid #aaa;
  color: #626262;
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 80px;
}
.model-text form button {
  margin-left: 20px;
  border: none;
  padding: 11px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition:.3s;
}
.model-text form button:hover{
	background:var(--main-color);
}
.model-text .product-meta {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px 0;
}
.model-text .product-meta span a {
  color: var(--main-color);
  padding: 0px 2px;
  text-transform: capitalize;
}
.model-text .social-icon ul li a {
  border: 1px solid #ddd;
  color:#393939;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.model-text .social-icon ul li a:hover{
	border-color:var(--main-color);
	background:var(--main-color);
	color:#fff;
}   */
.social-icon ul li{
	display:inline-block;
}
/*----------------------------------------*/
/* 22 	shop
/*----------------------------------------*/
.breadcrumb-area{
  background: rgba(0, 0, 0, 0) url("img/banners/banner-2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;   
  padding: 40px 0;
}
.breadcrumb-content .breadcrumb-title h3{
	margin-bottom:0;
}
.breadcrumb-content .breadcrumb-title h3 a{
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height:40px;
	text-transform: uppercase;
}
.breadcrumb-content ul{
	padding: 10px 0;
}
.breadcrumb-content ul li{
	display:inline-block;
}
.breadcrumb-content ul li a{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
}
.breadcrumb-content ul li.active a{
	color: var(--main-color);
	font-size: 15px;
	line-height: 25px;
	text-transform: capitalize;
}
.breadcrumb-content > ul li.active a .fa-angle-right{
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 0 10px;
}
.shop-left-title h3{
	color: #101010;
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
	cursor: pointer;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.shop-left-title h3:before{
	background: var(--main-color) none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	max-width: 100%;
	position: absolute;
	width: 55px;
}
.shop-left-menu ul li,.shop-left-menu-2 ul li{
	display:block;
}
.shop-left-menu ul li a:hover,.shop-left-menu-2 ul li a:hover, .shop-left-menu-2 ul li label:hover{
	color: var(--main-color) !important;
}
.shop-left-menu-2 ul li a, .shop-left-menu-2 ul li label {
  color: #393939;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  padding-left:20px;
  position:relative;
  font-weight:normal;
}               /*
.shop-left-menu-2 ul li a:before {
	position:absolute;
	content:"";
	border:1px solid #393939;
	border-radius:2px;
	width:12px;
	height:12px;
	left:0;
	top:4px;
}             */
.shop-left-menu-2 ul li.back a:before{
	background:#434A54;
}
.shop-left-menu-2 ul li.orange a:before{
	background:#F39C11;
}
.shop-left-menu-2 ul li.blue a:before {
	background:#5D9CEC;
}
.shop-left-menu-2 ul li.green a:before{
	background:#A0D468;
}
.shop-left-menu-2 ul li.yellow a:before{
	background:#F1C40F;
}
.shop-left-menu-2 ul li.pink a:before {
	background:#FCCACD;
}
.single-shop-left:not(.productos-bsq) input {
  border: 1px solid #aaa;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 0;
  text-align: center;
}
.ui-widget-content {
  border: 1px solid #ddd;
  height:10px;
}
.ui-slider .ui-slider-range {
  background: var(--main-color) none repeat scroll 0 0;
  height: 8px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50%;
 /* border: medium none;*/
  border-radius: 50%;
  top:-3px;
  border:2px solid #000;
  transition:.3s;
}
 .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
	border:2px solid var(--main-color); 
 }
.ui-slider .ui-slider-handle {
  cursor: pointer;
  height: 13px;
  position: absolute;
  width: 13px;
  z-index: 2;
}
.page-heading{
	overflow:hidden;
}
.page-heading .cart-name{
	float:left;
	display:inline-block;
}
.page-heading .cart-name span{
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}
.page-heading .heading-counter{
	float: right;
	display:inline-block;
}
.page-heading .heading-counter span{
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
}
.page-bar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom:  15px;
}
.shop-tab{
	float:left;
	display:inline-block;
}
.page-bar .tab-menu ul li{
	display:inline-block;
}
.page-bar .tab-menu ul li a{
	background: #8e8e8e  none repeat scroll 0 0;
	display: block;
	height: 32px;
	text-align:center;
	color:#fff;
	line-height: 32px;
	margin-right: 5px;
	width: 32px;
	transition:.3s;
}
.page-bar .tab-menu ul li a.active,.page-bar .tab-menu ul li a:hover{
	background: #000 none repeat scroll 0 0;
}
.toolbar-sorter{
	float: left;
	margin-right:10px;
}
.toolbar-sorter span{
	color: #999999;
	font-size: 12px;
	padding-right:6px;
}
.toolbar-sorter .sorter-options {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #666;
  padding: 5px 0;
}
.field-limiter{
	 float: left;
}
.field-limiter .label-title {
  float: left;
  padding-right: 6px;
  margin-top: 6px;
}
.field-limiter .label-title span{
	color: #999999;
	font-size: 12px;
	padding-right:6px;
}
.field-limiter .control{
	float:left;
}
.field-limiter .control .chosen-select{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #666;
	padding: 5px 0;
}
.field-limiter .control span{
	float:right;
	padding-left:6px;
	color: #999999;
	font-size: 12px;
	margin-top: 6px;
}
.compare-form{
	float:right;
	display:inline-block;
	margin-top: 6px;
}
.compare-form span{
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	font-size:13px;
	color: #fff;
	padding: 4px 15px;
	text-transform: uppercase;
	font-weight:300;
}
.compare-form span i {
  font-size: 11px;
  padding-left: 10px;
}

.product-wrapper-2:hover .product-img a img.second {
  opacity: 1;
  transform: translateZ(0px) rotateY(0deg);
  visibility:visible;
}
.product-details-2 h3 a{
	color: #393939;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 15px;
	padding: 0;
	text-transform: capitalize;
	text-decoration:none;
}
.product-details-2 h3 a:hover{
	color:var(--main-color);
}
.product-details-2 p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin: 10px 0;
	padding: 5px 0;
}
.product-details-2 .add-to-links ul li {
  opacity: 1;
}
.product-button-3 a, .product-button-3 button {
  background: #101010 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  border:none;
}
.product-button-3 a i, .product-button-3 button i{
	padding-right:6px;
}
.product-button-3 a:hover, .product-button-3 button:hover{
  background: var(--main-color) none repeat scroll 0 0;
}
.action-inner{
	clear:both;
}
.action-inner .product-button-3{
	float:left;
	display:inline-block;
	margin-right:15px;
}
.action-inner .add-to-links {
  display: inline-block;
  float: left;
  margin-top: -6px;
}
.availability{
	margin-top:20px;
}
.product-details-2 {
  overflow: hidden;
}
.availability span{
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 5px 8px;
	background:#000;
}
.shop-product{
	box-shadow: none;
	padding: 30px 0;
	overflow:hidden;
}
.bb-5{
	border-bottom: 1px solid #f2f2f2;
}
.pagination-area{
	overflow:hidden;
	padding-top:20px;
}
.pagination-area .product-count{
	float:left;
	display:inline-block;
}
.pagination-area .product-count p{
	margin-bottom:0;
}
.pagination-area .pagination-number{
	float:right;
	display:inline-block;
}
.pagination-area .pagination-number ul li{
	display:inline-block;
  vertical-align:middle;
}
.pagination-area .pagination-number ul li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #444444;
  color: #000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  transition:.3s;
}

.pagination-area .pagination-number ul li.active a,.pagination-area .pagination-number ul li a:hover{
	background: #444444 none repeat scroll 0 0;
	border: 1px solid #444444;
	color: #fff;
}
/*----------------------------------------*/
/* 23 	product-details
/*----------------------------------------*/
.flex-direction-nav a::before {
  content: "" !important;
  font-family: fontawesome !important;
  font-size: 38px !important;
}
.flex-direction-nav a.flex-next::before {
  content: "" !important;
}
.flex-control-thumbs .flex-active {
  border: 2px solid #ff5a09;
}
.page-title h1{
	color: #393939;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.comments_advices a{
	color: #666666;
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 10px;
	transition:.3s;
	text-decoration: none;
}
.comments_advices a:hover{
	color:var(--main-color);
}
.product_reference p,.product_condition p{
	color: #393939;
	font-size: 14px;
	font-style: italic;
}
.product_reference p span,.product_condition p span{
	color: var(--main-color);
}
.product_reference p span:hover,.product_condition p span:hover{
	color: var(--mdo-color);
}
.product-info-price{
	margin-bottom:10px;
}
.product-info-price .price-final span{
	color: #101010;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	vertical-align:bottom;
}
.product-info-price .price-final > span {
	display: block;
}
.product-info-price .price-final span.tax{
  vertical-align:middle;
  font-size: 14px;
  color:#e91113;
}
.product-info-price .price-final span.tax span {
	font-size: 12px;
  text-transform:lowercase;
	color: #393939;
  display:block;
}
.short_description_block p{
	color: #777777;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 20px 0;
}
.box-cart-bottom{
	padding: 20px 0;
	overflow:hidden;
}
.box-cart-bottom .add_to_cart:last-of-type {
  margin-top:30px;
}
.box-cart-bottom .add_to_cart a, .box-cart-bottom .add_to_cart > button, .count-input {
	background: #101010 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
  line-height:14px;
	font-weight: 900;
  border:none;
	height: 52px;
	padding: 14px 25px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
}
.box-cart-bottom .add_to_cart a:hover,.box-cart-bottom .add-to-links-2 ul li a:hover, .box-cart-bottom .add_to_cart > button:hover,.box-cart-bottom .add-to-links-2 ul li > button:hover{
	background:var(--main-color);
}
/*.box-cart-bottom .add_to_cart a:before, .box-cart-bottom .add_to_cart > button:before{
	content: "";
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	padding-right: 5px;
	text-align: center;
	z-index: 2;
} */
.box-cart-bottom .add-to-links-2 {
  display: inline-block;
  /*float: left;
  margin-top: -6px;*/
}
.box-cart-bottom .add-to-links-2 ul li{
	display:inline-block;
	margin-right: 12px;
}
.box-cart-bottom .add-to-links-2 ul li a{
	background: #101010 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	transition: .3s;
	width: 45px;
}
.product-add-form{
	overflow:hidden;
}
.product-add-form form .quality-button label {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 8px;
}
.product-add-form form .quality-button input {
  border: 1px solid #ddd;
  padding: 10px 3px;
  width: 55px;
}
.field-limiter-2 .label-title-2 span {
  display: inline-block;
  float: left;
  color:#393939;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 4px;
}
.field-limiter-2 .control .chosen-select-2 {
  border: 1px solid #ddd;
  padding: 5px 0;
  width: 100px !important;
}
.attribute_fieldset label{
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	margin-right: 10px;
	color:#393939;
}
.QuantityAvailable {
  margin-top: 20px;
}
.QuantityAvailable p{
	color: #393939;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	display:inline-block;
}
.QuantityAvailable a {
  background: #333 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 24px;
  line-height: 22px;
  margin-left: 5px;
  text-align: center;
  width: 70px;
}
.QuantityAvailable a:hover{
	background:var(--main-color);
}
.socialsharing_product{
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	margin: 15px 0;
	padding: 16px 0;
}
.socialsharing_product span{
	color: #333333;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
}
.socialsharing_product a{
	color: #333333;
	font-size: 22px;
	margin:0 15px;
}
.socialsharing_product a .icono {
  height: 32px;
  vertical-align: top;
}
.socialsharing_product a:hover{
	color:var(--main-color);
}
.more-info-area .tab-menu {
  padding-bottom:20px;
}
.more-info-area .tab-menu ul li {
	display:inline-block;
}
.more-info-area .tab-menu ul li a{
	color: #9c9c9c;
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
	text-decoration:none;
}
.more-info-area .tab-menu ul li a:before{
	background: transparent none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
.more-info-area .tab-menu ul li.active a,.more-info-area .tab-menu ul li a:hover{
	color:var(--main-color);
}
.more-info-area .tab-menu ul li.active a:before,.more-info-area .tab-menu ul li a:hover:before{
	background: var(--main-color) none repeat scroll 0 0;
}
.more-info-area .rate p{
	color: #777777;
	font-size: 16px;
}
.page-product-box .table-data-sheet{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 20px;
	width: 100%;
}
.page-product-box .table-data-sheet tbody tr{
	border-top: 1px solid #f2f2f2;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #f2f2f2;
  color: #333;
  font-weight: 700;
  width: 30%;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr.even {
  background: #fdfdfd none repeat scroll 0 0;
}
.review-title a{
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	transition:.3s;
}
.review-title a:hover{
	background:var(--main-color);
}
/*----------------------------------------*/
/* 24 	blog
/*----------------------------------------*/
.blog-sidebar-title h4{
	border-bottom:1px solid rgb(235, 235, 235);
	margin: 0 0 30px;
}
.blog-sidebar-title h4 span{
	color: rgb(54, 54, 54);
	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-title h4 span:before{
  border-bottom: 1px solid var(--main-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;

}
#blog-search{
	border: 1px solid rgb(229, 229, 229);
}
#blog-search input{
	border: medium none;
	color: rgb(95, 95, 95);
	font-size:15px;
	font-weight: 400;
	max-height: 30px;
	outline: medium none;
	padding: 5px 10px;
	width: 80%;
}
#blog-search .submit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: rgb(95, 95, 95);
	float: right;
	line-height: 30px;
	padding: 0 10px;
	text-align: right;
	width: 20%;
}
.single-blog-sidebar ul.blog-menu li{
  padding: 3px 1px;
  margin-bottom:0;
}
.single-blog-sidebar ul.blog-menu li a{
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul.blog-menu li a:hover{
	color:var(--main-color);
}
.single-blog-sidebar ul.blog-menu li a:before{
	color: #9a9a9a;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	margin-right: 10px;
}
.single-blog-sidebar ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-blog-sidebar ul li .post-thumb{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.single-blog-sidebar ul li .post-info{
  display: inline-block;
}
.single-blog-sidebar ul li .post-info a{
	color: #444;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul li .post-info a:hover,.single-blog-main .postinfo-wrapper .post-info h1 a:hover{
	color:var(--main-color);
}
.single-blog-sidebar ul li .post-info span{
	color: #5f5f5f;
	display: block;
	font-weight: 400;
}
.single-blog-sidebar ul.tag-list li{
	margin-bottom:0;
	display:inline-block;
}
.single-blog-sidebar ul.tag-list li a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-sidebar ul.tag-list li a:hover,.single-blog-sidebar .action-button a:hover{
	background:var(--main-color);
	border:1px solid var(--main-color);
	color:#fff;
}
.single-blog-sidebar .action-button a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-main {
  overflow: hidden;
}
.single-blog-main .post-thumbnail a img{
	width:100%;
}
.single-blog-main .postinfo-wrapper{
	padding-left: 100px;
	position: relative;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-date{
	background: #666666 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-weight: 700;
	left: 0;
	padding: 18px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}
.single-blog-main .postinfo-wrapper .post-date span{
	text-transform:uppercase;
}
.single-blog-main .postinfo-wrapper .post-date span.day{
	display: block;
	font-size: 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1{
	margin: 0 0 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1 a{
	color: #545454;
	font-size: 30px;
	text-decoration:none;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: left;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span{
	color: #909295;
	font-size: 14px;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a,.single-blog-main .postinfo-wrapper .post-info .entry-meta a {
  color: #666666;
  margin: 0 3px;
  transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a:hover,.single-blog-main .postinfo-wrapper .post-info .entry-meta:hover{
	color:var(--main-color);
}
.single-blog-main .postinfo-wrapper .post-info p{
	color: #444;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px;
	font-size:15px;
}
.single-blog-main .postinfo-wrapper .post-info > a{
	background: #383838 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	text-transform: uppercase;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info > a:hover{
	background:var(--main-color);
}
/*----------------------------------------*/
/* 25 	blog-details
/*----------------------------------------*/
blockquote {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px 45px;
}
.share-icon{
	clear: both;
	display: inline-block;
	margin: 30px 0 55px;
	overflow: hidden;
}
.share-icon h3 {
  color: #252525;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.share-icon ul {
  float: left;
}
.share-icon ul li{
	border-left: 1px solid #e5e5e5;
	line-height: 34px;
	display:inline-block;
}
.share-icon ul li:first-child{
	border-left:0;
}
.share-icon ul li a{
	color: #666666;
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
	text-decoration:none;
	transition:.3s;
}
.share-icon ul li a:hover,.author-info .author-description h2 a:hover,.postinfo-wrapper .single-reply .comment-author-info a:hover{
	color:var(--main-color);
}
.author-info {
  overflow: hidden;
}
.author-info .author-avatar{
	float: left;
	width: 10%;
}
.author-info .author-description{
	float: left;
	padding-left: 20px;
	width: 90%;
}
.author-info .author-description h2{
	color: #252525;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight:600;
}
.author-info .author-description h2 a{
	color: #666666;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.author-info .author-description p{
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
}
.reply-comment-area h3,.user-comment-form-area h3{
	border-top: 1px solid #e5e5e5;
	color: #252525;
	font-weight:700;
	font-size: 24px;
	margin: 0 0 50px;
	padding: 22px 0 0;
}
.postinfo-wrapper .single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}
.postinfo-wrapper .single-reply .comment-author {
  float: left;
  width: 7%;
}
.postinfo-wrapper .single-reply .comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}
.postinfo-wrapper .single-reply .comment-info::before {
  background: #ffffff 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;
}
.postinfo-wrapper .single-reply .comment-author img {
  border-radius: 100%;
}
.postinfo-wrapper .single-reply .comment-author-info a {
  color: #666666;
  font-weight:700;
  font-size:14px;
}
.postinfo-wrapper .single-reply .comment-author-info {
  color: #444;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.postinfo-wrapper .single-reply .comment-author-info span {
  color: #444;
  font-size:14px;
  font-weight:500;
  margin-left: 10px;
  margin-right: 10px;
}
.postinfo-wrapper .single-reply .comment-info p {
  color: #6a6a6a;
  font-weight: 500;
}
.user-comment {
  padding-left: 25px;
}
.single-blog-main .postinfo-wrapper  .user-comment-form-area form p{
	color: #444;
	margin-bottom: 20px;
	font-weight:700;
}
.user-comment-form-area form .singl-user-reply label{
	color: #666666 !important;
	font-size: 12px;
	font-weight: 700;
	display:block;
}
.user-comment-form-area form .singl-user-reply label span{
	color: #ff0000;
	font-weight: 700;
}
.user-comment-form-area form .singl-user-reply input{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: 30px;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.user-comment-form-area form .singl-user-reply textarea{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
/*----------------------------------------*/
/*  26 contact
/*----------------------------------------*/
.contact .static3_home1 {
  background-color: #f4f4f4;
}
#googleMap{
	height: 410px;
	width: 100%;
}
.contact-info h3,.contact-form h3{
	border-bottom: 2px solid #e8e8e9;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-weight:500;
}
.contact-info ul li{
	border-bottom: 1px solid #e8e8e9;
	/*float: left;*/
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact-info ul li i{
	font-size: 16px;
	margin-right: 5px;
	width: 20px;
}
.contact-info ul li span{
	font-weight:700;
}
.contact-info ul li a{
	color:#444;
	text-decoration:none;
	transition:.3s;
}
.contact-info ul li a:hover{
	color:var(--main-color);
}
.contact-form h3 i {
  padding-right: 8px;
}
.contact-form .single-form-3 form input,.contact-form .single-form-3 form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 12px 10px;
  width: 100%;
  color: #626262;
}
.contact-form .single-form-3 form input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  margin-top: 16px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 140px;
}
.contact-form .single-form-3 form input[type="submit"]:hover {
  background: var(--main-color) none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  27 login
/*----------------------------------------*/
.login-title h2{
	color: #202020;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.login-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
}
.login-form {
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 25px 30px;
	width: 100%;
}                   /*
.login-form .single-login{
	margin-bottom:15px;
}
.login-form .single-login label{
	color: #626262;
	font-size: 15px;
	font-weight: 400;
	margin-top:7px;
	display:block;
}
.login-form .single-login input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  padding: 12px 10px;
  width: 100%;
}
.login-form .single-login a, .login-form .single-login button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  display: inline-block;
  padding: 10px 43px;
  color: #626262;
  text-transform: capitalize;
  text-decoration: none;
  float: left;
  transition:.3s;
} 
.login-form .single-login a:hover, .login-form .single-login button:hover{
	background:var(--main-color);
	color:#fff;
	border: 1px solid var(--main-color);
}
.login-form .single-login-inverse a, .login-form .single-login-inverse button {
  background:var(--main-color);
  color:#fff;
  border: 1px solid var(--main-color);
  display: inline-block;
  padding: 10px 43px;
  text-transform: capitalize;
  text-decoration: none;
  float: left;
  transition:.3s;
} 
.login-form .single-login-inverse a:hover, .login-form .single-login-inverse button:hover{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  color: #626262;
}
.single-login input#rememberme {
  float: left;
  width: 7%;
  margin-top: 14px;
}
.single-login-2 span {
  float: left;
  margin-top: 10px;
}
.single-login-2{
	overflow:hidden;
}
.login-form > a{
	color: var(--main-color);
	line-height: 24px;
	margin-bottom: 15px;
	font-size:13px;
}                  */
/*----------------------------------------*/
/*  28 register
/*----------------------------------------*/   /*
.single-register {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-register {}
.single-register label ,.single-register label {
  color: #626262;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}
.single-register input{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	box-shadow: none;
  color: #626262;
  font-size: 14px;
  line-height: 45px;
  padding-left: 10px;
  width: 100%;
  margin:0;
}
.single-register input[type="checkbox"] {
  width:auto;
}
.single-register .chosen-select{
	height: 45px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	color: #626262;
    font-size: 14px;
    padding-left: 10px;
	box-shadow: none;
	text-align:left;
}
.single-register input#billing_address_2 {
  margin-top: 15px;
}
.single-register-3 #rememberme {
  display: inline-block;
  float: left;
}
.single-register-3 label {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-left: 10px;
  font-size: 13px;
}
.single-register-3 label a {
  color: var(--main-color);
  font-size: 14px;
  text-decoration: none;
}
.single-register > a, .single-register > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  box-shadow: none;
  color: #626262;
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 48px;
  text-decoration:none;
  transition:.3s;
}
.single-register > a:hover, .single-register > button:hover{
	background-color:var(--main-color);
	color:#fff;
	border:1px solid var(--main-color);
}  */

/*MD login*/
.user-login-area input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  box-shadow: none;
  color: #626262;
  font-size: 14px;
  line-height: 45px;
  padding-left: 10px;
  width: 100%;
  margin: 0;
}
.user-login-area label {
  color: #626262;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}    /*
.user-login-area .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  color: #626262;
  box-shadow: none;
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 48px;
  text-decoration: none;
  transition: .3s;
}
.user-login-area .btn:hover {
  background-color:var(--main-color);
  color:#fff;
  border:1px solid var(--main-color);
}
.user-login-area .btn-outline {
  background-color:var(--main-color);
  color:#fff;
  border:1px solid var(--main-color);
}
.user-login-area .btn-outline:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  color: #626262;
}     */
.user-login-area .single-login, .single-register {
    margin-bottom:15px;
}
/**/


/*----------------------------------------*/
/*  29 about
/*----------------------------------------*/
.about-img{
	overflow:hidden;
}
.about-img a img{
	transform:scale(1);
	transition:.4s;
}
.about-img a img:hover{
	transform:scale(1.1);
}
.about-content h3,.single-misson h3 {
  color: #252525;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}
.about-content h3 span ,.single-misson h3 span{
  font-weight: 500;
}
.about-content p,.single-misson p{
	color: #4a4d4f;
	font-size: 15px;
	line-height: 25px;
}
.about-content ul li{
	margin-top: 5px;
}
.about-content ul li a{
	font-size: 16px;
	color:#444;
	text-decoration:none;
	transition:.3s;
}
.about-content ul li a:hover{
	color:var(--main-color);
}
.about-content ul li a i {
  color: #a08d7c;
  font-size: 16px;
  padding-right: 6px;
}
.counter-area {
  background: rgba(0, 0, 0, 0) url("img/banners/banner-home.jpg") repeat scroll center center;
}
.single-counter h2{
  font-size: 40px;
  color:#444;
  font-weight:600;
}
.single-counter span{
	font-size: 15px;
	text-transform: uppercase;
}
.team-title h2{
	color: #252525;
	font-size: 28px;
}
.team-title h2 span{
	font-weight: 700;
}
.team-content{
	margin-top:15px;
}
.team-content h3{
	font-size: 20px;
	margin: 0;
	font-weight:500;
}
.team-content span {
  font-family: Yanone Kaffeesatz;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}
.team-img-area{
	position:relative;
}
.team-img{
	position:relative;
}
.team-img a::before {
  background: #a08d7c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
  transform:scale(0);
}
.team-img a img {
  width: 100%;
}
.single-team:hover .team-img a::before{
	opacity:.5;
	transform:scale(1);
}
.team-link{
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 70%;
	transform: translateY(-50%);
	width: 100%;
	opacity:0;
	z-index:5;
	transition:.6s;
}
.single-team:hover .team-link{
	opacity:1;
	top:50%;
}
.team-link ul li{
	display: inline-block;
	margin: 0 10px;
}
.team-link ul li a{
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
.team-link ul li a:hover{
	color:var(--main-color)
}
.skill-content h3{
	color: #252525;
	font-size: 28px;
	font-weight:500;
	margin-bottom:30px;
}
.skill-content h3 span {
  font-weight: 700;
  margin: 0 8px;
}
.skill-content p{
	color: #4a4d4f;
	font-size: 16px;
	/*letter-spacing: 1px;*/
	line-height: 25px;
}
.skill-content a {
  border-bottom: 1px solid #a08d7c;
  color: #a08d7c;
  font-size: 15px;
  display:inline-block;
  text-decoration:none;
  transition:.3s;
}
.skill-content a:hover{
	color:var(--main-color);
	border-bottom: 1px solid var(--main-color);
}
.skill-content a i {
  padding-left: 5px;
}
.skill-progress {
  overflow: hidden;
  padding-top: 30px;
}
.progress {
  height: 5px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
  border-radius: 2px;
}
.progress .skill-title {
  color: #333;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: -28px;
}
.progress .progress-bar {
  background: rgb(123, 123, 123) none repeat scroll 0 0;
  border-radius: 2px 0 0 2px;
  height: 5px;
}
/*----------------------------------------*/
/*  30  Cart
/*----------------------------------------*/
.entry-header-title > h2 {
  color: #444;
  font-size: 30px;
  margin-bottom: 0;
}
.entry-header-area{
	padding-bottom: 20px;
}
.entry-header-area .ntry-header-title h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table {
  text-align: center;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}
.table-content table td.product-thumbnail {
  width: 130px;
}
.table-content table td.product-name a {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  /*margin-left: 10px;                  */
  text-decoration:none;
}
.table-content table td.product-price {
  width: 130px;
}
.table-content table td.product-quantity {
  width: 180px;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.table-content table td.product-remove {
  width: 150px;
}
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}            
.buttons-cart ul li{
	display:inline-block;
}
/*.buttons-cart ul li a,.coupon form a{
	background: #252525 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}        */
.buttons-cart ul li a:hover,.coupon form a:hover{
	background: var(--main-color) none repeat scroll 0 0;
	color: #fff;
}
.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.coupon p {
  font-size:12px;
  color:#777;
}
.coupon form input{
	border: 1px solid #e5e5e5;
float: left;
height: 40px;
margin: 0 6px 20px 0;
max-width: 100%;
padding: 0 0 0 10px;
width: 170px;
}
.coupon form a{
	float:left;
}
.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}
.cart_totals h2 {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 30px;
  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: 12px;
  font-weight: 400;
  padding: 0 20px 12px 0;
  text-transform: uppercase;
  vertical-align: top;
  color:#777;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.cart_totals table td .amount {
  color: var(--mdo-color);
  float: right;
  margin-left: 5px;
  text-align: right;
}
.order-total th, .order-total td {
	 font-weight: bold;
}
.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_totals table td ul#shipping_method li {
  float: left;
  padding: 0;
  text-indent: 0;
  width: 100%;
  color:#777;
  font-size:12px;
}
.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}
.shipping a {
  color: #6f6f6f;
  font-weight: bold;
  font-size:12px;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 26px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.wc-proceed-to-checkout a {
  background: var(--main-color) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: uppercase;
}
/*----------------------------------------*/
/*  31  Wishlist
/*----------------------------------------*/
.wishlist-title h2 {
  font-size: 30px;
  color: #252525;
}
.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 20px 0 50px;
  width: 100%;
}
.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  color:#777;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table th {
  font-weight: 600;
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table .product-remove > a {
  font-size: 25px;
  color:#777;
}
.wishlist-table table .product-remove > a:hover {
  color:var(--main-color);
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.product-name a{
	color:#777;
	transition:.3s;
}
.product-name a:hover{
	color:var(--main-color);
}
.wishlist-table table td.product-price .amount {
  font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
  color: var(--mdo-color);
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-table table .product-add-to-cart > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
  background: var(--main-color) none repeat scroll 0 0;
}
.wishlist-share {
  margin:30px 0;
}
.wishlist-share-title {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}
.wishlist-share ul li {
  display: inline-block;
  margin: 0 5px;
}
.wishlist-share ul li a {
  color: #444;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.wishlist-share ul li a:hover {
	color:var(--main-color);
}

/*----------------------------------------*/
/*  32  checkout
/*----------------------------------------*/
.different-address {
  margin-top: 30px;
}
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--main-color);
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: #FF1111;
  font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.form-row > label {
  margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}
.coupon-checkout-content {
  display: none;
  margin-bottom: 30px;
}
p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: var(--main-color) none repeat scroll 0 0;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: var(--main-color);
}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select label, .checkout-form-list label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
}
.country-select label span.required, .checkout-form-list label span.required {
  color: #FF1111;
}
.country-select select {
  height: 40px;
  width: 100%;
   border: 1px solid #ddd;
   padding-left:10px;
   font-size:12px;
}
.checkout-form-list {
  clear: both;
  margin-bottom: 30px;
}
.checkout-form-list input{
 background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
}
.checkout-form-list input#cbox {
  float: left;
  height: 0;
  position: relative;
  width: 2%;
}
.create-acc label {
  float: left;
  width: 80%;
  padding-left: 14px;
}
.create-account p{
	font-size:13px;
	color:#777;
}
.ship-different-title label {
  padding-right: 22px;
  font-size:19px;
}
.order-notes textarea {
  height: 90px;
  padding: 15px;
  width: 100%;
}
.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #252525;
}
.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-table table th {
  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;
   color:#777;
}
.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.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: var(--mdo-color);
  font-size: 20px;
}
.payment-accordion .panel-default > .panel-heading {
  background:none;
  transition:.3s;
  position:relative;
  padding:0px;
}
.payment-accordion .panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.payment-method {
  margin-top: 40px;
}
.payment-accordion .panel-group .panel {
  background: transparent;
}
.panel-title a  {
  text-decoration: none;
}
.payment-accordion .panel-title a {
  color: #6f6f6f;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 10px;
  display:inline-block;
  font-weight:400;
}
.payment-accordion .panel-body {
  border-top: medium none !important;
  padding: 0;
}
.payment-accordion .panel-body p {
  font-size: 14px;
  margin-bottom:0;
  color:#777;
  font-weight:400;
}
.payment-accordion .panel-title a img {
  height: 20px;
  margin-left: 15px;
}
.payment-accordion .panel-heading a::before {
  content: "";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0px;
}
.payment-accordion .panel-heading a.collapsed::before {
  content: " ";
}
.payment-accordion  .panel-group .panel {
  margin-bottom: 20px;
}
.order-button-payment input:hover {
  background: var(--main-color) none repeat scroll 0 0;
}
.order-button-payment input {
  background: var(--mdo-color) none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight:400;
}
.your-order {
  margin-bottom: 50px;
}
/*----------------------------------------*/
/*  33  404 page
/*----------------------------------------*/
.page-not-found .entry-header p {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}
.page-not-found .entry-content p {
  font-size: 15px;
  margin-bottom: 40px;
}
.page-not-found .entry-content a {
  border: 2px solid #aaa;
  color: #333;
  font-weight: 700;
  padding: 10px 30px;
  transition:.3s;
}
.page-not-found .entry-content a:hover{
	background: var(--main-color) none repeat scroll 0 0;
	border-color: var(--main-color);
	color: #fff;
}


/*MD*/

.slider-text .h1, .slider-text .h2, .slider-text-1 .h1, .slider-text-2 .h2 {
    display: block;
    margin:10px auto;    
}



/**/
.toolbar-sorter {
  float:none;
}
.shop-tab > div {
  display: inline-block;
  vertical-align: middle;
}
/**/


/**/
/*a:visited, a:focus, a:active {
  color: initial;
  text-decoration: none;
}           */
.mdContainer {
  margin:0 auto;
  width:90%;
  max-width:1170px;
}
.bg-container, .img-container {overflow:hidden;}
.bg-container {
  background-size: cover;
  background-repeat:no-repeat;	
	background-position:center;
}
.img-container {
  text-align:center;
}
.alert {
  padding:25px;
  margin-top:20px;
}
.inline {
  display:inline-block;
  vertical-align:middle;
}
.display-decimales {
/*  vertical-align:top !important;*/
  font-size:60% !important;
  vertical-align:text-bottom !important;	
}
.flexContainer {
  display:flex;
  justify-content:space-between;
}
@media all and (max-width: 991px) {
  .flexContainer {
    flex-wrap:wrap;
  }
}
/**/

/*count-input*/
.count-input {
  margin: 0 auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  overflow:hidden;
}
.count-input > div {
	height:100%;
}
.count-input .modificar-cant {
  background: transparent;
  border: none;
  line-height: 52px;
  padding:0 16px;
}
.count-input .modificar-cant:hover, .count-input .modificar-cant:active {
  background: var(--main-color);
}
.count-input > div:not(:nth-child(2)):hover, .count-input > div:not(:nth-child(2)):active {
  background: var(--main-color);
}
.count-input input {
  height:100% !important;
  width: 40px !important;
  background:white !important;
	padding: 6px 10px;
}
/**/

/**/
.anulado span.oldPrecio, .anulado.single-carrito {
 opacity:0.5;
 text-decoration:line-through;
}
.cart-product .single-cart .cart-info {
  padding-right:0;
}                                                       
.single-cart .dropdown-product-remove {
  float:right;
}
.single-cart .dropdown-product-remove i {
  color: var(--main-color);
  font-size: 18px;
  cursor: pointer;
  transition:0.3s;
}
.single-cart .dropdown-product-remove i:hover {
  opacity:0.7;
}
.cart-area ul > li .cart-product .single-cart .cart-info h5 a {
  padding-top:0px;
}
.cart-product .single-cart {
  margin-bottom: 7px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 7px;
}
.cart-totals h5 {
  font-family:inherit;
  text-transform:none;
}
.mdLink {
  color: var(--md-color) !important;
  transition: 0.2s;
  padding-left: 5px;                  
}
.mdLink:hover {
  color: var(--mdo-color) !important;
}
/**/

/*Buscador*/
/*.search-option {
  float: right;
  position: relative;
  margin-top: 18px;
  transition:.4s;
}
.search-option a{
	padding: 0 10px;
	color:#fff;
	font-size:20px;
}
.search-option .search-form,.cart-area ul li.search-area-2 .search-form {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 9999999;
  opacity:0;
  visibility:hidden;
  transition:.4s;
}
.search-option:hover .search-form,.cart-area ul li.search-area-2:hover .search-form {
  opacity:1;
  visibility:visible;
  top:100%;
}
.search-option .search-form form,.cart-area ul li.search-area-2:hover .search-form form{
	position:relative;
}

.search-form form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f2f2f2;
  color: #888888;
  display: inline-block;
  padding: 0  15px;
  transition: all 0.3s ease 0s;
}                                                   
.search-option .search-form form input,.cart-area ul li.search-area-2 .search-form form input{
  height: 40px;
  width: 350px;
} 
.productos-bsq .search-form form input {
  width: calc(100% - 65px);
  height:41px;
}

.search-form .submit-search {
	background: #171717 none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 10px;
	transition: .3s;
}
.search-option .search-form .submit-search,.cart-area ul li.search-area-2 .search-form .submit-search{
	height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: capitalize;
	top: 0;
}
.productos-bsq .search-form .submit-search {
  width:65px;
}

.search-option .search-form .submit-search:hover{
	background: var(--main-color) none repeat scroll 0 0;
}*/
/**/

/*Checkbox*/
.checkbox {
  display:none;
}
.checkbox-label {
  padding-left:0 !important;
}
.checkbox-label:before {
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 10px;
   content:"\f096";
   width:27px;
   font-size:20px;
}
.checkbox:checked + .checkbox-label:before {
  content:"\f046 ";
}
.todos.rubros {
  color:black;
  margin-bottom: 5px;
  font-weight:bold;
} 
.filtrarRub {
  height:40px;
  width:100% !important;
  margin-bottom:10px;
  margin-top:-10px;
}
.checkbox-container {
  transition:0.3s;
}
.rub.widget-categories:not(.modificado) .checkbox-container {
  transform:translateY(-40px);
}
.rub.widget-categories:not(.modificado) .filtrarRub {
  transform:translateX(100%);  
  opacity:0;
  visibility:hidden;
}
/**/

/**/
.text-muted {color: #9da9b9 !important;}
.text-primary {color: #0da9ef !important;}
.text-info {color: #50c6e9 !important;}
.text-warning {color: #ffb74f !important;}
.text-success {color: #0ca970 !important;}
.text-danger {color: #ff5252 !important;}
.text-gray-dark {color: #374250 !important;}
.text-body {color: #606975 !important;}
.text-light, text-white {color: #ffffff !important;}
.text-highlighted {background-color: #fff8b0 !important;}
.text-decoration-none {text-decoration: none !important;}
.text-crossed {text-decoration: line-through !important;}
.text-shadow {text-shadow: 0 1px rgba(0, 0, 0, 0.5) !important;}
.text-black {font-weight: 900 !important;}
.text-bold {font-weight: bold !important;}
.text-medium {font-weight: 500 !important;}
.text-normal {font-weight: normal !important;}
.text-thin {font-weight: 300 !important;}
.text-uppercase {letter-spacing: .04em;}
.bg-primary {background-color: #0da9ef !important;}
.bg-success {background-color: #43d9a3 !important;}
.bg-info {background-color: #50c6e9 !important;}
.bg-warning {background-color: #ffb74f !important;}
.bg-danger {background-color: #ff5252 !important;}
.bg-inverse {background-color: #374250 !important;}
.bg-faded, .bg-secondary {background-color: #f5f5f5 !important;}
.bg-dark {background-color: #374250 !important;}
.bg-white {background-color: #ffffff !important;}
.bg-no-repeat {background-repeat: no-repeat;}
.bg-repeat {background-repeat: repeat;}
.bg-center {background-position: center;}
.bg-cover {background-size: cover;}
.border-primary {border-color: #0da9ef !important;}
.border-success {border-color: #43d9a3 !important;}
.border-info {border-color: #50c6e9 !important;}
.border-warning {border-color: #ffb74f !important;}
.border-danger {border-color: #ff5252 !important;}
.border-secondary { border-color: #f5f5f5 !important;}
.border-dark {border-color: #374250 !important;}
.btn > i {display: inline-block;margin-top: -2px; vertical-align: middle;}
.btn[disabled], .btn.disabled {cursor: not-allowed;opacity: .55; pointer-events: none;}
button:focus { outline: none;}
.btn-lg {height: 54px;border-radius: 27px; line-height: 52px;}
.btn-sm {height: 36px;padding: 0 18px;border-radius: 18px;font-size: 12px;  line-height: 34px;}
.btn-rounded { border-radius: 5px;}
.btn-rounded.btn-lg { border-radius: 7px;}
.btn-rounded.btn-sm {border-radius: 3px;}
.btn-square { border-radius: 0;}
.btn-secondary {background-color: var(--main-color);  border-color: #e1e7ec;}
.btn-secondary:hover { background-color: #dcdbdb;}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {transition:0.3s; cursor:pointer; color: #ffffff;}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-warning:hover, .btn-warning:active, .btn-warning:focus,.btn-danger:hover,.btn-danger:active,.btn-danger:focus {color: #ffffff;}
.btn-primary {background-color: #0da9ef;}
.btn-primary:hover {background-color: #0a87bf;}
.btn-success {background-color: #43d9a3;}
.btn-success:hover {background-color: #27c28a;}
.btn-info {background-color: #50c6e9;}
.btn-info:hover { background-color: #23b7e3;}
.btn-warning {background-color: #ffb74f;}
.btn-warning:hover {background-color: #ffa21c;}
.btn-danger {background-color: #ff5252;}
.btn-danger:hover {background-color: #ff1f1f;}
.btn-white { background-color: #ffffff;}
.btn-white:hover { background-color: #e6e5e5;}
.btn-outline-primary a:hover, .btn-outline-secondary a:hover, .btn-outline-success a:hover, .btn-outline-info a:hover, .btn-outline-warning a:hover, .btn-outline-white a:hover, .btn-outline-danger a:hover {color:inherit;}
.btn-outline-secondary {border-color: #e1e7ec;}
.btn-outline-secondary:hover {background-color: #f5f5f5;}
.btn-outline-primary {border-color: #0da9ef;background-color: transparent;color: #0da9ef;}
.btn-outline-primary:hover {background-color: #0da9ef;color: #ffffff;}
.btn-outline-success {border-color: #43d9a3;background-color: transparent;color: #43d9a3;}
.btn-outline-success:hover {background-color: #43d9a3;color: #ffffff;}
.btn-outline-info {border-color: #50c6e9;background-color: transparent; color: #50c6e9;}
.btn-outline-info:hover { background-color: #50c6e9;color: #ffffff;}
.btn-outline-warning {border-color: #ffb74f; background-color: transparent;  color: #ffb74f;}
.btn-outline-warning:hover {background-color: #ffb74f; color: #ffffff;}
.btn-outline-danger {border-color: #ff5252; background-color: transparent;color: #ff5252;}
.btn-outline-danger:hover {background-color: #ff5252;color: #ffffff;}
.btn-outline-white {border-color: #ffffff;background-color: transparent; color: #ffffff;}
.btn-outline-white:hover { background-color: #ffffff; color: #ffffff;}
.btn-outline-white:hover {color: #606975;}
.btn-link-secondary {color: #606975;}
.btn-link-secondary:hover {color: #495059;}
.btn-link-primary {color: #0da9ef;}
.btn-link-primary:hover {color: #0a87bf;}
.btn-link-success {color: #43d9a3;}
.btn-link-success:hover {color: #27c28a;}
.btn-link-info {color: #50c6e9;}
.btn-link-info:hover {color: #23b7e3;}
.btn-link-warning {color: #ffb74f;}
.btn-link-warning:hover {color: #ffa21c;}
.btn-link-danger {color: #ff5252;}
.btn-link-danger:hover {color: #ff1f1f;}
.btn-link-white {color: #ffffff;}
.btn-link-white:hover {color: #e6e5e5;}
.btn-link-secondary > i, .btn-link-primary > i, .btn-link-success > i, .btn-link-info > i, .btn-link-warning > i, .btn-link-danger > i, .btn-link-white > i {margin-top: -4px;}
/**/

/**/
.iziToast {
  border: 1px solid #e1e7ec;
  background: #f5f5f5;
}
.iziToast-capsule, .iziToast-wrapper {
	z-index:999999999 !important;
}
.iziToast::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 10px -4px rgba(0, 0, 0, 0.2);
  content: '';
  z-index: -1;
}

.iziToast > .iziToast-body {
  margin-left: 15px;
}

.iziToast > .iziToast-close {
  width: 40px;
  transition: opacity .25s;
  background: none;
  background-position: center;
  background-color: transparent;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMzc0MjUwIi8+Cjwvc3ZnPgo=);
  background-size: 8px;
  background-repeat: no-repeat;
}

.iziToast.iziToast-info {
  border-color: rgba(80, 198, 233, 0.3);
  background-color: #e6f7fc;
  color: #39bfe6;
}

.iziToast.iziToast-info > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMTg5NmJiIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-success {
  border-color: rgba(67, 217, 163, 0.3);
  background-color: #dcf8ee;
  color: #2bd396;
}

.iziToast.iziToast-success > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjMWY5NzZjIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-warning {
  border-color: rgba(255, 183, 79, 0.3);
  background-color: #fff6e8;
  color: #ffb140;
}

.iziToast.iziToast-warning > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZTg4OTAwIi8+Cjwvc3ZnPgo=);
}

.iziToast.iziToast-danger {
  border-color: rgba(255, 82, 82, 0.3);
  background-color: #ffebeb;
  color: #ff5252;
}

.iziToast.iziToast-danger > .iziToast-close {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjY0MiAxNS42NDIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6IiBmaWxsPSIjZWIwMDAwIi8+Cjwvc3ZnPgo=);
}
*/

/**/
.header-top.sticky { /* fix para eliminar marcas superpuestas en productos.php  */
  z-index:9999;
}

.owl-carousel .owl-item {    /* fix para centrar marcas */
  float:none;
  display:inline-block;
  vertical-align:middle;
}
.brand-area .owl-carousel .owl-item img {   /* fix para el zoom de marcas */ /*Pero jode con el product specials*/
  padding: 7px;             
}
/**/

.product-img {
  width:250px;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  align-items: center;  
}
.product-list .product-img {
  margin-top: -25px;
  margin-bottom: -25px;
  width:135px;
}
.product-list .product-button-3 a, .product-list .product-button-3 button {
  padding-bottom:5px;
  padding-top:5px;
}
.product-list .add-to-links ul li a, .product-list .add-to-links ul li button {
  height:30px;
  width:30px;
  line-height:30px;
  font-size:16px;
}
.product-list .product-price ul li.new-price, .product-list .product-details-2 h3 a, .product-list .product-button-3 button {
  font-size:14px;
}
.product-list .product-details-2 p {
  margin:5px 0;
}
.product-list .product-details-2 h3 a {
  margin-bottom:5px;
}
.product-list .action-inner {
  margin-top:10px;
}
.product-list .action-inner .add-to-links, .product-list .product-button-3 {
  float:none;
}
.footer-address ul li i {
  width:17px;
}
.cart-area ul li {
  margin:0 10px;
}          
.cart-area ul li.menu-container .submenu-top ul li a {
  display:inline-block;
}
.cart-area ul li.menu-container .submenu-top ul li i {
  margin-right:7px;
}
.banner-index .static-text p, .banner-index .static-text h3 {
  text-shadow: 1px 1px black;
  margin-bottom: 25px;
}
.banner-index .static-text p {
  font-size:22px;
}
.banner-index img {
  filter: brightness(0.9);
}
.special-product-desc {
  display:block !important;
}
.table-content table td.product-remove i {
    color: var(--main-color);
    font-size:26px;
    cursor:pointer;
}
.table-content table td.product-name span {
  font-size:16px;
}
.header-top {
  /*position: fixed;
  top: 0;*/
  width: 100%;
  z-index: 9999;
  box-shadow: 2px 2px 15px black;
}
#sticky-anchor {
  background:var(--back-color) none repeat scroll 0 0;
/*  visibility:hidden; */  /*no lo oculto porque necesito el background black debido a un problema en la animacion*/
}
.buttons-cart ul li a,.coupon form a{
	background: lightgray none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: none;
	color: #252525;  
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.5s;
}  
.buttons-cart ul li a.active,.coupon form a.active{
	background: #252525 none repeat scroll 0 0;
	color: #fff;
}
.wc-proceed-to-checkout a {
  border-radius:7px;
  margin-top:0;
  margin-left:15px;
  display:inline-block;
}
.cart_totals {
  float:none;
}
.cart_totals table {
  min-height:50px; /*Para que quede alineado con el boton de compra*/
  display:inline-table;
  float:none;
}
.cart_totals table td, .cart_totals table tr, .cart_totals table th {
  vertical-align:middle;  
}         
.contact-info ul li {
  font-size:15px;
}
.contact-info ul li i {
  width: 17px;
  color: var(--main-color);
} 
.contact-info ul li a:hover {
  color: var(--main-color);
}                
.form-control {
  height:50px;
/*  margin-bottom:25px;  */
}                    
.barra-botonera .btn, form .submit {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  margin-top: 16px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
  min-width: 180px;
}   
.barra-botonera .btn:hover, form .submit:hover {
  background: var(--main-color) none repeat scroll 0 0;
  border: 1px solid var(--main-color);
} 
.barra-botonera .btn-outline {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}  
.user-login-area .btn-outline:hover {
  background: #252525 none repeat scroll 0 0;
  border: 1px solid #eceff8;
}     
.cart-area ul > li .cart-bottom a {
  /*width:45%;                     */
}

.toggle-grid:not(.active) {
  cursor:pointer;
}
.counter-area {
  padding: 70px 0;
}
.about-content {
  margin-bottom: 20px;
}
.about-content ol {
  padding-left: 20px;
  margin-top: 10px;
}
.about-content ol li {
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

/**/
.product-img {
  overflow:hidden;
}
.prod-img {
  transition:0.4s;
}
.single-product:not(:hover) .product-img .prod-img{
  transform: scale(0.9);
}
/**/

.product-content .product-text h3 {
  height:45px;
	text-align:center;
}
.product-total .single-product .product-content .add-to-links {
  bottom: 0;
  right: 0;
  top: initial;
  left: initial;
} 
.add-to-links ul li {
  float:none;
}


.product-active-2 .grid-item .product-price {
  position:absolute;
  left:0;
  bottom:0;
}
.precio-filtro-box {
  margin-top:15px;
}
.precio-filtro-box input, .precio-filtro-box button {
    width: 50%;
}
.precio-filtro-box input {
  margin-top:0;
}
.btn-filtros {
  width: 120px;
  text-align: center;
  line-height:26px;
}
.precio-filtro-box button, .btn-filtros {
  background:black;
  color:white !important;
  font-weight: 600;
  transition:0.3s;
  border:none;
}
.precio-filtro-box button:hover, .btn-filtros:hover {
  background-color: var(--main-color);
  border:none;
}
.active-tags .close-tag {
  transition:0.2s;
  margin-left:5px;
}    
.active-tags .close-tag i {
  font-size:13px;
}                    
.active-tags a:hover .close-tag {
  color:(var--main-color);
  font-weight:bold;
} 

.main-menu .sub-menu a:before {
  content: "►";
  font-size: 10px;
  line-height: 16px;
  margin-right:5px;
}
.rubros.todos a:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f0da";
}
.rubros.active a:before {
  margin-right: 5px;
  font-family: FontAwesome;
  content: "\f00c";
}
 
.shop-left-menu ul li a{
  color: #393939;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  position: relative; 
} 

/*.shop-left-menu-2 ul li input[type="checkbox"] {
  width:15px;
  height:15px;
  margin:0;
  padding:0;
  display:inline-block;
  vertical-align:middle;
  cursor:pointer;     
}*/
.active-tags a {
  text-transform: capitalize;
  margin-right:5px;
  margin-top:5px;
  padding:5px;
}
.QuantityAvailable a {
  width: auto !important;
  padding: 3px 10px;
  height: auto !important;
}
.shop-left-menu-2 ul, .shop-left-menu ul {
  overflow:auto;
}
.rub.widget-categories .shop-left-menu-2 ul, .rub.widget-categories .shop-left-menu ul {
  transition:0.3s;
  max-height:0px;
}
.rub.widget-categories.active .shop-left-menu-2 ul, .rub.widget-categories.active  .shop-left-menu ul {
  max-height:350px;                               
}
.shop-left-title {
  display:flex;
  justify-content:space-between;
  margin-bottom:5px;
}
.rub.widget-categories.active i.fa-angle-down {
  display:none;
}
.rub.widget-categories:not(.active) i.fa-angle-up {
  display:none;
}
.shop-left-menu-2 ul li a, .shop-left-menu-2 ul li label {
  width: calc(100% - 19px);
  cursor:pointer;
  padding-left:0px;     
}
.shop-left-area > div {
  margin-bottom: 50px;
  overflow-x:hidden; /*Sin esto, el boton de aplicar filtros me rompe todo*/
}
.rubros.active label, .rubros.active a {
  color:var(--main-color) !important;
}          
.breadcrumb-area {
  padding-bottom:60px;
  padding-top:60px;
}
.breadcrumb-title h3 a {
  text-shadow: 2px 2px black;
  letter-spacing: 1px;
}
.main-menu ul li .mega-menu-area.alt {
  width:400px;
}
.main-menu ul li .mega-menu-area.alt span {
  width:100%;
}
.page-bar .tab-menu {
  float: right;
}
.slider-area {
  background:#1f1f1f; 
}
#slider {
  height:100%;
}
.add_to_cart #cantidad {
  margin-left:20px !important;
}
.add_to_cart .cantidad-label {
	font-size:20px;	
}
.modal-footer {
  display: flex;
  justify-content: space-between;
}  
.modal-footer button:only-child {
  margin-left: auto !important;
}
.modal-bg-danger, .modal-bg-danger div, .modal-bg-danger p, .modal-bg-danger span {
 border-color:#e07b7b;
 color:black;
} 
.modal-bg-danger button {
 color:black;
}       
.modal-bg-danger {
  background: #fff7f7;
}  
.modal-dialog {
  top:150px;
}
input[readonly] {
  background: #eceff8;
}
#alert-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom:50px !important;
}
@media all and (min-width: 992px) {
	#alert-container {
		width: 70%;
	}
}
.single-special-product .special-product-img {
  border: 10px solid var(--main-color); 
}
.wishlist-table table th {
  color:black;
}
.shopping-cart .product-item, .wishlist-table .product-item, .order-table .product-item {
  display: table;
  width: 100%;
  min-width: 150px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.wishlist-table .product-item .product-thumb, .product-item .product-info {
  display: table-cell !important;
  vertical-align: middle;
}
.wishlist-table .product-item .product-thumb {
  width: 100px;
  padding-right: 20px;
}
#checkout-revisar .cart_totals-container {
  /*float:right;*/
} 
.datos-de-pago {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.datos-de-pago > div {
  float:none;
}
.banner-index {
  background-size: cover;
	background-repeat:no-repeat;
  background-position: center;
  padding: 100px 0;
	background-attachment: fixed;
}
.special_products-area .titulo {
  margin-right:auto;
  margin-left:auto;
  margin-bottom:30px;
  font-size:32px;
  font-weight:bold;
  text-align: center;
  display: block;
}
.owl-carousel .owl-item .single-special-product img {
  padding:0 !important;
  width:auto;
  transition:0.3s;
}
.owl-carousel .owl-item .single-special-product:hover img {
  transform: scale(1.1);  
}
.single-special-product .special-product-img {
  background:white;
}
.barra-form fieldset {
  text-align:right;
}
.barra-form .bg-container {
  background-image: url('img/banners/form-papelera.jpg');
  height: 100%;
  background-position:center;
}
.ventas-y-distribucion .barra-form .bg-container {
background-image: url('img/banners/quienes.jpg');
}
.barra-form .contact-form input, .barra-form .contact-form textarea {
  padding-top:7px;
  padding-bottom:7px;
}
.barra-form .contact-form .form-group {
  margin-bottom:10px;
}
.flexslider {
  margin-bottom:0;
}
.user-login-area {
  margin-top:50px;
  margin-bottom:50px;  
}
.searchForm {
  margin-bottom:0;
}

/**/
.comment-container {
  text-align: center;
}
.mercado-libre-banner {
  text-align:center;
}
.comment-box {
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
}
.comment-box > div {
  text-align:center;
  margin-bottom:10px;
}
.comment-box img, .comment-box .stars {
  max-width: 100px;
  max-height: 100px;
  margin-left:auto;
  margin-right:auto;
}
.comment-box .stars {
  display:flex;
  justify-content:space-around;
}
.comment-box .stars i {
  font-size:20px;
  color: var(--main-color);  
}
.comment-box p {
  font-size:18px;
}
.mercadolider {
  background: url('img/banners/mercadolider.png');
  background-size: auto 200px;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}
/**/

/*se esconde*/
.breadcrumb-area {  
  padding:0px;
}

.contact-area {
  padding:50px 0;
}
/**/

#slider-range {
  width:90%;
  margin:0 auto;
}
.product-info-price .price-final .unico .dspPrecioContainer {  /*si hay una sola lpd*/
  text-align:left !important;
}  
.product-info-price .price-final .unico span.tax {
  display:none !important;
}

/**/
@media all and (min-width: 1200px) {
  .barra-form {
    height: 28vw;
  }
  .barra-form > div {
    display:inline-block;
    vertical-align:middle;
    max-height: 100%;
  }
  .barra-form .bg-container {
    width: calc(50% - 3px);
  }
  .barra-form .contact-form {
    width: 50%;
    padding-top:15px;
    padding-bottom:10px;
    padding-left:7.5%;
    padding-right:7.5%;
  }
  .main-menu ul li {
    padding-right:10px;
    padding-left:10px;
  }  
  .more-info-area {
    padding-top:50px;
  }  
}
@media all and (max-width: 1199px) {
  .barra-form {
    height: auto;
  }
  .barra-form .bg-container {
    display:none;
  }
  .barra-form .contact-form {
    display:block;
    width: 90%;
    max-width:700px;
    margin: 40px auto;
  }
  .mercadolider {
    margin-bottom:20px;
  }
  .cart-area ul li {
    margin:0 7px;
  }
  .more-info-area {
    padding-top:20px;
  }  
}
@media all and (max-width: 575px) {
  .mercadolider {
    background-size: auto 145px;
    height:145px;
  } 
  .banner-index {
    padding-top:15px;
    padding-bottom:15px;
  }
  .banner-index .static-text p {
    font-size:18px;
  }
  .add-to-links ul li a, .add-to-links ul li button {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-right: 10px;
  } 
  .shop-product {
    padding-top:10px;
    padding-bottom: 10px;
  } 
  .product-list .product-img {
    margin-top:10px;
    margin-bottom: 10px;
  } 
  .user-login-area {
    margin-bottom:30px;
    margin-top:30px;
  }
  .datos-de-pago {
    flex-flow: column;
    align-items:initial;
  }
}
@media all and (max-width: 767px) {
  #mostrar-sticky {
    height:28px;
    margin-bottom:20px;
    position:relative;
    visibility:hidden;
    opacity:0;
  }
  .rub.widget-categories.active .shop-left-menu-2 ul, .rub.widget-categories.active  .shop-left-menu ul {
    width:80%; /*asi puedo scrollear agarrando desde la derecha de la pantalla*/
  }
  .productos-sidebar {
    display:none /*POR DEFAULT, ANTES DE MOSTRAR*/
  }
  .owl-carousel .owl-item {
      vertical-align: top;
  }  
  .special_products-area .titulo {
    font-size: 24px;    
    margin-bottom: 20px;  
  } 
  .special-product-content {
    padding-top: 10px;
  } 
  .special-product-content .special-product-text {
    padding-right:20px;
    padding-left:20px;
  }  
  .barra-botonera {
    flex-direction: column; 
  }
  .contact-form .barra-botonera .submit {
    order:2;
  }
  #mdSlider, #mdSlider .video-container iframe {
    height:300px;
  }
  .shop-left-area > div {
    margin-bottom:30px;
  }
  .filtrarRub {
    height:auto;
    padding-bottom:5px;
    padding-top:5px;
  }
  .product-details-area .prod-item, .shop .single-product {
    margin: 0 auto;
    max-width: 450px;
  }
  .table-responsive {
    margin-bottom:0px;
  }  
  .user-login-area .table-responsive {
    margin-bottom:15px;
  }  
  .banner-area {
    padding: 10px 0;
  } 
  .banner-img a img {
    width:65px;
  }
  .product-info-price .price-final .dspPrecioContainer {
    margin:10px 0 5px 0;
  }  
  .product-info-price .price-final span {
    font-size: 24px;      
  }
  .product-info-price .price-final span.tax{
    display:block;
  } 
  .brand-area .single-brand img {
    max-height: 100px;
    margin: 0 auto;
    width: auto;
  } 
  .brand-area .single-brand a {
    width:100%;  
  }
  .brand-active {
    padding-top:20px;
    padding-bottom:20px;
  }
}
@media all and (min-width: 768px) {
  #mostrar-container, #mostrar-sticky {
    display:none;
  }
  .productos-sidebar {
    display:block /*Por si estaba ocultado en mobile y agrande la pantalla*/
  }  
  .table-responsive {
    margin-bottom:25px;
  }
  .banner-area {
    padding: 30px 0;
  }  
  .banner-img a img {
    width: 85px;
  } 
  .product-info-price .price-final span.tax{
    width: calc(100% - 175px);
    margin-left:15px;
  }  
  .product-info-price .price-final .dspPrecioContainer {
    width: 159px;
    text-align: right;
    margin:15px 0;
  }
  .brand-active {
    padding-top:50px;
    padding-bottom:50px;
  }  
}

/**/


@media all and (max-width: 991px) {
  .desktopActive {
    display:none !important;
    visibility:hidden !important;  
  }
  #sticky-anchor {
    height:60px; /*En cualquier caso, el js lo sobrescribe como corresponde*/
  }
  .footer-top-area {
   padding:20px 15px;
  }

  .barra-form > div {
    display:inline-block;
    vertical-align:middle;
    max-width:90;
    margin:20px auto;
  }
  .add-to-links ul li {
    opacity:1;
  }
  .table-content table td {
    width:auto !important;
  }
  .table-content table td {
    padding-right:0;
    padding-left:0;
  }
  .table-content td.product-thumbnail {
    border-right:none;
    padding-left:10px;
    width: 30% !important;
  }
  .table-content td.product-name {
    padding-left:5px;
    padding-right:10px;
  }
  .table-content .amount, .table-content .count-input {
    margin-top:15px !important;
  }
  .table-content .amount {
    display: block ;
  }
  table .prod-img {
      max-height: 120px;
  }  
  .slider-text-2 .h1 {
    font-size:30px;
  }   
  .slider-text p {
    display:none;
  } 
  .footer-address ul li, .footer-menu ul li {
    line-height: 30px;
    padding-bottom: 5px; 
  }   
  .user-login-area .cart_totals {
    text-align:center;
  }
  .titulo-envios {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .counter-area {
    padding: 20px 0;
  }  

  .ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
    top: -6px;
  }
  .pos_new_product {
    padding-bottom:20px;
    padding-top:20px;
  }
  .cart-area ul li {
    vertical-align:middle;
  }
  .featureSlider .carousel-inner {
    
  }    
  .featureSlider .item img {
    max-height: 250px;
  }
  .product_reference p,.product_condition p{
    margin-bottom:3px;
  }
  .thumb-container {
    margin-bottom:20px;
  }
  .product-info-price {
    margin-top:10px;
  }
  .recaptcha-container, .recaptcha-container #rc-imageselect {
	transform: scale(0.84);
	transform-origin: 0 0;	  
  }

}
@media all and (min-width: 992px) {
  .mobileActive {
    display:none !important;
    visibility:hidden !important;  
  }
  .shop-left-area {
    padding-right:20px;
  }
  .footer-top-area {
   padding:30px 25px;
  }  
  .slider-area {
    height: 550px;
  } 
  .slider-text-2 .h2 {
    font-size:28px;
  }
  .slider-text-2 .h1 {
    font-size:36px;
  }
  .single-special-product .special-product-img {
    max-width:45%;
    width:auto;
  }

  table .prod-img {
      max-width: 75px;
  }  
  .footer-top-area .row {
    display:flex;
    align-items:center;
  } 
  .footer-top-area .row .social-container {
    align-self:center;
  }
  .footer-top-area .social-link {
    text-align:center;
  }
  .footer-address ul li:first-of-type, .footer-menu ul li:first-of-type {
    line-height: 30px;
    padding-bottom: 5px; 
  }
  .pos_new_product {
    padding-bottom:40px;
    padding-top:40px;
  }
  .featureSlider .carousel-inner {
    
  }  
  .featureSlider .item img {
    max-height: 450px;
  } 
  .product_reference p,.product_condition p{
    margin-bottom:13px;
  }
}

.flexslider {
  margin-bottom:0px;
}
.flexslider .slides img, .flexslider .slides video {
  max-width: 450px;
  max-height: 450px;  
}
.flexslider .slides .flex-active-slide {
  text-align:center;
}

/*DAVID NAREA*/
.slider-area{
  background-image: url(img/background.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.nivoSlider img {
  border-left:none;
  border-right:none;
  border-top:none;
  border-bottom:none;
  /*border-top: 10px solid #ecb042;
  border-bottom: 10px solid #ecb042;*/
  border-radius:0px;
}
/*.slider-text-2 .h1, .slider-text-2 p, .slider-text-2 .h2 {
  text-shadow: 2px 1px black;
}*/
.slider-text-2 .h2{color:#be2215 !important;}
.static-text h3 {
color:var(--main-color);
}
.static-text h3 {
  text-transform:none;
  font-size:46px;
  font-family: arial;
  letter-spacing: 1px;  
}
.single-counter h2{
	color:#444;
}
.shopping-cart .product-item, .wishlist-table .product-item, .order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

/*FIX LINE HEIGHT DE ICONOS*/
.toggle-grid i {line-height: 32px !important;}
.nivo-directionNav a i {line-height:55px;}
.product-details-2 .add-to-links i, .pagination-number i {line-height:30px;}
.product-content .add-to-links i {line-height:40px;}
/**/

/*CHECKOUT*/      
.checkout-steps {
  margin-bottom:30px;
}
.checkout-steps::after {
  display: block;
  clear: both;
  content: '';
}       
.checkout-steps > a, .checkout-steps > button {
  display: block;
  position: relative;
  width: 33.3%;
  height: 55px;
  float: right;
  transition: color .3s;
  border-top: 1px solid #e1e7ec;
  border-bottom: 1px solid #e1e7ec;
  background-color: #ffffff;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
  line-height: 53px;
  text-decoration: none;
  text-align: center;
}
.checkout-steps > a > .angle, .checkout-steps > button > .angle {
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  width: 27px;
  height: 53px;
  background-color: #ffffff;
}
.checkout-steps > a > .angle::before, .checkout-steps > a > .angle::after, .checkout-steps > button > .angle::before, .checkout-steps > button > .angle::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.checkout-steps > a > .angle::after, .checkout-steps > button > .angle::after {
  border-width: 26px;
  border-color: transparent;
  border-left-color: #ffffff;
}
.checkout-steps > a > .angle::before, .checkout-steps > button > .angle::before {
  margin-top: -1px;
  border-width: 27px;
  border-color: transparent;
  border-left-color: #d8e0e6;
}
.checkout-steps > a:hover, .checkout-steps > button:hover {
  color: var(--main-color);;
}
.checkout-steps > a.active, .checkout-steps > button.active {
  background-color: var(--main-color);
  color:var(--opposite-mono);
  cursor: default;
  pointer-events: none;
}
.checkout-steps > a.active > .angle::after, .checkout-steps > button.active > .angle::after {
  border-left-color: var(--main-color);;
}
.checkout-steps > a.active + a > .angle, .checkout-steps > button.active + button > .angle, .checkout-steps > a.active + button > .angle, .checkout-steps > button.active + a > .angle {
  background-color: var(--main-color);;
}
.checkout-steps > a.completed > .step-indicator, .checkout-steps > button.completed > .step-indicator {
  display: inline-block;
  margin-top: -5px;
  margin-right: 7px;
  border-radius: 50%;
  color: #43d9a3;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.checkout-steps > a.completed:hover, .checkout-steps > button.completed:hover {
  color: #606975;
}
.checkout-steps > a:first-child, .checkout-steps > button:first-child {
  border-right: 1px solid #e1e7ec;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.checkout-steps > a:last-child, .checkout-steps > button:last-child {
  border-left: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.barra-botonera .btn {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}
.barra-botonera .btn i {
  margin-top:0;
  font-size:17px;
}
/**/

.product-button-3 button:focus, .product-button-3 button:active {
  color:white !important; 
}
.dspPrecio {
    letter-spacing: 0.7px;
}

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

.slides {
  align-items: center;
  display: flex;
}


/*loading*/
.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}
}

/*https://projects.lukehaas.me/css-loaders/*/
/*.loader.active {
  font-size: 10px;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 1%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 1%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 1%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 1%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 1%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader.active:before {
  width: 50%;
  height: 50%;
	background: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0) 30%);  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader.active:after {
  background: linear-gradient(to right, #ffffff 1%, rgba(255, 255, 255, 0) 5%);  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/
.loader-container {
	width: 75%;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 12.5%;
}
.loading-mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;	
}

.loading-spinner.active {
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
@-webkit-keyframes spin {
	0% {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
.loading-spinner.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: transparent;
	border-top-color: white;
	border-width: 2px;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}
.mini-cart-sub .loading-spinner.active:after {
	border-width: 15px;
	border-right-color: white;
}

.loader.active {
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
	left:0;
	top:0;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	z-index:99;
}
.loader.active:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader.active:after {
  background: black;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cart-cant-total-container .loader.active:after{
	background: #e91113 ;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**/



/*SubMenu*/
.mega-menu-area {display:none;}
@media all and (max-width: 1399px) {
  .mega-menu-area.alt {
    display:block;
  }
  .header-top-total {
    padding-right:15px;
    padding-left:15px; 
  }
  .main-menu ul li a {
    padding-right:4px !important;
  } 
  .btn-filtros {
    width:100px;
  }
}
@media all and (min-width: 1400px) {
  .mega-menu-area.normal {
    display:block;
  }
  .logo-area, .footer-logo, .copy-right {
    margin-left: calc(50vw - 30vw - 180px - 25px); /*Para que su final sea el comienzo del slider-caption*/ 
  }
  .cart-area {
    padding-right:50px;
  }
}
/**/

/*mdMenu*/
.header-top.active { /*ME PERMITE SCROLLEAR EN MOBILE*/
  max-height: 100%; /*AL SER MAX HEIGHT, TENGO ANIMACIÓN PARA EL HEIGHT*/ /*ES 100% Y NO 100VH PORQUE SINO HAY ERRORES EN EL CALCULO DEL TAMAÑO MOBIL (NO INCLUYE LA BARRA BOTONERA DEL CELULAR)*/
  overflow-y: auto;
}
.main-menu, .main-menu nav, .main-menu nav ul {
/*  overflow-y: scroll;   */
}
.header-top {
  transition:0.4s;
}
.header-top i {
  /*font-size:120%;*/
  font-size:22px;
  vertical-align:middle;
}
.header-top .icono {
  height:22px;
  vertical-align:middle; 
}
.main-menu .subMenu i{
  color:black;
  padding-right:10px;
}
.cart-area {
  display: inline-flex;
  align-items: flex-end;
}
@media all and (max-width: 359px) {
  .cart-area ul {
  /*  line-height:35px; */
  }  
  .logo-area img, .footer-logo img {
    height:35px;
  }
}
@media all and (min-width: 360px) {
  .cart-area ul {
  /*  line-height:48px; */
  }  
  .logo-area img, .footer-logo img {
    height:48px;
  }
}
@media all and (max-width: 991px) {
  .main-menu { width: 100%; }  /*funciona porque el flexcontainer es flex wrap*/
  .main-menu nav {display:none;}
  .main-menu ul li {display:block; padding-top: 10px;}
  .main-menu ul li .mega-menu-area {display:none; position:relative;}
  .main-menu ul li .mega-menu-area .menu-static {
    display:none;
  }
  .main-menu ul li .mega-menu-area span a {
    padding-left:0px !important;
  }
  .main-menu ul li a {
    padding-left:15px !important;
  } 
  .main-menu ul li .searchForm {
    background:white;
  }
  .main-menu ul li .searchForm input {
    border: none !important;
    outline: none !important;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% - 90px);
    background: transparent;
  }
  .main-menu ul li .searchForm .submit-search {
    line-height:40px;
  }
  .main-menu ul li .searchForm a {
    background:black;
    padding-right:15px !important;    
  }
  .main-menu ul li:first-of-type {
    border-top: 1px solid var(--main-color);
    padding-top: 5px;
  }
  .main-menu ul li .mega-menu-area {
    width:100% !important;
    margin-top: 5px;   
  }
  .main-menu ul li .mega-menu-area .mega-menu {
    padding: 10px 0;
  }         
  i.expandMenu {
    transition:0.4s;
    cursor:pointer;
    float: right;
    font-weight: bold;
    font-size: 150%;
  }
  .main-menu i.expandMenu {
    padding: 7px 15px;  
  }
  .sub-menu-parent.active i.expandMenu, i.expandMenu.active {
    transform:rotate(-180deg);
  }
  #menuon {
    cursor: pointer;
    display:inline-block;
  }
  #menuon .bar1, #menuon .bar2, #menuon .bar3 {
      width: 35px;
      height: 5px;
      background-color: white;
      margin: 6px 0;
      transition: 0.4s;
  }
  #menuon.change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
  }
  #menuon.change .bar2 {
    opacity: 0;
  }
  #menuon.change .bar3 {
      -webkit-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
  }
  .logo-area:not(.active) {
   /* margin-bottom:20px;  */
  }
  .header-top:not(.active) .main-menu {
    padding-top:10px;
  }  
  .header-top-total {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top:10px;
  }
  .logo-area {
    padding-left:15px;
  }
  .cart-area {
    padding-right:15px;
  }
  .header-top .phone-area i {
    font-size: 32px;
    vertical-align: middle;
  }
  .header-top .phone-area .icono {
    height: 32px;
  }
}

@media all and (min-width: 992px) { 
  #menuon {
    display:none;
  }
  .main-menu {
    display: inline-flex;
    align-items: flex-end;
  }
  .main-menu nav {
    display:block !important; /*con esto aseguro que el menu sea visible en desktop aunque haya cambio de pantalla*/
  }
  .main-menu ul li .mega-menu-area {
    position: absolute;
    top: 100%;
    left:0;
    left: -30px;  
    border-radius: 5px;
    transition:.4s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;     
  }
/*  .main-menu ul li .mega-menu-area:not(.empiezaAbierto) {
    transition:.4s;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;  
  }         */
  .main-menu ul li:hover .mega-menu-area {
  	opacity:1;
  	visibility:visible;
  	transform: scaleY(1);
  }    
  .flexContainer .cart-area {order:3;}
  .main-menu ul li {
    padding-right:7px;
    padding-left:7px;
  }
  .main-menu ul li i {
    padding-left:5px;
  }
  /*.cart-area ul > li:hover .mini-cart-sub,*/
	.carrito-container:hover .mini-cart-sub {
  	opacity:1;
  	visibility:visible;
  	top:100%;
  }   
}
/**/

/*featureSlider*/
.featureSlider .carousel-control span, .thumb {
  transition:0.3s;
	margin-right:7px;
}
.featureSlider {
  margin-bottom:25px;
}
.form-group .featureSlider {
  margin-bottom:0px;
  filter:none;
}
.form-group .featureSlider .carousel-inner {
  border:1px solid #e2e2e4;
}
.featureSlider .item {
  height:100%;  
}
.featureSlider .item .img-container {
  display: flex;
  align-items: center;  
  height:100%;
}
.featureSlider .item img {
  margin:0 auto;
  width:auto;
  height:auto;
}
.featureSlider .carousel-control {
  background:none;
}
.featureSlider .carousel-control span {
  opacity:0;
}
.featureSlider .carousel-control:hover span {
  opacity:1;  
} 
.featureSlider .carousel-control:hover {
  width:15%;
}
.featureSlider .carousel-control.left:hover {
  transform:translateX(-30px);
}
.featureSlider .carousel-control.right:hover {
  transform:translateX(30px);
}
.featureSlider .carousel-control, .featureSlider .carousel-control:hover {
  color: var(--main-color);
}
.thumb-container {
  display:flex;
  flex-wrap: wrap;
}
.thumb {
  cursor:pointer;
}
.upload-img:hover .imgFoto {
  filter: drop-shadow(3px 3px 4px gray) brightness(75%);
}
.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}
.video-container iframe,
.video-container object,
.video-container embed {
  /*position: absolute;  
  top: 0; 
  left: 0;             */
  width: 100%; 
 /* height: 100%;*/
}
#mdSlider .video-container iframe {
  width: 100%;
  top: 0;
  left: 0;             
  position: absolute;
} 
#mdSlider .html5-main-video {
  object-fit: cover !important;
  width:100% !important;
  height:100% !important;
}
/**/


/*mdSlider*/
#mdSlider .carousel-inner {
  width: 100%;
  height: 100%;
}
#mdSlider .item {
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#1e1e1e;
  width: 100%;
  height: 100%;
}
#mdSlider .wow {
  visibility:hidden;
}
#mdSlider .caption-container {
  max-height: 100%;
  bottom: 0;
  left: 10%;
  right: 10%;
}
#mdSlider a, #mdSlider button, #mdSlider .btn {
  text-shadow:none;
}
.carousel-control {
  width:10%;
  max-width: 100px;
  height:100%;
}
#mdSlider .caption-container .slider-img {
  background:white;
  /*border:8px solid white;*/
	padding:8px;
  box-shadow: 3px 2px 10px black;
  overflow: hidden;
  max-height:80%;
  max-width: 50%;
}
#mdSlider .caption-container .slider-img img {
  transition:0.3s;
}
#mdSlider .caption-container .slider-img:hover img {
  transform:scale(1.1);
}
#mdSlider .slider-price {
	color: var(--opposite-mono);	
}


@media screen and (min-width: 768px) {
  #mdSlider, #mdSlider .video-container iframe {
    height:550px;
  } 
  #mdSlider .caption-container {
    left: 10%;
    right: 10%;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    bottom: 0;    
  }
  #mdSlider .caption-container .slider-text {
    margin:0 auto;
    max-width:50%;
  }
  #mdSlider .caption-container .slider-img {
    margin-left:5%;
  }
}
@media screen and (max-width: 767px) {
  #mdSlider .caption-container .slider-img {
    height:160px;
    display: flex;
    align-items: center;
		margin: 25px auto;
		padding:0px;
  }
  #mdSlider .caption-container .slider-img a {
		height: 100%;
		display: flex;
		align-items: center;
		margin: 0 auto;		
	}	
  #mdSlider .caption-container .slider-img img {
    max-height:100%;
  } 
}
/**/

.robotica-gears {
    float: left;
    padding-bottom: 50px;
    padding-right: 10px;
}

/*Barra de scroll*/

/* width */
::-webkit-scrollbar {
  width: 5px;
  display:auto;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color); 
  border-radius: 10px;
}

.bsq-avanzada-json {
	background: #f4f4f4;
}
.bsq-avanzada-json .form-control {
	font-size:18px;
}

.barra-form .contact-form .form-group .recaptcha-container {
	margin-top: 16px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.barra-form .contact-form .form-group {
	  width:calc(50% - 5px);
	  display:inline-block;
	}
	.barra-form .contact-form .form-group:first-of-type{
		margin-right:10px;
	}
	.barra-form .contact-form .form-group .recaptcha-container {
		margin-top: 0px;
	}
	.barra-form .contact-form .barra-botonera .btn {
		margin-top:5px;	
	}
}


/*hover single-item*/
.product-active.owl-carousel .owl-item {
	vertical-align:top !important;
}
.pos_new_product .owl-carousel .owl-stage {
	padding-bottom:75px;
}
.single-product .extra-info {
	transition: 0.3s;
	padding-bottom: 15px;
	max-height: 100px;
	overflow: hidden;
	text-align:center;
}
.single-product:not(:hover):not(:focus) .extra-info {
  transform:translateY(-100%);
  max-height:0;
  opacity:0;
  padding:0px;
}
.single-product .btnContainer {
	display: flex;
	align-items: center;
	flex-direction: column;	
}
.single-product .single-product-inside {
  padding: 15px;
  background: white;  
}
.single-product:hover, .single-product:focus {
  z-index: 2; 
}
.single-product {
  height: 423px;
  overflow: visible;
} 
/*hover single-item*/

/*zoom single-prod*/
.imgForZoom {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.imgForZoom:hover, .imgForZoom:focus {
  opacity: 0.7;
  cursor: zoom-in;
}
.zoomImg {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 150px; 
    left: 0;
    top: 0px; /*.header-top*/
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}
.zoomImg .modal-img {
    margin: auto;
    display: block;
    max-width: 1024px;
    max-height: 700px !important;
}
.zoomImg .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.zoomImg .modal-img, .zoomImg .caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
.zoomImg .closeZoom {
  position: relative;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  float: right;
  margin-right: 70px;
  margin-top: 0px;
}
.zoomImg .closeZoom:hover, .zoomImg .closeZoom:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 1200px){
    .zoomImg .modal-img {
        max-width: 80%;
    }
}    
@media only screen and (max-width: 991px){
    .zoomImg .modal-img {
        max-width: 100%;
    }
    .zoomImg {
      top: 70px; /*.header-top*/
      padding-top:20px;
    }
}
/*zoom single-prod*/

/*correccion estilos single-prod*/
@media only screen and (min-width: 768px) {
.single-product-area .product-info-main {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
}

/*fix mdSlider*/
/*#mdSlider .item:first-of-type {position:relative;}
#mdSlider .item {position:absolute;}*/
/*fix mdSlider*/
/*correccion estilos single-prod*/

.menu-container.user .logged {
  color:var(--main-color);
}
.cart-cant-total-container {
  border:1px solid black;
}
.featureSlider {
  background: repeat;
}
.four-cols .single-product {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media only screen and (max-width: 991px){
  .four-cols .single-product {
    width:32%
  }
}
@media only screen and (max-width: 768px){
  .four-cols .single-product {
    width:100%;
    float:none;
    margin-bottom:25px;
  }
}
.map-area iframe {
  display:block;
}
.add_to_cart i {margin-right:10px;}

/*estilos papelera 9 de julio*/
@media only screen and (min-width: 992px){
	.distribucion.about-content {
		padding-left:15px;
	}
	.ventas.about-content {
		padding-right:15px;
	}
	.about-main-area.blanco-a-gris, .about-main-area.gris-a-blanco {
		padding-top: 70px;
    padding-bottom: 70px;
	}
}
@media only screen and (max-width: 991px){
	.ventas.skill-content, .distribucion.skill-content {
    width: 100vw;
    margin-left: -5vw;
    background: red;
    padding: 40px 5vw;
		margin-top:0;
		margin-bottom:0px;
	}
	.ventas.skill-content {
		background:#f4f4f4 ;
	}
	.distribucion.skill-content {
		background:#ffffff ;
	}	
}
.ventas.skill-content a, .distribucion.skill-content a {
	border-bottom:none !important;
}
.ventas-y-distribucion .skill-content .flexContainer div, .listas-de-precios .skill-content .flexContainer div {
  margin-left:15PX;
  margin-right:15px;
}
.ventas-y-distribucion .skill-content .flexContainer div p, .listas-de-precios .skill-content .flexContainer div p{
   height: calc(100% - 39px);
}
.ventas-y-distribucion .skill-content .flexContainer div:after, .listas-de-precios .skill-content .flexContainer div:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: table-cell;
    width: 50px;
    border-bottom-color: var(--main-color);
}
@media only screen and (min-width: 992px){
  .ventas-y-distribucion .skill-content .flexContainer div, .listas-de-precios .skill-content .flexContainer div {
    width:33%;
  }
  .ventas-y-distribucion .about-main-area, .listas-de-precios .about-main-area, .listas-de-precios .about-main-area, .listas-de-precios .about-main-area.blanco-a-gris {
    background: linear-gradient(to right, white 50%, #f4f4f4 50%);
  }  
  .ventas-y-distribucion .about-main-area, .listas-de-precios .about-main-area, .listas-de-precios .about-main-area, .listas-de-precios .about-main-area.gris-a-blanco {
    background: linear-gradient(to right, #f4f4f4 50%, white 50%);
  }  	
}
/*estilos papelera 9 de julio*/




/*scroll sobre mapa*/
.mapContainer {
	width: 100%;
	position: relative;
}	
.overMap {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0;
	transition:0.5s;
}
.maskMap {
	background: black;
	opacity: 0.5;	
}
.textMap {
	display:flex;
	align-items:center;
	justify-content:center;
}
.overMap p {
	margin: 0px 25px;
	font-size: 25px;
	color: white;	
	text-align:center;
}
.mapContainer:not(.warning) .overMap {
	opacity:0;
}
.mapContainer.warning .map {
	pointer-events:none;
}

.mapContainer .catchScroll {
	z-index: 5;
	overflow: scroll;	
}
.noBloquear {
	z-index:-1 !important;
	max-height:0px !important;
}
.mapContainer .catchScroll div {
    height: 10000%;
}
.catchScroll::-webkit-scrollbar, .catchScroll::-webkit-scrollbar-track, .catchScroll::-webkit-scrollbar-thumb {
  display:none;
}
/*scroll sobre mapa*/

/*sticky menu*/
.menu-stick {
    position: fixed;
    top: 0;
    z-index: 999999998;
    margin-top: 0!important
}
@media all and (min-width: 992px) {
	#sticky:not(.menu-stick) #nav>div:nth-child(2),
	#sticky:not(.menu-stick) #navIndexLink,
	#sticky:not(.menu-stick) #navIndexLink img {
			transition: 1s ease-in-out
	}
	.menu-stick #nav>div:nth-child(2),
	.menu-stick #navIndexLink,
	.menu-stick #navIndexLink img {
			transition: .5s ease-in-out
	}
}
.product-img a {
	max-height: 100%;
	margin: 0 auto;
}
.product-img .prod-img {
    width: auto !important;
    max-height: 250px;
    max-width: 100%;	
}

.cart-cant-total {
	position: absolute;
	left: 5px;
	z-index:99;
}

.shop-left-area .widget-categories {
	margin-bottom:20px;
}

.footer-menu li {
	display: flex;
	align-items: baseline;
}
.right-ribbon {
	width: 0;
	height: 0;
	border-top: 12.5px solid transparent;
	border-bottom: 12.5px solid transparent;
	border-left: 12.5px solid #e75768;
	display: inline-block;	
	vertical-align: text-bottom;
}
.contact-area.halfForm .recaptcha-container > div {
	transform: scale(0.77);
	transform-origin: 0 0;	
}
.carousel-caption {
	text-shadow:none;
}
.slider-text h2 {
	font-size:32px;
}
.slider-text h2, .slider-text p, .slider-text span {
	color:black;
}
.categories-row {
	padding: 50px 0;
}
.categories-row h4 {
	font-size: 18px;
  color: black;
}
.customAlignLeft {
	margin:0 auto 0 0;
	text-align:left;
	width:50%;
}
.customAlignRight {
	margin:0 0 0 auto;
	text-align:right;
	width:50%;
}
.customAlignCenter {
	margin:0 auto;
	text-align:center;	
}
.product-active-3 .single-product {
	margin-right:5px;
}
.linkID {
	width:100%;
	height:100%;
}
.product-active-7 {
	padding:100px 0;
}
.product-active-7 .product-info-main {
	padding-left:60px;
}
@media all and (max-width: 991px) {
	.product-active-7 {
		padding:70px 0;
	}
	.product-active-7 .product-info-main {
		padding-left:30px;
	}	
}
@media all and (max-width: 768px) {
	.product-active-7 .product-info-main {
		padding:0px;
	}	
}
@media all and (max-width: 768px) {
	.product-details-tab {
		margin-top:35px !important;
	}
	/*.product-details-area .single-product-area.flexContainer > div:first-of-type {
		order:2;
	}*/
}

#myCarousel .item  {
	height:500px;
	width:100%;
}
.leer-mas {
	color: var(--mdo-color);
	transition: 0.1s;
}
.leer-mas:hover {
	color: var(--main-color);
}
.product-details-area .descripciones-container  {
	margin-top:100px;
	margin-bottom:100px;
} 
.product-details-area .pos_new_product {
		margin-top:80px;
}

.detalles-variaciones td, .detalles-variaciones th {
	display: table-cell;
	border-left: 1px solid #dadada !important;
	border-right: 1px solid #dadada !important;
	padding: 8px !important;
}
.detalles-variaciones th {
    padding-bottom: 10px !important;
    font-weight: 800 !important;
}
.detalles-variaciones tr:nth-child(even){
	background-color: #f2f2f2;
}
.product-details-tab li[role="presentation"].active {
	background:#eee;
}
.single-product .product-price ul {
	text-align:center;
}
.btnEstilado {
	    border: none;
    font-size: 14px;
    color: #ffff;
    position: relative;
    background: #323232;
    padding-left: 13px;
    padding-bottom: 3px;
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 2px;
}
.btnEstilado:hover {
	background:var(--main-color);
  color: #ffff;
}
.scroll-lock {
	overflow:hidden !important;
}


@media only screen and (max-width: 991px){
	.header-area {
		padding: 15px 0;
	}
	.mobile100w {
		width:100% !important;
	}
	.mobile0padding {
		padding:0px !important;
	}
	.main-menu .navbar-header .navbar-toggle {
		margin-left:15px !important;
	}
	.footer-contact-info li  {
		text-align:left !important;
	}
	.slogan-area .flexbox {
		flex-direction: column;
	}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu .navigation li, .main-menu .navigation {
		float:none !important;
	}
	.navigation.clearfix {
		text-align:center !important;
	}
	.768oculto {
		display:none !important;
	}
}
.carousel-control  {
	background:transparent !important;
}
.btnLindo {
background: #6fbc20;
    color: white;
    padding: 18px 15px;
    display: block;
    max-width: 500px;
    margin-bottom: 10px;
}

.sistemas-de-automatizacion-marina-sedni .flexContainer h2 {
	margin-bottom:10px
}
.sistemas-de-automatizacion-marina-sedni .flexContainer .imgContainer {
	  min-width: 50%;
    display: flex;
    align-items: center;
}
.sistemas-de-automatizacion-marina-sedni .flexContainer > div:first-of-type {
    padding-right: 25px;	
}
.sistemas-de-automatizacion-marina-sedni .flexContainer ul {
	padding-left: 15px;
}
.sistemas-de-automatizacion-marina-sedni .flexContainer ul li {
	list-style: circle;		
}
.single-blog-item ul li:before {
	content: "- ";
}

@media only screen and (max-width: 991px) {

	.welcome-area .welcome-content .text {
		padding-left: 0px !important;
	}
	.title.expandidoDesktop {
		width:400px;
	}
	.breadcrumb-area .breadcrumbs {
		padding-top:0px !important;
	}
	.product-details-area .descripciones-container {
		margin-top:30px !important;
	}

}
.grecaptcha-badge {
	display:none !important;
}

