/* 
Theme Name: Gomma Sicura
Theme URI: https://www.pixelabdesign.it/
Description: Template Gomma Sicura
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

.bannerdot {
    display: none;
}
.whatsapp a {
    color: #fff;
    background: #25d366;
    width: 50px;
    display: inline-block;
    height: 50px;
    font-size: 34px;
    text-align: center;
    border-radius: 50%;
    padding-top: 4px;
}
.whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 3
}
.sidebarpage .form-group.col-md-1, .sidebarpage .form-group.col-md-3 {
    width: 100% !important;
    max-width: inherit !important;
}


body{
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color: #3e3e3d;
	background-color: #f1f1f1
}
h1, h2, h3, h4, h5{
	font-weight: 700;
}
a{
	color: #2875d1;
	font-weight: 700
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
/* HEADER */
header {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.topheader {
    background: #2875d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
}
.vh {
    display: table;
    width: 100%;
}
.mh {
    display: table-cell;
    width: 100%;
    height: 110px;
    vertical-align: middle;
}
/* END HEADER */



/* MENU */
#menu-mainmenu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu-mainmenu li {
    display: inline-block;
    margin: 0px 10px;
}
#menu-mainmenu li:last-child {
    margin-right: 0px;
}
#menu-mainmenu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    color: #3e3e3d;
}
/* END MENU */

/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 30px;
    top: 35px;
    transition: 0.2s all ease-in-out;
    width: 35px;
    z-index: 100;
    background: #fff;
}
.menuresp li {
    margin-left: 0px;
}
.shrink .button_container {
    top: 35px;
}
.button_container span {
    background: #2875d1 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: 0.2s all ease-in-out;
    width: 100%;
    width: 80%;
    margin-left: 3px;
}
.shrink .button_container span {
    background: #fff none repeat scroll 0 0;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 19px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.2s all ease-in-out;
    z-index: 18 !important;
    background: #2875d1
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.2s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 25px;
    color: #fff
}
.overlaymenu .prenotamenu a {
    color: #000;
}
.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}
.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}
.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-6px) translateX(0px) rotate(-45deg);
}
.button_container.active .bottombottom {
    color: #fff;
}
.button_container.active {
    background: transparent;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.menuresp {
    display: none;
}
.adcart h1, .adcart .price {
    display: none;
}
.product_meta {
    display: none;
}

/* END RESPONSIVE MENU */

/* CONTENT */
.slide {
    height: 600px;
    background-image: url("https://www.gommasicura.it/wp-content/themes/gommasicura/images/slide.webp");
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff
}
.overlayslide{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}
.contslide{
	position: relative;
}
.vs{
	display: table;
	width: 100%;
}
.ms{
	display: table-cell;
	width: 100%;
	height: 600px;
	vertical-align: middle;
}
.titlehome {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 58px;
    margin: 0px;
}
.titlehome span {
    display: block;
    font-size: 74px;
    font-weight: 700;
}
.subtitleslide {
    background: #fff;
    display: inline-block;
    color: #222;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px;
    letter-spacing: 1px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.subtitleslide:hover {
    opacity: 0.7
}
.subtitlehome {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 9px;
    font-size: 30px;
}
.contfiltrohome {
    background: #2875d1;
    color: #fff;
    padding: 30px;
    position: relative;
    top: -50px;
}
.title-widget {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin: 0px 0px 30px;
}
.contfiltrohome .form-group {
}
.contfiltrohome .form-group label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
.form-group select {
    width: 100%;
    border: 1px solid #fff;
    padding: 5px;
}
.contfiltrohome .form-group:last-child {
    padding-right: 0px;
}
.filtrohome .btn-secondary {
    background: #fff;
    border: none;
    text-align: center;
    width: 100%;
    color: #2875d1;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    cursor: pointer;
}
.filtrohome {
    display: inline-block;
    width: 100%;
}
.sezionedue {
    background-color: #fff;
    padding: 40px 0px;
}
.slidepage {
    background: #444;
    color: #fff;
    text-align: center;
    padding: 60px 0px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px
}
.sidebarpage {
    background: #2875d1;
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.sidebarpage .form-group {
    width: 100%;
    margin-bottom: 14px;
    padding: 0px;
}
.sidebarpage label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}
.sidebarpage .col-md-12{
	padding: 0px
}
.sidebarpage  .btn-secondary.wpv-submit-trigger.js-wpv-submit-trigger.btn {
    background: #2eb8e8;
    border: none;
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-top:20px;
}
.titleside {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}
.conttitultimi {
    background: #2eb8e8;
}
.ultimiar {
    display: inline-block;
    background: #2875d1;
    margin: 0px;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}
.icona i {
    color: #2eb8e8;
    font-size: 45px;
}
.conticon {
    position: relative;
}
.icona {
    float: left;
    width: 30%;
}
.testo{
	float: left;
	width: 70%
}
.toplabel {
    font-weight: 700;
    margin: 0px;
    font-size: 21px;
}
.sublabel {
    margin: 0px;
}
.titlemarc {
    color: #2875d1;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}
.imgmarcc {
    width: 100%;
    height: auto;
}
.contcath {
    margin-bottom: 25px;
}
.contserviceh {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
}
.recensioni {
    padding: 72px 0px;
    background: #fff;
    margin: 24px 0px;
}
.singleMarca {
    width: 18%;
    display: flex;
    align-items: center;
    height: 100px;
}
.marche {
	display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.col-md-8.center.contaa p {
    font-size: 22px;
    margin-bottom: 20px;
}
.label {
    margin-top: 0px;
    margin-bottom: 10px !important;
    color: #2875d1;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
}
.cont-modulo {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-top: 40px;
}
.field {
    margin-top: 0px;
    margin-bottom: 30px !important;
}
.field input, .field textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.labeldue {
    font-size: 14px !important;
    text-align: left;
    margin: 0px !important;
}
.field.sendd {
    margin-top: 40px;
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    background: #2875d1;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 20px !important;
}
.descrizioneprod {
    padding: 20px;
    background: #f1f1f1;
    margin-top: 20px;
}
.descrizioneprod p {
    margin: 0px;
}
p.piccolaD {
    margin-top: 11px;
    padding: 14px;
    background: #e0e0e0;
    font-size: 14px;
    line-height: 20px;
}
.price del span {
    font-size: 16px !important;
}
.woocommerce-product-gallery__image.flex-active-slide img {
    width: 100%;
    height: auto;
}
.flex-viewport figure {
    width: 100%;
    height: auto;
    margin: 0px;
}
.flex-control-nav.flex-control-thumbs {
    padding: 0px;
    list-style: none;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
}
.flex-control-nav.flex-control-thumbs li {
    display: inline-block;
    margin-right: 5px;
}
.flex-control-nav.flex-control-thumbs li img {
    height: 70px;
    width: 70px;
    opacity: 0.6;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.flex-control-nav.flex-control-thumbs li img:hover, .flex-active {
    opacity: 1 !important;
}
.woocommerce-product-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.woocommerce-product-gallery {
    opacity: 1 !important;
}
dl.variation dt {
    font-weight: 600;
}
dl.variation dd, dl.variation dt {
    width: 49%;
    margin: 0px;
}
dl.variation dd p, dl.variation dt p {
    margin: 0px;
}
tr.order-total.partial-amount, tr.order-total.partial-amount th {
    background: #2875d1;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #2875d1 !important;
    color: #fff;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
h4#mwb_pcfw_amount_on_cod_msg_show {
    display: none !important;
}
p.frasemini {
    margin: 0px 0px 16px;
    border-bottom: 1px solid #ffffff73;
    display: inline-block;
    line-height: 13px;
    width: 100%;
    font-size: 13px;
    padding-bottom: 12px;
}
p.frasemini a{
    color: #fff;
    font-weight: 600;
}
p.frasemini.frasemini2 {
    color: #000;
    font-size: 22px;
    margin: 26px 0px 0px;
    display: inline-block;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 26px;
    padding-top: 26px;
}
p.frasemini.frasemini2 a {
    color: #000;
    font-weight: 600;
}
p.frasemini.frasemini2 span {
    color: #2875d1;
    font-size: 42px;
    position: relative;
    top: 12px;
    margin-right: 8px;
}
div#plgfy_estemated_message {
    font-size: 14px;
    text-align: center;
    padding: 8px !important;
    background: #90f2b1 !important;
    color: #000 !important;
}
/* END CONTENT */



/* ACCOUNT */
.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.woocommerce-MyAccount-navigation ul li {
    background: #2875d1;
    display: inline-block;
    margin-bottom: 1px;
    transition: 0.2s all ease-in-out;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 20px;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li:hover, .woocommerce-MyAccount-navigation .is-active {
    background: #2875d1;
}
.woocommerce-MyAccount-content {
    padding: 20px;
    border: 1px solid #2875d1;
    min-height: 264px;
    background-color: #fff
}
.middleuno{
    width: 20%;
    float: left;
}
.middledue{
    width: 80%;
    float: left;
}
.contaccount{
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation {
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.woocommerce-MyAccount-content a{
    color: #2875d1
}
.woocommerce-MyAccount-content input{
    padding: 9px;
    font-size: 16px;
    border: 1px solid #ccc;
}
/* END ACCOUNT */





/* WOOCOMMERCE */
.listaprodotti {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 25px 10px;
    margin: 0px 0px 40px;
    background: #fff;
}
.listaprodotti img {
    width: 100%;
    height: auto;
}
.titleprod {
    font-size: 22px;
    margin: 5px 0px 15px;
    text-transform: uppercase;
    color: #2875d1;
}
.buttonbuy {
    background: #2875d1;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: unset;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.buttonbuy:hover {
    opacity: 0.7
}
.marcaimm {
    width: 100%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.imgsingleprolist {
    height: 250px;
    background-size: cover;
    position: relative;
}
.bannerstagione {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #2875d1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400
}
.bannerdot {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #2eb8e8;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400
}
.singleprodlist .titleprod {
    font-size: 18px;
    margin: 15px 0px 15px;
    text-transform: uppercase;
    color: #2875d1;
}
.prezzohome span {
    font-size: 22px;
    font-weight: 700;
}
.singleprodlist {
    border-right: 1px solid #ddd;
}
.marcaimmhome {
    height: 30px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.prezzoloop {
    font-size: 24px;
    font-weight: 700;
}
.stagione {
    padding: 7px 13px;
    display: inline-block;
    background: #2eb8e8;
    color: #fff;
    border-radius: 5px;
}
.imgprosing {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single_add_to_cart_button {
    background: #2875d1;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: unset;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s allease-in-out;
    opacity: 1;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
}
.single_add_to_cart_button:hover {
    opacity: 0.7
}
.quantity {
    display: none;
}
.contsingpro{
	padding: 20px;
	background: #fff;
	display: inline-block;
	width: 100%;
}
.metadue {
    font-size: 18px;
    line-height: 22px;
}
.metadue {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
    gap: 4px
}
.metadue p.metaprodotto {
    width: 32.5%;
    border: 1px solid #ddd;
    margin: 0 0 4px 0;
    padding: 8px;
}
.titleprodsingle {
    margin-top: 5px;
    color: #2875d1;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.marcaprod {
    margin: 0px;
    text-transform: uppercase;
}
.metatre {
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}
.fas.fa-circle {
    font-size: 10px;
    color: #2eb8e8;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
}
.titpric {
    margin: 20px 0px 0px;
    color: #2875d1;
    font-weight: 700;
    font-size: 24px;
}
.prezzoloopdue .price {
    font-size: 30px;
    margin: 0px;
}
.adcart {
    margin-top: 20px;
}
.woocommerce-message {
    background: #fff !important;
}
.button.wc-forward {
    background: #2875d1;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
}
tr .quantity {
    display: block;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #fff;
}
.shop_table th {
    background: #444;
    color: #fff;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 100px;
    width: 100px;
}
#coupon_code {
    height: 35px;
    width: auto;
    padding: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #2875d1 !important;
}
.shop_table.shop_table_responsive {
    background: #fff;
}
.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
}
.checkout_coupon.woocommerce-form-coupon input {
    width: 100% !important
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #fff !important;
}
.checkout h3 {
    color: #2875d1;
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 0px
}
.woocommerce-billing-fields {
    padding: 15px;
    background: #fff;
}
.woocommerce-additional-fields {
    padding: 15px;
    background: #fff;
}
.woocommerce-billing-fields input, .woocommerce-billing-fields select , .woocommerce-additional-fields input, .woocommerce-additional-fields textarea{
	font-family: 'Roboto', sans-serif;
	padding: 5px;
	color: #444
}
#order_review_heading {
    margin-top: 50px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff !important;
    border-radius: 5px;
}
#payment .woocommerce-notice {
    background-color: #f7f6f7 !important;
}
.singlprolistcerca {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.singlprolistcerca:first-child {
    margin-top: 0px;
    padding-top:0px;
    border-top: 0px solid #ddd;
}
.noprod {
    text-align: center;
    font-size: 20px;
}
/* END WOOCOMMERCE */






.carttop {
    position: fixed;
    top: 50px;
    right: 110px;
    transition: 0.2s all ease-in-out;
    background: #2875d1;
    padding: 15px;
    border-radius: 50%;
    z-index: 2
}
.cart-contents {
    position: relative;
    text-decoration: none;
}
.cart-contents i {
    color: #fff;
    font-size: 18px
}
.cart-contents i {
    color: #fff;
    font-size: 19px;
}
.countpro {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: -11px;
    font-size: 13px;
    background: #2eb8e8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
    font-weight: 600;
    right: -16px;
    text-align: center;
    transition: 0.2s all ease-in-out;
    padding-top: 2px;
}
#toTop {
    background: #2875d1; 
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 0px 10px 5px;
}
#toTop i {
    color: #fff;
    font-weight: 25px;
}
#toTop img {
    height: 7px;
}





/* FOOTER */
footer{
	background-color: #222;
	color: #ccc;
	padding: 40px 0px;
	margin
}
footer a {
    color: #ccc;
}
.mtf{
	margin-top: 50px
}
.subfooter {
    background: #111;
    color: #ffffffaa;
    font-size: 13px;
    padding: 15px 0px;
}
.subfooter a{
    color: #fff;
    text-decoration: none;
}
footer .title-widget {
    text-align: left;
    font-size: 20px;
    text-transform: none;
    margin: 0px 0px 10px;
}
.hduefoo {
    font-size: 18px;
    margin: 0px;
    font-weight: 400;
}
footer ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
footer ul li{
	margin-bottom: 5px
}
footer ul li a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: 0.2s all ease-in-out;
	color: #ccc;
	font-weight: 400
}
footer ul li a:hover{
	color: #fff
}
footer p{
	font-size: 14px
}
/* END FOOTER */




/* ACCORDION */
.accordion {
    background-color: #2875d1;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 4px;
    border-radius: 4px;
  }
  
  .active, .accordion:hover {
    background-color: #15529d; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-size: 15px;
}
  .faqs {
    width: 60%;
    margin: 0 auto 72px;
}
.titleFaq {
    font-size: 34px;
    text-align: center;
    color: #15529d;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.sezioneFaq.faq2 .faqs {
    width: 100% !important;
}
.sezioneFaq.faq2 .titleFaq {
    text-align: left;
}
/* END ACCORDION */




.fraseanimata {
    margin: 0;
    padding: 32px 0 22px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 0px;
}
.marquee span{
    margin: 0px 80px;
}
.marquee {
    position: relative;
    bottom: -2px;
    color: #fff;
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0C294D
}
.marquee p {
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    -webkit-animation: marquee 40s linear infinite;
    animation: marquee 40s linear infinite;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    width: 400vw;
    color: #fff;
    padding: 8px 0px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}










/***** RESPONSIVE *****/

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}



/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.col-md-8.right {
    text-align: left;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.topheader {
    text-align: center;
}
.carttop {
    right: 50px;
}
.form-group{
    margin-bottom: 15px;
}
.conttitultimi {
    width: 70%;
    margin: 0 auto;
}
.listaprodotti {
    width: 70%;
    margin: 0 auto !important;
    display: block;
}
.listaprodotti li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 0px !important;
}
.contserviceh {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.marche {
    margin-top: 50px;
    text-align: center;
}
.conticon {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.sidebarpage .form-group {
    width: auto;
    margin-bottom: 14px;
    padding: 0px 5px;
}
.menuresp {
    display: block;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .subtitlehome{
        font-size: 20px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .titlehome {
        font-size: 25px;
        line-height: 28px;
    }
    footer ul li a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        transition: 0.2s allease-in-out;
        color: #ccc;
        font-weight: 400;
        margin-bottom: 4px;
        display: inline-block;
    }
    .ms, .vs, .slide {
        height: 460px;
    }
    .faqs {
        width: 90%;
        margin: 0 auto 72px;
    }
    p.frasemini.frasemini2 {
        color: #000;
        font-size: 19px;
        margin: 26px 0 0;
        display: inline-block;
        border-bottom: 1px solid;
        border-top: 1px solid;
        padding-bottom: 26px;
        padding-top: 16px;
        line-height: 20px;
        text-align: center;
    }
    .fraseanimata {
        margin: 0;
        padding: 16px 0 0px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .marquee span{
        margin: 0px 80px;
        font-size: 12px;
    }
    .marquee {
        position: relative;
        bottom: -2px;
        color: #fff;
        width: 100vw;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        letter-spacing: 1px;
        text-transform: uppercase;
        background-color: #0C294D
    }
    .marquee p {
        -webkit-transform: translateX(0vw);
        transform: translateX(0vw);
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 40s linear infinite;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
        width: 400vw;
        color: #fff;
        padding: 8px 0px;
    }
    @-webkit-keyframes marquee {
      0% {
        -webkit-transform: translateX(0vw);
                transform: translateX(0vw);
      }
      100% {
        -webkit-transform: translateX(-100vw);
                transform: translateX(-100vw);
      }
    }
    
.carttop {
    top: 20px;
    right: 80px;
}
.titlehome {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 44px;
    margin: 0px;
}
.titlehome span {
    font-size: 32px;
}
.listaprodotti li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: 0px !important;
}
.conticon {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}
.icona {
    float: none;
    text-align: center;
    width: 100%;
}
.testo {
    width: 100%;
    text-align: center;
    float: none;
}
footer {
    text-align: center;
}
footer .title-widget {
    text-align: center;
}
.footeruno, .footerdue {
    margin-bottom: 40px;
}
.subfooter {
    text-align: center;
}
.subfooter .col-md-4.right {
    text-align: center;
    margin-top: 10px;
}
.menuresp {
    display: block;
}
.col-md-8.center.contaa p {
    font-size: 20px;
    margin-bottom: 20px;
}
}









