﻿*{
  margin: 0;
  padding:0;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
    height: 5px;
    width: 7px;
}
body::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}
body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}
.nav-menu::-webkit-scrollbar {
    height: 5px;
    width: 2px;
}
.nav-menu::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}
.nav-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}
/*Header 2*/
.nav-header{
  display: flex;
  width: 100%;
  background: #F4F1EC;
  position: relative;
  justify-content: space-between;
  text-align: center;
  padding: 15px 30px;
}
.nav-header .icon-header .img_header{
  width: 150px;
  cursor: pointer;
}
.nav-header .shopping-heart {
  display: flex;
  list-style: none;
  margin: auto 0;
}
.nav-header .cart-heart a {
  color: #ccc;
  font-size: 20px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 15px;
}
.nav-header .cart-heart:hover i {
  color:#c00000;
}
.nav-header .search_box {
  display: flex;
  margin: auto 0;
  height: 35px;
  line-height: 35px;
}
.nav-header .search_box > input {
  border: none;
  outline: none;
  color: white;
  background: rgb(2, 23, 43);
  height: 100%;
  padding: 0 10px;
  font-size: 20px;
  width: 350px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #ccc;
}
.nav-header .search_box > span {
  color: black;
  font-size: 20px;
  background: rgb(2, 23, 43);
  height: 100%;
  width: 35px;
  padding: 2px 2px 4px 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  border-radius: 0 50px 50px 0;
  border: 1px solid #ccc;
  color: #fff;
}
.nav-header .search_box > span:hover {
  background: #c00000;
  color: #fff;
}
.nav-header .search_box > span:hover::after{
  width: 100%;
}
/*Responsive*/
@media screen and (max-width:800px){
.nav-header{
  display: block;
  padding: 0;
}
.nav-header .icon-header {
  display: inline-block;
  padding: 15px 20px;
  float:left;
}
.nav-header .search_box{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom:15px;    
}
.nav-header .search_box > input{
  width: 90%
}
.shopping-heart {
  display: block;
  position: absolute;
  top: 28px;
  right: 0px;
  cursor: pointer;   
}
 }
.Header2 {
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgb(2, 23, 43);
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0px 0px 2.5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
 /*empieza usuario*/
.bienvenido a {
  cursor: pointer;
  text-decoration: none;
}
.bienvenido :hover {
  color: #c00000;
}
.bienvenido2{
    margin-left: 10px;
    margin-right: 10px;
}
.bienvenido2 a:hover {
    color: #ccc;
    text-decoration: none;
}
/*Registro e inicio*/
.registro-cierre {
  float: right;
}
.registro-cierre i {
  font-size: 20px;
  position: relative;
  cursor: pointer;
  z-index: 15;
  transition: 0.3s;
}
.registro-cierre i:hover {
  transform: rotate(90deg);
  color: #c00000;
}
#registro {
  position: absolute;
  min-width: 280px;
  max-width: 30%;
  width: 30%;
  top: 34.5%;
  left: 50%;
  transform: translate(-50%, -0%);
  padding: 15px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
  background-color: rgba(255,255,255,1);
  backdrop-filter: blur(1rem);
  border-radius: 5px;
  color: #919191;
  z-index: 1;
  display: none;
}
#registro2 {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1;
    display: none;
}
.registro-h1 {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 7px;
  color: #000;
  margin-left: 40%;
}
.registro-h1::after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 3px;
  background-color: #c00000;
  width: 50px;
  left: 0;
  bottom: 0;
}
.registro-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 6px;
  margin-bottom: 15px;
 /* margin-left: 14%;*/
  border: 1px solid #ccc;
  outline: none;
  border-radius: 1px;
}
.registro-input:focus {
  border-color: #c00000;
  border-bottom-width: 2px;
}
.acuerdo {
  text-align: center;
  margin-bottom: 15px;
  font-size: 10px;
  color: #000;
}
.acuerdo a {
  text-decoration: none;
  cursor: pointer;
}
.registro-registrarse {
  display: block;
  margin: auto;
  width: 90%;
  height: 40px;
  background: #d74c4c;
  background: -webkit-linear-gradient(to right,#c00000, #813e3e);
  background: linear-gradient(to right,#c00000, #813e3e);
  border: none;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
}
.registro-registrarse:hover {
  background: -webkit-linear-gradient(to right, #813e3e, #c00000);
  background: linear-gradient(to right,#813e3e,#c00000);
}
.registro-acceso {
  text-align: center;
  color: #000;
}
.registro-redes {
  text-align: center;
}
.registro-redes a {
  margin: 5%;
  font-size: 25px;
}
.acceso-facebook {
  color: #657786;
}
.acceso-facebook:hover {
  color: #3b5998;
}
.acceso-google {
  color: #657786;
}
.acceso-google:hover {
  color: #db4a39;
}
.acceso-twitter {
  color: #657786;
}
.acceso-twitter:hover {
  color: #1DA1F2;
}
.acceso-apple {
  color: #657786;
}
.acceso-apple:hover {
  color: #14171A;
}
/*InicioSesion*/
#inicioSesion {
  position: absolute;
  min-width: 280px;
  max-width: 30%;
  width: 30%;
  top: 34.5%;
  left: 50%;
  transform: translate(-50%, -0%);
  padding: 15px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
  background-color: rgba(255,255,255,1);
  backdrop-filter: blur(1rem);
  border-radius: 5px;
  color: #919191;
  z-index: 1;
  display: none;
}
#inicioSesion2 {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1; 
}
.registro-olvido {
  text-align: center;
}
.registro-olvido a {
  text-decoration: none;
  font-weight: bolder;
}
.select-btn {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
}
.select-btn:hover {
  color: #c00000;
}
   /* mail y phone*/
.select-container {
  display: inline-block;
  float: right;
  margin: 0 15px;
  padding: 5px 0;
}
.mail-header,
.phone-header {
  display: inline-block;
}
.mail-header{
  margin-right: 20px;
}
.mail-header > i{
  font-size: 15px;
}
.mail-header .mail-contact{
  font-size: 11px;
}
.mail-header .mail-contact:hover {
  color: #c00000;
}
.phone-header > i{
  font-size: 15px;
}
.phone-header label{
  font-size: 11px;
}
.select-container .select-box {
  border-radius: 15%;
  background: black;
  border: transparent;
  color: #fff;
  padding: 5px 0;
} 

/*Título nuevos productos*/
.new-products {
  color: white;
  border: solid 1px;
  font-size: 5px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: rgb(2, 23, 43);
  width: 100%;
}
.main-categoria {
  color: black;
  position: relative;
  padding: 10px;
  font-size: 5px;
  background: transparent;
  display: inline-block;
}
.main-categoria h2 {
  font-size: 26px;
}
.main-categoria h2 u {
  text-decoration-color: #c00000;
}

/*SLIDER PRODUCTOS*/
.p-slider{
    width:95%;
    margin:auto;
    padding:40px 0;
}

/* TARJETA PRODUCTO */
.product-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all .3s ease;
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.product-box:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
}
.glider-slide {
    padding: 10px;
}
.glider-contain {
    width: 100%;
    margin: auto;
}
.glider {
    padding-bottom: 10px;
}

/* IMAGEN */
.p-img-container{
    width:100%;
    height:260px;
    overflow:hidden;
    position:relative;
}
.p-img{
    width:100%;
    height:100%;
}
.p-img a img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:all .4s ease;
}
.product-box:hover .p-img a img{
    transform:scale(1.05);
}
.p-img a,
.p-img {
    height: 220px;
}

/* cambio imagen */
.p-img-back{
    display:none;
}

.p-img-container:hover .p-img-back{
    display:block;
}
.p-img-container:hover .p-img-front{
    display:none;
}

/* TEXTO PRODUCTO */
.p-box-text{
    padding:15px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex:1;
}

/* TITULO */
.product-category span{
    font-size:15px;
    font-weight:600;
    color:#333;
    display:block;
    margin-bottom:10px;
    min-height:40px;
}

/* PRECIO */
.product-price{
    font-size:16px;
    font-weight:700;
    color:#c00000;
}

/* CONTENEDOR PRECIO */
.price-eye{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
}

/* ICONO VER */
.eye-product{
    cursor:pointer;
}
.eye-product i{
    font-size:18px;
    color:#444;
    transition:.3s;
}
.eye-product i:hover{
    color:#c00000;
}

/* EXISTENCIA */
.price-eye .product-category{
    font-size:12px;
    color:#888;
}

/* BOTON */
.p-buuy{
    margin-top:auto;
}
.p-buy-btn{
    width:100%;
    border:none;
    border-radius:8px;
    padding:10px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    background:#02172b;
    color:white;
    transition:.3s;
}
.p-buy-btn:hover{
    background:#c00000;
    transform:scale(1.02);
}

/*BOTONES SLIDER ARRIBA*/
.slider-btns{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}

/* IMPORTANTE: cancelar posicionamiento de Glider */

.slider-btns .glider-prev,
.slider-btns .glider-next{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
}

/* BOTONES */
.slider-btns button{
    width:34px;
    height:34px;
    border-radius:10%;
    border:none;
    background: #c00000;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
    cursor:pointer;
    transition:all .25s ease;
}

/* ICONO */
.slider-btns i{
    font-size:18px;
    color:#ffff;
    line-height:3 !important;
}

/* HOVER */
.slider-btns button:hover{
    background:#02172b;
    transform:scale(1.08);
}

.slider-btns button:hover i{
    color:#fff;
}

/* MOBILE */
@media(max-width:640px){

.slider-btns button{
    width:36px;
    height:36px;
}
.slider-btns i{
    font-size:16px;
}

}
/*RESPONSIVE*/

@media(max-width:900px){

.product-category span{
    font-size:14px;
}
.product-price{
    font-size:18px;
}

}
@media(max-width:480px){

.product-box{
    border-radius:10px;
}
.p-img-container{
    height:180px;
}

.product-category span{
    font-size:13px;
}
.product-price{
    font-size:17px;
}
.p-buy-btn{
    font-size:13px;
}

}
@media (max-width: 640px){
.p-img-container{
    height:200px;
}

.slider-btns button{
    width:40px;
    height:40px;
}

.slider-btns i{
    font-size:16px;
}
.product-box{
    max-width:100%;
    margin:0 auto;
}

}
.glider {
    width: 100%;
}

.glider-track {
    width: 100%;
}
/*RESPONSIVE SLIDER MOVIL*/

@media (max-width:640px) {

    .product-box {
        max-width: 100%;
        width: 100%;
    }

    .p-slider {
        width: 100%;
        padding: 25px 10px;
    }

    .glider-slide {
        padding: 8px;
    }
}
        /*Go-top*/
.go-top-container {
  position: fixed;
  bottom: -1.4rem;
  right: -2rem;
  width: 6.6rem;
  height: 6.6rem;
  z-index: -1;
}
.go-top-button {
  width: 0rem;
  height: 0rem;
  background: #ce2307;
  border-radius: 50%;
  cursor: pointer;
  transition: .2s;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.go-top-button:hover {
  background: #c00000;
  box-shadow: 0 0 10px #c00000, 0 0 40px #c00000, 0 0 80px #c00000;
}
.go-top-button i {
  position: absolute;
  font-size: 2rem;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  transition: .2s;
}
.show {
  z-index: 10;
}
.show .go-top-button {
  animation: popup .3s ease-in-out;
  width: 5rem;
  height: 5rem;
  z-index: 11;
}
.show i {
  transform: translate(-50%, -50%) scale(1);
}
@keyframes popup {
        0% {
            width: 0rem;
            height: 0rem;
        }

        50% {
            width: 8rem;
            height: 8rem;
        }

        100% {
            width: 6.6rem;
            height: 6.6rem;
        }
    }

    /*Redes-float*/
#btn-mas {
  display: none;
}
.container-float {
  position: fixed;
  bottom: 20px;
  margin: 5px;
}
.float-redes a, .icon-mas2 {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.float-redes .float-facebook {
  background: #3b5998;
}
.float-redes .float-facebook:hover {
  background: #2b97fa;
  box-shadow: 0 0 5px #2b97fa, 0 0 30px #2b97fa, 0 0 70px #2b97fa;
}
.float-redes .float-instagram:hover {
  background: #f82d97;
  box-shadow: 0 0 5px #f82d97, 0 0 30px #f82d97, 0 0 70px #f82d97;
}
.float-redes .float-instagram {
  background: #E1306C;
}
.float-redes .float-whatsapp {
  background: #25D366;
}
.float-redes .float-whatsapp:hover {
  background: #67ff6b;
  box-shadow: 0 0 5px #67ff6b, 0 0 30px #67ff6b, 0 0 70px #67ff6b;
}
.float-redes a {
  margin-bottom: -15px;
  opacity: 0;
  visibility: hidden;
}
#btn-mas:checked ~ .float-redes a {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.icon-mas2 {
  cursor: pointer;
  background: #ce2307;
  font-size: 23px;
}
.icon-mas2:hover {
  background: #c00000;
  box-shadow: 0 0 10px #c00000, 0 0 40px #c00000, 0 0 80px #c00000;
}
#btn-mas:checked ~ .btn-mas .icon-mas2 {
  transform: rotate(137deg);
  font-size: 25px;
}
    /*Footer*/
footer {
  width: 100%;
  background: #000;
  color: white;
}
.container-footer-all {
   width: 100%;
   max-width: 1200px;
   margin: auto;
   padding: 40px;
}
.container-body {
  display: flex;
  justify-content: space-between;
}
.colum1 {
  max-width: 400px;
}
.colum1 h1 {
  font-size: 22px;
}
.colum1 .infomas a {
  display: flex;
  margin-top: 20px;
  text-decoration: none;
  color: white;
}
.infomas a:hover {
  color: #a4a0a0;
}
.colum1 p {
  font-size: 14px;
  color: #c7c7c7;
  margin-top: 20px;
}
.colum2 {
  max-width: 400px;
}
.colum2 h1 {
  font-size: 22px;
}
.colum2 .row {
  margin-top: 20px;
  display: flex;
}
.row .face {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .face:hover {
  background: #2b97fa;
}
.row .insta {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .insta:hover {
  background: #f82d97;
}
.row .twit {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .twit:hover {
  background: #1D9BF0;
}
.row .linke {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .linke:hover {
  background: #0e76a8;
}
.row label {
  margin-top: 5px;
  margin-left: 10px;
}
.row label:hover a {
  color: antiquewhite;
}
.row label a {
  color: white;
  text-decoration: none;
}
.colum3 {
  max-width: 400px;
}
.colum3 h1 {
  font-size: 22px;
}
.row2 {
  margin-top: 20px;
  display: flex;
}
.row2 i {
  font-size: 30px;
}
.row2 label {
  margin-top: 2px;
  margin-left: 10px;
  max-width: 140px;
}
.row2 label:hover a {
  color: antiquewhite;
}
.row2 a {
  color: white;
  text-decoration: none;
}
.row .insta:hover {
  background: #f82d97;
}
.row2 .hous {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .hous:hover {
  background: #bc2a8d;
}
.row2 .phone {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .phone:hover {
  background: #0e76a8;
}
.row2 .whats {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .whats:hover {
  background: #25D366;
}
.row2 .mail {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .mail:hover {
  background: #f39f18;
}
.container-footer {
  width: 100%;
  background: rgb(2, 23, 43);
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.copyright {
  color: #c7c7c7;
}
.copyright a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.information a {
  text-decoration: none;
  color: #c7c7c7;
}
   /*Responsive*/
    /*Footer*/
@media screen and (max-width: 1100px) {
.container-body {
  flex-wrap: wrap;
}
.colum1 {
  margin-top: 40px;
}
 .colum2 {
  margin-top: 40px;
}
.colum3 {
  margin-top: 40px;
}
   /*Menu*/
@media screen and (max-width: 990px) {
.form-search {
  display: none;
}
.Header2 {
  /*padding: 10px;*/
}
.main-logo {
  width: 150px;
   }
 }
}
@media screen and (max-width: 800px) {
.container-menu {
  display: none;
}
 }

/*Modal Carrito*/
.main-toast {
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification_box {
    background-color: #fff;
    width: 450px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-left: 4px solid #c00000;
    top: 80px;
    right: -100%;
    transition: all .5s;
    position: fixed;
    z-index: 5;
}
.notification_box.active {
    right: 30px;
}
.bx-x {
    position: absolute;
    font-size: 20px;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
.bx-x:hover {
    color: #c00000;
}
.box_text h3 {
    text-align: center;
}
/*Botones Modal*/
.button_modal_buy {
    display: flex;
    gap: 15px;
}
.button_modal_buy > a {
     text-decoration: none;
     padding: 1rem;
     border-radius: 5px;
     color: #fff;
     font-weight: 400;
}
.button_modal_buy > .modal-see-cart {
     color: #fff;
     background-image: linear-gradient(rgb(2, 23, 43),#000);
}
.button_modal_buy > .modal-see-cart:hover {
     box-shadow: 0 0 5px rgb(2, 23, 43), 0 0 300px #000, 0 0 40px rgb(2, 23, 43);
}
.button_modal_buy > .modal-pay {
     color: #fff;
     background-image: linear-gradient(#349748,#195f14);
}
.button_modal_buy > .modal-pay:hover {
     box-shadow: 0 0 5px #349748, 0 0 300px #195f14, 0 0 40px #349748;
}
/*Responsive modal*/
@media screen and (max-width: 470px) {
    .notification_box {
        width: 350px;
        height: 160px;
        top: 80px;
        right: -100%;
    }
}

@media screen and (max-width: 360px) {
    .notification_box {
        width: 300px;
        height: 160px;
        top: 80px;
        right: -100%;
    }
}

/*Contador productos vista previa*/

[class*="col-"] .chosen-container {
    width: 100% !important;
}
.chosen-container-single .chosen-single {
    height: 34px;
    padding: 6px 12px;
    margin-left: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.chosen-container-single .chosen-single:focus{
    border: solid 1px rgb(2, 23, 43);
}
.chosen-container-single .chosen-drop{
    margin-left: 15px;
    width: 98.3%;
}
[class*="col-"] .chosen-container .chosen-search input[type="text"] {
    padding: 2px 4% !important;
    width: 98% !important;
}
[class*="col-"] .chosen-container .chosen-drop {
    width: 100% !important;
}


