



/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'Ubuntu Condensed', sans-serif;
    src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
}
body {
	font-family: 'Ubuntu Condensed', sans-serif;
	background:#ebebeb;
}
.wrap {
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header {
	background:#23272a;
	padding:3px 0;
}
.header_top {
	padding-bottom:2px;
}
.logo {
	float: left;
	padding-left: 3%;
	/*margin: 2%;*/
}
.header_top_right{
	float:right;
	padding-top:2%;
	padding-bottom: 2% !important;
}
.search_box span{
   color:#5b5b5b;
   margin-right:10px;
}
.search_box form{
	 /*background:#151719;*/
	 position: relative;
	 display:inline-block;
	 padding-left:18px;
}
.search_box form:after{
	
	position:absolute;
	left:0;
	border-width:18px 0px 18px 18px;
	border-style:solid;
	border-color:rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #23272a;
}
.search_box form input[type="text"] {
	border: 1px solid #ccc !important;
	outline: none;
	background: none;
	font-size:0.85em;
	color: #acacac;
	font-family: 'Ubuntu Condensed', sans-serif;
	/*width:75%;*/
	padding:10px;
	-webkit-apperance:none;
	margin:0;
	border-color: #5b5b5b !important;
}
button[type="submit"] {
	border: none;
	cursor: pointer;
	display:inline-block;
/*	width:24px;
	height:24px;*/
	vertical-align:middle;
	outline:none;
	/*padding:0;*/
	background: #23272a;
	color: #5b5b5b;
	padding-left: 10px;
}
.btn-top{
	border: none;
	cursor: pointer;
	display:inline-block;
	/*width:24px;
	height:24px;*/
	vertical-align:middle;
	outline:none;
	padding:0;
	background: #23272a;
	color: #5b5b5b;
}
.spam-button-top{
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.divposicion
{
	position: relative;
}
.contador-car
{
	position: absolute;
  	left: 15px;
    width: 16px;
    height: 14px;
    bottom: 19px;
  	border-radius: 50%;
  	background: #e44f2b;
	font-size: 15px !important;
	color: #fff !important;
	text-align: center;
	padding: 2px;
}

.indicador-login
{
	position: absolute;
  	left: 17px;
    width: 10px;
    height: 10px;
    bottom: 4px;
  	border-radius: 50%;
  	background: #65e42b;
	font-size: 15px !important;
	color: #fff !important;
	text-align: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0px;
  top: 24px;
  border-radius: 0.25rem;
}

.dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

/*.dropdown-content a:active {background-color: #f1f1f1}*/

/*.spam-button-top:active .dropdown-content {
  display: block;
}

.spam-button-top:active .dropbtn {
  background-color: #3e8e41;
}*/

/** Navigation **/
.navigation{
	background:#e44f2b;
	padding:5px 0;
	position:relative;
}
.toggleMenu {
    display:  none;
    padding:16px 15px;
    color: #fff;
    width:95%;
	border-top:1px solid #DB3C15;
	border-bottom:1px solid #DB3C15;
	background:url("../images/nav-icon.png") no-repeat 98% center;
	/*padding-right: 7px;*/
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#e44f2b;
     border-bottom:1px solid #DB3C15;
     border-top: 1px solid #DB3C15;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width:11em;
}
.nav a {
    padding:16px 18px;
    color:#ffb29f;
    /*border-top:1px solid #DB3C15;*/
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.nav a:hover {
	color:#FFF;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li:first-child,.nav > li:last-child {
	background-image:none;
}
.nav > li {
    background-image: url("../images/line-divider.png");
    background-repeat: no-repeat;
    background-position:left;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#EA5E3C;
    position: relative;
    z-index:100;
    border-top:1px solid #EF7A5D;
    padding:10px;
    font-size:15px;
}
.nav li li a:hover {
	  background:#DB502E;
}
.nav li li li a {
    background:#ED6A4A;
    z-index:200;
    border-top:1px solid #EF7A5D;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/nav-arrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
	.nav ul {
		display: block;
		width: 100%;
	}
	.nav > li.hover > ul , .nav li li.hover ul {
		position: static;
	}
    /*.nav > li {
    	 background-image: url("../images/nav-arrow.png");
    	 background-position:96% 55%;
    }
	*/    
	.nav > li > .parent{
		background-position:96% 55%;
	}
	.li-submenu{
		background-image: url("../images/nav-arrow.png") !important;
		background-position: 96% 55% !important;
		background-repeat: no-repeat;
	}
	.li-submenu, .hover {
		background-position: 96% 0% !important;
	}
	.li-submenu:hover {
		background-image: url("../images/nav-arrow-up.png") !important;
	}
	.img-logo{
		height: 60PX;
	}
	.header{
		padding 3px
	}
	.search_box form input[type="text"] {

	}
}
.header_bottom{
	padding:6%  0 2%;
}
.slider-text{
	float:left;
	width:50%;
}
.slider-text h2{
	color:#e44f2b;
	font-size:40px;
}
.slider-text p{
	color:#8fa7ae;
	font-size:20px;
	margin:20px 0;
}
.slider-text a{
	background:#8fa7ae;
	display:inline-block;
	padding:8px 25px;
	font-size:20px;
	color:#23272a;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-text a:hover{
	color:#FFF;
	background:#6C9BA9;
}
.slider-text a:after{
	
	position:absolute;
	left:0;
	top:0;
	border-width:22px 0px 18px 8px;
	border-style:solid;
	border-color:rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #23272a;
}
.slider-text a:before{
    
	position:absolute;
	right:0;
	top:0;
	border-width:21px 8px 18px 0px;
	border-style:solid;
	border-color:rgba(239, 0, 0, 0) #23272a rgba(0, 128, 0, 0) rgba(35, 39, 42, 0);
}
.slider-img{
	float:right;
	width:42%;
}
.slider-img img{
	margin-top:-60px;
}
/** Content **/
.content_top{
  padding:2em 0;
  background:#FFF;
}
.content_top h3{
	font-size:25px;
	color:#e44f2b;
	padding-bottom:15px;
}
.line{
  display:block;
  background:#EEE;
  height:1px;
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
    display: none;
    padding-top:35px;
    position:relative;
}
.ocarousel span{
	position:absolute;
	right:0;
	top:-48px;
	width:70px;
}
.ocarousel span a.prev,.ocarousel span a.next{
	width:30px;
	height:30px;
	text-align:center;
	background:#e44f2b url("../images/arrows.png") no-repeat;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.ocarousel span a.prev{
	background-position:0px 2px;
}
.ocarousel span a.next{
	background-position:-40px 2px;
}
.ocarousel span a.prev:hover,.ocarousel span a.next:hover{
	background-color:#444;
}
.ocarousel_window {
        overflow: hidden;
        white-space: nowrap;
        /* default size */
        width:100%;
}
.ocarousel_window_slides {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
            width: 50000px;
            white-space: nowrap;
 }
.ocarousel_window_slides * {
            float: left;
            white-space: normal;
}
.ocarousel_window_slides a{
	border-left:1px solid #F2F2F2;
	padding:0 35px;
}
.ocarousel_window_slides a p{
  display:block;
  font-size:14px;
  color:#a5a5a5;
  float:none;
  text-align:center;	
}
.ocarousel_window_slides a:hover p{
 color:#e44f2b;
 text-decoration:underline;
}
.ocarousel_indicators {
    width: 100%;
}
.content_bottom{
	padding-top:1em;
}
.content-bottom-left{
	/*float:left;*/
	width: 20%;
	padding-right:2%;
} 
.content-bottom-right{
	/*float:left;*/
	width:100%;
	padding-left:2%;
	/*border-left:1px solid #D7D7D7;*/
}

.content-panel-filtro{
	display: flex;
}

.content-filtro
{
	margin-bottom:15px;
} 
/** categories **/
.categories h3,.buters-guide h3,.content-bottom-right h3,.preview-page h3,.content-catalogo h3{
	font-size:1.1em;
	color:#FFF;
	padding:10px;
	padding-left:25px;
	background:#e44f2b;
	position:relative;
	margin-bottom:5px;
}
.categories h3:after,.buters-guide h3:after {
	
	position:absolute;
	left:0;
	top:0;
	border-width:22px 0px 20px 15px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #ebebeb;
}
.content-bottom-right h3,.preview-page h3,.content-catalogo h3{
	background:#23272a !important;
	margin-bottom:10px !important;
	padding-left:10px !important;
}
.content-bottom-right h3:before,.preview-page h3:before,.content-catalogo h3:before{
	
	position:absolute;
	right:0;
	top:0;
	border-width:22px 15px 20px 0px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) #ebebeb rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) ;
}
.categories li a{
	display:block;
	font-size:15px;
	padding:10px 15px;
    color: #9C9C9C;
    /*cursor: pointer;*/
    /*background:url(../images/drop_arrow.png) no-repeat 0;*/
    border-bottom:1px solid #D6D6D6;
}
.categories li:last-child a{
	border:none;
}
.categories li a:hover{
	color:#e44f2b;
}	
.buters-guide{
	margin-top:2em;
}
.buters-guide p{
	font-size:14px;
	color:#969696;
	line-height:1.4em;
	padding:8px 0;
}
.buters-guide p span{
	color:#e44f2b;
	font-size:16px;
}
.add-banner{
	background:#1b1e20;
	padding:5%;
	margin-top:25px;
}
.add-banner img{
	float:left;
}
.banner-desc{
	float:right;
	text-align:right;
}
.banner-desc h4{
	display:block;
	font-size:25px;
	color:#e44f2b;
	margin-bottom:10px;
}
.banner-desc a{
	background:#e44f2b !important;
	padding:5px 15px !important;
	display:inline-block !important;
}
.banner-desc a:hover{
	background:#D03D1A !important;
}
.add-banner2{
	background:url("../images/banner-bg.png") repeat-x;
}
.add-banner2 h4{
	color:#23272a;
}
.add-banner2 a{
	background:#23272a !important;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 6% 1.6%;
}

.images_1_of_4 {
	width:100%;
	/*padding:1.5%; */
	text-align: center;
	position: relative;
	background:#FFF;
	height: 315px;
	padding-top: 10px
}
.images_1_of_4  a{
	display:block;
}
.images_1_of_4  img {
	/*max-width: 100%;
	max-height: 170px;*/
	height: 150px;
}
.images_1_of_4  h4  a{
	color:#000000;
	font-size:16px;
	padding-bottom:5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.images_1_of_4  p {
	font-size:22px;
	padding: 0.4em 0;
	color: #333;
}
.images_1_of_4  p span.price {
	font-size: 18px;
	color:#CC3636;
}
.price-details{
	border-top:1px solid #eee;
}
.price-details p span.rupees{
	font-size:22px;
	color:#23272a;
}
.add-cart{
	display: inline-block;
}
.add-cart h4 a,.banner-desc a{
	font-size:0.85em;
	display: block;
	padding:6px 20px;
	background:#8fa7ae;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position:relative;
}
.add-cart h4 a:after{
	
	position:absolute;
	top:0;
	left:0;
	border-width: 14px 0px 12px 5px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #FFF;
}
.add-cart h4 a:before{
	
	position:absolute;
	top:0;
	right:0;
	border-width: 14px 5px 12px 0px;
	border-style: solid;
	border-color: rgba(239, 0, 0, 0) #FFF rgba(0, 128, 0, 0) rgba(35, 39, 42, 0);
}
.add-cart h4 a:hover{
	  text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
.product-articles{
	padding:20px 0;
}
.product-articles p{
	font-size:15px;
	color:#a1a1a1;
	line-height:1.6em;
	padding:5px 0;
}
.product-articles p span{
	color:#23272a;
	font-size:18px;
}
.product-articles p a{
	color:#e44f2b;
	font-size;14px;
}
.product-articles p a:hover{
	text-decoration:underline;
	color:#23272a;
}
.product-articles li{
	padding:2% 0 2%;
	border-top:1px solid #dfdfdf;
}
.product-articles li:first-child {
	border-top:none !important;
	padding-top:0;
}
/*** Footer ***/
.footer {
	/*background:#e44f2b;*/
	background: #23272a;
	padding:1% 0;
}
.footer-nav{
	float:right;
}
.footer-nav li{
  display:inline-block;
  color:#FFF;
  font-size:14px; 
}
.footer-nav li a{
	color:#FFF;
	 margin:0 10px;
}
.footer-nav li a:hover{
	text-decoration:underline;
}
.copy_right {
	text-align: center;
}
.copy_right p {
	font-size:14px;
	color:#FFF;
}
.copy_right p a {
	color:#FFF;
	text-decoration: underline;
}
.copy_right p a:hover {
	/*color:#222;*/
	text-decoration: none;
}
/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width:55px;
	height:50px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat right top;
}

/*  Preview  ============================================================================= */
.back-links {
	background:#ffffff00 !important;
	padding: 0px 11px 0px 11px;
	padding-left:30px;
	/*margin-bottom:20px;*/
	position:relative;
}
.back-links :after{
	
	position:absolute;
	left:0;
	top:0;
	border-width:22px 0px 20px 15px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) rgba(0, 128, 0, 0) #ebebeb;
}
.back-links li {
	display:inline-block;
	color: #23272a;
	font-size:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.back-links li:first-child a {
	padding-left:0;
}
.back-links li a {
	color: #23272a;
	padding-left:5px;
}
.back-links  a:hover {
	text-decoration:underline;
	color:#808080;
}
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.cont-desc {
	display: block;
	float: left;
	clear: both;
}
.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.cont-desc:first-child {
	margin-left: 0;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 16.6%;
}
.span_1_of_2 {
	width:76.6%;
	padding: 1.5% 0;
}
.images_3_of_2 {
	/*width:36.2%;*/
	float: left;
	text-align: center;
}
.span_3_of_2 {
	width: 47.2%;
}
.span_3_of_1 {
	width:20.2%;
	padding: 1.5% 0 0 1.5%;
	border-left:1px solid #D6D6D6;
}
.images_3_of_2  img {
	max-width: 100%;
	display:block;
	border: 1px solid #DFDFDF;
}
.span_3_of_2  h2 {
	font-size: 1.5em;
	/*color:#e44f2b;*/
	color:#808080;
	font-weight: normal;
	margin-top: 0px;
}
.span_3_of_2  p{
	font-size:13px;
	padding:5px 0;
	color:#8B8B8B;
	line-height: 1.6em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.price p {
	font-size: 0.85em;
	padding-top:10px;
	/*color: #666;*/
	vertical-align: top;
}
.price p span {
	font-size:2em;
	color:#808080;
	font-family:'Ubuntu Condensed', sans-serif;
}
.available {
	/*padding: 10px 0;*/
	border-top: 1px solid #EBEBEB;
}
.available li span{
	font-size:13px;
	color:#8B8B8B;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.available li {
	display:block;
	color:#000;
	font-size:16px;
	padding:5px 0;
}
.share-desc{
	margin-bottom:15px;
}
.share{
	float:left;
}
.share p {
	padding-top: 10px;
	font-size:13px;
	/*color: #333;*/
	display:inline;
}
.text_box{
	display:inline;
	width:60px;
	padding:3px 5px;
	outline:none;
	margin-left:5px;
	font-size:20px;
	color:#444;
}
.wish-list{
	padding:15px 0;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
}
.wish-list li{
	display:inline-block;
	margin-right:45px;
}
.wish-list li a{
	color: #383838;
	font-size:1em;
	padding-left:22px;
	text-decoration: underline;
}
.wish-list li a:hover {
	color:#e44f2b;
	text-decoration:none;
}
.wish-list li.wish{
	background:url(../images/wishlist.png) no-repeat 0;
}
.wish-list li.compare{
	background:url(../images/compare.png) no-repeat 0;
	margin-right:0;
}
/* Checkbox Buttons */
 .checkbox-buttons ul{
 	margin:0;
 }
  .checkbox-buttons li:first-child {
  	margin-left:0;
  }
 .checkbox-buttons li {
	margin: 0 auto;
	position: relative;
	display:inline-block;
	list-style-type:none;
	margin-left:3px;	
}
.checkbox-buttons label {
	display: inline-block;
	position: relative;
	width:30px;
	height:30px;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	border:2px solid rgba(255, 255, 255, 0);
}
.checkbox-buttons label.grey {
	background:grey;
}
.checkbox-buttons label.blue {
	background:#354973;
}
.checkbox-buttons label.white {
	background:#FFF;
}
.checkbox-buttons label.black {
	background:#000;
}
.checkbox-buttons label:hover{
	border:2px solid #e44f2b;
}
.checkbox-buttons input[type="checkbox"],
.checkbox-buttons input[type="radio"] {
	display:none;
}
.checkbox-buttons input[type="checkbox"]:checked + label,
.checkbox-buttons input[type="radio"]:checked + label {
	border:2px solid #e44f2b;
} 
.colors-share{
	margin-top:15px;
}
.colors-share h4{
	font-size:19px;
	padding-bottom:15px;
}
.color-types{
	float:left;
}
.social-share{
	float:right;
}
.social-share li:first-child{
	margin-left:0;
}
.social-share li{
	display:inline-block;
	margin-left:5px;
}
.social-share li a {
	width:27px;
	height:27px;
	display:block;
	background:url("../images/social-share.png") no-repeat;
}
.social-share li a.share-face {
	background-position: 0px 0px; 
}
.social-share li a.share-twitter {
	background-position: -37px 0px;
}
.social-share li a.share-google {
	background-position: -37px -37px;
}
.social-share li a.share-rss {
	background-position: 0px -37px;
}
.social-share li a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.product_desc h2{
	font-size:1.2em;
	color: #333;
}
.product_desc p{
	font-size: 0.8em;
	padding:5px 0;
	color: #8B8B8B;
	line-height: 1.8em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_3_of_2 .button {
	float: left;
}
.span_3_of_2 .button a {
	font-size:0.85em;
	display: block;
	padding:8px 10px;
	background:#23272a;
	color: #cccbcb;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover {
	 text-shadow: 0px 0px 1px #000;
	  background:#292929;
}
.popular-products li:first-child{
	margin-top:0;
}
.popular-products li{
  background:#FFF;
  text-align:center;
  padding:4%;
  margin-top:10px;
}
.popular-products li > h4 > a{
	color: #e44f2b;
	font-size: 14px;
	padding-bottom: 5px;
}
.popular-products li .price-number{
	margin:5px 0;
}
.popular-products li .price-number p span.line-through{
	text-decoration:line-through;
	color:#e44f2b;
}
.preview-page{
	padding:2% 0;
}
.product-specifications li span.specification-heading{
	color:#999999;
	font-size:13px;
	border-left:none;
}
.product-specifications li{
	border:1px solid #eee;
		border-top:none;
}
.product-specifications li span{
	float:left;
	width:47%;
	padding:10px;
	color:#23272a;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left:1px solid #EEE;
}
.product-specifications li:first-child span{
	border-top:1px solid #eee;
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.95em;
	color: #333;
}
.input-box {
	background: url(../images/tag.png) no-repeat 0 8px;
	padding-left: 35px;
}
.input-box input[type="text"] {
	padding: 8px;
	display: block;
	width: 95%;
	background: #fcfcfc;
	outline: none;
	color: #464646;
	font-size: 0.85em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #EEE;
	-webkit-appearance: none;
}
.input-box input[type="text"]:focus {
	border-color:#DDD;
}
.product-tags .button {
	margin-top: 15px;
	line-height: 3em;
}
.span_3_of_2 .button {
	/*float: right;*/
	margin-top: 1%;
}
.product-tags .button a {
	font-size:1em;
	padding:10px 15px;
	background:#E4292F;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.span_3_of_2 .button a:hover, .product-tags .button a:hover {
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
.product-tags p{
	font-size:13px;
	padding:5px  0;
	color: #969696;
	line-height: 1.8em;
}
/**** Review *****/
.review h4,.review h4 a{
 font-size:13px;
 color: #333;
 margin:10px 0;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.review h4 a{
	text-decoration:underline;
}
.review h4 a:hover{
	text-decoration:none;
	color:#E4292F;
}
.review ul{
	margin-top:10px;
}
.review li{
	display:block;
	padding:8px 0;
	color: #666;
	font-size:1em;
}
.review li img{
	vertical-align:middle;
}
.review p{
	font-size:0.8em;
	padding:5px 0;
	color: #969696;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.your-review h4{
	font-size:1.2em;
    color: #333;
}
.your-review div{
	padding:5px 0;
}
.your-review span{
	display:block;
	font-size:0.8125em;
	color:#757575;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.your-review label span.red{
	color:#CD1F25;
	display:inline;
}
.your-review input[type="text"],.your-review textarea{
		    padding:8px;
			display:block;
			width:50%;
			border:1px solid #E0E0E0;
			background:none;
			outline:none;
			color:#222;
			font-size:1em;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.your-review textarea{
		resize:none;
		height:120px;		
}
.your-review input[type="submit"]{
    font-size:1em;
	padding:10px 15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#E4292F;
	color: #FFF;
	text-decoration: none;
	border:none;
	cursor:pointer;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.your-review input[type="submit"]:hover{
	text-shadow: 0px 0px 1px #000;
    background: #292929;
}
/*** ratings ***/
.rating-stars{
	margin-left:5px;
	text-align:center;
	display:inline-block;
}
.rating > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rating > ul > li {
	display:inline-block;
	margin-left:2px;
	background:url("../images/price-rating.png") no-repeat;
	background-position:-20px 0px;
	width:18px;
	height:18px;
	cursor: pointer;
	padding:0;
}
.rating > ul > li:first-child {
	margin-left: 0;
}
.rating > ul > li.hover {
	background-position:0px 0px;
}
.rating > ul > li.active {
	background-position:0px 0px;
}
.community-poll{
	margin-top:20px;
}
.community-poll p {
	color: #CD1F25;
	font-size: 0.95em;
	padding:5px  0;
}
.poll li {
	padding:3px 0px 9px 0;
}
.poll input.radio {
	float: left;
	margin:4px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label {
	font-size:13px;
	padding:10px 0;
	color: #666;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/** End Preview Page **/
/*  Contact Form  ============================================================================= */

.contact-form {
	position: relative;
	padding:2em 0;
}
.contact-form div {
	padding: 5px 0;
}
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.contact-form input[type="text"].textbox{
  float:left;
  width:29.6%;
  margin-left:2.5%;
}
.contact-form input[type="text"].textbox1{
	margin-left:0;
}
.contact-form input[type="text"], .contact-form textarea {
	padding:10px;
	display: block;
	width:98%;
	background:#FFF;
	border:1px solid #DEDEDE;
	outline: none;
	color:#BABABA;
	font-size:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	color:#555;
	border-color:#C1C1C1;
}
.contact-form textarea {
	resize: none;
	height:150px;
}
.mybutton {
	font-size:16px;
	padding:10px 25px;
	font-family: 'Ubuntu Condensed', sans-serif;
	background:#e44f2b;
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	float:right;
	-webkit-apperance:none;
	position:relative;
}
.mybutton:hover {
	background: #292929;
}
.map {
	margin-top:1em;
}
.map iframe{
	height:300px;
}
/**** Responsive Layout ****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) {
   
}
@media only screen and (max-width: 1024px) {
	
	.wrap {
		width: 95%;
	}
	.nav a{
	  padding:16px 20px;
	}
	/*.navigation{
		margin:0 30px;
	}*/
	.nav li li a{
		font-size:14px;
	}
	.nav ul{
		width:9em;
	}
	.nav > li > a{
		font-size:14px;
	}
	.slider-img img{
		margin-top:-50px;
	}
	.slider-img{
		width:50%;
	}
	.span_1_of_2{
		width:100%;
	}
	.span_3_of_1{
		width:100%;
		padding:0;
		border-left:none;
	}
	.rightsidebar{
		margin:0;
	}
	.contact-form input[type="text"].textbox{
		width:29.3%;
	}
}
@media only screen and (max-width: 800px) {

	.nav {
		border-bottom:none;
		border-top:none;
	}
	.nav ul{
		width:100%;
	}
	.header_bottom{
		padding:6% 0 0% 0; 
	}
	.slider-text h2{
		font-size:25px;
	}
	.slider-text p{
		font-size:15px;
	}
	.slider-img img{
		margin-top:-20px;
	}
	.header_top{
		padding-bottom:2px;
   }
   .nav > li > a{
   	padding:10px;
   }
   .content-panel-filtro{
		display: block;
	}
   .content-bottom-left,.content-bottom-right {
   	 float:none;
   	 width:100%;
   	 padding-right:0;
   }
   .content-bottom-right{
   	 padding-left:0;
   	 border-left:none;
   	 margin-top:15px;
   }
   .content_top{
   	padding:1em 0;
   }
   .add-banner{
   	 padding:1% 5%;
   	 margin-top:10px;
   }
   .span_3_of_2 {
		width: 54.2%;
	}
	.images_3_of_2{
		width:43.2%;
	}
	.contact-form input[type="text"].textbox,.contact-form input[type="text"], .contact-form textarea{
		width:96%;
		margin-left:0;
	}
	.product-specifications li span{
		width:46%;
	}

	.images_1_of_4 {
    	height: 252px !important;
	}
}

@media only screen and (max-width: 640px) {
	.images_1_of_4  img {
		max-width: 100%;
		max-height: 100px;
		height: -webkit-fill-available;
	}
	.logo{
		width:32%;
		padding-left: 3%;
	}
	.header_top_right{
		padding-top:4%;
	}
	.header{
		padding:3px 0;
	}
	.toggleMenu{
	  width:93%;
	}
	.slider-text h2{
		font-size:22px;
	}
	.header_bottom{
		padding:3% 0 0 0;
	}
	.slider-text p{
		margin:15px 0;
	}
	/*.navigation{
		margin:0 7%;
	}*/
	.slider-text a{
	 font-size:15px;
	}
	.slider-text a:before {
		border-width:17px 8px 18px 0px;
	}
	.slider-text a:after{
		border-width:17px 0px 18px 8px;
	}
	.ocarousel,.content_bottom{
		padding-top:10px;
	}
	.buters-guide{
		margin-top:10px;
	}
	.span_3_of_2{
		width:100%;
	}
	.desc{
		margin: 0% 0 0% 2.6%;
	}
	.images_1_of_4 {
    	height: 252px !important;
	}
}
@media only screen and (max-width: 506px) {
	.logo {
		width: 100%;
		margin-top: 2px;
	}
	.logo {
		width: 100%;
		margin-top: 2px;
	}
	.header_top_right {
		padding-top: 0;
		width: 100%;
	}
	.search_box form {
		display: flex;
		padding-left: inherit !important;
	}
	.search_box form input[type="text"] {
		width: 100% !important;
		height: 28px !important;
	}
	button[type="submit"] {
		padding-left: 15px;
	}
	.spam-button-top {
		padding: 0px 8px;
		 margin-left: 0px; 
		 margin-right: 0px; 
	}
	.img-logo {
		height: 60px;
	}
	.header {
		padding: 3px;
	}
}
@media only screen and (max-width: 480px) {
	.images_1_of_4  img {
		max-width: 100%;
		max-height: 100px;
		height: -webkit-fill-available;
	}

   .logo {
		width: 100%;
		margin-top: 2px;
	}
	.toggleMenu {
       width:91%;
       padding:8px 15px;
    }
    .slider-text h2{
    	font-size:20px;
    }
    .slider-text p{
    	margin:8px 0;
    	font-size:14px;
    }
    .navigation span.left-ribbon{
    	background-size:70%;
    	left:-28px;
    }
    .navigation span.right-ribbon{
    	background-size:70%;
    }
    .slider-text{
    	width:70%;
    }
    .slider-img{
    	width:30%;
    }
    .slider-img img{
    	margin-top:0;
    }
    .header_bottom{
    	padding:3% 0;
    }
    .ocarousel_window_slides a{
    	padding:0 20px;
    }
    .images_1_of_4{
    	/*width:44.72%;*/
    }
    .copy_right,.footer-nav{
    	float:none;
    	text-align:center;
    }
    .footer-nav{
    	margin-top:20px;
    }
    .map iframe{
    	height:150px;
    }
    .images_3_of_2{
    	width:100%;
    }
    .contact-form input[type="text"].textbox,.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
	.your-review input[type="text"], .your-review textarea{
		width:93%;
	}

	.logo {
		width: 100%;
		margin-top: 2px;
	}
	.header_top_right {
		padding-top: 0;
		width: 100%;
	}
	.search_box form {
		display: flex;
		padding-left: inherit !important;
	}
	.search_box form input[type="text"] {
		width: 100% !important;
	}
	button[type="submit"] {
		padding-left: 15px;
	}
	.spam-button-top {
		padding: 0px 8px;
		 margin-left: 0px; 
		 margin-right: 0px; 
	}
	.search_box form input[type="text"] {
		width: 100% !important;
		height: 9px;
	}
	.img-logo {
		height: 60px;
	}
	.header {
		padding: 3px;
	}
	
}
@media only screen and (max-width: 320px) {
	.images_1_of_4  img {
		max-width: 100%;
		max-height: 100px;
		height: -webkit-fill-available;
	}
	.logo{
		float:none;
		margin:0 auto;
		/*text-align:center;*/
		width:100%;
	}
	.header_top_right{
		float:none;
		text-align:center;
		margin-top:5px;
	}
   .toggleMenu{
   		width:90%;
	}
	.footer-nav li a{
		margin:0 4px;
	}
	.footer-nav{
		margin-top:10px;
	}
	.product-specifications li span{
		width:92%;
	}
	.slider-text,.slider-img{
		width:100%;
		text-align:center;
	}
	.logo {
		width: 100%;
		margin-top: 2px;
		padding-left: 3%
	}
	.header_top_right {
		padding-top: 0;
		width: 100%;
	}
	.search_box form {
		display: flex;
	}
	.search_box form input[type="text"] {
		width: 100% !important;
	}
	button[type="submit"] {
		padding-left: 15px;
	}
	.spam-button-top {
		padding: 0px 8px;

	}
	.search_box form input[type="text"] {
		width: 100% !important;
		height: 9px;
	}
	.img-logo {
		height: 60px;
	}
	.header {
		padding: 3px;
	}
}

.main{
	min-height: 80vh;
}

.img-pro{
	height: 175px;
}
.img-logo{
	height: 80PX;
}
.navbar-brand{
	color: #ffffff;
font-weight: 600;
font-size: 3rem;
line-height: 46px;
}
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.ulfooter{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.social-icon li a {
	color: #666;
	border-radius: 100px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
a {
	text-decoration: none !important;
	outline: none;
}
.social-icon li a {
	color: #fff;
	border-radius: 100px;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
.social-icon li a:hover {
	background: #23272a;
	color: #ffffff;
}
@media only screen and (max-width: 1000px) {
	.images_1_of_4 img {
		height: 140px;
	}
	.img-pro {
		height: 151px;
	}
	.images_1_of_4 {
		height: 250px;
	}
}
@media only screen and (max-width: 1000px) {
	.img-pro {
		height: 130px;
	}
	.images_1_of_4 {
		height: 235px;
	}
}
@media only screen and (max-width: 480px) {
	.img-pro {
		height: 105px; 
	}
	.images_1_of_4 {
		height: 220px;
	}
}

/*table*/
.table-responsive {
    /*display: block;*/
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table{
	min-width: 1024px; 	
	width: 100%; 	
}

.table tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	vertical-align: middle;
	margin-bottom:10px; 


}

.row-carlist {
	padding-bottom: 10px !important;
	padding-top: 10px !important;

}


.table th , .table td {
	text-align: left;
	vertical-align: middle;
	color: #1d1d1d;
}

.table-totales{
	margin-left: auto;
}
.table-totales td div{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

/*jalert*/
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{
	width: 300px;
}

.content-seccion-titulo{
	text-align: center;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.seccion-titulo {
    display: block !important;
    font-size: 2em !important;
    margin-block-start: 0.5em !important;
    margin-block-end: 0.5em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}



.content-msg-sinresultados{
	text-align: center;
    font-size: 1.4em !important;
}

/*carrito de compra*/

.carlist-img{
	width: 100px !important;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	margin-top: auto;
	display: block;
	vertical-align: middle !important;
}
.carlist-titulo{
    font-weight: bold;
	padding: 5px 5px 5px 5px;
    color: #1d1d1d;
}
.carlist-descripcion{
	color: #1d1d1d;
	padding: 5px 5px 5px 5px;
}


.content-carlist-img{
	margin-top: auto;
}
.content-carlist-producto{
	vertical-align: middle !important;
	margin-left: 30px; 

}

.content-totales-carrito{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;	
}


.btn-actions-carrito{
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-add-carrito{
	cursor: pointer;
}

/*botones*/
.btn{
	white-space: normal;
	    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    user-select: none;
    -webkit-appearance: none;

    padding: 8px 10px;
    line-height: 1;

    text-transform: initial;
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 1.5px;
}

.btn-secondary{
	border-color: #757575;
	background-color: #23272a;
    color: #fff;

}

/*input*/

.input-white{
	padding-top: 5px;
    padding-bottom: 5px;
	color: #1d1d1d;
	text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;


    border: 1px solid #757575;
    background-color: #fff;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}

/*estilos de bootstrap*/

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.select2-selection__rendered{
	text-align: left !important;
}

.text-subrayado{
	text-decoration: line-through;
}



.select-nav {
	padding:9px;
	display: block;
	width:260px;
	background:#FFF;
	border:1px solid #DEDEDE;
	outline: none;
	color:#666;
	font-size:13px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content-select-nav {
	float: right;
	padding-left: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.price-number{
	margin-top: 5px;
}
.price-number .text-subrayado{
	font-size: 0.85em;
	color: #8B8B8B;
}
.price-number p{
	padding: 0.1em 0;
}

/*MEDIAS QUERYS*/




@media screen and (max-width: 2800px) {
	.panel-accordion {
	  display: block;
	}
	.btn-menu-filtro{
		display: none;
	}

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 800px) {
	.select-nav {
		width: 100%;
	}
	.content-select-nav {
		width: 100%;
	}
	.btn-menu-filtro{
		display: block;
	}
	.panel-accordion {
	  display: none;
	}
}
@media screen and (max-width: 768px) {
	.accordion div{
	  /*background: url("../images/arrow_down.png") no-repeat 98% center;*/
	}
	.active-accordion div {
	  /*background: url("../images/arrow_up.png") no-repeat 98% center !important;*/
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 320px) {

}


.btn-menu-filtro{
 	width: 100%;
}

/*ACORDEON*/
.accordion {
  cursor: pointer;
  outline: none;
  transition: 0.4s;
}
.accordion div i{
	float: right;
}
.active-accordion, .accordion:hover {
  opacity: 0.8; 
}

.panel-accordion {
  overflow: hidden;
}

/*slider-range*/
.content-slider-range
{
	padding: 10px;
	text-align: center;
}

.content-slider-range input{
	display:  inline;
	margin-bottom: 20px;
}
.content-slider-range label{
	width: 10%;
	margin: auto;
}

.input-text{
	width: calc(50% - 5px);
    height: 30px;
    margin: 0 0 10px;
    padding: 1px 5px;
    line-height: 24px;
    border: 1px solid #ccc;
    clear: none;
    min-height: auto;
    min-width: auto;
}


.select2-container--default .select2-selection--single{
	height:40px !important;
	border: 0.5px solid #cfcfcf;
	padding-top: 5px;
	color: #777;
}

.select2-container--default .select2-selection__arrow{
	padding-top: 10px;
}


.header_top_right{
	padding-bottom: 2% !important;
}

.col-categoria {
	height: calc(91%);
	min-height: 252px;
}
.card-categoria {
	height: calc(90%);
	align-items: center;
    display: flex;
}
.card-img-top {
	height: 250px;
}
.card_title_spacing{
	margin-left: 10px;
	margin-right: 10px;
}