/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/************ SHOP SLIDER HP **************/
.shop_slider .slider_pagination {
	display: none;
}

#imgHome {
  margin:0;
  padding: 0;
  height: 400px;
}
#imgHome img {
	width: 100%;
}


/************ SEARCH BOX ZF **************/
#zfRechercheBox {
    background: #fafafa;
}

#zfRechercheBox > div {
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

#zfRechercheBox h2 {
    font-size: 1em;
    background: #B81C1F;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 5px 10px;
}

#zfRechercheBox h2:hover {
    cursor:pointer;
}

#zfRechercheBox h2:after {
    font-family: "mfn-icons";
    display: inline-block;
    content: "\e962";
    font-size: 25px;
    margin-left: 10px;
    line-height: 1em;
}

#zfRechercheBox form {
    display: flex;
    padding: 15px 40px 20px 40px;
}

#zfRechercheBox .search-field {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px 10px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 0;
    border-color: #ccc;
    background: #eee;
    font-size: 19px;
    color: #888;
}

#zfRechercheBox form:before {
    font-family: "mfn-icons";
    display: inline-block;
    content: "\e962";
    margin-right: 10px;
    margin-top: 2px;
    line-height: 1em;
    color: #B81C1F;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

#zfRechercheBox button {
    padding: 5px 40px 5px 40px;
    font-size: 15px;
    margin: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    #zfRechercheBox form {
        flex-wrap: wrap;
    }
    #zfRechercheBox form:before {
        display: none;
    }
    #zfRechercheBox .search-field {
        margin-right: 0 !important;;
        flex-basis: 100%;
    }
    #zfRechercheBox button {
        padding: 10px 40px !important;
        flex-basis: 100%;
        margin-top: 5px !important;
    }
}