/*
Theme Name:     Ronneby Child Theme
Theme URI: 		http://themes.dfd.name/ronneby/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://wpsaloon.com/
Template:       ronneby
Version:        1.0.0
*/

:root {
    --main-color: #b5a688;
    --dark-gray: #333;
    --main-border-radius: 3px;
    --main-font: 'raleway'
}

@media only screen and (max-width: 1100px) {
    .dfd-side-by-side-mode-custom #header-container,
    .dfd-side-by-side-mode-custom #header-container #header {
        position: fixed !important;
        background: transparent;
    }
}

.menu-header-right .sub-nav ul{
		padding-right: 0px !important;
	}

@media only screen and (max-width: 800px) {
    .dfd-side-by-side-mode-custom #header-container #header .header-wrap>.row:last-child {
        background: transparent;
    }
}
@media only screen and (min-width : 1100px) and (max-width : 1480px) {
	.menu-header-right .sub-nav ul{
		padding-right: 0px !important;
	}
	#header-container.header-style-2 .nav-menu div.sub-nav > ul.sub-menu.sub-menu-wide{
      padding-right: 0px !important;
	}
}
@media only screen and (max-width: 1100px) {
    .dfd-side-by-side-mode-custom body.dfd-custom-padding-html #header-container #header {
        padding: 0 30px;
    }
}

/***********************************************************
 * CUSTOM CSS
 ***********************************************************/

/***********************************************************
 * GLOBAL
 ***********************************************************/

.bg-right {
    background-position: right center !important;
}

.show-mobile {
    display: block;
}

.hide-mobile {
    display: none;
}

@media screen and (min-width: 800px) {
    .show-mobile {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
}

/* Override mailto link theme styling */

a[href^="mailto:"] {
    font-size: 12px !important;
    /*font-family: "open sans"!important; */
}

ins {
    text-decoration: none;
}

/************************************************************
 * BUTTONS
 ************************************************************/

a.btn.btn-ghost.shop-filter {
    /* Only display on mobile */
    display: none;
    float: left;
    width: 100px;
    margin: 0 0 20px 0;
    padding: 9px 15px;
    text-align: center;
    color: var(--dark-gray);
    font-size: 12px;
    border: 1px solid var(--dark-gray);
    border-radius: var(--main-border-radius);
}

button, .button {
	border-radius: var(--main-border-radius);
}
.button.wc-backward:not(.ubtn), button:not(.ubtn), .button:not(.ubtn), #wp-submit:not(.ubtn), #commentform #submit:not(.ubtn) {
	border-radius: var(--main-border-radius);
}

.button_back{
    margin-bottom: 20px!important;
}


button.button_back {
    text-transform: uppercase!important;
}


/***********************************************************
 * HEADER
 ***********************************************************/

/* Top-header
 ************************************************************/

.header-top-panel .header-info-panel {
    line-height: inherit;
}


.top-info a[href^="tel:"],
a[href^="mailto:"] {
    font-size: 14px !important;
    font-family: var(--main-font) !important;
    font-weight: 400;
}

/* Change the default hover color on social icon for styles square and circle black & white so we can use accent color instead */

.widget.soc-icons.dfd-soc-icons-hover-style-5 a:hover:before,
.widget.soc-icons.dfd-soc-icons-hover-style-6 a:hover:before {
    background: var(--main-color) !important;
}

/* Hide on mobile */

@media only screen and (max-width: 640px) {
    .header-top-panel {
        display: none;
    }
}

/* Mailchimp form */

.mc4wp-form {
    display: inline-block;
    min-width: 40%;
    max-width: 450px;
    padding-left: 15px;
    padding-top: 8px;
    margin: 0;
}
.mc4wp-form-basic input[type=email],
.mc4wp-form-basic input[type=submit]
{
    float: left;
    border-color: rgba(255,255,255,.4);
    height: 32px;
    margin-bottom: 0;
}

.mc4wp-form-basic input[type=email] {
    width: 70%;
    margin-bottom: 0;
    background: rgba(255,255,255,.1);
    border-bottom-left-radius: var(--main-border-radius);
    border-top-left-radius: var(--main-border-radius);
}
.mc4wp-form-basic input[type=submit] {
    width: 30%;
    background: transparent;
    border-left-width: 0px;
    border-bottom-right-radius: var(--main-border-radius);
    border-top-right-radius: var(--main-border-radius);
}
@media screen and (max-width:1099px) {
    .mc4wp-form {
        float: right;
        min-width: 65%;
        padding-left: 0px;
        padding-top: 5px;
    }
    .mc4wp-form-basic input[type=email],
    .mc4wp-form-basic input[type=submit] {
        border-color: rgba(0,0,0,.3);
    }
}
/* Newsletter form */

.newsletter-form {
    display: inline-block;
    min-width: 40%;
    padding-left: 15px;
    padding-top: 8px;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="submit"]
 {
    float: left;
    border-color: rgba(255,255,255,.4);
    height: 32px;
    margin-bottom: 0;
}

.newsletter-form input[type="email"] {

    width: 70%;
    margin-bottom: 0;
    background: rgba(255,255,255,.1);
    border-bottom-left-radius: var(--main-border-radius);
    border-top-left-radius: var(--main-border-radius);
 
  
}
.newsletter-form input[type="submit"] {
   
    width: 30%;
    background: transparent;
    border-left-width: 0px;
    border-bottom-right-radius: var(--main-border-radius);
    border-top-right-radius: var(--main-border-radius);
    /* border-color: rgba(255,255,255,.4); */
    
}

@media screen and (max-width:1099px) {
    .newsletter-form {
        float: right;
        min-width: 65%;
        padding-left: 0px;
        padding-top: 5px;
    }
    .newsletter-form input[type="email"],
	.newsletter-form input[type="submit"] {
        border-color: rgba(0,0,0,.3);
    }
}
/* Navigation bar
 ************************************************************/

.nav-menu .mega-menu-item .item-title {
    font-size: 12px;
}

/* Getting rid of the border on the curen item in menu  */

#header-container.header-style-1 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item:before,
#header-container.header-style-1 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor:before,
#header-container.header-style-2 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item:before,
#header-container.header-style-2 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor:before {
    background: transparent;
    border-color: rgba(255, 255, 255, 0) !important;
}

#header-container.header-style-1 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item>a,
#header-container.header-style-1 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor>a,
#header-container.header-style-2 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item>a,
#header-container.header-style-2 #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor>a {
    color: var(--main-color) !important;
}

/* Change size of logo on sticky header > bigger */

#header-container #header .header-wrap>.row:last-child .header-main-panel .header-col-fluid .fixed-header-logo {
    width: 140px;
    /* Instead of 120px */
}

.nav-menu li.menu-accent-mobile {
	color: var(--main-color);
	
}
@media screen and (min-width:1100px) {
	.nav-menu li.menu-accent-mobile {
	display: none;
	
}
}


/* Navigation on mobile
 ************************************************************/
 .sidr .sidr-inner > ul > li > a {
     font-size: 1.1em!important;
 }
 .sidr .form-search-container input.search-query {
     color: #f7f7f7;
     font-size: 1.1em;
 }


/* Search form
 ************************************************************/

/* Bigger maginfier icon */

.form-search-wrap a:before {
    font-size: 24px;
}

/* Stick search form under header instead of full page */

.form-search-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px !important;
    background: rgba(27, 27, 27, 0.95);
    z-index: 999;
}

@media only screen and (max-width: 768px) {
    .form-search-section {
        height: 400px;
    }
}

.form-search-section .row {
    top: 70%;
    width: 80%;
}

/* Search form on mobile */

.sidr .form-search-container .search-query {

    padding: 5px 15px 5px 30px;
}
/* Add a delete button to the input  */

.deleteicon {
    position: relative;
}

.deleteicon span {
    position: absolute;
    top: 40%;
    left: 10px;
    height: 12px;
    width: 12px;
    background: url('./img/cross.svg');
    background-size: cover;
    z-index: 4;
    cursor: pointer;
}

.form-search-section input[type="text"] {
    padding-left: 30px;
}

/***********************************************************
 * HOMEPAGE
 ***********************************************************/

/* Services row
 ************************************************************/

/* Make the image container the height of the row - Old homepage*/

.col-offset-bottle {
    margin-bottom: -300px;
    padding-bottom: 450px;
}

/* Testimonials
 ************************************************************/

.dfd-testimonial-content {
    line-height: 1.5em;
}

/* Woocommerce products grid
 ************************************************************/

/* Keep everything the same height so it aligns with the titles/ cat box */

@media screen and (min-width:800px) {
    .home .products .product {
        height: 370px !important;
        min-height: 370px !important;
    }
}

@media screen and (min-width:1100px) {
    .home .products .product {
        height: 390px !important;
        min-height: 390px !important;
    }
}

/* Category box
 ************************************************************/

.vtk_cat-image-box {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width:768px) {
    .vtk_cat-image-box:hover {
        -webkit-filter: contrast(1.2);
        filter: contrast(1.2);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
                box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}
    

.vtk_cat-image-box a {
    display: block;
    position: absolute!important;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    color: transparent!important;
} 
    .vtk_cat-image-box a:before {
        display: none!important;
    }



.vtk_cat-image-box_see-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .vtk_cat-image-box_see-more p.vtk_link {
        display: inline-block;
        margin: 0 15px 0 0;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #fff;
        font-weight: 500;
    }

    .vtk_cat-image-box_see-more i {
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
    }

.vtk_cat-image-box:hover .vtk_cat-image-box_see-more i {
    margin-right: -5px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.vtk_cat-image-box:hover p.vtk_link {
    margin-right: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

@media screen and (max-width:1199px) {
    .vtk_cat-image-box h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

@media screen and (max-width:991px) {
    .vtk_cat-image-box h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .vtk_cat-image-box_see-more p.vtk_link {
        font-size: 11px;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:800px) {
    .vtk_cat-image-box {
        height: 370px !important;
        min-height: 370px !important;
    }
}

@media screen and (min-width:1100px) {
    .vtk_cat-image-box {
        height: 390px !important;
        min-height: 390px !important;
    }
}

/************************************************************
 * PAGE LIST PRODUCTEUR / APPELLATION / ETC
 ************************************************************/

 .vtk-attributs-list {

    max-height: 100px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.vtk-attributs-list ul{
    -webkit-column-count: 2;
            column-count: 2;

}
.vtk-attributs-list ul li {
    list-style: none;
}
.vtk-attributs-list ul li a {
    color: var(--dark-gray);
}
.vtk-attributs-list ul li a:hover {
    color: var(--main-color);  
}

input:checked~.vtk-attributs-list {
  max-height: 1000px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.vtk-attributs-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.vtk-attributs-wrapper input[type="checkbox"] {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: none;
}
.vtk-attributs-wrapper label {
position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.3em 2em;
  border: 1px solid var(--main-color);
border-radius: var(--main-border-radius);
  display: none;
}
.vtk-attributs-wrapper input:checked~label.see-less {
    display:block
}
.vtk-attributs-wrapper input:not(:checked)~label.see-more {
    display:block
}

@media screen and (min-width:768px) {
    .vtk-attributs-list ul{
        -webkit-column-count: 3;
                column-count: 3;
    
    }
    /* .vtk-attributs-wrapper:hover .vtk-attributs-list {
        max-height: 1000px;
        transition: 0.5s;
    }
    .vtk-attributs-wrapper input:checked~label.see-less,
    .vtk-attributs-wrapper input:not(:checked)~label.see-more {
        display:none;
    } */
   
}

/************************************************************
 * PAGE 404
 ************************************************************/

 .arhives404 {
    display: none;
}

/************************************************************
 * PAGE BANNERS
 ************************************************************/

 /* Info banner (bottom of page)
  ************************************************************/


 /* Smaller subtitles in info banner */
 .aio-icon-header .subtitle {
     font-size: 11px;
 }

 .payment__container {
    display: flex;
    align-items: center;
    justify-content: center;
     text-align: center;
 }
 .payment__container img {
     display: inline-block;
     max-height: 30px;
     width: auto;
     margin-right: 30px;
 }
 .payment__container img:nth-of-type(2),
 .payment__container img:nth-of-type(4){
     min-height: 50px;
 }

/* Single product banner
 ************************************************************/

.vtk_single_product_banner {
    margin: 70px -700px 0;
    padding: 70px 700px;
    min-height: 300px;
    background: url('./img/tmp_img-wineyard-why-us.jpg') center no-repeat;
    overflow: hidden;
}

.vtk_single_product_banner h5 {
    color: #fff;
    text-align: center;
}

.vtk_single_product_banner .title-spacer {
    margin: auto;
    margin-top: 24px;
    margin-bottom: 50px;
    height: 2px;
    background-color: rgb(132, 112, 81);
    width: 80px;
    text-align: center;
}

.vtk_single_product_banner .icon-container {
    text-align: center;
    margin-bottom: 20px;
}

.vtk_single_product_banner .icon-description {
    color: #fff;
}


/***********************************************************
 * WOOCOMMERCE
 ***********************************************************/


 /************************************************************
  * SHOP PAGE - WOOCOMMERCE
  ************************************************************/

/* Change order by button stying */

.click-dropdown>a {
    color: var(--dark-gray);
    border: 1px solid var(--dark-gray) !important;
    border-radius: var(--main-border-radius);
}

/* Hide the shop__main_desc where the mobile filter live */

.shop__main_desc {
    display: none;
}

.woof_show_auto_form,
.woof_hide_auto_form {
    display: none!important;
}

/* Add a margin top to the main container to avoid overlapping with the filter button on mobile*/
@media screen and (max-width:800px) {
    #layout .products {
        margin-top: 50px;
    }
}


/* Sidebar with filters background in white instead of grey */

@media only screen and (min-width: 799px) {
    #left-sidebar:before,
    #right-sidebar:before {
        background: #fff !important;
    }
}

/* Change color of buttons in cart menu */

.total_cart_header.advanced .woo-cart-contents .woo-cart-details,
.total_cart_header.progressive .woo-cart-contents .woo-cart-details,
.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove,
.shopping-cart-box .widget_shopping_cart_content ul.cart_list li a.remove {
    background: var(--main-color) !important;
    color: rgba(50, 50, 50, .8);
}

/* reduce columns gaps */

.products.row .columns {
    padding: 0 5px;
}

.woocommerce div.product,
.woocommerce-page div.product,
.woocommerce #content div.product,
.woocommerce-page #content div.product {
    margin-bottom: 10px;
}

/* Display 2 products per row on mobile */

@media only screen and (max-width: 799px) {
    .products.row .columns {
        width: 50%;
        float: left;
        clear: none;
    }
    /* Overide the float none on the last child since we want to have 2 items per row */
    .products.row [class*=column]+[class*=column]:last-child:not([class*=mobile-]) {
        float: left !important;
        clear: none !important;
    }
}


 /************************************************************
  * PRODUCT LIST - WOOCOMMERCE
  ************************************************************/

.alternate-product .woo-title-wrap .subtitle {
    text-transform: uppercase;
    font-size: 12px;
}

.alternate-product .woo-title-wrap .box-name {
    text-transform: none;
}

.products .product .woo-cover .woo-entry-thumb .preview-thumb img {
    background-color: #fff;
}

.products .product .prod-wrap {
    height: 100%;
    /* Fill up the main wrapper to make all item same height */
    border: 1px solid #ebebeb;
    /* Add border to the list item */
}

.products .product .woo-title-wrap {
    padding: 0px 15px;
}

.products .product .woo-title-wrap div.subtitle {
    font-family: var(--main-font);
    font-size: 12px;
}

.products .product .woo-title-wrap div.box-name,
.products .product .woo-title-wrap h4.box-name {
    font-size: 14px !important;
    text-transform: none;
    
    display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  /* max-width: 400px; */
  height: 40px; /* Fallback for non-webkit */
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products .product .woo-title-wrap .price-wrap {
    padding: 8px 0;
}

.products .product .woo-title-wrap .price-wrap .price {
    font-size: 14px;
}

.products .product .woo-title-wrap .price-wrap .amount {
    color: var(--main-color) !important;
    font-size: 14px !important;
}

.products .product .woo-title-wrap .price-wrap del .amount {
    font-style: italic;
}

/* Stop the image slider from showing on hover of the thumb */

.products .product:hover .woo-cover .woo-entry-thumb .preview-thumb {
    visibility: visible;
    opacity: 1;
}

/* Hide categories on products grid */

.dfd-folio-categories {
    display: none;
}

/* Special promotion tag */

.onsale {
    font-weight: 600 !important;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #fff !important;
    font-size: 12px;
    border: 1px solid var(--main-color);
    border-radius: 0px;
    background: var(--main-color) !important;
    top: 0;
    right: 0;
}

/* Quantity button
 ************************************************************/

.quantity {
    border-width: 1px;
    border-radius: var(--main-border-radius);
}

.quantity label.screen-reader-text {
    display: none;
}

.woo-entry-thumb>.quantity {
    position: absolute;
    top: 15px;
    left: -80px;
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: var(--main-border-radius);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 4
}

.woo-entry-thumb>.quantity .plus:hover,
.woo-entry-thumb>.quantity .minus:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.products .product:hover .woo-entry-thumb>.quantity {
    left: 15px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Ranking and awards box
 ************************************************************/

ul.prod-ranking {
    position: absolute;
    top: 40px;
    right: 15px;
    text-align: right;
    z-index: 5;
    list-style: none;
}

li .prod-ranking-box-sm {
    display: block;
    margin-left: 0;
    /* Use of important since VC overwrite margin-bottom last child... */
    margin-bottom: .5em !important;
}

li span.prod-ranking-box-sm {
    /*border-radius: 4px;*/
    display: inline-block;
    background: var(--main-color);
    /*border: 1px solid var(--main-color);*/
}

li .prod-ranking-box-sm em,
li .prod-ranking-box-sm strong {
    padding-right: .5em;
    padding-left: .5em;
    font-size: 0.8em;
}

li .prod-ranking-box-sm em {
    font-style: normal;
    display: inline-block;
    width: 30px;
    margin-right: -1px;
    text-align: center;
    background: #f2f2f5;
    /*Fix buggy right margin*/
}

li .prod-ranking-box-sm strong {
    color: #fff;
}

/* Tooltip */

.vtk_tooltip {
    position: relative;
    display: inline-block;
}

.vtk_tooltip .vtk_tooltiptext {
    position: absolute;
    width: 120px;
    right: 1vw;
    top: 0px;
    visibility: hidden;
    padding: 10px;
    margin: 5px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(51, 51, 51, 0.90);
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.vtk_tooltip:hover .vtk_tooltiptext {
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Change add to cart button aspect*/

.products .product:hover .woo-cover .buttons-wrap {
    bottom: 15px;
    z-index: 3;
    -webkit-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}

.products .product .woo-cover .buttons-wrap a.add_to_cart_button,
.products .product .woo-cover .buttons-wrap a.added_to_cart {
    color: #fff;
    font-size: 13px;
    border-radius: var(--main-border-radius);
    margin-right: 2px;
    background: #fff;
    border: 1px solid var(--main-color);
}

.products .product .woo-cover .buttons-wrap a.add_to_cart_button *,
.products .product .woo-cover .buttons-wrap a.added_to_cart * {
    color: var(--main-color);
    font-weight: 700;
}

.products .product .woo-cover .buttons-wrap a:hover i {
    color: var(--main-color);
}

.products .product .woo-cover .buttons-wrap a.add_to_wishlist {
    display: block;
    border-radius: var(--main-border-radius);
    background: #fff;
    border: 1px solid var(--main-color);
}

.products .product .woo-cover .buttons-wrap a.add_to_wishlist * {
    color: var(--main-color);
    font-weight: 700;
}

.products .product .woo-cover .buttons-wrap a.dfd-prod-lightbox {
    display: none;
}

.products .product .woo-cover .woo-entry-thumb .preview-thumb img {
    position: relative;
}

.products .product:hover .woo-cover .woo-entry-thumb:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
}
@media screen and (min-width:768px) {
    .products .product .woo-cover a.link {
        z-index:2
    }
}


/* Product list sidebar
 ************************************************************/

/*Reset the min-height so the sidebar does not extend to the bottom of page*/

.sidebar-left #left-sidebar.three.dfd-eq-height {
    min-height: initial !important;
}

/* Product list mobile view
 ************************************************************/

@media screen and (max-width:767px) {
    /*ul.prod-ranking {
        display: none; Show tag on mobile view
    }*/
    .products .product .woo-cover .buttons-wrap a.add_to_wishlist {
        display: none;
    }
    .products .product .woo-cover .buttons-wrap a.add_to_cart_button {
        font-size: 11px !important;
    }
    .products .product .woo-cover .buttons-wrap a.add_to_cart_button>i {
        font-size: 14px;
    }
    .products .product:hover .woo-entry-thumb>.quantity {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .products .product .woo-title-wrap div.box-name,
    .products .product .woo-title-wrap h4.box-name {
        font-size: 12px !important;
    }
    .products .product .woo-title-wrap {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .products .product .woo-title-wrap .price-wrap {
        padding: 0;
    }
    .rating-section {
        display: none;
    }
    .wpcsp_product_carousel_slider .wpcsp_rating.woocommerce {
        display: none;
    }
}

/* Display filter button on mobile and align with ordering button */

@media only screen and (max-width: 799px) {
    /* a.btn.btn-ghost.shop-filter {
        display: block;
    } */
	.shop__main_desc {
    padding: 0px !important;
}
    /* Hide the filters widget use only for desktop */
    .widget.prdctfltr-widget {
        display: none;
    }
    /* Reshape and rearange the order by button */
    .product-ordering {
        top: 50px;
        display: block;
        width: 200px;
    }
    .product-ordering .click-dropdown {
        float: none;
        padding: 0;
    }
    .product-ordering+.clear {
        clear: none;
    }
    /* Show the shop__main_desc part where the mobile filter plugin live */
    .shop__main_desc {
        display: block;
    }
    .woof_show_auto_form,
    .woof_hide_auto_form {
        display: inline-block!important;
    }
    /* Reshape the filter toggle (mobile filters) */
    .woof_show_auto_form_txt.woof_show_auto_form,
    .woof_show_auto_form_txt.woof_hide_auto_form {
        width: auto;
        height: auto;
        background: none;
        position: relative;
        padding: 6px 15px;
        border: 1px solid var(--dark-gray);
        border-radius: var(--main-border-radius);
        color: var(--dark-gray);
    }
    .woof_show_auto_form_txt.woof_hide_auto_form {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        border-radius: var(--main-border-radius);
        color: #fff;
    }
    #layout .woo-page-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .product-ordering {
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width: 799px) {
    .product-ordering {
        right: 40px;
    }
}



 /************************************************************
  * SINGLE PRODUCT - WOOCOMMERCE
  ************************************************************/

/* Single product background color */

.single-product #main-wrap {
    /*background-color: #ebebeb;*/
}

/* Main image styling */

.single-product .images .single-product-image .woocommerce-main-image {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

/* Remove the zoom effect */

.single-product-image a.prettyPhoto {
    display: none
}

/* Image Caroussel Thumbnails styling */

.single-product .images .single-product-thumbnails .product-carousel img {
    background-color: #fff;
    border: 1px solid #ebebeb;
}

/* Image Caroussel next and previous button remove gradient */

.single-product .images .single-product-thumbnails .product-carousel:before,
.single-product .images .single-product-thumbnails .product-carousel:after {
    background: none;
}

/* Remove caroussel thumbnail on mobile */

@media only screen and (max-width:599px) {
    .single-product .images .single-product-thumbnails .product-carousel .single-product-thumbnail {
        display: none;
    }
}

.single-product .product_title {
    font-size: 24px;
}

/* Add margin on top of the title */

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title {
    margin-top: 25px;
}

/* Change sutitle font type */
.single-product .subtitle.product-main-subtitle {
    font-size: 16px;
    font-family: var(--main-font);
    

}

/* Hide social share */

.single-product .dfd-single-share-fixed,
.single-product .dfd-woo-single-share-bottom .dfd-blog-share-popup-wrap .dfd-share-icons,
.single-product .dfd-share-title.box-name {
    display: none;
}

.single-product .cart table.variations,
.single-product .cart table.variations tr td.value {
    background-color: transparent;
}

/* Remove border on top of description */

.single-product .dfd-shop-description {
    border-top: 0px dotted #cdcdcd;
}



/* And add border-top and border-bottom to price */

.single-product .dfd-price-rating-wrap {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

/* Single product Add to cart button float right */

.single-product .cart .added_to_cart,
.single-product .cart .single_add_to_cart_button {
    float: right;
    background: #000 !important;
    color: #fff !important;
}

.single-product .cart .added_to_cart,
.single-product .cart .single_add_to_cart_button:hover {
    float: right;
    background: var(--main-color) !important;
}

.single-product .cart .added_to_cart:before,
.single-product .cart .single_add_to_cart_button:before {
    color: #fff !important;
}

/* Single product variations select */

.dk-select .dk-selected,
.dk-select-multi .dk-selected {
    position: relative;
    display: block;
    width: 100%;
    height: 49px;
    border: 1px solid #000 !important;
    line-height: 49px;
    padding: 0 40px 0 20px;
    border-radius: var(--main-border-radius);
    cursor: pointer;
    -webkit-transition: border-radius .3s ease;
    transition: border-radius .3s ease;
}

/* HIde metas except for tags */

.single-product .product-meta>div>span:not(.tagged_as) {
    display: none;
    text-align: left;
    padding-bottom: 20px;
}

/* Single product attributes list
 ************************************************************/

/* 2 columns layout */

.vtk_shop_attributes_columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 20px;
}

/* List styling */

ul.vtk_shop_attributes_list {
    list-style: none;
}

/* Keep title and attribute inline */

ul.vtk_shop_attributes_list li p {
    display: inline-block;
}

/* List title styling and icons*/

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title {
    position: relative;
    color: var(--main-color);
    font-weight: 500;
    padding-left: 25px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title:before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    background: url('./img/picto-att-sprite.png');
    height: 18px;
    width: 17px;
}

/* Keep the list link in black */

.vtk_shop_attributes_list a {
    color: #000;
}

/* Select icon from the sprite for each item */
ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-appellation:before {
    background-position: 0 0;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-cepages:before {
    background-position: 0 -30px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-alcool:before {
    background-position: 0 -60px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-localisation:before {
    background-position: 0 -90px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-maturite:before {
    background-position: -15px 0px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-vieillissement:before {
    background-position: -15px -30px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-temperature:before {
    background-position: -15px -60px;
}

ul.vtk_shop_attributes_list li .vtk_shop_attributes_list_title.att-note:before {
    background-position: -15px -90px;
}

/* Single product description
 ************************************************************/

.vtk_product_desc {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vtk_product_desc_item {
    width: 98%;
    padding: 1%;
}

@media screen and (min-width:560px) {
    .vtk_product_desc_item {
        width: 48%;
        padding: 1%;
    }
}

/* Single product reviews
 ************************************************************/

.woocommerce-page #reviews #review_form #respond>h3:before {
    border-bottom: 0px dotted #cdcdcd !important;
}

.woocommerce-page #reviews #review_form #respond>h3:after {
    border-left: 0px dotted #cdcdcd !important;
}

.woocommerce-page #reviews #comments .dfd-wrapper>div.box-name:before {
    border-bottom: 0px dotted #cdcdcd !important;
}

@media screen and (max-width:768px) {
	.woocommerce-page #reviews #comments {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:460px) {

    #commentform #submit:not(.ubtn) {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}




/* Single product next / previous button
 ************************************************************/

.dfd-controls .page-inner-nav.nav-prev .pagination-title div.subtitle {
    display: none;
}

.dfd-controls .page-inner-nav.nav-prev .pagination-title .thumb {
    margin-left: 1px;
}

.dfd-controls .page-inner-nav.nav-next .pagination-title div.subtitle {
    display: none;
}

.dfd-controls .page-inner-nav.nav-next .pagination-title .thumb {
    margin-right: 1px;
}

.dfd-controls .page-inner-nav .thumb {
    position: relative;
    width: 93px;
    height: 93px;
    line-height: 93px;
    text-align: center;
    margin-top: 0;
    margin-right: 1px;
    color: #28262b;
}
.dfd-controls .page-inner-nav .thumb .entry-comments {
    display: none;
}

.dfd-controls .page-inner-nav:hover .dfd-controler, .dfd-controls .page-inner-nav.active .dfd-controler {
    background: var(--main-color)!important;
    border-color:var(--main-color)!important;
}


/* Single product responsive
 ************************************************************/

/* Make thumbnail and description side by side on tablet */

@media only screen and (min-width:600px) and (max-width:799px) {
    .row .product .images.six.columns {
        width: 40% !important;
        float: left !important;
    }
    .row .product .six.columns {
        width: 60%;
        float: left;
    }
}

/* Fit the attribute into 1 column */

@media only screen and (max-width: 1199px) {
    .vtk_shop_attributes_columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width:480px) and (max-width:799px) {
    .vtk_single_product_banner .two.columns {
        width: 50%;
        float: left !important;
        clear: none !important;
    }
    .vtk_product_desc_item {
        width: 100%;
        padding: 20px 15px;
    }
}



 /************************************************************
  * CART PAGE - WOOCOMMERCE
  ************************************************************/

 .cart-wrap .shop_table tbody tr .product-thumbnail .image-cover {
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .cart-wrap .coupon .dfd-coupon-wrap input[type="text"] {
     border-radius: var(--main-border-radius);
 }

 .cart-wrap .coupon .dfd-submit-wrap .button.button-grey {
     border-radius: var(--main-border-radius);
     border-width: 1px!important;
 }

 .button.wc-backward:not(.ubtn),
 button:not(.ubtn),
 .button:not(.ubtn),
 #wp-submit:not(.ubtn),
 #commentform #submit:not(.ubtn) {
     line-height: 48px!important;
     height: 48px!important;
 }

 .cart-wrap .coupon .dfd-coupon-wrap input[type="submit"] {

    height: 1em!important;
    line-height: 1em!important;
 
}

/************************************************************
 * CHECKOUT PAGE
 ************************************************************/

.woocommerce-checkout #order_review #payment {
    background: #f4f4f4;
}
.woocommerce-checkout #order_review #payment div.form-row {
    padding: 20px;
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
    padding: 20px;
    border-bottom: 1px solid #a18e69;
    list-style: none;
}
/* Button back to  */

a.button.wc-backward.wc-top-page-button {
    margin-left: 10px;
}


/* Hide shipping calculator as we don't need that */
.cart-wrap .shipping-calculator-wrap div.dfd-shipping-title {
    display: none;
}

/* Payment methode info box */
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent!important;
    color: #060605;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px dotted #cdcdcd!important;
    padding-bottom: 35px;
}

/* Coupon form on checkout */

.coupon .box-name {
    padding-left: 10px;
}
.woocommerce form.checkout_coupon {
    border: 0px solid #a18e69!important;
}
body.woocommerce-checkout #main-content > .woocommerce .dfd-coupon-wrap .checkout_coupon .form-row-last {

    position: absolute;
    top: 0;
    margin-top: 0;
}

.woocommerce-thankyou-order-received, .woocommerce-message, .woocommerce-error, .woocommerce-info {

    background: #f4f4f4;
    background-image: none;
    background-image: linear-gradient(135deg,transparent 25%,transparent 25%,transparent 50%,transparent 50%,transparent 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(135deg,transparent 20%,transparent 25%,transparent 50%,transparent 50%,transparent 70%,transparent 75%,transparent);
    /* -webkit-background-size: 14px 14px; */
    background-size: 14px 14px;
    z-index:1;
}

/* Interface Post finance */

.woo_postfinancecw small {
font-size: 1em!important;
}

input#submit3 {
    
    background: var(--main-color);
    margin: 20px;
   
}

input#btn_Back,
input#ncol_cancel,
input#submit3 {
    padding: 13px 18px;
    border-width: 0px;
    border-radius: var(--main-border-radius);
}

input#btn_Back,
input#ncol_cancel {
   
    background: #333;
    color: #fff;
   
}


/* Log in message - hide the intro message as it doesn't translate and is of no use*/
body.woocommerce-checkout #main-content > .woocommerce .dfd-login-wrap .login {
    padding-top: 15px;
}
body.woocommerce-checkout #main-content > .woocommerce .dfd-login-wrap .login > p:first-of-type {
    display: none;
}

/* Cart page on mobile
 ************************************************************/

 @media screen and (max-width:768px) {
     .woocommerce .cart-wrap .shop_table {
         table-layout: auto !important;
     }
     th.product-thumbnail {
         display: none;
     }
     body.woocommerce-checkout #main-content>.woocommerce .dfd-coupon-wrap,
     body.woocommerce-checkout #main-content>.woocommerce .dfd-login-wrap {
         width: 80%;
     }
     /* No left and right tabs on mobile view for certains pages related to cart - that needs to be fixed */
     .cart-empty-page.row.cart-empty,
     .woocommerce-order {
         padding: 15px;
     }
     /* Fix the margin under the order summary table on order confirmation */
     .woocommerce-order-received #main-content .woocommerce .shop_table:not(.customer_details) {
         margin-bottom: 25px;
     }
 }
    
@media screen and (max-width:460px) {
    .woocommerce .cart-wrap .shop_table th a,
    .woocommerce .cart-wrap .shop_table td a {
        font-size: 11px !important;
    }
    th.product-subtotal,
    td.product-subtotal {
        display: none;
    }
    .cart-wrap .shop_table tbody tr td.product-quantity,
    .cart-wrap .shop_table tbody tr td.product-remove {
        padding: 15px 0px;
    }
    body.woocommerce-checkout #main-content>.woocommerce .dfd-coupon-wrap,
    body.woocommerce-checkout #main-content>.woocommerce .dfd-login-wrap {
        width: 100%;
    }
    .cart-wrap .coupon .dfd-coupon-wrap {
        float: left;
        width: 100%;
    }
    .cart-wrap .coupon .dfd-submit-wrap {
        width: 50%;
        margin-top: 10px;
    }
}

/***********************************************************
 * WOOCOMMERCE PRODUCT CAROUSSEL
 ***********************************************************/

/**************** General ****************/

.wpb_wrapper .wpcsp_product_carousel_slider {
    margin: 0px;
}

#main-wrap .wpcsp_product_carousel_slider .item {
    padding: 0 3px 0 3px;
}

.wpcsp_product_carousel_slider .another_carousel_header i.fa-angle-left {
    left: -20px !important;
}

.wpcsp_product_carousel_slider .another_carousel_header i.fa-angle-right {
    right: -20px !important;
}

/**************** Product ****************/

.wpcsp_product_carousel_slider .owl-item .item .themeA_product_container.vtk_custom {
    padding: 0px;
    border: 1px solid #ebebeb;
    min-height: 360px;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

.wpcsp_product_carousel_slider .owl-item .item .themeA_product_container.vtk_custom:hover {
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
}

@media only screen and (max-width: 799px) {
    .wpcsp_product_carousel_slider .owl-item .item .themeA_product_container.vtk_custom {
        min-height: 290px;
    }
}

/***********************************************************
 * YTH WISHLIST
 ***********************************************************/

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
    text-align: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show>.feedback {
    color: var(--main-color) !important;
    font-weight: bold;
    margin: auto;
    background: #fff;
}

#yith-wcwl-form .wishlist-title h2 {
    font-size: 1.4em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #28262b;
    font-weight: 600;
}

#yith-wcwl-form .shop_table tbody tr .product-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
}

/* Add a badge to the header icon when a product is added to the wishlist 
* Class .new_item_in_list with jQuery is added on click of any add_to_wishlist button
*/
a.header-wishlist-button.new_item_in_list:after {
    position: absolute;
    top: 12px;
    content: '';
    left: -3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF928B;
}

@media screen and (max-width:768px) {
    table.wishlist_table th.product-name {
        width: 30%;
    }
    table.wishlist_table th.product-price {
        width: 25%;
    }
    table.wishlist_table th a,
    table.wishlist_table td a {
    	font-size: 11px !important;
		line-height: 20px !important;
    }
	table.wishlist_table th span.nobr {
		 white-space: normal;
	}
	#yith-wcwl-form .shop_table tbody tr .product-remove a:before {
		font-size: 18px;
	}
}

/***********************************************************
 * WOOCOMMERCE PRODUCTS FILTER
 ***********************************************************/

/* Change color of the price range */

.pf_rngstyle_flat .irs-line-mid,
.pf_rngstyle_flat .irs-line-left,
.pf_rngstyle_flat .irs-line-right,
.pf_rngstyle_flat .irs-bar,
.pf_rngstyle_flat .irs-bar-edge,
.pf_rngstyle_flat .irs-slider {
    background: url(./img/sprite-skin-flat.png) repeat-x;
}

.pf_rngstyle_flat .irs-bar {
    background-position: 0 -60px;
}

.pf_rngstyle_flat .irs-slider {
    background-position: 0 -120px;
}

.pf_rngstyle_flat .irs-slider {
    background-position: 0 -120px;
}

.pf_rngstyle_flat .irs-from,
.pf_rngstyle_flat .irs-to,
.pf_rngstyle_flat .irs-single {
    background: var(--main-color);
}

.pf_rngstyle_flat .irs-from:after,
.pf_rngstyle_flat .irs-to:after,
.pf_rngstyle_flat .irs-single:after {
    border-top-color: var(--main-color);
}

/* Hide the filter button */
.button.prdctfltr_woocommerce_filter_submit.pf_stopajax {
    display: none;
}

/***********************************************************
 * WOOCOMMERCE PRODUCTS FILTER (PLUGIN FOR MOBILE ONLY)
 ***********************************************************/

.woof_sid_auto_shortcode.woof {
    padding: 16px 0;
    background: transparent;
}

.woof_sid_auto_shortcode {
    border-width: 0;
}

/* Remove left padding of dropdown items */

.woof_sid_auto_shortcode .woof_container_inner {
    padding-left: 0px;
}

/* style of dropdowns */

.woof_container select {
    width: 100%;
    border: 1px solid #333;
    height: 32px;
    background: #fff;
    -webkit-appearance: none;
    padding-left: 15px;
}
/* style of dropdowns (for customised select with option use js in plugin) */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid var(--dark-gray);
    border-radius: var(--main-border-radius);
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(90%, #fff));
    background-image: linear-gradient(#fff 20%, #fff 90%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px #fff inset, 0 0px 0px rgba(0, 0, 0, 0);
    color: var(--dark-gray);
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid var(--dark-gray);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(80%, #fff));
    background-image: linear-gradient(#fff 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;
}

.chosen-container .chosen-drop {
    border: 1px solid var(--dark-gray);
    border-top-width: 0px;
}

.chosen-container-single .chosen-single span {
    font-size: 13px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--main-color);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(90%, #fff));
    background-image: linear-gradient(#fff 20%, #fff 90%);
    color: #fff;
}

/************************************************************
 * DISCOUNT PLUGIN
 ************************************************************/

 .dfd-shop-description+table {
     display: none;
 }

 /************************************************************
  * POP UP PLUGIN
  ************************************************************/

  /* fix the vertical postion of the popup */
  div#popmake-19974 {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
 /************************************************************
  * CONTACT FORM
  ************************************************************/

  .wpcf7 form.dfd_contact_form .wpcf7-validation-errors {

    background: #f4f4f4;
    background-image: none;
    background-image: linear-gradient(135deg,transparent 25%,transparent 25%,transparent 50%,transparent 50%,transparent 75%,transparent 75%,transparent);
    background-image:-moz-linear-gradient(135deg,transparent 20%,transparent 25%,transparent 50%,transparent 50%,transparent 70%,transparent 75%,transparent);
    /* -webkit-background-size: 14px 14px; */
    /* background-size: 14px 14px;
    z-index:1; */
}

/***********************************************************
 * FOOTER
 ***********************************************************/

#footer.footer-style-2 {
    padding: 20px 0 15px;
}

/* Footer Logo
 ************************************************************/

.footer-logo {
    max-width: 130px;
}

#footer .widget_dfd_logo {
    text-align: center;
    margin-left: 18px;
}

/* Footer Address
 ************************************************************/

.footer-address {
    padding-left: 20px;
}

/* Footer Woocommerce category list widget
 ************************************************************/

.widget.widget_dfd_widget_sidebar_menu ul li,
.widget.widget_product_categories ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_layered_nav ul li,
.widget.widget_meta ul li {
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    padding: 5px 0 5px 25px;
}

/* Footer menu
 ************************************************************/

#footer a {
    line-height: 29px;
}
#footer .soc-icons a {
	line-height: 44px;
}

#footer .widget+.widget {
    margin-top: 25px;
}
/* Set footer menu inline */

.menu-liens-utiles .widget.widget_dfd_widget_sidebar_menu.footer-menu-list li {
    display: block;
    padding: 5px 15px;
}

.menu-liens-utiles .widget.widget_dfd_widget_sidebar_menu.footer-menu-list li a {
    font-family: 'open-sans', helevetica, arial;
    font-size: 12px;
    color: #fff!important;
}
#footer .widget.widget_nav_menu ul li {
    float: none;
    display: block;
    text-align: left;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 25px;
    min-height: 25px;
}
#footer .widget.widget_nav_menu ul li a {
    /* font-family: 'open-sans', helevetica, arial; */
    font-size: 12px;
    color: #fff!important;
}
#footer .widget.widget_nav_menu ul li:before {
    display: none;
}

/* Menu item separators... */

.menu-liens-utiles .widget.widget_dfd_widget_sidebar_menu.footer-menu-list li:before {
    content: "";
    display: none;
    /* width: 1px;
    height: 13.2px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 0;
    margin-top: -6.6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}



/* Align menu to the left */

.menu-liens-utiles .widget.widget_dfd_widget_sidebar_menu.footer-menu-list ul {
    text-align: left;
}


@media screen and (max-width:768px) {
    #footer .widget_dfd_logo {
        margin-left: auto;
        margin-right: auto;
    }

    #footer .widget {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;;
    }
    .footer-address {
        padding-left: 0px;
    }
    #footer .widget.widget_nav_menu ul li {
        
        margin: auto;
        text-align: center;
        
    }
    
}

/* Subfooter
 ************************************************************/

#sub-footer {
    height: 100%
}

#sub-footer .subfooter-copyright {
    font-size: 12px;
    height: 100%;
    padding: 15px;
    line-height: 1.5em;
    color: rgba(86, 86, 86, 0.8);
    text-align: center!important;
}

#sub-footer .subfooter-copyright a {
    color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width:768px) {
    #sub-footer,
    #sub-footer .subfooter-copyright {
        text-align: center;
    }
    
}

.hidden_menu{
	display:none !important;
}

.woof_sid_auto_shortcode.woof{
	display:none !important;
}



/************************************************************
 * Iphone 5 hack to stop zoom-in on filter and input
 ************************************************************/

 @media screen and (-webkit-min-device-pixel-ratio: 0)  and (max-width: 600px){
    select:focus, textarea:focus, input:focus {
            font-size: 16px;
        }
    }