/*banner-archive*/
.banner-archive{
	margin-bottom: 20px;
}
.banner-archive img{
	width: 100%;
}
/*End banner-archive*/
.main-content{
    padding-top: 0;
}
.title-st {
    padding-bottom: 10px;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.title-st a{
    color: #035279;
    display: block;
}
.title-st:before {
    content: '';
    width: 80px;
    height: 1px;
    background: #035279;
    position: absolute;
    bottom: 0;
}
.title-st:after{
    content: '';
    width: 90px;
    height: 1px;
    background: #035279;
    position: absolute;
    bottom: 3px;
    left: 0;
}
@media(max-width: 767px){
    .title-st{
        margin-top: 0;
        font-size: 25px;
    }
}

/*filter*/
.filter{
    margin: 10px 0 20px;
}
.filter-inner,
.filter-inner .woof_redraw_zone{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
    align-items: baseline;
}
.filter-inner .woof_redraw_zone > div {
    
}
.filter-inner > div{
   	width: 100%
}
.chosen-container-single .chosen-single{
	height: 40px !important;
    background: #fff;
    line-height: 38px !important;
}
.chosen-container-single .chosen-single div{
	padding-top: 6px;
}
.chosen-container{
	width: auto !important
}
.woof_submit_search_form_container{
	margin: 0;
}
.woof_submit_search_form_container button{
	background: #3752a4;
    border: none;
    height: 40px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 5px;
}
.filter-inner select {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    line-height: 38px;
    padding: 0 10px;
    color: #666;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
}
.filter-inner select option {
    font-size: 12px;
    padding: 0;
}
.result{
    margin-bottom: 20px;
    line-height: 40px;
}
.result select{
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    background: #fff;
    padding: 0px 10px;
    float: right;
}
@media(max-width: 767px){
    .filter-inner .woof_redraw_zone > div{
        width: calc(50% - 5px);
    }
    .chosen-container {
	    width: 100% !important;
        margin-bottom: 10px;
	}
    .filter{
    	margin-bottom: 0;
    }
}
@media(min-width: 991px){
    .chosen-container{
        min-width: 200px;
    }
}
/*End filter*/

a.load_more_btn,button.load_more_btn{
    border:none;
	background: #2a53d3;
	color: #fff;
	padding: 0px 50px;
	line-height: 35px;
	display: inline-block;
	margin: 20px 0;
}
a.load_more_btn i,button.load_more_btn i{
	position: relative;
    top: -2px;
}
a.load_more_btn:hover,button.load_more_btn:hover{
	background: #c9252c;
}

.lp-bottom{
	background: #fff;
	margin-bottom: 20px;
}


.cl-top{
    background-color: #fff;
    margin: 0 0 20px;
    padding: 20px 20px 10px;
    overflow: hidden;
}
.col-top-content {
    text-align: justify;
    height: 250px;
    overflow: hidden;
    font-size: 16px;

}
.col-top-content h2{
    font-size: 26px;
}
.col-top-content h3{
    font-size: 22x;
}
.cl-top.active .col-top-content{
    height: inherit;
}
.show_hide {
    display: block;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.show_hide:hover{
    color: red;
}
.show_hide.active{
    color: #d35400;
}
.show_hide.active i:before{
    content: "\f0aa";
}

/*faqs*/
.faqs{
    padding: 20px;
    background: #fff;
}
.faq-title{
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}
.faqs .panel{
    margin-bottom: 10px;
}
.faqs .panel-default>.panel-heading{
    border: none;
}
.faqs .panel-title{
    font-size: 14px;
}
.faqs .panel-title a{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.faqs .panel-title a:before,
.faqs .panel-title a:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 10px;
    right: auto;
    left: 0;
}
.faqs .panel-title a:before {
}
.faqs .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.faqs .panel-title a:hover,
.faqs .panel-title a[aria-expanded=true] {
    color: #f26122;
}
.faqs .panel-title a[aria-expanded=true]:before {
    background: #f26122;
    height: 1.5px;
}
.faqs .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #f26122;
}
/*End faqs*/

form.woocommerce-ordering {
    float: right;
}

.choosedfilter{
    margin-top: 15px;
}
.choosedfilter > span {
    vertical-align: 8px;
    display: inline-block;
    margin-right: 5px;
}
.choosed {
    display: inline;
}
.choosedfilter a {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 22px;
    padding: 0 0 0 5px;
    background: #4a90e2;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    width: auto;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 22px;
    cursor: pointer;
}
.choosedfilter .far {
    width: 8px;
    height: 8px;
    vertical-align: middle;
    position: absolute;
    top: -5px;
    right: 7px;
    bottom: 0;
    display: block;
    margin: auto;
}
.choosedfilter a:not(.del)::after {
    content: '';
    float: right;
    width: 22px;
    height: 22px;
    border-radius: 0 4px 4px 0;
    background: #206bc1;
    margin-left: 5px;
}
.yith-infs-button-wrapper{
    margin:0px auto;
}

@media(max-width: 767px){
    .cl-top,
    .faqs{
        padding: 10px;
    }
    .info-bottom .container{
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-content .row>.col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }
}