/* table header */
.table thead > tr.row-primary > th {
	background-color: #007bff !important;
	color: white;
}

.table thead > tr.row-secondary > th {
	background-color: #6c757d !important;
	color: #f8f9fa;
}

.table thead > tr.row-info > th {
	background-color: rgb(23,162,184) !important;
	color: white;
}

.table thead > tr.row-dark > th {
	background-color: rgb(52,58,64) !important;
	color: white;
}

.table thead > tr.row-light > th {
	background-color: rgb(233,236,239) !important;
	color: #495057;
}

.table thead > tr.row-white > th {
	background-color: #fff !important;
	color: #495057;
}

/* cursors */
.badge {
	cursor: pointer;
}

.HOVER{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    background-color: #c3e39a;
    text-align: center; 
    display: inherit;
}

.menuItemsDesplegable{
    border: 1px solid;
    border-radius: 10px;
    color: #a3bd31 !important;
    font-size: 20px
}


.inputCantProd{
    text-align: left ;
    font-family: "Times New Roman", Times, serif;
    width: 100%;
    height: 100%;
    
}

.inputCantProd:focus{ 
    outline: none;
}

.inputCant{
    background-color: #fff;
    color: #9a9a9a;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
}

.btn-outline-info{
  border-color: #48D3FF;
  background-color: #48D3FF;
  color: #fff !important;
}

.btn-outline-info:hover{
    border-color: #fffe56;
    background-color: #fffe56;
    color: #000 !important;
}

.CPcalculate{
    display: -webkit-box;
    margin-top: 10px;
}

.lineBody{
    background-color: #c1bdbd !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.lblPriceFinal{
    display: inline;
}

a:hover{
    color: #fff !important;
}

.btnDeleteProduct{
    background: none;
    border-style: none;
}

/*
.HOVER{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.inputCantProd{
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    margin-left: 5px;
    height: 30px !important
    
}

.inputCantProd:focus{
    outline: none; 
}

.inputCant{
    background-color: #dddddd;
    color: #9a9a9a;
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    
}

.buttonPlusCarr{
    color: #ffffff;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    width: 999px;
    height: 100%;
    padding: 10px !important;
    text-align: center;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.filter{
    border-style: solid;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-width: 1px;
    border-color: #c1bdbd;
}



.lineFilter{
    background-color: #c1bdbd !important;
}

.lineBody{
    background-color: #c1bdbd !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.p{
    font-family: "Times New Roman", Times, serif;
}
.optionsFilter{
    font-size: 15px;
    margin-bottom: 5px;
    font-family: sans-serif;
}

.descriptionProductLabel{
    display: inline; 
    margin-left: 5px;
    font-family: "Roboto", sans-serif !important;
    color: #adaaaa;
}

.priceProductLabel{
    color: black;
    margin-left: 5px;
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 0px !important;
}


.buttonAddToCart{
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    background-color: red;
}

.priceOfertAnt{
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    color: red;
    margin-left: 5px !important;
}

.incorrecto::after{
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 2px solid black;
    -webkit-transform: translateY(10px) translateX(-50px) rotate(10deg);
    position: absolute;
}
.classFooterImage{
    top: 60%;
    width: 100%;
    z-index: 10;
}*/



       
.open-modal {
  font-weight: bold;
  background: var(--blue);
  color: var(--white);
  padding: 0.75rem 1.75rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: var(--black);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 5px;
  background: var(--white);
  overflow: auto;
  cursor: default;
}

.modal-dialog > * {
  padding: 1rem;
}

.modal-header,
.modal-footer {
  background: var(--lightgray);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header .close-modal {
  font-size: 1.5rem;
}

.modal p + p {
  margin-top: 1rem;
}

.inputLogin:focus{
    border-radius: 10px;
}


.borderSombreado{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

body{
    font-family: 'Montserrat', sans-serif !important;
}

.buttonSearch:hover{
    color: #174D48 !important;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:80px;
    right:15px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
}
        
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 48px;
    width: 48px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 0%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 15;

}



.fa-chevron-up:before {
    content: "\f077";
}

#toTop:hover {
    background-color: #111;
}

#toTop i {
    font-size: 28px;
    color: #fff;
    line-height: 46px;
}

.linkFloat{
    color: #0DB63B !important;
    font-size: 50px; 
    position: fixed;
    right: 25px;
    bottom: 50%;
}

.linkFloat:hover{
    color: #1C746E !important;
}

.modalCustomDistri{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    transition: all 0.35s ease-in;
    visibility: visible;
    opacity: 1;
}

.modalCustomDistriCreate{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    padding: 1rem;
    background: var(--black);
    cursor: pointer;
    transition: all 0.35s ease-in;
    visibility: visible;
    opacity: 1;
}


.containerSmallButtons{
    position: unset ;
    top:150px;
    z-index: 999;
    left: 0px;
    right: 0px;
    background-color: white;
}

@media(min-width: 992px){
    .headerMenu{
        position: fixed !important;
        right: 0px;
        left: 0px;
        background-color: #2B6DF7;
        border-radius: 0px !important;
        z-index: 100;
        margin-top: 10px;
    }
    
    .content{
        padding-top: 150px !important;
    }
    
}

@media(min-width: 1px){
    .headerMenu{
        position: unset;
    }
    
    .content{
        padding-top: 75px;
    }
    
    .modalCustomDistri{
        margin-top: 35% ;
    }
    
    .modalCustomDistriCreate{
        margin-top: 10% ;
    }
}

@media(min-height: 1px){
    .dropdown-menu{
        height: 1px ;
        overflow:auto;
        overflow-x:hidden;
    }
    
    
}

@media(min-height: 100px){
    .dropdown-menu{
        height: 100px ;
    }
}

 @media(min-height: 200px){
    .dropdown-menu{
        height: 200px ;
    }
}

 @media(min-height: 300px){
    .dropdown-menu{
        height: 300px ;
    }
}

 @media(min-height: 400px){
    .dropdown-menu{
        height: 400px ;
    }
}

 @media(min-height: 500px){
    .dropdown-menu{
        height: 500px ;
        
    }
}
 

@media(min-height: 600px){
    .dropdown-menu{
        height: 600px ;
    }
}

 @media(min-height: 700px){
    .dropdown-menu{
        height: 700px ;
    }
}

@media(min-width: 768px){
    .modalCustomDistri{
        margin-top: 15% !important;
    }
    
    .modalCustomDistriCreate{
        margin-top: 5% !important;
    }
}

 @media(min-height: 740px){
    .dropdown-menu{
        height: auto ;
    }
}

@media (min-width: 1024px){

    .styleButtonAddToCart {
        width: 80px !important;
    }
    
    .styleButtonShowCart {
        width: 95px;
        padding-left: 5px;
    }
}

#searchProductHeader::placeholder {
  color: #2b6df7;
}

#searchProductHeaderSmall::placeholder {
  color: #2b6df7;
}


#navSmall {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#2b6df7;
}

.menu_bar {
	display:none;
}

#navSmall ul {
	overflow:hidden;
	list-style:none;
	padding: 0px;
}

#navSmall ul li {
	float:left;
}

#navSmall ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}

#navSmall ul li span {
	margin-right:10px;
}

#navSmall ul li a:hover {
	background:#037E8C;
}

section {
	padding:20px;
}

@media screen and (max-width:991px ) {
    
    
	#navSmall {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}

	#navSmall ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background:#2b6df7;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
}

#navSmall {
    width:90%;
    max-width:1000px;
    margin:20px auto;
    background:#2b6df7;
}

.menu_bar {
    display:none;
}

#navSmall ul {
    overflow:hidden;
    list-style:none;
    padding: 0px;
}

#navSmall ul li {
    float:left;
}

#navSmall ul li a {
    color:#fff;
    padding:20px;
    display:block;
    text-decoration:none;
}

#navSmall ul li span {
    margin-right:10px;
}

#navSmall ul li a:hover {
    background:#037E8C;
}

section {
    padding:20px;
}

@media (min-width: 991px){


    .showCartLarge{
        display: block !important;
    }
    .buttonsCart{
        margin-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
    .container-fluid{
        margin-top: 0px !important;
    }
    #headerSmall{
        display: none;
    }
    
    .buscadorDesktop{
        display: block !important;
    }
    
    .containerButtonsProduct{
        display:inline-flex;
    }
    
    .headerMenu{
        height: 80px !important;
        display: block !important;
    }
    
    .buscadorPhone{
        display: none !important;
    }
}

@media screen and (max-width:991px ) {
    
    
    
    #navSmall {
        width:80%;
        height:100%;
        left:-100%;
        margin:0;
        position: fixed;
    }

    #navSmall ul li {
        display:block;
        float:none;
        border-bottom:1px solid rgba(255,255,255, .3);
    }

    .menu_bar {
        display:block;
        width:100%;
        background:#ccc;
    }

    .menu_bar .bt-menu {
        display:block;
        padding:20px;
        background:#2b6df7;
        color:#fff;
        text-decoration:none;
        font-weight: bold;
        font-size:25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .menu_bar span {
        float:right;
        font-size:40px;
    }
}

@media (min-width: 650px){
    .dropDownTest{
        margin-left: 185px !important;
        margin-top: -100px !important;
    }
    
    .container-fluid{
        margin-top: 0px !important;
    }
    .patopHeader{
        padding-top: 0px !important;
    }
    .showCartSmall{
        display: none !important;
    }
}

@media(min-width: 1px){
    
    .buttonsCart{
        padding: 0px  0.50rem 0px 0px;
        margin: 0px;
    }
    .hover{
        width: 41%
    }
    
    .headerMenu{
        display: none;
    }
    .widthProduct{
        width: 200px !important;
    }
    
    .styleButtonAddToCart{
        width: 100% !important;
        padding-left: unset;
    }
    
    .styleButtonShowCart{
        width: 100% !important;
        height: 40;
        font-size: 15px;
        padding-top: 8;
        border-radius: 100px;
        padding-left: 9;
    }
    
    .headerMenu{
        height: 250px;
    }
    
    .showCartLarge{
        display: none;
    }
    
    .showCartSmall{
        display: block !important;
    }
    
    .buscadorPhone{
        display: block !important;
    }
    
    .buscadorDesktop{
        display: none;
    }
}