@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body.landing-plancha {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #7c8081;
    margin: 0;
	font-weight: normal;
}

body.landing-plancha h1,
body.landing-plancha h2,
body.landing-plancha h3,
body.landing-plancha h4,
body.landing-plancha h5,
body.landing-plancha h6 {
    margin: auto;
	font-weight: bold;
    letter-spacing: initial;
    text-transform: initial;
    line-height: initial;
	font-family: 'Lato', sans-serif;
}

body.landing-plancha .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
}
#site_info span:first-child:before {background-image: url(../images/landing_plancha/ico_tel.png);}
#site_info span:last-child:before {background-image: url(../images/landing_plancha/ico_monitor.png);}
#site_info span:first-child:before, 
#site_info span:last-child:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 15px;
    background-repeat: no-repeat;
}
#site_info span a:hover {color: #d0112b;}
#site_info span a {
    color: #7c8081;
    text-decoration: none;
}
#site_info span {
    margin-left: 34px;
    color: #d0112b;
    font-size: 16px;
    font-weight: 600;
}

.top_claim {
    background-image: url(../images/landing_plancha/bkg_header.jpg);
    height: 516px;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
}
.top_claim .container span {display: block;}
.top_claim .container span:nth-child(1) {
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 18px;
}
.top_claim .container span:nth-child(2) {
    font-size: 54px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 18px;
}
.top_claim .container span:nth-child(3) {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}
.top_claim .container span:nth-child(3) strong {
    font-size: 20px;
}
.top_claim form {
    margin-top: 34px;
}
.top_claim select:focus {
    outline: 0;
}
.top_claim select, .top_claim .store-product-options select.store-product-option {
    background-color: white;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 34px 18px 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    color: #7c8081;
    background-image: url(../images/landing_plancha/ico_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    line-height: 100%;
	
	background-size: auto;
	box-shadow: none;
}
.top_claim button:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url(../images/landing_plancha/ico_cart.png);
    vertical-align: middle;
    margin-right: 15px;
}
.top_claim button:hover {
    background: #920d1f;
	color: #fff;
}
.top_claim button {
    background: #222222;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
	width: auto;
}

#row_01 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto;
}
#row_01 .container div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
#row_01 .container div:last-child {
    text-align: center;
}
#row_01 h2 strong {
    color: #d0112b;
}
#row_01 h2 {
    color: #222222;
    font-size: 22px;
    margin-bottom: 20px;
	font-weight: bold;
    letter-spacing: initial;
}
#row_01 span {
    line-height: 26px;
}
#row_01 span:after {
    content: '';
    background-color: #d0112b;
    height: 2px;
    width: 60px;
    display: block;
    margin: 24px 0px;
}
#row_01 .container div img {
    max-width: 100%;
}
#row_02 {
    background-image: url(../images/landing_plancha/bkg_row_02.jpg);
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
}
#row_02 h2 {
    margin: auto;
    display: table;
    color: #222222;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 30px;
}
.info_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc(25% - 6px))[auto-fill];
        grid-template-columns: repeat(auto-fill, calc(25% - 6px));
    grid-gap: 8px;
}
.info_grid div {
    background: white;
    border: 1px solid #e5e5e5;
    padding: 30px 30px;
}
.info_grid div h3 {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    font-size: 22px;
    color: #222222;
    line-height: 26px;
}
.info_grid div span:before {
    content: '';
    background-color: #d0112b;
    height: 2px;
    width: 40px;
    display: block;
    margin: 18px 0px;
}
.info_grid div span {
    font-size: 16px;
    line-height: 22px;
}


#row_03 {
    background-image: url(../images/landing_plancha/bkg_row_03.jpg);
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    text-align: center;
}
#row_03 .container span {display: block;}
#row_03 .container span:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
#row_03 .container span:nth-child(2) {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
}
#row_03 .container span:nth-child(3) {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}
#row_03 .container span:nth-child(3) strong {
    font-size: 20px;
}
#row_03 form {
    margin-top: 34px;
}
#row_03 select:focus {
    outline: 0;
}
#row_03 select {
    background-color: white;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 34px 18px 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    color: #7c8081;
    background-image: url(../images/landing_plancha/ico_arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    line-height: 100%;
	
	background-size: auto;
    box-shadow: none;
}
#row_03 button:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url(../images/landing_plancha/ico_cart.png);
    vertical-align: middle;
    margin-right: 15px;
}
#row_03 button:hover {
    background: #920d1f;
}
#row_03 button {
    background: #d0112b;
    border: 0;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
	
	margin-top: 7px;
}

div#row_04 {
    padding: 80px 0 60px 0px;
    background: #f9f9f9;
}
#row_04 h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
}
#row_04 .info_grid div {
    border: 0;
    background: transparent;
    text-align: center;
}
#row_04 .info_grid div {
    padding: 0;
}
#row_04 .info_grid h3 {
    min-height: auto;
    display: block;
    margin: 20px 0;
}
#row_04 .info_grid h3:after {
    content: '';
    background-color: #d0112b;
    height: 2px;
    width: 40px;
    display: block;
    margin: 20px auto;
}

#row_05 .container {
    max-width: 100%;
    background: #222222;
}
#row_05 .tech_specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#row_05 .tech_specs div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
#row_05 .tech_specs h3 {
    font-size: 22px;
    color: white;
    margin-bottom:20px;
}
#row_05 .tech_specs span {
    border-bottom: 1px solid #393939;
    display: block;
    font-size: 16px;
    padding: 10px 0;
}
#row_05 .text_ratio {
    width: 100%;
    max-width: 600px;
    float: right;
}
#row_05 .image_ratio {
    padding-top: calc(523/840*100%);
    background-image: url(../images/landing_plancha/bkg_row_05.jpg);
    background-size: cover;
}

#row_06 {
    background: #f9f9f9;
    padding: 80px 0;
}
#row_06 h3 {
    font-size: 26px;
    color: #d0112b;
    text-align: center;
}
#row_06 h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}
.img_box_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc(50% - 30px))[auto-fill];
        grid-template-columns: repeat(auto-fill, calc(50% - 30px));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
}
.img_box_grid > div {
    padding-top: calc(362/570*100%);
    position: relative;
}
.img_box_grid > div > span {
    position: absolute;
}
.img_box_grid > div {
    background-size: cover;
    background-position: center center;
}
.img_box_grid > div:nth-child(1) {background-image: url(../images/landing_plancha/spedino_di_pesce_spada.jpg);}
.img_box_grid > div:nth-child(2) {background-image: url(../images/landing_plancha/pollo_avvolto_pancetta.jpg);}
.img_box_grid > div:after {
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: black;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.img_box_grid > div > span {
    position: absolute;
    color: white;
    bottom: 0;
    z-index: 1;
    padding: 30px 40px;
}
.img_box_grid > div:hover:after {
    background: rgba(208,17,43,0.85);
    height: 100%;
}
.img_box_grid > div > a:hover {
    background: white;
    color: #d0112b;
}
.img_box_grid > div > a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid white;
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: bold;
    letter-spacing: 1px;
    display: none;
}
.img_box_grid > div:hover a {
    display: block;
    z-index: 2;
}
.img_box_grid > div:hover span {
    display: none;
}

#footer {
    background: #222222;
	color: #7c8081;
    padding: 40px 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
#footer img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
#footer a:hover {
    text-decoration: underline;
}
#footer a {
    color: inherit;
    text-decoration: none;
}


#site_info { margin-left: -70px; }

@media all and (max-width:1260px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }    
}


@media all and (max-width:840px) {
    .top_claim {background-position: left center; 
		height: 696px;
		margin-top: 3em;
		}
	#site_info { margin-left: 0px; }
}

@media all and (max-width:768px) {
    .container {-ms-flex-wrap: wrap;flex-wrap: wrap;}
    #site_info {
        /*width: 60%;
        text-align: right;*/
		text-align: left;
		margin-left: 0px;
	}
	#site_info span {
		display: block;
    }
    .top_claim {background-position: left center; 
		height: 696px;
		margin-top: 3em;}
    .top_claim button {
        margin-left: 0;
        margin-top: 40px;
    }
    #row_01 .container div {-ms-flex-preferred-size: 100%;flex-basis: 100%;}
    .info_grid {-ms-grid-columns: (100%)[auto-fill];grid-template-columns: repeat(auto-fill, 100%);}
    #row_02 h2 {
        font-size: 24px;
        text-align: center;
    }
    .info_grid div h3 {min-height: auto;}
    #row_03 button {margin-top: 20px;}
    #row_04 .info_grid div {margin-bottom: 30px;}
    #row_05 .container {padding: 0px;}
    #row_05 .tech_specs div {-ms-flex-preferred-size: 100%;flex-basis: 100%;}
    #row_05 .text_ratio {
        max-width: 100%;
        float: none;
        padding: 30px;
        box-sizing: border-box;
    }
    .img_box_grid {
        -ms-grid-columns: (100%)[auto-fill];
            grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 15px;
    }
    .img_box_grid > div > span {padding: 20px;}
    .img_box_grid > div > a {white-space: nowrap;}
}


body.landing-plancha .store-product-options, body.landing-plancha .store-product-button, body.landing-plancha .store-product-option-group.form-group { display: inline-block; }

body.landing-plancha .store-product-options select.store-product-option { width: auto; }

body.landing-plancha .store-product-option-group-label { display: block; }

body.landing-plancha p.store-product-price b {
    color: #fff;
}

body.landing-plancha span.store-sale-price { margin-bottom: 0 !important; }

body.landing-plancha .store-product-details.mainprodotto p.store-product-price { margin-top: 0; }

p.store-utility-links-login-logout { display: none !important; }

body.landing-plancha .storemenu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}