@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	background: #262631;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    transition: all 0.3s ease 0s;
    letter-spacing: 0px;
	}
a {
  text-decoration: none;
  color: #072311;
}
.img {
    max-width: 130px;
    max-height: 130px;
    vertical-align: middle;
}


tr.border_bottom td {
  border-bottom:1pt solid #78d6c0;
}

.over-image {
      background: rgba(0,0,0,0.5);
            position: absolute;
            top: 0;
            left: 0;
            color: #fff;
        display: flex !important;
}
..over-image a {
  z-index: 3;
}
.left-side {
  float: left;
}

.right-side {
  float: right;
}

.nowrap {
    white-space: nowrap;
}
.justify {
  text-align: justify;
}
.p10 {
    padding: 10px;
}
.np10 {
    padding: 0 10px;
}
.p5 {
    padding: 5px;
}
.np5 {
    padding: 0 5px;
}
.center {
    text-align: center;
}
.details {
    color: rgba(245,245,245,0.65);
}
.title {
    color: rgb(242, 195, 101);
}
.title2 {
    color: rgb(163, 195, 101);
}
.title3 {
    color: rgb(139, 133, 241);
}
.box-img {
    background: #fff;
    text-align: center;
    height: 215px;
    position: relative;
    border-bottom: solid #007dea 3px;
    transition: ease all 0.5s;
    overflow: hidden;
}
.box-img:hover {
  box-shadow: 0 5px 15px rgba(255,255,255,0.25), 0 1px 1px rgba(255,255,255,0.22);
}
.col-md-3 {
    width: 23%;
    position: relative;
    display: inline-block;
    padding: 2.5px 2.5px 2.5px 5px;
}

/*footer styles*/

.footer {
    width: calc(100% - 20px);
    padding: 10px;
}
.footer__left {
  width: calc(70% - 130px);
  float: left;
}
.footer__right {
    width: 130px;
    float: right;
    text-align: center;
}

.footer__left .contact div a {
    color: #ff6600;
}
.footer__left .contact div {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #ff6600;
}

@media only screen and (min-width: 10px) and (max-width: 400px) {
.footer {
    width: calc(100% - 20px);
    padding: 10px;
    display: flex;
    flex-flow: column-reverse wrap;
}
.footer__left {
  width: 100%;
  float: none;
}
.footer__right {
    width: 100%;
    float: none;
}
.footer__left .contact div,.footer__left .company {
  display: block;
}
}


.footer__left .name {
    display: table;
    margin-bottom: 10px;
    font-size: 20px;
    color: #63e6ae;
    font-weight: 600;
    text-transform: uppercase;
}
.footer__left .address {
    display: table;
    margin-bottom: 10px;
    font-size: 16px;
    color: #cbf5a6;
}

.copyright {
    font-size: 14px;
    line-height: 1.4;
    color: #bfbcbc;
}

.copyright a {
    color: #cee453;
}



.footer__right .text, .footer__right i {
    margin-bottom: 10px;
    font-size: 28px;
    color: rgb(242, 195, 101);
    font-weight: 500;
}





/*style nav*/

.total_items {
color: #000;
position: absolute;
top: 10px;
right: 50px;
}
.menuOn {
  background: transparent;
}
.menuOn:before {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}
.menuOn:after {
  bottom: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.menu-categorias,.menu-cart {
  /* display: none; */
  overflow-y: scroll;
  position: fixed;
  z-index: -1;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.menu-categorias.navOn,.menu-cart.navOn {
  display: block;
  z-index: 1029;
  left: 0;
  background: #262631;
}
.content-center {
    float: left;
    width: 70%;
}

#cart_button {
    cursor: pointer;
}
.content-center-main {
    width: 50%;
    float: left;
}
.content-right-brands {
    width: 50%;
    float: right;
}
@media only screen and (min-width: 10px) and (max-width: 350px) {
.footer{
      display: flex;
    flex-flow: column-reverse wrap;
}
.col-md-3 {
    width: 90%;
    position: relative;
    display: inline-block;
    padding: 5px;
}

.content-center {
    float: none;
    width: 100%;
}
.footer__left {
  width: 100%;
  float: none;
}
.footer__right {
    width: 100%;
    float: none;
}


.content-center-main {
    width: 100%;
    float: none;
}
.content-right-brands {
    width: 100%;
    float: none;
}
.total_items {
  top: 20px;
right: 60px;
}

.vista_escritorio{display: none;}
.vista_movil{display: block;}
}
@media only screen and (min-width: 351px) and (max-width: 500px) {
.footer{
      display: flex;
    flex-flow: column-reverse wrap;
}
.col-md-3 {
    width: 45%;
    position: relative;
    display: inline-block;
    padding: 5px;
}
.content-center {
    float: none;
    width: 100%;
}

.footer__left {
  width: 100%;
  float: none;
}
.footer__right {
    width: 100%;
    float: none;
}

.content-center-main {
    width: 100%;
    float: none;
}
.content-right-brands {
    width: 100%;
    float: none;
}
.total_items {
right: 60px;
}

.vista_escritorio{display: none;}
.vista_movil{display: block;}
}

@media only screen and (min-width: 501px) and (max-width: 700px) {
.col-md-3 {
    width: 30%;
    position: relative;
    display: inline-block;
    padding: 5px;
}
.content-center {
    float: none;
    width: 100%;
}
.total_items {
right: 60px;
}

.vista_escritorio{display: none;}
.vista_movil{display: block;}


.footer__left {
  width: calc(100% - 130px);
  float: left;
}
.footer__right {
    width: 130px;
    float: right;
    text-align: center;
}

}

@media only screen and (min-width: 701px) and (max-width: 900px) {
.col-md-3 {
    width: 30%;
    position: relative;
    display: inline-block;
    padding: 5px;
}
.content-center {
    float: left;
    width: 70%;
}

.footer__left {
  width: calc(70% - 130px);
  float: left;
}
.footer__right {
    width: 130px;
    margin-right: 30%;
    float: right;
    text-align: center;
}


.menu-categorias {
  display: block;
  z-index: 1029;
  left: 70%;
  width: 30%;
  background: #262631;
}
.menu-cart {
  width: 70%;
}
.navToggle {
  display: none;
}
.total_items {
  top: 20px;
right: 50px;
}

.vista_escritorio{display: block;}
.vista_movil{display: none;}
}
@media only screen and (min-width: 901px) {


.footer__left {
  width: calc(70% - 130px);
  float: left;
}
.footer__right {
    width: 130px;
    margin-right: 30%;
    float: right;
    text-align: center;
}


.menu-categorias {
  display: block;
  z-index: 1029;
  left: 70%;
  width: 30%;
  background: #262631;
}
.menu-cart {
  width: 70%;
}
.navToggle {
  display: none;
}
.total_items {
  top: 20px;
right: 50px;
}

.vista_escritorio{display: block;}
.vista_movil{display: none;}
}


.box-img .title {
    color: #051d36;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    letter-spacing: 0px;
}
.image-catalog {

}


.navbar-brand>img {
    width: 90px;
}

.navbar-header {
    position: fixed;
    z-index: 1030;
    background: #fff;
    top: 0;
    left: 0;
}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}

.search-form {
    width: 90%;
    margin-left: 10px;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    color: #474747;
    font-weight: 400;
    padding: 16px 15px;
    margin: 0px;
    border: none;
}
.search-form input ,.search-form input:focus {
    margin-left: 10px;
    width: 100%;
    border: none;
    height: 25px;
    outline: none;
}
.hidde {
    display: none;
}

.line {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.white {
    background: #fff;
}


.panel-brands {
    text-align: center;
    margin: 0 auto;
}


@media only screen and (max-width: 600px) {
.panel-brands .panel {
    max-width: 100%;
    height: 200px;
    position: relative;
}
.panel-brands .box-panel {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.lined2 {
    display: block;
}
}


@media only screen and (min-width: 601px) {
.panel-brands .panel {
    height: 200px;
    position: relative;
}
.panel-brands .box-panel {
    width: 45%;
    display: inline-block;
}
.lined2 {
    display: none;
}

}

.panel-brands .panel img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.clear {
    clear: both;
}




/* social */

.flex-center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-3d {
  padding: 10px;
  -webkit-animation: icon3d 200ms 10;
  animation: icon3d 200ms 10;
  color: #fff;
}
  .icon-3d:hover {
    -webkit-animation: icon3d 200ms infinite;
          animation: icon3d 200ms infinite;
  }


@keyframes icon3d {
  0% {
    text-shadow: 5px 4px rgba(244,67,54,1), -5px -6px rgba(33,150,243,1);
  }
  25% {
    text-shadow: -5px -6px rgba(244,67,54,1), 5px 4px rgba(33,150,243,1);
  }
  50% {
    text-shadow: 5px -4px rgba(244,67,54,1), -8px 4px rgba(33,150,243,1);
  }
  75% {
    text-shadow: -8px -4px rgba(244,67,54,1), -5px -4px rgba(33,150,243,1);
  }
  100% {
    text-shadow: -5px 0 rgba(244,67,54,1), 5px -4px rgba(33,150,243,1);
  }
}

.highlight { background-color: yellow; color:#000;}


/*add cart*/

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    opacity: 1;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/*pre loader*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/images/loader.gif") center no-repeat #191919;
}
.se-pre-con img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*notify*/


.back-button {
  display: inline-block;
  background-color: #FF9800;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.back-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #fff;
}
.back-button:hover {
  cursor: pointer;
  background-color: #333;
}
.back-button:active {
  background-color: #555;
}
.back-button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  .back-button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


/*tags */
 .ul-category {
  display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
} 
.ul-subcategory {
  display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
.ul-subcategory .active {
  color: #fff;
  font-weight: bold !important;
}
/*slider*/

.slider {
position: relative;
width: 100%;
overflow: hidden;
}
.slides {
height: 100%;
/* Simple clear fix */
overflow: hidden;
/**
     * Here is CSS transitions 
     * responsible for slider animation in modern broswers
     */
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
height: 100%;
float: left;
clear: none;
}
.slider-arrows {
}
.slider-arrow {
position: absolute;
display: block;
margin-bottom: -20px;
padding: 20px;
}
.slider-arrow--right {
bottom: 50%;
right: 30px;
}
.slider-arrow--left {
bottom: 50%;
left: 30px;
}
.slider-nav {
position: absolute;
bottom: 30px;
}
.slider-nav__item {
width: 12px;
height: 12px;
float: left;
clear: none;
display: block;
margin: 0 5px;
background: #fff;
border: 1px solid #000;
}
.slider-nav__item:hover {
background: #ccc;
}
.slider-nav__item--current {
background: #ccc;
}






.shared-panel{
    overflow: auto;
}
.shared-panel span{
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}
.shared {
    display: inline-block;
    width: 30px; 
    height: 30px;
    margin: 5px 0; 
    padding: 0; 
        /* Recurso incluido en la descarga del ejemplo */
    background: url("shared.png") no-repeat; 
    float: left;
    margin-right: 5px; 
    cursor: pointer;
    border-radius: 50%;
}
.shared:hover{
    opacity: 0.7;
}
.shared.gp {background-position: 0px 0px; background-color: #E62B34;}
.shared.tt {background-position: 0px -30px; background-color: #43BDF0;}
.shared.ce {background-position: 0px -60px; background-color: #8A898D;}
.shared.wa {background-position: 0px -90px; background-color: #0dc143;}
.shared.fb {background-position: 0px -120px; background-color: #6081C4;}

.st2{
   border-radius: 0;
}
.st3{
   border-radius: 5px;
}                    
                