/*
Theme Name: 	Les Malices de Suzette
Author:         ED Services
Author URI:     http://www.edservices.fr
Description:    Thème pour www.lesmalicesdesuzette.fr
Template:       edservices2303
Version: 	1.6
*/


.wpcs_product_carousel_slider .owl-item .item img {
aspect-ratio: 1/1;
object-fit: cover;
object-position: center center;
}

#Action_bar, #Action_bar li {
    text-align:center;
    background-color:yellow !important;
    color:black !important;
}

#Action_bar ul.contact_details, #Action_bar ul.contact_details li {
    width:100%;
}

#Action_bar ul.contact_details li {
    text-align: center;
}

#Action_bar .social {
    display:none;
}

.yellowarea {
    text-align:center;
    padding:10px;
    background-color:yellow;
    color:black;
    margin-bottom:15px;
}

#dialogpasdateretrait {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 480px;
    z-index: 9999;
    height: 100px;
    background-color: white;
    font-weight:bold;
    border: 2px solid black;
    text-align: center;
    vertical-align: middle;
    font-size:medium;
    border-radius:5px;
}

#dialogpasdateretrait .wrap {
    vertical-align: middle;
    display: table-cell;
}

@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky #logo img.logo-sticky {
        height:80px !important;
        max-height:80px !important;
    }   
}

#Top_bar .search_wrapper input[type="text"] {
    color:black !important;
}

#Side_slide .social {
    display:none;
}

.responsive-menu-toggle3 .cartcount {
    font-size: smaller;
    top: -5px;
    right: -5px;
    width:10px;
}

.responsive-menu-toggle4 i {
    font-size: 22px;
    line-height: 34px;
}
.responsive-menu-toggle4 {
    margin-top: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    z-index: 200;
    right:90px;
    position: fixed !important;
    background-color: #fefefe !important;
    border:1px solid black;
    top: 30px !important;
    display:block;
    color: #0095eb !important;
}


.responsive-menu-toggle3 i {
    font-size: 22px;
    line-height: 34px;
}
.responsive-menu-toggle3 {
    margin-top: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    z-index: 200;
    right:50px;
    position: fixed !important;
    background-color: #fefefe !important;
    border:1px solid black;
    top: 30px !important;
    display:block;
    color:  #0095eb !important;
}

.responsive-menu-toggle  {
    position: fixed !important;
    background-color: #fefefe !important;
    border:1px solid black;
    top: 30px !important;
}

/*pour enlever sur le compte client wocpdf*/
body:not(.wp-admin) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:nth-child(1) {
    display:none;
}
body:not(.wp-admin) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:nth-child(2) {
    display:none;
}
body:not(.wp-admin) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:nth-child(3) {
    display:none;
}
body:not(.wp-admin) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:nth-child(4) {
    display:none;
}
body:not(.wp-admin) td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:nth-child(6) {
    display:none;
}

/*pour enlever l'effet de survol*/
.image_frame .image_wrapper .mask { display: none; }
.image_frame .image_wrapper .image_links { display: none; }
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img { top: 0px; }

.warningcompte {
    padding:10px;
    background-color:yellow;
    text-align:center;
}


/*wishlist*/
.tinv-wishlist .social-buttons>span {
    vertical-align:top !important;
}

.social-buttons ul li a {
    color:black !important;
}
/*wishlist*/

.woocommerce input[name="update_cart"].button:disabled {
    background-color:#172983 !important;
}


.woocommerce input[name="update_cart"].button {
    background-color:red !important;
}

.woocommerce-shipping-fields {
    display:none;
}

.product-productor a {
    color:gray;
}

p.product-productor {
    margin: 0 !important;
}

.woocommerce-mini-cart__buttons.buttons .button_icon {
    display:none;
}

.woocommerce .shop_table .product-name .variation, dl.variation {
    display:none !important;
}

div.cartcount {
    position: absolute;
    top: 20%;
    right: 20%;
    background-color: red;
    color: white;
    font-family: arial;
    font-size: medium;
    padding: 5px;
    line-height: normal;
    border-radius: 10px;
}

table.shop_table.shop_table_responsive tr.shipping {
    display:none !important;
}

#Content {
    background-color:transparent !important;
    z-index:1;
    position:relative;
}

select[name='cartretraitdate'] {
    color:red;
}

select[name='cartretraitdateglobal'] {
    color:red;
    font-size:large;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}

/*radio button*/
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: medium;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input[type=radio] ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input[type=radio]:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input[type=radio]:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*radio button*/


.datelivraison {
    font-weight: bold;
}

.woocommerce .shop_table p {
    margin:0 !important;
}

.woocommerce .shop_table .product-name a {
    font-size:large !important;
    font-weight: bold;
}

.socialimg {
    position: absolute;
    bottom: 135px;
    width:50%;
}

.socialimg ul {
    margin:0;
}

.socialimg ul li {
    display:inline-block;
    width:29%;
    margin-left:1%;
}

.cart-collaterals {
    z-index: 1;
    position: relative;
}

/*PRODUCTEUR*/
#producteur { background:#f5f5f5 }
.single-producteur h2 { text-align:center}
.grid-producteur { font-size:0; margin:0 -12px; text-align:center}
.grid-producteur li { z-index:10;display:inline-block; font-size:16px; position:relative; vertical-align:top; width:33.33333333%}
.grid-producteur li article { position:relative; background:rgba(244,244,244,0.8); padding:24px; margin:12px; overflow:hidden}
.grid-producteur li article h3 { font-size: 17px; letter-spacing:1px; color:#81a6a2; text-transform:uppercase; margin:6px 0} 
.grid-producteur li article img { width:100%}
.grid-producteur li a { color:#3a3429; text-decoration:none}
.grid-producteur li a:hover { color:#222d80; text-decoration:none}
.grid-producteur > li .entry-summary { font-size:14px; padding-top:6px; line-height:1.6em}
@media only screen and (max-width : 980px) {
	.grid-producteur > li { width: 50% !important} 	 
}
@media only screen and (max-width : 480px) {
	.grid-producteur > li { width: 100% !important} 	 
}

.top-to-bottom {
    border-left-width: 3px;
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#1e9588), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(#1e9588, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#1e9588, rgba(0, 0, 0, 0)) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#1e9588, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to bottom, #1e9588, rgba(0, 0, 0, 0)) 1 100%;
}

body:not(.template-slider) #Header {
    min-height: 0 !important;
}

#Subheader {
    padding: 50px 0 30px 0 !important;
    background-color: #219f93 !important;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
}

#Subheader h1 {
    //font-family: "Dancing Script", Arial, Tahoma, sans-serif !important;
    color:white !important;
    //font-weight: bold !important;
}

.headerbackground {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 25" preserveAspectRatio="none"> \
        <polygon fill="#1E9588" fill-opacity="0.75" points="74.94 19.1 3.92 24.81 0.07 2 72.7 0.19 74.94 19.1"/></svg>');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-top:5px;
    padding-bottom:5px;
    overflow: visible;
    background-color: inherit;
    display: inline-block;
}

#Top_bar {
    margin-bottom: 0px;
    z-index: 99;
    position: relative !important;
}

#Top_bar {
    /*position: relative;
    padding: 8px 8px 32px 8px;*/
    top:0px !important;
    background: #eac687;
}
#Top_bar:not(.is-sticky):after {
    content: " ";
    display:block;
    position: relative;
    bottom:-1.5vw;
    height:2vw;
    background-image:url(../../../lesmalicesdesuzette/wp-content/uploads/sites/12/2018/06/circle2.png);
    /*background: linear-gradient(-45deg, transparent 75%, #eac687 50%),
                linear-gradient( 45deg, transparent 75%, red 50%);*/
    background-repeat: repeat-x;
    background-size:4vw 2vw;
}

#Top_bar.is-sticky {
    height:100px !important;
}

.top_bar_right {
    padding-left:0 !important;
    padding-right:0 !important;
}

#Top_bar .menu_wrapper {
    float:right !important;
}

#Top_bar .top_bar_right_wrapper a {
    color:white !important;
}

#Top_bar a#search_button {
    margin-right:0 !important;
    margin-left:10px !important;
}

#Top_bar a#header_cart {
    top:-5px !important;
    display:inherit !important;
}

#Top_bar a#header_cart i {
    margin-left:30px;
}

#Top_bar a#header_cart span {
    background-color:red !important;
    position: absolute !important;
    left: 48px !important;;
}

.icon-bag-fine {
    color:yellow !important;
}

.icon-bag-fine:after {
    font-size:2vw !important;
    color:white !important;
    content:"Panier";
    top:30px;
    font-family: "Dancing Script", Arial, Tahoma, sans-serif;
    margin-left: -50px;
    position: absolute;
}

.submenucontainer {
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
}

#Footer .container {
    margin-top: 320px;
    //padding-bottom:30px;
}

.edssep {
    height:4px;
    background-color:#219f93;
    /*box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);*/
}
#Footer {
    margin-top: -150px;
    background-color:transparent !important;
    background-image: url(../../../lesmalicesdesuzette/wp-content/uploads/sites/12/2018/05/herbenontexture2.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 100%;
   // min-height: 300px;
}

.edstrailer {
    color:white;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    /*overflow: hidden;*/
    max-width:300px;
    margin-left:5%;
}

.edstrailer h1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    //box-shadow: 4px 4px 20px #111;
}

.edstrailer .title {
    /*box-shadow: 4px 4px 20px #111;*/
}

.edstrailer .img {

}

.edstrailer .img img {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
   // box-shadow: 4px 4px 20px #111;
}

.edstrailer h1 {
    font-size:medium;
    text-align:center;
    color:white;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black, -1px 1px 1px black, 1px -1px 1px black;
    margin:0;
    background-color:yellow;
    padding-left:10px;
    padding-right:10px;
}

.contentarea {
    border-right-width: 5px;
    border-style: solid;
   /* -webkit-border-image: 
      -webkit-gradient(linear, 0 0, 0 100%, from(#219f93), to(rgba(0, 0, 0, 0) 90%)) 1 100%;
    */-webkit-border-image: 
      -webkit-linear-gradient(#219f93, rgba(0, 0, 0, 0) 90%) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(#219f93, rgba(0, 0, 0, 0) 90%) 1 100%;    
    -o-border-image:
      -o-linear-gradient(#219f93, rgba(0, 0, 0, 0) 90%) 1 100%;
    border-image:
      linear-gradient(to bottom, #219f93, rgba(0, 0, 0, 0) 90%) 1 100%;
}

.titleslogan h1 {
    font-size:x-large;
    color:#172983;
    text-transform: uppercase;
    //background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NSAyNSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBvbHlnb24gZmlsbD0icmVkIiBwb2ludHM9Ijc0Ljk0IDE5LjEgMy45MiAyNC44MSAwLjA3IDIgNzIuNyAwLjE5IDc0Ljk0IDE5LjEiLz48L3N2Zz4=") no-repeat;
    //background-size: 100% 100%;
}

/*main menu*/
#Top_bar .menu > li > a {
    padding: 50px 0 10px 0   !important;
}

li#menu-item-5891 a { /*préférés*/

}
li#menu-item-5891 a:before {
    color:#ff00b4 !important;
    content:"\f08a";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    height:40px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

li#menu-item-6040 a { /*cart*/

}
li#menu-item-6040 a:before {
    color:yellow !important;
    content:"\f291";
    font-family: "FontAwesome";
    position: absolute;
    top: 18px;
    height:40px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

li#menu-item-5892 a { /*mon compte*/

}
li#menu-item-5892 a:before {
    color: #219f93;
    content:"\f2c0";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    height:40px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.menu-item-2664 a { /*accueil*/
    color:white !important;
}

.menu-item-2663 a { /*actu*/
    color:#ff00b4 !important;
}

.menu-item-5896 a { /*producteurs*/
    color:#76ff33 !important;
}

.menu-item-2665 a { /*boutique*/
    color:yellow !important;
}

.menu-item-6039 a { /*les ateliers*/
    color:#56fff9 !important;
}

.menu-item-2662 a { /*contact*/
    color:#172983 !important;
}

#submenubackground {
    background-color:#6a6e6f;
    width: 100%;
    height: 75px;
}

.menu-sub-menu-container {
    width:100%;
    overflow:visible;
    color:#000 !important;
    text-align: center;

    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
}

body:not(.home) .menu-sub-menu-container li {
    //margin-top:10px;
}

.menu-sub-menu-container ul:not(.sub-menu) {
    position:relative;
    z-index:2;
    cursor : pointer;
    margin-bottom: 0px;
}

.menu-sub-menu-container ul:not(.sub-menu) > li {
    color:#000 !important;
    -webkit-filter: drop-shadow( 5px 5px 5px rgba(0,0,0,0.75) ); 
    filter: drop-shadow( 5px 5px 5px rgba(0,0,0,0.75) );
    font-size:2vw;
    display: inline-block;
    text-align: center;
    font-weight:bolder;
}

.menu-sub-menu-container ul.sub-menu, .submenuitems {
    position: fixed;
    display:none;
    top:70px;
    left:0px;
    z-index:10;
    height:0;
    overflow:hidden;

    background-color: rgba(30,149,136,0.8);
    text-align:center;
    width:250px;
}

.menu-sub-menu-container ul.sub-menu > li:hover {
    background-color:rgb(36, 192, 174);
}

.submenuitems24 > li:hover {
    background-color:#188a38;
}

.submenuitems23 > li:hover {
    background-color:#11529B;
}

.submenuitems22 > li:hover {
    background-color:#C51E24;
}

.submenuitems21 > li:hover {
    background-color:#B7B9BB;
}

.menu-sub-menu-container ul.sub-menu > li > a, .submenuitems > li > a {
    display: block;
    font-size:medium;
    color:white;
    border-top:1px dotted rgba(200,200,200,0.8);
    text-decoration:none;
    padding:5px 0;
}

@media only screen and (max-width: 479px) {
    .menu-sub-menu-container ul:not(.sub-menu) > li > a {
        font-size:6vw !important;
        padding: /*3vh 4vw;*/10% 1.4em !important;
        line-height:0.7em !important;
    }

    #Subheader {
        padding: 10px 0 10px 0 !important;
    }

    .logo-no-margin #Top_bar .logo {
        margin-left:-15% !important;
    }

    .woocommerce ul.products.col-4 li.product {
        width: 48% !important; /*2 col on mobile*/ 
    }
    
    #menu-main-menu > li > a {
        font-size:17px !important;
    }    
}

@media only screen and (min-width: 480px) and (max-width:900px) {
    .menu-sub-menu-container ul:not(.sub-menu) > li > a {
        font-size:2.5vw !important;
    }
}

@media only screen and (min-width: 901px) {
    #menu-main-menu > li > a {
        font-size:2vw !important;
    }
}

.menu-sub-menu-container ul:not(.sub-menu) > li > a {
    font-family: "Dancing Script", Arial, Tahoma, sans-serif;
    font-size:2vw;
    display:block;
    margin:0 0 0 1px;
    padding: 3vh 4vw;/*20% 1.4em;*/
    text-decoration:none;
    line-height:1.3em;
}

.menu-sub-menu-container ul:not(.sub-menu) > li:hover {
    background-size: 110% 110%;
    transition-duration: 0.7s;
    transform: rotate(0deg) !important;
}

.menu-sub-menu-container ul:not(.sub-menu) > li > a:hover {
    color:yellow !important;
    transition-duration: 0.8s;
    font-weight: bold;
}

.menu-sub-menu-container ul:not(.sub-menu) > li > a.active,
.menu-sub-menu-container ul:not(.sub-menu) > li > a.active:hover {
color:#fff !important;
background:#000;
font-weight:bold;
}
/*main menu*/

/*
.prestalight h2, .prestalight p {
    color:black !important;
}

.page-id-10 ul:not(.light) li {
    color:#a7edf2 !important;
}

li {
    margin-bottom:0 !important;
}

.grid .post-item {
    background:#0B1C50 !important;
}

h2.entry-title a {
    font-weight:500;
    color:#49a1b8 !important;
    text-shadow:3px 3px 4px rgba(0,0,0,0.4);
}

#Header_wrapper {
    border-bottom: 5px solid #0B1C50;
}

.slidershadow {
    text-shadow: 2px 2px 10px #000000;
}

h1.title {
    color:white !important;
    padding:20px;
    background-color:rgba(0,0,0,0.7);
    border-radius: 5px;
    font-family: inherit !important;
    font-style: normal !important;
}

.yellow {
    color:#f0e605;
}

#Top_bar .menu > li {
    margin-left: 20px !important;
}

li.page-item-13 a {
    padding-left:39px !important;
}
li.page-item-13 a:before {
    width:40px;
    content:"";
    background:url(../../../garageduthieulot/wp-content/uploads/sites/14/2018/04/contact3.png) center left no-repeat;
    position: absolute;
    left: 0px;
    top: 8px;
    height:40px;
}

li.page-item-10 a {
    padding-left:37px !important;
}
li.page-item-10 a:before {
    width:40px;
    content:"";
    background:url(../../../garageduthieulot/wp-content/uploads/sites/14/2018/04/presta.png) center left no-repeat;
    position: absolute;
    left: 0px;
    top: 8px;
    height:40px;
}

li.page-item-6 a {
    padding-left:35px !important;
}
li.page-item-6 a:before {
    width:40px;
    content:"";
    background:url(../../../garageduthieulot/wp-content/uploads/sites/14/2018/04/accueil2.png) center left no-repeat;
    position: absolute;
    left: 0px;
    top: 14px;
    height:30px;
}

li.page-item-8 a {
    padding-left:29px !important;
}
li.page-item-8 a:before {
    width:40px;
    content:"";
    background:url(../../../garageduthieulot/wp-content/uploads/sites/14/2018/04/actus2.png) center left no-repeat;
    position: absolute;
    left: 0px;
    top: 14px;
    height:30px;
}

.photo {
    overflow:visible;
    #width:31% !important;
}

.photoaccueil {
    padding-right:6%;
    #width:31% !important;
}

.photoaccueil2 {
    margin-top: -60px;
    padding-left: 6%;
    z-index:1;
    position:relative;
}

.page-id-10 .trailer_box img {
    -moz-box-shadow: 2px 2px 10px 0px #656565;
    -webkit-box-shadow: 2px 2px 10px 0px #656565;
    -o-box-shadow: 2px 2px 10px 0px #656565;
    box-shadow: 2px 2px 10px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}

.home .trailer_box img {
    border: 3px solid #f0e605;
    border-radius:2px; 
}

.photoaccueil2 img, .photoaccueil3 img, .photoaccueil img {
    border: 3px solid #f0e605;
    border-radius:2px;
    max-width:96% !important;
}

.photoaccueil3 {
    margin-top: -60px;
    margin-left: -30px;
    z-index:0;
    position:relative;
}

.contenttxt h1 {
    text-align: center;
}

.contenttxt {
    padding: 0 0 0 2% !important;
}

.contenttxt.column_column ul li {
    margin-bottom:0 !important;
}

.date_label {
    background: #49a1b8 !important;
    color: white !important;
}

.prestaaccueil.left {
    padding: 0 2.5% 0 0;
    width:30.9% !important;
}

.prestaaccueil {
    padding: 0 2.5% 0 2.5%;
}

.prestaaccueil.right {
    padding: 0 0 0 2.5%;
    width:30.9% !important;
}*/