body  {
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   color: #4c4c4c;
   font-family: 'Roboto', sans-serif !important;   
   font-size: 13px;
   scrollbar-face-color: #ECE9D8;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #ECE9D8;
   scrollbar-darkshadow-color: #716F64;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #ACA899;
   scrollbar-track-color: #D4D0C8;
}

#inter {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
}

#container-login #logo {
  position: relative;
  top: -5%;
  left: 0%;
}

#logo {
  position: absolute;
  top: -10px;
  left: 2%;
}



a { 
   color: #0000FF;
   outline: none;
   text-decoration: underline;
}

a:visited {
   color: #800080;
}

a:active {
   color: #FF0000;
}

/*a:hover {
   color: #0000FF;
   text-decoration: underline;
}*/

div#container {
   width: 1100px;
   position: relative;
   margin-bottom: 30px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: #fff;
   border-top: #d66c20 solid 10px;
}

div#container-login {
   width: 49.8%;
   margin: 0px;
   text-align: center;
   background: #fff;
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}

div#container-login:nth-child(1) {
   background-image: url(../images/back-login.png);
   background-position: top left;
   background-repeat: no-repeat;
   background-size: cover;
}

div#container-inner {
   position: relative;
   margin-bottom: 30px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background: #fff;
}

div#container-inner span {
   font-size: 15px;
}

.shadow-back {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.39);
}

#container-login #logo {
   margin: 27% 20% 0;
}

#logo img {
   width: 100%;
}

#login {
   margin: 30px 20% 0;
}

#login .form-row {
   text-align: left;
}

#login .form-row-inner {
   display: block;
}

#login #Button1 {
   background: #d66c20;
   color: #fff;
   padding: 10px 30px;
   margin: 30px 5px;
   font-size: 22px;
   border: 0px;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: 500;
}

#login .form-row-inner {
   width: 100%;
}

#login input[type="text"], #login input[type="password"] {
   font-size: 22px;
   color: #666;
   padding: 10px 15px;
   border: 1px solid #b2b2b2;
   margin: 15px 0;
   width: 100%;
}

#validation-login, #validation {
   margin: 0 0 50px 0;
   font-size: 14px;
   font-weight: 600;
}

#header {
   height: 500px;
   width: 100%;
}


#top_menu {
  text-align: right;
  margin: 16px 0 10px 20px;
  vertical-align: middle;
  font-size: 15px;
}

/*
#top_menu a {
  color: #7c7c7c;
  text-decoration: none;
  padding: 0 10px;
}

#top_menu ul li {
  list-style: none;
  display: inline;
}

#top_menu ul li ul {
  display: none;
}
#top_menu ul li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

#top_menu ul li:hover ul {
  display: block;
  margin-top: 15px;
  width: 160px;
  right: 60px;
  position: absolute;
  text-align: left; 
}

#top_menu ul li:hover ul li {
  display: block;
  background-color: #e7e7e7;
}

#top_menu ul li:hover ul li span {
  float: right;
  color: #f9f9f9;
  background-color: #F03861;
  padding: 2px 5px;
  text-align: center;
  font-size: .8rem;
  border-radius: 3px;
}

#top_menu ul li:hover ul li:hover {
  background-color: #e0e0e0;
}

#top_menu ul li:hover ul li:hover span {
  background-color: #ee204e;
}*/


.nav-items {
    padding: 0;
    list-style: none;
}

.nav-item {
    display: inline-block;
    margin-right: 15px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link,
.nav-link:link, 
.nav-link:visited, 
.nav-link:active,
.submenu-link,
.submenu-link:link, 
.submenu-link:visited, 
.submenu-link:active {
    display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.nav-link,
.nav-link:link, 
.nav-link:visited, 
.nav-link:active {
    color: #242424 !important;
    font-weight: 300;
    text-decoration: none !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-link:hover::before,
.nav-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.dropdown {
    position: relative;
}

.dropdown .nav-link {
    padding-right: 0px;
    height: 30px;
    line-height: 17px;
}

.dropdown .nav-link::after {
    content: "";
    position:absolute;
    top: 6px;
    right: 0;
    border: 5px solid transparent;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 180px;
    margin-left: -100px;
    background: #fff;
    border-radius: 3px;
    line-height: 1.46667;
    margin-top: -5px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity:0;
    -webkit-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0)scale(.85);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.submenu::after, 
.submenu::before {
    content: ""; 
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    height: 0;
}

.submenu::after {
    border-bottom-color: #fff;
}

.submenu::before {
    margin-left: -13px;
    border: 13px solid transparent;
    border-bottom-color: rgba(0,0,0,.1);
    -webkit-filter:blur(1px);
    filter:blur(1px);
}

.submenu-items {
    list-style: none;
    padding: 10px 0;
}

.submenu-item {
    display: block;
    text-align: left;
}

.submenu-link,
.submenu-link:link, 
.submenu-link:visited, 
.submenu-link:active {
    color: #5b5b5b;
    padding: 5px 20px;
}

.submenu-link:hover {
    text-decoration: underline;
}

.submenu-seperator {
    height: 0;
    margin: 12px 10px;
    border-top: 1px solid #eee;
}

.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}

.submenu-link.inter-sub {
  padding: 0 40px;
  font-size: 13px;
}

.submenu-link.pr-sub {
  text-decoration: none;
  cursor: auto;
}

#search, #options, #options-main, #portfolio, #footer, #results, #products, #add-form, #add-form-ac, #top-table  {
   padding: 10px 20px 20px 30px; 
} 

#otr_produc {
  padding: 40px 30px 15px 30px;
}

#add-form span {
   color: #666;
   padding-left: 10px;
   line-height: 20px;
}

h2 {
   color:#666666;
   font-size:18px;
   font-weight: bold;
   padding-bottom: 10px; 
   text-transform: uppercase;
   letter-spacing: 0.4px;
}

h3 {
   color:#666666;
   font-size:20px;
   padding-bottom: 10px; 
   text-transform: uppercase;
}


#options, #options-main {
   text-align: right;
}

.bot_g {
   background: #969696 !important;
}

.right {
   text-align: right;
}

.center {
   text-align: center;
}

#search.form-v {
  text-align: left;
  padding-bottom: 0rem;
}

#search.form-v #filter-form {
  width: 99%;
  margin: 3rem 2rem 5rem 0rem;

}

#search.form-v .form-row {
  padding: 0px;
}

/*#search.form-v #filter-form #categoria {
  border: 0;
  padding-left: 10px;
  width: 100%;
}

#search.form-v #Editbox1 {
  border: 0px;
  width: 100%;
}

#search.form-v #button-apl {
  padding: 10px 15px;
  margin: 0;
  border-top-left-radius: 0;
  border-left-left-radius: 0;
}

#search.form-v h2 {
  padding-top: 0px;
  margin: 10px;
}*/

#search.form-v #filter_price {
  padding-bottom: 0;
}

#search.form-v .filter-products {
  margin-top: 0;
}

.filter_price {
  text-decoration: none;  
  font-size: 15px;
  color: #2d2d2d;
  font-weight: 600;
}

#search #filter-form {
  margin-bottom: 0px;
  padding: 0px;
}

#search form, #add-form form, #add-form-ac form {
   background: #fff;
   padding: 20px;
   font-size: 15px;
   margin-bottom: 20px;
}

#products_list .filter_products {
  margin: 2rem;
}

#search .form-row {
   width: 100%;
   padding: 0;
   display: inline-block;
   vertical-align: top;
}

#search .form-row-three {
   width: 100%;
   margin: 10px 0;
   vertical-align: top;
}

#search.search_home .form-row {
   width: 33%;
   display: inline-block;
   vertical-align: top;
}

#search .form-row.button {
   width: 100%;
   margin: 15px 0;
   vertical-align: top;
}

.form-row {
   width: 100%;
   padding: 10px 0;
}

.form-row-full {
   width: 100%;
   display: block;
   margin: 5px 0;
}


.form-row-full select, .form-row-full input[type="text"], .form-row-full input[type="file"], .form-row-full input[type="password"], .form-row-full textarea {
   width: 93%;
   border-radius: 3px;
}

.form-row-two {
   width: 49%;
   display: inline-block;
   margin: 15px 0;
   vertical-align: top;
}

.form-row-two select, .form-row-two input[type="text"], .form-row-two input[type="file"], .form-row-two textarea {
   width: 93%;
}

.form-row-three {
   width: 33%;
   display: inline-block;
   margin: 5px 0;
   vertical-align: top;
}

.form-row-three select, .form-row-three input[type="text"], .form-row-three input[type="file"], .form-row-three textarea {
   width: 93%;
   border-radius: 3px;
}

.form-row-four {
   width: 24.5%;
   display: inline-block;
   margin: 5px 0;
   vertical-align: top;
}

.form-row-four select, .form-row-four input[type="text"], .form-row-four input[type="file"], .form-row-four textarea {
   width: 93%;
   border-radius: 3px;
}

input[type="submit"] {
   background: #3e3e3e;
   color: #fff;
   padding: 10px 15px;
   margin: 30px 5px;
   font-size: 13px;
   border: 0px;
   text-transform: uppercase;
   font-weight: 500;
   border-radius: 0.2rem;
   letter-spacing: 0.5px;
}
 
select, input[type="text"], input[type="file"], input[type="password"], textarea  {
   font-size:14px;
   color:#666666;
   padding: 8px;
   border: 1px solid #ddd; 
   margin: 0px;  
   font-family: 'Roboto', sans-serif;  
}



.required {
   text-align: right;
   padding-right: 20px;
   margin: 0;
   font-size: 14px;
   color: #d66c20;
}

#button-apl {
   margin-right: 25px;
}


#Table1
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table1 td
{
   padding: 0px 0px 0px 0px;
}
#Table1 td div
{
   white-space: nowrap;
}
#Table2
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table2 td
{
   padding: 0px 0px 0px 0px;
}
#Table2 td div
{
   white-space: nowrap;
}
#Table3
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table3 td
{
   padding: 0px 0px 0px 0px;
}
#Table3 td div
{
   white-space: nowrap;
}
#Table4
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table4 td
{
   padding: 0px 0px 0px 0px;
}
#Table4 td div
{
   white-space: nowrap;
}
#Table5
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table5 td
{
   padding: 0px 0px 0px 0px;
}
#Table5 td div
{
   white-space: nowrap;
}
#Table2
{
   border: 0px #FFFFFF solid;
   background-color: transparent;
   border-spacing: 0px;
}
#Table2 td
{
   padding: 0px 0px 0px 0px;
}
#Table2 td div
{
   white-space: nowrap;
}
#Image1
{
   border: 0px #000000 solid;
}
#Image3
{
   border: 0px #000000 solid;
}
#wb_Text1 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text2 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Form1
{
   background-color: transparent;
   border: 0px #000000 double;
   width: 98%;
   vertical-align: top;
}
#wb_Text3 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text5 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text8 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text6 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text9 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text9 div
{
   text-align: left;
}
#ImageButton2
{
   border: 0px #000000 solid;
}
#Image2
{
   border: 0px #000000 solid;
}
#Image4
{
   border: 0px #000000 solid;
}
#Image5
{
   border: 0px #000000 solid;
}
#Image6
{
   border: 0px #000000 solid;
}
#Image7
{
   border: 0px #000000 solid;
}
#wb_Text7 
{
   background-color: transparent;
   border: 0px #000000 solid;
   padding: 0;
}
#wb_Text7 div
{
   text-align: left;
}

#footer {
   height: 400px;
}

.gris {
   color: #424242 !important;
   text-decoration: none;
   font-size: 14px;
}

#tit-top {
   width: 100%;
}

#tit-top div {
   display: inline-block;
   width: 49%;
}

#tit-top div a {
  color: #a2a2a2 !important;
}

#tit-top h2 {
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
}

.info_alert {
  background-color: #e9e8e8;
  padding: 10px 0;
  margin: 0 15px;
}


#filter_all, #filter_price {
  display: inline-block;
  vertical-align: bottom;
}

#filter_all {
  width: 87%;
}


/*#add-form #form01, #add-form #form02 {
   width: 40%;
}*/

/*#add-form #form03 {
   width: 19%;
   text-align: right;
}*/

/*#add-form #form03 input, #add-form-ac #form02 input, #form-add-new {
   background: #3e3e3e;
   color: #fff;
   padding: 8px 25px;
   margin: 0 5px;
   font-size: 16px;
   border: 0px;
}*/

#button-apl {
   background: #3e3e3e;
   color: #fff;
   padding: 8px 25px;
   font-size: 15px;
   border: 0px;
   margin: 0px;
}

/* Buttons */

#options div, #options-main div {
  display: inline-block;
  /*position:absolute;
  top:50%;
  left:50%;*/
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.btn-sm, .btn-group-sm>.btn {
  padding: 0 6px 0 3px !important;
  color: #171717 !important;
  margin: 0 0 7px 10px;
}

.btn-sm i {
  padding: 4px 5px;
}

/* Icons */

#options a, #options-main a {
  color:#d66c20;
  background: #fff;
  border-radius:30px;
  text-align:center;
  text-decoration:none;
  font-family:fontawesome;
  position: relative;
  display: inline-block;
  width:30px;
  height:30px;
  padding:5px 10px 9px 7px;
  margin:0 8px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
   border: 2px solid #15ad94;
}

#options a:hover, #options-main a:hover {
  background: #f5f5f5;
}

#options a span, #options-main a span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 7px;
  /*z-index:-1;*/
  font-size:14px;
  border-radius:2px;
  background:#f5f5f5;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


#options a span:before, #options-main a span:before {
  content:'';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f5f5f5;
  position:absolute;
  top:-5px;
  left:40px;
}

#options a:hover span, #options-main a:hover span {
  bottom:-50px;
  visibility:visible;
  opacity:1;
}

#options a:nth-of-type(1):before {
   content: url(../images/add-new.png);
}
#options a:nth-of-type(2):before {
content: url(../images/brand.png);
}
#options a:nth-of-type(3):before {
content: url(../images/finish.png);
}
#options a:nth-of-type(4):before, #options-main a:nth-of-type(1):before {
content: url(../images/price.png);
}
#options a:nth-of-type(5):before {
content: url(../images/percent.png);
}
#options a:nth-of-type(6):before {
content: url(../images/password.png);
}
#options a:nth-of-type(7):before, #options-main a:nth-of-type(3):before {
content: url(../images/logout.png);
}

#options-main a:nth-of-type(2):before {
content: url(../images/envelope.png);
}

/* Footer */

#footer {
   border-bottom: 10px solid #d66c20;
}

/* Icons */

i {
   padding: 8px 7px;
   font-size: 15px;
}

.icons a, .icons, .icons:visited {
   color: #6b6b6b;
}

.icons a:hover,  .icons:hover, .check:hover {
   color: #7d757f;
}

.check, .check:visited {
   color: #2c2c2c;
}

.icon-check-active {
   color: #c2c2c2 !important;
}

.icon-check-active:hover {
   color: #7d757f !important;
}

.icons .red a, .icons .red, .icons .red:visited {
   color: #c34545;
}

.gray-icon {
   color: #c2c2c2;
}

.orange-icon {
   color: #d46c21;
}

/* Checkbox */

.box:first-of-type {
  width: 5rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  top: -10px;
  margin-left: 40px;
}
.box:first-of-type input {
  opacity: 0;
}
.box:first-of-type label {
  position: absolute;
  background-color: #bababa;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3.125rem;
  -webkit-transition: background-color .2s ease-in-out;
          transition: background-color .2s ease-in-out;
}
.box:first-of-type label:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3.125rem;
  cursor: pointer;
  position: absolute;
  top: .3125rem;
  z-index: 1;
  left: .5rem;
  background-color: #FFFFFD;
  -webkit-transition: left .2s ease-in-out;
          transition: left .2s ease-in-out;
}
.box:first-of-type input[type=checkbox]:checked ~ label {
  background-color: #2196F3;
}

.box:first-of-type input[type=checkbox]:checked ~ label:after {
  left: 3.125rem;
}


/*@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2)  {

  body {
     background-image: url(../images/back-inter@2x.jpg);
  }

  div#container-login:nth-child(1) {
   background-image: url(../images/back-login@2x.jpg);
  }

  #header {
   height: 500px;
   background-image: url(../images/top@2x.jpg);
  }

  #footer {
   background-image: url(../images/distributor-brands@2x.png); 
  }

}*/

@media only screen and (max-device-width: 768px) {

  div#container-login {
    width: 100%;
  }

  div#container-login:nth-child(1) {
    display: none;
  }


}

/* Administration */

div#list {
  width: 20%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #2c2c2c;
  top: 30px;
  left: 20px;
}

div#content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

div#content iframe {
  width: 100%;
  height: 600px;
  vertical-align: middle;
}

#list h3, #list h4 {
  font-size: 17px;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

#list h6 {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 30px !important;
  margin: 5px;
}

#list a {
  color: #2c2c2c !important;
  text-decoration: none;
}

#list a:hover {
  text-decoration: underline;
}

#add-form.fixed {
  position: fixed;
  background-color: #fff;
  width: 90%;
  z-index: 1;
}

#results_marcas {
  position: relative;
  background-color: #fff;
  top: 300px;
  z-index: 0;
  overflow-y: scroll;
  height: 250px;
}


/* Products */

#gallery_pr, #content_pr {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

/*set a border on the images to prevent shifting*/
#gallery_01 img{border:2px solid white;}
/*Change the colour*/
.active img{border:2px solid #333 !important;}

.clearfix {
    display: block;
    width: 100%;
    float: left;
}

.zoom-left {
    max-width: 412px;
}

#breadcrumbs_pr {
  margin: 35px;
  font-size: 14px;
}

#breadcrumbs_pr a, #breadcrumbs_pr a:focus, #breadcrumbs_pr a:visited  {
  color: #4c4c4c;
  text-decoration: none;
}

#breadcrumbs_pr a:hover, #breadcrumbs_pr a:active {
  color: #4c4c4c;
  text-decoration: underline;
}

.form-v #form02 {
  width: 30%;
}

#gallery_pr figure {
  height: 460px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.gallery img {
  max-height: 460px;
}

#content_pr {
  padding: 30px 0;
  width: 53% !important;
}

#content_pr h1 {
  font-size: 27px;
  line-height: 26px;
  margin-bottom: 10px;  
}

#content_pr h2 {
  margin-bottom: 20px; 
  font-size: 18px; 
}

#content_pr #name_pr {
  width: 74%;
  display: inline-block;
  vertical-align: top;
}

#content_pr #options_pr {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  padding: 1.5rem 1rem;
  text-align: right;
}

#p_precio {
  font-size: 19px;
}

#options_pr {
  font-size: 14px;
}

#options_pr a {
  color: #454545;
  text-decoration: none;
}

#options_pr a:hover {
  color: #454545;
  text-decoration: underline;
}

#descripcion_pr {
  padding: 2rem 0;
}

/* Products List */

#products {
  padding-bottom: 0px;
  padding-top: 0rem;
  min-height: 450px;
}

.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    height: 40rem;
}

.thumbnail .caption {
  height: 10rem;
}

#otr_produc .thumbnail {
  height: 36.5rem;
}

.list-group-item {
  padding: 0 !important;
}
.item .caption .inter_caption {
  height: 8.5rem;
}
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 5rem;
    width: 200px;
    margin: 1rem 5rem 1rem 1rem; 
    display: inline-block;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    height: auto;
}
.item.list-group-item .caption
{
    padding: 3rem 9px 0px 9px;
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.item.list-group-item .caption .inter_caption {
  height: 5.5rem;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
    margin-top: 10px;
}

h4.list-group-item-heading {
  font-size: 20px;
  margin-top: 10px;
}

div.list-group-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
}

.list-group-item div.list-group-image {
  height: 135px;
}

.filter_products {
  text-align: right;
  margin: 2rem 3rem;
  font-size: 15px;
}

.filter_products a, .filter_products a:hover {
  color: #2d2d2d;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.filter_products a:active, .filter_products a:focus {
  color: #969696;
  font-weight: 600;
  text-decoration: none;
}

.filter_products span {
  padding: 0 20px 0 0;
}

#products .fa-check-circle {
  font-size: 18px;
  padding-right: 1rem; 
}

#products a.check {
  /*position: absolute;
  bottom: -35px;
  right: 10px;*/
}

#pag-products {
  padding: 0 3rem 3rem;
}



/* Pagination */

.currentStyle {
  font-size:1em;
  font-weight:bold;
}

#pag-products a, #pag-products a:active {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 1em;
}

#pag-products a:hover {
  color: #1f1f1f;  
  text-decoration: underline;
}

#numbers a, #numbers span {
  display:block;
  width:20px;
  font:bold 12px/20px Arial, Helvetica, sans-serif;
  text-decoration:none;
  float:left;
  text-align:center;
  margin-right:7px;
  border:1px solid #999999;
}
#numbers a {
  background-color:#CCCCCC;
  color:#000000;
}
#numbers a:hover {
  color:#CCCCCC;
  background-color:#000000;
}
#numbers span.current {
  color:#FFFFFF;
  background-color:#990000;
}

/* Carrousel */

.owl-nome .item{
  background:#f1f1f1;
  height:300px;
  text-align:left;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-nome .owl-dots{
  margin-top:0px;
}

.owl-nome .owl-nav [class*=owl-] {
    color: #1f1f1f;
    font-size: 54px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nome .owl-nav [class*=owl-] i {
    font-size: 30px;
}

.owl-nome .owl-nav [class*=owl-]:hover {
    color: blue;
    background: none;
}

.owl-nome .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    margin: 5px 7px;
    background: blue;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-nome .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.owl-nome .owl-nav {
    position: absolute;
    width: 100%;
    top: 26%;
    background:blue;
    height:0px;
}

.owl-nome .owl-next{
  position:absolute;
  background:blue;
  right:1%;
}

.owl-nome .owl-prev{
  position:absolute;
  background:blue;
  left:1%;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }

.owl-item h4 {
  font-size: 20px;
}

.owl-item a, .b-all a, .thumbnail a {
  color: #1f1f1f;
}

.owl-item a:hover, .b-all a:hover, .thumbnail a:hover {
  color: #666;
}

.item-carousel {
  width: 252.5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}


/* */

.b-all {
  text-transform: uppercase;
}

#tit_all_p {
  color: #333;
  cursor: pointer;
}

#tit_all_p:hover {
  text-decoration: none;
}

/* Header Slider */

#slider-wrap{
   width:1100px;
   height:500px;
   position:relative;
   overflow:hidden;
}

#slider-wrap ul#slider{
   width:100%;
   height:100%;   
   position:absolute;
   top:0;
   left:0;     
   margin: 0;
}

#slider-wrap ul#slider li{
   float:left;
   position:relative;
   width:1100px;
   height:500px; 
   list-style-type: none;
   left: -40px; 
   background-size: contain !important;
}

#slider-wrap ul#slider li::marker{
   list-style-type: none;
}


#slider-wrap ul#slider li > div{
   position:absolute;
   top:20px;
   left:0px;  
}

/*btns*/
.btns{
   position:absolute;
   width:50px;
   height:60px;
   top:50%;
   margin-top:-25px;
   line-height:57px;
   text-align:center;
   cursor:pointer;   
   background:rgba(0,0,0,0.1);
   z-index:100;
   
   
   -webkit-user-select: none;  
   -moz-user-select: none; 
   -khtml-user-select: none; 
   -ms-user-select: none;
   
   -webkit-transition: all 0.1s ease;
   -moz-transition: all 0.1s ease;
   -o-transition: all 0.1s ease;
   -ms-transition: all 0.1s ease;
   transition: all 0.1s ease;
}

.btns:hover{
   background:rgba(0,0,0,0.3);   
}

.btns .fa{
   line-height: 40px;
}


#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
   top: 30px; 
   right:35px; 
   width:auto;
   position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
   min-width:20px;
   margin-top:450px;
   margin-left: auto; 
   margin-right: auto;
   height:15px;
   position:relative;
   text-align:center;
}

#pagination-wrap ul {
   width:100%;
}

#pagination-wrap ul li{
   margin: 0 4px;
   display: inline-block;
   width:5px;
   height:5px;
   border-radius:50%;
   background:#47433f;
   opacity:0.5;
   position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
   opacity:1;
   box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;   
}

.boton-del {
   border: 1px solid #939393;
   padding: 5px;
   border-radius: 5px;

}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
   -webkit-transition: all 1.3s cubic-bezier(1,.01,.32,1);
   -moz-transition: all 1.3s cubic-bezier(1,.01,.32,1);
   -o-transition: all 1.3s cubic-bezier(1,.01,.32,1);
   -ms-transition: all 1.3s cubic-bezier(1,.01,.32,1);
   transition: all 1.3s cubic-bezier(1,.01,.32,1); 
}

/* Switch */

/* Estilos para el switch */
/* El switch: el cuadro alrededor del deslizador */
         .ad_filters .switch {
            position: relative;
            display: inline-block;
            width: 60px;
            height: 34px;
        }

        /* Oculta el checkbox HTML por defecto */
        .ad_filters .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        /* El deslizador */
        .ad_filters .slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            transition: 0.4s; /* Transición suave de 0.4 segundos */
            border-radius: 34px; /* Agregamos un borde redondeado al switch */
        }

        .ad_filters .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: 0.4s; /* Transición suave de 0.4 segundos */
            border-radius: 50%; /* Hacemos el botón redondeado */
        }

        /* Cambia el color de fondo cuando el checkbox está marcado */
        .ad_filters input:checked + .slider {
            background-color: #2196F3;
        }

        /* Cambia el estilo del deslizador cuando el checkbox está enfocado */
        .ad_filters input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
        }

        /* Mueve el deslizador cuando el checkbox está marcado */
        .ad_filters input:checked + .slider:before {
            transform: translateX(26px);
        }

        /* Estilo adicional para los sliders redondeados */
        .ad_filters .slider.round {
            border-radius: 34px;
        }

        .ad_filters .slider.round:before {
            border-radius: 50%;
        }

/* Galeria marcas exclusivas */

#footer_brands {  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.Marquees{
   overflow-x: hidden;
}
.Marquee{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150vw;
  height: 110px;
}
.marquee{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 5vh;
  width: 12.5vw;
  margin: 10px 37px;
  border-radius: 15px;
}
.marquee img {
   width: 80px;
}

.marquee .icon {
   color: #cccccc;
  transform: scale( 1.5 );
}
.FirstRow{
animation: marqueeScroll 60s linear infinite;}
.SecondRow{
  animation: marqueeScroll 60s linear infinite;
  animation-direction: reverse;
}
@keyframes marqueeScroll {
    0% {transform: translateX(-50vw);
        -webkit-transform: translateX(-50vw);}
      100% {transform: translateX(50vw);
          -webkit-transform: translateX(50vw);}
}

/* Input File */

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 70px;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 25px;
  line-height: 25px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid #ddd;
}

.file-upload-wrapper:before {
  content: "Subir";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 47px;
  background: #a3a3a3;
  color: #fff;
  font-weight: 500;
  z-index: 25;
  font-size: 14px;
  line-height: 47px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
  background: #3e3e3e;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 47px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100% !important;
  border: 1px solid #393939;
}

/* Input File - Version pequeña */

.file-upload-wrapper-p {
  position: relative;
  width: 100%;
  height: 70px;
}

.file-upload-wrapper-p:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 15px;
  line-height: 15px;
  color: #999;
  border-radius: 3px 10px 10px 3px;
  font-weight: 300;
  border: 1px solid #ddd;
}

.file-upload-wrapper-p:before {
  content: "Subir";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 37px;
  background: #a3a3a3;
  color: #fff;
  font-weight: 500;
  z-index: 25;
  font-size: 14px;
  line-height: 37px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 3px 3px 0;
}

.file-upload-wrapper-p:hover:before {
  background: #3e3e3e;
}

.file-upload-wrapper-p input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 36px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100% !important;
  border: 1px solid #393939;
}

/* Vista lista tipo tabla */
#products .item.list-group-item {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
}

#products .item.list-group-item:nth-child(odd) {
    background: #f7f7f7;
}

#products .item.list-group-item .thumbnail {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 1px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#products .item.list-group-item .thumbnail:hover {
   background: #49295526;
}

#products .item.list-group-item .list-group-image {
    width: 100px;
    height: 90px;
    min-width: 100px;
    margin-right: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#products .item.list-group-item .caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 0;
}

#products .item.list-group-item .inter_caption {
    flex: 1;
}

#products .item.list-group-item h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 400;
}

#products .item.list-group-item .list-group-item-text {
    font-size: 14px;
    color: #333;
}

#products .item.list-group-item .row {
    width: auto;
    min-width: 250px;
    margin: 0;
    display: flex;
    align-items: center;
}

#products .item.list-group-item .lead {
    margin: 0;
    font-size: 18px;
}

.product-actions {
    white-space: nowrap;
}

.product-actions a {
    display: inline-block;
    margin-left: 18px;
    font-size: 22px;
    color: #555;
    text-decoration: none;
}

.product-actions a:hover {
    color: #111;
}

.product-actions .icon-check-active {
    color: #bdbdbd;
}

.products-pagination-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 25px 0 10px 0;
    padding: 18px 25px;
    font-size: 1em;
    color: #555;
}

.products-showing {
    flex: 1;
    text-align: left;
}

.products-pages {
    flex: 1;
    text-align: center;
}

.products-page-current {
    flex: 1;
    text-align: right;
}

.products-pages a,
.products-pages span {
    display: inline-block;
    margin: 0 6px;
    color: #555;
    text-decoration: none;
}

.products-pages .current,
.products-pages .currentStyle {
    font-weight: bold;
    color: #111;
}

/*.filters-box {
    margin: 50px 20px 40px 20px;
}*/

.filters-title {
    margin: 20px 0 35px 0;
    font-size: 30px;
    font-weight: 500;
    color: #333;
}

.filters-row {
    display: flex;
    gap: 40px;
    width: 100%;
}

.filter-field {
    flex: 1;
}

.filter-field select,
.filter-field input[type="text"] {
    width: 100%;
    border-radius: 3px;

}

.filters-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
}

.filters-actions input[type="submit"] {
    cursor: pointer;
}

.filters-actions input[type="submit"]:hover {
    background: #222;
}

.filter_products {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter_results {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.results-found {
  color: #333;
  margin-right: 15px;
}

.clear-filter,
.clear-filter:visited,
.clear-filter:active {
  display: inline-block;
  background: #f1f1f1;
  color: #222 !important;
  text-decoration: none !important;
  padding: 4px 7px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: none !important;
}

.clear-filter:hover {
  background: #e5e5e5;
  color: #111 !important;
  text-decoration: none !important;
}

.caption .edit i, .caption .delete i {
   padding: 0 6px 0 0;
   color: rgb(125, 117, 127);
}

.b-all {
   margin: 25px 0 30px 0;
}

.vm-btm {
   background: #3e3e3e;
   color: #fff !important;
   padding: 12px 25px;
   font-size: 15px;
   border: 0px;
   margin: 25px 0 30px 0;
   border-radius: 3px;
   font-weight: 300 !important;
}
