/*------------------------------------------------------------------
[Table of contents]

1. Group button on top menu
2. Latest deals products
3. Products list
4. Header
5. Category featured
6. Banner bottom
7. Blogs
8. Services
9. Footer
10. Owl carousel vertical
11. Styles for devices(>1200px)
12. Styles for devices(>=992px and <=1199px)
13. Styles for devices(>=768px and <=992px)
14. Styles for devices(>=481px and <=767px)
15. Styles for devices(<=480px)

-------------------------------------------------------------------*/
/*-------------------
[1. Group button on top menu]
*/
body{line-height:26px;}
.nav-top-menu.nav-ontop .main-menu .navbar-nav .hidden-lg{display: block!important;}
#main-menu .navbar-nav > li .dropdown-menu.container-fluid .link_container.group_header{display:block;position: relative;} 
#main-menu .navbar-nav > li .dropdown-menu.container-fluid .link_container.group_header > a{display: block;border-bottom:none;}
#main-menu .navbar-nav > li .dropdown-menu.container-fluid .link_container.group_header > a:after{
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: 0;
    float: right;
}
#main-menu .navbar-nav > li .dropdown-menu.container-fluid .link_container.group_header .block{
    padding: 10px 15px;
    background: #fff;
    position: absolute;
    display: none;
    right: 100%;
    text-align: left;
   min-width: 270px;
}
#main-menu .navbar-nav > li .dropdown-menu.container-fluid .link_container.group_header:hover .block {
    display: block;
    left: 100%;
    top: 0;
    width: 100%;
}
.main-header .shopping-cart-box:hover .cart-block::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
	background-color: #F5F5F5;
}

.main-header .shopping-cart-box:hover .cart-block::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

.main-header .shopping-cart-box:hover .cart-block::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.main-header .shopping-cart-box a.phone-item{
    height: 41px;
    width: 100%;
    /*border: 1px solid #eaeaea;*/
    display: block;
    position: relative;
    padding: 0 10px;
    line-height:41px;
    font-size:20px;
    text-align:center;
    background-color:#f6f6f6;
}
.icon-animated {
    display: inline-block;
    -moz-animation: ringing 2s 5 ease 1s;
    -webkit-animation: ringing 2s 5 ease 1s;
    -o-animation: ringing 2s 5 ease 1s;
    -ms-animation: ringing 2s 5 ease 1s;
    animation: ringing 2s 5 ease 1s;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
/*-------------------
[2. Latest deals products]
*/
.latest-deals-product{
  margin-top: 20px;
  position: relative;
}
.latest-deals-product .count-down-time2{
  position: absolute;
  top: -61px;
  right: 80px;
}
.latest-deals-product .product-list li{
  border: 1px solid #eaeaea;
  overflow: hidden;
  padding-bottom: 5px;
}
.latest-deals-product .product-list li:hover{
  border: 1px solid #958457;
}
.latest-deals-product .owl-next{
  top: -40px;
}
.latest-deals-product .owl-prev{
  top: -40px;
  left: inherit;
  right: 26px;
}

.count-down-time2{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
}
.count-down-time2 .icon-clock{
  width: 23px;
  height: 26px;
  background: url("../images/icon-clock.png") no-repeat center center;
  display: inline-block;
  margin-top: 5px;
}
.count-down-time2 .box-count{
  text-transform: none;
  color: #f96d10;
  border: 1px solid #f96d10;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.brand .view-product-list .display-product-option{top:-25px;}
.brand {
    position: relative;
}
/*
[3. Products list]
*/
.product-list li .product-name{line-height:20px;min-height:48px;}
.product-featured .product-list li .product-item{border-top: 1px solid #eaeaea;padding-bottom:10px;}
.layered-content .check-box-list {
    overflow: hidden;
    padding: 0;
    border: none;
}

.check-box-list tr td {
    line-height: 32px;
    list-style: none;
    width: 50%;
    display: inline-block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 26px;
    vertical-align: top;
    font-size: 13px;
}

    .check-box-list label:hover {
        color: #ff6633;
    }

.check-box-list input[type="checkbox"] {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 18px;
}

    .check-box-list input[type="checkbox"]:checked + label {
        color: #ff6633;
    }

    .check-box-list input[type="checkbox"]:checked {
        color: #ff6633;
    }

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px;
}
/*
[4. Header ]
*/
.header-top-right .homeslider .item-slide .content{
    position:absolute;
    max-width: 1170px;
    top: 0;
    left:0;
    right:0;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    width:100%;
}
.header-top-right .homeslider .item-slide .content .slide-info-in{padding:10px 0 20px 0;}
.header-top-right .homeslider .item-slide .content .title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 70px;
}
.header-top-right .homeslider .item-slide .content .desc{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
}
.header-top-right .homeslider .item-slide .content .sdide-button {
    height: 42px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0088cc;
    line-height: 40px;
    margin-top: 30px;
}
.header-top-right .homeslider .item-slide .content .sdide-button:hover {
    background: #0088cc;
    border-color: #0088cc;
    color: #fff;
}
.box-vertical-megamenus .title .btn-open-mobile svg{font-size:30px;margin-top:10px;}
/**-----------------
[4.1. Slider home]
--------------------*/
.bxslider-background {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}
.bx-viewport, 
.bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider-background , .bxslider-background  li{
    min-height: 600px;
}
.bxslider-background  li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.homeslide8 .bx-wrapper .bx-viewport{
    border: none !important;
    -moz-box-shadow: inherit;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
    left: inherit; 
}
.bxslider-background li{
	text-align: center;
	color: #fff;
}
.bxslider-background .vegas-wrapper .item{
	display: table;
	margin: 0 auto;
	max-width: 850px;
	padding: 170px 0 100px 0;
	font-size: 18px;
	display: none;
}
.bxslider-background .item h3{
	font-size: 24px;
	text-transform: uppercase;
	line-height: 50px;
}
.bxslider-background .item h2{
	font-size: 36px;
	text-transform: uppercase;
	line-height: 70px;
}
.bxslider-background .sdide-button{
	height: 52px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 35px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 50px;
	margin-top: 50px;
}
.bxslider-background .sdide-button:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
.bxslider-background .content{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 160px;
}
.bxslider-background .content .slide-info-in{padding:10px 0 20px 0;}
.homeslide8 .bx-prev,
.homeslide8 .bx-next{
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	line-height: 32px;
	display: inline-block;
	position: absolute;
	top: 50%;
	color: #fff;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}
.homeslide8 .bx-wrapper .bx-controls-direction a.bx-prev, .homeslide8 .bx-wrapper .bx-controls-direction a.bx-next{
    background-image:inherit;
    text-indent:initial;
}
.homeslide8 .bx-prev:hover,
.homeslide8 .bx-next:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
.homeslide8 .bx-prev{
	left: -40px;
}
.homeslide8 .bx-next{
	right: -40px;
}
.homeslide8:hover .bx-prev{
	left: 15px;
	opacity: 1;
	visibility: inherit;
}
.homeslide8:hover .bx-next{
	right: 15px;
	opacity: 1;
	visibility: inherit;
}
.homeslide8 .bx-pager{
	position: absolute;
	bottom: 95px;
	text-align: center;
	left: 0;
	right: 0;
}
.homeslide8 .bx-pager .bx-pager-item{
	width: 12px;
	height: 12px;
	display: inline-block;
	border: 1px solid #fff;
	font-size: 0;
	margin-right: 15px;
}
.homeslide8 .bx-pager .bx-pager-item a{
	width: 100%;
	height: 100%;
	float: left;
    margin:0 auto;
    border-radius:inherit;
}
.homeslide8 .bx-pager .bx-pager-item a.active {
    background: #fff;
}
.trending .trending-title{
	height: 33px;
	line-height: 33px;
	background: #0088cc;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}
.header-top-right .header-banner img{
	width: inherit;
	margin: 0 auto;
	vertical-align: middle;
}
.trending  .trending-product li{
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.trending  .trending-product li:last-child{
	border:none;
}
.trending  .trending-product li .product-name{
	margin-top: 13px;
    line-height: 20px;
        min-height: 40px;
}
.trending  .trending-product li .product-price{
	line-height: 30px;
}
.trending  .trending-product li .price{
	font-size: 18px;
	color: #0099cc;
}
.trending  .trending-product li .price-old{
	text-decoration: line-through;
	margin-left: 11px;
	color: #666;
}
.trending  .trending-product li .product-container{position:relative;overflow:hidden;}
.trending  .trending-product li .product-container .product-meta{border-bottom: 1px solid #eaeaea;}
.trending  .trending-product li .group-price {
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
}
.trending  .trending-product li .group-price .new-label{
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding:0 10px;
    background: #ffc000;
    height: 22px;
}
.trending  .trending-product li .group-price .sale-label{
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    background: #ff4318;
    height: 22px;
}
.product-price {
    font-size: 16px;
    color: #ff3366;
}
.products-block .products-block-left{position:relative;padding-right:10px;}
.products-block .products-block-left .group-price{
        position: absolute;
    top: 0;
    left: 0;
    height: auto;
}
.products-block .products-block-left .group-price .product-label {
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 22px;
}
.products-block .products-block-left .group-price .new-label {
  background: #ffc000;
}
.products-block .products-block-left .group-price .sale-label {
    background: #ff4318;
}

/*
[5. Category featured]
*/
.row-album{
        margin-top: 30px;
        background: #f5f5f5;
        padding:30px 0;
}
.row-album .featured-banner .box-small-banner .banner{display:block;border-left: 1px solid #eaeaea;}
.row-album .featured-banner .banner-text .banner img{width:100%;}
.row-album .featured-banner .right:last-child{border-top: 1px solid #eaeaea;}
/*Cart*/
.title-box2 {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
    font-size: 24px;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.table-responsive .jambo_table .boder-color{border:1px solid #eaeaea;}
select{border: 1px solid #eaeaea;}
/** OPTION CATEGORY **/
.service{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
/****/
.row-cate-pro .row-cate{
	margin-top: 30px;
}
.row-cate-pro .row-cate .page-heading span.page-heading-title{
    text-transform:uppercase;
}
.row-cate-pro .row-cate .owl-prev{
	top: -50px;
	left: inherit;
	right: 25px;
}
.row-cate-pro .row-cate .owl-next{
	top: -50px;
}
.row-cate .cate-pro{
	margin-top: 30px;
}
.row-cate .cate-pro li{
	list-style: none;
}
.row-cate .cate-pro li a{
	background: #f6f6f6;
	border: 1px solid #eee;
	display: block;
	margin-bottom: 3px;
}
.row-cate .cate-pro li a .cate-name{
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    padding:5px 5px;
    display: block;
    height:54px;
    overflow:hidden;
}
.row-cate .cate-pro li a:hover{
	background: #fff;
	border-color: #e52e04;
}
.row-brand{
	margin-top: 30px;
}
.row-brand .owl-prev{
	top: -50px;
	left: inherit;
	right: 25px;
}
.row-brand .owl-next{
	top: -50px;
}
.band-logo{
	margin-top: 30px;
}
.band-logo li{
	list-style: none;
}
.band-logo li a{
	background: #f6f6f6;
	border: 1px solid #eee;
	display: block;
	margin-bottom: 2px;
}
.band-logo li a:hover{
	background: #fff;
	border-color: #e52e04;
}
.form-quick .button-group{text-align:center;}
.form-quick .button-group .addcart-link-qick{
    padding: 10px 20px;
    background: #ff6700;
    color: #fff;
    border: 1px solid #ff6700;
    line-height:normal;
    cursor:pointer;
    width:100%;
    display:block;
}
.form-feature .title-feature{margin-bottom:15px;}
.form-feature .content-feature{line-height:22px;}
.form-feature .info-sub-feature{padding: 0 0 10px 0; line-height: 22px; font-size: 14px;}
.tab-container .form-feature .info-sub-feature .item-diet-sub{border:1px solid #eaeaea;    padding: 5px;
    margin: 10px 0 10px 0;min-height:145px;}
.tab-container .form-feature .info-sub-feature .item-diet-sub .diet-info {padding-top: 20px;}
#product .form-feature .info-sub-feature .item-diet-sub{padding: 10px 5px;}
#product .form-feature .content-feature{margin-bottom:15px;}
/*
[5.1. Category featured]
*/
.content_price{
    font-size: 16px;
    color: #ff3366;}
.content_price strike{font-size:14px;}
.product-featured .banner-featured .banner-desc{padding:10px 15px 0 15px; text-align:justify;}
.brand-showcase-box .brand-showcase-logo li .item-img{padding:2px 5px; margin:0 auto;}
.brand-showcase-box .trademark-product .image-product .group-price {
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
}
.brand-showcase-box .trademark-product .image-product .group-price .new-label {
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ffc000;
    height: 22px;
}
.brand-showcase-box .trademark-product .image-product .group-price .new-label
{
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 10px;
    background: #ff4318;
    height: 22px;
}
.group-brand .product-container{border: 1px solid #eaeaea;
    padding: 10px;margin-bottom:30px;}
.group-brand .product-container .product-info{margin-top:10px;text-align:center;}
.pageview{margin:0 auto;}
.pageview .btn.disabled, .pageview .btn[disabled], .pageview fieldset[disabled] .btn {
    background: #ddd;
}
.pageview button, .pageview input[type=button], .pageview input[type=reset], .pageview input[type=submit] {
    background: #acc403;
}
.product-onsale .product-list li .product-label{
  width: 52px;
  height: 44px;
  background: url("/../../images/icons/price-percent-br.png") no-repeat center center;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'Arial Narrow', Arial, sans-serif;
  padding-left: 5px;
  padding-top: 2px;
}
#product .pb-right-column .form-option .attributes {
    width:50%;float:left;
}
#product .pb-right-column .form-action{border-top: none;}
#product .pb-left-column .product-image .product-img-thumb li{position:relative;}
#product .pb-left-column .product-image .product-img-thumb li .box-video .fa{
position: absolute;
    top: 40%;
    bottom: 0;
    text-align: center;
    z-index: 3;
    font-size: 30px;
    left: 40%;
}
/*Brand Left*/
.products-block.brand-block .products-block-left{
    padding-right:0;
    width:100%;
    float:none;
}
.products-block.brand-block .products-block-right{margin-left:0;text-align:center;}
.products-block.brand-block li{
    width:49.9%;
    float:left;
    padding:0 5px;
    border:1px solid #eaeaea;
}
/*
[5.2. Category featured]
*/
.row-blog .blog-list .page-heading {
  font-size: 18px;
}
.row-blog .page-heading span.page-heading-title{
	border-bottom: 1px solid #e62e04;
	font-weight: bold;
	text-transform: uppercase;
}
.row-blog .blog-list .blog-list-wapper ul li .post-desc .post-title a{
	font-size: 16px;
}
.row-blog .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover{
	color: #e62e04;
}
.row-blog .blog-list .blog-list-wapper ul li .post-desc .post-meta{
	font-style: italic;
}
.row-blog .blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before{
	display: none;
}
.row-blog .blog-list .blog-list-wapper ul li .desc {
	line-height: 18px;
	font-size: 13px;
}
.row-blog .blog-list .blog-list-wapper li .fa{
	line-height: inherit;
}
.row-blog .blog-list .blog-list-wapper .meta-tags{
	margin-top: 10px;
	font-size: 13px;
	color: #999;
}
.entry-detail .list-unstyled{padding:20px 15px;background-color:#f1f9f3;}
.entry-detail .list-unstyled li a{color:#0088cc;}
.related-posts .entry-ci .entry-more a{display:block;}
.blog-posts.about .post-item .entry-excerpt{min-height:96px;}
.blog-posts.about .post-item{border:none;padding-bottom:5px;}
.blog-posts.about .post-item .entry{padding:10px 15px; border: 1px solid #eaeaea;}
.content-text .content img{margin:0 auto;display: block;}
/*Kieu2*/
.section-lasttest-blog11 {
    padding: 48px 0 30px 0;
}
.section-blog-12{
    padding-top:30px;
}
.section-blog-12 .section-title .subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #999999;
}
.input-group-search input{
  height: 40px;
  background: #fff;
  width: 100%;
  padding-left: 10px;
  border:1px solid #0088cc;
}
.slider-range .silver{padding-top:20px;}
.slider-range .silver .text-left, .slider-range .silver .text-right{display:table-cell;}
.slider-range .silver .amount-range-price{float:right;padding: 7px;}
.btn-search-price {
    height: 35px;
    width: auto;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #F36;
}
.page-tags .page-title {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
    font-size: 24px;
    text-transform:uppercase;
}
.page-tags .content .masonry-list-post{    margin-right: -10px;
    margin-left: -10px;position: relative;
    display: inline-block;
    clear: both;
    padding: 0;}
.page-tags .masonry-list-post .item-post-masonry{
    width:25%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float:left;
    display:inline-block;
    margin-bottom: 20px;
}
.masonry-list-post .item-post-masonry .banner-adv {
    position: relative;
}
.masonry-list-post .item-post-masonry .banner-adv .adv-thumb-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 7px;
}
.masonry-list-post .item-post-masonry .blog-info {
    padding: 22px 10px 0 10px;
        border: 1px solid #eaeaea;
        border-top:none;
}
.masonry-list-post .item-post-masonry .blog-info .title18 {
    margin-bottom: 14px;
       line-height: 20px;
       font-size:14px;
    min-height: 48px;
}
.page-tags .list-inline-block.blog-comment-date {
    margin-bottom: 5px;
       margin: 0 -17px;
}
.masonry-list-post .item-post-masonry .blog-info .blog-comment-date li {
    margin: 0 12px;
    position: relative;
}

.masonry-list-post .item-post-masonry .blog-info .list-inline-block > li {
    display: inline-block;
    vertical-align: top;
}
.masonry-list-post .item-post-masonry .blog-info .blog-comment-date label {
    font-weight: 400;
    margin: 0 5px;
        display: inline-block;
    max-width: 100%;
}
.masonry-list-post .item-post-masonry .blog-info .social-readmore{margin-top:10px;}
.masonry-list-post .item-post-masonry .blog-info .shop-button {
     padding: 5px 16px;
    font-size: 18px;
   font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    border-color: #eaeaea;
    box-shadow: inherit;
    outline: 0 none;
    margin: 0;
    color: #fff;
    background-color: #d9534f;
        display: inline-block;
}
.ion-clock:before, .ion-eye:before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ion-clock:before {
    content: "\f073";
}
.ion-eye:before
{
content: "\f06e";
}
.page-tags .content .pagibar{position:relative;clear:both;
                             padding:0;margin:0;
}
/*Album*/
.content-text .cate-alb .item-alb, .content-text .cate-sub-alb .item-alb
{
    position:relative;
    border:1px solid #eaeaea;
    padding:5px;
}
.content-text .cate-alb .alb-info, .content-text .cate-sub-alb .alb-info
{
    padding-top:15px;
    text-align:center;
    padding-bottom: 15px;
}
.content-text .alb-info .alb-title{min-height:48px;line-height:26px;}
.content-text .cate-alb .alb-price, .content-text .cate-sub-alb .alb-price{
    display:none;
}
.content-text .cate-alb .alb-info .alb-extra-link, .content-text .cate-sub-alb .alb-info .alb-extra-link {
    margin-top: 15px;
}
.content-text .cate-alb .alb-info .alb-extra-link a, .content-text .cate-sub-alb .alb-info .alb-extra-link a {
    border: 1px solid #eaeaea;
    padding: 10px 12px;
    background: #eee;
}
.content-text .cate-alb .alb-info .alb-extra-link a:hover, .content-text .cate-sub-alb .alb-info .alb-extra-link a:hover {
    background: #ff3366;
    color: #fff;
}
/*Videos*/

.content-text .pro-video .thum-video {
    position: relative;
    overflow: hidden;
    padding: 0;
    display:block;
}
.content-text .pro-video .name-video{padding-top:15px;height:65px;overflow:hidden;text-align:center;}
/*Sales left*/

#left_column .block .block_content.product-onsale .right-block{text-align:center;}
.saleon .block_content .testimonials .client-post{text-align:center;}
.saleon .block_content .testimonial {text-align:center;}
.saleon .block_content .testimonials .sale-info{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ddd;display:block;position:relative;}
.saleon .block_content .testimonial .tel{font-size:24px;color:#ff6633;}
.saleon .block_content .testimonial .tel a{color:#ff3366;}
.saleon .block_content .testimonial .email{font-size:14px;color:#ff6633;}
.social-work{text-align:center;position:relative;display:block;margin-top:10px;}
.social-work a{
    display:inline-block;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #415a99;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}
.social-work>a.instagram {
    background: #5b7fa6;
}
.social-work>a.linkedin {
    background: #cb222a;
}.social-work>a.twitter {
    background: #00caff;
}
.social-work>a:hover {
    opacity: 0.8;
}
/*sale all*/
.list-sale .social-work{text-align:left;}
.sale-online .sale-thumb {
border: 1px solid #eaeaea;
}
.sale-online .list-sale{padding-bottom:15px;padding-top:15px;}
.sale-online .list-sale .title-sale{margin-bottom:10px;color:#ff6633;}
.sale-online .list-sale .desc{font-size:14px;}
.sale-online .list-sale .desc p i{color:#ff6633;}
.sale-online .list-sale .desc p.sale-phone a{font-size:24px;color:#ff6633;}

.block-sale{padding:30px 0;background-color: #fff;}
.block-sale .sale-title {
      color: #fff;
    margin-top: 17px;
    display: table;
    margin: 0 auto;
    font-size: 24px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    height: 34px;
    margin-bottom: 30px;
}
.block-sale .sale-title:after, .block-sale .sale-title:before {
    background: #fff;
}
.block-sale .sale-title:before {
    content: '';
    width: 120px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-sale .sale-title:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #666;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*-------------------
[9. Block Testimonials]
---------------------*/

.block-testimonials{
	background: url("../images/testimonials.jpg") 50% 0 no-repeat fixed;
	color: #fff;
	margin-top: 70px;
}
.section8 .section-title {
    display: table;
    margin: 0 auto;
    font-size: 24px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    height: 34px;
}
.section8 .section-title:before {
    content: '';
    width: 120px;
    height: 1px;
    background: #666;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section8 .section-title:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #666;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-testimonials .section-title:after,
.block-testimonials .section-title:before{
	background: #fff;
}
.block-testimonials .section-title{
	color: #fff;
	margin-top: 17px;
}
.block-testimonials .section-container{
	background: rgb(252, 130, 48);
	padding-bottom: 60px;
	padding-top: 42px;
}

.block-testimonials .testimonials{
	padding-top: 18px;
	max-width: 375px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 0;
}
.block-testimonials .testimonials .testimonial li{
	padding: 45px 0;
}
.block-testimonials .testimonials .testimonial li a{
	position: relative;
	float: left;
	width: 100%;
}

.block-testimonials .testimonials .owl-item.item-center li{
	width: 140px;
	height: 140px;
	position: absolute;
	z-index: 2;
	top: -25px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.block-testimonials .testimonials .owl-item.item-center li a:before{
	opacity: 0;
}
.block-testimonials .testimonials .owl-item.item-center li img{
	opacity: 1;
}
.block-testimonials .testimonials li img{
	border: 3px solid #bcbdbe;
	border-radius: 90%;
	
}
.block-testimonials .testimonials li a{
	position: relative;
	margin-bottom: 30px;
}
.block-testimonials .testimonials li a:before{
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 90%;
	z-index: 2;
	opacity: 0.5;
}
.block-testimonials .testimonial{
	position: static;
}
.block-testimonials .testimonial .info{
	display:none;
}
.block-testimonials .testimonial-caption{
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
	color: #fff;
	line-height: 24px;
	padding-top: 12px;
}
.block-testimonials .testimonial-caption .testimonial-nane{
	margin-top: 10px;
	font-style: italic;
}
.block-testimonials .testimonial-wapper{
	position: relative;
}
.block-testimonials .owl-controls .owl-prev, 
.block-testimonials .owl-controls .owl-next{
	width: 36px;
	height: 36px;
	background: transparent;
	border: 1px solid #eaeaea;
	line-height: 35px;
	color: #333;
	top: 52.5%;
	-moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
.block-testimonials .owl-controls .owl-prev{
	left: -36px;
}
.block-testimonials .owl-controls .owl-next{
	right: -36px;
}
.block-testimonials .testimonial-wapper:hover .owl-controls .owl-prev{
	left: 0px;
	opacity: 1;
	visibility: inherit;
}
.block-testimonials .testimonial-wapper:hover .owl-controls .owl-next{
	right: 0px;
	opacity: 1;
	visibility: inherit;
}
.block-testimonials .owl-controls .owl-prev:hover, 
.block-testimonials .owl-controls .owl-next:hover{
	background: #0088cc;
	border-color: #0088cc;
	color: #fff;
}
/*System*/
.tabs-left {
    margin-bottom: 30px;
}

    .tabs-left > .nav-tabs {
        float: left;
        margin-right: 19px;
    }

        .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
            float: none;
            width: 100%;
        }

    .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
        border-bottom: 0;
    }

        .tabs-left > .nav-tabs .active > .tabx, .tabs-left > .nav-tabs .active > .tabx:hover, .tabs-left > .nav-tabs .active > .tabx:focus {
            border-color: #ddd transparent #ddd #ddd;
            border-right-color: #ffffff;
        }
    /* TABS */
    .tabs-left > .nav-tabs {
        margin-right: 0px;
        padding: 0;
        height: 700px;
        max-width: 25%;
        width: 100%;
        overflow: hidden;
    }

        .tabs-left > .nav-tabs:hover {
            overflow-y: scroll;
        }

        .tabs-left > .nav-tabs::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
            border-radius: 1px;
        }

        .tabs-left > .nav-tabs::-webkit-scrollbar {
            width: 0.5px;
            background-color: #F5F5F5;
        }

        .tabs-left > .nav-tabs::-webkit-scrollbar-thumb {
            background-color: #AAA;
            border-radius: 1px;
            background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
        }
    /* CONTENIDO DE LOS TABS */
    .tabs-left .tab-content {
        background-color: #FFFFFF;
        border: solid 1px #DCE1E5;
        border-left-style: none;
        height: 700px;
        max-width: 100%;
        padding-left: 25%;
        padding-right: 10px;
        border-radius: 0px 4px 4px 4px;
        -moz-border-radius: 0px 4px 4px 4px;
        -webkit-border-radius: 0px 4px 4px 4px;
        -webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.05);
    }

        .tabs-left .tab-content > div {
            margin-top: 10px;
        }

    /* Color de los enlaces de los tabs */
    .tabs-left > .nav-tabs > .tabx {
        color: #7FAD30;
    }

    /* Formato del primer elemento */
    .tabs-left > .nav-tabs > li:nth-child(1) > .tabx,
    .tabs-left > .nav-tabs > li:nth-child(1) > .tabx:hover,
    .tabs-left > .nav-tabs > li:nth-child(1) > .tabx:focus {
        border-top-left-radius: 4px;
    }

    /* Formato del tab activo */
    .tabs-left > .nav-tabs .active > .tabx,
    .tabs-left > .nav-tabs .active > .tabx:hover,
    .tabs-left > .nav-tabs .active > .tabx:focus {
        border-bottom: 1px solid #DCE1E5;
        border-left: 1px solid #DCE1E5;
        border-bottom-left-radius: 0px;
        -webkit-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
        -moz-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
        box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
        background-color: rgba(0,0,0,0.05);
    }

    .tabs-left > .nav-tabs > li > .tabx {
        border-bottom: solid 1px #DCE1E5;
        border-radius: 0;
        padding: 20px 15px;
        cursor: pointer;
    }

        .tabs-left > .nav-tabs > li > .tabx > .tabs-info-all {
            display: table;
            width: 100%;
            margin-bottom: 15px;
        }

            .tabs-left > .nav-tabs > li > .tabx > .tabs-info-all > .thumb-img {
                width: 70px;
                padding-right: 10px;
            }

                .tabs-left > .nav-tabs > li > .tabx > .tabs-info-all > .thumb-img, .tabs-left > .nav-tabs > li > .tabx > .tabs-info-all > .thumb-img + .tabs-info {
                    display: table-cell;
                    vertical-align: top;
                }

    .tabs-left > .nav-tabs > li > a, .tabs-left > .nav-tabs > li.active > a {
        border: none;
        position: absolute;
        bottom: 0;
        background: none;
        right: 0;
        padding: 5px 10px;
        cursor: pointer;
    }

        .tabs-left > .nav-tabs > li > a > i {
            padding-right: 5px;
        }
/*-----------------
[6. Banner bootom]
*/
/*-------------------
[6.1. Block loock books]
---------------------*/
.section1 .section-title{
	display: table;
	margin: 0 auto;
	font-size: 24px;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	height: 34px;
}
.section1 .section-title:before{
	content: '';
	width: 120px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section1 .section-title:after{
	content: '';
	width: 30px;
	height: 3px;
	background: #666;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section1.block-loock-bocks{
    background-position:50% 0;
    background-repeat:no-repeat;
    background-attachment:fixed;
	color: #fff;
}
.section1.block-loock-bocks .section-title:after,
.section1.block-loock-bocks .section-title:before{
	background: #fff;
}
.section1.block-loock-bocks .section-title{
	color: #fff;
	margin-top: 17px;
}
.section1.block-loock-bocks .section-container{
	background: rgba(0,0,0,0.7);
	padding-bottom: 60px;
	padding-top: 42px;
}
.section1.block-loock-bocks .loock-boock-list .image{
	display: table;
	margin: 0 auto;
	background: rgba(101,97,92,0.7);
	border-radius: 90%;
	overflow: hidden;
	padding: 10px;
}
.section1.block-loock-bocks .loock-boock-list .image img{
	border-radius: 50%;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
	
}
.section1.block-loock-bocks .loock-boock-list li:hover .image img{
	 opacity: 0.8;
}

.section1.block-loock-bocks .loock-boock-list{
	text-align: center;
	line-height: 18px;
	margin-top: 45px;
}
.section1.block-loock-bocks .loock-boock-list .info{
	margin-top: 10px;
}
.section1.block-loock-bocks .loock-boock-list .info .name{
	text-transform: uppercase;
}
.section1 .lock-boock-button{
	display: table;
	margin: 0 auto;
	padding-top: 43px;
}
.section1 .lock-boock-button a{
	height: 36px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 40px;
	line-height: 35px;
	color: #fff;
	margin-left: 10px;
}
.section1 .lock-boock-button a:hover{
	background: #0088cc;
	color: #fff;
	border-color: #0088cc;
}
#product-detail h2 {
    margin-bottom: 25px;
    margin-top: 20px;
}

#product-detail h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

#product-detail h4 {
    margin-bottom: 10px;
    margin-top: 5px;
}

#product-detail h5 {
    margin-bottom: 7px;
    margin-top: 3px;
}

#product-detail h6 {
    margin-bottom: 5px;
}
#product-detail blockquote, .content-text blockquote, .content-pro2 blockquote, .content-pro3 blockquote {
    background: #f9f9f9;
    border-left: 2px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-style: italic;
    font-size: 14px;
}

    #product-detail blockquote:before, .content-text blockquote:before, .content-pro2 blockquote:before, .content-pro3 blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 3em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    #product-detail blockquote p, .content-text blockquote p {
        display: inline;
    }

    #product-detail ol, .content-text ol, .content-text.about ol, .content-pro2 ol, .content-pro3 ol, .content-pro2 blockquote ol, .content-pro3 blockquote ol {
        list-style-type: decimal;
        padding-left: 26px;
        display: block;
    }

    .content-text ul, #product-detail ul, .content-text.about ul, .content-pro2 ul, .content-pro3 ul, .content-pro2 blockquote ul, .content-pro3 blockquote ul {
        list-style-type: disc;
        padding-left: 26px;
        display: block;
        margin-bottom: 15px;
    }
/*--------------
[8. Services]
*/
#contact_form_map h2, #contact_form_map h3{line-height:36px;margin-bottom:20px;}
.sky-form .input{border:none;margin-bottom:15px;}
.sky-form .input textarea{border: 1px solid #eaeaea;}
.document-file .table thead{font-size:16px;background-color:#eaeaea;}
/*--------------
[8.0. Services]
*/
.services2{
	margin-top: 30px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}
.services2 .services2-item{
	padding: 0;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	min-height: 120px;
}
.services2 .services2-item .image .icon i{
font-size:50px;
line-height: 80px;
}
.services2 .services2-item .image .icon img{
max-width:80px;
}
.services2 .services2-item .image{
	text-align: center;
	color: #333333;
	padding-left: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
.services2 .services2-item .image h3{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	margin-top: 10px;
}
.services2 .services2-item .text{
	padding-top: 15px;
	color: #919191;
	padding-left: 0;
	padding-right: 30px;

}

/*--------------
[8.1 Faq]
*/

/*--------------
[8.1 album]
*/
.list-photo .item {
    float: left;
    position: relative;
    line-height: 1em;
}
.list-photo .grid-sizer { width: 25%; }
.list-photo .item { width: 25%; border:solid 3px #fff; }

.list-photo .image{
    max-width: 100%;
    margin: 0;
    display: block;
}

.list-photo .image:after {
    clear:both;
}

.list-photo .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}
    .list-photo .overlay .title-sort {
        text-align: center;
    }
     .list-photo .overlay .title-sort span{
         width: 40px;
    height: 40px;
    background-color: rgba(255, 102, 51, 0.5);
    display: block;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50%;}
.list-photo .overlay .description .title {
    text-align: center;
    font-size: 20px;
}

.list-photo .overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
}

.list-photo .overlay .description h3 {
    margin: 20px;
}

.list-photo .item:hover .overlay {
    display: block;
}
/*--------------
[9. Footer]
*/
.footer3 .widget-container{color:#ccc;}
/*Chat face*/
.ff_cfacebook {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
    width: 265px;
    height: auto;
    box-shadow: 2px 2px 2px 4px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

  .ff_cfacebook .fchat {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

.ff_cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left;
}

.ff_cfacebook a.chat_fb {
    float: left;
    padding: 0 15px;
    width: 300px;
    color: #fff;
    text-decoration: none;
    height: 36px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 16px;
}

.ff_cfacebook a.chat_fb:hover {
        color: yellow;
        text-decoration: none;
    }
.sale-footer{
    background: #ff3366;
    color: #ffffff;
    padding: 4px 10px;
    bottom: 10px;
    position: fixed;
    left: 10px;
    border-radius: 3px;
    z-index: 99999;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
}
.sale-footer .sales-hotline a{color:#fff;}
.quick-alo-phone .quick-alo-show {
    visibility: visible;
}
.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    height: 200px;
    width: 82px;
    height: 64px;
    right: 150px;
    bottom: 60%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
    border-color: #00A1FF;
    opacity: 0.5;
}
.quick-alo-ph-circle {
    position: fixed;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    border: 2px solid #00A1FF;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: .75 !important;
}
.quick-alo-ph-circle-fill {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 30px;
    left: 30px;
    background-color: rgba(0, 161, 255, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00A1FF;
}
.quick-alo-ph-img-circle {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 50px;
    background: #00A1FF url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.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: #ff0101;
}

@-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
    }
}
/*-----------------
[10. Owl carousel vertical]
*/
/** REPONSIVE **/
/*----------------
[11. Styles for devices(>1200px)]
*/
@media (min-width: 1501px){
	.container {
    width: 1500px;
}
}
@media (min-width: 1201px) and (max-width: 1500px){
}
/*----------------
[12. Styles for devices(>=993px and <=1200px)]
*/
@media (min-width: 993px) and (max-width: 1200px) {
}
/*--------------------
[13. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
    .tree-menu li{
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    }
}
/*--------------------
[14. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
    .blog-posts .post-item .entry-thumb{margin-bottom:15px;}
}
/*--------------------
[15. Styles for devices(<=480px)]
*/
@media screen and (max-width: 1224px) {
  /* 10 columns for larger screens */
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
            .page-tags .masonry-list-post .item-post-masonry {
         width: 33.333333%;
    }
}

@media screen and (max-width: 720px) {
   #bottom_column .left-module{
  margin-bottom: 30px;
  overflow: hidden;
}
#bottom_column .left-module .owl-dots{
  bottom: 5px;
}
#bottom_column .left-module:last-child{
  margin-bottom: 0;
}
#bottom_column .left-module img{
  margin: 0 auto;
}
#bottom_column .block{
  border: 1px solid #eaeaea;
}
#bottom_column .block .title_block{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-left: 28px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 12px;
}
#bottom_column .block .block_content{
  padding:  15px 20px;
}
    .form-quick .button-group .addcart-link-qick.adprobook{display:none;}
  /* 10 columns for larger screens */
  .grid-sizer { width: 50%; }
  .item { width: 50%; }
        #address-box{margin-bottom:20px;}
          .page-tags .masonry-list-post .item-post-masonry {
         width: 50%;
    }
.product-tab .tab-container .tab-panel img, .content-text img{
height: auto !important;
}
    table,
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
    max-width: 100%;
  }
 table > thead > tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table > tbody > tr {
    width: 100%;

  }
  table > tbody > tr:first-child {
    border-radius: 3px 3px 0 0;
    border-top: none;
  }
 table > tbody > tr:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
  }
 table > tbody > tr td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
 table > tbody > tr td:before {
    content: attr(data-title);
    position: absolute;
    top: 15px;
    left: 14px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 14px;
  }
 table > tbody > tr td:first-child {
    text-align: left;
  }
.product-tab .tab-container .tab-panel h1{font-size:24px;}
.product-tab .tab-container .tab-panel h2{font-size:20px;}
.box-orther{ margin-top: 30px;}
.box-orther h2{ font-size: 20px;line-height: 32px;}
.top-header .support-link a:last-child{display: none;}
}
@media (max-width: 480px) {
          #address-box{margin-bottom:20px;}
          .page-tags .masonry-list-post .item-post-masonry {
         width: 100%;
    }
	.top-header .support-link{display:none;}
     .grid-sizer { width: 100%; }
  .item { width: 100%; }
.blog-posts .post-item .entry-thumb{margin-bottom:15px;text-align:center;}

}