/*
/*
Theme Name: TecnoUtensili e-commerce DEV
Description: Template for Tercon/Tecnoutensili PUB
Author: Martin Vremec
Author URI: http://vremec.eu
Version: 1.0.3
*/



body, body.login{
   font-family: 'Roboto',sans-serif;
        font-weight: 300;
    color: black;
    background-color: #FEF4EE;
   
}
h1, h2, h3, h4, h5{
   font-family: 'Playfair Display',serif;
   font-weight: 400;

    
}
footer h1, footer h2, footer h3{
    color: white;
}
.mainbanner h2{
    font-size: 4rem;
    line-height: .9;
}
.mainbanner h2.secondariga{
    margin-left: 5rem;
}
.mainbanner .testofascia{
    margin-top: 3rem;

}
.mainbanner .calltoaction{
    margin-top: 3rem;
    font-family: 'Playfair Display',serif;
   font-weight: 700;
   font-size: 1.2rem;

}
.wc-stripe-gateway-desc{
    padding-bottom: 30px !important;
    margin-top: 0 !important;
}
.wc-stripe-gateway-desc p{
    font-size: .8rem;
}
.btn-orlandi{
    background-color: white;
    border-radius: 50px;

}
.btn-tecno{
    background-color: #b95b06;
    color: white;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: unset !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
   box-shadow: var(--wvs-selected-item-box-shadow,0 0 0 2px #ec682c);
   background-color: var(--wvs-selected-item-background-color,#ec682c) !important;
   color: var(--wvs-selected-item-text-color,#FFF) !important;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-single-product-item-font-size,16px);
    text-align: center;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover{
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 2px #ec682c);
}
.modal.right .modal-body {
   
}

.modal.right .modal-dialog {
   position: absolute;
   right: -500px;
   -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
}
.modal.right .modal-dialog{
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.show .modal-dialog {
    right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: white;
    background-color: #EC672C;
    font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 1rem;
}
.woocommerce nav.woocommerce-pagination{
    margin-top: 3rem;
    margin-bottom:1rem;
}

.wfpDescription{
    font-weight: 800;
}
.payment_method_paypalpro .input-text{
    height: 3rem !important;
    width: 100% !important;
}
.payment_method_paypalpro .wcppro-security-code-hint-section{
    margin-top: 1rem !important;
}
#varianti .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
width: 120px;
}
.list-group-item-orlandi{
    background-color: rgba(255,255,255,.1);
    color: white;
}
.list-group-item-orlandi:hover{
    background-color: #ec682c;
}
.list-group-item-orlandi a{
    color: white;
}
.list-group-item-orlandi:hover a{
    color: black;
}
footer a{
    color: #ec682c;
}
a:hover{
    text-decoration: none;
}
strong{
    font-weight: bold;
}
.display-1{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
nav.navbar a{
    color: black;

}
nav.navbar.inner{
    
}
footer {
    background-color: #745744;
}
.display-5{
    color: white;
}
.dish img{
    width: 70%;
    transition: all .2s ease-in-out;
}
.woocommerce-info{
    border-top-color: #EC672C;
}
.woocommerce-info::before{
    color: #EC672C;
}
.utility .btn-link{
    color: black;
    font-style: italic;
}
.utility .btn-orlandi{
    backgorund-color: white;
    color: #ec682c;
    border: 1px solid #ec682c;
    border-radius: 50px;
    transition: all .1s ease-in-out;
    font-size: .8rem;
}
.utility .btn-rimuovi{
    backgorund-color: white;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 50px;
    transition: all .1s ease-in-out;
    font-size: .7rem;
}
.utility .btn{

}

}
.wcapf-layered-nav label{margin-left: 5px;}
.wcapf-layered-nav input[type=checkbox]{
font-size: 2rem;
}

.archive .dish img{
    border: 15px solid white;

}
.dish img:hover{
    transform: scale(1.05);
}
 .btn-addcart{
    background-color: #3B664F;
    color: white;
    transition: all .1s ease-in-out;
}
.dish h3{
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
}
 .btn-more, .nav-tabs .nav-link{
    margin-top: 5px;
    color: #ec682c;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    transition: all .1s ease-in-out;
}
.btn-cart{
    background-color: #ec682c;
    border: 1px solid #ec682c;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all .1s ease-in-out;

}
p.notaalprezzo{
    margin-top: -18px;
    margin-bottom: 15px;
    font-size: .9rem;
    font-style: italic;
}
.btn-cart:hover{
    background-color: white;
    color: #ec682c;
}
.nav-tabs .nav-link{
    background-color: white;

}
.nav-tabs .nav-link.active{
    background-color: #ec682c;
    color: black;
}
.tab-content .tab-pane p{
    font-size: 0.9rem;
    font-style: italic;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
}

 .btn-more:hover,  .btn-addcart:hover{
    transform: scale(1.05);
}
.dish .description{
    background-color: white;
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    right: 0;
    border-radius: 40px;
    border: 1px groove black;

}
.modern img{
     transition: all .3s ease-in-out;
}
.modern img:hover{
    transform: scale(1.02);
}
.modern img.first{
    width: 55%;
    padding: 1%;
    height: auto;
}
.modern img.second{
    width: 45%;
    height: auto;
    padding: 1%;
}
.modern .feature p{
    padding: 10px 25px;
    margin: 0 auto;
}

.rotatedtext:before{
        position: absolute;
    bottom: 8px;
    left: -10px;
    width: 71px;
    height: 1px;
    content: '';
    background: #fff;
}

#nextbtn{
    position: absolute;
    right: 0px;
    
    top: 0;
    font-size: 2em;
    background-color: rgba(0,0,0,.7);
    padding: 10px;

}
.schedule_container{
    background-color: rgba(0,0,0,.1);
    width: 100%;
    padding: 5%;
    margin-bottom: 25px;
}
#previousbtn{
    position: absolute;
    left: 0px;
    
    bottom: 0;
    font-size: 2em;
    background-color: rgba(0,0,0,.7);
    padding: 10px;

}
.about .sticky-top{
    top: 10px;
}
.single-groups .sticky-top{
    top: 20px;
}
.card-columns{
    column-count: 4;
}
.row_hero{
    background-color: black;
}
.form-group.row{
    margin-right: 0;
    margin-left: 0;
}
.is-active.list-group-item{
    background-color: black;

}
.is-active.list-group-item a{
    color: white;
}
.wpmc-tabs-wrapper{
    margin: 15px auto !important;
}
.text_block_hero h1{
    font-weight: 800;
    font-size: 3rem;
    color: white;
   
    padding-right: 30px;
}
.picture_hero{
    
    z-index: 2;
    background-color: white;
    margin-right: -20px;
}
.img_hero{
    padding-top: 70px;
    padding-bottom: 70px;
    width: 500px;

}
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 480px;
}
#mobile_menu_bar{
    height: 100px;
    width: 100%;
}
#mobile_menu_bar .logo{
    position: absolute;
    left: 0;
    bottom: 0;

}
#mobile_menu_bar .logo img{
    max-width: 96px;
    max-height: 96px;
}
#mobile_menu_bar .buttons{
    float: right;
   
}
.gio{
    max-width: 100%;
}
.gio .picture{
    
    max-height: 350px;
}
.picturename{
    position: relative;
    display: block;
margin-top: -32px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0,0,0,.80);
    color: white;
}
.picturename strong{
    padding-left: 5px;
}
.gio .btn-success{
    margin-top: -4px;
    
    right: 0;
    position: absolute;
}
.marginpic-sx{
margin-left: 70px;
}
.marginpic-dx{
margin-left: -70px;
}
.paddingbox-sx{
    background-color: white;
padding: 20px 0px 20px 0px; margin-left: -90px; margin-right: 90px;
}
.paddingbox-dx{
padding: 20px 0px 20px 00px; margin-left: 90px; margin-right: -90px;    
}
.text_block_hero{
    
    color: white;
    z-index: 0;
    margin-left: -200px;
    padding-left: 650px;

}
.text_block_hero .btn{
    margin-right: 5px;
}
.text_block_hero p.text{
  }
.breadcrumb a{
    font-size: .8rem;
}
.btn-orlandidark{
    border-color: unset;
    background-color: #9F3B0E;
    color: white;
    border-radius: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: black;
    font-weight: 800;
    font-size: 1.25em;
}
.page-template-page-cart .woocommerce{
    width: 100%;
}


span.sku_wrapper{
    width: 100%;
    display: block;
    font-weight: 800;
}
.sku_wrapper .sku{
    font-weight: 300;
}
.posted_in a{
    color: #8fae1b;
    font-size: 1rem;
}
.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f07a" !important;
    font-size: 30px;
    color: #EC672C;
    }
.btn-orlandilogin:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f007" !important;
    font-size: 30px;
    color: #EC672C;
    margin-right: 7px;
}
.btn-orlandiregister:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f234" !important;
    font-size: 30px;
    color: #EC672C;
    margin-right: 7px;
}
.btn-orlandiprofile:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f2bd" !important;
    font-size: 30px;
    color: #EC672C;
    margin-right: 7px;
}

.wpfFilterButtons .wpfFilterButton {
        background-color: #ec682c;
    border: 1px solid #ec682c;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    transition: all .1s ease-in-out;
}
 .wpfFilterButton:hover{
    background-color: white;
    color: #ec682c;
}
.wpfFilterButtons .wpfClearButton{
    background-color: unset;
    color: #aaa;
    border: unset;
    border-radius: unset;
    font-size: .8rem;
}
.shipping-method-description{
    font-size: .85rem;
    font-style: italic;
}
.posted_in a:hover{
    text-decoration: underline;
}
.woocommerce-checkout #payment ul.payment_methods li{
    background-color: rgba(255,255,255,.2);
    padding: 20px 30px;
    margin-top: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li label{
    text-transform: uppercase;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    height: 20px;
    width: 20px;


}
.woocommerce-info a.showcoupon{
    border: 1px solid #ec682c;
    padding: 5px 10px;
    border-radius:  5px;
    color: black;
    background-color: #ec682c;
}

.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked{
    background-color: #ec682c;
}


.landing h2, .landing h3{
    text-align: center;
}
.landing a{
    color: #133100;
}
.border-cryo{
    border-color: rgba(6,28,86,.1) !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding: 5px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    padding-left: 0;
}
.bg-complementermetech{
    background-color: #ec682c;
}
.bg-semitransparent{
    background-color: rgba(255,255,255,.2);
}
.bg-semitransparent-70{
    background-color: rgba(255,255,255,.8);
}

.bg-complementermetech .bg-semitransparent-70{
    background-color: rgba(255,255,255,.5);
}
.bg-grey{
    background-color:#ebedf1;
}
.bg-cryo{
    background-color: rgba(0,0,0,.7);
    
}
.list-group-item.active{
    background-color: #061c56;
    border-color: #061c56;
}
.cryo-home {
    margin-top: -380px;

}
.cryo-home h3{
    font-size: 1.5rem;
}
.white-shadow{
    -webkit-box-shadow: inset 3px 14px 21px 0px rgba(240,240,240,0.76);
-moz-box-shadow: inset 3px 14px 21px 0px rgba(240,240,240,0.76);
box-shadow: inset 3px 14px 21px 0px rgba(240,240,240,0.76);
}
.white-shadow-lg{
    box-shadow: 0 .5rem 1rem rgba(255,255,255,.45)!important;
}
.bg-brown{
    background-color: #3f2d1f;
}
.schedule_container.error{
    border: solid 2px red;
}
.white {
    background-color: white;
}
.pic-container{
    padding: 50px 60px 50px 0;
    width: 100%;
}
.offset-left{
    margin-left: 220px;
}
.bg-black{
    background-color: rgba(0,0,0,.8);
}
.bg-black.text-light{
    background-color: rgba(59,102,79,1);
    padding-left: 20px;
}
.m--10{
    margin-left: -20px;
}
.lead-text{
    margin-top: 45px;
    width: 100%;
    max-width: 400px;

}
button#place_order{
    background-color: green !important;
    padding: 1.5em !important;
    font-size: 110% !important;
    float: none;
    margin: 0 auto;
}
.lead-text p{
    font-size: 1.3rem;
    line-height: 1.2rem;

}
.card-img-overlay.bottom{
    top: unset;

}
.cryo-hover{
    transition: 0.3s;
}
.cryo-hover:hover{
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: .25rem!important;
}
.bg-erme-one{
    background-color: #0b35a3;
}
.bg-erme-two{
    background-color: #1b6361;
}
.navbar-brand img{
    max-height: 100px;
}
.thetitle{
   
   
    background-origin: border-box;
    background-position: 85% 90%;
    background-size: 18%;
   
    background-color: #C2B49F;

    color: white;

}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
    background-color: #C2B49F;
}
.woocommerce-terms-and-conditions-link{
    text-decoration: underline;
    font-style: italic;
}

.woocommerce-terms-and-conditions-link:hover{
    color: #ec682c;
}
.logo-footer img{
    max-width: 300px;
    
}
.jarallax .jumbotron {
/*    padding-top: 14rem; 
position: absolute;
bottom: 0;
padding: 0;
margin: 0 auto;
width: 100%;
*/
}

a.legal{
    text-decoration: underline;
    color: #34367c;
}
.bibliografia{
    top: 220px;
}
.bibliografia ul{
    list-style-type: none;   
}
.toc .navbar{
    
    border-right: 1px solid #cdd2dd;
}
.bibliografia {
    border-left: 1px solid #cdd2dd;
}
ul.event-detail{
    list-style-type: none;
    padding: 0;
}
ul.event-detail li{
    font-size: 1.2rem;
}
ul.event-detail li a{
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #a4c1c0;


}
.btn-menu{
    border-radius: 50%;
        position: absolute;
    
    background-color: #ec682c;
    
    }
    .btn-menu .material-icons{
        font-size:  48px;
    }

@media  (max-width:1025px){

.dish img{
        width: 100%;
    }
    .dish .description{
    background-color: white;
    padding: 20px;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    border-radius: 0px;
    border: none;

}
.thetitle{
        padding-top: 0px;
        margin-top: -45px;
    }
    .btn-menu{
        
        left: 45%;
        
        bottom: 45px;
        padding: 20px 25px !important;
        
    }
    
}


@media (max-width: 767.98px) {
	.thetitle{
		padding-top: 0px;
		margin-top: -45px;
	}
    header .logo{
        margin: 0 auto;
    }
    #carrello, #contatti, #prenota{
        display: none;
    }
    h1{
        font-size: 1.8rem;
        font-weight: 700;
    }
    .display-1{
        font-size: 2.2rem;
        margin-top: 25px;
    }

    #contatti img{
        width: 32px;
        height: 32px;
    }
    .small_header .thetitle{
        margin-top: -250px;
    }
    .lead-text{
        width: 90%;
    }
    .lead-text p{
        font-size: 1.2rem;
        line-height: 1rem;
    }
    .display-4{
        font-size: 2.5rem;
    }
    .offset-left{
         margin-right: 0;
        margin-left: 00px;
        margin-top: 00px;
    }
    .pic-container{
        padding: 0;
    }

    .toc .navbar, .bibliografia{
        border: none;
    }
    .picture_hero{
        margin-right: 0;
        margin-left: -20px;
        margin-top: -20px;
    }
    .img_hero{
        /*
        padding-top: 0;
        padding-bottom: 0;
        */
        margin-bottom: -20px;
        padding: 20px 0 0 0;
        width: 120%;
    }
    .text_block_hero{
        margin-left: 0;
        padding-left: 0;
        margin-top: 30px;
    }
    .bg-white.gio{
        background-color: black !important;
    }
    
.summary.entry-summary{
    padding: 5%;
}
.btn-menu{
    border-radius: 50%;
        position: absolute;
    left: 38%;
    bottom: 45px;
    background-color: #ec682c;
    padding: 20px 25px !important;
    }
    .btn-menu .material-icons{
        font-size:  48px;
    }
}


