@charset 'UTF-8';

*,::before,::after { box-sizing: border-box; }

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #444;
  font-size: 15px;
  overflow-x: hidden;
}

/* layout
-----------------------------------------------------------*/

#content {
  margin-top: 20px;
  margin-bottom: 100px;
}

.container {
  max-width: 1280px;         max-width: 1360px;
  padding: 0;
}

/* fonts, colors
-----------------------------------------------------------*/

html, body, div, p, li, input, select, textarea {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-family: 'Montserrat', sans-serif; 
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.05rem;
}

.bootic_button {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
}

h1   { font-size: 3em; }
h2   { font-size: 2.2em; }
h3   { font-size: 1.4em; }
p    { font-size: 1em; line-height: 1.6; }
b, strong, th, label, legend {font-weight: 600;}
img  { max-width: 100%; height: auto; }
ul   { margin: 6px 0 }
li   { font-size: 1em; list-style: none; }
li p { font-size: 1em; }

a {
  color: #333;
  text-decoration: none;
}

a:hover, .button:hover, .post .more-link {
  color: #666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img  {  filter:opacity(80%); }

/*
.product-list li:hover img {
-webkit-filter: grayscale(100%); Safari 6.0 - 9.0
    filter: grayscale(100%);
}
*/

input[type=submit].primary,
button.primary,
.button.primary,
.bootic_button.primary {
  border-color: #ffff66;
  background: #ffff66;
  color: #000;
  padding: 0;
  font-weight: 600;
  letter-spacing: .03rem;
  margin: 0 auto;
  height: 42px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/*
.bootic_button.primary {
  color: white;
  background-color: #31C7B5;
  border-color: #31C7B5;
}
*/




button.accordion {
        background: #fff;
    padding: 0 15px;
    margin: 0;
    text-align: left;
    border: 0;
    width: 100%;
    font-weight: 500;

                border-bottom: 1px solid #ededed;
    font-size: 13px;
    color: #333;
    -webkit-appearance: none;
}
button.accordion:before {
        content: '\002B';
        color: #333;
        font-weight: 100;
        float: left;
        margin-right: 5px;
        font-weight: 500;
        font-size: 19px;
}
button.accordion.active:before {
        content: "\2212";
}
div.panel {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    padding-top: 10px;
}


/* header
-----------------------------------------------------------*/

.mensajes {
  text-align: center;
        padding: 10px;
        background: #333;
        color: #ffe300;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.1em; }

.mensajes p { margin: 0;}

#logo {
  position: relative;
}

#logo img, #logo span {
  max-height: 70px;
  margin: 0;
 float: left;
}

#logo span {
  margin-top: 17px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.04em;
}


#cart-amount {
        background: #ff4700;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        padding: 0px 7px;
        color: #fff;
        font-weight: 600;
        letter-spacing: -0.01em;
        position: relative;
        top: -15px;
        margin-left: -10px;
        font-size: 11px;
        height: 22px;
        line-height: 25px;
}

.toggle-menu-icon,
.cart-icon,
.search-icon {
  position: absolute;
  font-size: 40px;
  margin:0px 0 0;
  color: #333;
}

.toggle-menu-icon {
  top: -1px;
}

.cart-icon {
  right: 0px;
  font-size: 28px;
}

.search-icon {
  right: 60px;
  font-size: 28px;
}

.toggle-menu-icon:hover,
.cart-icon:hover,
.search-icon:hover {
  text-decoration: none;
}

#search-form {
  margin: 0px;
  right: 0px;
        left: 0px;
                top: 110px;
                clear: both;
        position: absolute;
        background:#999;
        padding: 20px;
}

#search-form  input[type="search"] { margin-bottom: 0;}
#search-form button {
  display: none;
}

#search-form.active {
  display: block !important;
}

.livesearch-autocomplete {
  width: calc(100% - 40px) !important;
}

.icon {
  display: inline-block;
  width: .8em;
  height: .8em;
  fill: currentColor;
  vertical-align: middle;
}
.cart-icon.user {
  position: absolute;
  right: 50px;
  margin-top: 12px;
}


/** MENU **/
#nav.header-nav  {

  position: relative;
 position: fixed;
  width: 100%; /* for position: fixed position: fixed; */
  background: #fff;
  padding: 0px;
  top: 0;
  z-index: 999 !important;
          -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
      
        transition: all 0.25s ease;

                border-bottom: 1px solid #e7e7e7;

}

#nav .pre-container{ padding: 0 20px;}

#nav.header-nav .container { padding: 15px 0 0px; }

@media (max-width: 1100px) { 
   #nav.header-nav .container { padding: 15px 0; }
}


#main-menu {
   margin: 0px auto;
   float: none;
   width: fit-content;
   margin-bottom: 0;
}

@media (min-width: 1269px) {

   #main-menu {
     margin: 0px auto;
     float: none;
      width: fit-content;
     margin-bottom: 0;
   }


}

/*
@media (max-width: 1130px) {
    #main-menu {  position: relative; display: inline-block; width: 100%; }
}
*/


.search-cart {
        right: 0;
        position: absolute;
        width: 80px;
                  top: 34px;
}


#logo span,
#main-menu a,
#main-menu span,
.toggle-menu-icon,
.cart-icon,
.search-icon {
  color: #000;
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family:'Spartan', sans-serif;
}



.drop-down a {
  font-size: 13px;
  color: #555 ;
    font-family: "Roboto", "Helvetica", Arial, sans-serif;
    font-family:'Spartan', sans-serif;
}



#content .nav {
  margin-top: 50px;
  text-align: center;
}

#navigation-path {
  color: #999;
  padding: 8px 0;
}

#home #navigation-path {
  display: none;
}





.menu li, #bottom-nav li {
  padding: 0 10px;
  list-style: none;
  display: inline-block;
  letter-spacing: .1rem;
}


.menu li.active {
  border-bottom: 2px solid #333;
}

#main-menu li, #nav.header-nav > li, #main-menu > li {
  padding: 0px;
  list-style: none;
  float: left;
  margin: 0;
  display:block;
  position: relative;
  position: initial;
  width:auto; 
          margin: 0px 12px;
   }

@media (max-width: 1132px) {
    #main-menu li, #nav.header-nav > li, #main-menu > li {  margin: 0px 10px }
}

#main-menu  > li:hover ul, #mobile-menu  > li:hover ul { display:block !important; }

#main-menu li a  {
    text-align: center;
    color:  #333;
            letter-spacing: 0.14em;
        margin: 0px 0px;
                padding: 33px 0px;
        display: inline-block;
        font-size: 11px;
        line-height: 14px;
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 3px solid #fff;
}


#mobile-menu {

  right: 0;
  left: 0; 
  left: -20px;
  left: -360px;
  top: 0px;
  width: 250px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 30%);
  min-height: 400px;
  bottom: 0;
  height: 100vh;
  max-height: initial;
}

#mobile-menu .close-button {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #0000;
  line-height: 1;
  z-index: 100;
  cursor: pointer;
  font-size: 14px;
  text-shadow: none;
  width: auto;
}
#mobile-menu .close-button:after {
        content: '\00d7';
        display: inline-block;
        font-size: 24px;
        opacity: 1;
        color: #b80203;
        text-align: center;
        width: 24px;
        height: 24px;
        font-weight: 700;
}




#mobile-menu li, #mobile-menu > li {
  padding: 0px;
  list-style: none;
  float: none;
  margin: 0;
  display:block;
  position: relative;
  width:auto;  }

#mobile-menu button.accordion, 
#mobile-menu li button.accordion, 
#mobile-menu > li button.accordion {
  display: block;
  float: none;
  text-align: left;
  color: #333;
  letter-spacing: 0.03em;
  margin: 0px 0px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  text-transform:  initial;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

    }
#mobile-menu button.accordion:before, #mobile-menu > button.accordion:before { display: none !important;}

#mobile-menu .toggle-menu-icon { margin: 0; padding: 20px 15px 0;position: initial; text-align: right; }
#mobile-menu .toggle-menu-icon i{font-size: 20px;}

#mobile-menu div.panel, #mobile-menu > div.panel {         padding: 0 15px;      text-align: left; }


#mobile-menu li a {
            text-align: left;
     letter-spacing: 0.0em;
    color:  #333;
    font-size: 18px;
    line-height: 20px;
    display: block;
    position: relative;
    float: none;
    font-weight: 600;
    padding: 10px;
  }


ul.menu li.current a {  border-bottom: 5px solid #ececec;   }

#main-menu li a:hover, #mobile-menu li a:hover { color: #999; border-bottom: 3px solid #000; }
#mobile-menu li.submenu-mobile { padding-bottom: 15px;}
#main-menu li a:hover { /* border-bottom: 5px solid #ececec; */ text-decoration: none; }
/* #main-menu li:hover, #mobile-menu li.submenu-mobile:hover {  background: #ececec;  } */

ul li ul#submenu {
   display: none;
    background:#ececec;
    overflow: hidden;
    padding: 20px;
    text-align: left;
    margin: 0;
    position: absolute;
    z-index: 99;
    height: auto !important;
        top: 60px;          top: 84px;
                margin-left: 0px;
                left: 0;




    }

ul#mobile-menu li ul#submenu {
    top: 0px;
    width: 100%;
    margin: 0 auto;
    left: 0;
            text-align: left;
    right: 0;
    position: relative;
    padding: 0px;
            background: #fff;
}



ul#submenu li { text-align: left; padding: 0; float: none; border:0; font-weight: 500;   }
ul#submenu li.colec { font-size: 14px;  line-height: 20px;  color: #333; font-weight: 500;
                      text-transform: uppercase;   font-family: "Roboto", "Helvetica", Arial, sans-serif; }
ul#submenu li a {         
       padding: 0;
        display: block;
        float: none;
        text-decoration: none;
        text-align: left;
        letter-spacing: 0.0em;
    border: 0;
        text-transform: initial;

                font-size: 12px;
                line-height: 25px;
        height: 25px;
                font-weight: 500;
        color: #000;
        
        }
ul#mobile-menu li ul#submenu li a  { text-align: left; line-height: 25px;
        height: 25px;  padding: 0 15px !important;}

ul#submenu li a:hover { color: #999;  border: 0; }

ul li ul#submenu.super-super-super { width: max-content; }



ul li ul#submenu li.super-menu {
width: auto;
        float: left;
        padding: 10px 25px 12px 0;
        display: inline-block;
      }

div.super-menu {
            max-width: 220px;
        float: left;
        padding: 10px 25px 12px 0;
        display: inline-block;
        width: max-content;

      }




.super-menu a.menu-title, .super-menu p.submenu-title {
       padding: 0px 0 !important;
        color: #000 !important;
        font-size: 11px !important;
        line-height: 14px !important;
        border-bottom: 0px solid #000;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        text-align: left !important;
        font-weight: 700 !important;
                font-family: 'Spartan', sans-serif;
        text-transform: uppercase;

}



ul.social-link, #mobile-menu ul.social-link  {
        display: inline-block;
        float: right;
        padding-top: 10px;
        padding-bottom: 10px;
}
 #mobile-menu ul.social-link  { float: left; }
ul.social-link li, #mobile-menu ul.social-link li  {
        display: inline-block;
        float: left;
        width: 30px;
        height: 30px;
        margin: 0px 2px;
        text-align: center;
}
ul.social-link li a, #mobile-menu ul.social-link li a {
        display: inline-block;
        text-align: center;
}
ul.social-link li a i, #mobile-menu ul.social-link li a i {
        font-size: 26px;
        color: #333;
        display: inline-block;
        text-align: center;
}


@media (min-width: 1100px) {
  #mobile-menu  { display: none; }
}


@media (max-width: 1100px) {

  #logo img, #logo span {

        margin: 0 auto;
        float: none;

        display: block;
  }

  #logo span { margin-top: 13px; }

  #main-menu { display: none; }

 .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }


  .toggle-menu-icon,
  .cart-icon,
  .search-icon {
    margin-top: 25px;
  }
  .cart-icon.user {
    margin-top: 21px;
  }


 .search-cart { top: 7px; }

}


#todo { margin-top: 150px; }

@media (max-width: 575px) {
    #todo { margin-top: 170px; }
}




/* breadcrumbs
-----------------------------------------------------------*/


#breadcrumbs, #breadcrumbs a, #breadcrumbs span {
 color: #666;
    padding: 10px 0;
    text-transform: lowercase;
    font-size: 11px;
    font-weight: 400;
    font-family: "Roboto", "Helvetica", Arial, sans-serif;
    letter-spacing: 0.005em;
}

#breadcrumbs { padding: 0 20px;}

#breadcrumbs .container {
  width: 100%;
  text-align: left;
}

#breadcrumbs span.product-nav-span { color: #999;}

#home #breadcrumbs, .home-nav-link {
  display: none;
}

/* promo notice
-----------------------------------------------------------*/

#bootic_top_notice .bootic_notice {
  font-size: 14px;
}

/* drop down
-----------------------------------------------------------*/

.drop-down-menu {
  position: relative;
}

.drop-down {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  top: 25px;
  left: -30px;
  background: #fafafa;
  width: 200px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.drop-down li,
#main-menu .drop-down li {
  font-weight: 500;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.drop-down-menu:hover {
  cursor: default;
}

.drop-down-menu:hover .drop-down,
.drop-down.active {
  max-height: 400px;
  display: block;
  padding: 5px 0;
  overflow-y: auto;
  left: -20px !important;
}

ul.drop-down ul {
  margin: 0;
}

ul.drop-down ul li {
  padding: 0px !important;
}

.drop-down, .menu a, .drop-down-menu {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


ul li:hover ul#submenu { opacity: 100% !important;  }
#mobile-menu li ul#submenu { opacity: 100% !important;  }
#main-menu  > li:hover ul, 
#mobile-menu  > li:hover ul { display:block !important; }


/* section base
-------------------------------------------------*/

.section {
  padding: 20px;
}

.fat.section {
  padding: 120px 0;
}

.slim.section {
  padding: 30px 0;
}

.section h2, .section h2 a,.section h2 a:hover,
.section .title {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 8px;
}

.section h2, section .title {  border-bottom: 1px solid #333; }

.section .text {
  max-width: 600px;
}

.center-text .text {
  margin-left: auto;
  margin-right: auto;
}

/* section colors
-------------------------------------------------*/

.dark a {
  color: #31C7B5;
  border-color: #31C7B5;
}

.dark a:hover {
  color: #fff;
  border-color: #fff;
}

.dark.section {
  background-color: #333;
  color: #fff;
}

.dark.section .title {
}

.dark.section .text {
  color: #ccc;
}

/* content section, used in blog, pages and forms
-------------------------------------------------*/

.content.section .container {
  max-width: 1280px;         max-width: 1360px;
}

/* section with background image
-------------------------------------------------*/

.section.with-background {
  position: relative;
}

.section .background,
.section.with-background::after {
  content: "";
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* grid-list
-------------------------------------------------*/

.grid-list li {
  /*min-height: 300px;*/
  float: left;
  margin-bottom: 30px;
  position: relative;
  /* border-radius: 3px;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);*/
}

.grid-list .item-1 {
  margin-left: 0 !important
}

.grid-list-5 li {
 width: 17.9%;
 margin-left: 2.6%;
}

.grid-list-5 li:nth-child(5n+1) {
  margin-left: 0;
  clear: left;
}

#slider-productos .grid-list-5 li:nth-child(5n+1) {
  margin-left: 2.6%;
  clear: none;
}


.grid-list-4 li {
  width: 23.5%;
  margin-left: 2%;
}

.grid-list-4 li:nth-child(4n-3) {
  clear: left;
  margin-left: 0
}

.grid-list-3 li {
  width: 31.333%;
  margin-left: 3%;
}

.grid-list-3 li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}


.grid-list-2 li {
 width: 48%;
 margin-left: 4%;
}

.grid-list-2 li:first-child {
  margin-left: 0;
  clear: left;
}

@media (max-width: 900px) {

  .grid-list-4 li {
    width: 31.333%;
    margin-left: 3%
  }

  .grid-list-4 li:nth-child(4n-3) {
    clear: none;
    margin-left: 3%
  }

  .grid-list-4 li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }

  .grid-list-3 li {
    width: 48%;
    margin-left: 4%;
  }

  .grid-list-3 li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%
  }

  .grid-list-3 li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }


  .grid-list-3 li:last-child {
    float: none;
    margin: 0 auto;
  }



}

@media (max-width: 750px) {
  .grid-list-4 li {
    width: 48%;
    margin-left: 4%
  }

  .grid-list-4 li:nth-child(3n+1) {
    clear: none;
    margin-left: 4%
  }

  .grid-list-4 li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }

  .grid-list-3 li {
     width: 48%;
    margin-left: 4%
  }

  .grid-list-3 li:nth-child(3n+1) {
    margin-left: 0
  }

  .grid-list-3 li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
   .grid-list-3 li:last-child {
    float: none;
    margin: 0 auto;
  }


}

@media (max-width: 340px) {
  .grid-list-5 li, .grid-list-4 li, .grid-list-3 li {
    width: 100%;
    margin:0 auto;
    clear: none;
            text-align: center;
            margin-bottom: 20px;
  }



.grid-list-4 li:nth-child(3n+1),
.grid-list-4 li:nth-child(2n+1),
.grid-list-3 li:nth-child(3n+1),
.grid-list-3 li:nth-child(2n+1)

 {
    width: 100%;
    margin:0 auto;
    clear: none;
    text-align: center;
    margin-bottom: 20px;
  }

 }



 @media (max-width: 440px) {
  .grid-list-2 li {
    width: 100%;
    margin:0 auto;
    clear: none;
    text-align: center;
  }


input[type=submit].primary,
button.primary,
.button.primary,
.bootic_button.primary {
  padding-left: 15px !important;
}


}


/* home
-------------------------------------------------*/

#home-slider .gallery-item {
  position: relative;
}

#home-slider .gallery-item:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 25, 24, 0.5);
  will-change: background;
  z-index: 0;
}

#home-slider img {
  object-fit: cover;
  /* max-width: none; */
  height: 480px;
  display: block;
  width: 100%;
}

#home-slider .item-info {
  position: absolute;
  width: auto;
  left: 200px;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

#home-slider .item-title {
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1em;
  color: #fff;
}

#home-slider .item-text {
  margin: 10px 0 20px;
  font-size: 18px;
  color: #dadada;
}

@media (max-width: 900px) {
  #home-slider .item-info {
    left: 100px;
    right: 100px;
  }
}

@media (max-width: 750px) {
  #home-slider .item-info {
    left: 60px;
    right: 60px;
  }

  #home-slider .item-title {
    font-size: 30px;
  }

  #home-slider .item-text {
    font-size: 16px;
  }
}

.section.galeria-productos-home { padding: 20px 0px; }

.section.galeria-productos-home h2 { margin: 0 20px; }

@media (min-width: 1320px) {
  .section.galeria-productos-home h2 { margin: 0 ; }
}

.logo-marca img {
        max-height: 50px;
        vertical-align: -webkit-baseline-middle;
}

.logo-marca {
        margin: 5px 10px;
        width: 100px;
        padding: 0;
        height: 50px;
        text-align: center;
        display: table-cell;
        display: inline-block;
        vertical-align: middle;
}

#latest-posts { }

#tiendas {}

/* Tiny Carousel */

#slider-productos {
  height: 1%;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 0 20px 40px;
}

#slider-productos .viewport {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid red;
}

#slider-productos .buttons {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-size: 22px;
}

#slider-productos .prev {
  right: auto;
  left: -15px;
  top: 30%;
  text-align: left;
}


#slider-productos .next {
  right: -15px;
  left: auto;
  top: 30%;
}

#slider-productos .buttons:hover {
  color: red;
  background: #fff;
}

#slider-productos .disable {
  visibility: hidden;
}

#slider-productos .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 2600px;
  left: 0;
  top: 0;
}

#slider-productos .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  height: auto;
  width: 215px;
}

.tns-outer {
  padding: 0 !important;
  margin: 0px 40px;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.tns-controls [aria-controls] {
  font-size: 12px;
  margin: 0 5px;
  padding: 0 1em;
  height: 32px;
  width: 22px;
  color: #000;
  background: #fff;
  border-radius: 0;
  border: 0px solid #333;
  line-height: 12px;
  position: absolute;
  top: 32%;
}

.tns-controls [data-controls="prev"] {
  left: 0;
  background: url(prev.png) no-repeat;
  background-size: 22px 32px;
  text-indent: -5000px;
}

.tns-controls [data-controls="next"] {
  right: 0;
  background: url(next.png) no-repeat;
  background-size: 22px 32px;
  text-indent: -5000px;
}



.tns-nav {
  text-align: center;
  margin: 10px 0;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}



/* products section
-------------------------------------------------*/

/*

.products .product-vendor {
  display: none;
}

.product-image {
  max-height: 300px;
  vertical-align: top;
}

.container .product-image {
  max-height: 250px
}
*/


.products li {
  list-style: none;
  padding: 0;
}

.products h3, .products h3 a {
          font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.artista {
  font-size: 16px;
  line-height: 22px;
  display: block;
          margin-bottom: 7px;
}

.sello, .info-attb {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
  color: #000;
}

.products small {
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.units-in-stock {
  font-size: 14px;
  color: #6daba3;
}

.variants .units-in-stock {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}

.products .units-in-stock {
  margin-bottom: 0;
}

.price {
        color: #000;
}

.products small.price {
                color: #000;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
}

.product-item .prices {
  margin-top: 10px;
          display: block;
}

.original.price {
  text-decoration: line-through;
          color: #afafaf !important;
        font-size: 14px !important;
        font-weight: 500 !important;
}

.discounted.price {
  color: #FF4141;
}

.ico-prod-ondemand {
        width: 116px;
        height: 33px;
        display: none;
        color: #333;
        background: #fff url(on_demand_313670.png) 6px 4px no-repeat;
        background-size: 24px;
        position: absolute;
        top: -6px;
        border: 1px solid #333;
        left: 9px;
        padding: 5px;
        padding-left: 36px;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 99;
        font-size: 13px;
}

.ico-prod-ondemand.Pedido { display: block;}



.product-image * {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.product-image {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.product-image .cover {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  will-change: background;
}

.product-image .cover big {
  font-size: 48px;
  position: absolute;
  top: 37%;
  margin-left: -15px;
/*  transform: translateX(-50%) translateY(-50%); */
  opacity: 0;
  will-change: opacity;
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
}

.product-image:hover div {
  background: rgba(0,0,0,0.4);
}

.product-image:hover big {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.product-image img {
  display: block;
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.product-image:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}

.discount-tag {
 /* width: 55px;
  height: 55px;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 3;
  background-color: #fd4f1c;
  border-radius: 100%; */
  width: 40px;
  height: 25px;
  position: absolute;
  border-radius: 0;
  background-color: #fd4f1cba;
  right: 0px;
  top: 0;
  z-index: 3;
  color: #fff;
}

.discount-tag span {
  /*color: white;
  padding: 15px 9px;
  font-size: 16px;
  font-weight: 500;
  display: block;*/

  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: center;
}

.variant-colors div {
  width: 15px;
  height: 15px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  display: inline-block;
  margin: 6px 2px;
}

.variant-color-blanco {
  background-color: #ffffff !important;
}

.variant-color-negro {
  background-color: #000000 !important;
}

.variant-color-rojo {
  background-color: #cc0909 !important;
}

.variant-color-bambu {
  background-color: #D7A168 !important;
}

.variant-color-gris {
  background-color: #C0C0C0 !important;
}

.variant-color-walnut {
  background-color: #663d24 !important;
}

.variant-color-dark-Walnut {
  background-color: #663d24 !important;
}

.variant-color-black-chrome {
  background-color: #474747 !important;
}

.variant-color-rojo-negro {
  background-color: #990000 !important;
}

.variant-color-chocolate-truffle {
  background-color: #663d24 !important;
}

/* product cards/grid
-------------------------------------------------*/

.grid-list .product-meta {
  padding: 0;
}

/* categories section
-------------------------------------------------*/

#category-slider {
  padding: 0 0 10px 0;
  width: 98%;
}

#category-slider .category-item {
  margin: 0 10px;
  padding-bottom: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

#category-slider .category-item:hover {
  -webkit-box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#category-slider .thumb {
  position: relative;
}

#category-slider .thumb img {
  display: block;
  margin: 0 auto;
}

#category-slider .thumb:after {
  content: "";
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
}

#category-slider .category-item:hover .thumb:after {
  opacity: 0.3;
  border-radius: 5px 5px 0 0;
}

#category-slider .name {
  text-align: center;
  margin: 15px 0 5px;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}

#category-slider h4 {
  font-size: 16px;
  margin: 0;
}

.product-list { padding-top: 0;}

.product-list .grid { margin-left: 0px;}

.product-list h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}

@media (min-width: 750px) {
   .grid > * { padding-left: 0; padding-right: 0px; }
}


/* product filters
-------------------------------------------------*/

@media (max-width: 679px){
  .width-20 { 
    width: 100% !important;
    float: none;         
    clear: both;
    padding-left: 0px;
    vertical-align: top;
    box-sizing: border-box;
  }
  .width-80 { 
    width: 100% !important;
    float: none;         
    clear: both;
    padding-left: 0px;
    vertical-align: top;
    box-sizing: border-box;
  }

}

.filtro-superior { margin: 0; padding: 0; }

.product-filters {
  white-space: nowrap;
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: right;
  padding-bottom: 10px;
}

.search-filter-label, select {
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  letter-spacing: 0.04em;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

select { padding: 0px 10px; }

/* .sidebar .search-filter-label {  border-bottom: 1px solid #ddd;padding-bottom: 10px;
width: 100%; margin-top: 20px; } */

@media (min-width: 680px) {
  .width-20 { 
     width: 25% !important;
     float: left;
     padding-left: 0px;
     vertical-align: top;
     box-sizing: border-box;
     padding-right: 20px;
  }

  .width-80 {
    width: 75% !important;
    float: left;
    padding-left: 0px;
    vertical-align: top;
    box-sizing: border-box;
  }
}

.sidebar h3 {
  padding: 10px 0;
  font-size: 24px;
  margin: 0;
  display: none;
}
.sidebar .search-filter-label { width: 100%; margin: 0; padding: 0; }

.filtro-lateral .filtros-productos {         margin-bottom: 10px; }


.filtro-lateral .filtros-productos ul {
       margin-left: 8px;
        margin-top: 5px;
}

.filtro-lateral .filtros-productos ul li {
        padding: 0;
        margin: 0;
        display: block;
}

.filtro-lateral .filtros-productos ul li#base-producto,
.filtro-lateral .filtros-productos ul li#a-pedido,
.filtro-lateral .filtros-productos ul li#catalogo-alliance { 
  display: none; 
}

.filtro-lateral .filtros-productos ul li input[type="checkbox"],  .filtros-productos ul li input[type="radio"] {
  margin: 0;
  display: inline-block;
  margin-right: 5px;
}

.filtro-lateral .filtros-productos ul li label {
  margin: 0;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

.filtro-superior .product-filters .search-filter-label {display: inline-block;}

.filtro-superior button.accordion, .sidebar button.accordion  { padding: 0 10px; border-bottom: 0px solid #666;}
.filtro-lateral button.accordion { padding:0; } 
.filtro-lateral button.accordion:before { content: '\21A1'; pointer-events: none; margin-left: 10px; }
.filtro-lateral button.accordion.active:before { content: "\219F"; pointer-events: none; margin-left: 10px;}

.sidebar div.panel { padding: 0px; }



@media (min-width: 680px){
     .xprecio, .xorden, .xpagina { display: inline-block;}

     .filtro-superior div.panel { max-height: 100px; }
     .sidebar div.panel { max-height: initial; overflow: auto; }
     .filtro-lateral div.panel { max-height: 0; margin-bottom: 10px;}

     .filtro-superior button.accordion, .sidebar button.accordion  { display: none !important;}
     .sidebar h3, .filtro-lateral button.accordion { display: block !important;}
}




@media (max-width: 679px) {

  .filtro-superior .product-filters select {
    margin: 0 0 15px 0 !important;
    width: 165px !important;
  }

  .filtro-lateral {padding: 0 10px;}
  .sidebar div.panel { border: 1px solid #f5f5f5; overflow: scroll;}
  .sidebar .filtro-lateral div.panel { border:0; }
  .sidebar .filtro-lateral button.accordion { margin-top: 10px; }
}

@media (max-width: 900px) {
  #category-list {
    margin: 20px 0 30px;
    background: #eee;
    padding: 10px 20px 5px;
  }

}


/* single product section
-------------------------------------------------*/

#product-images {
  margin-bottom: 30px;
  /* text-align: center; */
}

#main-image { position: relative; }

@media (min-width: 600px){
    #product-images { margin: 0 50px; margin-bottom: 30px; }
    #main-image { max-width: 80%; margin: 0 auto; }
} 

#product-images .loading {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#product-images .loading.spinner {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.product .thumbs {
  text-align: center;
  margin-top: 7px;
}

.product .thumbs li {
  display: inline-block;
  margin: 8px 10px 0 0;
}

.product .thumbs img {
  width: 85px;
}

.product h3 {
  margin-bottom: 0;
}

.product .title-description {
/* min-height: 345px; */
  margin-bottom: 20px;
}

.title-description h3.product-model {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 36px;
}
.title-description .artista {
  font-size: 25px;
  text-decoration: underline;
  display: block;
  line-height: 27px;
}

.title-description .precio {
          display: block;
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  margin: 15px 0;
}

.title-description p {
  line-height: 18px;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.caract { margin: 20px 0; clear: both;}

.product .price {
  color: #FF4141;
}

.product .sello, .product .formato, .product .sello a, .product .formato a { 
  color: #333; 
  text-decoration: none; 
}

.product .discounted,
.product .bootic-price-comparison-box {
  color: #999;
  padding-right: 6px;
}

#product-description {
  margin-top: 20px;
}

#product-attributes ul {
}

#product-attributes li {
  color: #555;
  border-bottom: 1px solid #eee;
  padding: 13px 5px;
  margin: 0;
}

#product-attributes strong {
  font-weight: 600
}

.otros-productos .section { 
  width: 100%; 
  margin: 0 auto;
}

@media (min-width: 480px) {
  .otros-productos .section { width: 80%; }
}

.buying-info {
  background: #f6f6f6;
  padding: 0 20px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.shipping-calc a {
  color: red;
  text-decoration: underline;
}

.info-tabs {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.info-tabs .item {
  letter-spacing: .1rem !important;
  /*border-bottom: 1px solid #ccc;*/
  line-height: 35px !important;
}


.info-tabs .menu li.item {
  font-size: 11px;
  line-height: 35px !important;
}

@media (min-width: 901px) and (max-width: 1200px) {
  .info-tabs .item {
    padding: 0 10px;
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .info-tabs .item {
    padding: 0 10px;
    font-size: 10px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .info-tabs {
    border-bottom: none;
  }

  .info-tabs .item {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}

.info-tabs li a {
  color: #999;
}

.info-tabs li.current {
  border-bottom: 1px solid #000;
  top: 1px;
}

.info-tabs li.current a {
  color: #000;
}

/* posts section
-------------------------------------------------*/

.posts.section .post {
  margin-left: auto;
  margin-right: auto;
}

/* blog
-------------------------------------------------*/

.post {
  margin-bottom: 100px;
}

.post h1 a {
  color: #123;
  text-decoration: none;
}

.post .more-link:hover {
  color: #222;
}

small.date {
  margin-top: 50px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #ccc;
  display: block;
  padding: 7px 0;
}

/* post content
-------------------------------------------------*/

.entry small {
  color: #666;
  line-height: 150%;
  font-size: 0.9em;
}

.entry a small {
  display: inline;
}

.entry embed {
  margin: 10px 0 20px;
}

.entry span {
  height: 20px;
  border: 1px solid #bec7c5;
  border-left: 0;
  border-right: 0;
  margin: 25px 0;
  display: block;
}

.entry .quote {
  padding: 20px;
  border: 1px solid #ccc;
  padding: 15px 15px 0;
  background: #fbfbfb;
  background-position: 30px -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.entry .codecolorer span {
  display: inline;
  margin: 0;
  border: none;
}

.entry blockquote,
.entry pre,
.entry .codecolorer,
.entry code {
/*  background: #101C21;
  border:1px solid #293842;*/
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 1.5em 1em 2em;
  padding: .8em 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #222;
}

.entry code {
  font-size: 13px;
  white-space: nowrap;
  display: block;
  overflow-x: auto;
}

.entry blockquote p,
.entry pre p,
.entry code p,
.commentlist blockquote p {
  font-size: 1.4em;
  margin: 0;
}

.entry blockquote li {
  margin-left: 30px;
}

.entry blockquote ol,
.entry blockquote ul {
  margin-bottom: 15px;
}

/* imagenes en posts
-------------------------------------------------*/

.entry img,
.entry object {
  margin: 0 0 20px;
  position: relative;
  display: block;
  padding: 0;
}

.entry img[align="left"],
.entry img.note-float-left {
  margin-right: 20px;
}

.entry img[align="right"],
.entry img.note-float-right {
  margin-left: 20px;
}

img.border {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/* cart, add to cart fixes
-------------------------------------------------*/

.bootic_form fieldset {
  margin: 0;
}

.bootic_form legend {
  /*font-weight: 400;*/
  color: #aaa;
}

.bootic_form label {
  /*font-weight: 400;*/
  padding-top: 11px;
}

.bootic_form .row.checkbox {
  text-align: center;
  margin: 25px 0;
}

.bootic_form .row.checkbox label {
  margin-left: 0;
}

@media (max-width: 700px) {
  .bootic_form label {
    text-align: left;
  }

  .bootic_form select,
  .bootic_form input[type=text],
  .bootic_form input[type=email],
  .bootic_form input[type=password],
  .bootic_form textarea {
    width: 100%;
    margin-bottom: 0;
  }
}

.btn-add-to-cart{
    margin: 15px auto;
        padding: 0;
        text-align: center;
        display: block;
}

.add_to_cart {
        padding: 0;
        margin: 0;
        text-align: center;
}

.title-description .add_to_cart {
        padding: 0;
        margin: 0;
               text-align: left;
        margin-left: 0;
        float: left;
        margin-bottom: 0;
}



.in-stock .add_to_cart {
  display: block;
}

.add_to_cart .variant-options {
  margin: 15px;
}

.add_to_cart ul.variants {
  margin: 0;
}

.add_to_cart li {
  padding: 16px 15px;
  border-top: 1px solid #eee;
  position: relative;
}

.add_to_cart li:hover {
  background-color: whitesmoke;
}

.add_to_cart .variants input[type=radio] {
  background: yellow;
  position: absolute;
  top: 17px;
}

.add_to_cart label {
  /*font-weight: 600;*/
  color: #5f838e;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1rem;
  margin-left: 28px;
  line-height: 16px;
}

.add_to_cart #cart_item_quantity, .cart_item_quantity {
  width: 40px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 14px;
  border: 1px solid #aaa;
}

.add_to_cart .submit, .add_to_cart .bootic_alert  {
  font-size: 10px;
  margin: 0 auto;
  width: 160px;
  background: #ffff66;
  color: #000;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0px solid #000000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0;
  line-height: 42px;

}

.add_to_cart .submit, .add_to_cart .bootic_alert:hover {
  background: #333;
}

.add_to_cart .orders_disabled, .add_to_cart .out_of_stock {
  background: #fff;
  border: 01px solid #666;
  color: #666;
  height: 50px;
  font-weight: 600;
  letter-spacing: .03rem;
}

@media (max-width: 400px) {
  .add_to_cart .submit, .add_to_cart .bootic_alert {  
    width: 140px;
    height: 40px !important; 
    line-height: 40px; 
  }
}

/* banner inicio
--------------------------------------------*/
#banner-inicio { width: 100%;  }

#banner-inicio .container { padding: 0; margin: 0 auto; }

#banner-inicio a  { width: 100%; display: block; float: none; clear: both; margin: 0 auto; text-align: center; }

#banner-inicio .a-pedido { width: 100%; background: #ffff66; padding: 20px; clear: both; display: inline-block; margin-top: 20px;}

#banner-inicio .a-pedido .width-50 { float: none;  clear: both; margin: 0 auto; }

#banner-inicio .a-pedido a {font-size: 29px; text-transform: uppercase; color: #000;        padding: 15px 0px 15px 20px;margin-bottom: 20px;  width: 260px;  border: 2px solid #000; }

#banner-inicio .a-pedido p {
        font-size: 20px;
        line-height: 26px;
        color: #000;
        margin: 0;
        letter-spacing: 0.02em;
}

@media (min-width: 425px) {
 #banner-inicio .a-pedido { padding: 40px; }
 #banner-inicio .a-pedido a { width: 320px; padding: 5px 20px; font-size: 36px; }

}

@media (min-width: 600px) {
 #banner-inicio .a-pedido .width-50 { width: 80% !important; }
 #banner-inicio a  { width: 48%; margin-bottom: 10px; display: inline-block; float: left; clear: none;; text-align: center;  }
 #banner-inicio .container :first-child   { margin-right: 18px; }
}

@media (min-width: 730px) {
 #banner-inicio .a-pedido .width-50 { width: 50% !important; }
}

@media (min-width: 800px) {
  #banner-inicio .a-pedido .width-50 { float: left; width: 50%; clear: none;}
}

@media (min-width: 900px) {
   #banner-inicio .a-pedido { padding: 40px 80px; }
   #banner-inicio a  {margin-bottom: 25px;  }
   #banner-inicio .container :first-child    { margin-right: 30px; }
}

@media (min-width: 1100px) {
  #banner-inicio .a-pedido { padding: 40px 150px; }
}

@media (min-width: 1200px) {
  #banner-inicio a  {margin-bottom: 27px;  }
  #banner-inicio .container :first-child  { margin-right: 38px; }
}

/* somos
--------------------------------------------*/
#somos .container { 
  width: 100%; padding: 0;           
  margin-bottom: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#somos img { 
  width: 600px; 
  margin: 0 auto; 
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#somos .txt{
  width: 90%;
  height: 230px;
  background: #fff;
  border: 2px solid #000;
  padding: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto; display: block;
  position: relative;
  z-index: 99;
  top: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#somos p { 
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 100px;
  font-family: 'Montserrat', sans-serif; 
}

@media (min-width: 375px) {
    #somos .txt{ height: 280px; }
 }

@media (min-width: 480px) {
  #somos .container { width: 80%; }
  #somos .txt{ top: -98px; height: 240px; }
}

@media (min-width: 620px) {
  #somos .txt{ width: 450px;  padding: 40px; }
}

 @media (min-width: 800px) {
   #somos img { display: inline-block; }
   #somos .container { margin-bottom: 0; }
  #somos .txt{
    width: 450px;
    height: 240px;
    padding: 40px;
    top: 130px;
    right: 0;
    position: absolute;
  }
 }

@media (min-width: 1100px) {
  #somos .container { width: 60%; padding: 0;         max-width: 1128px; }
}

/* subscribe
--------------------------------------------*/

#subscribe {
  background-color: #fff;
}

#subscribe .container {
}

#subscribe .container .mail-cont{
  border: 2px solid #000;
  padding: 40px;
  float: left;
}

@media (min-width: 980px) {

  #subscribe .container .mail-cont{
    border: 2px solid #000;
    padding: 40px 80px;
    float: left;
  }

}

#subscribe .container .mail-cont .width-50 { 
  float: left;
  padding-left: 40px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 750px) {
   #subscribe .container .mail-cont  .width-50 { width: 45%;}
}

@media (min-width: 1270px) {
   #subscribe .container .mail-cont  .width-50 { width: 43%;}
}

#subscribe .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.005em;
  border: 0;
}

#subscribe .text,
#subscribe form { margin: 0; }

#subscribe .text { font-size: 30px;  line-height: 38px;  padding: 0px; }

#subscribe fieldset {
  margin: 15px 0 0;
}

#subscribe input {
  width: 95%;
  margin-right: 0px;
  border-color: #000;
  font-size: 14px;
}

#subscribe input[type="email"] {
  width: 60%;
  margin-right: 0px;
  float: left;
 margin-bottom: 0;
}

#subscribe input[type="submit"]  {
  width: 100px;
  margin-right: 0px;
  float: left;
  background: #000;
  color: #fff;
  padding: 0;
  font-size: 12px;
  margin-left: 5px;
}

#subscribe .phone_row {
  display: none !important;
}

@media (max-width: 840px) {
  #subscribe input {
    width: 100%;
  }
}

@media (max-width: 749px) {
  #subscribe .title { margin-top: 35px; }
  #subscribe .container .mail-cont .width-50 {padding-left: 0px;}
}

/* footer
-----------------------------------------------------------*/

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -345px;
}

#footer, #wrapper-push {
  height: 345px;
  /* clear: both; */
}

footer {
  background: #fff;
  color: #333;
  overflow: hidden;
  padding: 20px;
}

@media (max-width: 760px){
   footer .width-25 { 
    width: 100% !important;
    clear: both;
    padding: 10px 60px;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 500px){
   footer .width-25 { padding: 10px 20px;}
}

@media (min-width: 760px){
   footer .width-25 { width: 25% !important; padding: 0; }
   footer .nuestras-tiednas { padding-right: 20px;}
   footer .clientes { padding: 0 40px; }
}

footer .grid { 
  margin-left: 0px; 
  border-top: 1px solid #333; 
  padding-top: 40px; 
}

footer a {
  color: #333;
}

footer h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #333;
}

footer ul {
  margin: 0 0 30px;
}

footer .menu li {
  font-weight: 400;
  padding: 5px 0;
  font-size: 12px;
}

footer p, footer li {
  margin: 0;
}

footer hr {
  border-color: #3e3e3e;
}

footer p {
  font-weight: 400;
}

footer strong, footer p a {
  color: #000;
}

.social-icons {
  text-align: center;
  margin: 30px 0 0;
}

.social-icons a {
  font-size: 30px;
  padding: 0 10px;
}

footer ul.social-link {
  float: left;
}

footer button.accordion {
  background: #0000;
  text-transform: capitalize;
  color: #666;
  font-size: 14px;
}

footer div.panel {
  background: #0000;
  font-size: 14px;
  padding-top: 7px;
  line-height: 16px;
}

/* pagination
--------------------------------------------------------------*/

.pagination {
  margin: 2em 1em .5em;
  color: #999;
  text-align: center;
  clear: both;
}

.pagination a,
.pagination span {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 1em;
  margin: 0 2px;
  margin-bottom: 5px;
        display: inline-block;
}

.pagination a:link,
.pagination a:visited {
  color: #666;
  border-color: #999;
}

.pagination a:hover,
.pagination .current {
  color: #333;
  border-color: #666;
}




/* libreria EasyZoom
--------------------------------------------------------------*/

.easyzoom {
  position: relative;

  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error  img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position:absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.easyzoom-flyout img {
  max-width: inherit;
}

/* photo hover */

.product__item {
  /*position: relative !important;*/
  /*width: 300px !important;*/
  /*height: 200px;*/
  /*overflow: hidden;*/
}

.product__img--hidden {
  opacity: 0;
  position: absolute;
  display: block;
  top: 0;
  transition: opacity 0.4s ease-in-out;
}

.product__link:hover .product__img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.product__link:hover .product__img--hidden {
 opacity: 1;
}

.product__caption {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  z-index: 100;
  left: 0;
  transition: all 300ms ease-out;
  width: 100%;
  display: block;
  top: -33px;
  line-height: 25pt;
  text-align: center;
  font-size: 11px;
}
.product__item:hover .product__caption {
  opacity: 1;
  transform: translateY(100%);
}

/*
.bootic-modal>div {
  width: 730px !important;
  left: 45% !important;
}*/

/* 23 junio 2020 */

.vinyl-type-badge {
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 400;
  width: 50px;
        height: 50px;
}

.delay-badge {
  position: absolute;
  bottom: 0;
  z-index: 200;
}

.delay-badge img {
  width: auto;
}

.a-pedido input.primary {
  background-color: black;
  color: yellow;
}

#main-image .delay-badge img {
  width: auto;
}

/* btn bundle */
.btn-bundle {
  background-color: #ffff66 !important;
  color: black !important;
}

[class^="spinner"] {
  background-color: #f40375;
  color: #fff;
  display: none;
  margin-left: 10px;
}

/* AJUSTES A CARRITO AJAX */


.cart_table th,
.cart_table td {
  padding: 13px 15px;
}

.cart_table th {
  font-weight: normal;
}

.cart_table img {
  width: auto;
  max-width: 50px;
  margin: 7px 4px 0 15px;
}

.cart_table .cart_item_qty input {
  margin: 0;
  height: 36px;
  width: 36px;
}

.cart_table .cart_item_name {
  width: 50%;
}

.cart_table .remove {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

@media (max-width: 549px) {
  .cart_table th,
  .cart_table td {
    padding: 13px 8px;
  }
}


/* para dejar espacio a la nueva columna */
.cart_table .cart_item_name {
  width: 40%;
}

.bootic_cart .bootic_button.next, .bootic_cart .bootic_button.back {  
  font-size: 11px; 
  width: auto; 
  display: inline-block; 
  line-height: 43px;
  padding: 0 12px !important; 
}

.bootic_cart .bootic_button {background: #ffff66; }
.bootic_cart .bootic_button:hover {background: #333; }

.bootic-modal > div { 
  width: 80% !important;  
  left: 0;right: 0;
  margin: 0px auto; 
  /* padding: 40px 20px; */
}

.cart_table .cart_item_thumb { width: 60px; padding: 0;}
.cart_table th, .cart_table td { padding: 13px 5px;}

@media (max-width: 600px) {
  .bootic-modal>div { width: 95% !important;margin: 0px auto !important; padding: 20px 10px; }
}

.yotpo-label.yotpo-small-box { display: none; }
.yotpo-first-review-stars { display: none; }
.yotpo .yotpo-first-review { margin-top: 0 !important; }
.yotpo .yotpo-first-review .yotpo-first-review-content { text-align: left !important; }

.add_to_cart .orders_disabled, .add_to_cart .out_of_stock {
  background: rgb(225, 225, 225);
}

.cart-table-modal>div {
  width: 560px!important;
  left: auto;
  right: 0;
  margin: 0px auto;
  padding: 40px 20px;
  height: 100%;
  top: 0;
  -webkit-transform: scale(1) translateY(0) translateX(50%);
  transform: scale(1) translateY(0) translateX(50%);
}

.cart_table .cart_item_thumb {
  width: 60px;
  padding: 0;
}

.cart_table th,
.cart_table td {
  padding: 13px 5px;
}

.cart-table-modal .close-button:after {
  content: '\00d7';
  display: inline-block;
  font-size: 30px;
  opacity: 1;
  color: #b80203;
  text-align: center;
  width: 24px;
  height: 24px;
  font-weight: 700;
}

.bootic_button.next,
.bootic_button.back {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-size: 9px !important;
  line-height: 43px;
  height: 40px;
  font-weight: 700;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0px 15px;
  text-decoration: none;
  border-bottom: 0px solid #2c372e;
  letter-spacing: 0.03em;
  font-family: 'Spartan', sans-serif;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
}

.bootic_button.next:hover,
.bootic_button.back:hover {
  background: #555 !important;
  color: #fff !important;
  font-size: 11px;
  line-height: 43px;
  height: 40px;
  font-weight: 600;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0px 15px;
}

@media (max-width: 850px) {
  /* .cart_item_total .discount_total { display: block !important; } */
}

@media (max-width: 600px) {
  .cart-table-modal>div {
    width: 95% !important;
    margin: 0px auto !important;
    padding: 20px 10px;
  }
}

.cart-table-modal.active>div {
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}


/*
.cart_item_total .discount_total {
        border-radius: 3px;
        padding: 0 4px 0 0;
        background-color: #ead4f9;
        color: #8356c5;
        display: block;
        margin: 0 3px;
}
*/

.cart_item_total .discount_total {
  display: block;
  margin: 0 -4px 1px 0;
}

.cart_table {
  font-size: 11px;
  font-weight: 700;
  /*
        width: 100%;
        border-spacing: 0;
        margin-top: 10px;
        color: #444;
*/
}

@media (max-width: 549px) {
  .cart_table .cart_item_thumb * {
    display: inline-block;
  }
}


/** PARA VER LISTADO O GRILLA **/

.filtros {
  white-space: nowrap;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  border-top: 1px solid #e3e3e3;
  overflow: hidden;
}

.xvista {
  float: right;
  width: 125px;
  margin-top: 5px;
  text-align: right;
}

.xvista button {
  padding: 0 10px;
  height: 30px;
  line-height: 30px
}

.xvista label {
  display: inline-block;
}

.listado ul.products.grid-list-4 li {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
}

.listado ul.products.grid-list-4 li .product-image {
  display: inline-block;
  width: 23%;
  margin: 0;
  float: left;
  transition: all 0.8s ease-in-out;
}

.listado ul.products.grid-list-4 li .product-meta {
  padding: 0;
  margin-top: 0;
  text-align: left;
  float: right;
  width: 74%;
  min-height: auto;
}

@media (max-width: 470px) {
  .listado ul.products.grid-list-4 li .product-image {
    width: 28%;
  }
  .listado ul.products.grid-list-4 li .product-meta {
    width: 68%;
  }
}

.grid-list li h3.product-model,
.grid-list li h3.product-model a {
  margin: 0px;
}

.listado ul.products.grid-list-4 li .info-pro h3.product-model,
.listado ul.products.grid-list-4 li .artista,
.listado ul.products.grid-list-4 li .sello {
  width: 60%;
  display: inline-block;
}

.listado ul.products.grid-list-4 li .bt-compra {
  width: 25%;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
}

.listado .playlist {
  width: 25%;
  display: initial;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 888px) {
  .listado .playlist {
    width: 100%;
    display: block;
    position: initial;
  }
}

@media (max-width: 800px) {
  .listado ul.products.grid-list-4 li .info-pro h3.product-model,
  .listado ul.products.grid-list-4 li .artista,
  .listado ul.products.grid-list-4 li .sello {
    width: 55%;
  }
  .listado ul.products.grid-list-4 li .bt-compra {
    width: 30%;
  }
}

.listado ul.products.grid-list-4 li .bt-compra .btn-add-to-cart {
  margin: 0px auto 15px;
}

.listado ul.products.grid-list-4 li .prices,
.listado ul.products.grid-list-4 li .prices small,
.listado ul.products.grid-list-4 li .bootic-price {
  margin-bottom: 10px;
  text-align: right;
  margin-top: 0;
}

.precio-listado,
.listado .precio-grilla,
.playlist {
  display: none;
}

.listado .precio-listado {
  display: block;
}

.listado .add_to_cart .bootic_alert,
.listado .add_to_cart .submit {
  line-height: 40px;
  height: 35px !important;
}

.product-filters {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
  float: right;
  margin-left: 10px
}

.info-vinilos strong,
.info-vinilos .edicion,
.info-vinilos .estado,
.info-vinilos .formato,
.info-vinilos .tags-item {
  display: none;
}

.listado .info-vinilos strong {
  display: initial;
  color: #000;
}

.listado .info-vinilos .edicion,
.listado .info-vinilos .estado,
.listado .info-vinilos .formato,
.listado .info-vinilos .tags-item {
  display: block;
}

.variants-container,
.cart_item_quantity {
  display: none;
}

.title-description .variants-container {
  display: block;
}

.head-coll {
  text-align: center;
}

.txt-desc {
  font-family: 'Spartan', sans-serif;
  padding: 0 20px;
}

h2.tit-categ {
  border: 0;
}

.coll-sub .container .gallery-item {
  margin: 10px auto;
  width: 280px;
}

@media (min-width: 800px) {
  .head-coll {
    width: 70%;
    margin: 0 auto;
  }
  .coll-sub .container {
    display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
  }
  .coll-sub .container .gallery-item {
    margin: 10px;
  }
}

/* april 2023 */
.sticky {
    display: none;
    background: transparent;
    bottom: 0px;
    color: #fff;
    padding: 0em;
    z-index: 1000;
    position: sticky;
}


button.play-spotify:before {
    background: url(spotify.svg);
    content: "icon";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: transparent;
    padding: 10px 0px;
}

button.play-spotify {
    border: none;
    padding: 0;
}

/* blog posts*/

section#single-post img {
    margin: auto;
    overflow: auto;
    object-fit: contain;
    width: 100%;
    max-height: 600px;
}


form.bootic-notify-restocked-form.bootic_form {
    text-align: center;
}

.bootic_row.block.email_row {
    width: 300px;
    margin: 20px auto;
}

form.bootic-notify-restocked-form.bootic_form button {
    width: 300px;
}

/*! SLIDEOUT CART REDESIGN */

.cart_table .cart_item_name {
  width: 40%;
  padding: 0 1rem 0 1rem;
}

.cart_table thead th {
  color: #000;
  font-weight: 500;
}

.cart_item_wait_time {
  text-align: center;
}

.cart_item_wait_time span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 3px;
  font-size: 1rem;v
}

.lottie-wait-time {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 1.8rem;
}

.cart-alert {
  background-color: #ff9320!important;
  padding: 2rem!important;
  width: 95%;
  margin: 0 auto!important;
  border: 1px solid #b36b1f!important;
}

.cart-alert ul {
  margin-bottom: 0;
  padding: 0 0 0 2rem;
}

.cart-alert li {
  color: #fff!important;
  list-style-type:  disc!important;
}

.cart-alert h3 {
 color: #fff!important;
 font-weight: 500;
}

.cart_table .cart_item_qty.overbought input {
  background: #ff9320;
  color: #fff;
  font-weight: 600;
  border-color: #b36b1f;
}

.slideout .cart_table .cart_item_thumb * {
  display: block;
}

.slideout thead .cart_item_thumb span {
  display: none!important;
}

.slideout .cart_table .cart_item_thumb {
  padding-left: 1rem;
}

form.bootic_cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slideout .cart-title {
  font-weight: 600;
}

.cart_table .cart_item_name a {
  font-weight: 600;
  display: flex;
  line-height: 1.6rem;
}

.cart_table br {
  display: none;
}

.cart_item_total_wrapper {
  display: flex;
  flex-direction: column-reverse;
}

td.cart_item_total {
  font-weight: 600;
}

.discount_total .icon.item_discount svg {
  left: 2px;
}

.cart_item_total .discount_total {
  margin:0;
  height: calc(100dvh + 82px);
}

#cart-modal-container .discount_total {
  height: unset;
}

.cart-table-modal.active > div {
  padding: 0;
}

.cart-title {
  padding: 2rem 2rem 0;
}

.cart_table {
  padding: 0 2rem;
  margin-bottom: 0;
}

.cart_action_buttons {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  margin: 0 !important;
  border-top: 1px solid #ccc;
  align-self: flex-end;
  z-index: 999;
}

.cart_action_buttons > .bootic_button {
  letter-spacing: unset;  
}

.delivery-notice {
  border: 1px solid #000;
  padding: 2rem;
  border-radius: 5px;
  color: #000;
}

#related-products-cart {
  padding: 2rem;
}

#related-products-cart .products {
  display: flex;
  gap: 1rem;
}

#related-products-cart .products li {
  position: relative;
  width: 25%;
  max-width: 25%;
}

#related-products-cart .products .product__img {
  object-fit: contain!important;
  aspect-ratio: 1;
}

#related-products-cart delay-badge img{
  width: 100%!important;
}

#related-products-cart .product-image .cover {
  display: flex;
  justify-content: center;
  align-items: center;
}

#related-products-cart .product-image .cover big {
  position:relative;
  left: unset;
  top: unset;
  margin-left:0;
}

@media (max-width:600px) {
  
  .cart_table {
    padding: 0 0.5rem;
  }
  
  .cart_item_wait_time {
    font-size: 1rem;
  }
  
  .lottie-wait-time {
    display: none;
  }
  
  .cart_table .cart_item_thumb * {
    display: none;
  }
  
  #related-products-cart {
    background-color: #fff;
  }
  
  #related-products-cart .products {
    flex-wrap: wrap;
  }
  
  #related-products-cart .products li {
    width: calc(50% - 0.5rem);
    max-width: 50%;
  }
  
}






@media (min-width: 660px) { 
     .hid-dest {display: none; opacity: 0;}
     
}
@media (max-width: 660px) { 
     .hid-phone {display: none; opacity: 0;}
}



#product .product.section .container { width: 100%; max-width: 1100px; margin: 0 auto;  }

.otros-productos .section { width: 100%; }

.otros-productos .section .container {
        width: 100%;
        max-width: 1100px;
}




#product-image { padding: 0; }

@media (min-width: 600px) {
     #main-image { max-width: 100%; margin: 0 auto;}
     #product-image { margin-right: 30px;}
     .width-40 { padding: 0;}
     #product .grid > * { padding-left: 0px; }
}


.title-description .add_to_cart {
        padding: 0;
        margin: 0;
        text-align: left;
        margin-left: 0;
        float: none;
        margin-bottom: 0;
}


.title-description h3.product-model {
        font-size: 40px;
        font-weight: 700;
                margin-bottom: 10px;
        line-height: 50px;
        color: #333;
}
.product .title-description .marca, .product .title-description .marca a{
        color: #666;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 20px;
        font-weight: 500;
                margin-bottom: 15px;
}


.product .title-description .tags { margin: 20px 0; }


.product .title-description .tags a { background: #feffa3; padding: 10px 10px 8px; font-family: 'Spartan', sans-serif;         
    font-size: 12px; line-height: 12px; font-weight: 700;  margin-bottom: 10px; }

.title-description .precio {
        display: block;
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        margin: 15px 0;
}

.title-description .breve-descipc, .title-description .breve-descipc ul li, .breve-descipc ul li  { 
        font-family: 'Spartan', sans-serif; font-size: 13px;
                line-height: 18px;
        font-weight: 600;
        color: #000;  }

 .title-description .breve-descipc ul li , .breve-descipc ul li {
  background:  url(arrow-bullet.jpg) no-repeat;
  background-position: left 5px;
  background-size: 11px 6px;
          padding-left: 17px; 
}       
#home .breve-descipc { display: none;}

#search-results .info-productos .breve-descipc ul li, .otros-productos .breve-descipc { display: none;  }
#search-results.listado .info-productos .breve-descipc ul  { margin: 15px 0; }
#search-results.listado .info-productos .breve-descipc ul li  {
        
  background:  url(arrow-bullet.jpg) no-repeat;
  background-position: left 5px;        
  background-size: 11px 6px;
          padding-left: 17px !important; 
           font-family: 'Spartan', sans-serif; font-size: 13px;
       line-height: 18px;
        font-weight: 600;
        color: #000;
        border: 0 !important;
        padding-bottom: 0;
        margin-bottom: 7px;
                text-align: left !important;
} 
#search-results.listado .info-productos .breve-descipc ul li:nth-child(-n+3) { display: block; }

select {
        line-height: 1.6;
        border-radius: 0;
        padding-right: 36px;
        background: url(caret-down-solid.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 22px 6px;
}

.add_to_cart select {
text-transform: initial;
        font-family: 'Spartan', sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        font-size: 15px;
        height: 47px;
        padding: 0px 20px;
        padding-right: 36px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #333;
}


.title-description .add_to_cart .quantity_button {
        width: 35px;
        background: #ececec00;
        color: #000;
        border: 0px solid #999;
        padding: 0;
        margin: 0;
        height: 47px;
        line-height: 47px;
        font-size: 27px;
        font-weight: 100;
         display: inline-block;
         box-sizing: border-box;
         text-align: center;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
                float: left;
                
        
}

.add_to_cart .quantity_button.decrease_quantity { border-left: 1px solid #000; -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
float: left;
padding-left: 5px;
}
.add_to_cart .quantity_button.increase_quantity { border-right: 1px solid #000; 
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-right: 5px;
margin-right: 10px;
}



.title-description .add_to_cart #cart_item_quantity, .title-description .add_to_cart .cart_item_quantity {
        width: 40px;
        height: 47px;
        line-height: 47px;
        font-size: 23px;
        font-weight: 400;
         text-align: center;
        box-sizing: border-box;
        margin-right: 10px;
               display: inline-block;
               float: left;
                       font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
        margin: 0;
        border: 0px solid #aaa;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        padding: 0;
                margin-bottom: 10px;

}


.add_to_cart .submit {
        font-size: 12px;
        margin: 0 auto;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 0px solid #000;
        font-family: 'Spartan', sans-serif;
        text-transform: uppercase;
        padding: 0 !important;
        line-height: 52px;
                font-weight: 700 !important;
        height: 47px !important;
        width: 100%;
}





.title-description .add_to_cart .submit {
        font-size: 14px;
        margin: 0 auto;
        
        /* background: #fff200 !important;  */
        color: #000 !important;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 0px solid #000;
        font-family: 'Spartan', sans-serif;
        text-transform: uppercase;
        padding: 0 !important;
        line-height: 50px;
        height: 47px !important;
        width: 100%;
        max-width: 320px;
}

.title-description .a-pedido .add_to_cart .submit {
        background: #000 !important; 
        color: #fff200 !important;  
}



.title-description .add_to_cart .submit:hover {
        border: 0px solid #000;
        background: #333 !important;
        color: #fff !important;
        
  }


.add_to_cart .bootic_alert {
        font-size: 11px;
        margin: 0 auto;
        background: #e1e1e1 !important; 
         color: #999 !important; 
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 0px solid #000;
        font-family: 'Spartan', sans-serif;
        text-transform: uppercase;
        padding: 0 !important;
        line-height: 50px;
        height: 47px !important;
         font-weight: 700 !important;
        width: 100%;
        letter-spacing: 0.0em;
        
}
@media (max-width: 525px) {
   .listado .add_to_cart .bootic_alert { font-size: 10px; }
}

@media (max-width: 455px) {
   .listado .add_to_cart .bootic_alert { font-size: 8px; }
}
.disponib { background: #a2a2a2;
        color: #fff200;
        display: block;
        padding: 10px 20px 8px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 15px;
        font-family: 'Spartan', sans-serif; margin-bottom: 10px;}  

.show-shipping-calc {   text-decoration: underline;font-family: 'Spartan', sans-serif; font-weight: 600;
        font-size: 13px; padding: 10px 0;display: block; clear: both; }   


.product .price {
        color: #000;
}

.mas-info { clear: both; margin-top: 40px;overflow: hidden;  }

.info { margin-bottom: 60px; overflow: hidden; }

.mas-info, .mas-info div  { font-family: 'Spartan', sans-serif; 
font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        color: #000; }

.mas-info h4, .otros-productos h2  {
        font-size: 35px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #000;
        color: #000;
        font-weight: 400;
        margin-bottom: 30px;
        font-family: 'Montserrat', sans-serif;
   }

.otros-productos h2 a  {
        font-size: 35px !Important;
        line-height: 45px !Important;
        border-bottom: 0px solid #000;
        color: #000 !Important;
        font-weight: 400 !Important;
        margin-bottom: 0px;
   }



.mas-info p, .mas-info li {
        font-family: 'Spartan', sans-serif;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
                margin-bottom: 10px;
    }
.mas-info p b, .mas-info li b { text-transform: uppercase;
        font-weight: 800;
        font-size: 11px; }


#caract .col-2, #caract .info img, #caract .col-3, .img-prod-1, .img-prod-2 { width: 100%; margin: 0 auto;}

@media (min-width: 630px) {
  #caract .col-2 {  column-count: 2; column-gap: 50px; width: 100%; }
  #caract .col-3 {  column-count: 2; column-gap: 50px; width: 100%;}
  #caract .info img { padding: 0 20px;}
  .img-prod-1 { width: 66%; float: right;}
  .img-prod-2 { width: 33%; float: left; }
}

@media (min-width: 900px) {
  #caract .col-2 {  column-count: 2; column-gap: 50px; float: left;width:60%; }
  #caract .info img { float: right;width: 40%; }
}

#img-prod{ clear: both; width: fit-content;margin: 30px auto; overflow: hidden;}
#img-prod img { width: 100%; }

#espe-tec ul, #caja ul {list-style: none;border-top: 1px solid #ddd;}
#espe-tec ul li, #caja ul li { margin: 0; padding: 10px 20px; border-bottom: 1px solid #ddd;background-color: #f9f9f9; }
#espe-tec ul li:nth-of-type(2n), #caja ul li:nth-of-type(2n) { background-color: #fff; }

#espe-tec b { width: 100%; display: block; }

@media (min-width: 570px) {
    #espe-tec b { width: 35%; display: inline-block; } 
}

@media (min-width: 660px) {
    #espe-tec img { width: 50%; float: right;}
    #espe-tec .dos-col { width:50%; padding-right: 50px; float: left;}
    
}

.manual-d { margin-bottom: 20px !important;}
a.manual {  width: 100%; border-bottom: 1px solid #000; color: #000; 
     padding-bottom: 3px;  margin-left: 5px; text-decoration: none; }




.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    /* .tags .tag-preventa18, 
     .tags .tag-3dias,
     .tags .tag-7dias,
     .tags .tag-15dias,
     .tags .tag-30dias,
     .tags .tag-60dias
         { display: none;}
*/

.tags {
        font-size: 14px;
        line-height: 18px;
}
.tags .tag-product  { display: none;}

.tags .tag-direct-drive,
.tags .tag-78rpm,
.tags .tag-abiertos,
.tags .tag-activos,
.tags .tag-alta-fidelidad,
.tags .tag-belt-drive,
.tags .tag-blues,
.tags .tag-bluetooth,
.tags .tag-bookshelf,
.tags .tag-cables,
.tags .tag-calibracion,
.tags .tag-clasica,
.tags .tag-columna,
.tags .tag-con-portacapsula,
.tags .tag-con-pre-phono,
.tags .tag-conica,
.tags .tag-dj,
.tags .tag-electronica,
.tags .tag-eliptica,
.tags .tag-eliptica-nude,
.tags .tag-experimental,
.tags .tag-folclore-tradicional,
.tags .tag-in-ear,
.tags .tag-indie,
.tags .tag-japon,
.tags .tag-jazz-blues,
.tags .tag-limpieza-y-cuidado,
.tags .tag-mejoras,
.tags .tag-microlinear,
.tags .tag-modulares,
.tags .tag-ono,
.tags .tag-moving-coil-mc,
.tags .tag-moving-magnet-mm,
.tags .tag-muestras,
.tags .tag-musica-latinoamericana,
.tags .tag-musica-local,
.tags .tag-on-ear,
.tags .tag-over-ear,
.tags .tag-p-mount,
.tags .tag-pasivos,
.tags .tag-pop,
.tags .tag-portatiles,
.tags .tag-pre-phono,
.tags .tag-preamplificadas,
.tags .tag-rap-beats,
.tags .tag-rap-hip-hop,
.tags .tag-reggae-dub,
.tags .tag-reggae,
.tags .tag-rock,
.tags .tag-rock-60-70,
.tags .tag-rock-80-90,
.tags .tag-shibata,
.tags .tag-sin-portacapsula,
.tags .tag-sin-pre-phono,
.tags .tag-sintetizadores,
.tags .tag-solo-agujas,
.tags .tag-solo-capsulas,
.tags .tag-soul-disco,
.tags .tag-soundtracks,
.tags .tag-special-line-contact,
.tags .tag-subwoofer,
.tags .tag-active-listening,
.tags .tag-accesorios,
.tags .tag-accesorios-tornamesas,
.tags .tag-acc-audifonos


   { display: inline-block !important;}


@media (min-width: 650px) {
   .width-40 { width: 40%; }
   .width-50 { width: 50%; }
}

@media (max-width: 650px) {
   .width-40 { width: 100%; }
   .width-50 { width: 100%; }
}
