body {
	/*font-family: 'Nexa Bold', sans-serif;*/
	
	font-family:  "Open Sans", sans-serif;
        font-weight: 400;
        color: #5e5e60;
	font-size: 17px;
	line-height: 20px;
        /*background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 6%); /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 6%); /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
h1, h2, h3, h4, h5, h6 {
	color: #060606;
        font-size: 15px;
        font-family:  "Open Sans", sans-serif;
        margin-top: 0px;
        margin-bottom: 15px;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
        font-family: "Open Sans", sans-serif;
}
h6 {
	font-size: 10.2px;
}

.h7 {
	font-size: 12px;
    color: #777;
}

h8 {
	font-size:19px;
        color: #002D8B;
        margin-top: 0px;
        margin-bottom: 15px;
}

h9 {
	font-size:19px;
        color: #002D8B;
        margin-top: 0px;
        margin-bottom: 15px;
}

.sections-tittle {
	font-size: 24px;
	color: #212b35;
	
}

.txt-count {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.0rem;
  font-size: 15px;
  background: #E5141C;
  color: #E7E7E7;
  position: absolute;
  top: 0.8rem;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-weight: 900;
}

p {
    font-family: "Open Sans", sans-serif;
}

/*a {
	color: #23a1d1;
}*/
/*a:hover {
	text-decoration: none;
                  color: #000000;  
}*/

a:focus {
  color: #FC0;
  text-decoration: underline;
}

.link-white {
    color:white;
    font-weight: 600;
}

.link-white:hover {
  color: #ffcd00;
}

.link-menu-modal {
  text-transform: uppercase;
}

.link-menu-modal:hover {
  color: #002d8b;
}

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

.ocultar-div {
  display: none;
}

.yellow-line {
  background-color: #fc0;
  height: 1px;
  border: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
        font-family: "Open Sans", sans-serif;
}



select.form-control,  input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
	border-radius: 5px;
	height: 45px;
}

select.form-control-search-by {
    height: 40px;
}

strong {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

b, strong {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.form-control {
	border: 1px solid #CCC;
	box-shadow: none;
        font-family: "Open Sans", sans-serif;
        color: #000;
}

.form-control:focus {
  border-color: #ffcd00;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
    border-top: 1px solid #ccc;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-radius: 0px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
/*.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
                  /*Zeus: Color fondo menu seleccion
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
/* top */
#top {
	background: #060606;
	padding: 4px 0px 3px 0;
	margin: 0 0 0 0;
        font-size: 14px;
	height: 35px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #FC0;
	background: #002D8B;
	box-shadow: none;
}
#top .btn-link, #top-links li, #top-links a {
	/*color: #ffffff;*/
	text-shadow: none;
	text-decoration: none;
        /*background: #18181a;*/
}
.top-menu:hover {
        color: #ffcd00;
}
.top-menu {
        color: #ffffff;
        background: transparent !important;
}
#top-links a:hover {
    background: #ffcd00;
}



#top .btn-link:hover, #top-links a:hover {
	color: #fc0;
        background: #002D8B;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
}
#top-links {
	padding-top: 2px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 9px 0 12px 0;
}

.logo-width {
  
}

.menu-top {
    border-bottom: 1px solid #fc0;
    border-top: 1px solid #fc0;
}

.menu-top-height {
    height: 91px;
}

#logo-xs {
  margin: 7px 8px 12px 65px;
  width: 57%;
}

.cart-show-xs {
  padding-left: 0px;
  padding-top: 11px;
}

.cart-menu-xs {
  padding-left: 15px;
  padding-top: 16px;
}

.header-image-xs {
  background-image: url('../image/footer_tire.jpg');
  height: 70px;
}

.menu-top-height-xs {
    height: 70px;
}

.menu-top-end {
    border-bottom: 1px solid #fc0;
}

@media (max-width: 768px) {
    .top-top-end {
      margin-top: 10px;
    }
}
.li-menu-header-esp > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.li-menu-header {
    padding-right: 18px;
    text-align: center;
    font-size: 12px
}

.menu-header {
  flex-wrap: nowrap;
  display: flex;
  padding-top: 20px;
  list-style: none;
  padding-left: 5px;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
        text-shadow: none;
	background: #002D8B;
	border-top-color: #ffd646;
        border-top-width: 1px;
        height: 45px;
	font-size: 17px;
	font-family: 'Nexa Bold', sans-serif;
        
}
#cart.open > .btn {
	background-image: none;
	background-color: #002D8B;
	border-top-color: #002D8B;
        border-top-width: 3px;
	color: #FFFFFF;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #FFF;
}
#cart .dropdown-menu {
	background: #f4f4f4;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

/*#menu {
                  /*Color Menu  
	background-color: #229ac8;
                  /*Color Menu  
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
*/
#search-tire-text{
       color: #474747;
}

#menu .nav > li > a {
	/* texto menu principal */
                  color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 20px 20px 20px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*focus texto menu principal */
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	min-width: 260px;
	border-radius: 0px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 260px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	/*texto focus sub-menus */
                color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
        background-color: #002D8B;
	border-top: 1px solid #DDD;
        color: #FFFFFF;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0px;
	font-size: 13px;
}
/* #menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
                  /*menu Ver todo Focus
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}*/
#menu #category {
	/* text menu pantalla pequeña */
                  float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*#menu .btn-navbar {
	/*boton navegacion pantalla pequeña
                  font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}*/
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	/*boton navegacion pantalla pequeña*/
                  color: #ffffff;
            background-color: #002D8B;
            border-color: #ffffff #ffffff #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 10px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 8px 12px;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}




.btn-default {
	color: #fff;
	background: #073dae;
	border-top-color: #ffd646 ;
	box-shadow: none;
        border-top-width: 1px;
	border-radius: 5px;
	min-width: 40px;
        height: 45px;
        font-size: 17px;
        font-family: "Open Sans", sans-serif;
        padding-top: 10px;
}
.btn-default:hover {
	color: #fff;
	background: #085bb9;
	border-color: #002D8B #002D8B #002D8B #002D8B;
	box-shadow: none;
        border-top-width: 1px;
	border-radius: 5px;
	height: 45px;
	min-width: 40px;
        padding-top: 10px;
}
.btn-default:active {
	color: #fff;
	background: #085bb9;
	border-color: #085bb9 #085bb9 #085bb9 #085bb9;
	box-shadow: none;
	border-radius: 5px;
	height: 45px;
	min-width: 40px;
        padding-top: 10px;
}
.btn-default:focus {
        background: #fff;
	box-shadow: none;
	font-size: 17px;
	border-top-color: #002D8B;
	color: #fff;
	background: #085bb9;
	border-color: #085bb9 #085bb9 #085bb9 #085bb9;
	box-shadow: none;
	border-radius: 5px;
	height: 45px;
	min-width: 40px;
        padding-top: 10px;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #000;
	text-shadow: none;
	background: #ffd646;
	border-top-color: #ffd646;
        border-top-width: 1px;
	height: 45px;
	border-radius: 0px;
	padding: 9px;
	min-width: 40px;
        font-size: 17px;
        font-family: 'Nexa Bold', sans-serif;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
        color: #000;
	border-top-color: #ffd646;
        background: #ffd646;
        border-color: #000 #000 #000 #000;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	min-width: 40px;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background: #df5c39;
	border-color: #df5c39;
	height: 40px;
	border-radius: 0px;
	padding: 10px;
	min-width: 40px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #df5c39;
}
.btn-link {
	border-color: none;
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background: #212b35;
	border: 1px solid #212b35;
	box-shadow: none;
	border-radius: 0px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	text-shadow: none;
	background: #283747;
	border: 1px solid #283747;
	box-shadow: none;
	border-radius: 0px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFFFFF;
}
/* carousel */

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

@media screen and (max-width: 1800px){
    .carousel-title-text {
        color: #000000;
        font-size: 40px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height:35px;
    }

    .carousel-text-text {
        color: #002d8b;
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 25px; 
        line-height:25px;
    }
     .btn-slides-show-caption {
	color: #c3c3c3;	
        opacity:0.8;
        background: #002D8B;
	border-top-width: 1px;
	
	border-radius:15px;
	box-shadow:none;
	height: 50px;
	font-size: 19px;
	font-family: 'Nexa Bold', sans-serif;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-caption {
	color: #FFFFFF;
	bottom: 40%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1100px){
    .carousel-title-text {
        color: #000000;
        font-size: 20px;
        margin-top: 3px;
        margin-bottom: 3px;
        line-height:18px;
    }

    .carousel-text-text {
        color: #002d8b;
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 3px; 
        line-height:18px;
    }
     .btn-slides-show-caption {
	color: #c3c3c3;	
        opacity:0.8;
        background: #002D8B;
	border-top-width: 1px;
	border-radius:15px;
	box-shadow:none;
	height: 40px;
	font-size: 15px;
	font-family: 'Nexa Bold', sans-serif;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-caption {
	color: #FFFFFF;
	bottom: 20% !important;
        z-index: 10;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 700px){
    .carousel-title-text {
        color: #000000;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: 2px;
        line-height:10px;
    }

    .carousel-text-text {
        color: #002d8b;
        font-size: 10px;
        margin-top: 2px;
        margin-bottom: 2px; 
        line-height:8px;
    }
     .btn-slides-show-caption {
	color: #c3c3c3;	
        opacity:0.8;
        background: #002D8B;
	border-top-width: 1px;
	border-radius:10px;
	box-shadow:none;
	height: 5px;
	font-size: 10px;
	font-family: 'Nexa Bold', sans-serif;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 0.150;
    }
    .carousel-caption {
	color: #FFFFFF;
	bottom: 20% !important;
        z-index: 10;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
        border-radius: 10px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
       
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 25px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
    color: orange;
}


/*.product-thumb .price {
	color: orange;
    text-align: center; 
                  
}

.product-thumb .price-new {
	font-weight: 600;
    font-size: 21px;
    color: orange;
}*/
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
                  font-size: 18px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #dddddd;
	background-color: #eeeeee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #dddddd;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: inherit;
	color: inherit;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #EBEBEB;
}
.product-thumb .button-group button:hover {
	color: #212b35;
	background-color: inherit;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}




.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
                 
}
.thumbnails {
	margin-left: -20px;
                 
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}


.image-additional {
	/*max-width: 78px;*/
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}

.flexslider.manufacturer .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
/*
#feedback {
	
	border-radius: 2px;
	color: #666666;
	background: #191919;
	margin: 10px 0px;
	padding: 5px 0;
}
*/
#feedback ul, #stats li {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*#feedback li {
	font-size: 11px;
	color: #9d9d9d;
	padding: 4px 10px;
	border-bottom: 1px dotted #000000;
} */
#feedback div:first-child {
	margin-bottom: 0px;
}
#feedback .progress {
	height: 6px;
	margin-bottom: 0;
}

.last_history {
	color: #1b1b1b;
	background: #ebf8ff;	
}


.panel-default-product-thumb {
    	background: #ffffff;
        border-radius: 10px;
        border: 1px solid #ebebeb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #d2d2d2;
    }
   
 .panel-default-product-thumb:hover {
        border: 4px solid #ebebeb;
    }   
    
    
    .panel-body-product-thumb {
    	background: #ffffff;
        border-radius: 0px;
        border: 0px solid #ebebeb;
        padding-bottom: 5px;
        border-radius: 15px;
        /*height: 370px;*/
    }
    
    .panel-footer-product-thumb {
    	background: #ffffff;
        border-radius: 0px;
        border-top: 0px solid #ebebeb;
        padding-top: 0px;
        border-radius: 15px;
    }
    
    
    .list-footer {
        padding-left: 0;
        list-style: none;
    }
    
    ul.list-footer li {
        margin-bottom: 10px;
    }
    
    .footer-about-us {
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        color: #868383;
    }
    
    
    .product-thumb-img-center {
    	margin:auto;
    }



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


.price-product-new-thumb {
    color: #002D8B;
    font-size: 25px;
    font-weight: 600; 
    margin-bottom: 20px;
    font-family:  "Open Sans", sans-serif;
    text-align: center;
}
.price-product-old-thumb {
    color: #d11212;
    font-size: 15px;
    font-weight: 400;  
    margin-bottom: 20px;
    text-decoration: line-through;
    font-family: "Open Sans", sans-serif;
}
.price-product-tax-thumb {
	color: #fa830c;
    font-size: 16px;
    /*font-weight: 600; */ 
    margin-bottom: 20px;
    font-family: 'Nexa Light', sans-serif;
}

.product-description-panel-thumb {
    color: #000;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 10px;
    font-family: 'Nexa Light', sans-serif;
    background: #f1f1f1;
    padding: 5px 15px 5px 15px;
    text-align: center;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
	.input-group-search-margin {
		margin-top: 28px;
	}
}
@media (max-width: 768px) {
	.input-group-search-margin {
		margin-top: 0px;
	}
}


@media (min-width: 768px) {
	.button-header-articles-margin {
                margin-top: 0px;
		margin-left:0px;
                
	}
}
@media (max-width: 768px) {
	.button-header-articles-margin {
		margin-top: 0px;
                margin-left:0px;
	}
}

.open > .dropdown-menu {

    display: block;
    border-radius: 0px;
    min-width: 100px;
}




.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 25%;
    color:#002D8B;
}

.carousel-control .icon-previus, .carousel-control .glyphicon-chevron-left {
    left: 25%;
    color:#002D8B;
}


.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background: transparent;
}

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: none;
    background: transparent;
}



.footer-social-icons {
	font-size: 20px;
	margin-right: 4px;
	text-decoration: none;
}


.product-tittle {
	color: #000;
    font-size: 26px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.product-text {
	color: #000;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family:  "Open Sans", sans-serif;
}

.product-price {
	color: #444;
    font-size: 24px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.general-tittle {
	color: #444;
    font-size: 26px;
    font-weight: 600;  
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.general-text {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-bold {
	color: #666;
    font-size: 15px;
    font-weight: 600;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-semibold {
	color: #666;
    font-size: 15px;
    font-weight: 500;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.general-text-light {
	color: #666;
    font-size: 15px;
    font-weight: 300;  
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    box-shadow: none;
    font-family: 'Nexa light', sans-serif;
    font-size: 15px;
}

.list-group-item:first-child {
    border-radius: 0px;
}
.list-group-item:last-child {
    border-radius: 0px;
}


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

.alerts-text {
    font-size: 14px;
    font-weight: 400;  
    margin-bottom: 0px;
    
    font-size: 14px;
    font-family: 'Nexa bold', sans-serif;
}
.alerts-text:hover {
    color: #fff;
}

.label {
    font-size: 80%;
    font-family: 'Nexa bold', sans-serif;
}

/*style change*/
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff !important; 
	background-color: #073DAE;
        /*Zeus: Color fondo menu seleccion*/
	
}

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

.product-thumb .price {
    color: #d6d6d6;
    /*text-align: center;*/ 
    font-size: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
                  
}

.main-price {
    color: #9ecf3d;
    font-family: 'Roboto', sans-serif;
}

.product-thumb .price-new {
	font-weight: 600;
    font-size: 21px;
    color: #d6d6d6;
    font-family: 'Roboto', sans-serif;
}

.li-navbar {
    margin-top: 0;
    margin-bottom: 0px;
}
#menu {
    /*Color Menu*/  
	background-color: #073DAE; /*#002D8B;*/
    /*Color Menu*/  
	background-repeat: repeat-x;
        border-top-color: #073DAE;
        border-top-width: 1px;
	min-height: 45px;
	border-radius:0px;
	font-family: "Open Sans", sans-serif;
        font-size: 17px;
        color: #fff;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #fff;
        background-color: #085bb9;
	background-repeat: repeat-x;
        font-size: 13px;
}

#menu .btn-navbar {
	/*boton navegacion pantalla pequeña*/
    font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 9px 18px;
	float: right;
	background-color: #FC0;
	/*background-image: linear-gradient(to bottom, #9ecf3d, #91c230);
	background-repeat: repeat-x;*/
	border-color: #000 #000 #000;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #1f1f21;
}

a:hover {
	text-decoration: none;
    color: #a3a3a3;  
}

.btn-primary {
	color: #060606;
	text-shadow: none;
	background: #fc0;
	border-top-width: 1px;
	border-top-color: #FC0;
	border-radius: 5px;
	box-shadow:none;
	height: 45px;
	font-size: 17px;
	font-family: "Open Sans", sans-serif;
        margin: 0px 2px 0px 2px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #ffcc00;
	box-shadow: none;
	font-size: 17px;
	border-color: none;
	color: #060606;
       
}


.btn-primary:focus {
	background: #000000;
	box-shadow: none;
	font-size: 17px;
	border-top-color: #000000;
      
}

.btn-search-by {
    height: 40px;
}


footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #060606;
	border-top: 1px solid #ddd;
	/*texto*/
	font-family: 'Roboto', sans-serif;
        color: #FFF;
        border-top-color: #FC0;
        border-top-width: 1px;
}

#feedback {
	
	border-radius: 2px;
	color: #141414;
	background: #E5E5E5;
	margin: 10px 0px;
	padding: 5px 0;
}

#feedback li {
	font-size: 12px;
	color: #474747;
	padding: 4px 10px;
	border-bottom: 1px dotted #474747;
} 
footer hr {
	border-top: none;
	border-bottom: 1px solid #474747;
}
footer a {
	font-size: 15px;
	font-family:  "Open Sans", sans-serif;
	color: #868383;
}
footer a:hover {
	font-size: 15px;
	font-weight: 400;
	font-family:  "Open Sans", sans-serif;
	color: #FC0;
}
footer h5 {
	font-size: 20px;
        font-family:  "Open Sans", sans-serif;
	color: #FFF;
        font-weight: 600;
}

.search-tire{
       background-color: #085bb9;
       border-top-color: #ffffff;
       border-top-width:  105px;
       color: #474747;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px;
}



.flexslider { 
   
    border: 0px !important;
    
}

.flex-direction-nav a {
   
    color: #fc0 !important;
    
}

.price-box{
    text-align: center;
    margin-top: 5px;
    color: #002D8B;
    font-weight: 600;
}

.price-box-compare{
    text-align: center;
    margin-top: 5px;
    color: #002D8B;
    font-size: 22px;
    font-weight: 600;
}

.price-old-box{
    text-align: center;
    color: #d11212;
    font-size: 15px;
    font-family: 'Nexa light', sans-serif;
    
}
.secure-price{
    min-height: 50px;
    margin-bottom: 5px;
}
.rating{
    text-align: center;
    letter-spacing: 8pt;
}

.rating-text{
    text-align: left;
   letter-spacing: 0;
   font-size: 15px;
    font-family: 'Nexa light', sans-serif;
}


.product-name-panel-thumb {
    text-align: center;
    min-height: 45px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    /*background:  #ffffff;*/
}

.erase-margdin{
    margin: 0;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
  cursor: default;
  border-radius: 10px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table-bordered > tbody > tr > td {
    border: 0;
}

.text-left {
    text-align: left;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
   /* font-weight: 700;*/
}

.text-right {
    text-align: right;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    /*font-weight: 900;*/
}

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

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

.breadcrumb {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;;
}

.table > thead:first-child > tr:first-child > td {
    font-weight: 400;
}

.justify-text{
    text-align: justify;
    line-height: 1.3;
}

.left-text{
    text-align: justify;
    line-height: 1.3;
}

.line-through-text{
text-decoration: line-through;
}

.alert-info {
    background-color: #cef;
    border-color: #93cdda;
    color: #31708f;
    font-size: 15px;
    font-family: 'Nexa light', sans-serif;
    border-radius: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    font-size: 15px;
    font-family: 'Nexa light', sans-serif;
    border-radius: 0;
}

.nav-tabs > li > a {
    border-radius: 0 0 0 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.thumbnail {
   
    border-radius: 10px;
    
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #073dae;
}

.text-based {
   
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    
}

.header-image {
    background-image: url('../image/footer_tire.jpg');
    z-index: 15;
 }

.howtobuy {
    background-image: url('../image/howtobuy.jpg');
 }

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


.bell-alert-number {
  padding: 4px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}

 .price-special {
    position: absolute;
    top: 71px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #002D8B;
    color: #fff;
    padding-top: 14px;
    font-size: 20px;
    min-width: 85px;
    min-height: 45px;
    font-size: 22px;
    text-align: center;
    
 }
 
 
 .new-product-label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #ffd646;
    color: #000;
    padding-top: 16px;
    font-size: 20px;
    min-width: 85px;
    min-height: 52px;
    font-size: 22px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    font-weight: 600;
    
 }
 
 .shared_princ {
    position: absolute;
    left: 16px;
    min-width: 353px;
    min-height: 458px;
    background: #fff;
    z-index: 15;
    -webkit-box-shadow: 3px 3px 25px 0 rgba(50,50,50,0.3);
    box-shadow: 3px 3px 25px 0 rgba(50,50,50,0.3);
    display: block;
}

.f-nav{  /* To fix main menu container */
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.f-box-search {  /* To fix main menu container */
    position: fixed;
    left: 16;
    top: 65px;
   
}

.box-shadow-box {
    -webkit-box-shadow: -1px 0px 15px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 15px -3px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 15px -3px rgba(0,0,0,0.75);
}

#my-glyphicon {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        font-size: 18px;
}

.nav-tabs > li {
    text-align: center;
    width: 155px;
}

.text-danger {
    font-size: 14px;
}

.tab-size {
    text-indent: 20px;
    font-family: 'Nexa light', sans-serif;
 }

.box-tire-car {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tire-car {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 6px;
    padding-left: 10px;
}

.tire-car li {
	text-indent: 20px;
        margin-top: 3px;
}

.tire-car-text  {
    color: #888888;
}

.tire-car-text-select  {
    color: #002D8B;
}

.tooltip.top .tooltip-inner {
    color: #000;
    background-color:#ffd646;
    left: 300px;
}
.tooltip.top .tooltip-arrow {
    color: #000;
    border-top-color: #ffd646;
}

.hr-color-footer {
    color: #FC0;
    border-top: none;
border-bottom: 1px solid #FC0;
}

.hr-color-module {
    color: #d2d2d2;
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 10px;
    margin-bottom: 10px;
}

 .manufacturer-image-product-product {
        position: absolute;
        right: 10px;
        z-index: 4;
        display: block;
      }
      
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #002D8B;
    border-color: #002D8B;
    cursor: default;
}

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

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

.footer-image {
    /*background-image: url('../image/footer_tire.jpg');*/
}

.panel-left-bnt {
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
}

.mayusculas {
  text-transform: uppercase;
}

 .icono-circul-blue {
            color: #073dae;
        }

.list-group-item-filter {
    position: relative;
    display: block;
    padding: 0px 15px;
    margin-bottom: -1px;
    background: transparent;
    border: 0px solid #ddd;
}

.list-group-filter a {
    border: 0px solid #DDDDDD;
    color: #888888;
    padding: 8px 30px;
}

.checkbox-filter {
    padding-left: 25px;
    margin-top: 0px;
}

.tittle-general-module {
      margin-bottom: 20px;
      margin-top: 10px;
      color: #060606;
      font-weight: 500;
    }
    
.ul-module {
    font-family:  "Open Sans", sans-serif;;
}    


.panel-heading-filter {
    padding: 10px 3px;
    
}



.list-unstyled-static {
    list-style: none;
        list-style-position: outside;
        list-style-image: none;
        list-style-type: none;
        padding-left: 30px;
}

.panel-heading {
    padding: 5px 5px;
    color: #060606;
    font-weight: 500;
}

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

.list-inline-footer > li {
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.table-title {
    background: #f1f1f1;
}

.table > tbody > tr > td {
    font-family: "Open Sans", sans-serif;
     font-size: 16px;
}

.limit-width {
    width: 300px;
}

.border-register-promotion {
    border-width: 2px;
    border-radius: 10px;
}

.h1-register-promotion {
   font-size: 19px;
   padding: 3px 0;
}

.h2-register-promotion {
   font-size: 16px;
   padding: 0px 0;
}
.amount-register-promotion {
   font-size: 80px;
   padding: 0px 0;
   text-shadow: 2px 3px 3px #000;
   color: #085bb9;
   padding-top: 14px;
   background: #e8e8e8;;
   padding-bottom: 8px;
   font-weight: 600;
   border-radius: 10px;
   padding-top: 3px;
}

.amount-register-promotion-sm {
   font-size: 50px;
   padding: 0px 0;
   text-shadow: 2px 3px 3px #000;
   color: #085bb9;
   padding-top: 14px;
   background: #e8e8e8;
   padding-bottom: 15px;
   font-weight: 600;
   border-radius: 10px;
}
.header-register-promotion {
    color: white;
    font-size: 28px;
    text-align: center;
    font-family: 'Nexa Bold', sans-serif;
    padding-top: 11px;
}

.footer-register-promotion {
    background: #002D8B;
    padding: 10px;
    border-top-width: 1px;
    border-top-color: #fc0;
}

nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #073dae;
  border-color: #073dae;
  color: #fff;
}

.modal {
  display: none;
  overflow: auto;
    overflow-y: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1550;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-header {
    background: #fff;
    border-bottom: none;
    /*border-bottom-width: 1px;
    border-bottom-color: #fc0;*/
    border-radius: 10px 10px 0px 0px;
}

.modal-header .close {
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 35px;
    color: #060606;
    opacity: 1;
    text-shadow: none;
    font-weight: 600;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 10;
    filter: alpha(opacity=20);
}

.modal-dialog {
    max-width: 700px;
    margin: 65px auto;
    width: unset;
    height: unset;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: unset;
    width: unset;
}

.red {
    color: red;
    font-size: 18px;
}

.yellow {
    color: #FC0;
    font-size: 18px;
}

.green {
    color: green;
    font-size: 18px;
}

.placetopay:hover {
   background: #f1f1f1;
}

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

.modal-input-separator {
    margin-bottom: 10px;
}

.modal-header-llantas {
    margin-top: 3px;
    margin-bottom: 3px;
    color: #060606;
}

.modal-dialog-llantas {
    max-width: 700px;
    margin: 65px auto;
    width: unset;
}

.tooltip {
    z-index: 50000;
}

.btn-clean {
    height: 40px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    border-color: transparent;
}

.btn-clean:hover {
    color:black;
}

modal-close {
    margin-top: 0px;
}

.text-danger {
    color: #ed1d24;
    font-family: "Open Sans", sans-serif;
}

.pre_text {
    text-align: center;
    line-height: 100%;
    color: #002d8b;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 18px;
}

.modtitle {
    text-align: center;
    font-size: 23px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    text-transform: uppercase;
    padding-top: 3px;
}

 .quantity-promotion {
    position: absolute;
    top:108px;
    left: 18px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 
 .quantity-promotion img {
    max-width: 85px;
 }




 .btn-slides-show-caption:hover {
	color: #ffffff;	
        opacity:0.8;
        border-color: #FFFFFF;
}

 .btn-slides-show-caption:focus {
	color: #ffffff;	
        opacity:0.8;
        border-color: #FFFFFF;
}

 .quantity-promotion-0 {
    position: absolute;
    top:15px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 
  .quantity-promotion-1 {
    position: absolute;
    top:55px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 
  .quantity-promotion-2 {
    position: absolute;
    top:108px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 
  .image-category-stikers-0 {
    position: absolute;
    top:15px;
    left: 16px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .image-category-stikers-1 {
    position: absolute;
    top:55px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .image-category-stikers-2 {
    position: absolute;
    top:108px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .image-category-stikers-3 {
    position: absolute;
    top:162px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .image-category-stikers-4 {
    position: absolute;
    top:216px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .image-category-stikers-5 {
    position: absolute;
    top:270px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 
 .image-category-stikers-6 {
    position: absolute;
    top:324px;
    left: 15px;
    z-index: 5;
    display: block;
    padding-top: 14px;
    
 }
 .quantity-promotion img {
    max-width: 85px;
 }
 
  .quantity-promotion-0 img {
    max-width: 85px;
 }
 
  .quantity-promotion-1 img {
    max-width: 85px;
 }
 
  .quantity-promotion-2 img {
    max-width: 85px;
 }
 
.price-special-0 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #073dae;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 20px;
    min-width: 85px;
    min-height: 52px;
    font-size: 22px;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    
 }
 
.stikers-product {
  border-radius: 0px 10px 10px 0px;
}
 
  .price-special-1 {
    position: absolute;
    top: 68px;
    left: 15px;
    z-index: 4;
    display: block;
    background: #003366;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 20px;
    min-width: 85px;
    min-height: 52px;
    font-size: 22px;
    text-align: center;
    
 }

 .save-stiker {
     font-size: 15px;
     margin-bottom: 0px;
     font-family: 'Nexa Bold', sans-serif;
 }
 .float-whatapp {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    animation: pulse 2s infinite; /* Agregar propiedad de animación */
}

.float-whatapp:hover {
    margin-top: 8px;
    margin-left: 2px;
    font-size: 50px;
    color: #ffcd00;
}
.my-float {
    margin-top: 8px;
    margin-left: 2px;
}
.my-float:hover {
    margin-top: 8px;
    margin-left: 2px;
    font-size: 50px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(52, 253, 2, 0.603);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
}

  /* Estilos del panel lateral para posicionamiento y tamaño */
    .modal-dialog.modal-dialog-right {
      position: fixed;
      right: 0;
      top: 0;
      left: auto;
      margin: 0;
      width: 30%;
      max-width: none;
      height: 100vh;
    }

@media (max-width: 768px) {
  .modal-dialog.modal-dialog-right {
     width: 96%;
  }
}
    
    
    /* Estilos del contenido del panel */
    .modal-dialog.modal-dialog-right .modal-content {
      height: 100%;
      border-radius: 0;
      border: 0;
    }
    
    .modal-body-right {
        max-height: calc(100vh - 120px); /* Altura de la ventana - altura del header y footer */
        overflow-y: auto;
        padding: 15px;
    }
    
    /* 3. Animación de Derecha a Izquierda (ahora más específica) */
    .modal.fade.right .modal-dialog.modal-dialog-right {
        transform: translate(100%, 0); /* 100% hacia la derecha */
    }

    .modal.in.right .modal-dialog.modal-dialog-right {
        transform: translate(0, 0); /* Vuelve a la posición original */
    }
    
    /* 4. Aseguramos que la transición sea suave */
    .modal.in .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,0) !important;
        -ms-transform: translate(0,0) !important;
        -o-transform: translate(0,0) !important;
        transform: translate(0,0) !important;
    }
 



/**/
/* Estilos para el modal */
.modal-dialog-info {
  max-width: 80%; /* Ajusta el tamaño máximo del modal */
}

@media (max-width: 768px) {
  .modal-dialog-info {
     max-width: 95%;
    margin: 20px auto;
  }
}

.modal-content-info {
  border-radius: 10px;
  overflow: hidden; /* Importante para que los bordes redondeados se vean bien */
}

.modal-body-info {
  padding: 0;
}

.modal-title-info {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  background: #fff;
}

/* Contenedor de la imagen a la izquierda */
.modal-image-container-info {
  padding: 0;
}

.modal-image-container-info img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen cubra todo el espacio sin distorsionarse */
}

/* Contenedor del contenido a la derecha */
.modal-content-container-info {
  padding: 20px;
  position: relative;
}

/* Posición del botón de cerrar */
.modal-content-container-info .close {
  position: absolute;
  right: 16px;
  top: 5px;
  font-size: 35px;
  color: #040404;
  opacity: 1;
  text-shadow: none;
}

/* Contenedor del texto con scroll */
.scrollable-content {
  max-height: 550px; /* Ajusta esta altura según tu necesidad */
  overflow-y: auto;
  padding-right: 15px; /* Para que el scroll no tape el contenido */
  padding-bottom: 20px; /* Espacio extra en la parte inferior */
}

/* Estilos adicionales para la barra de scroll */
.scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollable-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Modal Busqueda*/
/* Estilos para el modal de búsqueda */
.search-modal-dialog {
  margin: 0;
  max-width: 100%; /* Ocupa el 100% del ancho de la pantalla */
}

.search-modal-content {
  border-radius: 0; /* Sin bordes redondeados */
  box-shadow: none; /* Sin sombra */
}

/* Encabezado del modal */
.search-modal-header {
  border-bottom: none; /* Eliminar la línea inferior */
  padding: 15px; /* Espaciado */
  background: #fff;
}

.search-modal-header .close {
  margin-top: 0;
  font-size: 30px;
  color: #000;
  opacity: 1;
}


.search-modal-body {
  padding: 0px 100px 40px 100px; 
}

@media (max-width: 768px) {
  .search-modal-body {
      padding: 0px 30px 30px 30px; 
  }
}


.btn-search-modal {
  box-shadow: none;
  border-top-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 60px;
  height: 45px;
  font-size: 17px;
  font-family: 'Nexa Bold', sans-serif;
}

/* Estilos del campo de búsqueda */
.input-group {
  width: 100%;
}

.input-group .form-control {
  height: 50px;
  font-size: 18px;
}

.input-group .btn {
  height: 45px;
  background-color: #fc0;
  color: #060606;
  border-color: #fc0;
}

.input-group .btn:hover {
  height: 45px;
  background-color: #060606;
  color: #fff;
  border-color: #060606;
}

#button-search-tyre:disabled {
  color: #060606;
  text-shadow: none;
  background: #fc0;
  border-top-width: 1px;
  border-top-color: #FC0;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  opacity: 1;  
}  

#modal-button-search-tyre:disabled {
  color: #060606;
  text-shadow: none;
  background: #fc0;
  border-top-width: 1px;
  border-top-color: #FC0;           
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  
}

#button-search-car:disabled {
  color: #060606;
  text-shadow: none;
  background: #fc0;
  border-top-width: 1px;
  border-top-color: #FC0;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  opacity: 1;  
}

#modal-button-search-car:disabled {
  color: #060606;
  text-shadow: none;
  background: #fc0;
  border-top-width: 1px;
  border-top-color: #FC0;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
   
}

/* Estilo para los submenús */
.dropdown-menu {
  /* Modifica este valor para cambiar el ancho. */
  width: 200px; 
}

/* Estilo para el fondo del menú principal y las letras blancas */
.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important; /* Para quitar la línea inferior del nav */
  font-weight: 600;
}

/* Estilo para los enlaces principales */
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}

/* Estilo para los enlaces cuando se les pasa el mouse por encima (hover) */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #ddd !important; /* Un gris claro para el efecto hover */
}

/* Estilo para los enlaces de los submenús */
.dropdown-menu > li > a {
  color: #000 !important; /* Texto del submenú en negro */
}

.separator-li {
  color: #fff;
  margin-top: 14px;
}

@media (max-width: 768px) {
.modal-dialog-menu {
  max-width: 70%;
  margin: 104px auto;
}
}

.modal-content-menu {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
    .modal-dialog-menu {
        max-width: 95%;
        margin: 68px auto;
    }
    .modal-nav-menu {
        z-index: 1500;
    }
}

.modal-content-container-menu {
  padding: 15px;
  position: relative;
}

.modal-content-container-menu .close {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 35px;
  color: #040404;
  opacity: 1;
  text-shadow: none;
}

.fixed-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #060606;
  border-top: 1px solid #fc0;
  z-index: 1000;
  height: 65px;
}

.nav-icons {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-icons li {
  flex-grow: 1;
  text-align: center;
}

.nav-icons a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 12px;
}

.nav-icons span.glyphicon {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.nav-icons span.glyphicon, .nav-icons i.fa {
  display: block;
  font-size: 27px; 
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 70px; 
  }
}

/*--------------*/
@media (min-width: 768px) {
.no-vista.navbar-collapse.collapse {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* Oculta la barra de navegación para escritorio y tabletas */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 290px; /* Ancho del menú */
    min-height: 100%;
    background-color: #fff; /* Color de fondo */
    z-index: 1500;
    overflow-y: auto; /* Permite scroll si el contenido es largo */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    
  }
  
  #logo-nav-xs {
    margin: 4px 8px 5px 30px;
    width: 57%;
    
  }
  
  .nav-xs-logo {
    background-color: #060606;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid #fc0;
    border-top: 1px solid #fc0;
  }   
  
  /* Al colapsar, se muestra el menú */
  .navbar-collapse.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  
  .navbar-nav {
    margin: 0px -15px;
  }
  /* Botón de cierre (opcional, si quieres uno) */
  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
   .close-menu-btn {
        position: absolute;
        top: 25px;
        right: 15px;
        font-size: 30px;
        color: #fff;
        background: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        z-index: 1800;
    }
}

.list-cart-vertical {
  list-style: none;
  padding-left: 0px;
}

.list-cart-total-vertical,
.list-cart-total-vertical td strong {
  color: #060606;
  font-weight: 600;
}

.modal-header-cart-vertical {
  padding: 15px 15px 0px 15px;
}
