/* 
Theme Name: Olio Da.Ma.
Theme URI: https://www.pixelabdesign.it/
Description: Template Olio Da.Ma.
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body{
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: 'Noto Sans', sans-serif;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.verde{
	color: #77ac3f
}
p{
	font-size: 18px;
	line-height: 27px;
}



/* HEADER */
header{
	background: #000;
}
.vh{
	display: table;
	width: 100%;
}
.mh{
	display: table-cell;
	width: 100%;
	height: 150px;
	vertical-align: middle;
}
.marchio{
	height: 90px;
	width: auto;
}
.topheader {
    background: #111;
    padding: 9px 0px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.topheader p {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    padding-right: 5px;
    border-right: 1px solid #444;
    font-size: 12px;
    line-height: 9px;
}
.topheader a {
    color: #888;
    text-decoration: none;
}
.topheader i {
    color: #fff;
    margin-right: 4px
}
.lasttop{
    border-right: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.topheader ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.topheader ul li {
    display: inline-block;
    margin: 0px 0px;
    padding: 0px 10px;
    border-right: 1px solid #444;
}
.topheader ul li:last-child {
    margin: 0px 0px;
    padding: 0px 0px 0px 10px;
    border-right: 0px solid #444;
}
.menudue {
    display: inline-block;
    margin-right: 10px;
}
.carttop {
    display: inline-block;
}
.carttop a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.countpro {
    position: absolute;
    top: -7px;
    background: #77ac3f;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    right: -15px;
}
.carttop.accoun {
    margin-right: 5px;
    padding-right: 12px;
    border-right: 1px solid #999;
}
.carttop i {
    font-size: 22px;
}
/* END HEADER */

/* MENU */
header ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
header ul li{
	display: inline-block;
}
header ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #888;
    margin-right: 10px;
    padding-right: 5px;
    transition: 0.2s all ease-in-out
}
header ul li:last-child a{
	margin-right: 0px;
	padding-right: 0px;
}
header ul li a:hover, header ul .current_page_item a {
    color: #fff;
}
/* END MENU */







/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 60px;
    transition: 0.2s all ease-in-out;
    width: 35px;
    z-index: 100;
}
.button_container span {
    background: #fff;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.2s all ease-in-out
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.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.3s all ease-in-out;
    z-index: 18 !important;
    background: #000;
    opacity: 0.95
}
.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.3s all ease-in-out;
    width: 100%;
}
.overlaymenu ul li {
    margin-bottom: 0px;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
}
.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(-11px) translateX(0px) rotate(-45deg);
}
.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.logoresp {
    height: 55px;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 60%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}

/* END RESPONSIVE MENU */



/* CONTENT */
.titlehome {
    margin: 0px;
    font-weight: 700;
    font-size: 47px;
    text-transform: uppercase;
}
.h2home {
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
    font-size: 16px;
    margin-bottom: 0px;
}
.conthome {
    margin-top: 25px;
}
.uno.center {
    padding: 70px 0px;
}
.contbottonihome {
    display: inline-block;
    width: 100%;
}
.bottonehome {
    float: left;
    width: 50%;
    height: 500px;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-top: 20px
}
.bottonehome a{
    text-decoration: none;
    color: #fff;
}
.overlaybottonehome{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.2s all ease-in-out
}
.testobu {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    transition: 0.2s all ease-in-out;
    position: relative;
    text-align: center;
    padding-top: 50px;
}
.linkbox {
    position: relative;
    text-align: center;
    margin: 0px;
}
.bottonehome:hover .testobu {
    width: 100%
}
.bottuno{
    border-right: 10px solid #fff;
    border-left: 20px solid #fff;
}
.bottdue{
	border-left: 10px solid #fff;
    border-right: 20px solid #fff;
}
.unoemezzo {
    height: 350px;
    background: #444;
    color: #fff;
    background-size: cover;
}
.due{
	background: #f1f1f1;
	padding: 70px 0px;
}
.titlesection {
    margin: 0px;
    font-weight: 700;
    font-size: 47px;
    text-transform: uppercase;
}
.toptitlesection {
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
}
.product {
    padding: 0px;
    margin: 40px 0px 40px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.imgproduct img {
    width: 100%;
    height: auto;
    display: table;
}
.imgproduct {
    border: 5px solid #ddd;
}
.titleproducthome {
    color: #77ac3f;
    font-weight: 700;
    font-size: 23px;
    margin: 9px 0px 2px;
    display: inline-block;
    width: 100%;
}
.product a {
    text-decoration: none;
}
.add {
    text-decoration: none;
    color: #fff;
    background: #999;
    padding: 5px 15px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: 0.2s all ease-in-out
}
.add:hover {
    background: #444;
}
.tuttishop {
    background: #77ac3f;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}
.pricehome {
    margin: 0px 0px 5px;
    font-size: 18px;
    font-weight: 400;
    color: #444;
}
.certificazione img {
    height: 90px;
    margin-bottom: 10px;
}
.titlecert {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 700;
}
.certificazione p {
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
}
.tre{
    background: #111;
    padding: 40px 0px;
    color: #fff;
    text-align: center;
}
.sliderpage {
    background-position: center;
    background-size: cover;
    position: relative;
}
.overlaypage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
.titlepage {
    position: relative;
    color: #fff;
    margin: 50px 0px;
    font-size: 40px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-weight: 400;
}
.container.contpage {
    margin-top: 40px;
    margin-bottom: 40px;
}
.img1az, .img2az {
    height: 350px;
    background-size: cover;
    background-position: center;
    margin: 20px 0px;
}
.titprod {
    font-size: 30px;
}
.titpro {
    margin-top: 0px;
    font-size: 25px !important;
    color: #77ac3f;
    font-weight: 700;
    margin-bottom: 0px
}
.imgpro {
    background-size: cover;
    background-position: center;
    height: 550px;
    margin-bottom: 90px
}
.prov {
    display: table;
    width: 100%;
}
.prom {
    display: table-cell;
    width: 100%;
    height: 550px;
    vertical-align: middle;
}
.conthalf{
    display: table;
    width: 100%
}
.halfuno, {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
} 
.contcontcont {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 90px 0px 70px;
}
.contcont {
    float: left;
    width: 33%;
}
.iconacont {
    height: 70px;
    width: 70px;
    display: block;
    background: #77ac3f;
    border-radius: 50%;
    margin: 0 auto;
}
.iconacont img {
    height: 35px;
    width: auto;
    margin: 0px auto 0px;
    display: table;
    position: relative;
    top: 16px;
}
.emailcont {
    height: 26px !important;
    top: 21px !important;
}
.contcont p {
    width: 100%;
    text-align: center;
}
.contaltro {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.mappa {
    width: 46%;
    margin-right: 4%;
    float: left;
}
.contform {
    width: 50%;
    margin: 0 auto;
}
.tittt {
    color: #77ac3f;
    font-weight: 600;
    font-size: 30px;
    text-transform: ;
    text-align: center;
}
.cont-modulo.home {
    padding: 30px 10px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
}
.label {
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
}
.field {
    margin-top: 0px;
}
.field input, .field textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
}
.labeldue {
    margin: 0px;
    font-size: 12px;
}
.labeldue a {
    color: #444;
    font-weight: 600
}
.wpcf7-list-item {
    margin: 0px !important;
}
.wpcf7-form-control.wpcf7-submit {
    color: #77ac3f;
    border: 1px solid #77ac3f;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px;
    font-size: 15px;
    background-color: transparent;
    transition: 0.2s all ease-in-out;
    margin-top: 30px
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #77ac3f;
    color: #fff;
    border: 1px solid #77ac3f;
}
.ajax-loader {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 13px;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #f7e700;
}
.sezionistoria {
    margin: 50px 0px;
}
.lingue {
    position: fixed;
    left: 0;
    z-index: 12;
    top: 20%;
}
.wpml-ls-sidebars-lingue.wpml-ls.wpml-ls-legacy-list-horizontal ul li {
    display: block;
}
.stock.out-of-stock {
    background: #e11616;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.summary .woocommerce-price-suffix {
    display: block;
    font-size: 14px;
}
.summary .woocommerce-Price-amount.amount {
    font-size: 30px;
}
.variations td {
    display: block;
    width: 100%;
}
.variations {
    margin-bottom: 30px;
}
.reset_variations {
    display: inline-block !important;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    background: #444;
    width: auto;
    padding: 3px 6px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#pa_confezione {
    width: 100%;
    padding: 5px;
    border: 1px solid #444;
    font-size: 16px;
}
/* END CONTENT */






/* SLICK*/
.fade, .fadedue {
    padding: 0px;
    margin: 0px;
    position: relative;
}
.fade li {
    height: 550px;
    background-size: cover;
    background-position: center;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 0px;
}
.overlayslide {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.contslide {
    position: relative;
}
.vslide {
    display: table;
    width: 100%;
}
.mslide {
    display: table-cell;
    width: 100%;
    height: 550px;
    vertical-align: middle;
    padding: 0px 50px;
}
.titoloslide {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.testoslide {
    margin: 0 auto;
    display: block;
    width: 60%;
    text-align: center;
}
.testoslide p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.buttonslide {
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 8px 15px;
    color: #444;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out
}
.buttonslide:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.2s all ease-in-out
}
.testoslide p {
    margin: 0px 0px 20px;
    font-size: 22px;
}
/* END SLICK */







/* WOOCOOMMERCE */
.products {
    padding: 0px;
    list-style: none;
    margin: 50px 0px;
    display: inline-block;
    width: 100%
}
.woocommerce-loop-product__title {
    color: #235b34;
    text-align: center;
}
.products li img {
    width: 100%;
    height: auto;
}
.products li a {
    text-decoration: none;
}
.woocommerce-loop-product__title {
    color: #77ac3f;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.button.addtocartbutton {
    background: #77ac3f;
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.button.addtocartbutton:hover {
    opacity: 0.7
}
.woocommerce-result-count {
    margin: 0px;
    font-size: 14px;
}
.orderby {
    border: 1px solid #77ac3f;
    padding: 5px;
}
.price {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #444;
}
.woocommerce-product-gallery__wrapper {
    margin: 0px;
}
.woocommerce-product-gallery__image img {
    width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.product_title.entry-title {
    color: #77ac3f;
    margin-top: 0px;
    margin-bottom: 0px;
}
.flex-control-nav.flex-control-thumbs {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
}
.flex-control-nav li img {
    height: 80px;
    width: 80px;
    opacity: 0.5;
    transition: 0.2s all ease-in-out
}
.flex-control-nav li img.flex-active, .flex-control-nav li img:hover {
    opacity: 1
}
.summary.entry-summary {
    margin-top: 0px;
}
.margin {
    margin-top: 40px;
}
.posted_in a {
    color: #77ac3f;
    text-decoration: underline;
    font-weight: 700;
}
.tabs.wc-tabs .active {
    background: #77ac3f;
}
.tabs.wc-tabs .active a {
    color: #fff
}
.tabs.wc-tabs {
    list-style: none;
    margin: 0px;
    display: none;
    width: 100%;
    padding: 0px;
}
.tabs.wc-tabs li {
    display: inline-block;
    padding: 10px 20px;
    font-size: 17px;
}
.woocommerce-Tabs-panel {
    padding: 20px;
    background: #f1f1f1;
}
.tabs.wc-tabs li {
    background: #ccc;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 60px;
}
.product_meta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}
.summary.entry-summary .cart {
    display: inline-block;
    width: 60%;
}
.summary.entry-summary .quantity {
    float: left;
    width: 25%;
}
.single_add_to_cart_button.button.alt {
    width: 75%;
    float: left;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    height: 47px;
    background-color: #77ac3f;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}
.single_add_to_cart_button.button.alt:hover {
    background-color: #557b2d;
}
.summary.entry-summary .quantity input {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    height: 47px;
    border: 1px solid #77ac3f
}
.woocommerce-product-gallery__wrapper {
    border: 5px solid #ededed;
}
.woocommerce-message a {
    background: #77ac3f;
    color: #fff;
    padding: 5px 10px;
    text-transform: ;
    letter-spacing: ;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
}
thead {
    background: #77ac3f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-cart-form {
    margin-top: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a, .shop_table.shop_table_responsive a {
    color: #002745;
    font-weight: 600;
}
#coupon_code {
    height: 35px;
    border: 1px solid #77ac3f;
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    color: #666
}
.woocommerce-form.woocommerce-form-login.login input, #reg_email{
    height: 35px;
    border: 1px solid #002745;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    color: #666
}
.woocommerce-form.woocommerce-form-login.login a{
    font-weight: 600;
    color: #444
}
.woocommerce button.button{
    background: #77ac3f !important;
    border: 1px solid #77ac3f !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 10px 23px !important;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.woocommerce button.button:hover{
    opacity: 0.7
}
.woocommerce a.remove {
    color: #e99393 !important;
    transition: 0.2s all ease-in-out
}
.woocommerce a.remove:hover {
    background: #e99393 !important;
    color: #fff
}
.woocommerce-cart-form {
    margin-top: 40px;
}
.cart-collaterals {
    margin-bottom: 70px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #77ac3f !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
}
.container.Cassa {
    margin: 60px auto;
}
.checkout-display-steps-container li.enabled::after {
    border-left: 16px solid #77ac3f !important;
}
.checkout-display-steps-container.checkout-display-steps-container-1 li {
    font-size: 14px;
    text-align: center;
}
.checkout-tab input, .checkout-tab select {
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin: 0px;
}
.checkout-tab label {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
.multistep-checkout-prev, .multistep-checkout-next {
    border: 1px solid #77ac3f;
    color: #fff !important;
    background: #77ac3f !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 10px 20px !important;
}
.product-thumbnail img {
    height: 100px !important;
    width: auto;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
    color: #77ac3f
}
.woocommerce-billing-fields input, .woocommerce-billing-fields select, .woocommerce-additional-fields input, .woocommerce-additional-fields select{
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif
}
.woocommerce-additional-fields textarea{
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    height: 200px !important
}
#order_review_heading{
    color: #77ac3f;
    margin-top: 40px;
}
#payment a{
    color: #77ac3f;
    font-weight: 600
}
.cont-modulo.rivemod {
    padding: 15px 0px 0px;
    background: #f1f1f1;
}
.product-quantity input {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 16px;
}
.showcoupon {
    color: #77ac3f;
    font-weight: 700;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    list-style: none;
    margin: 30px 0px 0px;
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li {
    float: left;
    text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #77ac3f;
    border-top: 1px solid #77ac3f;
    border-left: 1px solid #77ac3f;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.2 all ease-in-out
}
.woocommerce-MyAccount-navigation ul li:last-child a {
    border-right: 1px solid #77ac3f;
}
.woocommerce-MyAccount-navigation ul .is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
    background: #77ac3f;
    color: #fff;
}
.woocommerce-MyAccount-content {
    padding: 30px;
    border: 1px solid #77ac3f;
    position: relative;
    top: -5px;
    font-size: 18px;
}
.woocommerce-MyAccount-content p {
    font-size: 18px;
}
.woocommerce-MyAccount-content p:first-child {
    margin-top: 0px;
}
.woocommerce-MyAccount-content p:last-child{
    margin-bottom: 0px
}
.woocommerce-MyAccount-content a {
    color: #77ac3f;
    font-weight: 600
}
.woocommerce-MyAccount-content label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #025039;
}
.woocommerce-MyAccount-content input {
    border: 1px solid #C0CEAE;
    padding: 5px;
    width: 100%;
}
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span {
    font-size: 12px;
}
legend {
    font-size: 14px;
    padding: 0px 10px;
    font-weight: 600;
    color: #025039
}
fieldset {
    border: 2px solid #C0CEAE;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}
#rememberme {
    height: auto;
    width: auto
}
.woocommerce header {
    background: transparent;
}
/* END WOOCOMMERCE */


#toTop {
    background: #77ac3f; 
    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{
	padding: 40px 0px;
	background: #000;
	color: #ddd
}
.design {
    background: #111;
    padding: 10px 0px;
    font-size: 12px;
    color: #fff;
}
.design a, .design p {
    font-size: 12px;
    color: #777;
    margin: 0px;
    transition: 0.2s all ease-in-out
}
.design a:hover {
    color: #fff;
}
footer .title-widget {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer p, footer a{
    font-size: 14px;
    line-height: 20px;
    color: #888
}
footer ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul li a{
    color: #888;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400
}
footer ul li a, footer ul .current_page_item a{
    background: transparent;
    color: #888;
    transition: 0.2s all ease-in-out
}
footer ul .current_page_item a:hover, footer ul a:hover{
    background: transparent;
    color: #fff
}
.marchiofooter {
    height: 70px;
}
.socialfooter img {
    width: 30px;
    opacity: 0.5;
    transition: 0.2s all ease-in-out;
}
.socialfooter img:hover {
    opacity: 1
}
.socialfooter {
    display: inline-block;
    margin-right: 10px;
}
/* END FOOTER */















/***** 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) {
.bottonehome {
    height: 350px;
}
.summary.entry-summary .cart {
    width: 100%;
}
.summary.entry-summary {
    margin-top: 50px;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
footer {
    text-align: center;
}
.footeruno, .footerdue, .footertre {
    margin-bottom: 40px;
}
.design {
    text-align: center;
}
.design .col-md-6.right {
    text-align: center;
}
.menuresp {
    display: block;
}
.marchiomenu {
    height: 90px;
    display: block;
    margin: 0 auto 30px;
}
.mainmenuresponsive {
    text-align: center;
}
.mainmenuresponsive a {
    font-size: 25px;
    margin-right: 0px;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
footer {
    text-align: center;
}
.footeruno, .footerdue, .footertre {
    margin-bottom: 40px;
}
.design {
    text-align: center;
}
.design .col-md-6.right {
    text-align: center;
}
.menuresp {
    display: block;
}
.marchio {
    height: auto;
    width: 100%;
}
.col-md-3.right.col-sm-4.conticohead.col-xs-4 {
    text-align: center;
}
.mh {
    height: 100px;
}
.button_container {
    top: 70px;
}
.titoloslide {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 41px;
}
.mslide {
    padding: 0px 30px;
}
.mslide, .fade li {
    height: 400px;
}

.bottuno {
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
}
.bottonehome {
    float: none;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px
}
.bottdue {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}
.prodc {
    margin-bottom: 40px;
}
.marchiomenu {
    height: 90px;
    display: block;
    margin: 0 auto 30px;
}
.mainmenuresponsive {
    text-align: center;
}
.mainmenuresponsive a {
    font-size: 25px;
    margin-right: 0px;
}
.products.columns-4 li {
    margin-bottom: 40px;
}
.woocommerce-result-count {
    text-align: center;
    margin-bottom: 5px;
}
.woocommerce-ordering {
    text-align: center;
}
.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.summary.entry-summary {
    text-align: center;
}
.summary.entry-summary .cart {
    display: inline-block;
    width: 100%;
}
.related.products {
    text-align: center;
}
.button {
    width: 100% !important;
}
#coupon_code {
    width: 100%;
}
.wc-proceed-to-checkout {
    text-align: center;
    font-size: 23px;
}
.contcont {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}
.contform {
    width: 100%;
    margin: 0 auto;
}
.imgpro {
    height: 300px;
}
.button.addtocartbutton {
    width: 50% !important;
}
.contcont a {
    color: #000;
}
.woocommerce-MyAccount-navigation ul li {
    float: none;
}
.woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    border: 1px solid #77ac3f;
    margin-bottom: 3px;
}
.topheader .right {
    text-align: center !important;
}
}





