
.shopv2-filter {
    width: 45%;
    position: absolute;
    float: left;
    background: #fff;
    height: 100%;
    /* overflow: hidden; */
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 750px;
    transition: all 2s ease;
}
.header_box{
    display: none;
}
#main {
 position: relative;
}
.shopv2-search-input {
    display: table-cell;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 0;
    background: #FEE284;
}
.header_form {
    background: #fe8801;
    padding: 20px;
}
.list_item_dly > span{
	position: relative;
	display: block;
}                              
.list_item_dly > span::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: -15px;
	top: 7px;
	background: #FDC508;
	border-radius: 50px;
}
.shopv2-list-shop ul {
	display: block;
	max-height: 500px;
	overflow: auto;
	overflow-x: hidden;
	padding-left: 0;
	list-style: none;
	/* padding-left: 40px; */
}
.shopv2-search-submit {
	display: block;
	width: 46px;
	text-align: center;
	color: #fff;
	/* background: #d10000; */
	border: 0;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 13px 0;
	cursor: default;
	height: 46px;

	border-radius: 50px;
	color: #000;
}
.list_item_dly p i {
    color: #FDC508;
    margin-right: 5px;
    margin-top: 4px;
}
.list_item_dly span, .shopv2-detail-box span {
	font-weight: 700;
}
.shopv2-list-shop ul li.active {
    background: #f5f5f5;
}
.shopv2-list-shop ul li {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
    padding-right: 5px;
}
.list_item_dly p {
    display: flex;
    margin-bottom: 5px;
}
#province , #district{
    width: 49%;
    position: relative;
}
.shopv2-filter-input {
    position: relative;
    margin-bottom: 10px;
    width: 33%;
    margin-left: 2px;
    margin-right: 2px;
    flex: 0 0 33%;
}

#province:before, #district:before{
    content: "";
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    height: 0;
    width: 0;
    position: absolute;
    top: 22px;
    right:15px;
}
.list_quan_huyen {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.list_quan_huyen select {
    padding: 7px 15px;
    border: 1px solid #fff;
    /* border-radius: 50px; */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FEE284;
}
.dong_sanpham.list_quan_huyen.shopv2-filter-input {
    margin-right: -3px;
    margin-left: 4px;
    margin-top: 0;
}
#shopv2Search {
    position: relative;
    width: 68%;
}
.shopv2-search-submit {
    display: block;
    width: 40px;
    text-align: center;
    color: #fff;
    /* background: #FEE284; */
    border: 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 2px;
    padding: 10px 0;
    cursor: pointer;
    height: 40px;
    border-radius: 50px;
    color: #000;
}
.box-address {
    max-width: 450px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 30%;
    transform: translateX(450px);
}

.content-address-contact img {
    max-height: 200px;
}
.box-address.active {
    transition: all 1s ease-in-out;
    right: 460px;
}
.content-address-contact {
	padding-top: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.shopv2-detail-box p {
    display: flex;
    margin-bottom: 0px;
}
.shopv2-detail-box .list_p_contact {
    margin-bottom: 15px;
}
#title_address {
    text-transform: uppercase;
}
.shopv2-detail-box p i {
    color: #FDC508;
    margin-right: 5px;
}
.acf-map {
    height: 700px;
}
.gd_map {
    height: 700px;
}
.shopv2-filter.active{
    transform: translateX(-100%);
}


/*Tim đường*/

.wpgmp_toggle_main_container {
    width: 100%;
    padding: 1em;
    max-height: 300px;
    overflow: auto;
}
.wpgmp_toggle_main_container input[type="text"] {
    display: block;
    width: 100%;
    border: solid 1px #f1f1f1 !important;
    padding: 8px;
    margin-bottom: 0.85714em;
    line-height: 1.5em;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
} 
.wpgmp_toggle_main_container span.wpgmp_mcurrent_loction {
    background: url(../images/nav.png) no-repeat;
    display: inline-block;
    height: 25px;
    cursor: pointer !important;
    vertical-align: middle;
    width: 25px;
    float: right;
    margin: -43px 5px 0;
    z-index: 50;
    position: relative;
}  
.hiddern {
    background: #ccc;
    transform: translateY(-150px);
}
@media screen and (max-width: 992px) {
    #shopv2Search {
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .list_quan_huyen {
        display: inline-block;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }
    #province, #district {
        width: 100% ;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .shopv2-filter {
        width: 100%;
        position: relative;
        max-width: 100%;
        float: none;
    }
    .shopv2-search-input{
        height: 40px;
    }
    .list_quan_huyen select{
        padding: 7px 15px;
    }
    .box-address {
        max-width: 100%;
        position: relative;
        right: 0px;
        top: 0px;
        width: 100%;
        transform: translateX(0);
    }
    .shopv2-search-submit{
        padding: 8px 0;
        height: 37px;
    }
    #province::before, #district::before{
        top: 18px;
    }
    .hide-contact{
        display: none;
    }
    .header_box{
        display: none;
    }
    .shopv2-list-shop ul{
        max-height: 400px;
    }
    .box-address.active {
        right: 0px;
    }
    .shopv2-filter.active {
        transform: translateX(0px);
    }
}
.list_item_dly p {
    font-size: 15px;
}
.list_item_dly p.stars {
    font-size: 13px;
}
.list_item_dly p.stars .fa-star {
    margin-right: 1px;
}
.shopv2-filter-input{
    flex: 0 0 33%;
}
.dong_sanpham.list_quan_huyen.shopv2-filter-input {
    margin-right: -3px;
    margin-left: 4px;
    margin-top: 0;
}
@media screen and (max-width: 480px){
    #province::before, #district::before {
        top: 18px;
        opacity: 0;
    }
    .shopv2-search-submit {
        height: 33px;
        border-radius: 0;
        top: 2px;
        padding: 2px 5px;
background: #FEE284;
    }
    .header_form {
        padding: 10px 5px 0;
    }
    .list_quan_huyen select {
        padding: 3px 5px;
        border-radius: 0 !important;
        text-align: center;
        height: 35px;

    }
    .shopv2-list-shop ul li {
        flex-wrap: wrap;
        padding-right: 5px;
        padding-left: 5px !important;
    }
    .shopv2-list-shop ul li figure {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    .shopv2-search-input {
        height: 35px;
    }
}
@media screen and (max-width: 576px) {
    .gd_map {
        height: 400px;
    }
    .content-address-contact figure,.content-address-contact .shopv2-detail-box{
        display: none;
    }

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

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

}