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

#topMenu{
    padding: 11px;
}

.no-scroll {
    overflow: hidden;
}

body{
    overflow: hidden;
}

#cartItemsCounter{
    background-color:#0074BD;    
}

#fullscreenIcon {
    position: absolute;
    right: 50px;
    top: 21px;
}

#containter-carrito {
    position: absolute;
    right: 20px;
    top: 20px;
}

#formChecks{
    margin-top: 12px;
    margin-bottom: 30px;  
}

/* Barra lateral que avanza y retrocede página la ocultamos para que se puedan clicar las referencias que quedan en los extremos. */
.pageClickArea{
    width: 0px !important;
}

.modal-fullscreen{
    max-width: 600px;
    margin: auto;
}

.modal-body h5 {
    font-size: 1.3rem;    
}

.product-price {
	font-size: 1.2rem;	
	margin: 10px 0;	
	text-align: right;
}

.product-description {
    font-size: 0.9rem;
    color: #666;
    margin: 15px 0;
    text-align: left;
}

.btn-primary {
    background-color: #0074BD;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.swal2-confirm {
    background-color: #0074BD;
}

.btn-secondary {
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.modal-footer {
    border-top: 0px;
}

.modal-header{    
    border-bottom: 0px;
}

.form-group{
    margin-top: 12px;
    margin-bottom: 18px;
}

p {
    margin-bottom: 6px;
}

.input-group-product-tribas{
    max-width: 250px;
    margin-top: 12px;
}

.product-chapter{
    margin-top: 15px;
}

#diameterSelect{
    width: 100%;
    text-align: center;
}

.text-info{
    color: #0074BD !important;
}