
.no__sidebar .content__area {
	padding: 0;
}
.metaslider {
	margin-bottom: 0;
}
.rt__partner .img-partner {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.rt__partner .widget-title {
	background-color: #0c59b0;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding: 11px 10px 8px;
	width: 162px;
	position: relative;
	margin-top: 0;
}
.rt__partner .widget-title:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 81px solid transparent;
	border-right: 81px solid transparent;
	border-top: 14px solid #0c59b0;
	position: absolute;
	bottom: -14px;
	left: 0;
}
.rt__partner .image-partner {
	width: 86%;
	padding-left: 3%;
}
.rt__partner .slick-slider .slick-arrow {
	display: none !important;
}


/*
tab content
*/
.product_cate_tab{
  position: relative;
}
.owl-carouselsssss {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
.owl-carouselsssss .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.owl-carouselsssss .tab-content.current {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}
.list_item_tab{
    padding: 0;
    position: relative;
    margin: 0 0 1px 0;
    overflow: hidden;
}

.list_item_tab li{
    list-style: none;
    float: left;
    color: #333;
    position: relative;
    margin-right: 2px;
}
.list_item_tab li a{
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    width: 133px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background-image: linear-gradient(to right, #0b57ad , #156bcc);
    border-radius: 6px 6px 0 0;
    text-align: center;
}
.list_item_tab li.current a{
  color: #f2e612;
}

.list_item_tab li:first-child a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2e612;
	width: 294px;
	position: relative;
}
.list_item_tab li:first-child a:before {
	content: '';
	display: block;
	width: 28px;
	height: 27px;
	background-image: url(images/ic-gs.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 17px;
	top: 6px;
}

ul.woocommerce li.product .product_item .price ins, ul.rt__wc li.product .product_item .price ins, ul.woocommerce li.product .product_item .price del, ul.rt__wc li.product .product_item .price del {
	width: 100%;
	text-align: left;
}
/*ul.woocommerce li.product .product_item .price del {
	display: none;
}*/

.block__2 .list_item_tab li a{
    font-size: 13px;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    width: 133px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background-image: linear-gradient(to right, #ce2020 , #e72727);
    border-radius: 6px 6px 0 0;
    text-align: center;
}
.block__2 .list_item_tab li:first-child a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f2e612;
	width: 350px;
	position: relative;
	text-align: left;
	padding-left: 30px;
}
.block__2 .list_item_tab li:first-child a:before {
	content: '';
	display: block;
	width: 12px;
	height: 22px;
	background-image: url(images/ic-sl.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 9px;
}
.block__2 .list_item_tab li.current a{
  color: #f2e612;
}

.block__2 .list_item_tab li #countup {
	display: none;
	position: absolute;
	right: 6px;
    top: 6px;
}
.block__2 .list_item_tab li:first-child #countup {
	display: inline-block;
}

#countup {
    text-align: center;
    color: #f2e612;
}
#countup p {
    display: inline-block;
   	width: 27px;
   	height: 28px;
   	line-height: 28px;
    background: #f2e612;
    margin: 0 0 20px;
    border-radius: 3px;
    color: white;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
#countup p#days {
	display: none;
}
.box_cate_qc {
	text-align: center;
}
.box_cate_qc img {
	width: 100%;
}

.product__home .slick-list {
	padding-bottom: 1em;
}
.product__home.block__1 .slick-list {
	padding-bottom: 0em;
}
.product__home ul.woocommerce {
	/*border: 1px solid #d5d5d5;*/
	border-left: none;
	border-top: none;
	border-right: none;
}
.product__home ul.woocommerce li.product {
	width: 20%;
}
.product__home ul.woocommerce.slick-slider {
	border-left: 1px solid #d5d5d5;
}
.product__home ul.woocommerce.slick-slider li.product {

}
.product__home ul.woocommerce.slick-slider li.product .product_item {
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	margin-right: 1px;
	border: none;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
ul.woocommerce li.product .product_item:hover {
	box-shadow: 0px 2px 20px -2px rgba(0, 0, 0, 0.3);
}
.product__home .slick-slider .slick-prev {
	background-image: url(images/prev2.png);
	text-indent: -99999px;
	left: -2px;
	width: 27px;
	height: 34px;
}
.product__home .slick-slider .slick-next {
	background-image: url(images/next2.png);
	text-indent: -99999px;
	right: -2px;
	width: 27px;
	height: 34px;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.view_product, ul.rt__wc li.product .product_item .rt_add_to_cart a.view_product {
	display: none;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.button, ul.woocommerce li.product .product_item .rt_add_to_cart a.wc-forward {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	display: block;
	font-size: 18px;
	text-transform: none;
	text-align: center;
	width: 100%;
	border-radius: 0;
	background-color: #e31a1a;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
}

ul.woocommerce li.product .product_item:hover .rt_add_to_cart a.button, ul.woocommerce li.product .product_item:hover .rt_add_to_cart a.wc-forward {
	opacity: 1;
	visibility: visible;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.button:before {
	content: '\f07a';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
ul.woocommerce li.product .product_item .rt_add_to_cart a.button:hover {
	background-color: #156bcc;
}

.product__home ul.woocommerce {
	margin: 0;
}

ul.woocommerce {
	margin: 0;
}
ul.woocommerce li.product, ul.rt__wc li.product {
	padding: 0;
	margin-bottom: 0;
	position: relative;
}
ul.woocommerce li.product .product_item, ul.rt__wc li.product .product_item {
	border: none;
	border: 1px solid #d5d5d5;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 5px;
}
ul.woocommerce li.product .product_item .rt_woocommerce_title, ul.rt__wc li.product .product_item .rt_woocommerce_title {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	text-align: left;
}
ul.woocommerce li.product .product_item .content {
	padding: 10px;
}
ul.woocommerce li.product span.onsale {
	width: 48px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: #171717;
	text-align: center;
	border-radius: 0;
	background: #f2e612 !important;
	top: 5px;
	left: auto;
	right: 5px;
	padding: 0;
	min-height: initial;
	min-width: initial;
	font-weight: normal;
}

/**********************************/
.product__home {
	margin-bottom: 3em;
}
.product__list .heading {
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.product__list .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: none;
	margin-bottom: 0;
}
.product__list .heading a {
	color: #333;
}
.product__list .heading .box_sub_1 .title {
	background-image: linear-gradient(to right, #0b57ad , #156bcc);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px 6px 0 0;
	padding: 1px 50px;
	display: block;
	float: left;
}
.product__list .heading .box_sub_1 span {
	display: inline-block;
	margin-top: 9px;
}
.product__list .heading .box_sub_1 span a {
	color: #333;
	background-color: #f2e612;
	padding: 3px 8px;
}
.product__list .heading .box_sub_1 span a:after {
	content: '\f101';
	font-family: 'FontAwesome';
	margin-left: 5px;
}
.product__list .heading .box_sub_2 li {
    list-style: none;
    float: left;
    margin-left: 30px;
    font-size: 14px;

}
.product__list .heading .box_sub_2 li a:hover {
	color: #156bcd;
}
.block_home_1 .group_field {
	margin-bottom: 5px;
}
.block_home_1 .group_field .block {
	display: flex;
}
.block_home_1 .group_field .block .box_row_1 {
    width: 31.5%;
}
.block_home_1 .group_field .block .box_row_2 {
	width: 45%;
	margin: 0 -0.5px;
}
.block_home_1 .group_field .block .box_row_2 .item {
	width: 50%;
	float: left;
	padding: 0 0.5px;
}
.block_home_1 .group_field .block .box_row_2 .item:hover {
	box-shadow: 0px 0px 15px 4px rgba(49,0,18,.31);
    background: #fff;
    position: relative;
    z-index: 999;
}
.block_home_1 .group_field .block .box_row_2 .item:nth-child(1), .block_home_1 .group_field .block .box_row_2 .item:nth-child(2) {
	margin-bottom: 1px;
}
.block_home_1 .group_field .block .box_row_3 {
	width: 23.627%;
}
/****************************************/
.block_home_3 .group_field_1 {
	width: 36.084%;
	float: left;
	margin-right: 10px;
}
.product__home.block_home_3 ul.woocommerce {
	margin: 0 -7.5px;
}
.product__home.block_home_3 ul.woocommerce li.product {
	padding: 0 7.5px;
	width: 20.88888%;
}
/****************************************/

.product__home.block_home_5 .group_field {
	overflow: hidden;
	margin-bottom: 10px;
}
.product__home.block_home_5 .box_row_1, .product__home.block_home_5 .box_row_2 {
	width: 50%;
	float: left;
}
.product__home.block_home_5 .item img {
	width: 100%;
	height: 269px;
	object-fit: cover;
}

/****************************************/
.product__home.block_home_6 .product__list {
	margin-bottom: 3em;
}
.product__home.block_home_6 .product__list:last-child {
	margin-bottom: 0;
}
/****************************************/
.product__home.block_home_7 .box_row_1 {
	overflow: hidden;
}
.product__home.block_home_7 .box_row_1 .item {
	width: 33.333333%;
	float: left;
}
.product__home.block_home_7 .box_row_1 .item img {
	width: 100%;
	height: 269px;
	object-fit: cover;
}

/****************************************/
.block_home_8 .item {
	margin-bottom: 2em;
}
.block_home_8 .item .title .tst {
	font-size: 18px;
	font-weight: bold;
	color: #4e4d4e;
	text-transform: uppercase;
}
.block_home_8 .item .title .read_all {
	font-size: 13px;
	color: #333;
	background-color: #ffee08;
	padding: 4px 8px;
}
.block_home_8 .item .title .read_all:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.block_home_8 .item .box__content {
	display: flex;
}
.block_home_8 .item .box__content .box__content-img {
	width: 35%;
}
.block_home_8 .item .box__content .box__content-product {
	width: 65%;
}
.block_home_8 .item .box__content .box__content-product .item {
	width: 50%;
	float: left;
	border: 1px solid #dadada;
	margin-left: -1px;
	margin-bottom: -1px;
}
.block_home_8 .item .box__content .box__content-product .item:hover {
	box-shadow: 0px 0px 15px 4px rgba(49,0,18,.31);
    background: #fff;
    position: relative;
    z-index: 999;
}

.box_view {
	margin-top: 5px;
}
.box_view a {
	font-size: 13px;
	color: #777777;
}
.box_view a:before {
	content: '\f086';
	font-family: 'FontAwesome';
	color: #0c58af;
	margin-right: 5px;
}

.video_item_right {
	margin: 0 -5px;
}
.video_item_child {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 12px;
}
.video_cate .title .tst {
    font-size: 18px;
    font-weight: bold;
    color: #4e4d4e;
    text-transform: uppercase;
}
.video_cate .title .read_all {
    font-size: 13px;
    color: #333;
    background-color: #ffee08;
    padding: 4px 8px;
}
.video_cate .title .read_all:after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-left: 5px;
}
/**********************************************/
.register_form {
	background-color: #175295;
	color: #fff;
	padding-top: 2em;
}
.box_register {
	padding: 0 20%;
	background-image: url(images/bg_f.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_register .tit {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.box_register .wpcf7-form {
	position: relative;
}
.box_register .wpcf7-form-control:not(.wpcf7-submit) {
	border: none;
	height: 40px;
	padding: 5px 45px;
	background-color: #3062b6;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
}
.box_register .wpcf7-form-control.wpcf7-submit {
	background-color: #ffee08;
	height: 40px;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: bold;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
}
.register_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
.register_form ::-moz-placeholder { /* Firefox 19+ */
  color: #c9c9c9;
}
.register_form :-ms-input-placeholder { /* IE 10+ */
  color: #c9c9c9;
}
.register_form :-moz-placeholder { /* Firefox 18- */
  color: #c9c9c9;
}

.before-footer {
	background-color: #175295;
	color: #fff;
	padding: 1em 0;
}
.before-footer .widget a {
	color: #fff;
}
.before-footer .widget a:hover {
	color: #ffee08;
}
.before-footer .widget .widget-title {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}
.before-footer .rt-before-footer {
	float: left;
	padding: 0 10px;
}
.before-footer .before-footer-1 {
	width: 26%;
	padding-left: 0;
}
.before-footer .before-footer-2 {
	width: 23%;
}
.before-footer .before-footer-3 {
	width: 26%;
}
.before-footer .before-footer-4 {
	width: 25%;
	padding-right: 0;
}
.before-footer .rt-before-footer .widget {
	line-height: 27px;
}
.before-footer .rt-before-footer .widget li {
	list-style: none;
}
.before-footer .rt-before-footer .widget li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 8px;
	font-weight: bold;
}
.before-footer .rt-before-footer .widget li ul {
	display: none;
}
.phone_f {
	color: #ffee08;
	font-size: 28px;
	font-weight: bold;
	background-image: url(images/bg_p.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 5px;
}
.phone_f a {
	color: #ffee08;
}

.site__footer {
	background-color: #fff;
	padding-top: 2em;
	padding-bottom: 15px;
}
.site__footer .footer-row .rt-footer .widget {
	color: #565656;
	font-size: 13px;
}
.site__footer .footer-row .rt-footer .widget a {
	color: #565656;
}
.site__footer .footer-row .rt-footer .widget .widget-title {
	color: #565656;
	font-weight: normal;
	font-size: 15px;
	line-height: initial;
}

.site__footer .footer-row-3 .rt-footer {
	padding: 0 15px;
}
.site__footer .footer-row-3 .rt-footer .image-item {
	display: inline-block;
}
.site__footer .footer-row-3 .footer-1 {
	padding-left: 0;
}
.site__footer .footer-row-3 .footer-3 {
	padding-right: 0;
}
.site__footer .rt-footer p {
	line-height: 22px;
}
.copyright {
	background-color: #fff;
	color: #565656;
}
.copyright .container {
	border-top: 1px solid #dddcdc;
	padding-top: 10px;
}
.copyright .row {
	display: flex;
	align-items: center;
}
.copyright .row img {
	margin: 0;
}
.copyright a {
	color: #565656;
}


/********* woo ****************/
.box__peice {
	display: inline-flex;
	position: relative;
}
.box__peice .price {
	display: flex;
}
.woocommerce .rt_woocommerce_single_product_summary span.onsale {
	right: -60px;
	top: -1em;
	left: auto;
	background: url(images/sale.png) !important;
	width: 53px;
	height: 49px;
	line-height: 49px;
	padding: 0;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary {
	border: none;
}
.single-product.woocommerce .rt-summary .product_title {
	font-size: 20px;
	text-transform: uppercase;
	color: #006699;
	font-weight: bold;
}
.block__col {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin-top: 1.8em;
}
.rt_woocommerce_single_product_summary .col {
    float: left;
}
.rt_woocommerce_single_product_summary .col-left {
    width: 56%;
    border-right: 1px solid #e5e5e5;
}
.rt_woocommerce_single_product_summary .col .tit {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 15px 7px;
}
.rt_woocommerce_single_product_summary .col-right .tit {
	color: #ff0000;
}
.rt_woocommerce_single_product_summary .attribute-single li {
    width: 50%;
    float: left;
    padding: 3px 15px;
    font-size: 13px;
    list-style: none;
}
.rt_woocommerce_single_product_summary .attribute-single li:nth-child(2n+1) {
    clear: both;
}
.woocommerce-product-details__short-description {
    clear: both;
    padding: 10px 15px;
    font-size: 13px;
    color: #4c4c4c;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 0;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .woocommerce-product-details__short-description .rt__description {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}
.rt_woocommerce_single_product_summary .col-right {
    width: 44%;
}
.rt_woocommerce_single_product_summary .col-right .box {
    padding: 5px 15px;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .rt_single_regular_price.no_sale, 
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .rt_single_sale_price {
	margin-right: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .rt_single_regular_price, .rt_price_text_sale {
	font-size: 14px;
	color: #999999;
}

.single-product.woocommerce .rt-summary .rt__product {
	margin-top: 15px;
}
.single-product.woocommerce .rt-summary .rt__product .rt_qv_btn {
	width: 297px;
	height: 46px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	border: none;
	background-color: #cc3333;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.single-product.woocommerce .rt-summary .rt__product .qn_btn {
	width: 297px;
	height: 46px;
	text-align: center;
	border-radius: 4px;
	color: #000;
	border: none;
	background-color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 6px 0;
}
.single-product.woocommerce .rt-summary .rt__product .qn_btn .tit_big {
	font-size: 20px;
	line-height: 19px;
}
.single-product.woocommerce .rt-summary .rt__product .qn_btn .tit_small {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	text-transform: none;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .rt__product .product__sale {
	padding: 0;
	border: none;
	color: #333333;
	font-size: 16px;
	margin-bottom: 0;
}
.single-product.woocommerce .rt-summary .rt_woocommerce_single_product_summary .rt__product .product__sale p {
	background-image: url(images/bg_p2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}
@media (min-width: 992px) {
	.woocommerce-tabs {
	    width: 72.5%;
	    padding-right: 25px;
	    float: left;
	}
	.rt__related__product {
	    width: 27.5%;
	    float: left;
	}
}
.rt__related__product {
	margin-bottom: 1em;
}
.rt__related__product .heading {
    background: #006699;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    text-align: center;
    margin-bottom: 1px;
    padding: 0px 5px;
}
.rt__related__product ul.woocommerce li.product {
    width: 100%;
}
.rt__related__product ul.woocommerce li.product .product_item {
    padding: 15px;
    border-bottom: none;
}
.rt__related__product ul.woocommerce li.product:last-child .product_item  {
	border-bottom: 1px solid #ddd;
}
.rt__related__product ul.woocommerce li.product .product_item .content {
	padding: 0;
}
.rt__related__product ul.woocommerce li.product .product_item .rt-thumb {
    width: 30%;
    float: left;
    border: 1px solid #e5e5e5;
    height: 97px;
    min-height: 97px;
    margin-right: 15px;
}
.rt__related__product ul.woocommerce li.product .product_item .rt-thumb img {
    max-height: 97px;
}
.rt__related__product ul.woocommerce li.product span.onsale {
    display: none !important;
}
.rt__related__product ul.woocommerce li.product .product_item .rt_add_to_cart {
	display: none;
}
.rt__related__product ul.woocommerce li.product .product_item h3 {
	margin-bottom: 0;
}
.rt__related__product ul.woocommerce li.product .product_item .rt_woocommerce_title {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
}
.rt__related__product ul.woocommerce li.product .product_sale {
	display: none;
}

.vertival {
    border: 1px solid #e5e5e5;
}


.rt_woocommerce_tabs {
    border-bottom: 1px solid #e5e5e5;
}
.single-product.woocommerce div.product .rt_woocommerce_tabs li {
    margin-right: 2px;
}
.single-product.woocommerce div.product .rt_woocommerce_tabs li a {
    background-color: #e5e5e5;
    color: #51504e;
    font-size: 14px;
    text-align: center;
    padding: 4px 0 2px;
    width: 170px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
}
.single-product.woocommerce div.product .rt_woocommerce_tabs li.active, 
.single-product.woocommerce div.product .rt_woocommerce_tabs li.active a, 
.single-product.woocommerce div.product .rt_woocommerce_tabs li:hover a {
    background-color: #ce2626;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
    text-align: justify;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 13px;
    color: #5b5b5b;
    margin-top: 20px;
    line-height: 25px;
}
.rt-breadcrumbs {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 2em;
}

/****************************************/
.heading-shop {
	font-size: 24px;
	color: #006699;
}
.heading-shop span {
	font-weight: bold;
}
.content__shop {
	background-color: #eeefef;
    padding: 15px 15px 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.content__shop:before {
    position: absolute;
    top: -8px;
    left: 3%;
    margin-left: -21px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #eeefef;
    border-right: 10px solid transparent;
    content: "";
}
.content__shop ul {
	margin: 0 -15px;
}
.content__shop li {
	list-style: none;
	width: 50%;
	float: left;
	padding: 0 15px;
	font-size: 13px;
    color: #555;
    margin-bottom: 2em;
    line-height: 20px;
}
.content__shop li:nth-child(2n+1) {
	clear: both;
}
.content__shop li .item_box2 {
	display: inline-flex;
	position: relative;
}
.content__shop li .name {
	font-weight: bold;
	color: #3a3a3c;
	margin-right: 5px;
}
.content__shop li .phone {
	display: flex;
}
.content__shop li .phone i {
	font-style: normal;
	margin-right: 5px;
}
.content__shop li .item_box a.l_map {
	color: #0f75bc;
   	padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ccc solid;
    display: inline-block;
}
.content__shop li p {
	margin: 0;
}
.content__shop li .item_box .inau {
	color: #ef0000;
	font-size: 10px;
	font-style: normal;
	position: relative;
	top: -5px;
}


.product__sale-single .slick-slider .slick-prev {
	text-indent: -99999px;
	left: -5px;
}
.product__sale-single .slick-slider .slick-prev:before {
	text-indent: 0;
	left: 0;
	color: #d5d5d5;
}
.product__sale-single .slick-slider .slick-next {
	text-indent: -99999px;
	right: -5px;
}
.product__sale-single .slick-slider .slick-next:before {
	text-indent: 0;
	left: auto;
	right: 0;
	color: #d5d5d5;
}
.product__sale-single .item .img {    
	overflow: hidden;
    text-align: center;
    min-height: 90px;
    width: 100%;
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 8px;
	height: 90px;
	border: 1px solid #ddd;
}
.product__sale-single .item {
	padding: 0 15px;
}
.product__sale-single .item .img img {
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    max-height: 70px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product__sale-single .item h4 {
	margin-bottom: 0;
}
.product__sale-single .item h4 a {
	font-size: 13px;
	color: #606060;
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}
.product__sale-single .item:hover h4 a {
	color: #0b57ad;
}
.woocommerce div.product .product__sale-single p.price {
	font-size: 13px;
	color: #f81111;
	font-weight: bold;
	margin-bottom: 0;
}

.product__sale-single-col-3 span {
	display: block;
	font-size: 15px;
	color: #464646;
	margin-bottom: 3px;
}
.product__sale-single-col-3 b {
	font-size: 35px;
	color: #fd0100;
	font-weight: bold;
}
.product_sale {
	font-size: 13px;
	color: #333333;
	text-align: left;
	height: 26px;
	display: block;
	overflow: hidden;
}
.product_sale b {
	color: #ff0e0e;
	font-weight: bold;
}

.woocommerce-products-header__title {
	border-bottom: 1px solid #d9d9d9;
	line-height: inherit;
	line-height: 26px;
	margin-top: 0;
}
.woocommerce-products-header__title span {
	display: inline-block;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    font-size: 19px;
    color: #f2e612;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    color: #f2e612;
    background-image: linear-gradient(to right, #0b57ad , #156bcc);
    border-radius: 6px 6px 0 0;
    text-align: center;
}
/*********** Archive ************/
.woocommerce-products-header {
	position: relative;
}
.woocommerce-products-header .box_gl {
	position: absolute;
    right: 0;
    top: 0;
}
.woocommerce-products-header .box_gl a {
	font-size: 13px;
	color: #585858;
	display: block;
	width: 70px;
	height: 26px;
	float: left;
	text-align: center;
	line-height: 26px;
	border: 1px solid #e2e2e2;
}
.woocommerce-products-header .box_gl a .fa {
	margin-right: 5px;
}
.woocommerce-products-header .box_gl a:hover, 
.woocommerce-products-header .box_gl a:focus {
	color: #72a83c;
}

ul.woocommerce.rt-view.list li.product {
    width: 100%;
}
ul.woocommerce.rt-view.list li.product .product_item {
	overflow: hidden;
}
ul.woocommerce.rt-view.list li.product .content {
    text-align: left;
    float: left;
    width: 69%;
}
ul.woocommerce.rt-view.list li.product .rt-thumb {
    width: 30%;
    float: left;
    margin-right: 1%;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
ul.woocommerce.rt-view.list li.product .des_prod .des_title {
    color: #e31a1a;
    margin: 5px 0 0px 0;
    line-height: 20px;
    height: inherit;
    font-size: 15px;
    font-weight: 600;
}
ul.woocommerce.rt-view.list li.product span.onsale {
	left: 6px;
    top: 6px;
	right: auto;
}
ul.woocommerce.rt-view.list .product_item .rt_add_to_cart a.button, 
ul.woocommerce.rt-view.list .product_item .rt_add_to_cart a.wc-forward {
	position: inherit;
	opacity: 1;
	visibility: visible;
	width: 50%;
	float: none;
	margin-bottom: 5px;
}
ul.woocommerce.rt-view.list li.product .product_item h3 {
	margin-bottom: 0;
}
ul.woocommerce.rt-view.list li.product .product_item .rt_woocommerce_title {
	height: auto;
}
ul.woocommerce.rt-view.list li.product .product_item .price ins, ul.rt__wc li.product .product_item .price ins, 
ul.woocommerce.rt-view.list li.product .product_item .price del, ul.rt__wc li.product .product_item .price del {
	width: auto;
	margin-right: 10px;
}
.rt-view.list li.product .des_prod {
    display: block;
}
.des_prod {
	display: none;
	line-height: 20px;
	font-size: 13px;
	color: #585858;
}

.site__main .prdctfltr_wc {
    position: absolute;
    right: 155px;
    top: 2px;
    margin-bottom: 0;
}
.site__main .prdctfltr_wc.pf_mod_row .prdctfltr_filter_inner .prdctfltr_filter {
	display: flex;
	width: auto;
}
.site__main .prdctfltr_wc .prdctfltr_regular_title {
	margin-right: 10px;
	font-weight: normal;
}
.site__main .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
	font-weight: normal;
}

.related-post {
	margin-bottom: 1em;
}
.list-post-related li .img_post {
	height: 110px;
	object-fit: cover;
}

.navfixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    background: #fff;
    box-shadow: 0px 0px 3px 2px #0b57ad;
}
.backtotop {
	width: 30px;
	height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 30px;
	background-color: #0b57ad;
}
.slider-col {
	width: 50%;
	float: left;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td:before {
	margin-right: 10px;
    margin-top: 5px;
}
.hwrapper {
	padding: 8px !important;
}
.woocommerce form .form-row label {
	width: 84%;
}
.woocommerce form .form-row , .woocommerce form .wraper-field {
	font-size: 13px;
}

.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;
    display: none;
}
.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: 5px;}
.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: 200px;
    height: 200px;
    top: 37px;
    left: 39px;
    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: 130px;
    height: 130px;
    top: 71px;
    left: 75px;
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: 135px;
    height: 135px;
    top: 70px;
    left: 70px;position:absolute;background:rgba(30,30,30,0.1) url(images/Untitled-1.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:transparent;}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle{background-color:transparent;}
.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)}}

