:root {
  --radius: 0.375rem;
  --gradient-amarillo-boton: linear-gradient(135deg, #fdd20a 0%, #f7c600 100%);
  --gradient-morado-boton: linear-gradient(135deg, #008f86 0%, #db56ed 100%);
  --gradient-fucsia-boton: linear-gradient(to right, #ff0571, #bd1dfc, #f2416b);
  --gradient-rojo-boton: radial-gradient(486px at 37.5% -17.2%, rgb(255, 2, 2) 0%, rgb(254, 78, 172) 90%);
  --gradient-morado-oscuro-boton: linear-gradient(180.8deg, rgb(139, 10, 130) 6.9%, rgb(73, 6, 70) 73.2%);
  --gradient-azul-boton: radial-gradient(780px at 37.8% 100.3%, rgb(19, 55, 115) 2.2%, rgb(32, 7, 80) 20.2%, rgb(27, 88, 111) 58.6%, rgb(115, 88, 44) 75%, rgb(99, 19, 90) 89.6%, rgb(12, 51, 76) 96.1%);
   --primary: #d986ea;   
};

.section-title::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 5px;
  bottom: 0;
  background:#080411;
  -webkit-animation:
section-title-run 5s infinite linear;
  animation:
section-title-run 5s infinite linear;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius:
2px;
}
.section-title::before {
  position:absolute;
  content:"";
  width:150px;
  height:5px;
  left:0;
  bottom:0;
  background:var(--primary);
  border-radius:2px
}
.section-title.text-center::before {
  left:50%;
  margin-left:-75px
}
.section-title.section-title-sm::before {
  width:90px;
  height:3px
}
.section-title::after {
  position:absolute;
  content:"";
  width:15px;
  height:5px;
  bottom:0;
  background:#080411;
  -webkit-animation:section-title-run 5s infinite linear;
  animation:section-title-run 5s infinite linear
}

@-webkit-keyframes section-title-run {
  0% {
    left:0
  }
  50% {
    left:145px
  }
  100% {
    left:0
  }
}

.am-pre-loader {
  background: #000815 !important;
}
body.helix-ultimate-preloader:after {
  background: #000815 !important;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url(http://fonts.googleapis.com/css?family=Rochester);

a, button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.gestionclientes h3{
  color:
}

#am-kimche #testimonio-cita .card{
  background: white !important;
}
    



.blue { color: #185875; }
.yellow { color: #FFF842; }

.comparison-table th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}
.comparison-table .icon-column{
  width: 5%
}
.comparison-table td {
	  font-weight: normal;
	  font-size: 0.9rem;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
	  width: 100%;
}

.comparison-table td, .comparison-table th {
	  padding: 7px;
	  border: 0.5px dotted;
}

/* Background-color of the odd rows */
.comparison-table tr:nth-child(odd) {
	  background-color: #19113380 !important;
}

/* Background-color of the even rows */
.comparison-table tr:nth-child(even) {
	  background-color: #19113380 !important;
}

.comparison-table th {
	  background-color: var(--kalfumal);
}


.comparison-table tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}
.comparison-table .icon-column i{
  padding: 0px 5px
}
.comparison-table td.check-icon:hover {
  background-color: #FFF842;
  color: #403E10;
  font-weight: bold;
  
  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
	  transition-duration: 0.4s;
	  transition-property: all;
  transition-timing-function: line;
}
.comparison-table td.icon-column:hover, .comparison-table td.icon-column i {
  box-shadow: none;
    
  background: none;
  transition: none;
  transform: none;
}

@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}


















    /* Estilos para el CTA */
    .cta-container {
        text-align: center;
        margin-top: 20px;
    }

    .cta-button {
        background-color: #007bff;
        color: white;
        font-size: 20px;
        padding: 10px 25px;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        transition: 0.3s ease;
    }

    .cta-button:hover {
        background-color: #0056b3;
    }

.integracion{
  border: 1px solid #ddd;
border-radius: 25px;
  background: #e6e6e6;
  padding: 20px;
  height: 100%;
}
.hombrecarro{
  position: relative;
}
.hombrecarro .container {
  padding: 18px;
  color: #FFD700; 
  height: 100%;
}
.hombrecarro p{
  color: #fff;
}
.morado{
  border: 1px solid #6f41d280;
  border-radius: 20px !important;
  background: #100a21;
  height: 252px;

}
.morado  img { 
    
        position:absolute;
        bottom:43px;
        right: 40px
        }
      





#am-bottom a {
  color: #fff;
  text-decoration: none;
}

#am-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; /* Asegura que la lista se mantenga en formato vertical */
}

#am-bottom ul > li {
  display: block !important; /* Fuerza a los <li> a ser bloques */
  margin-bottom: 15px;
}

/* Asegurar que las columnas estén bien definidas */
#am-bottom .row {
  display: flex;
  flex-wrap: wrap;
}

#am-bottom .col-lg-3,
#am-bottom .col-sm-6 {
  flex: 1 1 25%; /* Asegura que cada columna ocupe un 25% del ancho en escritorio */
  max-width: 25%;
}

/* RESPONSIVE: Ajuste en dispositivos pequeños */
@media (max-width: 768px) {
  #am-bottom .col-lg-3,
  #am-bottom .col-sm-6 {
    flex: 1 1 50%;
    max-width: 50%; /* En pantallas pequeñas, 2 columnas por fila */
  }
}

@media (max-width: 480px) {
  #am-bottom .col-lg-3,
  #am-bottom .col-sm-6 {
    flex: 1 1 100%;
    max-width: 100%; /* En móviles, una columna por fila */
  }
}

.b-fff{
  background: transparent;
}

.alcarro, .notificarme{
  color: #243238;
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  cursor: pointer; 
  font-size: 14px !important;
  border-radius: 25px;
  input{
    background: transparent !important;
    border: none;
  }
  a{
    color:#000 !important;
  }
}
.am-scroll-up {
  bottom: 100px !important;
  right: 15px !important;
}
.px-6 {
  padding-right: 6rem;
  padding-left: 6rem;
}
.justify-content-between {
  max-height: 163px;
}
.tab-content {
  font-size: 0.8rem;
}
.accordion-button {
  background-color: #26cc6b !important;
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #000815 !important;
}
.planes .display-5,
.planes .display-5 .align-top,
.planes .display-5 .align-bottom {
  line-height: 45px;
  font-family: "Oswald", sans-serif !important;
}
.box {align-items:last baseline;}
.btnX {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #dddddd;
  height: 45px !important;
   padding: 0 20px; /* Ajusta el espacio interno */
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: none;
  background: transparent;
  width: auto; /* Permite que el ancho se adapte al contenido */
  min-width: max-content; /* Asegura que el ancho mínimo sea suficiente para el texto */
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  margin-top: ;
}
.btnX input {
  background: transparent;
  border:none;
  color: #dddddd;
}
.introduccion .btnX {
  margin-top: -30px;
}
#am-antu .box a{
  margin: 0 auto;
}



.accordion-item {
  border: 1px solid #333;
  margin-bottom: 3px;
  transition: border-color 0.3s ease;
}

.accordion {
  padding: 15px 20px;
  line-height: 1.4;
  font-size: 1.1rem;
  background-color: #100a21;
  border:1px solid #8d31f533;
  border-radius: 0.375rem; 
}


.btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;

}

.box button {
  width: 150px;
  height: 60px;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #008f86 0%, #db56ed 100%);
  box-shadow: 0 20px 30px -6px rgba(171, 88, 219, 0.5);
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: white;
  transition: all 0.3s ease-in-out;
}

.box button:hover {
  transform: translateY(10px);
  box-shadow: none;
}

.box button:active {
  opacity: 0.5;
}

.planes {
  margin-top: 70px;
}

.planes li {
  padding: 2px 0;
}

.planes .bg-light {
  background-color: #EEF9FF;
}

.planes .row > * {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.gestiondeproductos .bg-light {
  background-color: #19113380 !important;
  border:1px solid #6f41d280;
  padding: 0 40px;
  border-radius: 10px !important;
}

.gestionclientes .bg-primary {
  border: 1px solid #fdd20a;
  border-radius: 50px !important;
}


.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  transition: all 0.5s ease;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

.section-heading h2 {
  line-height: 40px;
  padding-top: 200px;
  margin-bottom: 25px;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #666666;
}

.palin1 {
  text-align: center;
}

.palin1 .bronzeBG h4, .palin1 .bronzeBG .card-header i {
  background: linear-gradient(45deg, #CD7F32, #D9A066, #C4904E, #E6B374, #CD7F32, #D9A066, #C4904E, #E6B374, #CD7F32, #D9A066);
}

.palin1 .silverBG h4, .palin1 .silverBG .card-header i {
  background: linear-gradient(45deg, #C0C0C0, #D3D3D3, #A9A9A9, #E0E0E0, #C0C0C0, #D3D3D3, #A9A9A9, #E0E0E0, #C0C0C0, #D3D3D3);
}

.palin1 .goldBG h4, .palin1 .goldBG .card-header i {
  background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A);
}

.palin1 .pbronce .card-header {
  background: radial-gradient(780px at 37.8% 100.3%, rgb(19, 55, 115) 2.2%, rgb(32, 7, 80) 20.2%, rgb(27, 88, 111) 58.6%, rgb(115, 88, 44) 75%, rgb(99, 19, 90) 89.6%, rgb(12, 51, 76) 96.1%);
  border-radius: 20px 20px 0 0;
}

.palin1 .pplata .card-header {
  background: linear-gradient(180.8deg, rgb(139, 10, 130) 6.9%, rgb(73, 6, 70) 73.2%);
  border-radius: 20px 20px 0 0;
}

.palin1 .poro .card-header {
  background: radial-gradient(486px at 37.5% -17.2%, rgb(255, 2, 2) 0%, rgb(254, 78, 172) 90%);
  border-radius: 20px 20px 0 0;
}

.palin1 .card-header i {
  font-size: 54px;
  color: #fff;
}
.palin1 li {
  font-size: 1rem;
  color: #fff;
}


.palin1 .card-header h4, .palin1 .card-header i {
  background-size: 400% 100% !important;
  background-clip: text !important;
  background-position: 0 0 !important;
  animation: AnimationName 5s linear infinite;
  font-weight: bold !important;
  color: transparent !important;
}

.palin1 .card-body {
  border-left: 1px solid #6f41d280;
  border-radius: 0 0 20px 20px;
  background: #100a21;
  border-right: 1px solid #6f41d280;
  border-bottom: 1px solid #6f41d280;
  line-height: 1.2rem;
}


.service-item {
  position: relative;
  height: 300px;
  transition: all 0.5s ease;
}



.service-item .service-icon i {
  transform: rotate(45deg);
}
.bluedark #am-main-body {
  padding: 100px 0;

  
 
background-color: #000815;

  
  
}

.bluedark .gdark {
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 40px;
  border-radius: 15px;
}

.bluedark .efecto .row {
  width: 1130px;
  margin: 0 auto;
  padding: 85px 0;
}

.bluedark .efecto p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.bluedark .slide {
  color: #fff;
  padding-right: 10px;
}

.bluedark .slide h2 {
  font-weight: bold;
  color: #fdd20a;
  line-height: 3.5rem;
  margin-bottom: 24px;
  font-size: 3.8rem;
}

.bluedark .box-1 .img {
  padding-left: 0px;
}

.bluedark .box-2 .img {
  padding-right: 0px !important;
}

.bluedark .box-2 .box {
  align-items: last baseline;
}

.bluedark .box-2 {
  text-align: right;
}

.box {
    display: flex;
    justify-content: flex-start; /* Alinea los botones a la izquierda */
    gap: 15px; /* Espacio entre los botones */
}




.bluedark .presentacion .container {
  padding: 0;
}


#mtop .nav-tabs .nav-link.active {
  color: #000815;
  background-color: #fdd20a !important;
  border-color: #fdd20a !important;
  font-weight: bold;
}

#mtop .nav-tabs {
  border-bottom: 1px solid #fdd20a;
}

#mtop .nav-link {
  color: #fff;
}



@media (min-width: 1100px) {
      #am-antu h1 {background-image:linear-gradient(to right,#0090f7,#ba62fc,#f2416b); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; padding:50px 0px 0; text-align:center;font-weight: bold;}
 
  
#am-encabezado .principales h2 {
  padding-top: 132px;
  color: #fdd20a;
  text-shadow: 0.1em 0.1em 0.2em #5a064d;
  padding-right: 40px;
}

#am-encabezado .principales p {
  color: #fff;
  font-size: 1rem;
  text-shadow: 0.1em 0.1em 0.2em #5a064d !important;
  line-height: 1.3rem;
  padding-top: 1.5rem;
  text-align: left;
}

#am-encabezado .principales p strong {
  color: #fdd20a;
}

#am-encabezado .principales .fondo {
  background: transparent;
  background: rgba(0, 0, 0, 0.60);
  background-size: cover;
  height: 600px;
}

#am-encabezado .principales .box {
  flex-direction: inherit;
  justify-content: initial !important;
}

#am-encabezado .principales .box button {
  background-image: linear-gradient(135deg, #fdd20a 0%, #f7c600 100%);
  color: #5a064d;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}


  
  
  
 
  
  
  
  
  
  #am-antu {
    background-color:transparent;
    h3 {color: #1d1d1f; letter-spacing: -0.5px;}
    h5 {padding:0px 200px 70px; text-align:center;}
    i {font-size:35px; color: #ff0571;margin-bottom: 5px;}
  
    .palin1 {
      img{margin: 0 auto}
      .kani1 i, .kani3 i, .kani5 i, .kani6 i, .kani9 i, .kani10 i, .kani11 i{font-size: 24px;}
      .kani2, .kani7 {
        h4{font-size:19px; color: #2b2661;padding: 0 30px;}
        p{font-size: 16px;padding: 10px 45px; font-weight: bold; color: #ff1a37; }
      }
      .kani7 {
        h4{margin-top:50px;}
     
        }
      }
      .kani1 {grid-area:1 / 1 / 5 / 3;
     
      }
      .kani2 {grid-area:5 / 1 / 9 / 3;background: #fdd51e; border-radius: 0px 20px 0 20px;
        h4{font-size:19px; color: #2b2661;padding: 0 30px;}
        p{font-size: 16px;padding: 10px 45px; font-weight: bold; color: #ff1a37; }
        }
      .kani3 {grid-area:3 / 3 / 7 / 5;}
      .kani4 {
        grid-area:1 / 3 / 3 / 5; 
        background: #fdd51e;
        border-radius:20px;
        padding: 25px 20px;
        h3{color:#2b2661;}
        box-shadow: 2px 4px 12px #00000014;
      }
      .kani5 {grid-area:7 / 3 / 13 / 5;}
      .kani6 {grid-area:9 / 5 / 13 / 7;}
      .kani7 {grid-area:13 / 5 /17 / 7;background: #fdd51e; border-radius: 20px;position: relative;
        img { 
        margin: 0 auto; 
        position:absolute;
        bottom:0px;
        right: 40px
        }
      }
      .kani8 {grid-area:9 / 7 / 13 / 9;background: #d243bf;border-radius: 25px 0;
        h4 {
          color: #FFD700; 
          font-weight: bold;
          padding-top:10px
          } 
        p {
          color: #FFFFFF; 
          padding: 0px 45px;
          
          }
    }
      .kani9 {grid-area:13 / 7 / 17 / 9;}
      .kani10 {grid-area:9 / 1 / 13 / 3;}
      .kani11 {grid-area:13 / 1 / 17 / 3;}
      .kani12 {grid-area:13 / 3 / 17 / 5;
        background: #ff050a;
        border-radius:20px;
        padding: 45px;
        h4, i{color:#fff;}
        p{color:#fff; margin-top:12px}
    }
      .kani13 {grid-area:1/5/9/9;}
      .paliwe {display:grid; grid-template-columns:repeat(8, 1fr); grid-template-rows:repeat(16, 1fr); grid-column-gap:20px; grid-row-gap:20px; height:auto;}
      .kani1, .kani3, .kani5, .kani6, .kani9, .kani10, .kani11, .kanid {
        border-radius:20px;
        background:#fff; padding:30px 20px; 
        box-shadow:2px 4px 12px #00000014;
       
        display: grid;
        place-items: center;
        text-align: center; 
        font-size:16px;
        line-height: 1.4rem;
    }
      .kani1 .button, .kani5 .button,.k13e .button {background-image:linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%); box-shadow:0 20px 30px -6px rgba(171, 88, 219, 0.5);}
      
      .kani13 div .button {background-image:linear-gradient(147deg, #fe8a39 0%, #fd3838 74%); }

      .kani9 .button, .k13d .button {background-image:linear-gradient(135deg, #81fbb8 0%, #28c76f 100%); box-shadow:0 20px 30px -6px rgba(60, 211, 128, 0.5);}
      .kani6 .button, .kani11 .button {background-image:linear-gradient(135deg, #abdcff 0%, #0396ff 100%); box-shadow:0 20px 30px -6px rgba(30, 161, 255, 0.5);}
      .kani3 .button, .kani10 .button {background-image:linear-gradient(135deg, #feb692 0%, #ea5455 100%); box-shadow:0 20px 30px -6px rgba(238, 103, 97, 0.5);}
     
      .card .card-body {padding:0;}
      .button:hover {transform:translateY(10px); box-shadow:none;}
      .button:active {opacity:0.5;}
      .kani13 .parent {display:grid; grid-template-columns:repeat(6, 1fr); grid-template-rows:repeat(6, 1fr); grid-column-gap:10px; grid-row-gap:10px; height:auto; padding:25px 10px 10px; border-radius:10px;  .k13c {grid-area:3 / 1 / 7 / 3; text-align:center;}
        .goldBG, .silverBG, .bronzeBG{
           .box{margin: 20px !important;}
        }
        .k13b {grid-area:3 / 3 / 7 / 5; text-align:center;}
        .k13a {grid-area:3 / 5 / 7 /7; text-align:center;}
        .k13d {grid-area:1 / 1 / 3 /5; border-radius:0.375rem;}
        .k13d h2 {grid-area:1 / 1 / 3 /5; font-weight:bold; font-size:2.5rem !important;color: #ff0571;}
        .k13d p {font-size:1.1rem !important;color: #2b2661;}
        .k13e {grid-area:1 / 5 / 3 /7;}
        .card li {margin:4px; font-size:0.8rem; text-align:center;}
        .card {padding:0px;}
        .k13c {
         
          .card-header {background:radial-gradient(780px at 37.8% 100.3%, rgb(19, 55, 115) 2.2%, rgb(32, 7, 80) 20.2%, rgb(27, 88, 111) 58.6%, rgb(115, 88, 44) 75%, rgb(99, 19, 90) 89.6%, rgb(12, 51, 76) 96.1%);
          
        }
        }
        .k13b .card-header {background:linear-gradient(180.8deg, rgb(139, 10, 130) 6.9%, rgb(73, 6, 70) 73.2%);}
        .k13a .card-header {background:radial-gradient(486px at 37.5% -17.2%, rgb(255, 2, 2) 0%, rgb(254, 78, 172) 90%);}
        .k13e img {border-radius: 0.375rem;}
        .k13f {
          grid-area: 7 / 1 / 9 / 7;
          text-align: left;
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 200px;
           
      }
      
     
      .k13f-container {
          align-items: stretch; 
          min-height: 200px;
          padding: 0;
        
          border-radius: 25px 0 0 25px;
      }
      
      /* Parte Izquierda (Título + Ícono con fondo amarillo) */
      .k13f-left {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      background: #D3CCE3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #bcc1ca, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

          color: #ff0571;
          padding: 20px;
          min-height: 100%;
          flex-grow: 1;
        border-radius: 10px 0 0 10px;
      
        
        
        
        
        
        
         
      }
     
      /* Asegura que el título y el icono no se salgan */
      .k13f-left h4 {
          font-size: 1.8rem;
          margin-bottom: 10px;
      }
      
      /* Parte Central (Título + Lista) */
      .k13f-center {
          text-align: left !important;
          display: flex;
          flex-direction: column;
          padding: 20px 20px 0;
          min-height: 100%;
          flex-grow: 1;
          h5{
          padding: 0 !important;
            color:#000 !important;
            font-size: 16px !important;
          text-align: left;
        }
      }
      
      /* Título sobre la lista */
      .k13f-title h5 {
          font-size: 1.3rem;
          font-weight: bold;
          color: #ffffff;
          margin-bottom: 10px;
      }
      .k13f-center li  {
          text-align: left;
      }
      
      /* Parte Derecha (Botón + Precio en estilo pequeño) */
      .k13f-right {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 20px;
          min-height: 100%;
          flex-grow: 1;
      }
      
      /* Precio en la parte superior, con estilo de oferta */
      .k13f-price {
          font-size: 0.8rem;
          font-weight: bold;
          color: #ff0000;
          margin-bottom: 5px;
          text-transform: uppercase;
      }
      
      /* Estilo del botón */
      .k13f-right a {
          font-size: 1.2rem;
          padding: 10px 20px;
      }
      
      
box-shadow: 2px 4px 12px #00000014;
      } 
    }
  }

  @keyframes AnimationName {
    0%{background-position:0% 0%}
    100%{background-position:100% 0%}
  }
}
.button {box-shadow:0 20px 30px -6px rgba(171, 88, 219, 0.5); width:150px; height:40px; border-radius:50px; outline:none; border:none; cursor:pointer; font-size:16px; color:white; transition:all 0.3s ease-in-out;}






#am-newen {
  .box-1 .box {algn-items:first baseline;}
  .carousel, canvas {height: 580px; width: 100%;}
  .carousel-indicators {margin-bottom:1.3rem;}
  canvas {display:block; position:absolute;background-image: var(--mawün-a);
padding: 120px 75px 60px 0px !important;}
  .box-1 .img {padding-left:0px;}
  .box-2 .img {padding-right:0px !important;}
  .box-2 .box {align-items:last baseline;}
  .box-2 {text-align:right;}
  .box {display:flex; flex-wrap:wrap; flex-direction:column; justify-content:space-evenly; height:16vh;}
  .box button {width:150px; height:60px; border-radius:50px; background-image:linear-gradient(135deg, #008f86 0%, #db56ed 100%); box-shadow:0 20px 30px -6px rgba(171, 88, 219, 0.5); outline:none; border:none; cursor:pointer; font-size:24px; color:white; transition:all 0.3s ease-in-out;}
  .box button:hover {transform:translateY(10px); box-shadow:none;}
  .box button:active {opacity:0.5;}
  .carousel-indicators button {width:25px !important; height:25px !important; border:3px solid #fff #db56ed", " #ffcf2f", " #008F86 !important; border-radius:50px; background-image:linear-gradient(135deg, #008f86 0%, #db56ed 100%);}
  .agrupacion {background:rgba(0, 0, 0, 0.16); backdrop-filter:saturate(180%) blur(20px); border-radius:25px; padding:7px 7px;}
  .efecto .row {width:1130px; margin:0 auto; padding:110px 0;}
  .efecto p {font-size:1.2rem;margin-bottom: 5px;}
  .gdark {background:rgba(0, 0, 0, 0.16); backdrop-filter:saturate(180%) blur(20px); padding:40px; border-radius:15px;}
  .slide {color:#fff;}
  .slide h2 {font-weight:bold; color:#fdd20a;line-height: 3.5rem;margin-bottom: 24px;font-size: 3.8rem;}
  .presentacion{
    padding: 100px 0;
    background-color: #000815;
  }
}


#am-bottom {
  font-size: 16px;
  line-height: 1.2;
  background: #000 !important;
  h3 {
    text-align: left;
    margin: 0 !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#0090f7,#ba62fc,#f2416b); 
  }
}

#am-kimche{
  
  button{background-image: linear-gradient(to right,#0090f7,#ba62fc,#f2416b);}
 
  
  .nütram, .pura{
    padding: 80px 0px 80px 89px;
    color: #3A3A3F;  
    h2{    
      font-size: 5rem;
      line-height: 5rem;
      font-weight: bold;
      margin-bottom:40px;
      margin-top: 30px;    
    }
    p{
     font-size:1.2rem;
     line-height: 1.7rem;
     font-weight:  500;
     padding-bottom: 20px;
    }
    h2, strong, h4{
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: linear-gradient(to right,#0090f7,#ba62fc,#f2416b); 
  }
  }
  
  .nütram{
    background-color: #000;
    color:#fff;
  
    img{
      padding-top: 30px
    }
  }    
  
  .pura{
   background-color: #fff;
   text-align: right;
   padding: 80px 89px 80px 65px;
  }
   
  .kayu {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 10px; 
    padding: 10px; 
    background-color: #fff;
    box-sizing: border-box;
    .quila {
      text-align: center; 
      box-sizing: border-box; 
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      img{
        margin: 20px auto 20px;
        width: 200px;
        display: block;
      }
      h4{font-weight: bold;line-height: 3rem;font-size: 2rem;}
      p {padding: 10px 30px;font-size: 18px;}
      border-radius: 20px;
    }
    .quila:nth-child(odd) {
      color: #ccc;   
      background: #0f0c29; background: -moz-linear-gradient(left, #0f0c29 0%, #302b63 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #0f0c29 0%,#302b63 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #0f0c29 0%,#302b63 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0c29', endColorstr='#302b63',GradientType=1 );
    }
    }
    .quila:nth-child(even) {
      background-color: #000;
      color: #86868b; 
      padding: 
    }
  
    @media (max-width: 768px) {
   .kayu {
     grid-template-columns: 1fr;
    }
  }
}














 







.write-reviews textarea {
  width: 100%;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
  font-size: 18px;
  padding: 10px 0px;


}

.am-module-title {
  padding: 20px 0;
  font-size: 3rem;
  text-align: center;
  color: #34312c;
}






#am-ruta {
  background: transparent;
  margin: 60px 0;
  position: absolute;
  width: 100%;
}



iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.puñu .parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.puñu .preciosproducto {
  padding: 20px 0;
}

.puñu h4 span {
  width: 100%;
  display: block;
  font-size: 15px
}

.puñu .div1 {
  grid-area: 1 / 1 / 5 / 3;
  margin-right: .5rem !important;
}

.puñu .div2 {
  grid-area: 5 / 1 / 8 / 3;
  margin-right: .5rem !important;
}

.puñu .div3 {
  grid-area: 8 / 1 / 13 / 3;
  margin-right: .5rem !important;
}

.puñu .div4 {
  grid-area: 1 / 3 / 7 / 7;
}

.puñu .div5 {
  grid-area: 7 / 3 / 10 / 7;
}

.puñu .div6 {
  grid-area: 10 / 3 / 13 / 7;
}

#am-main-body {
  padding: 10px 0 !important;
}




.puñu .title {
  font-weight: bold;
}



.card {
  --bs-card-title-spacer-y:0.5rem;
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  word-wrap:break-word;
  background-clip:border-box;
}
.card-body {
  padding:20px;
}
.borde .card{
  border: 1px solid #ddd;
  padding: 14px 14px 3px 14px; 
    
}
.m-integracion .card {
  padding: 14px 14px 14px 14px;
  border-radius: 25px !important;
}
.m-integracion .amarillo h4 {
  color:#3801FD !important;
}
.contenedordeima{
  border-radius: 20px !important;
  overflow: hidden
}
.imagenborde{
  border-radius: 20px;
  overflow: hidden;
 border: 2px solid #6f41d280;
}
#iñche-mülen .amarillo{
background: #fdd51e !important;
  padding: 30px !important;
  color: #2b2661 !important;
  
}
#iñche-mülen .amarillo h4{
  margin-bottom: 20px;
  color: #080411 !important;
}
.rojo{
  background: #ff050a !important;
    padding: 30px !important;
    color: #fdd51e !important;
  }
  .rojo h4{
    margin-bottom: 20px;
  }
.rojo p{
   color: #fff !important;
  }
.header-modules button {
  padding: 0;
}

.header-modules button i {
  font-size: 20px;
}


  
 





.modal-backdrop {
  --bs-backdrop-zindex: 98 !important;

}








#am-wenu {
  font-size: 13px;
}

#am-wenumenu {
  text-align: right;
  padding-right: 0;
}

#am-wenumenu ul li a {
  border-left: 1px solid #333;
  padding-left: 7px;
}

#am-wenumenu ul {
  list-style-type: none;

  margin-bottom: 0 !important;
}

#am-wenumenu ul li {
  display: inline;
  margin-right: 10px;
}

#am-wenumenu .wenudatos {
  justify-content: flex-end;
}

.wenudatos {
  display: flex;
  align-items: center;
  padding: 7px 0;

}

.wenudatos .wenudiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wenudatos i {
  font-size: 15px;
  position: relative;
  display: block;
  margin-right: 5px;
  color: #000;
}

.wenudatos .wenudiv a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}


.puwëln {
  padding: 0;
  position: relative;

  text-align: left;
}

.puwëln .total {
  padding: 15px 0px 15px 0px;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 15px;
  font-size: 1.2em;
  text-align: right;
}

.puwëln .vm_cart_products {
  height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}

.puwëln .cartpanel .close-cart-panel {
  float: right;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  margin: 20px 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.puwëln .cartpanel .show-cart-link {
  padding: 28px 0px 20px 0px;
  display: block;
  font-weight: bold;
}

.puwëln .cartpanel {
  text-transform: none;
  padding: 0px 15px;
  font-size: 13px;
}

.puwëln .cartpanel .show-cart-link a {
  float: none !important;
}

.puwëln .cartpanel .vm_cart_products {
  padding: 0px 0px 20px 0px;

}

.puwëln .cartpanel .product_row {
  padding: 5px 10px;
}

.puwëln .cartpanel .product_row:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}



.puwëln .cart-button {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.puwëln .cart-button i {
  font-size: var(--bs-body-font-size);
  margin-right: 5px;

}

.puwëln .panel1 {
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px;
  position: absolute;
  width: 250px;
  top: 100%;
  right: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}



.puwëln .product_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.puwëln .subtotal_with_tax {
  font-weight: bold;
}




input[type="number"].proopc-qty-input {
  width: 50px !important;

}


.search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}


.inputbox {
  margin-right: 8px;

}

.button {

}



.boton:hover {
  background-color: #0056b3;

}

.boton:active {
  background-color: #004494;

}

.tdet {
  margin-top: 40px;
  border-bottom: 2px solid #1e7ca1;
  position: relative;
  overflow: hidden;
  padding: 0px 0;
  margin-bottom: 20px;
}

.tdet h3 {
  margin: 0 !important;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  float: left;
}

.tdet h2 {
  color: #055570;

  margin: 0 !important;
  padding: 10px 0;
  text-align: left;
  line-height: 30px;

  float: left;
}


div.vina-treeview-virtuemart .treeview,
div.vina-treeview-virtuemart .treeview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.vina-treeview-virtuemart .treeview ul {
  margin-top: 4px;
}

div.vina-treeview-virtuemart .treeview .hitarea {
  background: url(../images/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}


.puñu .detalle .in-stock {
  color: #12416f;
  font-size: 16px;
  margin: 5px 0 10px;
  font-weight: bold;
}

.puñu .detalle .in-stock span {
  color: #100d13;
}


.puñu .detalle h1,
.puñu .detalle h2,
.puñu .detalle h3 {
  line-height: 2.2rem;
  text-transform: uppercase;
}

.puñu .detalle h1 {
  margin-top: 5px !important;
  color: #333333;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
}



.puñu a {
  color: #333 !important;
}

.puñu .detalle a.siguiente {
  background: #eee;
  padding: 10px;
  float: right;
}

.puñu .detalle a.anterior {
  background: #eee;
  padding: 10px;
  float: left;

}

.puñu .detalle .desc_corta {
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
  border-bottom-color: rgb(238, 238, 238);
  margin-bottom: 10px;

}

.puñu .detalle .precioBase {
  font-size: 2.9rem;
  font-weight: 700;
}

.puñu .detalle .precioNormal {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: -15px;
  margin-left: 4px;
}

.puñu .detalle .alcarro {
  position: relative;

  display: inline-block;
  overflow: hidden;
  font-size: 12px;

  text-align: center;

  line-height: 24px;
}

.puñu span.alcarro input {
  padding: 0 0 0 5px;
}

.puñu .detalle .descuento {
  float: left;
  text-align: center;
  padding: 3px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  background: #eb0029;
  color: #fff;
  font-weight: 800;
  border-radius: 3px;

}

.puñu .detalle .desr {
  padding: 2px 5px;
  border-radius: 3px;
  line-height: 1.44rem !important;
  font-size: 20px
}

.puñu .detalle .Tachado {

  text-decoration: line-through;
}

.puñu .detalle span.quantity-box {
  display: inline-block;
  margin-right: 8px;
}

.puñu .detalle .control {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  color: #767676;
  cursor: pointer;
  padding: 0;
  line-height: 10px;
  font-size: 12px;
  float: left;

}

.puñu .detalle .quantity-input {
  float: left;
  margin: 0 3px;
}

.puñu .detalle .datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  border-radius: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.puñu .detalle .datagrid th,
.puñu .detalle .datagrid td {
  text-align: center;
  padding: 6px 0 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

.puñu .detalle .datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  background: #fff;
}

.puñu .detalle .datagrid table th,
.puñu .detalle .datagrid table td {
  padding: 0;
}

.puñu .detalle .datagrid table thead th,
.puñu .detalle .datagrid table thead td {
  background-color: #cce2f1;
  color: #527cba;
  font-size: 12px;
  font-weight: bold;
  border-left: 1px solid #0070A8;
  border-bottom: 1px solid #0070A8 !important;
}

.puñu .detalle .datagrid table thead th:first-child {
  border: none;
}

.puñu .detalle .datagrid table tbody td {
  color: #00496B;
  border-left: 1px solid #E1EEF4;
  font-size: 12px;
  font-weight: normal;
}

.puñu .detalle .datagrid table tbody .alt td {
  background: #eeeeee;
  color: #00496B;
}

.puñu .detalle .datagrid table tbody td:first-child {
  border-left: none;
}

.puñu .detalle .datagrid table tbody tr:last-child td {
  border-bottom: none;
}

.puñu .detalle .encb1 {
  background: #92d050;
}

.puñu .detalle .encb2 {
  background: #d9d9d9;
  ;
}

.puñu .detalle .gris {
  background: #808080;
  color: #fff !important;
}

.puñu .detalle .rosa {
  background: #deb8b9 !important;
}

.puñu .envio video {
  width: 100%;
  height: auto;
}



.customer-reviews h4 {
  border-bottom: solid #CAC9C9 1px;
  font-size: 1.0em;
  margin: 0 0 10px;
  padding: 0 0 6px;
}

.write-reviews {
  text-align: center;
  margin: 20px 0 0;
}

.write-reviews h4 {
  text-align: left;
}

.write-reviews h4 span {
  font-size: 1.0em;
  font-weight: 400;
  margin-left: 8px;
}

.write-reviews span.step {
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}

.write-reviews .rating {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.write-reviews .rating li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0 5px;
}

.write-reviews .rating li span {
  display: block;
}

.write-reviews textarea.virtuemart {
  margin-bottom: 6px;
  display: inline-block;
}

.list-reviews .normal {
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews .highlight {
  background: #f7f6f6;
  border: solid #CAC9C9 1px;
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 12px;
}

.list-reviews .highlight blockquote,
.list-reviews .normal blockquote {
  margin-top: 12px;
  font-size: 12px;
  word-wrap: break-word;
  font-size: 15px;
}

.list-reviews .highlight blockquote:before,
.list-reviews .normal blockquote:before {
  content: open-quote;
  font-weight: 700;

  padding-right: 6px;
}

.list-reviews .highlight blockquote:after,
.list-reviews .normal blockquote:after {
  content: close-quote;
  font-weight: 700;

  padding-left: 6px;
}

.list-reviews span.date {
  float: right;
  display: block;
  color: #777;
  border-left: solid #CAC9C9 1px;
  border-bottom: solid #CAC9C9 1px;
  position: relative;
  top: -12px;
  right: -12px;
  font-size: 10px;
  -moz-border-radius-bottomleft: 4px;
  padding: 4px 6px 2px;
}


div.vote,
span.vote {
  display: block;

  width: 100%;
}

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

.subtotal_with_tax {
  float: right;
}

.back-to-category {
  margin: 20px 0;
}

.vm3pr-1 .product-price {
  min-height: 28px;
}

.vm3pr-2 .product-price {
  min-height: 42px;
}

.vm3pr-3 .product-price {
  min-height: 56px;
}

.vm3pr-4 .product-price {
  min-height: 70px;
}

.vm3pr-5 .product-price {
  min-height: 84px;
}

.vm3pr-6 .product-price {
  min-height: 98px;
}

.vm3pr-0 .addtocart-area {
  min-height: 36px;
}

.vm3pr-1 .addtocart-area {
  min-height: 66px;
}

.vm3pr-2 .addtocart-area {
  min-height: 114px;
}

.vm3pr-3 .addtocart-area {
  min-height: 162px;
}

.vm3pr-4 .addtocart-area {
  min-height: 210px;
}

.vm3pr-5 .addtocart-area {
  min-height: 258px;
}

.vm3pr-0 .vm-customfields-wrap {
  min-height: 0px;
}

.vm3pr-1 .vm-customfields-wrap {
  min-height: 65px;
}

.vm3pr-2 .vm-customfields-wrap {
  min-height: 118px;
}

.vm3pr-3 .vm-customfields-wrap {
  min-height: 159px;
}

.vm3pr-4 .vm-customfields-wrap {
  min-height: 206px;
}

.vm3pr-5 .vm-customfields-wrap {
  min-height: 253px;
}

.price-crossed .PricebasePriceWithTax,
.price-crossed .PricebasePrice {
  text-decoration: line-through;
}

span.variant-dropdown {
  width: 150px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

span.variant-dropdown select {
  width: 150px;
}

span.custom-variant-inputbox {
  width: 152px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

input.custom-attribute {
  width: 140px;
}

.chzn-container .chzn-results li.active-result {
  color: #303030;
}

table.cart-summary tr th,
table.cart-summary tr td {
  padding: 10px;
  vertical-align: middle;
}

table.cart-summary h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

table.cart-summary h4 {
  font-weight: normal;
  text-transform: uppercase;
}

.quantity-box .quantity-input,
.cart-summary .quantity-input {
  height: 45px;
  padding: 0;
  width: 45px !important;
  text-align: center;
  font-weight: 700;
  border: none;
  background: transparent;

}

.quantity-controls .quantity-controls {
  height: 15px;
}

.quantity-controls .quantity-controls:first-child {
  margin-bottom: 14px;
}

.cart-summary .vm-price-value {
  white-space: nowrap;
}

.cart-summary .quantity-input {
  height: 24px;
  width: 24px;
}

.cart-summary td,
.cart-summary th {
  border: 1px solid #ebebeb;
}

.cart-summary .vm-cart-item-name {
  text-align: center;
}

.cart-summary .vm-cart-item-name a {
  display: inline-block;
}

.cart-summary .vm-cart-item-sku {
  margin: 0;
  padding-top: 10px;
}




.chzn-container .chzn-results li.active-result {
  color: #303030;
}

table.cart-summary tr th,
table.cart-summary tr td {
  padding: 10px;
  vertical-align: middle;
}

table.cart-summary h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

table.cart-summary h4 {
  font-weight: normal;
  text-transform: uppercase;
}

.quantity-box .quantity-input,
.cart-summary .quantity-input {
  float: left;
}

.quantity-controls {

  float: left;
}

.quantity-controls .quantity-controls {
  height: 15px;
}

.quantity-controls .quantity-controls:first-child {
  margin-bottom: 14px;
}

.label-pro {
  display: block;
  width: 47px;
  height: 47px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 100%;
  background: #557f92;
}

.label-pro.status-sale {
  z-index: 2;
  background: #f13725;
}

.price-box {
  margin-bottom: 15px;
}

.price-box .regular-price .Priceproduct_price {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  color: #444;
}

.regular-price {
  margin: 5px 0 0;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 27px;
}

.sale-price,
.related-product-price {
  margin: 5px 0 0;
  display: inline;
  font-weight: bold;
  color: #444;
}

.sale-price>.product-price,
.related-product-price>.product-price {
  width: 100%;
  margin: 0;
  text-align: center;
}

.sale-price>.product-price>*,
.related-product-price>.product-price>* {
  display: inline-block;
}

.sale-price>.product-price>*.price-crossed>*,
.related-product-price>.product-price>*.price-crossed>* {
  margin: 0 5px 0 0;
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}

.sale-price>div,
.related-product-price>div {
  display: inline-block;
  margin: 0 5px 0 0;
}

.sale-price>div.clear,
.related-product-price>div.clear {
  margin: 0;
}

.sale-price .PricesalesPrice,
.related-product-price .PricesalesPrice {
  font-size: 24px;
}

.sale-price .vm-price-desc,
.related-product-price .vm-price-desc {
  margin: 0;
}

.related-product-price {
  width: 100%;
  display: inline-block;
}

.related-product-price>* {
  display: inline-block;
}

.related-product-price .price-crossed>* {
  margin: 0 5px 0 0;
  color: #888888;
  text-decoration: line-through;
  font-size: 14px;
}

.productdetails-view .vm-chzn-select {
  width: 100%;
}

.productdetails-view .chzn-container-single .chzn-single {
  height: 40px;
  line-height: 40px;
}

.productdetails-view .chzn-container-single .chzn-single div b {
  background-position: 0 10px;
}

.productdetails-view .nav-tabs {
  margin-top: 40px;
  border: 1px solid #ebebeb;
  position: relative;
}

.productdetails-view .nav-tabs>li {
  border-right: 1px solid #ebebeb;
}

.productdetails-view .nav-tabs>li:last-child {
  margin: 0;
}

.productdetails-view .nav-tabs>li>a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bebebe;
  margin: 0;
}

.productdetails-view .nav-tabs>li>a:hover {
  background: transparent;
}

.productdetails-view .nav-tabs>li.active a,
.productdetails-view .nav-tabs>li:hover a {
  color: #484848;
}

.productdetails-view .nav-tabs>li,
.productdetails-view .nav-tabs li.active {
  margin-bottom: 0;
}

.productdetails-view .nav-tabs>li a:hover,
.productdetails-view .nav-tabs>li>a,
.productdetails-view .nav-tabs li.active a:hover,
.productdetails-view .nav-tabs li.active>a {
  border-radius: 0;
  border: medium none;
}

.productdetails-view .product-box,
.productdetails-view .manufacturer,
.productdetails-view .category-children,
.productdetails-view .link-share {
  display: inline-block;
  margin: 15px 0 0;
  font-weight: 600;
}

.productdetails-view .link-share:before,
.productdetails-view .link-share:after {
  content: " ";
  display: table;
}

.productdetails-view .link-share:after {
  clear: both;
}

.productdetails-view .link-share span {
  line-height: 40px;
}

.productdetails-view .product-rating {
  padding-bottom: 5px;
}

.productdetails-view .product-short-description {
  margin: 25px 0 0;
}

.productdetails-view .spacer-buy-area span.quantity-box {
  border: 0;
  display: inline-block;
}



.product.vm-products-horizon .addtocart-area {
  border: 1px solid #222;
  border-radius: 25px;
  background: #222;
  line-height: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.product.vm-products-horizon .addtocart-area .addtocart-button {
  color: #fff;
  display: initial;
  line-height: inherit;
  padding: 0;
  font-size: 16px;
}

.product.vm-products-horizon .addtocart-area .addtocart-button i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


.addtocart-area .addtocart-bar {
  position: relative;
  z-index: 0;
  float: none;
  top: 0;
  display: inline-block;
}



.addtocart-area .addtocart-bar {
  position: relative;
  z-index: 0;
  float: none;
  top: 0;
  display: inline-block;
}

.vm-product-details-container .addtocart-button {
  line-height: 44px;
  color: #fff;
  background: #17171B;
}



.tabs_buttons ul {
  border-bottom: 3px solid;
  padding: 0 0 5px;
  margin-bottom: 15px;
}

.tabs_buttons ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.tabs_buttons ul li:first-child {
  padding-left: 0;
  border: 0;
}

.tabs_buttons ul li span {
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  font-family: "CalibriBold";
  font-weight: bold;
  text-transform: uppercase;
}

.additional-images {
  margin-top: 10px;
  padding: 10px;
}

.additional-images a {
  border: 3px solid transparent;
  margin: 3px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.additional-images .owl-theme {
  padding: 0;
}

.additional-images .owl-theme .owl-nav {
  left: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 100%;
}

.additional-images .owl-theme .owl-nav [class*="owl-"] {
  background: #919191;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 22px;
}

.additional-images .owl-theme .owl-nav [class*="owl-"] i {
  display: none;
}

.additional-images .owl-theme .owl-nav div {
  opacity: 0;
  float: left;
  pointer-events: auto;
}

.additional-images .owl-theme .owl-nav div:after {
  font-size: inherit;
  line-height: 30px;
}

.additional-images .owl-theme .owl-nav div.owl-next {
  float: right;
}

.additional-images:hover .owl-theme .owl-nav div {
  opacity: 1;
}

span.cart-images {
  display: block;
  width: 100%;
}

span.cart-images img {
  margin: 0 auto;
  width: 145px;
}

#fancybox-wrap {
  min-width: 400px;
  z-index: 10000;
}

#fancybox-content {
  border: 10px solid #fff !important;
  padding: 0px;
  width: 100% !important;
}

#fancybox-content .continue_link,
#fancybox-content .showcart {
  text-transform: capitalize;
  float: left;
  color: #FFFFFF;
  margin: 0px;
  padding: 5px 10px;
  width: 48%;
  text-align: center;
}

#fancybox-content .continue_link,
#fancybox-content .showcart {
  background-color: #2196f3;
}

#fancybox-content .continue_link:hover,
#fancybox-content .showcart:hover {
  background-color: #000;
}

#fancybox-content .continue_link {
  margin-right: 2%;
}

#fancybox-content .showcart {
  margin-left: 2%;
}

#fancybox-content h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 20px 0px;
}

#fancybox-bg-e {
  background: #fff;
}

.vendor-store-desc,
.vendor-image,
.order-view {
  margin: 0 0 30px;
}

.vendor-details-view h3 {
  font-size: 18px;
  font-weight: normal;
}

.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.products-view h4,
.related-products-view h4 {
  font-size: 18px;
  padding: 0;
  margin-top: 31px;

}

.view-mode .btn-group {
  margin: 0 -5px;
}

.view-mode .btn-group a.btn-primary span,
.view-mode .btn-group a:hover span {
  color: #2196f3;
}

.view-mode .btn-group a {
  border-radius: 2px !important;
  border: 0;
  background: #f7f7f7;
  text-align: center;
  margin: 0 5px !important;
  padding: 0;
}

.view-mode .btn-group a span {
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  width: 40px;
}

.orderby-displaynumber {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 10px;
}

.orderby-displaynumber .title {
  display: inline-block;
  color: #8f8f8f;
}

.orderby-displaynumber .title:after {
  content: ': ';
}

.orderby-displaynumber .display-number select {
  display: inline-block;
  max-width: 100px;
  height: 34px;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  border-radius: 0;
  color: #8f8f8f;
  border-color: #e1e1e1;
}


.ask-a-question-view .product-summary {
  border-bottom: solid #CAC9C9 1px;
  margin: 25px 0 0;
  padding: 0 0 10px;
}

.ask-a-question-view .product-summary h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}

.ask-a-question-view .product-summary img.product-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.ask-a-question-view .form-field textarea.field {
  width: 394px;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 12px;
}

.ask-a-question-view .form-field textarea.field:hover {
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
  color: #000;
}

.ask-a-question-view .form-field .submit {
  width: 418px;
}

.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  padding: 5px 5px 4px;
}

.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}

.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}

.ask-a-question-view table.askform td {
  padding: 5px 0;
}

.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}

a.ask-a-question {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 3px 12px 1px;
  margin: 2px;
}

a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}

.ask-a-question-view {
  padding: 20px;
}

.ask-a-question-view h1 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.ask-a-question,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}

.manufacturer h2 {
  font-size: 18px;
  margin: 5px 0;
}

.manufacturer-details-view img {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.manufacturer-details-view email-weblink a {
  margin-right: 15px;
}

.coupon {
  color: gray;
  border-radius: 4px;
  border: 1px solid #CAC9C9;
  font-size: 9px;
  padding: 3px;
  width: 230px;
}

textarea.virtuemart {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  text-align: left;
  padding: 5px 5px 4px;
}

p.product_s_desc {
  line-height: 20px;
  margin: 0;
  padding: 0;
}

span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}

.horizontal-separator {
  height: 1px;
  background: #ebebeb;
  margin: 15px 0;
}

.invalid {
  border-color: #f00;
  background-color: #ffd;
  color: #000;
}

label.invalid {
  background-color: #fff;
  color: #f00;
}

.page-results {
  margin-top: 25px;
  text-align: right;
}

table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}

#form-login {
  margin: 15px 0;
}

.buttonBar {
  padding-top: 10px;
  border-top: 3px solid #888;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.buttonBar #reg_text {
  margin-bottom: 5px;
}

#com-form-login .width30.floatleft {
  margin-right: 20px;
}

#com-form-login label {
  display: inline-block;
}

#com-form-login input[type="checkbox"] {
  margin: 0;
}

#com-form-login .form-list>li {
  margin-bottom: 10px;
}

#com-form-login .form-list label em {
  margin-right: 4px;
}

.new-users .content h2 {
  background: url(../images/vmgeneral/i_page1.gif) no-repeat;
}

.login-users .content h2 {
  background: url(../images/vmgeneral/i_page2.gif) no-repeat;
}

.row-set .content {
  width: 100%;
  padding: 14px 21px;
  display: inline-block;
}

.row-set .content h2 {
  font-weight: 700;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 15px 0 15px 23px;
  border-bottom: 1px solid #e5e5e5;
  background-position: 3px 15px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.row-set .row p {
  margin: 0;
}

.row-set .row p .inputbox {
  background: #ebebeb;
}

.account-login .row-set .content {
  min-height: 345px;
  border-bottom: 0;
  margin-bottom: 0;
}

.account-login .row-set .content h2 {
  margin: 0 0 14px;
}

.account-login .buttons-set {
  text-align: right;
  border: 1px solid #e5e5e5;
  margin: 0;
  padding: 8px 13px;
  display: inline-block;
  width: 100%;
}

.account-login .buttons-set>div {
  margin-right: 7px;
}

.account-login .buttons-set a {
  font-size: 13px;
  line-height: 34px;
}

.user-details .row {
  margin-bottom: 15px;
}

.coupon {
  border-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1.42857;
}

.form-validate {
  padding: 20px;
}

.form-validate>a {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.form-validate>a img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
}

.cart-view .cart-summary,
.profile-edit .cart-summary {
  border: 0;
  border-left: 1px solid #ebebeb;
}

.cart-view .quantity-input,
.profile-edit .quantity-input {
  border: 1px solid #ebebeb;
  float: none;
}

.cart-view h1,
.profile-edit h1 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px;
}

.cart-view h2,
.profile-edit h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.cart-view .vm-price-value span,
.profile-edit .vm-price-value span {
  color: #303030;
  font-weight: 600;
}

.cart-view .vm-price-value span.PricebillTotal,
.profile-edit .vm-price-value span.PricebillTotal {
  font-size: 18px;
}

.cart-view .form-inline,
.profile-edit .form-inline {
  padding-bottom: 20px;
}

.cart-view .form-inline .box,
.profile-edit .form-inline .box {
  height: 35px;
  padding: 0 10px;
}

.cart-view .chzn-container-single,
.profile-edit .chzn-container-single {
  margin: 0 0 0 10px;
}

.cart-view .chzn-container-single .chzn-single,
.profile-edit .chzn-container-single .chzn-single {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  line-height: 35px;
}

.cart-view .chzn-container-single .chzn-single div b,
.profile-edit .chzn-container-single .chzn-single div b {
  background-position: 0 7px;
}

#form-login {
  margin-bottom: 20px;
}

.chzn-container-single .chzn-single div {
  right: 0;
}

.checkout-button-top {
  text-align: right;
  border-top: solid #e1e1e1 1px;
  padding: 10px 0 0;
  margin: 8px 0 0;
}

.checkout-button-top input.terms-of-service {
  margin-right: 10px;
  display: inline-block;
}

table.user-details tr {
  display: block;
  padding-bottom: 10px;
}

table.user-details tr td.key {
  min-width: 200px;
  padding-right: 20px;
}

.chzn-container-multi .chzn-choices li.search-field {
  float: none;
}

.chzn-container-multi .chzn-choices li.search-field .default {
  width: 100%;
  text-align: left;
}

span.tos {
  display: inline-block;
  margin-right: 15px;
}

.billto-shipto {
  border-top: 1px solid #e1e1e1;
  margin: 0;
  padding: 25px 0;
}

.billto-shipto span.values-first_name,
.billto-shipto span.values-middle_name,
.billto-shipto span.values-zip,
.billto-shipto span.values-first_name,
.billto-shipto span.values-middle_name,
.billto-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}

.billto-shipto h4 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.billto-shipto .output-billto,
.billto-shipto .output-shipto {
  margin: 10px 0;
}

.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}

#full-tos {
  display: none;
}

.output-billto span.titles,
.output-shipto span.titles {
  width: 150px;
  float: left;
}

.customer-comment {
  text-align: center;
  border-top: solid #e1e1e1 1px;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

textarea.customer-comment {
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
  color: #777;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
}

.cart.customer-note {
  margin: 10px 0 0 0;
}

textarea#customer_note_field {
  margin: 10px 0;
  width: 100%;
  height: 100px;
}

div.terms-of-service {
  margin: 10px 0 0;
  padding: 10px 0 15px;
  display: inline;
}

.terms-of-service h5 {
  background: #7C1E21;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}

.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}

.VmArrowdown {
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
}

ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  list-style-type: none;
  background-image: none;
  padding: 2px;
}

.vm2-add_quantity_cart {
  background-position: 0 0;
  width: 24px;
  height: 24px;
  border: 0px;
  cursor: pointer;
}

.vm2-arrow_down {
  background-position: 0 -72px;
  width: 16px;
  height: 16px;
}

.vm2-billto-icon {
  background-position: 0 -138px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  border: 0px;
}

.vm2-remove_from_cart,
.vm2-add_quantity_cart {
  background: transparent;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

.vm2-shipto-icon {
  background-position: 0 -284px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
}

.vm2-lowstock {
  background-position: 0 -1114px;
  width: 62px;
  height: 15px;
  display: inline-block;

  margin: 6px 4px 0 0;
}

.vm2-nostock {
  background-position: 0 -1179px;
  width: 62px;
  height: 15px;
  display: inline-block;
  margin: 6px 4px 0 0;
}

.vm2-normalstock {
  background-position: 0 -1244px;
  width: 62px;
  height: 15px;

  margin: 6px 4px;
}

.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  float: right;
  margin: 6px 4px 0 0;
}

.vm2-termsofservice-icon {
  background-position: 0 -1309px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  width: 24px;
  display: inline-block;
}




.valign-wrapper {
  position: relative;
}

.valign-content-wrapper {
  position: absolute;
  height: 100%;
  top: 50%;
  width: 100%;
}

.valign-content {
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  top: -43px;
}


.customer-reviews,
.ask-a-question-view .form-field {
  margin: 25px 0 0;
}

span.variant-name,
span.custom-variant-name {
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 5px;
}

input.highlight-button:hover,
a.highlight:hover {
  background-position: 0 -200px;
  color: #f2f2f2;
}

.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}

#userForm select,
.width80 {
  width: 80%;
}

textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}

label.invalid,
span.red {
  color: red;
}

.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}

.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}

.joomlaCoreField {
  background-color: #FFFFDD;
}

.vm-pagination {
  text-align: left;
  position: relative;
  margin-top: 35px;
}

.vm-pagination:before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: -1;
}

.vm-pagination ul {
  background: #fff;
  margin: 0;
}

.vm-pagination ul li {
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
}

.vm-pagination ul li a {
  padding: 8px 17px;
}

.vm-pagination ul li:first-child>a,
.vm-pagination ul li:last-child>a {
  border-radius: 0;
}

.vm-pagination .vm-page-counter {
  float: right;
  line-height: 34px;
  margin: 0 20px;
}

.vm-pagination.vm-pagination-bottom ul li a {
  padding: 0;
}

td.orders-key {
  font-weight: bold;
  text-align: left;
}

.product-field-display a img {
  display: block;
}

.product-related-categories {
  padding: 50px 0 20px;
}

.product-fields .product-field-type-P {
  clear: both;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 18px;
}

.product-field-type-P .product-fields-title {
  font-size: 120%;
}

.product-fields-title-wrapper {
  min-width: 160px;
  font-weight: bold;
  padding: 8px 0;
}

.product-field-type-S ul {
  margin: 0;
  padding-left: 15px;
}

.vm-customfield-mod img,
.vm-customfield-cart img {
  vertical-align: middle;
  width: 16px;
}

.vm-img-desc {
  display: none;
}

a:hover .vm-img-desc {
  background: #095197;
}

.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}

.vmpayment_description,
.vmshipment_description {
  color: gray;
  font-size: 9px;
  padding: 0 2px;
}

.vmpayment_cardinfo {
  color: gray;
  font-size: 9px;
}

.virtuemart_search .inputbox {
  vertical-align: middle;
}

.product-fields .product-field,
.product-related-categories .product-field {
  width: 100%;

  display: inline-block;
  margin-bottom: 6px;
}

.product-field-display {
  vertical-align: middle;
}

.product-fields .product-field label.other-customfield {
  width: 25%;
  float: left;
  position: relative;
  top: 20px;
  left: -18px;
  margin-bottom: 27px;
  text-align: center;
}

.product-fields .product-field .vm-img-desc {
  font-size: 9px;
  display: none;
}

.product-fields .product-field-type-M {
  display: block;
}

.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}

.product-fields .product-field-type-M label {
  display: inline-block;
}

.product-fields .product-field-type-M img {
  display: block;
  float: right;
}

.vm-header-container {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px;
}

.vm-header-container .vm-header {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.vm-header-container .vm-continue-shopping {
  padding-top: 10px;
}

.vm-cart-item-basicprice {
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-quantity {
  min-width: 100px;
  width: 10%;
  text-align: center;
}

.vm-cart-item-quantity button {
  padding: 0;
}

.vm-cart-item-tax {
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-discount {
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-cart-item-total {
  min-width: 64px;
  width: 5%;
  text-align: center;
}

.vm-search-custom-values-group {
  display: block;
  float: left;
  background-color: #f2f2f2;
  margin: 4px;
  padding: 4px;
}

span.vm-search-descr {
  display: block;
}

.vm-search-custom-search-input {
  margin: 20px 0;
}

.vm-search-custom-search-input input.inputbox {
  margin: 0;
}

.buttonBar-right {
  text-align: right;
  float: right;
}

.userfields_info {
  font-weight: bold;
  display: block;
  margin: 0px 0px 8px 0px;
}

.vm-product-descr-container h2 {
  min-height: 51px;
  margin-bottom: 0px;
}

.vm-product-descr-container-0 {
  min-height: 50px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1 {
  min-height: 90px;
  margin-bottom: 6px;
}

.vm-product-descr-container-1>h2,
.vm-product-descr-container-0>h2 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: center;
}

.vmLoadingDiv {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}

.vmLoading .vmLoadingDiv {
  display: block;
}

.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}

.vm-payment-plugin-single label,
.vm-shipment-plugin-single label {
  display: inline-block;
}

.chzn-container,
.chzn-drop {
  max-width: 100%;
}

.product-field-type-C .chzn-container {
  margin-bottom: 10px;
}

.chzn-container-single .chzn-drop {
  min-width: 250px;
}

.chzn-container-single .chzn-search input {
  min-width: 100%;
}

.vm-categories-wall {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.vm-categories-wall a {
  font-weight: bold;
  display: block;
}

.vm-categories-wall .width50:nth-child(2n +1),
.vm-categories-wall .width33:nth-child(3n +1),
.vm-categories-wall .width25:nth-child(4n +1),
.vm-categories-wall .width20:nth-child(5n +1),
.vm-categories-wall .width16:nth-child(6n +1) {
  clear: left;
}

.vm-categories-wall .vm-categories-wall-catwrapper {
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vm-categories-wall-img {
  margin-bottom: 10px;
}

.flex-row {
  display: flex;
  justify-content: space-between;
}

.flex-item {
  flex-basis: calc(20% - 10px);
}

@media all and (max-width: 991px) {
  div#nav {
    display: none;
  }

  div#contentarea {
    padding: 0;
  }

  div#line {
    display: none;
  }

  div#nav {
    display: none;
  }

  div.vendor-store-desc {
    display: none;
  }

  div[class*="vm-col-"] {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .vm-categories-wall-catwrapper {
    width: 50%;
  }

  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1) {
    clear: left;
  }

  .vm-categories-wall .width50:nth-child(2n +1),
  .vm-categories-wall .width33:nth-child(3n +1),
  .vm-categories-wall .width25:nth-child(4n +1),
  .vm-categories-wall .width20:nth-child(5n +1),
  .vm-categories-wall .width16:nth-child(6n +1) {
    clear: none;
  }

  div[class*="vm-col-"] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #header ul {
    text-align: center;
  }

  .row .slide div[class*="width"] {
    width: 100%;
  }

  div[class*="vm-col-"] {
    width: 100%;
  }

  .vm-product-container>div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .productdetails-view .spacer-buy-area {
    padding: 0;
  }
}

@media all and (max-width: 400px) {
  .row div[class*="width"] {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  #header ul {
    right: 0px;
    left: 0px;
  }
}

@media (max-width: 360px) {
  .vm-categories-wall-catwrapper {
    width: 100%;
  }
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: transparent;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select.open .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select select.bs-select-hidden,
.bootstrap-select select.selectpicker,
.bootstrap-select.open select.bs-select-hidden,
.bootstrap-select.open select.selectpicker {
  display: none !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}

.bootstrap-select.btn-group .dropdown-toggle {
  padding: 0 20px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  overflow: visible;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 12px;
}

.bootstrap-select.btn-group .dropdown-menu {
  left: auto;
}

.bootstrap-select.btn-group .dropdown-menu ul li a {
  padding: 0 10px;
}

.style-title1 .sppb-addon-title,
.style-title1 .modtitle {
  border-bottom: 3px solid transparent;
  line-height: 25px !important;

  font-size: 18px;

  padding-bottom: 3px;
  position: relative;
  z-index: 0;
}

.style-title1 .sppb-addon-title:before,
.style-title1 .modtitle:before {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 83px;
  z-index: -1;
}

.no-grouptitle .am-dropdown li.am-menu-item>a.am-group-title {
  display: none !important;
}

.no-grouptitle .am-dropdown li.am-menu-item>a:not(.am-group-title) {
  padding: 0;
  text-align: center;
}

.no-grouptitle .am-dropdown li.am-menu-item>a:not(.am-group-title) img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.no-grouptitle .am-dropdown li.am-menu-item>a:not(.am-group-title):hover {
  padding: 0;
}

.no-grouptitle .am-dropdown li.am-menu-item>a:not(.am-group-title):hover img {
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}

.no-grouptitle .am-dropdown li.am-menu-item>a:not(.am-group-title):before {
  display: none;
}

.no-grouptitle .am-dropdown li.am-menu-item:hover a:not(.am-group-title) {
  background: transparent !important;
}

.scrollup {
  display: block;
  right: -40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.scrollup:before {
  width: 38px;
}


@media (min-width: 781px) {
   #offcanvas-toggler {
     display: none !important;
   }
 }






#design_iconimg { display: inline-block; font-size: 13px; padding: 5px 15px; border-radius: 25px; -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3); }

.is-top_left{ position: fixed; top: 15px; left: 15px; z-index: 99; }
.is-top_right{ position: fixed; top: 15px; right: 15px; z-index: 99; }
.is-bottom_left{ position: fixed; bottom: 15px; left: 15px; z-index: 99; }
.is-bottom_right { position: fixed; bottom: 15px; right: 15px; z-index: 99; }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.whatsappchat img.is-analytics { padding-right: 4px;max-width: 24px; float: left;margin-top: 2px;}
.whatsappchat .popup-section {  }
.whatsappchat .popup-section .popup { position: relative; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.whatsappchat .popup-section .popup .popuptext { opacity: 0; width: 370px; background-color: #ffffff; border-radius: 8px; padding: 0; position: absolute; z-index: 1; top: 70px; left: 0; transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; } 
.whatsappchat .popup-section .popup .popuptext::after { content: ""; position: absolute; top: -16px; left: 30px; border-width: 8px; border-style: solid; /*border-color: transparent transparent #7272ff transparent;*/ }
.whatsappchat .popup-section .popup .show { transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; opacity: 1; }
.whatsappchat .popup-section .help-you-btn { border-radius: 50px; white-space: nowrap; padding: 12px 24px; color: #ffffff; background: #7272ff; outline: 0; text-decoration: none; cursor: pointer; box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16); margin: 0; display: inline-block; font-weight: bold;font-size: 13px;letter-spacing: 2px;}

.whatsappchat .popup-section .popup .popuptext { box-shadow: 0 8px 25px -5px rgba(45,62,79,0.15); }
.whatsappchat .popup-section .popup .popuptext .popup-box {  }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top { background: #7272ff; width: 100%; display: inline-block; padding: 15px 0; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc { margin: 11px 0 0 10px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc svg{ width: 30px; height: 30px; background: #fff; border-radius: 50%; cursor: pointer; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content { float: right; padding: 5px 16px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .name { display: block; color: #ffffff; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .label { display: block; color: #000000; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image { float: right; padding-right: 36px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .image img { max-width: 42px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {  background: #f7f7f7; border-radius: 4px; margin: 36px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message { position: relative; background: #eee; padding: 16px 24px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message:before { content: ''; position: absolute; top: -6px; right: 24px; width: 13px; height: 13px; transform: rotate(45deg); background-color: #eee; } 
.whatsappchat .popup-section .popup .popuptext .popup-box .response { position: relative; }
.whatsappchat .popup-section .popup .popuptext .popup-box .response input { font-size: 14px; font-weight: normal; line-height: 1; padding: 20px 56px 20px 36px; margin: 0; color: #4e4e4e; background-color: #ffffff; border: none; width: 100%; min-height: 59px; border-top: 1px solid #e6e6e6; outline: none; }
.whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn { position: absolute; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 40px; line-height: 0; }

/* 16-12-2019 */
.whatsappchat.is-top_right .popup-section .popup .popuptext { right: 0; left: auto; }
.whatsappchat.is-top_right .popup-section .popup .popuptext::after { left: auto; right: 30px; }
.whatsappchat.is-bottom_right .popup-section .popup .popuptext { top: auto; bottom: 70px; left: auto; right: 0; opacity: 0; visibility: hidden; }
.whatsappchat.is-bottom_right .popup-section .popup .popuptext.show {opacity: 1; visibility: visible;}
.whatsappchat.is-bottom_right .popup-section .popup .popuptext::after { top: auto; bottom: -16px; border-color: #13572a transparent transparent transparent; left: auto; right: 30px; }
.whatsappchat.is-bottom_left .popup-section .popup .popuptext { top: auto; bottom: 70px; }
.whatsappchat.is-bottom_left .popup-section .popup .popuptext::after { top: auto; bottom: -16px; border-color: #13572a transparent transparent transparent; } 


@media (max-width: 479px) {
	.whatsappchat .popup-section .popup .popuptext { width: 345px; }
}

@media (max-width: 360px) {
	.whatsappchat .popup-section .popup .popuptext { width: 300px; }
}

.whatsappchat .popup-section .message p { margin: 0px; }
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content .label {
font-size: 14px;
line-height: 1;
padding: 5px 10px !important;
border-radius: 4px;
}
