/*.container {
  max-width: 1400px;
}*/

/*
 * Custom translucent site header
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*HP CONTACT FORM*/
.hph0 {
    display:none !important;
    height: 0px !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #404040;
}

a {
	color: #008b95;	
	text-decoration: none;
	}

a:hover{
	color: #008b95;	
	text-decoration: underline;
	}

h2{
	font-size: 35px;
	font-weight: 700;
	margin-top: 3%;
	margin-bottom: 3%;
}

h2 span{
color: #008b95;
}

h6{
color: #008b95;
	font-size: 30px;
	font-weight: 600;
}

h5{
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
}


ul,
ol {
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    color: #101010;
    font-size: 25px;
    line-height: 1.6;
    padding-left: 1.5em;
    margin: 1em 0;
    text-align: left;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

    ul li,
    ol li {
        margin-bottom: 0.5em;
    }

    .bg-grey{
	background-color: #F3F3F3;
}

.bg-footer{
	background-color: #404040;
}

.bg-copy{
	background-color: #0D0D0D;
}

.h1-green{
	color: #008b95;
	margin: 3% 0;
}

.h1-cat {
    font-size: 35px;
    font-weight: 700;
    margin-top: 3%;
    margin-bottom: 3%;
}

.textgreen{
	color: #008b95;
}

.borderbrow{
	border-bottom: 1px solid #F3F3F3;
}

.borrad30{
	border-radius: 30px;
}

.form-check-input {
   border: 0;
}

textarea#txtContactText {
    height: auto;
}

section {
    scroll-margin-top: 7rem;
}

.breadcrumb {
    display:none;
}
    .list-group-item {
    color: #008b95;
    border: 0px solid rgba(0,0,0,.125);
    font-size: 30px;
    font-weight: 600;
    background-color: transparent;
    padding: .5rem 0;
}

.text-list{
	font-size: 23px;
}

.text-list strong{
	font-weight: 600;
}

.text-left{
	text-align: left;
}



.site-header {
  background-color: #FFF;
	margin-top: 2%;
}
.site-header a {
  color: #404040;
  transition: color .15s ease-in-out;
  text-decoration: none;
	font-weight: 600;
	font-size: 15px;
}
.site-header a:hover {
  color: #008b95;
  text-decoration: none;
}

.site-header .navigation{  
	background-color: #F5F5F5;
	margin-top: 2%;
	padding: 0.3%;
	border: 1px solid #BCBCBC;
}

.site-header .logo{
	max-width: 350px;
}
.site-header .contact, .site-header .button-info {
	text-align: right;
	}

.site-header .contact a{
	font-size: 30px;
	font-weight: 500;
	color: #404040;
	text-align: right;
	}

.site-header .contact a::before{
	width: 30px;
	}

a.phone::before, a.wa::before{
	background-image: url("../immagini/telefono-nolortopedia.svg");
    background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: bottom center;
    display: inline-block;
    width: 40px; 
    height: 40px;
    content:"";
	margin-right: 0.5%
	}

a.wa::before{
	background-image: url("../immagini/whatsapp-nolortopedia.svg");
	}

.review{
	background-image: url("../immagini/bg-recensioni-nolortopedia.svg");
	background-repeat: no-repeat;
	background-position: -90% 90%;
	padding-top: 3%;
	padding-bottom: 3%;
	}

.box-review{
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
	border-radius: 10px;
	padding: 3%;
	margin-top: 4%;
	}

.box-review .namerev{
	font-size: 25px;
	font-weight: 600;
	}

.box-review .fonterev{
	font-size: 20px;
	font-style: italic;
	}

.box-review .textrev{
	font-size: 18px;
	margin-top: 3%;
	}

.box-review .textrev strong{
	font-weight: 700;
	}


.box-review img{
	margin-top: -10%;
	background-color: transparent
	}

.product-box, #tableprice{
	background-color: #FFF;
	border-radius: 20px;
	padding: 3%;
	margin-bottom: 3%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#singlepro .product-box{
	box-shadow: 0 3px 6px rgba(0,0,0,0);
}

.product-box .productshort{
	font-size: 25px;
	margin-bottom: 4%;
	}

.product-box .productprice{
	font-size: 40px;
	margin-bottom: 8%;
	font-weight: 600;
	}

.product-box .productprice span{
	font-size: 30px;
	}

.m-tb3{
	margin: 2% 0;
	}

/*
 * contact form
 */

.contact-form{
	background-color: #008b95;
	padding-top: 3%;
	padding-bottom:  3%;
	}

    .contact-form h1 {
        color: #FFF;
        font-size: 40px;
        font-weight: 300;
        z-index: 3;
        text-align:center;
    }

    .contact-form h1 strong, .contact-form h2 strong {
        font-weight: 700;
    }

.underline {
    position: relative;
    display: inline;
    z-index: 3;
}

    .underline::after {
        background-color: #F2A30F;
        content: " ";
        height: 35%;
        position: absolute;
        left: 0;
        margin-left: -5px;
        top: 65%;
        width: calc(100% + 10px);
        z-index: -1;
    }

.contact-form h2{
	color: #FFF;
	font-size: 20px;
	margin-top: 3%;
	margin-bottom: 3%;
    font-weight: 400;
    text-align: center;
	}

.form-container{
	background-color: #FFF;
	padding: 5%;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	}

.form-container .formtitle{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	}

.formcontrol{
		margin-top: 5%;

}

.formcontrol button{
		margin-top: 5%;

}

.privacy{
		margin-top: 5%;
	font-size: 15px;
}

footer p{
 color: #FFF;
 font-size: 18px;
}

footer a.linksocial{
	font-size: 20px;
	color: #008b95;
	font-weight: 600;
	text-decoration: none;
	display: block
	}

footer a.linksocial:hover{
	color: #FFF;
	text-decoration: none;
	}

footer .privacymenu{
	margin-top: 5%;
	font-size: 20px;
	font-weight: 600;
	}

footer .privacymenu a, footer .contact a{
	color: #fff;
	text-decoration: none;
	display: block
	}

footer .contact a{
	color: #fff;
	text-decoration: none;
	display: inline;
	}



footer .contact span{
	color: #008b95;
	}


footer .privacymenu a:hover, footer .contact a:hover{
	color: #fff;
	text-decoration: underline;
	}

footer .contact a.btn-call:hover {
    color: #F2A30F;
    text-decoration: none;
    display: inline;
}

footer .mt5
{
	margin-top: 5%;
	}

footer .contact{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

footer .copy{
	color: #fff;
	text-align: center;
}

    footer .copy a {
        color: #fff;
        text-align: center;
    }

/*TAB*/
#singlepro .nav-tabs{
	border-bottom: 0;
	height: 100px;
    margin-top: -62px;
	}
#singlepro .nav-tabs .nav-item{
	width: 42%;
	margin: 0 4%;
	}

#singlepro .nav-tabs .nav-item button{
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	border-color: #dee2e6;
	border-bottom: none;
	}

#singlepro .nav-tabs .nav-link.active {
    color: inherit;
    background-color: #F3F3F3;
    border-color: #dee2e6 #dee2e6;
	border-bottom: none;
    text-transform:uppercase;
}

#tableprice .textcol{
 font-size: 30px;
 padding: 3% 0;
 font-weight: 700;	
	}

#tableprice .textcolsm{
 font-weight: 400;	
	display: block;
	font-size: 20px;
	}

/*MENU FOOTER SENZA ACCORDION*/
#lowermenu ul:not(.accordion) {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    #lowermenu ul:not(.accordion) li a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
    }

#lowermenu ul li::before {
    color: #fff;
    content: '-';
    font-weight: 700;
    margin-right: 2%;
}

/*ACCORDION MENU FOOTER*/
footer ul.accordion {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

footer li.dcjq-parent-li a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

footer li::before {
    color: #fff;
    content: '+';
    font-weight: 700;
    margin-right: 2%;
}

    footer li.dcjq-parent-li a:hover {
        color: #008b95;
        text-decoration: none;
    }

footer li.subli {
    list-style-type: none;
}

footer li.subli a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;

}

    footer li.subli::before {
        color: #fff;
        content: '-';
        font-weight: 700;
        margin-right: 2%;
    }

/*
 * Pagina Contatti
 */

#contatti p {
    font-size: 20px;
}

#contatti p strong {
    font-weight: 700;
}

#contatti .contact {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 2%
}
    /*
 * Elementi
 */
    .btn-primary {
    color: #fff;
    background-color: #008b95;
    border-color: #008b95;
}

.btn-primary:hover {
	color: #fff;
    background-color: #fff;
    border-color: #008b95;
	}

a.btn-primary  {
	color: #fff;
	}

a:hover.btn-primary  {
	color: #008b95;
	text-decoration: none;
}

.btn-call {
    color: #fff;
    background-color: #F2A30F;
    border-color: #fff;
    border: 2px solid;
    font-weight: 700;
}

    .btn-call:hover {
        color: #F2A30F;
        background-color: #FFF;
        border-color: #F2A30F;
        border: 2px solid;
    }

a.btn-call {
    color: #fff;
    font-size: 1.25rem
}

a:hover.btn-call {
    color: #F2A30F;
    text-decoration: none;
}

.btn-secondary {
	color: #008b95;
    background-color: #FFF;
    border-color: #008b95;
	font-weight: 600;
	}

.btn-secondary:hover {
	color: #fff;
    background-color: #008b95;
    border-color: #fff;
	}

a.btn-secondary  {
	color: #008b95;
	}

a:hover.btn-secondary  {
	color: #fff;
		text-decoration: none;
	}

.btn-promo {
	color: #FFF;
    background-color: #74D2CE;
    border-color: #74D2CE;
	font-weight: 600;
	}

.btn-promo:hover {
	color: #74D2CE;
    background-color: #FFF;
    border-color: #74D2CE;
	}

a.btn-promo  {
	color: #FFF;
	}

a:hover.btn-promo {
	color: #74D2CE;
		text-decoration: none;
	}


.btn-outline-primary {
	color: #008b95;
    background-color: #FFF;
    border-color: #008b95;
	font-weight: 600;
	}

.btn-outline-primary:hover {
	color: #fff;
    background-color: #008b95;
    border-color: #fff;
	}

a.btn-outline-primary {
	color: #008b95;
	}

a:hover.btn-outline-primary  {
	color: #fff;
		text-decoration: none;
	}
	.navbar-expand-md .navbar-nav {
    margin: 0 auto;
}

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem;
            text-transform: uppercase;
        }

.navbar-toggler{
margin: 2% auto;
	font-size: 13px;
	color: #008b95;
	font-weight: 600;
}

.navbar-toggler-icon{
	background-image: url("../immagini/icon-navigation-menu_24px.svg")
	
}

/*
 * MODAL SPESE DI CONSEGNA LETTI
 */
#calcShip .modal-dialog {
    max-width: 800px;
    height: 100%;
}

#calcShip .modal-content {
    height: 80%;
}

#calcShip .embed-responsive {
    height: 100%;
}

a.iframe {
    display: none;
}

#rentsummer h3{
	font-size: 40px;
	font-weight: 700;
	color:#74D2CE;
	margin-bottom: 3%;margin-top: 3%;
}

#rentsummer p{
	font-size: 30px;
	margin-bottom: 3%;
}

#rentsummer .btn-promo{
	margin-bottom: 3%;
}
/*
 * Conferma Richiesta
 */

.richiestah1, .socialrichiesta {
    margin-bottom: 5%;
    margin-top: 5%;
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .review {
    background-position: -50% 90%;
}
}


@media (max-width: 1399.98px) { 
	
	.review {
    background-position: -30% 90%;
}
	
}

@media (max-width: 1199.98px) { 
.site-header .contact a {
    font-size: 23px;
}
	
		#singlepro .nav-tabs .nav-item{
	width: 50%;
		margin:0 0;
	}

#singlepro .nav-tabs .nav-item button{

	font-size: 25px;
	}
	
#singlepro .nav-tabs{
    margin-top: -53px;
}
	.review {
    background-position: -25% 90%;
}
	
	#product .product-box a.borrad30{
		font-size: 18px;
		margin-bottom: 5%;
		}
}

@media (max-width: 991.98px) { 
	
.site-header .contact a {
    font-size: 20px;
}
	
.contact-form  {
text-align: center;
}
	
	a.btn-secondary {
    margin-bottom: 4%;
}
	section {
  scroll-margin-top: 10rem;
}
	
	.site-header a{
  font-size: 13px;
}
	h2{
  font-size: 25px;
}
	.list-group-item, .text-list{
  font-size: 20px;
}
	.product-box .image{
		text-align: center;
}
	
	.logo{
		margin: 0 auto;
		}
	
	.menucontact{
		margin-top: 3%;
		}
#singlepro .nav-tabs .nav-item button{

	font-size: 18px;
	}
	
		#singlepro .nav-tabs{
    height: 70px;
    margin-top: -43px;
}
	
	#tableprice .textcol{
 font-size: 20px;
	 padding: 1% 0;
	}

#tableprice .textcolsm{
	font-size: 15px;

	}
	
		#product .product-box {
			text-align: center
		}
	
	#rentsummer h3{
	font-size: 25px;
}

#rentsummer p{
	font-size: 20px;
}

	
}

@media (max-width: 767.98px) { 
	
	.site-header .contact a {
    font-size: 15px;
}
	
	a.phone::before, a.wa::before {
    background-size: 15px 15px;
    width: 20px;
    height: 20px;
    margin-right: 0.2%;
}
	
	.contact-form h1 {
    font-size: 30px;
}
	
	.form-container .formtitle{
    font-size: 16px;
}
	
h2{
    font-size: 22px;
}
	
	.product-box .productshort {
    font-size: 20px;
}

	#singlepro .nav-tabs .nav-item button{

	font-size: 15px;
	}
	
		#singlepro .nav-tabs{
    margin-top: -38px;
}
	
	
}

@media (max-width: 575.98px) {
		.menucontact{
		margin-top: 2%;
		}

	.site-header .contact, .site-header .button-info {
    text-align: center;
}
	
	.contact-form h1{
    font-size: 20px;
}
	.contact-form h2, h5, footer p, footer .contact a, footer .contact, footer .privacymenu a{
    font-size: 15px;
}
	h2{
    font-size: 18px;
}
	
		h6{
    font-size: 20px;
}
		section {
  scroll-margin-top: 10rem;
}
	
		#singlepro .nav-tabs .nav-item button{

	font-size: 10px;
	}
	
	#singlepro .nav-tabs{
    margin-top: -30px;
}
	
			#product .product-box a.borrad30{

				margin-bottom: 8%;
		}
	
				#product a{
			font-size: 15px;
		}
	
		#rentsummer h3{
	font-size: 18px;
}

#rentsummer p{
	font-size: 15px;
}
	
}

@media (max-width: 362.98px) {
	
.site-header .contact a {
    font-size: 13px;
}
.container{
		padding-right: 0;
		padding-left: 0;
}
	
	#prodotti h1, #singlepro h1{
		font-size: 20px;
}
	
		#prodotti h3{
		font-size: 18px;
}
	


}

.hph0 {
    display: none;
}


.iframe-container {
    margin: 0px;
    padding: 0px;
    overflow: hidden
}

    .iframe-container iframe {
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        
    }

section#iframeform {
    position: relative;
}


.btn-call {
    color: #fff;
    background-color: #F2A30F;
    border-color: #fff;
    border: 2px solid;
    font-weight: 700;
}

    .btn-call:hover {
        color: #F2A30F;
        background-color: #FFF;
        border-color: #F2A30F;
        border: 2px solid;
    }

a.btn-call {
    color: #fff;
    font-size: 1.25rem
}

a:hover.btn-call {
    color: #F2A30F;
    text-decoration: none;
}

h2.accordion-header {
    margin-top: 0;
}

.accordion-button {
    font-size: 60%;
    font-weight: 500;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-body {
    font-size: 18px;
    font-weight: 400;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #212529;
}