@font-face {
    font-family: Unthrift;
    src: url(../fonts/SVN-Unthrift.otf);
}
@font-face {
    font-family: K2D Bold;
    src: url(../fonts/K2D-Bold.ttf);
}
.alm-load-more-btn.more.done {
	display: none!important;
}
.alm-btn-wrap .alm-load-more-btn {
	background: none!important;
	color: #ccc!important;
}
.alm-btn-wrap {
	padding: 0!important;
}
/*
sidebar
*/
.sidebar .widget > div {
	background-color: #fff;
}
.sidebar .widget .widget-title {
	background-color: #000000;
	border-radius: 0;
	font-size: 16px;
	color: #e5c43f;
}
.sidebar .widget_nav_menu ul li a {
	font-size: 15px;
	padding: 8px 0px 8px 25px;
	color: #555555;
	border-top: 1px solid #ddd;
}
.sidebar .widget_nav_menu ul li:before {
	content: '\f105';
	left: 12px;
	top: 8px;
	color: #555555;
}
.sidebar .img-qc {
	text-align: center;
}
.sidebar .img-qc > div {
	background: transparent;
}
.term-description {
    margin-bottom: 20px;
}
.term-description p {
	line-height: 24px;
}

.site__container {
	overflow: hidden;
}
/***********************************/
.box_navi {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding {
	background-color: #fffbd5;
}
.main__navigation .primary-menu {
	float: right;
}
.nav-layout .main__navigation .primary-menu > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
.main__navigation .primary-menu li a:hover, .main__navigation .primary-menu li.current-menu-item > a {
	background-color: #9d000b;
}

.box_hotline_search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.rt_hotline {
	color: #ee1515;
	font-size: 16px;
	border-right: 1px solid #dedede;
	padding-right: 10px;
    line-height: 15px;
    margin-right: 10px;
}
.rt_hotline a {
	color: #ee1515;
}
.rt_hotline i {
	margin-right: 3px;
}
/* Search Style */
.search-hd {
	position: relative;
}
.search-hd .clickable_search {
    padding: 0 5px;
    font-size: 16px;
    color: #acacac;
    line-height: 40px;
}
.search-hd .clickable_search:hover {
	color: #fff;
}
.search-hd .search-rt {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 1.5s ease-out;
    background: #fff;
    border: solid 1px #BBBBBB;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}
.search-hd .search-rt.active {
    opacity: 1;
    z-index: 9;
}
.woocommerce-product-search {
	position: relative;
}
.search-hd .search-rt input[type=search] {
    line-height: 21px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.search-hd .search-rt button {
    display: block;
    margin: 0 auto;
}
.search-hd .search-rt button {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    background: #000;
    font-weight: bold;
    cursor: pointer;
    height: 33px;
    border: none;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.site-branding .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;
}
.site-branding .box .logo {
	width: 24%;
}

.site-branding .box .bx {
	width: 72%;
}
.box_search_hotline {

	align-items: center;
	justify-content: flex-end;
}
.box_search {
    width: 445px;
    margin-right: 30px;
    float: left;
}
.site-branding .box_search .search-form, .site-branding .box_search .woocommerce-product-search {
    position: relative;
    height: 41px;
}
.site-branding .box_search .search-form .search-field, .site-branding .box_search .woocommerce-product-search .search-field {
    width: 100%;
    border: none;
    padding: 9px 20px;
    position: absolute;
    border: 2px solid #d81d2a;
    background-color: #fffbd5;
    border-radius: 30px;
    outline: none;
    font-size: 15px;
    color: #333;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 2.5s ease-in-out;
    transition: all .25s ease-in-out;
}
.site-branding .box_search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f40f1f;
}
.site-branding .box_search ::-moz-placeholder { /* Firefox 19+ */
  color: #f40f1f;
}
.site-branding .box_search :-ms-input-placeholder { /* IE 10+ */
  color: #f40f1f;
}
.site-branding .box_search :-moz-placeholder { /* Firefox 18- */
  color: #f40f1f;
}

.site-branding .box_search .search-form .search-submit, .site-branding .box_search .woocommerce-product-search .search-submit {
    border: 0;
    background: transparent;
    color: #f40f1f;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 20px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.df_hotline {
	font-size: 19px;
	font-weight: bold;
	color: #f40f1f;
}
.df_hotline a {
	color: #f40f1f;
}
.df_hotline i {
    color: #f40f1f;
    font-size: 28px;
}
.df_hotline span {
	display: none;
	font-size: 16px;
	font-weight: normal;
}
.main__navigation {
    border-bottom: 1px solid #fff;
    padding: 0;
    background-color: #b7000d;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
	color: #333 !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, 
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
 .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target ,
 .ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target{
	background: #fff !important;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
	border: 0 !important;
}
.main__navigation .primary-menu > li {
	border-right: 1px solid #9d000b;
}
.main__navigation .primary-menu > li:last-child {
	border-right: none;
}
.main__navigation .primary-menu > li > a {
	color: #fff;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
}
.main__navigation .primary-menu li ul.sub-menu {
	background: transparent;
	padding-top: 10px;
}
.main__navigation .primary-menu li ul.sub-menu li {
	background-color: #fff;
}

.gr_info_more {
	margin-top: 30px;
}
.gr_info_more .row {
	margin: 0 -5px;
}
.gr_info_more .item {
	margin: 5px 0;
	padding: 0 5px;
}
.gr_info_more .box_item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;

}
.gr_info_more .box_item .img {
	margin-right: 5px;
	width: 45px;
}
.gr_info_more .box_item span {
	display: block;
	width: 70%;
	color: #000;
}

.no__sidebar .content__area {
	padding: 0;
}

.grp_list {
	margin-top: -50px;
}
.group_field .item {
	background-color: #fff;
	border-right: 1px solid #000;
}
.group_field .item:last-child {
	border: none;
}
.group_field .item:hover {
	background-image: url(images/hover.jpg);
	background-size: cover;
}
.group_field .box {
	display: flex;
	align-items: center;
	padding: 17px 10px;
}
.group_field .box .info_icon {
	font-size: 40px;
	margin-right: 20px;
}
.group_field .box .title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2px;
}
.group_field .box .des {
	font-size: 14px;
}

.about_box {
	padding: 5em 0;
	position: relative;
}
.about_box .row {
	display: flex;
	align-items: center;
}
.about_box .box {
	padding-top: 3em;
}
.about_box .box .title {
	position: relative;
}
.about_box .title1 {
	font-size: 95px;
	font-family: 'Unthrift';
	color: #000;
	position: absolute;
	top: -95px;
}
.about_box .title2 {
	font-size: 55px;
	font-family: 'K2D Bold';
	color: #d81d2a;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}
.about_box .cont {
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}
.about_box .box .read_more {
	background-image: url(images/readmore.png);
	color: #fff;
	padding: 5px 24px;
	background-repeat: no-repeat;
}

.about_box .col-right {
	padding-left: 3%;
}
.about_box .box_image {
	text-align: right;
	background-image: url(images/bd.png);
	background-repeat: no-repeat;
	padding: 4em 0;
	overflow: hidden;
}
.about_box .box_image .img {
	position: relative;
	float: right;
}
.about_box .box_image .img .bx {
	position: absolute;
	padding: 10px;
	top: 0;
	height: 100%;
	width: 100%;
}
.about_box .box_image .img .bx .bx_opacity {
	height: 100%;
	width: 100%;
	border: 1px solid #d81d2a;
}

.product__cate__list {
	margin: 0 -21px;
}
.product__cate__list .image__cate {
	padding: 0 21px;
	float: left;
	margin: 21px 0;
	width: 33.3333333%; 
}
.product__cate__list .image__cate .box {
	min-height: 342px;
	position: relative;
}
.product__cate__list .image__cate .box .bx_info {
    position: absolute;
    background-color: #fff;
    right: 0;
    bottom: 10px;
    /* position: relative; */
    padding: 15px 25px;
    /*padding-left: 55px;*/
}
/*.product__cate__list .image__cate .box .bx_info:before {
    content: "";
    position: absolute;
    top: -34px;
    left: -31px;
    width: 64px;
    height: 99px;
    background: url(images/i1.png)left center no-repeat;
}*/
.product__cate__list .image__cate .box .bx_info .title {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.product__cate__list .image__cate .box .bx_info .des {
	font-size: 15px;
	color: #999999;
}
.product__cate__list .image__cate .box .bx_info .bio {
	position: relative;
}
/*.product__cate__list .image__cate .box .bx_info .bio img {
	position: absolute;
    left: -117px;
    bottom: -21px;
}*/
.product__cate__home .heading {
	color: #06213f;
}
.product__cate__home .heading:after {
	background-color: #d81d2a;
}

.heading {
	background: transparent;
	text-align: left;
	color: #000000;
	border-radius: 0;
	font-size: 20px;
	position: relative;
	font-weight: 600;
}
.heading:after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #d81d2a;
	display: block;
	margin-top: 5px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.heading a {
	color: #000000;
}

.product__list {
	padding: 3em 0;
}
.product__list .hd-float {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product__list .hd-float li {
	list-style: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #a3a4a5;
}
.product__list .hd-float li:first-child {
	border: none;
}
.product__list .hd-float li a {
	color: #a3a4a5;
	text-transform: none;
}
.product__list .hd-float li a:hover {
	color: #06213f;
}

.product__list ul.woocommerce li.product {
	width: 20%;
}

.product__cate__new {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.box__product {
	padding: 2.5em 0;
	position: relative;
}
.box__product h3.headings {
	/*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: -90deg;
    -moz-transform: -90deg;*/
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 7px 38px;
    display: table;
   /* position: absolute;
    bottom: 35%;
    left: 34.3%;*/
    font-size: 20px;
    margin: 0 auto;
}
.product__cate__new ul.woocommerce {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -40px;
}
.product__cate__new ul.woocommerce li.product {
	padding: 0 40px;
	width: 28%;
	margin-top: 30px;
}
.product__cate__new ul.woocommerce li.product .product_item {
	background: transparent;
	border: none;
}
.product__cate__new ul.woocommerce li.product .product_item .content {
	background: transparent;
}
.product__cate__new ul.woocommerce li.product .product_item .rt_woocommerce_title {
    color: #fff;
    font-weight: 600;
}
.product__cate__new ul.woocommerce li.product .product_item .price, .product__cate__new ul.woocommerce li.product .product_item .price ins {
	color: #f50202;
	font-weight: 600;
	margin-bottom: 15px;
}
.product__cate__new ul.woocommerce li.product .product_item .price del {
	color: #c5c4c8;
}
.product__cate__new ul.woocommerce li.product .product_item .rt_add_to_cart a.view_product {
	display: inline-block;
	background: transparent;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #17212b;
	width: 147px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 30px;
	padding: 0;
	float: none;
}

.rt_partner {
	padding: 2em 0;
}
.rt_partner .slick-slider .slick-arrow {
	display: none !important;
}
.rt_partner .img-partner .image-partner .slide .image-item {
	padding: 10px 0;
}
.img-partner .image-partner .slide .image-item img {
	display: block;
	margin: 0 auto;
}

.blog__home .list {
	padding: 4em 0;
}
.blog__home .ds {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #000033;
	margin-bottom: 15px;
}
.blog__home .star {
	text-align: center;
	margin: 6px 0;
}
.blog__home .headings {
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	color: #000000;
}
.blog__home .headings a {
	color: #000000;
}
.blog__home .des {
	text-align: center;
	margin-bottom: 3em;
}
.sc span {
	margin-right: 15px;
}
.sc .fa {
	margin-right: 5px;
}
.blog__home .blog-post .box {
	position: relative;
}
.blog__home .blog-post img {
	height: 365px;
	object-fit: cover;
}
.blog__home .blog-post.slick-current img {
	height: 446px;
	object-fit: cover;
	border: 1px solid #fff;
	width: 100%;
}
.blog__home .blog-post.slick-current .box_item {
	border: 1px dashed #9d9d9d;
    height: 95%;
    width: 94%;
    position: absolute;
    margin: 3%;
}
.blog__home .slick-track {
	display: flex;
	align-items: center;
}
.blog__home .slick-slider .slick-arrow {
	display: none !important;
}
.blog__home .blog-post .content {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.blog__home .blog-post .content .date {
	color: #f40f1f;
    text-align: center;
    margin-right: 10px;
}
.blog__home .blog-post .content .date .day {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
}
.blog__home .blog-post .content .date .month {
	font-size: 16px;
	font-weight: 700;
}
.blog__home .blog-post .content .cnt {
	text-align: center;
}
.blog__home .blog-post .content .blog-title {
	color: #fff;
	text-transform: uppercase;
}
.blog__home .blog-post .content .sc {
	color: #fff;
}

.top_footer {
	background-color: #fff;
	padding: 20px 0;
}
.top_footer .box {
	display: flex;
	align-items: center;
}
.top_footer .widget {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
}
.top_footer .widget:first-child {
	padding-left: 0;
	
}
.top_footer .widget {
	font-size: 17px;
	color: #475362;
}
.top_footer .widget .fa {
	margin-right: 10px;
	font-size: 20px;
}
.top_footer .widget:last-child {
	padding-right: 0;
	text-align: right;
}
.top_footer .wpcf7-form {
	position: relative;
}
.top_footer .wpcf7-form-control:not(.wpcf7-submit) {
	border: none;
	border-bottom: 1px solid #475362;
	padding: 0;
	width: 79%;
	font-size: 15px;
}
.top_footer .wpcf7-form-control.wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	border-bottom: 1px solid #475362;
	border-radius: 0;
	color: #475362;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	height: 35px;
}
.top_footer div.wpcf7 .ajax-loader {
    z-index: 9;
    margin: 0 0 0 -15px;
    position: relative;
}
.top_footer .wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
}
.top_footer span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	right: 0;
}
.top_footer .top_footer-3 .widget_custom_html {
	text-align: right;
	font-size: 20px;
	color: #888888;
}
.top_footer .widget_custom_html a, 
.top_footer .widget_custom_html .fa {
	color: #888888;
	margin-left: 8px;
}
.top_footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #475362;
}
.top_footer ::-moz-placeholder { /* Firefox 19+ */
  color: #475362;
}
.top_footer :-ms-input-placeholder { /* IE 10+ */
  color: #475362;
}
.top_footer :-moz-placeholder { /* Firefox 18- */
  color: #475362;
}

.before-footer {
	background-color: #d81d2a;
	padding-top: 30px;
}
.before-footer .container {
	border-bottom: 1px solid #9d000b;
	padding-bottom: 20px;
}
.before-footer .row:after, 
.before-footer .row:before {
	display: none;
}
.before-footer .row {
	display: flex;
	justify-content: space-between;
}
.before-footer .rt-before-footer {
	float: left;
}
.before-footer .rt-before-footer .widget .widget-title {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	line-height: initial;
}
.before-footer .rt-before-footer .widget .widget-title:after {
	content: '';
	width: 62px;
	height: 2px;
	background-color: #9d000b;
	display: block;
}
.before-footer .widget {
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}
.before-footer .widget a {
	color: #fff;
}
.before-footer .widget a:hover {
	color: #000;
}
.before-footer .widget ul li {
	list-style: none;
}
.before-footer .widget ul li a {
	color: #fff;
}
.site__footer {
	background-color: #d81d2a;
	padding: 30px 0;
	border-bottom: #9d000b 1px solid;
}
.site__footer .footer-row-3 .footer-1 {
	padding-left: 0;
	width: 54%;
}
.site__footer .footer-row-3 .footer-2 {
	width: 19%;
}
.site__footer .footer-row-3 .footer-3 {
	padding-right: 0;
	width: 27%;
}
.site__footer .footer-row-3 .rt-footer .widget {
    font-size: 15px;
    color: #fff;
}
.site__footer .footer-row-3 .rt-footer .widget a {
	color: #fff;
}
.site__footer .footer-row .rt-footer .widget .widget-title {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	line-height: initial;
}
.site__footer .footer-row .rt-footer .widget .widget-title:after {
	content: '';
	width: 62px;
	height: 2px;
	background-color: #9d000b;
	display: block;
}
.site__footer .footer-row-3 .rt-footer .widget.widget_nav_menu li {
	padding: 5px 0;
	color: #fff;
}
.site__footer .footer-row-3 .rt-footer .widget.widget_nav_menu li:hover, .site__footer .footer-row-3 .rt-footer .widget.widget_nav_menu li:hover a {
	color: #d81d2a;
}
.site__footer .footer-row-3 .rt-footer .widget.widget_nav_menu li:before {
	content: '\f101';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.site__footer .footer-row-3 .rt-footer .widget.widget_nav_menu li ul {
	display: none;
}
.site__footer .footer-row-3 .rt-footer .widget .fa {
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: transform;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #fff;
	border: 1px solid #9d000b;
	background-color: #9d000b;
}

.copyright {
	background: #9d000b;
    padding: 10px 0;
    color: #fff;
    padding: 15px 0;
}
.copyright a {
	color: #fff;
}

.category .sidebar__left .widget__area {
	display: none;
}
.category .sidebar__left .content__area {
	width: 100%;
	left: 0;
	padding: 0;
}

.list-post-related li .img_post img {
	height: 110px;
	object-fit: cover;
}
#layout {
    padding-top: 30px;
}
.box_br {
	min-height: 380px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 3em;
    display: none;
}
.box_br .rt-breadcrumbs, .box_br .rt-breadcrumbs a {
	color: #fff;
	font-size: 15px;
}

.zalo_phone {
    position: fixed;
    bottom: 115px;
    left: 20px;
    z-index: 999999;
    background: #3796e6;
    padding: 7px 18px 8px;
    color: #fff;
    border-radius: 43px;
}
.zalo_phone a {
    color: #fff;
    font-weight: 700;
}

.box__colum__cate {
	overflow: hidden;
	clear: both;
}
.box__colum__cate .section__menu__motorbike {
	float: left;
    width: 73%;
    padding: 10px 20px 10px;
}
.box__colum__cate .section__menu__motorbike  .lists__menu_motor {
	float: left;
	width: 12.5%;
	padding: 8px;
}
.box__colum__cate .section__menu__motorbike  .lists__menu_motor .imges a img {
	width: 100%;
	height: 67px;
    object-fit: cover;
}
.box__colum__cate .box__content {
width: 25%;
    float: right;
    padding: 20px;
    background: #f1f1f1;
    min-height: 350px;

}
.box__colum__cate .box__content span {
	display: block;
	margin-bottom: 6px;
	line-height: 25px;
}
.box__colum__cate .box__content h4 {
	color: red;
	margin: 0 0 10px 0;
}
.box__colum__cate .box__content p {
    font-size: 13px;
    margin: 0 0 5px 0px;

}
.main__navigation .ubermenu-main .ubermenu-nav > li > a {
    padding: 0 30px;
    line-height: 45px;
    outline-style: none;
}
.main__navigation .ubermenu-main  {
    border: 0;
    background: none;
    box-shadow: 0 0 0 0;
}




.sidebar .widget.prdctfltr-widget .widget-title {
    background: transparent;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
}
.prdctfltr-widget .prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes, .prdctfltr-widget .prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes {
	padding: 3px 10px  0!important;
}
.prdctfltr_filter label {
	margin-bottom: 0 !important;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
    font-size: 12px;
    font-weight: 700;

}
.prdctfltr-widget .prdctfltr_add_scroll {
	margin-bottom: 0 !important;
}
.sidebar .widget.prdctfltr-widget .widget-title i {
	font-size: 10px;
}
.sidebar .widget .widget-title {
	background: transparent;
	text-align: left;
	color: #333;
	border-bottom: 2px solid #d81d2a;
	padding: 6px 0;
	font-size: 16px;
}
.sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_buttons {
	margin: 0;
}

.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	margin-bottom: 0px !important;
	padding-bottom: 0 !important;
}
.prdctfltr_woocommerce_filter_submit {
	background: #d1a14c;
}
.prdctfltr_buttons {
    margin-top: 22px !important;
    text-align: center;
}
.prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_filter_submit {
    background: #d1a14c !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    color: #fff;
}
.prdctfltr-widget {
	display: none;
}
.tax-product_cat .prdctfltr-widget {
	display: block;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}














.tel_phone {
    border-radius: 30px;
    line-height: 45px;
    position: absolute;
    height: 45px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background-color: #1564a7;
    color: white;
    top: 73px;
    right: -46px;
    padding: 0;
    font-weight: 600;
    width: 165px;
    padding-left: 29px;
}
.tel_phone a {
  	margin: 0;
  	color: #fff;
  	font-size: 16px;
}
.quick-alo-phone{position:fixed;visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:99999 !important;
  	-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;
    left: -50px;
    bottom: -30px;}
.quick-alo-phone.quick-alo-show{visibility:visible;}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.quick-alo-phone.quick-alo-static{opacity:.6}
.quick-alo-phone.quick-alo-hover,.quick-alo-phone:hover{opacity:1}
.quick-alo-ph-circle{
    width: 100px;
    height: 100px;
    top: 45px;
    left: 45px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #3a71aa 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle{-webkit-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;-o-animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important;animation:quick-alo-circle-anim 1.1s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle{-webkit-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;-o-animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important;animation:quick-alo-circle-anim 2.2s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone:hover .quick-alo-ph-circle{border-color:#00aff2;opacity:.5}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle{border-color:#0e5fa0;border-color:#baf5a7 9;opacity:.5}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle{border-color:#3a71aa;border-color:#3a71aa;opacity:.5}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle{border-color:#ccc;opacity:.5}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle{border-color:#0e5fa0;opacity:.5}
.quick-alo-ph-circle-fill{    width: 80px;
    height: 80px;
    top: 55px;
    left: 55px;
	position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill{-webkit-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important;animation:quick-alo-circle-fill-anim 1.7s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill{-webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone:hover .quick-alo-ph-circle-fill{background-color:rgba(0,175,242,0.5);background-color:#00aff2 9;opacity:.75!important}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,0.5);background-color:#baf5a7 9;opacity:.75!important}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill{background-color:#3a71aa;opacity:.75!important}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill{background-color:rgba(204,204,204,0.5);background-color:#ccc 9;opacity:.75!important}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill{background-color:rgba(117,235,80,0.5);opacity:.75!important}
.quick-alo-ph-img-circle{width:50px;height:50px;top:70px;left:70px;position:absolute;background:rgba(30,30,30,0.1) url(images/quick-call-button.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out;animation:quick-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle{-webkit-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;-o-animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important;animation:quick-alo-circle-img-anim 1s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle{-webkit-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;-o-animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important;animation:quick-alo-circle-img-anim 0s infinite ease-in-out!important}
.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone:hover .quick-alo-ph-img-circle{background-color:#00aff2}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle{background-color:#0e5fa0;background-color:#0e5fa0 9}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle{background-color:#1564a7;}
.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle{background-color:#ccc}
.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle{background-color:#0e5fa0}
@-moz-keyframes quick-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}
@-moz-keyframes quick-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes quick-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-o-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}
@-moz-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-o-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@-moz-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-o-keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@keyframes quick-alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-moz-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@keyframes quick-alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@keyframes quick-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}

