@media screen and ( min-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
top: 32px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 102px!important;
}
}
@media screen and ( max-width: 782px ){
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
top: 46px!important;
}
body.admin-bar .mob-menu-header-banner {
top: 0px!important;
}
body.admin-bar .mobmenu-search-holder {
top: 116px!important;
}
body.admin-bar  .mob-menu-slideout .mobmenu-search-holder {
top: 70px!important;
}
}
@media screen and ( max-width: 479px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 5%;
}
}
@media screen and ( max-width: 782px ) {
.mob-menu-overlay .mobmenu-content {
padding-top: 10%;
}
}
@media only screen and (min-width:981px){
.mob_menu, .mobmenu-panel, .mobmenu, .mobmenu-cart-panel, .mobmenu-footer-menu-holder, .mobmenu-right-panel, .mobmenu-left-panel  {
display: none!important;
}
}
@media only screen and (max-width:980px) {
.mobmenur-container i {
color: #FFF;
}
.mobmenul-container i {
color: #FFF;
}
.mobmenul-container img {
max-height:  40px;
float: left;
}
.mobmenur-container img {
max-height:  40px;
float: right;
}
.mob-expand-submenu i {
font-size: 25px;
}
#mobmenuleft li a , #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
color: #666;
}
.mob-cancel-button {
font-size: 30px!important;
} .mobmenu-content #mobmenuleft .sub-menu  .sub-menu li a:hover {
color: #ccc;
} .mobmenu-content #mobmenuleft .sub-menu .sub-menu li:hover {
background-color: #666;
}
.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover  {
background-color: #666;
}
.mobmenu-content #mobmenuright li:hover  {
background-color: #014d77 ;
} .mobmenu-content #mobmenuright .sub-menu .sub-menu li:hover {
background-color: #666;
} .mobmenu-content #mobmenuright .sub-menu  .sub-menu li a:hover {
color: #ccc;
}
.mobmenu-content #mobmenuleft .sub-menu {
background-color: #3a3a3a ;
margin: 0;
color: #fff ;
width: 100%;
position: initial;
height: 100%;
}
.mob-menu-left-bg-holder {
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size:  cover;
-moz-background-size: cover;
background-size: cover;
}
.mob-menu-right-bg-holder { 
opacity: 1;
background-attachment: fixed ;
background-position: center top ;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size:  cover;
}
.mobmenu-content #mobmenuleft .sub-menu a {
color: #fff ;
}
.mobmenu-content #mobmenuright .sub-menu  a {
color: #fff ;
}
.mobmenu-content #mobmenuright .sub-menu .sub-menu {
background-color: inherit;
}
.mobmenu-content #mobmenuright .sub-menu {
background-color: #014d77 ;
margin: 0;
color: #fff ;
position: initial;
width: 100%;
}
#mobmenuleft li:hover a, #mobmenuleft li:hover i {
color: #FFF;
}
#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
color: #ffffff ;
}
#mobmenuright li a:hover {
color: #FFF ;
}
.mobmenul-container {
top: 10px;
margin-left: 5px;
margin-top: 10px;
height: 70px;
float: left;
}
.mobmenur-container {
top: 10px;
margin-right: 5px;
margin-top: 10px;
}
.mob-menu-logo-holder {
margin-top:   10px;
text-align:   center;
margin-left:  0;
margin-right: 0;
height:       70px;
}
.mob-menu-header-holder {
width:  100% ;
background-color: #014d77 ;
height: 70px ;
position:fixed;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
padding-top: 70px;
}
.mobmenul-container, .mobmenur-container{
position: absolute; 
}
.mobmenu-left-panel {
background-color:#F7F7F7;;
width:  270px;  
}
.mobmenu-right-panel {
background-color:#014d77;		width:  320px; 
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay  {
background: rgba(0, 0, 0, 0.83);
}
.mob-menu-slideout-top .mobmenu-overlay {
display:none!important;
}
.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {
-webkit-transform: translateX(270px);
-moz-transform: translateX(270px);
-ms-transform: translateX(270px);
-o-transform: translateX(270px);
transform: translateX(270px);
}
.mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
-o-transform: translateX(-320px);
transform: translateX(-320px);
}
.mob-menu-slideout-top .mobmenu-panel {
width:  100%;
height: 100%;
z-index: 1;
position: fixed;
left: 0px;
top: 0px;
max-height: 100%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.mob-menu-slideout-top.show-nav-left .show-panel, .mob-menu-slideout-top.show-nav-right .show-panel  {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
z-index: 300000;
}
.mob-menu-slideout-over.show-nav-left .mobmenu-left-panel {
overflow: hidden;
}
.show-nav-left .mobmenu-panel.show-panel , .show-nav-right .mobmenu-panel.show-panel {
z-index: 300000;
} .mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {
position: fixed;
top: 0;
height: 100%;
overflow-y: auto;
overflow-x: auto;
z-index: 10000;
opacity: 1;
} .mobmenu .headertext { 
color: #FFF ;
text-decoration: none;
}
.headertext span {
position: initial;
line-height: 70px;
}
.mobmenu-search-holder {
top: 70px;
}  body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top  {
overflow-x: hidden;
}
.mobmenu-left-panel li a, .leftmbottom, .leftmtop{
padding-left: 10%;
padding-right: 10%;
}
.mobmenu-content li > .sub-menu li {
padding-left: calc(10*1%);
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop{
padding-left: 0%;
padding-right: 0%;
}
.mobmenul-container i {
line-height: 30px;
font-size: 30px;
float: left;
}
.mobmenul-container svg {
width: 30px;
margin-right: .2em;
margin-left: .2em;
padding-top: 2px;
float:left;
}
.show-panel svg.mob-cancel-button {
width: 30px;
padding: 4px;
margin: 6px;
}
.left-menu-icon-text {
float: left;
line-height: 30px;
color: #222;
}
.mobmenu-left-panel .mobmenu-display-name {
color: #666;
}
.right-menu-icon-text {
float: right;
line-height: 30px;
color: #ffffff;
}
.mobmenur-container i {
line-height: 30px;
font-size: 30px;
float: right;
}
.mobmenur-container svg {
width: 30px;
margin-right: .2em;
margin-left: .2em;
padding-top: 2px;
float: left;
}
.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
display: none!important;
}
.mob-standard-logo {
display: inline-block;
height:50px!important;	}
.mob-retina-logo {
height:50px!important;	}
.mobmenu-content #mobmenuleft > li > a:hover {
background-color: #666;
}
.mobmenu-content #mobmenuright > li > a:hover {
background-color: #014d77;
}
.mobmenu-left-panel .mob-cancel-button {
color: #666;
}
.mobmenu-right-panel .mob-cancel-button {
color: #ffffff;
}	
}
.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field {
font-family:inherit;
font-size:20px;
font-weight:inherit;
font-style:normal;
letter-spacing:normal;
text-transform:none;
}
.left-menu-icon-text {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
.right-menu-icon-text {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}
#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
font-style:normal;
line-height:1.5em;
letter-spacing:normal;
text-transform:none;
}.qib-button-wrapper button.qib-button{
padding: 6px 12px 8px;
height: 41px;
background: #ffffff;
border: 1px solid #efefef;
cursor: pointer;
font-size: 20px;
line-height: 20px;
width: 41px;
color: black;
height: 41px;
}
.qib-button-wrapper .quantity {
display: inline;
}
.qib-button-wrapper{
margin: 3px 0;
white-space: nowrap;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
float: none !important;
height: 41px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
height: 41px;
padding: 6px 12px 8px;
text-align: center;
background: #ffffff;
border: 1px solid #efefef;
font-size: 20px;
line-height: 20px;
box-shadow: none;
margin: 0 !important;
}
span.wqpmb_plain_input.hidden{display: none;}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .quantity.wqpmb_quantity,.quantity.wqpmb_quantity {
display: inline-flex;
}
body .qib-button-wrapper {
display: flex;
float: left;
flex-wrap: nowrap;
margin-right: 5px;
align-items: center;
justify-content: center;
gap: 0;
}
body .qib-button-wrapper .minus.qib-button, 
body .qib-button-wrapper .plus.qib-button{
background: #a19f9f14;
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
background: #14141414;
}
.wpt-wrap .qib-button-wrapper {
gap: 0;
}
.wpt-wrap .qib-button-wrapper div.quantity.wqpmb_quantity {
height: 37px !important;
}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .qib-button-wrapper{
margin: inherit;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
margin-right: 0;margin: 0;
}
.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
margin: 0; 
}
.qib-button-wrapper input[type=number],
.qib-button-wrapper .quantity input[type=number], 
.qib-button-wrapper .quantity input[type=number]{ 
-moz-appearance:textfield; }
.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity{
margin: 0 !important;
}
@media only screen and (max-width: 600px) {
table.cart .product-quantity .plus, table.cart .product-quantity .minus {
display: block;
}
body .qib-button-wrapper {
display: flex;
float: right;
margin-right: 0;
}
}  body.theme-pricom .qib-button-wrapper .minus.qib-button, 
body.theme-pricom .qib-button-wrapper .plus.qib-button,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box {
background: #f5f5f5;
color: #7e7e7e;
border-radius: 0;
border: 0 none !important;
}
body.theme-pricom .qib-button-wrapper .minus.qib-button:hover, 
body.theme-pricom .qib-button-wrapper .plus.qib-button:hover,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box:hover {
color: #000;
}
body.theme-pricom .qib-button-wrapper {
border: 1px solid #ddd;
border-radius: 15px;
overflow: hidden;
}
body.theme-pricom .qib-button-wrapper .quantity .input-text[type=number] {
min-width: 56px;
}
.woocommerce div.product form.cart div.quantity .qty {
margin-top: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
} body.theme-shoptimizer .ajax_add_to_cart.add_to_cart_button, 
body.theme-shoptimizer .single-product div.product form.cart .button {
margin-left: 0px !important;
margin-top: -2px !important;
width: 200px !important;
height: 50px !important;
width: 200px !important;
}@font-face {
font-family: 'mobmenu';
src: url(//fornezzofrance.com/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff2?31192480) format('woff2'),
url(//fornezzofrance.com/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff?31192480) format('woff');
font-weight: normal;
font-style: normal;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
font-family: "mobmenu";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal; 
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mob-icon-ok-1:before { content: '\e800'; } .mob-icon-ok:before { content: '\e80f'; } .mob-icon-plus:before { content: '\e810'; } .mob-icon-plus-1:before { content: '\e813'; } .mob-icon-plus-outline:before { content: '\e818'; } .mob-icon-plus-2:before { content: '\e819'; } .mob-icon-align-justify-1:before { content: '\e84f'; } .mob-icon-instagram:before { content: '\e88e'; } .mob-icon-linkedin:before { content: '\e88f'; } .mob-icon-pinterest:before { content: '\e892'; } .mob-icon-twitter:before { content: '\e898'; } .mob-icon-tumblr:before { content: '\e899'; } .mob-icon-vimeo:before { content: '\e89a'; } .mob-icon-star:before { content: '\e8a3'; } .mob-icon-user:before { content: '\e8a4'; } .mob-icon-star-1:before { content: '\e8d3'; } .mob-icon-user-1:before { content: '\e8d4'; } .mob-icon-left-open:before { content: '\e8f6'; } .mob-icon-right-open:before { content: '\e8f7'; } .mob-icon-down-dir:before { content: '\e8fc'; } .mob-icon-right-dir:before { content: '\e8fd'; } .mob-icon-star-empty:before { content: '\e93d'; } .mob-icon-up-dir:before { content: '\e980'; } .mob-icon-left-dir:before { content: '\e981'; } .mob-icon-menu:before { content: '\e9d6'; } .mob-icon-right-open-2:before { content: '\ea32'; } .mob-icon-th:before { content: '\eac3'; } .mob-icon-th-large:before { content: '\eac5'; } .mob-icon-th-list:before { content: '\eac7'; } .mob-icon-minus:before { content: '\e812'; } .mob-icon-minus-1:before { content: '\e9d8'; } .mob-icon-minus-2:before { content: '\eacb'; } .mob-icon-th-list-3:before { content: '\ec71'; } .mob-icon-cancel:before { content: '\ec73'; } .mob-icon-cancel-circle:before { content: '\ec74'; } .mob-icon-cancel-1:before { content: '\ecf2'; } .mob-icon-cancel-2:before { content: '\edf5'; } .mob-icon-cancel-circled-1:before { content: '\edf6'; } .mob-icon-cancel-circled2:before { content: '\edf7'; } .mob-icon-up-open-1:before { content: '\ee59'; } .mob-icon-cancel-3:before { content: '\ee65'; } .mob-icon-cancel-circled-2:before { content: '\ee66'; } .mob-icon-th-large-1:before { content: '\ee68'; } .mob-icon-th-1:before { content: '\ee69'; } .mob-icon-th-list-1:before { content: '\ee6a'; } .mob-icon-up-open-2:before { content: '\ee6b'; } .mob-icon-down-open-2:before { content: '\ee6c'; } .mob-icon-cancel-squared:before { content: '\ee6d'; } .mob-icon-cancel-4:before { content: '\ee6f'; } .mob-icon-up-open-big:before { content: '\ee70'; } .mob-icon-down-open-big:before { content: '\ee71'; } .mob-icon-down-open-mini:before { content: '\ee73'; } .mob-icon-cancel-circled-outline:before { content: '\ee77'; } .mob-icon-cancel-outline:before { content: '\ee79'; } .mob-icon-menu-2:before { content: '\ee7a'; } .mob-icon-menu-outline:before { content: '\ee7b'; } .mob-icon-cancel-circle-1:before { content: '\ee7c'; } .mob-icon-down-open:before { content: '\f004'; } .mob-icon-up-open:before { content: '\f005'; } .mob-icon-menu-3:before { content: '\f008'; } .mob-icon-th-list-2:before { content: '\f009'; } .mob-icon-th-thumb:before { content: '\f00a'; } .mob-icon-th-thumb-empty:before { content: '\f00b'; } .mob-icon-cancel-circled:before { content: '\f06e'; } .mob-icon-menu-1:before { content: '\f0c9'; } .mob-icon-gplus:before { content: '\f0d5'; } .mob-icon-ellipsis:before { content: '\f141'; } .mob-icon-ellipsis-vert:before { content: '\f142'; } .mob-icon-facebook-squared:before { content: '\f308'; }.mob-menu-overlay .mobmenu-panel {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0s 0.5s;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.mob-menu-overlay.show-nav-left .mobmenu-panel, .mob-menu-overlay.show-nav-right .mobmenu-panel {
opacity: 1;
visibility: visible;
transition: opacity 0.5s;
z-index: 100001;
}
.mob-menu-overlay .show-panel .mob-cancel-button {
position: absolute;
right: 0px;
top: 0px;
padding-top: 8px;
overflow: hidden;
border: none;
outline: none;
z-index: 100002;
font-size: 30px;
line-height: 30px;
cursor: pointer;
}
.mob-retina-logo{
display: none;
max-width: 100%;
}
.mob-cancel-button{
z-index: 99999999!important;
position:relative!important;
}
.mobmenu-content .widget {
padding-bottom: 0px;
padding: 20px;
}
.mob-expand-submenu i {
position: relative;
font-weight: 600;
cursor: pointer;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
width: 100%;
height: 100%;
position: absolute;
z-index: -50;
background-repeat: no-repeat;
top: 0;
left: 0;
}
.mob-menu-no-scroll{
overflow: hidden;
}
.mobmenu-content .sub-menu {
display: none;
opacity: 1;
}
.mobmenur-container {
position: absolute;     
right: 0px; 
} 
.leftmbottom h2 {
font-weight: bold;
background-color: transparent;
color: inherit;
}
.mob-cancel-button {
display:none;
z-index: 99999999;
}
.show-nav-left.mob-menu-overlay .left-menu-icon-text, .show-nav-right.mob-menu-overlay .left-menu-icon-text {
display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-cancel-button, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-cancel-button {
display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-menu-icon, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-menu-icon {
display: block;
}
.show-panel .mob-cancel-button {
display: block;
}
.mobmenu-content li a {
display: block;
letter-spacing: 1px;
padding: 10px 20px;
text-decoration: none;
font-size: 14px;
}
.mobmenu-content li a:active, .mobmenu-content li:active, .mobmenu-content li a .mob-expand-submenu:active{
border-style: outset;
border: none;
}
.mobmenu-left-alignment.show-panel, .mobmenu-right-alignment.show-panel {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.mobmenu-left-alignment {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.mobmenu-right-alignment {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
top: 32px;
}
#wpadminbar {
position: fixed;
}
.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder, .mob-menu-header-holder, .mobmenu-panel, .mobmenu-overlay , .show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder, .show-nav-left .mobmenu-left-alignment, .show-nav-right .mobmenu-right-alignment, .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
-webkit-transition: -webkit-transform .5s;
-moz-transition: -moz-transform .5s;
-ms-transition: -ms-transform .5s;
-o-transition: -o-transform .5s;
transition: transform .5s;
} .mobmenu-overlay {
opacity: 0;
}
.widget img {
max-width: 100%; 
}
#mobmenuleft, #mobmenuright {
margin: 0;
padding: 0;
}
#mobmenuleft  li > ul {
display:none;
left: 15px;
padding-left: 0px;
}
.rtl .mob-expand-submenu {
float: left;
}
.mob-expand-submenu {
position: relative;
right: 0px;
float: right;
}
.mobmenu-parent-link .menu-item-has-children {
cursor: pointer;
}
#mobmenuright  li > ul {
display:none;
left: 15px;
padding-left: 0px;
}
.rightmbottom, .rightmtop {   
padding-left: 10px;
padding-right: 10px;
} .mob-menu-slideout .mobmenu-panel {
position: fixed;
top: 0;
height: 100%;
z-index: 300000;
overflow-y: hidden;   
overflow-x: hidden;
opacity: 1;
}
.mob-menu-slideout .mobmenu-right-alignment {
right: 0;
}
.mobmenu-content li {
list-style: none;
visibility: visible;
opacity: 1;
-webkit-tap-highlight-color: rgba(0,0,0,0);
margin: 0;
}
.mob-menu-slideout .mobmenu-left-alignment, .mob-menu-slideout-over .mobmenu-left-alignment {
left: 0;
}
.mob-menu-slideout .mobmenu-right-alignment, .mob-menu-slideout-over .mobmenu-right-alignment {
right: 0;
}
.mob-menu-header-holder {
font-weight:bold;
top:0px;	
right: 0px;
color:#000;
display: block;
z-index: 10000;
} .mobmenu .sub-menu li > a {
padding-left: 50px;
} .mobmenu .sub-menu .sub-menu li a {
padding-left: 75px;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
position: absolute;
right: 0px;
top: 0px;
font-size: 30px;
}
.mobmenu-content {
margin-top: 45px;
padding-bottom: 120px;
z-index: 1;
height: calc( 100% - 45px);
overflow: auto;
padding-top: 10px;
}
.mobmenu-parent-link .mob-expand-submenu {
cursor: pointer;
}
#mobmenuright.nomenu li, #mobmenuleft.nomenu li{
padding-left: 7%;
padding-right: 7%;
}
.mob-expand-submenu.show-sub .mob-icon-down-open {
display: none;
}
.mob-expand-submenu.show-sub .mob-icon-up-open {
display: block;
}
.mob-expand-submenu .mob-icon-down-open {
display: block;
}
.mob-expand-submenu .mob-icon-up-open {
display: none;
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
width: 100%;
height: 100%;
z-index: 10001;
left: 0;
top: 0;
opacity: 1;
position: fixed;
cursor: pointer;
} .mobmenu-ajax-search-results {
display: none;
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
position: fixed;
margin-top: 50px;
}
[data-panel-target="mobmenu-filter-panel"].mobmenu-trigger-action {
float:left;
}
.mobmenu-content .sub-menu.show-sub-menu {
-webkit-transition: height 1s linear 0s;
-moz-transition: height 1s linear 0s;
-ms-transition: height 1s linear 0s;
-o-transition: height 1s linear 0s;
transition: height 1s linear 0s;
overflow:hidden;
} h4.no-mobile-menu {
padding: 22px;
text-align: center;
width: 90%;
background: #fff;
margin: auto;
font-size: 17px;
font-weight: 400;
line-height: 29px;
}
h4.no-mobile-menu a {
text-decoration: none;
color:#000;
}
.mobmenu-content li a:focus {
outline: none;
}
.mobmenu-content .widget_media_image {
text-align: center;
}
#_pick_tips_content {
border: 0;
position: fixed;
right: 5px;
top: 5px;
z-index: 99999999;
width: 300px;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
0 2px 2px 0 rgba(0, 0, 0, .14),
0 1px 5px 0 rgba(0, 0, 0, .12);
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.8);
font-size: 0;
margin: 0;
padding: 0;
transition: all 0.3s;
min-height: 540px;
height: auto;
display: none;
}
#_pick_tips_content.on {
display: inline-block;
} #_picker_cover_wrap_box svg {
position: fixed;
top: 0;
left: 0;
cursor: crosshair;
width: 100%;
height: 100%;
z-index: 99999998;
}
#_picker_cover_wrap_box svg>path:first-child {
fill: rgba(0, 0, 0, 0);
fill-rule: evenodd;
}
#_picker_cover_wrap_box svg>path+path {
stroke: #29c66d;
stroke-width: 3.5px;
fill: rgb(226 239 232 / 20%);
}
#_picker_cover_wrap_box {
transition: all 0.3s;
pointer-events: none;
}
@keyframes ellipsis {
from {
width: 2px;
}
to {
width: 15px;
}
} ._picker_target_elm {
background: transparent;
outline: #1dcd1d solid 3px;
color: #000;
}
.mob-menu-slideout #page-container, .mob-menu-slideout-over #page-container {
padding-top: 0px!important;
}#slider-hero .et_pb_bg_layout_dark .et_pb_slide_description {
text-shadow: none;
}
.ff-default .ff-el-input--label label {
font-weight: 600 !important;
}
form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit {
font-weight: 700;
}
form.cart {
display: flex;
flex-wrap: wrap;
}
body .qib-button-wrapper {
width: 100% !important;
margin-bottom: 15px;
justify-content: start;
}
body #page-container .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button {
max-width: max-content;
margin-bottom: 15px !important;
}
button.single_add_to_cart_button.button.alt {
margin-right: 15px !important;
}
button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_simple {
margin-top: 0 !important;
}
#product-accordeon .et_pb_tab_content h2 {
color: #014D77;
font-weight: 700;
display: none;
}
ul.et_pb_tabs_controls:after {
top: 0 !important;
}
.woocommerce .star-rating span::before {
color: #BE9C81 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
color: #014D77!important;
}
.woocommerce p.stars:hover a::before,
.woocommerce p.stars a::before {
color: #BE9C81 !important;
}
#product-accordeon #commentform textarea {
background-color: #FEF8F8 !important;
color: black !important;
}
#product-accordeon .et_pb_tabs_controls.clearfix {
background: white;
}
.woocommerce #review_form #respond .form-submit input,
.woocommerce-message a.button.wc-forward {
color: #FFFFFF !important;
border-width: 12px !important;
border-color: #014D77 !important;
border-radius: 0px;
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase !important;
background-color: #014D77 !important;
transition: all .1s ease-in-out;
border-width: 10px !important;
border: solid;
}
.woocommerce #review_form #respond .form-submit input:hover {
background-color: #BE9C81 !important;
border-color: #BE9C81 !important;
}
.woocommerce-message a.button.wc-forward:hover {
background-color: black !important;
border-color: black !important;
border-width: 10px !important;
border: solid;
padding: 0.3em 1em !important;
}
.woocommerce-message a.button.wc-forward::after {
content: none !important;
}
.woocommerce-notices-wrapper {
background-color: #BE9C81;
}
.woocommerce-message {
width: 80%;
max-width: 1080px;
margin: auto;
padding: 20px 0 !important;
background-color: transparent !important;
}
.entry-content table:not(.variations) {
border: none !important;
margin-bottom: 0 !important;
}
.wc-block-cart-items__header,
.wc-block-cart .wc-block-cart__totals-title {
font-size: 16px !important;
color: black !important;
}
.entry-content thead th,
.entry-content tr th,
.wc-block-cart .wc-block-cart__totals-title h2 {
color: black !important;
font-weight: 700 !important;
}
.wc-block-components-product-name {
font-size: 18px !important;
font-weight: 700 !important;
color: #014D77 !important;
}
.wc-block-components-product-price__regular {
font-size: 16px;
}
.wc-block-components-product-price__value.is-discounted {
font-size: 16px;
color: #014D77 !important;
font-weight: 700;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge,
.wc-block-components-product-badge.wc-block-components-sale-badge {
background-color: #BE9C81 !important;
color: white;
border-radius: 4px;
padding: 6px 15px;
font-weight: 400;
}
.wc-block-components-product-metadata__description {
font-size: 14px;
color: black;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
color: black !important;
height: 40px;
}
.wc-block-cart-item__remove-link {
font-size: 13px !important;
color: black !important;
}
.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
color: black;
font-size: 17.5px;
font-weight: 700;
}
.wc-block-components-panel__button,
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
color: black !important;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
color: #FFFFFF !important;
border-width: 12px !important;
border-color: #014D77;
border-radius: 0px;
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase !important;
background-color: #014D77 !important;
transition: all .1s ease-in-out;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
border-color: #BE9C81;
background-color: #BE9C81 !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
color: #FFFFFF !important;
border-color: #014D77;
border-radius: 0px;
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase !important;
background-color: #014D77 !important;
transition: all .1s ease-in-out;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
border-color: #BE9C81;
background-color: #BE9C81 !important;
cursor: pointer;
}
#wc-block-components-totals-coupon__input-coupon {
height: 47px;
border-radius: 0;
}
.is-large.wc-block-cart {
margin-bottom: 0 !important;
}
.wc-block-components-checkout-order-summary__title-text,
.wc-block-components-title.wc-block-components-title {
font-size: 20px !important;
color: black !important;
font-weight: 700 !important;
}
.wc-block-components-totals-item {
color: black;
}
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-return-to-cart-button {
color: black !important;
font-size: 16px !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
color: black;
}
.wc-block-components-checkout-order-summary__title-icon {
fill: black !important;
padding-top: 4px;
}
.logo-shop-coqhet:first-child {
position: relative;
}
.logo-shop-coqhet:first-child a {
width: 150px;
text-align: left;
margin-right: 20px;
}
.logo-shop-coqhet:first-child::before {
position: absolute;
content: "";
background-image: url(//fornezzofrance.com/wp-content/uploads/2025/11/logo-blanc-la-coqhet.png);
height: 50px;
width: 90px;
background-repeat: no-repeat;
background-size: 100%;
top: -10.5px;
right: 10px;
}
.et_pb_scroll_top.et-visible {
background-color: #014D77;
border: solid 1px;
border-right: 0px;
} .wc-block-cart__empty-cart__title {
color: #BE9C81!important;
} 
.wc-block-grid__products {
padding: 0 !important;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
background-color: #014D77 !important;
}
.wp-block-separator {
color: #014D77 !important;
}
.wc-block-grid__product {
text-align: left !important;
}
.wc-block-grid__product .star-rating {
margin: unset !important;
}
.wc-block-grid__product-title {
font-weight: 700 !important;
font-size: 18px !important;
color: #014D77 !important;
line-height: 1.2em !important;
margin-bottom: 0 !important;
}
.wc-block-grid__product-price {
font-size: 16px !important;
margin-bottom: 0 !important;
}
ins .woocommerce-Price-amount {
color: black !important;
font-weight: 700 !important;
}
.wc-block-grid__product-rating .star-rating span:before {
color: #BE9C81 !important;
margin-bottom: 0 !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
transition: background-color 300ms ease 0ms !important;
padding-top: 6px !important;
padding-right: 16px !important;
padding-bottom: 6px !important;
padding-left: 16px !important;
background-color: #014D77 !important;
font-size: 14px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
color: #FFFFFF !important;
margin-top: 10px !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
background-color: #BE9C81 !important;
}
.wc-block-grid__product-onsale {
padding-top: 6px !important;
padding-right: 18px !important;
padding-bottom: 6px !important;
padding-left: 18px !important;
margin-top: 0px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
font-size: 14px !important;
color: #FFFFFF !important;
background-color: #014D77 !important;
} #menu-menu-mid .sub-menu li {
padding: 0 !important;
}
#menu-menu-mid .sub-menu li a {
width: 240px !important;
}
.et-menu li li.menu-item-has-children>a:first-child:after {
transform: rotate(270deg);
}
@media all and (min-width: 981px) and (max-width: 1300px) {
.row-menu-header  {
margin-top: 20px;
}
.row-menu-header .et_pb_menu_inner_container {
flex-direction: column;
}
.row-menu-header .et_pb_column:last-child  {
margin-top: 86.5px;
}
#slider-hero .et_pb_slider_container_inner {
padding-top: 20vh !important;
}
.hero-top {
padding-top: 20vh !important;
}
}
#slider-hero .et-pb-controllers a {
width: 10px;
height: 10px;
}
#product-layout .disable-to-select {
display: flex !important;
justify-content: space-between !important;
align-items: center;
}
#product-layout .reset_variations {
font-size: 14px;
font-weight: 700;
color: #014D77;
margin-top: 0;
}
#product-layout .value {
padding-bottom: 0 !important;
display: flex;
}
#product-layout .woocommerce-Price-amount {
font-weight: 700;
font-size: 22px;
color: #BE9C81;
}
#product-layout .cfvsw-label-option {
border-color: #014D77;
color: #014D77;
}
#product-layout .cfvsw-label-option:hover {
background-color: #014D77;
color: white;;
}
#product-layout .cfvsw-selected-swatch {
background-color: #014D77;
color: white;
}
@media all and (max-width: 600px) {
.et_pb_shop ul.products.columns-3 li.product {
width: 100% !important;
margin-right: 0 !important;
}
}
.wpgs-nav .slick-prev, .wpgs-nav .slick-next {
display: none !important;
}
.wc-block-components-product-details {
font-size: 12px;
}
.wc-block-components-product-details__name {
color: #014D77;
font-weight: 700;
}
.wc-block-components-product-details__value {
color: black;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
border-color: #014D77 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
border-color: #014D77 !important;	
outline: none !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
background: #014D77 !important;
}
.wc-block-components-form.wc-block-checkout__form {
color: black !important;
}
.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked {
box-shadow: inset 0 0 0 1.5px #014D77 !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__label {
color: #014D77;
font-weight: 700;
}
.woocommerce-order .woocommerce-notice {
font-size: 24px;
color: #014D77;
font-weight: 700 !important;
margin-bottom: 1rem;
}
.woocommerce-order .woocommerce-order-overview {
padding-left: 0;
color: black;
}
.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
font-size: 20px;
color: #014D77;
font-weight: 700 !important;
}
.woocommerce-order .woocommerce-table__line-item.order_item a {
color: #BE9C81;
}
.woocommerce-order .woocommerce-table__line-item.order_item a:hover {
text-decoration: underline;
}
.woocommerce table.shop_table td {
color: #014D77;
font-weight: 700 !important;
}
.woocommerce-order .woocommerce-customer-details address {
background: #014D77;
color: white;
margin-bottom: 2rem !important;
} .d-none {
display: none !important;
} #fluentform_3_success {
background: #014D77;
border: none; 
color: white;
}