@import url(sfu-futura.css);
body{
    font-family:"SFUFuturaBook";
    font-size: 14px;
    line-height: 1.42857;
}
body.is-ontop{
    margin-top: 53px;
}
h1{
    font-size: 44px;
}
h2{
    font-size: 20px;
    margin: 10px 0;
}
h3{
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
}
a{
    color: #000;
}
a:hover{
    color: #00a951;
    text-decoration: none;
    transition: all 0.25s;
}
a:focus{
    text-decoration: none;
}
.bold{
  font-weight: bold;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.btn-fb-login{
  width: 65px;
  height: 22px;
  background: url('../images/fb.jpg') no-repeat;
  display: inline-block;
  margin-top: 5px;
  font-size: 0;
  border: none!important;
}
.button{
  padding: 10px 20px;
  border: 1px solid #eaeaea;
    background: #00a951;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  color: #fff;
}
.button-sm{
  padding: 5px 10px;
}
.button:hover{
  background: #00a951;
  border: 1px solid #00a951;
}
.input{
  border-radius: 0px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.button .fa{
  line-height: inherit;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
img.alignleft{
    margin: 0 20px 15px 0;
}
img.alignright{
    margin: 0 0 15px 20px;
}
.clearfix:before{
  content: "";
  display: table;
}

.container{
    padding-left: 0;
    padding-right: 0;
    width: 1050px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff url('../images/Preloader_4.gif') 50% 50% no-repeat;
}

.banner-opacity{
  position: relative;
}
.banner-opacity a:before{
    display: block;
    position: absolute;
    -webkit-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0px;
    top: 0px;
    content: "";
    height: 0%;
    width: 100%;
    left: 0%;
    top: 50%;
    z-index: 9;
}
.banner-opacity a:hover:before{
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s ease-in 0.1s;
  transition: all 0.2s ease-in 0.1s;
  height: 100%;
  left: 0%;
  top: 0%;
}
.tab-container{
    position: relative;
}
.tab-container .tab-panel{
    position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   opacity: 0;
   visibility: hidden;
}
.tab-container .active{
    opacity: 1;
   visibility: inherit;
   position: inherit;
   -vendor-animation-duration: 0.3s;
  -vendor-animation-delay: 1s;
  -vendor-animation-iteration-count: infinite;
}
.hover-zoom{
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: default;
  overflow: hidden;
}
.hover-zoom:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.banner-boder-zoom{
  position: relative;
  overflow: hidden;
}
.banner-boder-zoom a:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-boder-zoom a:after{
  position: absolute;
  top: 10px;
  left: 10px;
  right:10px;
  bottom:10px;
  content: "";
  display: block;
  z-index: 10;
  border: 1px solid #fff;
  opacity: 0;
}
.banner-boder-zoom a img{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-boder-zoom:hover a img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-boder-zoom:hover a:before{
  opacity: 1;
}
.banner-boder-zoom:hover a:after{
  opacity: 0;
}
.banner-boder-zoom2{
  position: relative;
  overflow: hidden;
}
.banner-boder-zoom2 a:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-boder-zoom2 a:after{
  position: absolute;
  top: 10px;
  left: 10px;
  right:10px;
  bottom:10px;
  content: "";
  display: block;
  z-index: 10;
  border: 1px solid #fff;
  opacity: 0;
}
.banner-boder-zoom2 a img{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner-boder-zoom2:hover a img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-boder-zoom2:hover a:before{
  opacity: 1;
}
.banner-boder-zoom2:hover a:after{
  opacity: 0;
}
.icon-up,
.icon-down{
  width: 100%;
  height: 17px;
  display: block;
}
.icon-up{
  background: url("../images/up.png") no-repeat center center;
}
.icon-down{
  background: url("../images/down.png") no-repeat center center;
}

.image-hover2 a{
  position: relative;
  display:table;
}
.image-hover2 a:after{
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.image-hover2 a:before{
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.image-hover2 a:hover:after{
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image-hover2 a:hover:before{
  opacity: 1;
}

/* ----------------
 [2. Top banner]
 */
.top-banner{
     height: 150px;
     background: url('../images/bg-top-banner.jpg') no-repeat top center;
     position: relative;
     text-align: center;
     color: #fff;
     line-height: 20px;
}
.bg-overlay{
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.7);
}
.top-banner .container{
    position: relative;
    padding-top: 35px;
}
.top-banner h1{
    color: #00a951;
    font-weight: bold;
}
.top-banner h2{
    font-weight: bold;
}
.top-banner span{
    font-size: 12px;
    color: #999;
}
.top-banner .btn-close{
    width: 24px;
    height: 24px;
    background: #2d2c2e url("../images/btn-close.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


/* ----------------
 [3. Header]
 */
 /*-----------------
 [ 3.1 Nav on top]
 */
.nav-ontop{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 0px;
  height: 41px;
  background: #eee;
  z-index: 101;
  box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.1);
}
.nav-ontop span.notify-right{
  top: 2px;
}
.nav-ontop>.container{
  position: relative;
}
.nav-ontop #box-vertical-megamenus{
    width: 50px;
    padding: 0;
}
.nav-ontop #box-vertical-megamenus .title{
  background: #ed1c24;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #eaeaea;
}
.nav-ontop #box-vertical-megamenus .title.active{
  background: #ed1c24;
}
.nav-ontop #box-vertical-megamenus .title .btn-open-mobile,
.nav-ontop #box-vertical-megamenus .title .btn-close-mobile {
  margin-right: 15px;
}
.nav-ontop #box-vertical-megamenus .title .title-menu{
  display: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content,
.nav-ontop #box-vertical-megamenus .vertical-menu-content-home{
  min-width: 270px;
  position: absolute;
  display: none;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-bottom: 15px;
  border-left: 1px solid #eaeaea;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .vertical-menu-list,
.nav-ontop #box-vertical-megamenus .vertical-menu-content-home .vertical-menu-list{
  border-left: none;
}
.nav-ontop #box-vertical-megamenus .vertical-menu-content .all-category,
.nav-ontop #box-vertical-megamenus .vertical-menu-content-home .all-category
{
  margin-left: 20px;
}

.nav-ontop #box-vertical-megamenus .vertical-menu-content .sub-vertical-menu-list,
.nav-ontop #box-vertical-megamenus .vertical-menu-content-home .sub-vertical-menu-list{
    border-left: none;
}

#shopping-cart-box-ontop{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#shopping-cart-box-ontop .fa{
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 100%;
  color: #999;
}
#shopping-cart-box-ontop .shopping-cart-box-ontop-content{
  position: absolute;
  right: 0;
  top:100%;
}
#shopping-cart-box-ontop:hover .cart-block{
   -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}

#user-info-opntop{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 50px;
}
#user-info-opntop a.current-open span{
  display: none;
}
#user-info-opntop a.current-open{
  height: 50px;
  padding-top: 17px;
  width: 50px;
  float: left;
  text-align: center;
}
#user-info-opntop a.current-open:hover .dropdown-menu{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
}
#user-info-opntop a.current-open:before{
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f007";
    color: #999;
}


#user-info-opntop .dropdown{
  height: 50px;
}
#user-info-opntop .dropdown-menu{
  border-radius: 0;
  border: none;
  top: 48px;
  right: 0;
  left: auto;
  border-top: 2px solid #00a951;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  opacity: 0;
  display: block;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  z-index: 0;
  visibility: hidden;
}
#user-info-opntop .dropdown.open >.dropdown-menu{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  -o-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
  visibility: inherit;
}
.form-search .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-search label {
  color: #fff;
  margin-bottom: 10px;
}

#form-search-opntop{
  position: absolute;
  top: 0;
  right: 100px;
  height: 50px;
}
#form-search-opntop .form-category{
  display: none;
}
#form-search-opntop form{
  margin-top: 10px;
  border: 1px solid transparent;
  padding-right: 10px;
}
#form-search-opntop .btn-search{
}
#form-search-opntop .btn-search{
}
#form-search-opntop .btn-search:before{
    font: normal normal normal 18px/1 FontAwesome;
      content: "\f002";
      color: #999;
      height: 30px;
      width: 25px;
      display: block;
      padding-top: 6px;
}

#form-search-opntop .input-serach input{
  width: 0px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}


#form-search-opntop:hover form{
    border: 1px solid #dfdfdf;
    background: #fff;
}
#form-search-opntop:hover .input-serach input{
  width: 220px;
}

/*-----------------
 [ 3.2 Top header]
 */
.top-header{
    background: #f6f6f6;
}
.top-header .nav-top-links,
.top-header .language ,
.top-header .currency,
.top-header .user-info,
.top-header .support-link,
.top-header .top-bar-social{
    width: auto;
    display: inline-block;
    line-height: 34px;
}
.top-header .top-bar-social .fa{
  line-height: inherit;
}
.top-header .top-bar-social a{
  border:none;
  padding: 0;
  color: #999;
  font-size: 14px;
}
.top-header .support-link{
  float: right;
}
.top-header img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.top-header a{
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
    margin-left: 10px;
}
.top-header a.first-item{
    margin-left: 0;
}
.top-header a.current-open:after{
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 17px;
      vertical-align: 0;
      padding-left: 15px;
      font-weight: bold;
}
.top-header .dropdown{
  width: auto;
  display: inline-block;
}

.top-header .dropdown-menu{
    border-radius: 0;
    border: none;
    top: 100%;
    left: 0;
    border-top: 2px solid #00a951;
    transition:all 0.4s ease-out 0s;
    -webkit-transition:all 0.4s ease-out 0s;
    -o-transition:all 0.4s ease-out 0s;
    -ms-transition:all 0.4s ease-out 0s;
    opacity: 0;
    display: block;
    transform:translateY(50px);
    -webkit-transform:translateY(50px);
    -o-transform:translateY(50px);
    -ms-transform:translateY(50px);
    -khtml-transform:translateY(50px);
    z-index: 0;
    visibility: hidden;
}
.top-header .dropdown.open >.dropdown-menu{
  transform:translateY(0px);
    -webkit-transform:translateY(0px);
    -o-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -khtml-transform:translateY(0px);
  opacity: 1;
  z-index: 2;
  visibility: inherit;
}
.top-header .dropdown-menu a{
    border: none;
    margin: 0;
    padding: 0;
    padding: 5px 10px;
}
/*-----------------
 [ 3.3 Main header]
 */
.main-header{
    padding: 25px 0 0px 0;
}

.main-header .shopping-cart-box{
    margin-top: 0px;
    padding: 0;
    margin-right: 0px;
    line-height:normal;
    position: relative;
}
.main-header .shopping-cart-box:hover .cart-block{
   -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
.main-header .shopping-cart-box a.cart-link{
   /* height: 41px;
    width: 100%;
    border: 1px solid #eaeaea;
    display: block;
    position: relative;
    padding: 2px 41px 0 15px;*/
}
.main-header .shopping-cart-box a.cart-link:hover:after{
    opacity: 0.8;
}

.main-header .shopping-cart-box a.cart-link .title{
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
}

.main-header .shopping-cart-box a.cart-link:after{
    content: '';
    width: 41px;
    height: 41px;
    -moz-user-select: none;
    background: #ed1c24;
    background-image: url("../images/airport.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    position: absolute;
    top: 0px;
    right: 0px;
}
.cart-block{
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 1002;
  max-height: 500px;
  overflow-y:auto;
  background: #FFF;
  color: #666;
  width: 300px;
  opacity: 0;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 4px 7px 0px rgba(50, 50, 50, 0.2);

  -webkit-transition: opacity 0.5s,
  -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate(0,40px);
  -moz-transform: translate(0,40px);
  -o-transform: translate(0,40px);
  -ms-transform: translate(0,40px);
  transform: translate(0,40px);
  opacity: 0;
  display: block;
  visibility: hidden;
}
.cart-block .cart-block-content{
    padding: 20px;
    overflow: hidden;
}
.cart-block .cart-block-content .cart-title{
    text-transform: uppercase;
    font-size: 12px;
}
.cart-block .cart-block-content .cart-block-list{

}
.cart-block .cart-block-content  .product-info{
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.cart-block .cart-block-content  .product-info .p-left{
    width: 100px;
    float: left;
    position: relative;
}
.cart-block .cart-block-content  .product-info .p-left .remove_link{
    position: absolute;
    left: 0;
    top: 0;
}
.cart-block .cart-block-content  .product-info .p-left .remove_link:after{
  content: '';
  background: url("../images/delete_icon.png") no-repeat center center;
  font-size: 0;
  height: 9px;
  width: 9px;
  display: inline-block;
  line-height: 24px;
}
.cart-block .cart-block-content  .product-info .p-right{
    margin-left: 110px;
    line-height: 25px;
}
.cart-block .cart-block-content  .product-info .p-right .p-rice{
      color: #00a951;
}
.cart-block .cart-block-content  .product-info .p-right .change_quantity{
    margin-top: 10px;
}
.cart-block .cart-block-content  .product-info .p-right .change_quantity .blockcart_quantity_down,
.cart-block .cart-block-content  .product-info .p-right .change_quantity .blockcart_quantity_up{
    float: left;
  width: 20px;
  height: 30px;
  border: 1px solid #ccc;
  padding-top: 2px;
  text-align: center;
}
.cart-block .cart-block-content  .product-info .p-right .change_quantity .cart_quantity_input_text {
    width: 60px;
  border: 1px solid #ccc;
  margin-left: -1px;
  margin-right: -1px;
  height: 30px;
  line-height: 100%;
  float: left;
  text-align: center;
}

.cart-block .cart-block-content .toal-cart{
    margin-top: 10px;
}
.cart-block .cart-block-content .toal-cart .toal-price{
    font-size: 18px;
    color: #999;
}
.cart-block .cart-block-content .cart-buttons{
    overflow: hidden;
    width: 100%;
}
.cart-block .cart-block-content .cart-buttons a{
    width: 50%;
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.cart-block .cart-block-content .cart-buttons a:hover{
  opacity: 0.8;
}
.cart-block .cart-block-content .cart-buttons a.btn-my-cart{
    background:#eee;
}
.cart-block .cart-block-content .cart-buttons a.btn-check-out{
    background:#00a951;
    color: #fff;
}

span.notify{
    width: 32px;
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    z-index: 1;

}
span.notify-left{
    right: -5px;
    top: 5px;
}
span.notify-right{
    background: url('../images/notify-right.png') no-repeat;
    right: 0px;
    top: -7px;
}

/*-----------------
 [ 3.4 Main menu]
 */
.nav-top-menu{
    background: none;
    position: relative;
    z-index: 99
}
/*-----------------
 [ 3.4.1 Vertical megamenus]
 */
.box-vertical-megamenus{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: #f4511e;
}
.box-vertical-megamenus .title{
    background: #ed1c24;
    color: #fff;
    height: 41px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    overflow: hidden;
}
.box-vertical-megamenus .title .btn-open-mobile>.fa,
.box-vertical-megamenus .title .btn-close-mobile>.fa{  
  line-height: inherit;
}
.box-vertical-megamenus .title .btn-open-mobile,
.box-vertical-megamenus .title .btn-close-mobile {
  font-size: 18px;
  cursor: pointer;
  line-height: 40px;
}
.box-vertical-megamenus .vertical-menu-content,
.box-vertical-megamenus .vertical-menu-content-home{
    border-top: 3px solid #00a951;
    background: #fff;
    display: block;
    padding-bottom: 15px;
}
.home .box-vertical-megamenus .vertical-menu-content,
.home .box-vertical-megamenus .vertical-menu-content-home{
  display: block;
}
#home-slider {
    position: relative;
}
.vertical-menu-content,
.vertical-menu-content-home{
    height: 484px !important;
    padding-bottom: 30px;
}
.box-vertical-megamenus .vertical-menu-list{
    border-left: 1px solid #eaeaea;

}

.box-vertical-megamenus .sub-vertical-menu-list{
    display: none;
    border-left: 1px solid #eaeaea;
}

.box-vertical-megamenus .vertical-menu-list li{
  display: block;
  line-height: 34px;
  margin-left: -1px;
  position: relative;

}

.box-vertical-megamenus .vertical-menu-list li.active a {
    color: #00aa00;
}

.box-vertical-megamenus .vertical-menu-list li.active {

}

.box-vertical-megamenus .vertical-menu-list>li:hover{

}
.box-vertical-megamenus .vertical-menu-list>li:hover> a, .box-vertical-megamenus .sub-vertical-menu-list>li:hover> a{
    color: #fff;
    background: #00a951;
}
.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before{
  color: #fff;
}
.box-vertical-megamenus .vertical-menu-list>li>a, .box-vertical-megamenus .sub-vertical-menu-list>li>a {
    padding-left: 20px;
    line-height: 36px;
    display: block;
    border-bottom: 1px solid #d7d7d7;
}

.box-vertical-megamenus ul.sub-vertical-menu-list>li>a {
    color: #333 !important;
}

.box-vertical-megamenus ul.sub-vertical-menu-list>li>a:hover {
    color: #fff !important;
}

.box-vertical-megamenus .vertical-menu-list>li .menu-open {
    background-image: url("../images/right-arrow.png");
    background-position: 98% 10px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    height: 36px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
    cursor: pointer;
}

.box-vertical-megamenus .vertical-menu-list>li .menu-close {
    background-image: url("../icon/down-arrow.png");
    background-position: 98% 10px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    height: 36px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}



.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before,
.box-vertical-megamenus .vertical-menu-content-home ul>li>a.parent:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 8px;
  color: #666;
}
.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after,
.box-vertical-megamenus .vertical-menu-content-home ul>li>a.parent:after {
  position: absolute;
  background: #fff;
  height: 100%;
  top: 0;
  right: -2px;
  width: 2px;
  content: ' ';
  z-index: 2000;
  opacity: 0;
}
.box-vertical-megamenus .vertical-menu-content ul > li:hover > a.parent:after,
.box-vertical-megamenus .vertical-menu-content-home ul > li:hover > a.parent:after{
  opacity: 1;
}
.box-vertical-megamenus .vertical-menu-content ul > li.cat-link-orther,
.box-vertical-megamenus .vertical-menu-content-home ul > li.cat-link-orther{
  display: none;
}


.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu,
.box-vertical-megamenus .vertical-menu-content-home ul li:hover .vertical-dropdown-menu{
  visibility: visible;
  display: block;
  height: auto;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;

}
.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu,
.box-vertical-megamenus .vertical-menu-content-home ul li img.icon-menu{
    vertical-align: middle;
    padding-right: 15px;
}

.box-vertical-megamenus .all-category{
    text-align: center;
    margin-top: 14px;
    padding-right: 20px;
}
.box-vertical-megamenus .all-category span{
    height: 40px;
    width: 100%;
    line-height: 39px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    cursor: pointer;
}
.box-vertical-megamenus .all-category span:hover{
  background: #00a951;
  color: #fff;
  border-color: #00a951;
}
.box-vertical-megamenus .all-category span:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: bold;
    margin-left: 20px;
}

.vertical-dropdown-menu{
  position: absolute;
  top: -15px;
  left: 100%;
  z-index: 900;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
  -moz-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 0;
  background: #fff;
  border: 1px solid #eaeaea;
}
.vertical-dropdown-menu .vertical-groups{
    padding: 24px 15px;
}
.vertical-dropdown-menu .mega-group-header{
    border-bottom: 1px solid #E8E8E8;
    font-size: 17px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.vertical-dropdown-menu .mega-group-header span{
    padding-bottom: 10px;
    border-bottom: 1px solid #00a951;
    float: left;
    margin-bottom: -1px;
}
.vertical-dropdown-menu .group-link-default{
    border: none!important;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;

}
.vertical-dropdown-menu .group-link-default li{
    border: none!important;
    padding-left: 0!important;
    line-height: 28px!important;
}
.vertical-dropdown-menu .mega-products .mega-product{
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px;
}
.vertical-dropdown-menu .mega-products .mega-product:last-child{
    border-right: none;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price{
    width: auto;
    display: inline-block;
    color: #00a951;
}
.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price{
    color: #999;
    text-decoration: line-through;
    width: auto;
    display: inline-block;
    padding-left: 20px;
}
.vertical-dropdown-menu .mega-products .mega-product .product-star{
  margin-top: 5px;
  color: #ff9900;
}


/*-----------------
 [ 3.4.2 Main menu]
 */
#main-menu{
  padding: 0;
}
#main-menu .container-fluid{
  padding: 0;
}
#main-menu .navbar-header{
  display: none;
}
#main-menu .navbar{
  border: none;
  margin: 0;
  background: none;
  min-height: 40px;
}
#main-menu .navbar-collapse{
  padding: 0;
}
#main-menu .navbar .navbar-nav>li>a{
    color: #000;
    margin: 10px 0;
    padding: 0;
    padding: 0 10px;
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
#main-menu .navbar .navbar-nav>li:last-child>a{
  border-right: none;
}
#main-menu .navbar .navbar-nav>li:hover,
#main-menu .navbar .navbar-nav>li.active{
  background: none;
  color: #00b458;
}
#main-menu .navbar .navbar-nav>li:hover>a,
#main-menu .navbar .navbar-nav>li.active>a{
  color: #00b458;
  border: 0px;
}
#main-menu .nav,
#main-menu .collapse,
#main-menu .dropup,
#main-menu .dropdown {
  position: static;
}
#main-menu .dropdown-menu {
  border-radius: 0;
  min-width: 200px;
  border-top: none;
  left: auto;
  padding: 30px 15px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate(0,40px);
  -moz-transform: translate(0,40px);
  -o-transform: translate(0,40px);
  -ms-transform: translate(0,40px);
  transform: translate(0,40px);
  display: block;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}
#main-menu .dropdown-menu.container-fluid{
  padding: 15px 15px;
}

#main-menu .navbar-nav > li:hover .dropdown-menu {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}
#main-menu .mega_dropdown .block-container {
  padding: 0 15px;
}
#main-menu .mega_dropdown .group_header {
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-top: 15px;
}

#main-menu .mega_dropdown .group_header:first-child{
  margin-top: 0;
}
#main-menu .mega_dropdown .img_container {
  padding: 0 0 5px;
}
#main-menu .dropdown-menu .block-container .link_container>a{
  line-height: 32px;
}
#main-menu .dropdown-menu .block-container .group_header>a{
  line-height: 32px;
  border-bottom: 1px solid #00a951;
  display: inline-block;
  margin-bottom: -1px;
}
#main-menu li.dropdown>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 14px;
  vertical-align: 0;
  padding-left: 7px;
  line-height: 10px;
}
#main-menu li.dropdown:before {
  font-size: 15px;
  color: #fff;
  padding-left: 7px;
  position: absolute;
  bottom: -13px;
  right: 48%;
  display: none;
  z-index: 1001;
}
#main-menu li.dropdown:hover:before {
  display: block;
}

.dropdown-menu .block-container .block li.link_container {
    border: 0px solid !important;
}

/*---------------
[4. Nav menu]
*/
.nav-menu{
    border: none;
}
.nav-menu .container-fluid{
    padding: 0;
}
.nav-menu .navbar-collapse{
   z-index: 10000;
   padding: 0;
   margin: 0;
   border:none;
}
.nav-menu .nav>li:last-child a{
    background-image: none;
}
.nav-menu .nav> li > a {
    padding: 5px 5px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
}

.nav-menu .navbar-toggle{
    background: url('../images/bar.png') no-repeat left center;
    height: 50px;
    margin: 0;
    padding-right: 3px;
}

.nav-menu .navbar-brand{
    font-size: 14px;
    font-weight: bold;
    display: none;
    text-transform: uppercase;
}
.nav-menu .navbar-brand a {
    color: hsl(15, 100%, 60%);
}
.nav-menu .toggle-menu{
    float: right;
    line-height: 49px;
    max-height: 50px;
}

.nav-menu .toggle-menu:before{
    font: normal normal normal 17px/1 FontAwesome;
      content: "\f0c9";
      line-height: inherit;
      color: #fff;
}
.floor-elevator{
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #999;
    padding-top: 7px;
    text-align: right;
}

.floor-elevator a {
    color: white;
    font-size: 15px;
    font-weight: normal;
}
.floor-elevator .fa{
    font-weight: normal;
    position: relative;
    top: 2px;
}
.floor-elevator .btn-elevator{
    cursor: pointer;
}
.floor-elevator .btn-elevator:hover, .floor-elevator .disabled{
    color: #ccc;
}
.floor-elevator .down{
    margin-top: -6px;
}

.category-view-all{
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #999;
    padding-top: 7px;
    text-align: right;
}
/** default nav **/
.nav-menu-default{
    height: 50px;
    background: #00a951;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.nav-menu-default .navbar-collapse{
    background: #eee;
}
.nav-menu-default ul>li>a:hover,
.nav-menu-default ul>li.active>a,
.nav-menu-default ul>li.selected>a{
    background: #00a951;
    color: #fff;
}

/** read nav **/
.nav-menu-red{
    height: 53px;
    background: #00a951;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

.nav-menu-red .navbar-collapse{
    background: #fff;
}
.nav-menu-red li a:hover,
.nav-menu-red li.active a,
.nav-menu-red li.selected a{
    background: #00a951;
    color: #fff;
}
/**green nav**/
.nav-menu-green{
    height: 30px;
    color: #339966;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

.nav-menu-green .navbar-collapse{
    background: #fff;
}
.nav-menu-green li a:hover,
.nav-menu-green li.active a,
.nav-menu-green li.selected a{
    background: none;
    color: #339966;
}
/**orange nav**/
.nav-menu-orange{
    height: 30px;
    color: #ff6633;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}

.nav-menu-orange .navbar-collapse{
    background: #fff;
}
.nav-menu-orange li a:hover,
.nav-menu-orange li.active a,
.nav-menu-orange li.selected a{
    background: none;
    color: hsl(15, 100%, 60%);
}
/** blue nav**/
.nav-menu-blue{
    height: 30px;
    background: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}
.nav-menu-blue .navbar-collapse{
    background: #fff;
}
.nav-menu-blue li a:hover,
.nav-menu-blue li.active a,
.nav-menu-blue li.selected a{
    background: none;
    color: #3366cc;
}
/**gray nav**/
.nav-menu-gray{
    height: 30px;
    background: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}
.nav-menu-gray .navbar-collapse{
    background: #fff;
}
.nav-menu-gray li a:hover,
.nav-menu-gray li.active a,
.nav-menu-gray li.selected a{
    background: none;
    color: #6c6856;
}
/**blue2 nav**/
.nav-menu-blue2{
    height: 30px;
    background: #669900;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
}
.nav-menu-blue2 .navbar-collapse{
    background: #fff;
}
.nav-menu-blue2 li a:hover,
.nav-menu-blue2 li.active a,
.nav-menu-blue2 li.selected a{
    background: #669900;
    color: #fff;
}
.show-brand .navbar-brand{
    display: block;
    color: red;
    margin-left: 0!important;
    text-transform: uppercase;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
}
.show-brand .navbar-brand a{
    color: red;
    display: inline-block;
}
.show-brand .navbar-brand img{
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -3px;
}

/*----------------
[5. Home slide]
*/
.header-top-right{
    margin-left: 0px;
    padding: 0;
    border-top: 3px solid #00a951;
}
.header-top-right .homeslider{
  width: 100%;
  float: left;
}
.header-top-right .header-banner{
    width: 26%;
    float: right;
}
.header-top-right .header-banner img{
  width: 100%;
  height: auto;
}
.header-top-right .homeslider img{
    width: 100%;
    height: auto;
}
.header-top-right .homeslider .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow:none;
  border:0;
  left: 0;
  background: #fff;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next{
  background: #00a951;
  text-indent: 0px!important;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
  padding-top: 8px;
  -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;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-top-right .homeslider .bx-controls-direction .bx-prev{
  left: 50%;
}
.header-top-right .homeslider .bx-controls-direction .bx-next{
  right: 50%;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-next{
  right: 10px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider:hover .bx-controls-direction .bx-prev{
  left: 10px;
  opacity: 1;
  visibility: inherit;
}
.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
.header-top-right .homeslider .bx-controls-direction .bx-next:hover{
  opacity: 0.8;
}
.header-top-right .homeslider .bx-wrapper:hover .bx-prev,.bx-wrapper:hover .bx-next{
    display: block;
}
.header-top-right .homeslider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item{
    width: 20px;
    height: 20px;

    border-radius: 90%;
    margin-right: 5px;
    line-height: 20px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a{
    width: 100%;
    height: 100%;
    float: left;
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0px;
    border-radius: 90%;
    color: #666;
    border: 1px solid #999;
    padding-left: 1px;
}
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00a951;
  color: #fff;
  border: 1px solid #fff;
}
.bx-wrapper{
    margin: 0;
}
/*---------------
[6. Page top]
*/
.page-top {
    margin-top: 15px;
}

/*------------------
[6.1 Latest deals]
*/
.latest-deals{
}

.latest-deals .latest-deal-title{
    height: 50px;
    background: url("../images/latest-deal-title.png") no-repeat left center;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding-left: 52px;
    margin-left: 8px;
}
.latest-deals .product-list li{
    padding-right: 0;
    border:none;
}
.latest-deals .latest-deal-content{
    border: 3px solid #00a951;
    padding: 20px 15px 10px 15px;
}
.latest-deals .count-down-time{
    text-align: center;
    padding-bottom: 15px;
    position: absolute;
    z-index: 99;

}
.latest-deals .count-down-time span{
    height: 24px;
    background: #999;
    color: #fff;
    width: auto;
    display: inline-block;
    line-height: 24px;
    margin: 0 3px;
    font-size: 18px;
    letter-spacing: 17px;
    padding-left: 7px;
    position: relative;
}
.latest-deals .count-down-time span:after{
    content: '';
    height: 24px;
    width: 2px;
    position: absolute;
    left: 25px;
    top: 0;
    background: #fff;
}
.latest-deals .count-down-time span:before{
    content: '';
    height: 24px;
    width: 11px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}
.latest-deals .count-down-time span:first-child{
    margin-left: 10px;
}
.latest-deals .count-down-time b{
    margin-left: -8px;
    position: relative;
}
.latest-deals .count-down-time b:after{
    position: absolute;
    right: -1px;
    top: 0;
    content: ':';
}

.latest-deals .product-list .owl-controls{
    width: 100%;
    top: 40%;
}
.latest-deals .product-list li .right-block{
    padding: 0;
}
.latest-deals .content_price{
  width: 100%!important;
}
.latest-deals .colreduce-percentage{
  float: right;
  padding-right: 20px;
}

.latest-deals .owl-prev,
.latest-deals .owl-next{
  -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;
  display: block;
  opacity: 0;
}
.latest-deals .owl-next{
  right: -50px;
}
.latest-deals .owl-prev{
  left: -50px;
}
.latest-deals:hover .owl-prev{
  left: -15px;
  opacity: 1;
}
.latest-deals:hover .owl-next{
  right: -15px;
  opacity: 1;
}

/*-------------------
[6.2. Popular tabs]
*/
.popular-tabs .owl-controls .owl-next{
  top: -46px;
}
.popular-tabs .owl-controls .owl-prev{
  top: -46px;
  left: inherit;
  right: 26px;
}

.popular-tabs .nav-tab{
    margin: 0;
    padding: 0;
}
.popular-tabs .nav-tab{
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;

}
.popular-tabs .nav-tab li{
    list-style: none;
    display: inline;
    border-bottom: 3px solid #ccc;
    margin-right: 2px;
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 15px;
}
.popular-tabs .nav-tab li:hover,.popular-tabs .nav-tab li.active{
    border-bottom: 3px solid #00a951;
}
.popular-tabs .nav-tab li:hover a,.popular-tabs .nav-tab li.active a{
    color: #333;
}
.popular-tabs .nav-tab li a{
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}
.popular-tabs .tab-container{
   padding-top: 30px;
}

.popular-tabs .product-list li .left-block{

}
.popular-tabs .product-list li{
      border: 1px solid #eaeaea;
      padding-bottom: 10px;
      overflow: hidden;
}
/*--------------------
[7. Services]
*/
.service{
    background:#f6f6f6;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.service .service-item{
    padding-left: 35px;
    border-right: 1px solid #ccc;
    overflow: hidden;

}
.service .service-item .icon{
    width: 40px;
    height: 40px;
    float: left;
}
.service .service-item .info{
    padding-left: 15px;
    margin-left: 40px;
    padding-top: 2px;
}
.service .service-item h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.service .service-item:last-child{
    border-right: none;
}

/*----------------
[8. Product]
*/
.product-list {
    position: relative;
    overflow: hidden;
}

.product-list .box-top {
    position: relative;
}
.product-list .box-item {
  background: #fff;
  border: 1px solid #d7d7d7;
}

.product-list .box-top {
}
.box-top .discount {
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsla(0, 0%, 20%, 0), hsl(0, 0%, 0%)) repeat scroll 0 0;
    bottom: 0;
    font-size: 16px;
    font-weight: bold;
    height: 100px;
    padding: 45px 8px 8px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.box-top .discount span {
    bottom: 10px;
    color: hsl(50, 84%, 69%);
    font-size: 18px;
    left: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px hsl(0, 0%, 0%);
    font-family: "Roboto-Light",sans-serif;
}
.product-list .owl-stage-outer {
    overflow: unset;
}

/*------------------
[9. Owl Carousel]
*/
.owl-controls{

}
.owl-controls .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.owl-controls .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
    background: #000;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    padding-top: 4px;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #00a951;
    color: #fff;
}
.owl-controls .owl-prev .fa,
.owl-controls .owl-next .fa{
    font-weight: bold;
}

/*-----------------
[10. Banner advertisement]
*/
.banner a{
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}
.banner a:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,300%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,300%,0);
}
.banner a:hover:before{
   -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-300%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-300%,0);
}

.banner-img{
    position: relative;
}
.banner-img a:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}
.banner-img a:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}
.banner-img a:hover:before,.banner-img a:hover:after{
    transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


/*-----------------
[11. Page content]
*/
.content-page{
    background: #eaeaea;
    margin-top: 30px;
    padding-bottom: 30px;
}
/*------------------
[11.1 Category featured]
*/
.category-featured{
    margin-top: 30px;
}
/*------------------
[11.1.1 Banner featured]
*/
.category-banner{
    overflow: hidden;
}
.category-banner .banner{
    padding: 0;
    overflow: hidden;
}
.featured-text{
    position: absolute;
    right: -5px;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 100;
}
.featured-text span{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    height: 20px;
    line-height: 24px;
    float: left;
    margin-top: 24px;
    margin-left: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #003366;
    font-weight: bold;
    text-indent: -999px;
}
/*------------------
[11.1.2 Product featured]
*/
.product-featured{
    margin-top: 10px;
    background: #fff;
}
.product-featured .product-featured-content{
    float: right;
}
.product-featured .product-featured-content .product-featured-list{
      overflow: hidden;
}
.product-featured .banner-featured{
    width: 234px;
    float: left;
    margin-right: -100%;
    position: relative;
}
.product-featured .product-list li{
    border-right: 1px solid #eaeaea;
    padding-bottom: 10px;
    min-height: 300px;
}
.product-featured .product-list .owl-stage .active:last-child li{
    border: none;
}

.product-featured .owl-prev,
.product-featured .owl-next{
  -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;
}
.product-featured .owl-next{
  right: -50px;
}
.product-featured .owl-prev{
  left: -50px;
}
.product-featured .owl-carousel:hover .owl-prev{
    left: 0;
    opacity: 1;
    visibility: inherit;
}
.product-featured .owl-carousel:hover .owl-next{
    right: 0;
    opacity: 1;
    visibility: inherit;
}

/*
[11.2 Banner bootom]
*/
.banner-bottom{
    margin-top: 30px;
}

.owl-carousel .item{
    background: #eaeaea;
}



/*----------------
[12. Brand showcase]
*/
.brand-showcase{
    margin-top: 30px;
}
.brand-showcase .brand-showcase-title{
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #00a951;
    line-height: 40px;
    padding-left: 10px;
}
.brand-showcase-box{
   border-bottom: 1px solid #eaeaea;
   border-left: 1px solid #eaeaea;
   border-right: 1px solid #eaeaea;
    padding-bottom: 30px;
}
.brand-showcase-box .brand-showcase-logo{
}
.brand-showcase-box .brand-showcase-logo .owl-item:last-child{
    margin-right: 0!important;
}
.brand-showcase-box .brand-showcase-logo li{
    background: #eaeaea;
    cursor: pointer;
}
.brand-showcase-box .brand-showcase-logo li:hover,.brand-showcase-box .brand-showcase-logo li.active{
    background: #fff;
}

.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev,
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-next {
  top: -18px;
}
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-next{

}
.brand-showcase-box .brand-showcase-logo .owl-controls .owl-prev{
    left: inherit;
    right: 26px;
}
.brand-showcase-box .brand-showcase-logo .owl-controls .fa {
  font-weight: bold;
}

.brand-showcase-content .brand-showcase-content-tab{
    display: none;
}
.brand-showcase-content .active{
    display: block;
}
.trademark-info {
    padding-left: 45px!important;
}

.trademark-info .trademark-logo,
.trademark-info .trademark-desc{
    border-bottom: 1px dotted #999999;
    padding-bottom: 20px
}
.trademark-info .trademark-logo{
    margin-top: 30px;
}
.trademark-info .trademark-desc{
    line-height: 18px;
    margin-top: 20px;
}
.trademark-info .trademark-link{
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #999;
    padding: 0 10px 0 15px;
    margin-top: 20px;
    float: left;
}
.trademark-info .trademark-link:after{
      font: normal normal normal 14px/1 FontAwesome;
        content: "\f0da";
        padding-left: 12px;
}
.trademark-product{
    padding-right: 45px;
}
.trademark-product .product-item{
    margin-top: 30px;
}
.trademark-product .image-product{
    float: left;
    width: 40%
}

.trademark-product .info-product{
    float: right;
    width: 60%;
    padding-left: 20px;
    line-height: 35px;
    padding-top: 20px;

}
.trademark-product .info-product .product-price{
    font-size: 18px;
    color: #F36;
    font-weight: bold;
}
.trademark-product .info-product .product-star{
    color: #ff9900;
    font-size: 13px;
}
.trademark-product .info-product .quick-view a{
  width: 25px;
  height: 25px;
  display:inline-block;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
}
.trademark-product .info-product .btn-view-more{
  height: 26px;
  text-align: center;
  line-height: 24px;
  padding: 0 15px;
  display: inline-block;
  border:  1px solid #eaeaea;
}
.trademark-product .info-product .btn-view-more:hover{
  background: #00a951;
  color: #fff;
}
.trademark-product .info-product .quick-view a .fa{
  text-align: center;
  line-height: 25px;
}
.trademark-product .info-product .quick-view a:hover{
    background: #00a951;
}


/*------------------
[12. Hot categories]
*/
#hot-categories{
    margin-top: 30px
}
.group-title-box {
    margin-bottom: 20px;
}
.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    padding-bottom: 7px;

}
.group-title span {
    border-bottom: 3px solid #00a951;
    text-transform: uppercase;
    padding: 5px 10px;
}
.cate-box{
  padding-bottom: 20px;
}
.cate-box .cate-tit {
    background: #f4f4f4;
    height: 110px;
    overflow: hidden;
}
.cate-box .cate-tit .div-1{
    width: 46%;
    float: left;
    padding-left: 25px;
    padding-right: 15px;
}

.cate-name-wrap {
    display: table;
    margin-bottom: 18px;
}
.cate-box .cate-name {
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    display:table-cell;
    vertical-align: bottom;
}
.cate-box .cate-link {
    padding: 4px 4px 3px 7px;
    background: #999999;
    text-decoration: none;
    color: #fff;
}
.cate-box .cate-link:hover {
    background: #00a951!important;
}

.cate-link span {
    padding-right: 12px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}
.cate-content{
    padding-top:10px;
    padding-bottom: 10px;
}
.cate-content ul{
    list-style: none;
}
.cate-content ul li a:before{
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 10px;
  font-weight: bold;
}
.cate-box .div-2 {
    width: 54%;
    float: left;
    padding-top: 10px;
    overflow: hidden;
}


/*
[14. footer]
*/
#footer {
    background: #eee;
}

/** add-box **/
#address-list .tit-name{
    float: left;
    font-weight: bold;
    width: 70px;
    padding-right: 5px;
}
#address-list {
    margin-top: 18px;
}
#address-list .tit-contain {
      display: flex;
}
/** #introduce-box **/
#introduce-box {
    margin-top: 40px;
}
.introduce-title {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}
.widget-name {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.introduce-list li{
    padding-top: 2px;
    padding-bottom: 2px;
    list-style: outside none none;
}

.introduce-list {
    padding-left: 0px;
    list-style: inherit;
}
/** contact-box **/
#mail-box {
    margin-bottom: 20px;
}
#mail-box input{
    height: 30px;
  background: #fff;
  width: 100%;
  padding-left: 10px;
}
#mail-box .btn {
    font-weight: bold;
    color: #fff;
    height: 30px;
    border-radius: 0;
    background: #00a951;
    border: none;
    outline: none;
}
#mail-box .btn:hover{
    z-index: 0;
    opacity: 0.8;
    transition: 0.3s;
}

/** /#introduce-box **/
/** #trademark-box **/
#trademark-text-box {
    font-size: 13px;
}
#trademark-list  {
  list-style: outside none none;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 0px;
  display: table;
  width: 100%;
  margin-top: 20px;
}
#trademark-list li{
    display: inline-block;
    padding: 10px 11px;
}
#trademark-list li:last-child{
    padding-right: 0;
}
#trademark-list #payment-methods{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px;
}
.trademark-text-tit {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.trademark-list{
    list-style: none;
    margin-bottom: 10px;
}
.trademark-list li{
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #666666;
}
.trademark-list li:first-child{
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}
.trademark-list li:last-child{
    border-right: 0;
    padding-right: 0;
}
.social-link a:hover{
  opacity: 0.8;
}
.social-link .fa{
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.social-link .fa-facebook{
    background: #415a99;
}

.social-link .fa-pinterest-p{
    background: #cb222a;
}
.social-link .fa-vk{
    background: #5b7fa6;
}
.social-link .fa-youtube-play{
    background: #cb222a;
}
.social-link .fa-twitter{
    background: #00caff;
}

.social-link .fa-google-plus{
    background: #da4735;
}

/** #footer-menu-box **/
#footer{
  background: #eaeaea;
  padding-top: 20px;
}
#footer-menu-box {
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer-menu-list{
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}
.footer-menu-list li{
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #0066cc;
}
.footer-menu-list li:last-child{
    border-right: none;
}

.footer-menu-list li a{
    color: #0066cc;
}

.footer-menu-list li a:hover{
    text-decoration: underline;
    transition: all 0.3s;
}
.scroll_top{
    width: 34px;
  height: 34px;
  position: fixed;
  display: none;
  font-size: 0;
  z-index: 9999;
  right: 10px;
  bottom: 45px;
  background: #1fa64b;
  display: none;
}
.scroll_top:hover{
  background: #F36;
}

.scroll_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
}


/*------------------
[15. Breadcrumb]
*/
.breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    border-radius: initial;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
}
.breadcrumb .navigation-pipe:before{
    content: "\f105";
  font-size: 13px;
  display: inline-block;
  text-align: right;
  width: 6px;
  color: #666;
  font-family: "FontAwesome";
  padding: 0 5px;
}

/*------------------
[16. Columns]
*/
#columns{
  padding-top: 16px;
  padding-bottom: 30px;
}

/*--------------
16.1 Left column
*/
#left_column .left-module{
  margin-bottom: 30px;
  overflow: hidden;
}
#left_column .left-module .owl-dots{
  bottom: 5px;
}
#left_column .left-module:last-child{
  margin-bottom: 0;
}
#left_column .left-module img{
  margin: 0 auto;
}
#left_column .block{
  border: 1px solid #eaeaea;    margin-top: 10px;
}
#left_column .block .title_block{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-left: 15px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
}
#left_column .block .block_content{
  padding:  0;
}
.layered .layered_subtitle{
  color: #666;
  font-size: 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.layered .layered-content{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.layered .layered-content:last-child{
    border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.layered .layered-content:first-child{

}
._boxwhy
{
    position: relative;
    margin-bottom: 5px;
    width: 100%;
}
._boxwhy ._number {
    background: #cc0000;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
._boxwhy ._number ._line {
    border-right: 1px solid #fff;
    position: absolute;
	height: 45px;
    left: 15%;
    top: 0;
}
._boxwhy ._text1 {
    color: #cc0000;
    font-size: 15px;
    font-weight: 700;
}
._boxwhy ._text2 {
    font-size: 13px;
}
.sidebar-right {
    float: left!important;
}
._boxwhy .pull-left {
    float: left !important;
}
._boxwhy .pull-right {
    float: right !important;
	width: 82%;
}
.whyus
{margin-top:10px;}
.layered-category .layered-content{
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.tree-menu li {
    line-height: 34px;
    position: relative;
    padding-left: 10px;
    width: 100%;
    height: 34px;
    cursor: pointer;
    background-image: url("../images/right-arrow.png");
    background-position: 98% 12px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border-bottom: 1px dashed #d7d7d7;
}
.tree-menu li:last-child {
    border-bottom: 0px dashed #d7d7d7;
}
.tree-menu li:hover>a,
.tree-menu li.active>a,
.tree-menu li:hover>span:before,
.tree-menu li.active>span:before
{
  color: #00a951;
}

.tree-menu > li > span {

}
.tree-menu > li >span:before{
}
.tree-menu > li >span.open:before{
  content: "\f107";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
}

.tree-menu > li > ul{
  padding-left: 17px;
  display: none;
}
.tree-menu > li > ul > li{
  border-bottom: 1px dotted #eaeaea;
}
.tree-menu > li > ul > li:last-child{
  border: none;
}
.tree-menu > li > ul > li >span:before{
    content: "\f0da";
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: #666;
  font-family: "FontAwesome";
  padding-right: 12px;
  color: #ccc;
}

/** FILTER PRICE **/
.layered-filter-price .amount-range-price{
  padding:15px 0;
}
.layered-filter-price .slider-range-price{
  height: 7px;
  background: #00a951;
  border: none;
  border-radius: 0;
}
.layered-filter-price .slider-range-price .ui-widget-header{
  background: #ccc;
  height: 7px;
}
.layered-filter-price .slider-range-price .ui-slider-handle{
  border: none;
  border-radius: 0;
  background: url("../images/range-icon.png") no-repeat;
  cursor: pointer;
}

.check-box-list{
  overflow: hidden;
}
.check-box-list li{
  line-height: 24px;
}
.check-box-list label{
  display: inline-block;
  cursor: pointer;
  line-height: 12px;
}
.check-box-list label:hover{
  color: #00a951;
}
.check-box-list input[type="checkbox"]{
  display: none;
}
.check-box-list input[type="radio"]{
  display: none;
}
.check-box-list input[type="checkbox"] + label span.button {
      display:inline-block;
      width:12px;
      height:12px;
      margin-right: 13px;
      background: url("../images/checkbox.png") no-repeat;
      padding: 0;
      border: none;
}

.check-box-list input[type="radio"] + label span.button {
      display:inline-block;
      width:12px;
      height:12px;
      margin-right: 13px;
      background: url("../images/checkbox.png") no-repeat;
      padding: 0;
      border: none;
}
.check-box-list input[type="checkbox"]:checked + label span.button{
    background: #00a951 url("../images/checked.png") no-repeat center center;
}

.check-box-list input[type="radio"]:checked + label span.button{
    background: #00a951 url("../images/checked.png") no-repeat center center;
}
.check-box-list input[type="checkbox"]:checked + label{
  color: #00a951;
}

.check-box-list input[type="radio"]:checked + label{
  color: #00a951;
}
.check-box-list label span.count{
  color: #a4a4a4;
  margin-left: 2px;
}

.filter-color ul{
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.filter-color li{
  display: inline;
  padding: 0;
  margin: 0;
  line-height: normal;
  float: left;
  padding: 5px;
}
.filter-color li label{
  border: 1px solid #eaeaea;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  padding-left: 6px;
  float: left;
}
.filter-color li input[type="checkbox"] + label span.button{
  background: none;
  margin: 0;
}

.filter-color li input[type="radio"] + label span.button{
  background: none;
  margin: 0;
}
.filter-color li input[type="checkbox"]:checked + label{
    border-color: #00a951;
}

.filter-color li input[type="radio"]:checked + label{
    border-color: #00a951;
}
.filter-size{
  max-height: 200px;
  overflow-y:auto;
}
.filter-size li{
  width: 50%;
  float: left;
}
.owl-controls .owl-dots{
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.owl-controls .owl-dots .owl-dot{
  width: 14px;
  height: 14px;
  background: #adadad;
  display: inline-block;
  margin: 0 6px;
  border-radius: 90%;
}
.owl-controls .owl-dots .owl-dot.active{
  background: #00a951;
}

.product-list .owl-controls .owl-dots {
    bottom: -20px !important;
}
/** special-product**/
.products-block{
  overflow: hidden;
}
.products-block .products-block-left{
  width: 75px;
  float: left;
}
.products-block .products-block-right{
  margin-left: 85px;
}
.products-block .product-price{
  font-size: 18px;
  color: #00a951;
  font-weight: bold;
  line-height: 35px;
}
.products-block .product-star{
  color: #ff9900;
}

.products-block-bottom{
  padding-top: 15px;
}
.products-block .link-all{
  height: 35px;
  width: 120px;
  border: 1px solid #00a951;
  line-height: 33px;
  font-size: 14px;
  color: #00a951;
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
  background: #00a951;
  color: #fff;
}
.products-block .link-all:hover{
  opacity: 0.8;
}
.products-block .link-all:after{
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f101";
    margin-left: 10px;
}
.best-sell li{
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.best-sell li:first-child{
  padding-top: 0;
}
.best-sell li:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.owl-best-sell{
  padding-bottom: 35px;
}

#left_column .block .block_content.product-onsale{
  padding: 15px 20px;
}
#left_column .block .block_content.product-onsale .product-list{
  padding-bottom: 25px;
}

#left_column .block .block_content.product-onsale .product-list .product-container{
  border: none;
}
#left_column .block .block_content.product-onsale .product-list .product-container .right-block{
  padding: 0;
}

.product-bottom{
  padding-top: 10px;
  text-align: center;
}
.btn-add-cart{
    height: 35px;
    width: auto;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    background: #cc0000 none repeat scroll 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-add-cart:hover{
  color: #fff;
  opacity: 0.8;
}
.btn-add-cart:before{
    width: 16px;
    height: 100%;
}

/** tags **/
.tags{
  line-height: 26px;
}
.tags span{
  padding: 0 5px;
}
.tags .level1{
  font-size: 12px;
}
.tags .level2{
  font-size: 16px;
}
.tags .level3{
  font-size: 18px;
}
.tags .level4{
  font-size: 20px;
}
.tags .level5{
  font-size: 24px;
}

/** testimonials **/
.testimonials{
  padding: 10px;
}
._box18 .testimonials
{padding:0; margin-left:0;}
.testimonials .client-mane{
  text-align: center;
  font-weight: 600;
}
.testimonials .client-avarta {
  margin-top: 10px;
  text-align: center;
}
.testimonials .client-avarta img{
	border: 1px solid #eaeaea;
    padding: 0px;
    margin: 0 auto;
}
.testimonial
{
	margin-bottom:5px;
}
/*--------------------
[16.2 Center column]
*/

.category-slider .owl-controls .owl-prev,
.category-slider .owl-controls .owl-next {
  background: #aaa;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  -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;
  position: absolute;
  visibility: hidden;
  opacity: 0;

}
.category-slider .owl-controls .owl-prev:hover,
.category-slider .owl-controls .owl-next:hover{
  background: #00a951;
}
.category-slider .owl-controls .owl-prev{
  left: 50%;
}
.category-slider .owl-controls .owl-next{
  right: 50%;
}
.category-slider:hover .owl-controls .owl-next{
    right: 0;
    visibility: inherit;
    opacity: 1;
}
.category-slider:hover .owl-controls .owl-prev{
    left: 0;
    visibility: inherit;
    opacity: 1;
}

/** subcategories **/
.subcategories{
  border: 1px solid #e4e4e4;
  margin-top: 20px;
}
.subcategories ul{
  overflow: hidden;
}
.subcategories li {
  display: inline;
  float: left;

}
.subcategories li a{
  height: 34px;
  float: left;
  line-height: 34px;
  padding: 0 40px;
  font-size: 13px;
}
.subcategories li a:hover{
  background: #f2f2f2;
  color: #666;
}
.subcategories li.current-categorie{
    position: relative;
}
.subcategories li.current-categorie:after{

    font: normal normal normal 14px/1 FontAwesome;
      content: "\f0da";
      position: absolute;
      right: -5px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #000;

}
.subcategories li.current-categorie a{
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.view-product-list{
  margin-top: 7px;
  position: relative;
}
.page-heading{
  border-bottom: 1px solid #eaeaea;
  line-height: 35px;
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.page-heading span.page-heading-title {
  border-bottom: 3px solid #00a951;
  position: absolute;
  bottom: -1px;
  padding: 0;
}
.page-heading span.page-heading-title2{
}

.page-heading small {
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 3px;
}
.no-line{
  border-bottom: none;
}
.view-product-list .display-product-option{
  position: absolute;
  top: 0;
  right: 0;
}

/** botton view option **/
.display-product-option{
    width: 63px;
    height: 30px;
}
.display-product-option li.view-as-list span{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/list-view-bg.png") 0 0 #666;
  border: none;
  float: right;
}
.display-product-option li.selected span,
.display-product-option li:hover span
{
  background-color: #00a951;
  background-position: 0 -30px;
}
.view-product-list .product-list.grid{
    margin: 0px;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
.product-list .product-container{
  border: 1px solid #eaeaea;
  overflow: hidden;
  padding-bottom: 10px;
}
.product-list .info-orther{
  display: none;
}
.product-list.grid li{
    margin:0px;
    width: 20%;
    position: relative;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.product-featured-list .product-list.grid li{
    width: 20%;
}
.product-list.grid li .box-bottom {
    position: relative;
}
.product-list.grid .info-orther{
  display: none;
}

.product-list.list li {
  width: 100%;
  margin-top: -1px;
}

.product-list.list li .product-container {
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}

.product-list.list li:first-child .product-container{
  margin-top: 20px;
}
.product-list.list li:hover .product-container{
  border: 1px solid #eaeaea;
}
.product-list.list .left-block{
    width: 29%;
    float: left;
    position: inherit;
}
.product-list.list .add-to-cart{
  top: 70px;
  right: 36px;
  left: inherit;
  bottom: inherit;
  width: 129px;
  height: 36px;
  background: #00a951;
  line-height: 36px;
  position: absolute;
}
.product-list.list .add-to-cart a{
  height: 36px;
  background: url("../images/cart.png") no-repeat left center;
  margin-left: 15px;
  padding-left: 15px;
  width: 114px;
}
.product-list.list .quick-view{
  width: 129px;
  right: 36px;
  top: 120px;
  text-align: center;
  padding-left: 5px;
}
.product-list.list .quick-view a{
  margin: 0 10px;
}
.product-list.list .quick-view a:last-child{
  margin: 0;
}

.product-list.list .quick-view a.heart{
  margin-left: inherit;
}
.product-list.list .quick-view a.compare{
  margin-left: inherit;
}
.product-list.list .quick-view a.search{
  margin-left: inherit;
}
.product-list.list .group-price{
  top: 34px;
    left: 25px;
}
.product-list.list .product-star{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
    padding-top: 6px;
}
.product-list.list li .content_price {
  margin-top: -3px;
}
.product-list.list .right-block{
  width: 71%;
  float:left;
  margin-top: 20px;
  line-height: 26px;
}
.product-list.list .info-orther{
  display: block;
}
.product-list.list .right-block .product-name{
  font-size: 18px;
}
.product-list.list .right-block .availability span{
  color: #009966;
}
.product-list.list .right-block .product-desc{
  line-height: 24px;
  margin-top: 20px;
}
.product-list.style2.grid .add-to-cart{
  position: inherit;
  background: none;
  margin-top: 5px;

}
.product-list.style2.grid .add-to-cart a{
  background: #00a951;
  padding: 0 15px;
}
.product-list.style2.grid .add-to-cart a:hover{
  opacity: 0.8;
}
.product-list.style2.grid .add-to-cart a:before{
  content: '';
  width: 16px;
  height: 100%;
  background:url("../images/cart.png") no-repeat left center;
  float: left;
  margin-right: 10px;
}

/** sortPagiBar **/
.sortPagiBar{
  margin-top: 20px;
}
.sortPagiBar .page-noite{
  line-height: 30px;
}
.sortPagiBar .sort-product,
.sortPagiBar .show-product-item {
  float: right;
  border: 1px solid #eaeaea;
  border-right: 0px solid #eaeaea;
  height: 32px;
  margin-left: 0px;
}
.sortPagiBar .show-product-text {
    float: left;
    height: 32px;
    line-height: 32px
}
.sortPagiBar select{
  background: transparent;
  padding: 0 10px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/dropdown.png") no-repeat right center #fafafa;
  padding-right: 20px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
.sortPagiBar .sort-product .sort-product-icon{
  display: inline-block;
  width: 38px;
  text-align: center;
  float: right;
  height: 30px;
  border-left: 1px solid #eaeaea;
  background: #fafafa;
  padding-top: 8px;
}
.sortPagiBar .bottom-pagination{
  width: auto;
  float: none;
}
.sortPagiBar .bottom-pagination .pagination{
  padding: 0;
  border-radius:0;
}

.sortPagiBar .bottom-pagination .pagination a:hover{
  background: #00a951;
  color: #fff;
}
.sortPagiBar .bottom-pagination .pagination .active a{
  background: #00a951;
  color: #fff;
}
.sortPagiBar .bottom-pagination .pagination > li:first-child > a,
.sortPagiBar .bottom-pagination .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.sortPagiBar .bottom-pagination .pagination > li > a,
.sortPagiBar .bottom-pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #999;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #eaeaea;
}
.sortPagiBar .bottom-pagination .pagination > li:last-child > a,
.sortPagiBar .bottom-pagination .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination .fa{
    margin-top: 4px;
}

ul.pagination li{
    margin-right: 0 !important;
}


/*----------------------
[17. Order page]
*/
.page-content{
  margin-top: 30px;
}
.page-order ul.step{
  width: 100%;
  clear: both;
  overflow: hidden;
}
.page-order ul.step li{
  display: inline;
  line-height: 30px;
  width: 25%;
  float: left;
  text-align: center;
  border-bottom: 3px solid #ccc;
}
.page-order ul.step li.current-step{
  border-bottom: 3px solid #00a951;
}

.page-order .heading-counter{
  margin: 30px 0;
  padding: 15px;
  border: 1px solid #eaeaea;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
    border-bottom-width: 0px;
}
.page-order .cart_navigation a{
  padding: 10px 20px;
  border: 1px solid #eaeaea;
}
.page-order .cart_avail{
  text-align: center;

}
.page-order .cart_avail .label{
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.page-order .product-name{
  font-size: 16px;
}
.page-order .cart_description{
  font-size: 14px;
}
.page-order .cart_avail .label-success {
  background: #FFF;
  border: 1px solid #55c65e;
  color: #48b151;
  font-weight: normal;
}
.page-order .cart_navigation a.next-btn{
  float: right;
  background: #00a951;
  color: #fff;
  border: 1px solid #00a951;
    background: #00a951;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-order .cart_navigation a.next-btn:hover{
  opacity: 0.8;
}
.page-order .cart_navigation a.prev-btn{
    float: left;
    background: #c00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.page-order .cart_navigation a.prev-btn:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px;

}
.page-order .cart_navigation a.next-btn:after{
  font: normal normal normal 14px/1 FontAwesome;
      content: "\f105";
    padding-left: 15px;
}
.page-order .cart_navigation a:hover{
  background: #00a951;
  color: #fff;
}
.cart_summary > thead,
.cart_summary > tfoot{
  background: #f7f7f7;
  font-size: 16px;
}
.cart_summary > thead>th{
  border-bottom-width: 1px;
  padding: 20px;
}
.cart_summary td{
  vertical-align: middle!important;
  padding: 20px;
}
.cart_summary .table>tbody>tr>td, .table>tbody>tr>th,
.cart_summary .table>tfoot>tr>td, .table>tfoot>tr>th,
.cart_summary .table>thead>tr>td, .table>thead>tr>th{
  padding: 15px;
}
.cart_summary img{
  max-width: 100px;
}
.cart_summary td.cart_product{
  width: 120px;
  padding: 15px;
}
.cart_summary .price{
  text-align: right;
}
.cart_summary .qty{
  text-align: center;
  width: 100px;
}
.cart_summary .qty input{
  text-align: center;
  max-width: 64px;
  margin: 0 auto;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.cart_summary .qty a{
  padding: 8px 10px 5px 10px;
  border: 1px solid #eaeaea;
  display:inline-block;
  width: auto;
  margin-top: 5px;
}
.cart_summary .qty a:hover{
  background: #00a951;
  color: #fff;
}
.cart_summary .action{
  text-align: center;

}

.cart_summary .action a{
  background: url("../images/delete_icon.png") no-repeat center center;
  font-size: 0;
  height: 9px;
  width: 9px;
  display: inline-block;
  line-height: 24px;
}
.cart_summary tfoot{
  text-align: right;
}
.cart_navigation{
  margin-top: 10px;
  float: left;
  width: 100%;
}

/*
[18. Product page]
*/
#product .pb-right-column{
  line-height: 30px;
}
#product .pb-right-column .fa{
  line-height: inherit;
}
#product .pb-right-column .product-name{
    font-size: 24px;
    color: hsl(149, 100%, 33%);
}
#product .pb-right-column .product-comments .product-star,
#product .pb-right-column .product-comments .comments-advices{
  width: auto;
  display: inline-block;
}
#product .pb-right-column .product-comments .product-star{
  color: #ff9900;
}
#product .pb-right-column .product-comments .comments-advices a{
  border-right: 1px solid #eaeaea;
  padding-left: 15px;
  padding-right: 15px;
}
#product .pb-right-column .product-comments .comments-advices a:last-child{
  border-right: none;
}
#product .pb-right-column .product-price-group .price,
#product .pb-right-column .product-price-group .old-price,
#product .pb-right-column .product-price-group .discount{
  display: inline-block;
  margin-right: 15px;
}
#product .pb-right-column .product-price-group .price{
  font-size: 18px;
  font-weight: bold;
  color: #00a951;
}
#product .pb-right-column .product-price-group .old-price{
  text-decoration: line-through;
}
#product .pb-right-column .product-price-group .discount{
  background: #ff9900;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  line-height: inherit;
  margin-right: 0;
  height: 23px;
  line-height: 23px;
}
#product .pb-right-column .info-orther{
  padding-bottom: 5px;
}
#product .pb-right-column .product-desc,
#product .pb-right-column .form-option,
#product .pb-right-column .form-action,
#product .pb-right-column .form-share{
  border-top: 1px solid #eaeaea;
  padding: 10px 0;
}
#product .pb-right-column .form-option #size_chart{
  color: #00a951;
  text-decoration:underline;
  margin-left: 15px;
}
#product .pb-right-column .product-desc{
  line-height: 24px;
}
#product .pb-right-column .form-option .attributes{
  clear: both;
  padding: 5px 0;
  overflow: hidden;
}
#product .pb-right-column .form-option .attributes:first-child{
  padding-top: 0;
}
#product .pb-right-column .form-option .attributes .attribute-label{
  width: 150px;
  float: left;
}
#product .pb-right-column .form-option .form-option-title{
  font-weight: bold;
  line-height: 20px;
}

#product .pb-right-column .form-option .attributes select {
  padding: 0px 0px 0px 10px;
  height: 29px;
    line-height: 23px;
  -moz-appearansce: none;
  -webkit-appearance: none;
  background: #FAFAFA url("../images/dropdown.png") no-repeat scroll right center;
  display: inline-block;
  border: 1px solid #eaeaea;
  min-width: 150px;
}

#product .pb-right-column .form-option .qty{
  width: 40px;
  display: inline-block;
  float: left;
  overflow: hidden;

}
#product .pb-right-column .form-option .product-qty{
  border: 1px solid #eaeaea;
  width: 60px;
  margin-left: 50px;
  overflow: hidden;
  background: #FAFAFA;

}
#product .pb-right-column .form-option .attributes .btn-plus{
  width: 18px;
  height: 29px;
  float: left;
  display: inline-block;
  margin-top: -5px;

}
#product .pb-right-column .form-option .btn-plus a{
  width: 18px;
  height: 10px;
  float: left;
  text-align: center;
  cursor: inherit;
}

#product .pb-right-column .form-option .attributes input{
  max-width: 50px;
  padding: 0 5px;
}
#product .pb-right-column .form-option .list-color{
  overflow: hidden;
  padding-top: 5px;

}
#product .pb-right-column .form-option .list-color li{
  width: 20px;
  height: 20px;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 10px;
}
#product .pb-right-column .form-option .list-color li:hover,
#product .pb-right-column .form-option .list-color li.active{
    border: 1px solid #00a951;
}
#product .pb-right-column .form-option .list-color li a{
  width: 20px;
  height: 20px;
  float: left;
  text-indent: -9999px;
}
#product .pb-right-column .form-action{
  padding: 0;
  padding-bottom: 5px;
}
#product .pb-right-column .form-action .button-group{
  margin-top: 15px;
  overflow: hidden;
}
#product .pb-right-column .form-action .button-group .wishlist,
#product .pb-right-column .form-action .button-group .compare{
  min-width: 50px;
  padding-right: 15px;
  text-align: center;
  float: left;
}
#product .pb-right-column .form-action .button-group .wishlist .fa,
#product .pb-right-column .form-action .button-group .compare .fa{
  font-size: 18px;
  width: 30px;
  height:30px;
  color: #fff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
  border-radius: 90%;
}
#product .pb-right-column .form-action .button-group .wishlist:hover .fa,
#product .pb-right-column .form-action .button-group .compare:hover .fa{
  background: #00a951;
}
#product .pb-right-column .form-share .fa{
  font-size: 18px;
}
#product .pb-right-column .form-share .sendtofriend-print a{
  margin-right: 15px;
  margin-bottom: 15px;
}
.product-tab{
  margin-top: 30px;
}
.product-tab .nav-tab{
  width: 100%;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.product-tab .nav-tab>li{
    height: 35px;
    line-height: 35px;
    float: left;
    display: inline;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    color: #333333;
    margin-right: 4px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}
.product-tab .nav-tab>li:last-child{
  margin-right: 0;
}
.product-tab .nav-tab>li>a{
  color: #333333;
  padding: 0 15px;
  height: 35px;
  float: left;
    font-size: 13px;
    font-family: "Roboto-Light";
}
.product-tab .nav-tab>li:hover>a,
.product-tab .nav-tab>li.active>a{
    background: none;
    color: #fff;

}

.product-tab .nav-tab>li:hover,
.product-tab .nav-tab>li.active {
    background: hsl(149, 100%, 33%) none repeat scroll 0 0;
}

.product-tab .tab-container{
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    z-index: 1;
}
.product-tab .tab-container p{
  margin: 0 0 10px;
}
.product-tab .tab-container .table{
  margin-bottom: 0;
}
.product-tab .tab-container .tab-panel{
  line-height: 24px;
}

.trip-tab .nav-tab>li{
    height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    background: #e2e2e2;
    border: 0px solid #e2e2e2;
    color: #333333;
    margin-right: 4px;
    font-weight: 600;
    border-radius: 5px 5px 0px 0px;
}

.trip-tab .tab-container{
    padding: 10px 0px;
    border: 0px solid #e2e2e2;
    margin-top: -1px;
    z-index: 1;
}

.product-comments-block-tab {
  overflow: hidden;
}
.product-comments-block-tab .fa{
    line-height: inherit;
}
.product-comments-block-tab .reviewRating{
  color: #ff9900;
}
.product-comments-block-tab .comment{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dotted #eaeaea;
}
.product-comments-block-tab .comment:first-child{
  padding-top: 0;
}
.product-comments-block-tab .comment:last-child{
  padding-bottom: 0;
  border-bottom:none;
}
.product-comments-block-tab .comment .author{
    border-right: 1px solid #eaeaea;
}
.product-comments-block-tab .btn-comment{
    padding: 5px 15px;
    border: 1px solid #eaeaea;
    float: left;
    margin-top: 15px;
}
.page-product-box,.left-module{
    margin-top: 0px;
    border: 1px solid #ccc;    padding: 0px 5px 10px 5px;
}
.page-product-box .heading, ._blockName{
    font-size: 16px;
    color: hsl(180, 100%, 25%);
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid;
}
.page-product-box .owl-next{
  top: -20px;
}
.page-product-box .owl-prev{
  top: -20px;
  left: inherit;
  right: 26px;
}

._boxItemRow,.blog-list-sidebar {
}
._boxItemRow li {
    border-bottom: 1px dashed hsl(0, 0%, 20%);
    padding: 10px 0;
}
._boxItemRow li a{
    color: hsl(207, 44%, 49%);
}
._boxItemRow .price {
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
}
/* ----------------
 [19. Contact page]
 */
#contact{
    margin-top: 20px;
}
#contact .page-subheading {
  padding-left: 0px;
  border: none;
  margin: 14px 0 30px;
  text-transform: uppercase;
  font-size: 18px;
  color: #666;
}

#contact .contact-form-box {
  padding: 0;
  margin: 0 0 30px 0;
}
#contact .contact-form-box label{
    padding-bottom: 5px;
}
#contact .contact-form-box .form-selector{
    padding-bottom: 25px;
}
#contact input,
#contact select,
#contact textarea{
    border-radius: 0;
    border-color: #eaeaea;
    box-shadow: inherit;
    outline: 0 none;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus{
    box-shadow: inherit;
    outline: 0 none;
}
#contact #btn-send-contact{
    font-size: 14px;
    line-height: 18px;
    color: white;
    padding: 0;
    font-weight: normal;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 10px 25px;
}
#contact #btn-send-contact:hover{
    background: #F36;
}
#contact_form_map ul {
  line-height: 28px;
  list-style: disc;
  list-style-position: inside;
  font-style: italic;
}

#contact_form_map ul.store_info {
  list-style: none;
  font-style: normal;
  color: #696969;
}
#contact_form_map ul.store_info i {
  display: inline-block;
  width: 30px;
  line-height: inherit;
}
#message-box-conact .fa{
    line-height: inherit;
}

.content-text{
  padding: 20px 0;
  text-align: justify;
}
.content-text p{
  margin-bottom: 15px;
}

.right-sidebar #left_column{
  float: right;
}

/* ----------------
 [20. Bolog page]
 */
    .blog-posts{
    line-height: 24px;
    margin-top: 20px;
    }
.blog-posts .post-item{
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eaeaea;
    margin-top: -1px;

 }
.blog-posts .post-item .entry-meta-data{
    padding: 5px 0;
    color: #666;
    font-size: 13px;
    position: relative;
    z-index: 999;
}
.blog-posts .post-item .entry-meta-data span{
  margin-right: 5px;
}
.blog-posts .post-item .entry-meta-data .author .fa{
  opacity: 0.7;
}
.blog-posts .post-item .entry-meta-data .fa{
    line-height: inherit;
  }
.blog-posts .post-item .post-star{
  font-size: 13px;
}
.blog-posts .post-item .post-star .fa{
  line-height: inherit;
  color: #ff9900;
}
.blog-posts .post-item .entry-excerpt{
  text-align: justify;
}
.blog-posts .post-item .entry-more a{
  border: 1px solid #eaeaea;
  padding: 10px 12px;
  background: #eee;
}
.blog-posts .post-item .entry-more{
  margin-top: 15px;
}
.blog-posts .post-item .entry-more a:hover{
  background: #00a951;
  color: #fff;
}
.blog-posts .post-item .entry-thumb img{
  border: 1px solid #eaeaea;
}

.blog-list-sidebar{

}
.blog-list-sidebar .mark {
    left: 0;
}
.blog-list-sidebar li{
  border-bottom: 1px dashed hsl(0, 0%, 20%);padding: 10px 0px;overflow: hidden;position: relative;
}
.blog-list-sidebar li:last-child{
  border: none;
  margin-bottom: 0px;

}
.blog-list-sidebar li .post-thumb{
    float: left;
    border: 1px solid #eaeaea;
    height: 80px;
    overflow: hidden;
    padding: 4px;
    width: 80px;
    background: #fcfcfc;
    position: relative;
}

.post-bottom {
    margin-top: 5px;
}

.blog-list-sidebar li .post-info {
  margin-left: 90px;
  color: #999;
}

.blog-list-sidebar li .post-info .post-meta {
  font-size: 12px;
  margin-top: 5px;
}
.blog-list-sidebar li .post-info .fa{
  line-height: inherit;

}

/** Blog detail **/
.entry-detail{
  margin-top: 20px;
}
.entry-detail .entry-photo img{
  border: 1px solid #eaeaea;
}
.entry-detail .entry-meta-data{
  padding: 10px 0;
  color: #666;
}
.entry-detail .entry-meta-data .fa{
  line-height: inherit;
}
.entry-detail .entry-meta-data span{
  margin-right: 10px;
}
.entry-detail .entry-meta-data .author .fa{
  opacity: 0.7;
}
.entry-detail .entry-meta-data .post-star{
  float: right;

}
.entry-detail .entry-meta-data .post-star .fa{
  color: #ff9900;
}
.entry-detail .entry-meta-data .post-star span{
  margin: 0;
}

/**Related Posts**/

.related-posts{
  margin-top: 20px;
}
.related-posts .entry-thumb img{
  border: 1px solid #eaeaea;
}
.related-posts .entry-ci{
  margin-top: 10px;
}
.related-posts .entry-meta-data{
  color: #999;
  font-size: 13px;
  margin-top: 10px;
}
.related-posts .entry-meta-data .fa{
  line-height: inherit;
}
.related-posts .entry-ci .entry-excerpt{
  padding: 10px 0;
}
.related-posts .entry-title{
  font-size: 14px;
}
.related-posts .owl-next{
  top: -31px;
}
.related-posts .owl-prev{
  top: -31px;
  left: inherit;
  right: 26px;
}

/* ----------------
 [21. Login page]
 */
.box-authentication{
  border:1px solid #eaeaea;
  padding: 30px;
  min-height: 320px;
}
.box-authentication>h3{
  margin-bottom: 15px;
}
.box-authentication label{
  margin-bottom: 2px;
}
.box-authentication .forgot-pass{
  margin-top: 15px;
}
.box-authentication input,
.box-authentication textarea {
  border-radius: 0px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.box-authentication  .button{
  margin-top: 15px;
}

.box-border{
  border: 1px solid #eaeaea;
  padding:20px;
  overflow: hidden;
}
.box-wishlist label,
.box-wishlist .button{
  margin-top: 15px;
  margin-bottom: 5px;
}
.box-wishlist{
  margin-top: 20px;
}
.table-wishlist{
  margin-top: 20px;
}
.table-wishlist th{
  background: #fafafa;
}
.list-wishlist{
  margin-top: 20px;
}
.list-wishlist li{
  margin-top: 30px;
}
.list-wishlist li .product-img{
  border: 1px solid #eee;
  padding: 10px;
}
.list-wishlist li .product-name,
.list-wishlist li .qty,
.list-wishlist li .priority,
.list-wishlist li .button{
  margin-top: 10px;
}
.list-wishlist li .button-action{
  position: relative;
}
.list-wishlist li .button-action a{
  position: absolute;
  right: 10px;
  top: 15px;
}
.list-wishlist li .button-action a .fa{
  line-height: inherit;
}

.table-compare td.compare-label{
  width: 150px;
  background: #fafafa;
  vertical-align: middle;
}
.table-compare .product-star .fa{
  line-height: inherit;
  color: #ff9900;
}
.table-compare .price{
  font-weight: bold;
  color: #00a951;
}
.table-compare .add-cart{
  background: #00a951;
  color: #fff;
}
.table-compare  .add-cart:hover{
  opacity: 0.8;
}
.checkout-page .checkout-sep{
  padding-bottom: 15px;
  text-transform: uppercase;
}
.checkout-page .box-border{
  margin-bottom: 15px;
}
.checkout-page .box-border .button{
  margin-top: 15px;
}
.checkout-page .box-border label{
  margin-top: 5px;
}
.checkout-page .box-border p,
.checkout-page .box-border h4{
  padding-bottom: 5px;
  margin-top: 5px;
}
.checkout-page .box-border .fa{
  line-height: inherit;
}

.checkout-page .box-border input[type="radio"]{
  margin-right: 10px;
}

/** cat-short-desc**/
.cat-short-desc{
  margin-top: 20px;
}
.cat-short-desc .cat-short-desc-products{
  margin-top: 20px;
}
.cat-short-desc .cat-short-desc-products li .product-container{
  border: 1px solid #eaeaea;
  padding: 10px;
}
.cat-short-desc .cat-short-desc-products li .product-container .product-name{
  margin-top: 10px;
}

/**today-deals**/
.today-deals{
  position: relative;
}
.today-deals .deals-product-list .product-info{
  margin-top: 10px;
}
.today-deals .deals-product-list .product-info .show-count-down{
  text-align: center;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count{
  display: inline-block;
  margin-right: 2px;
  color: #00a951;
}
.today-deals .deals-product-list .product-info .show-count-down .dot{
  display: none;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count .number{

  width: 100%;
  float: left;
  background: #eaeaea;
  padding: 5px 0;
  font-size: 16px;
}
.today-deals .deals-product-list .product-info .show-count-down .box-count .text{
  background: #eaeaea;
  font-size: 12px;
  margin-top: 1px;
  width: 100%;
  float: left;
  padding: 5px 0;
  color: #666;
}
.today-deals .deals-product-list .product-info .product-name{
  margin-top: 15px;
}
.today-deals .deals-product-list .product-info .product-meta{
  margin-top: 7px;
  line-height: 18px;
}
.today-deals .deals-product-list .product-info .product-meta .fa{
  line-height: inherit;
}
.today-deals .deals-product-list .product-info .product-meta .price{
  color: #00a951;
  font-size: 18px;

}
.today-deals .deals-product-list .product-info .product-meta .old-price{
  text-decoration: line-through;
  margin-left: 11px;
  color: #666;
}
.today-deals .deals-product-list .product-info .product-meta .star{
  float: right;
  font-size: 13px;
  color: #ff9900;
}
.today-deals .owl-next{
  top: -55px;
}
.today-deals .owl-prev{
  top: -55px;
  left: inherit;
  right: 26px;
}
.group-button-header{
  margin-top: 17px;
}
.group-button-header .btn-cart,
.group-button-header .btn-heart,
.group-button-header .btn-compare{
  width: 39px;
  height: 39px;
  float: right;
  position: relative;
  margin-right: 16px;
}

.group-button-header .btn-cart:after{
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
}
.group-button-header .btn-cart .notify-right{
  top: -12px;
  right: -12px;
}

.main-header .group-button-header .btn-cart>a{
  width: 100%;
  height: 100%;
  float: left;
  font-size: 0;
}

.main-header .group-button-header .btn-cart:hover .cart-block {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  visibility: visible;
}

/*----------------
[7. Blogs]
*/
.blog-list{
  margin-top: 30px;
}
.blog-list .page-heading{
  text-transform: uppercase;
}
.blog-list .blog-list-wapper{
  margin-top: 30px;
}
.blog-list .blog-list-wapper ul li{
  border: 1px solid #eaeaea;
  line-height: 30px;
}
.blog-list .blog-list-wapper ul li .post-desc{
  padding: 15px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-title a{
  font-size: 14px;
  color: #333;
}
.blog-list .blog-list-wapper ul li .post-desc .post-title a:hover{
  color: #f96d10;
}

.blog-list .blog-list-wapper ul li .post-desc .post-meta{
  color: #919191;
  font-size: 13px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-meta .date:before{
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f1ec";
  padding-right: 5px;
}
.blog-list .blog-list-wapper ul li .post-desc .post-meta .comment:before{
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f0e5";
  padding-right: 5px;
  padding-left: 15px;
}
.blog-list .blog-list-wapper ul li .readmore{
  text-align: right;
}
.blog-list .blog-list-wapper ul li .readmore a{
  color: #f96d10;
}
.blog-list .blog-list-wapper ul li .readmore a:after{
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f178";
  padding-left: 10px;
}
.blog-list .blog-list-wapper .owl-controls .owl-next{
  top: -50px;
}
.blog-list .blog-list-wapper .owl-controls .owl-prev{
  left: inherit;
  right: 26px;
  top: -50px;
}

/*-------------
[23. footer2]
---------*/
#footer2{
  margin-top: 45px;
  border-top: 1px solid #eaeaea;
  background: #fff;
}
#footer2 .footer-top{
  padding: 10px 0;
}
#footer2 .footer-top .footer-menu{
  margin-top: 25px;
}
#footer2 .footer-top .footer-menu li{
  display: inline;
  float: left;
  padding: 0 10px;
}
#footer2 .footer-top .footer-social{
  margin-top: 18px;
}
#footer2 .footer-top .footer-social li{
    display: inline;
    float: right;
}
#footer2 .footer-top .footer-social li>a .fa{
  line-height: inherit;
}
#footer2 .footer-top .footer-social li>a{
  color: #fff;
  width: 32px;
  height: 32px;
  background: #415a99;
  float: left;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
}
#footer2 .footer-top .footer-social li>a:hover{
  opacity: 0.8;
}
#footer2 .footer-top .footer-social li>a.twitter{
  background: #00caff;
}
#footer2 .footer-top .footer-social li>a.pinterest{
  background: #cb222a;
}
#footer2 .footer-top .footer-social li>a.vk{
  background: #5b7fa6;
}
#footer2 .footer-top .footer-social li>a.google-plus{
  background: #da4735;
}
#footer2 .footer-paralax{
  background: url("../images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;
  color: #fff;
}
#footer2 .footer-row{
  padding: 45px 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#footer2 .footer-center{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}
#footer2 .footer-center h3{
  text-transform: uppercase;
  padding-bottom: 20px;
}
#footer2 .footer-center p{
  color: #999;
  padding-bottom: 20px;
}
#footer2 .footer-row .form-subscribe{
  width: 540px;
  margin: 0 auto;
  border: 1px solid #999;
  line-height: normal;
}
#footer2 .footer-row .form-subscribe .form-group{
  width: 100%;
  position: relative;
}
#footer2 .footer-row .form-subscribe .form-control{
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
  padding-right: 40px;
  color: #fff;
}
#footer2 .footer-row .form-subscribe .btn{
  position: absolute;
  top: 3px;
  right:0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
  color: #fff;
}
#footer2 .widget-title{
  text-transform: uppercase;
  padding-bottom: 20px;
}
#footer2 .widget-body ul{
  padding-left: 25px;
}
#footer2 .widget-body li{
  line-height: 30px;
}
#footer2 .widget-body li a{
  color: #999;
  margin-left: -25px;
}
#footer2 .widget-body li a:hover{
  color: #fff;
}
#footer2 .widget-body li a:before{
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f105";
  margin-right: 15px;
}
#footer2 .widget-body li a.location:before{
    content: "\f041";
}
#footer2 .widget-body li a.phone:before{
    content: "\f095";
}
#footer2 .widget-body li a.email:before{
  content: "\f003";
}
#footer2 .widget-body li a.mobile:before{
  content: "\f10b";
}
#footer2 .footer-bottom{
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);

  color: #fff;
}
#footer2 .footer-bottom .footer-bottom-wapper{
  border-top: 1px solid #333333;
  padding: 30px 0;
}
#footer2 .footer-bottom .footer-payment-logo{
  text-align: right;
}

.block-banner{
  margin-top: 30px;
}
.block-banner .block-banner-left,
.block-banner .block-banner-right{
  width: 50%;
  float: left;
}
.block-banner .block-banner-left{
  padding-right: 5px;
}
.block-banner .block-banner-right{
  padding-left: 5px;
}

/*----------------
[24. Hot deals]
-----------------*/
.hot-deals-row{
  margin-top: 30px;
}
.hot-deals-box{
  border: 1px solid #eaeaea;
}
.hot-deals-box .hot-deals-tab {
  display: table;
  width: 100%;
}
.hot-deals-box .hot-deals-tab .hot-deals-title{
  width: 45px;
  display: table-cell;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  background: #0088cc;
  color: #fff;
  padding-top: 40px;
}
.hot-deals-box .hot-deals-tab .hot-deals-title>span{
  width: 100%;
  float: left;
  text-align: center;
}
.hot-deals-box .hot-deals-tab .hot-deals-title>span.yellow{
  color: #ffcc00;
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box{
  display: table-cell;
  padding:25px;
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li{
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  padding-left: 15px;
}
.hot-deals-box .hot-deals-tab .hot-deals-tab-box .nav-tab li.active>a{
  color: #0099cc;
}
.hot-deals-box .hot-deals-tab .box-count-down{
  margin-top: 20px;
  float: left;
  padding-left: 4px;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count{
  width: 67px;
  height:67px;
  border:1px solid #eaeaea;
  float: left;
  border-radius: 90%;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #fff;
  margin-left: -4px;
  background: #fff;
}
.hot-deals-box .hot-deals-tab .box-count-down .dot{
  display: none;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count:before{
  width: 100%;
  height: 100%;
  background: #0088cc;
  float: left;
  content: '';
  border-radius: 90%;
}
.hot-deals-box .hot-deals-tab .box-count-down .box-count:after{
  content: '';
  width: 23px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 34px;
  left: 20px;
}
.hot-deals-box .hot-deals-tab .box-count-down .number{
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}
.hot-deals-box .hot-deals-tab .box-count-down .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  font-size: 10px;
}
.hot-deals-box .hot-deals-tab-content-col{
  padding-left: 0;
}
.hot-deals-box .hot-deals-tab-content{
  padding: 30px 30px 0 0;
}
.hot-deals-box .product-list .left-block{
  border: 1px solid #eaeaea;
  padding: 0;
}
.hot-deals-box .product-list .right-block {
  padding: 0;
}

/*---------------
[25. Box product]
*/
/** box-products**/
.box-products{
  margin-top: 30px;
}
.box-products .box-product-head{
  height: 30px;
  border-bottom: 1px solid #eaeaea;
}
.box-products .box-product-head .box-title{
  color: #333;
  text-transform: uppercase;
  border-bottom: 3px solid #ff3300;
  padding-bottom: 5px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 5px;
}

.box-products .box-tabs{
  float: right;
}
.box-products .box-tabs li{
  display: inline;
  text-transform: uppercase;
  height: 30px;
  float: left;
}
.box-products .box-tabs li>a{
  position: relative;
  padding: 0 10px;
  display: block;
  line-height: normal;
  background: url('../images/kak3.png') no-repeat center right;
  float: left;
  height: 30px;
  line-height: 30px;
}
.box-products .box-tabs li>a:after{
  content: "\f0d8";
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #0088cc;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.box-products .box-tabs li>a:before{
  content: '';
  height: 1px;
  background: #0088cc;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  transform: scale(0, 1);
}
.box-products .box-tabs li:last-child>a{
  background: none;
}
.box-products .box-tabs li:last-child>a:before{
  right: 0;
}
.box-products .box-tabs li:last-child>a{
  border-right: none;
  padding-right: 0;
}

.box-products .box-tabs li>a:hover:before,
.box-products .box-tabs li.active>a:before{
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-products .box-tabs li>a:hover,
.box-products .box-tabs li.active>a{
  color: #333;
}
.box-products .box-tabs li>a:hover:after,
.box-products .box-tabs li.active>a:after{
  display: block;
}

.box-products .box-product-content{
  margin-top: 20px;
}

.box-products .box-product-content .box-product-adv{
  width: 226px;
  float: left;
}

.box-products .box-product-content .box-product-list{
  margin-left: 236px;
}
.box-products .box-product-content .box-product-list .product-list li{
  border: 1px solid #eaeaea;
  padding-bottom: 10px;
  overflow: hidden;
}
.box-products .box-product-content .box-product-list .product-list li .right-block{
  margin-top: 30px;
}
.option3 .product-list li .price-percent-reduction2{
  right: -8px;
}

/** option color **/
/*new-arrivals*/
.box-products.new-arrivals .box-tabs li>a:after{
  color: #ff3300;
}
.box-products.new-arrivals .box-tabs li>a:before{
  background: #ff3300;
}
.box-products.new-arrivals .box-product-head .box-title{
    border-bottom: 3px solid #ff3300;
}

/**top-sellers**/
.box-products.top-sellers .box-tabs li>a:after{
  color: #ffcc00;
}
.box-products.top-sellers .box-tabs li>a:before{
  background: #ffcc00;
}
.box-products.top-sellers .box-product-head .box-title{
    border-bottom: 3px solid #ffcc00;
}
/**special-products**/
.box-products.special-products .box-tabs li>a:after{
  color: #009966;
}
.box-products.special-products .box-tabs li>a:before{
  background: #009966;
}
.box-products.special-products .box-product-head .box-title{
    border-bottom: 3px solid #009966;
}
/*recommendation*/
.box-products.recommendation .box-tabs li>a:after{
  color: #ff66cc;
}
.box-products.recommendation .box-tabs li>a:before{
  background: #ff66cc;
}
.box-products.recommendation .box-product-head .box-title{
    border-bottom: 3px solid #ff66cc;
}

/** Blog **/
.option3 .blog-list .page-heading{
  font-size: 18px;
}
.option3 .blog-list .blog-list-wapper ul li .readmore a{
  color: #0099cc;
}
.option3 .blog-list .page-heading span.page-heading-title{
  border-color: #0099cc;
}


.block-popular-cat{
  border: 1px solid #eaeaea;
  padding: 15px;
}
.block-popular-cat .parent-categories{
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  padding-bottom: 15px;
}
.block-popular-cat .image{
  width: auto;
  display: inline-block;
}
.block-popular-cat .sub-categories{
  width: auto;
  display: inline-block;
  line-height: 30px;
}
.block-popular-cat .sub-categories>ul>li>a:before{
  content: '';
  background: #008a90;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}
.block-popular-cat .more{
  height: 36px;
  width: 70px;
  line-height: 36px;
  color: #fff;
  background: #00abb3;
  margin-top: 10px;
  display: block;
  text-align: center;

}
.block-popular-cat .more:hover{
  color: #fff;
  opacity: 0.8;
}

.col-0 {
    padding: 0px !important;
}
.col-r-0 {
    padding-right: 0px;
}

.col-l-0 {
    padding-left: 0px;
}
.col-l-10 {
    padding-left: 10px;
}
.col-l-15 {
    padding-left: 15px;
}
.col-l-20 {
    padding-left: 20px;
}

.top-10 {
    margin-top: 10px !important;
}

.top-20 {
    margin-top: 20px !important;
}

.top-25 {
    margin-top: 25px !important;
}
.panel-heading {
    background-color: #f5f4f9;
    background-image: linear-gradient(to bottom, #f5f4f9 0%, #eceaf3 100%);
    background-repeat: repeat-x;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 0 #ffffff inset;
    height: 36px;
    padding-left: 15px;
    position: relative;
}

.panel-tools {
    position: absolute;
    right: 5px;
    top: 8px;
}
.h100 {
    height: 100px;
}
.left-module {
}
.left-module .block-content {
    border: 1px solid #d7d7d7
}
.left-module .products-block li {
    border-bottom: 1px dashed #999999;
    margin: 5px 0px;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
}
.entry {
    position: relative;
}

.left-column {
    float: left;
    width: 300px;
}

.left-column .block {
    border: 1px solid #eaeaea;
}
.left-column .left-module {
    margin-bottom: 30px;
    overflow: hidden;
}

.left-column .block .title_block {
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-top: 11px;
    text-transform: uppercase;
}
.left-column .block .block_content {
    padding: 15px 20px;
}

.post-box-left .box-image {
    position: relative;
    height: 188px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d7d7d7
}
.post-box-left .box-image a {
    position: unset;
}
.post-box-left .box-image img {
    border: 0 solid #eaeaea !important;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    bottom: 0;
    width: 100%;
}
.product-name a {
    line-height: 1.3;
    font-size: 13px;
    font-weight: 700;
    color: #00a951;
}
.product-name a:hover {
    color: #00a951;
}
.head-right {
    margin-top: 50px;
}

.form-advanced-search {
    width: 100% !important;
}

.mark {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.box-widget-product {
    background: #fff;
}
.box-widget-product .widget-name {
    height: 33px;
    line-height: 33px;
    background: #0088cc;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
}
.box-widget-product  ul li{
    border-bottom: 1px solid #eaeaea;
}
.box-widget-product  ul li:last-child{
    border:none;
}
.box-widget-product  ul li .product-name{
    margin-top: 8px;
}
.box-widget-product  ul li .product-price{
    line-height: 30px;
}
.box-widget-product  ul li .price{
    font-size: 18px;
    color: #0099cc;
}
.box-widget-product  ul li .price-old{
    text-decoration: line-through;
    margin-left: 11px;
    color: #666;
}

.box-widget-product .box-post {
    position: relative;
    background: #fff;
}

.box-widget-product .box-post .box-name {
    width: 100%;
}
.box-widget-product .box-post .box-price {
    width: 100%;
}
.box-widget-product .box-post .box-price span {
    color: #b90b0b;
}
.box-widget-product .box-post .box-price .product-view {
    position: relative;
    top: 2px;
    color: #666;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0) url("../images/analytics.gif") no-repeat scroll 0px 0px;
}

.box-widget-product .box-post .box-price .icon-time {
    position: relative;
    top: 2px;
    color: #666;
    background: none;
    background-image: url("../icon/clock.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
    font-size: 12px;
}

.box-widget-product .box-post .mark {
    left: 0;
}

.box-widget-product .box-post .box-list li {
    border-bottom: 1px dashed #d7d7d7;
    padding: 5px 10px;
    position: relative;
}

.box-widget-product .box-post .box-list li:hover {
    background: #cccccc;
}

.tour-weekly {
    position: relative;
    width: 100%;
}
.tour-weekly h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 0 7px 30px;
    font-family: "SFUFuturaBook";
}
.tour-weekly h3 a {
    color: #b90b0b;
}

.tour-weekly{
    margin-top: 10px;
    background: #fff;
}

.product-list .box-bottom {
    font-family: times new roman;
    font-size: 13px;
    padding: 10px;
    position: relative;
    width: 100%;
}


.tour-weekly.product-list .owl-stage .active:last-child li{
    border-left: 1px solid #eaeaea;
}

.tour-weekly .owl-controls .owl-prev {
    left: inherit;
    right: 26px;
    top: -20px;
}
.tour-weekly .owl-controls .owl-next {
    top: -20px;
}


.single-ticket .owl-controls .owl-prev {
    background: #fff;
    left: inherit;
    right: 26px;
    top: -24px;
    color: #000;
}
.single-ticket .owl-controls .owl-next {
    background: #fff;
    top: -24px;
    color: #000;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-results__option[aria-selected] {
}

.box-search .btn-search,
.block-advanced-search .btn-search {
    position: relative;
    width: 85px;
    height: 25px;
    background: #1fa64b;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: nomal;
}

.block-advanced-search {

}

.wapper-search {
    padding: 200px 0 50px;
    background-image: url("../images/block-advanced-search.jpg");
}

.box-search .btn-search-red {
    background: #ea1b21;
    background-image: url("../icon/find-location.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 25px auto;
}

.box-search .search-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0px;
    color: hsl(0, 0%, 100%);
}

.box-search .item-abroad {
    display: none;
}

.box-search .select2-container {
    width: 100% !important;
}
.box-bottom {
    position: relative;
}

._blockName {

}
._suggest a
{
	font-size: 13px;
    line-height: 18px;
    color: #41455e;
    text-decoration: none;
    position: relative;
	font-style: initial;
}
._suggest li {
    margin-left: 20px;
    margin-bottom: 6px;
    list-style: square;
    font-size: 14px;
}
.block-widget {
    border-radius: 3px;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.29, 1.44, 0.86, 1.06) 0s;
    backface-visibility: visible;
    background-color: hsl(0, 0%, 95%);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.047);
}

.block-widget .title-bar-container {
    height: 48px;
}

.block-widget .title-bar-container {
    height: 48px;
    border-bottom: 1px solid #d7d7d7;
}

.block-widget .title-bar-container .title {
    font-size: 12pt;
    font-weight: 700;
    height: 46px;
    line-height: 46px;
    padding-left: 40px;
}

.block-widget .title-bar-container .more-link {
    color: #31a95b;
    height: 48px;
    line-height: 48px;
    margin-right: 12px;
    text-decoration: none;
    position: absolute;
    right: 5px;
}

.block-widget .box-post .img-wrap {
    height: 80px;
    position: relative;
    width: 100px;
}

.block-widget .box-post .item-name {
    position: absolute;
    left: 120px;
    top: 6px;
    font-size: 13px;
    font-weight: 600;
}
.block-widget .box-post .item-intro {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}


.block-widget .box-post ul li:hover {
    color: #119c4a;
}


.block-widget .box-post ul li {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.block-widget .box-post ul.new-list li {
    padding: 0;
}

.block-widget .box-post .wap-description {
    padding: 10px;
}
.block-widget .box-post .wap-description .name {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.block-widget .box-post .wap-description .icon-view {
    position: relative;
    top: 2px;
    color: #666;
    padding-left: 20px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0) url("../images/analytics.gif") no-repeat scroll 0px 0px;
}
.block-widget .box-post .wap-description .icon-time {
    position: relative;
    top: 2px;
    color: #666;
    background: none;
    background-image: url("../icon/clock.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
    font-size: 12px;
}

.block-widget .box-post ul li:last-child {
    border-bottom: 0px solid #d7d7d7;
}

.block-widget .box-post ul li .mark {
    left: 0;
    top: 0;
}

.iframe-img-fix {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
    height: 100%;
}
.block-widget .icon {
    display: inline-block;
    left: 5px;
    margin-top: 5px;
    position: absolute;
}
.icon-coolsite-food {
    background: none;
    background-image: url("../icon/sun-umbrella.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    height: 25px;
    width: 25px;
}

.product-full {
    height: 320px;
    border: 1px solid #d7d7d7;
    position: relative;
}

.product-full img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.product-gallery ul li {
    border: 1px solid #d7d7d7;
    float: left;
    height: 80px;
    position: relative;
    width: 100px;
}

.product-gallery ul li:hover {
    opacity: 0.8;
}

.product-content {
    margin-top: 30px;
}
.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w250 {
    width: 250px;
}
.w350 {
    width: 350px;
}

.W39 {
    width: 39%;
}

.W60 {
    width: 60%;
}

.W49 {
    width: 49%;
}

.w920 {
    width: 920px;
}

.w1050 {
    width: 1050px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-7 {
    margin-right: 7px;
}

.m-bt-10 {
    margin-bottom: 10px;
}

.W30 {
    width: 30%;
}

.W32 {
    width: 32%;
}

.W33 {
    width: 33%;
}

.ML1 {
    margin-left: 1%;
}

.MR1 {
    margin-right: 1%;
}
.b-1 {
     border: 1px solid #d7d7d7;
}

.h415 {
    height: 415px;
}

.h360 {
    height: 360px;
}

.h312 {
    height: 312px;
}

.block-analytics {
    margin-top: 10px;
    font-size: 11px;
}
.block-analytics .fa-clock-o {
    position:relative;
    top: 2px;
}
.block-analytics .icon-view {
    position: relative;
    top: 2px;
    color: #666;
    padding-left: 15px;
    background-image: url("../images/analytics.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 14px auto;
    font-weight: 500;
    font-size: 12px;
    width: 30%;
    line-height: 20px;
    height: 20px;
}

.block-analytics .icon-time {
     position: relative;
     top: 2px;
     color: #666;
     padding-left: 15px;
    background-image: url("../images/pencil.png");
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-size: 10px auto;
     font-size: 12px;
     width: 30%;
    line-height: 20px;
    height: 20px;
}

.block-analytics .icon-user {
    position: relative;
    top: 2px;
    color: #666;
    padding-left: 15px;
    background-image: url("../images/user.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    font-size: 12px;
    width: 30%;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
}

.icon-route {
    position: relative;
    top: 2px;
    padding-left: 20px;
    background-image: url("../images/placeholder.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 12px;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
}

.icon-route-while {
    background-image: url("../images/placeholder-while.png");
}

.icon-goto {
     position: relative;
     top: 2px;
     padding-left: 20px;
     background-image: url("../images/suitcase.png");
     background-position: 0 0;
     background-repeat: no-repeat;
     background-size: 15px auto;
     font-size: 12px;
     overflow: hidden;
     font-weight: 700;
    line-height: 20px;
}

.icon-goto-while {
    background-image: url("../images/suitcase-while.png");
}

.icon-departure {
    position: relative;
    top: 2px;
    padding-left: 20px;
    background-image: url("../images/departures.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 12px;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
}

.icon-departure-while {
    background-image: url("../images/departures-while.png");
}

.icon-car-compact {
    position: relative;
    top: 2px;
    padding-left: 20px;
    background-image: url("../images/car-compact.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 12px;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
}

.icon-car-compact-while {
    background-image: url("../images/car-compact-while.png");
}

.icon-hotel {
    position: relative;
    top: 2px;
    padding-left: 20px;
    background-image: url("../images/3d-building.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 12px;
    overflow: hidden;
    font-weight: 700;
    line-height: 20px;
}

.icon-hotel-while {
    background-image: url("../images/3d-building-while.png");
}


.icon-time {
    position: relative;
    top: 2px;
    padding-left: 20px;
    background-image: url("../images/time.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 12px auto;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
}

.icon-time-while {
    background-image: url("../images/time-while.png");
}

.icon-star {
    position: relative;
    top: 0px;
    padding-left: 20px;
    background-image: url("../images/star.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px auto;
    font-size: 15px;
    overflow: hidden;
    line-height: 20px;
}

.icon {
    height: 65px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: auto;
    text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
}

.product-info {
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin: 10px 0;
    overflow: hidden;
    color: #666;
}

.product-list-info {
    background: url("../images/bg_black.png") repeat;
    display: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    height: 210px;
}
.product-list-info .show{

}

.product-list-info .icon-primary{
    margin: 2px 0;
}

.product-list-info span{
    font-weight: 500;
}
.product-info span{
    font-weight: 500;
}
.product-info-line {
    border-bottom: 1px dashed #c7c7c8;
    height: 1px;
    margin: 5px -20px;
}
a.link-icon {
    padding-left: 5px !important;
}

.box-gallery {
    border: 1px solid #d7d7d7;
}
.box-gallery .image-full {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.box-gallery .image-full img {
    height: 100%;
    width: 100%;
}

.box-image-thumb ul li:first-child {
    border-left: 0px solid #d7d7d7;
}

.box-image-thumb ul li {
    height: 70px;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
}

.box-image-thumb ul li:hover {
    opacity: 0.6;
}

.box-image-thumb ul li img {
    height: 100%;
    width: 100%;
}

.box-product-date-content {
    position: relative;
}

.box-product-date-content-item {
}
.box-product-date-content .box-header{
    position: relative;
}
.box-product-date-content .box-header .box-date{
    position: absolute;
    background: #fff none repeat scroll 0 0 padding-box;
    border-radius: 20px;
    box-shadow: 0 0 0 5px #f5f5f6;
    color: #737881;
    display: block;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.box-product-date-content .box-header .box-title{
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    position: relative;
}

.box-product-date-content .box-header .box-title span{

}

.box-product-date-content .box-header .box-title a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.right-box-post {
    overflow: hidden;
}

.right-box-post-fixed {
    padding-bottom: 0;
    position: fixed;
    width: 300px;
    z-index: 9;
    background: #fff;
    top: 30px;
}
.sb-searchbox__row .col-xs-12, #SearchTour .col-xs-2
{    padding-right: 15px;
    padding-left: 15px;}
#footer-menu-box .left-module{border:none;}
.box-tourism li {
    border-bottom: 1px solid hsl(0, 0%, 84%);
    padding: 10px 0;
}
.box-tourism li:hover {
    background: hsl(0, 0%, 84%);
    padding: 10px 0;
}
.box-tourism li a{
    color: hsl(220, 100%, 30%);
    font-size: 14px;
}
.box-search {
    background: hsl(0, 0%, 92%) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 60px;
    padding: 10px 0 60px;
    position: relative;
    right: 0;
    width: 100%;
}
.box-search-field {
    margin-right: 7px;
    position: relative;
    width: 150px;
}
._box-search-in {
  background: unset;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: 100%;
}
._box-search-in .sb-searchbox__row--in .form-search label {
  color: #333;
}

._box-search-in .sb-searchbox__row--in .sb-searchbox__title {
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

._box-search-in .sb-searchbox__row--in .btSearch {
  float: none;
  top: 0px;
}

.search-field {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 84%);
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  width: 100%;
  color: #000;
}

.search-field option { padding: 7px;}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
div.datepicker {
    padding: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    direction: ltr;
    /*.dow {
          border-top: 1px solid #ddd !important;
      }*/
}
div.datepicker-inline {
    width: 206px;
}
div.datepickerdiv.datepicker-rtl {
    direction: rtl;
}
div.datepickerdiv.datepicker-rtl table tr td span {
    float: right;
}
div.datepicker-dropdown {
    top: 0;
    left: 0;
}
div.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ebebeb;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}
div.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    position: absolute;
}
div.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
div.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
div.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
div.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
div.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
div.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px;
}
div.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #CCC;
}
div.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
div.datepicker > div {
    display: none;
}
div.datepicker.days div.datepicker-days {
    display: block;
}
div.datepicker.months div.datepicker-months {
    display: block;
}
div.datepicker.years div.datepicker-years {
    display: block;
}
div.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.datepicker td,
div.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped div.datepicker table tr td,
.table-striped div.datepicker table tr th {
    background-color: transparent;
}
div.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
    color: #303641;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
div.datepicker table tr td.old,
div.datepicker table tr td.new {
    color: #999999;
}
div.datepicker table tr td.disabled,
div.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    color: #dee0e4;
    cursor: default;
}
div.datepicker table tr td.today,
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today.disabled:hover {
    *background-color: #737397;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #000;
}
div.datepicker table tr td.today.switch-left,
div.datepicker table tr td.today:hover.switch-left,
div.datepicker table tr td.today.disabled.switch-left,
div.datepicker table tr td.today.disabled:hover.switch-left {
    background-color: #737397;
    color: #ffffff;
}
div.datepicker table tr td.today.switch-right,
div.datepicker table tr td.today:hover.switch-right,
div.datepicker table tr td.today.disabled.switch-right,
div.datepicker table tr td.today.disabled:hover.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.today.switch-right:hover,
div.datepicker table tr td.today:hover.switch-right:hover,
div.datepicker table tr td.today.disabled.switch-right:hover,
div.datepicker table tr td.today.disabled:hover.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.today:hover,
div.datepicker table tr td.today:hover:hover,
div.datepicker table tr td.today.disabled:hover,
div.datepicker table tr td.today.disabled:hover:hover,
div.datepicker table tr td.today:focus,
div.datepicker table tr td.today:hover:focus,
div.datepicker table tr td.today.disabled:focus,
div.datepicker table tr td.today.disabled:hover:focus,
div.datepicker table tr td.today:active,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled:hover.active,
div.datepicker table tr td.today.disabled,
div.datepicker table tr td.today:hover.disabled,
div.datepicker table tr td.today.disabled.disabled,
div.datepicker table tr td.today.disabled:hover.disabled,
div.datepicker table tr td.today[disabled],
div.datepicker table tr td.today:hover[disabled],
div.datepicker table tr td.today.disabled[disabled],
div.datepicker table tr td.today.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #66678a;
}
div.datepicker table tr td.today:active,
div.datepicker table tr td.today:hover:active,
div.datepicker table tr td.today.disabled:active,
div.datepicker table tr td.today.disabled:hover:active,
div.datepicker table tr td.today.active,
div.datepicker table tr td.today:hover.active,
div.datepicker table tr td.today.disabled.active,
div.datepicker table tr td.today.disabled:hover.active {
    background-color: #5b5c7c \9;
}
div.datepicker table tr td.today:hover:hover {
    color: #000;
}
div.datepicker table tr td.today.active:hover {
    color: #fff;
}
div.datepicker table tr td.range,
div.datepicker table tr td.range:hover,
div.datepicker table tr td.range.disabled,
div.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.datepicker table tr td.range.today,
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today.disabled:hover {
    *background-color: #f3ea7a;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.datepicker table tr td.range.today.switch-left,
div.datepicker table tr td.range.today:hover.switch-left,
div.datepicker table tr td.range.today.disabled.switch-left,
div.datepicker table tr td.range.today.disabled:hover.switch-left {
    background-color: #f3ea7a;
    color: #ffffff;
}
div.datepicker table tr td.range.today.switch-right,
div.datepicker table tr td.range.today:hover.switch-right,
div.datepicker table tr td.range.today.disabled.switch-right,
div.datepicker table tr td.range.today.disabled:hover.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.range.today.switch-right:hover,
div.datepicker table tr td.range.today:hover.switch-right:hover,
div.datepicker table tr td.range.today.disabled.switch-right:hover,
div.datepicker table tr td.range.today.disabled:hover.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.range.today:hover,
div.datepicker table tr td.range.today:hover:hover,
div.datepicker table tr td.range.today.disabled:hover,
div.datepicker table tr td.range.today.disabled:hover:hover,
div.datepicker table tr td.range.today:focus,
div.datepicker table tr td.range.today:hover:focus,
div.datepicker table tr td.range.today.disabled:focus,
div.datepicker table tr td.range.today.disabled:hover:focus,
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled:hover.active,
div.datepicker table tr td.range.today.disabled,
div.datepicker table tr td.range.today:hover.disabled,
div.datepicker table tr td.range.today.disabled.disabled,
div.datepicker table tr td.range.today.disabled:hover.disabled,
div.datepicker table tr td.range.today[disabled],
div.datepicker table tr td.range.today:hover[disabled],
div.datepicker table tr td.range.today.disabled[disabled],
div.datepicker table tr td.range.today.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #f1e663;
}
div.datepicker table tr td.range.today:active,
div.datepicker table tr td.range.today:hover:active,
div.datepicker table tr td.range.today.disabled:active,
div.datepicker table tr td.range.today.disabled:hover:active,
div.datepicker table tr td.range.today.active,
div.datepicker table tr td.range.today:hover.active,
div.datepicker table tr td.range.today.disabled.active,
div.datepicker table tr td.range.today.disabled:hover.active {
    background-color: #efe24b \9;
}
div.datepicker table tr td.selected,
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected.disabled:hover {
    *background-color: #808080;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td.selected.switch-left,
div.datepicker table tr td.selected:hover.switch-left,
div.datepicker table tr td.selected.disabled.switch-left,
div.datepicker table tr td.selected.disabled:hover.switch-left {
    background-color: #808080;
    color: #ffffff;
}
div.datepicker table tr td.selected.switch-right,
div.datepicker table tr td.selected:hover.switch-right,
div.datepicker table tr td.selected.disabled.switch-right,
div.datepicker table tr td.selected.disabled:hover.switch-right {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.selected.switch-right:hover,
div.datepicker table tr td.selected:hover.switch-right:hover,
div.datepicker table tr td.selected.disabled.switch-right:hover,
div.datepicker table tr td.selected.disabled:hover.switch-right:hover {
    background-color: #f5f5f6;
    color: #737881;
}
div.datepicker table tr td.selected:hover,
div.datepicker table tr td.selected:hover:hover,
div.datepicker table tr td.selected.disabled:hover,
div.datepicker table tr td.selected.disabled:hover:hover,
div.datepicker table tr td.selected:focus,
div.datepicker table tr td.selected:hover:focus,
div.datepicker table tr td.selected.disabled:focus,
div.datepicker table tr td.selected.disabled:hover:focus,
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled:hover.active,
div.datepicker table tr td.selected.disabled,
div.datepicker table tr td.selected:hover.disabled,
div.datepicker table tr td.selected.disabled.disabled,
div.datepicker table tr td.selected.disabled:hover.disabled,
div.datepicker table tr td.selected[disabled],
div.datepicker table tr td.selected:hover[disabled],
div.datepicker table tr td.selected.disabled[disabled],
div.datepicker table tr td.selected.disabled:hover[disabled] {
    color: #ffffff;
    *background-color: #737373;
}
div.datepicker table tr td.selected:active,
div.datepicker table tr td.selected:hover:active,
div.datepicker table tr td.selected.disabled:active,
div.datepicker table tr td.selected.disabled:hover:active,
div.datepicker table tr td.selected.active,
div.datepicker table tr td.selected:hover.active,
div.datepicker table tr td.selected.disabled.active,
div.datepicker table tr td.selected.disabled:hover.active {
    background-color: #666666 \9;
}
div.datepicker table tr td.active,
div.datepicker table tr td.active:hover,
div.datepicker table tr td.active.disabled,
div.datepicker table tr td.active.disabled:hover {
    background: #303641;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
div.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
div.datepicker table tr td span:hover {
    background: #eeeeee;
}
div.datepicker table tr td span.disabled,
div.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
div.datepicker table tr td span.active,
div.datepicker table tr td span.active:hover,
div.datepicker table tr td span.active.disabled,
div.datepicker table tr td span.active.disabled:hover {
    background: #303641;
    color: #fff;
}
div.datepicker table tr td span.old,
div.datepicker table tr td span.new {
    color: #999999;
}
div.datepicker th.datepicker-switch {
    width: 145px;
}
div.datepicker thead tr:first-child th,
div.datepicker tfoot tr th {
    cursor: pointer;
}
div.datepicker thead tr:first-child th:hover,
div.datepicker tfoot tr th:hover {
    background: #eeeeee;
}
div.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
div.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.search-basic {
    margin-bottom: 5px;
    margin-top: 0px;
}

.search-basic .btn-search {
    background: hsl(90, 100%, 35%) none repeat scroll 0 0;
    color: hsl(0, 0%, 100%);
    font-size: 12px;
    height: 35px;
    line-height: 15px;
    width: 50px;
    border-radius: 0 3px 3px 0;
}

.search-basic .search-field {
    width: 350px;
    height: 35px;
}

#SearchBooking {
    display: none;
}

#SearchTour {

}

.search-option {
    cursor: pointer;
}

.header-info {
    margin: 0px 0px;
}

.header-info .promotion {
    background: hsl(145, 63%, 49%) none repeat scroll 0 0;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
}
.header-info .price-list {
    background: hsl(48, 89%, 50%) none repeat scroll 0 0;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
}

.header-info a {
    color: hsl(0, 0%, 100%);
}

.booking-now, .booking-now-disable {
    background: hsl(145, 63%, 49%) none repeat scroll 0 0;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    padding: 5px 5px;
    border-radius: 5px;
    color: #fff;
}

.booking-now-disable {
    background: hsl(0, 0%, 84%) none repeat scroll 0 0;
}

a.booking-now:hover {
    color: #fff;
}
.product-list-by-price {

}

.product-list-by-price .price-new{
    color: #b90b0b;
}
.product-list-by-price .price-old{
    text-decoration: line-through;
    color: #3c3c3c;
}
.extension-gallery {
    position: relative;
}
.extension-gallery img{
    width: auto;
    height: auto;
}

.box-scroll-tab {

}

.box-scroll-tab .item {
    cursor: pointer;
    margin: 1px 0;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-family: "Roboto",sans-serif;
}
.box-scroll-tab .item:hover {
    opacity: 0.9;
}
.box-scroll-tab .item img {
    height: 20px;

}
.color-red {
    background-color: #b90b0b;
}

.color-blue {
    background-color: #0e285f;
}
.color-orange {
    background-color: #ffcc00;
}
.color-green {
    background: hsl(140, 69%, 39%) none repeat scroll 0 0;
}

.category-description, .tag-description {
    margin: 10px 0 10px;
    padding-bottom: 15px;
}

.category-description p, .tag-description p {
    margin: 15px 0px;
}

.box-refection {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: -5px;
}
.box-refection span {
    line-height: 40px;
    padding: 0 10px 0px 0px;
}
.box-refection img{
    height: 25px;
}
.W50 {
  width: 50%;
}
.w50 {
    width: 50px;
}

.w70 {
    width: 70px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w168 {
    width: 168px;
}

.w170 {
    width: 170px;
}

.w220 {
    width: 220px;
}

.w268 {
    width: 268px;
}
.w318 {
    width: 318px;
}
.w368 {
    width: 368px;
}

.w318 {
    width: 318px;
}

.w168 {
    width: 168px;
}

.w600 {
    width: 600px;
}
.W33 {
    width: 33%;
}

.W32 {
    width: 32%;
}
.ML1 {
  margin-left: 1%;
}

.MR1 {
  margin-right: 1%;
}
.W25 {
    width: 25%;
}

.W20 {
    width: 20%;
}

.p5 {
    padding: 5px;
}

.plr5 {
    padding:0px 5px;
}

.plr30 {
    padding:0px 30px;
}

.plr15 {
    padding:0px 15px;
}

.plr20 {
    padding:0px 20px;
}

.plr25 {
    padding:0px 25px;
}

.plr40 {
    padding:0px 40px;
}

.pl40 {
    padding-left: 40px;
}
.bor {
  border-right: 1px solid #d7d7d7;
}
.box-hotline {
    color: #000;
}
.box-hotline span {
    font-size: 18px;
    color: hsl(0, 89%, 38%);
}

.box-hotline a {
    font-weight: 600;
    color: hsl(0, 89%, 38%);
}
.mgr-0 {
    margin-right: 0px;
}
.mgb15 {
    margin-bottom: 15px;
}
.mgt15 {
    margin-top: 15px;
}
.box-hotline li{
    float: right;
    position: relative;
    text-align: left;
}

.img-hotline {
    position: absolute;
}

.box-hotline .box-phone {
    font-size: 12px;
}
.box-hotline .box-phone b {
    color: #ff0000;
}

.box-article-extension {

}
.box-article-extension .heading {
    color: #ff0000;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 17px;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
}

.box-article-extension .heading span.page-heading-title,
.article-viewed .heading span.page-heading-title {
    padding: 0;
    position: absolute;
}

.entry-name a{
    font-family: "Roboto",sans-serif;
    color: #66cc00;
}

.box-sub-category-by-list .fa{
    position: relative;
    top: 2px;
}
.box-sub-category-by-list li a{
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.box-sub-category-by-list li {
    padding: 0 10px 0px 0px;
}
.W20 {
    width: 20% !important;
}

.article-viewed .heading {
    position: relative;
}
.article-viewed ul {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7
}

.fb-chat {
    background-color: hsl(0, 0%, 100%);
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 7px hsla(0, 0%, 0%, 0.4);
    position: fixed;
    right: 0;
    transition: all 0.25s ease 0s;
    width: 325px;
    z-index: 9999999;
}
.fb-chat.active {
    bottom: -325px;
}
.fb-chat.active .header-chat {
    background-image: url("../images/chat-open.png");
}
.fb-chat .header-chat {
    background-color: hsl(221, 39%, 44%);
    background-image: url("../images/chat-close.png");
    background-position: 95% center;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    height: 40px;
    padding: 10px 10px;
    position: relative;
}

.like_top {
    background-color: hsl(0, 0%, 97%);
    border: 1px solid hsl(0, 0%, 80%);
    float: left;
    font-size: 13px;
    height: 45px;
    margin: 5px 0;
    overflow: hidden;
    padding: 10px 10px;
    width: 100%;
}

.like_top .item {
    float: left;
    margin: 10px 5px;
}
.like_top .item div{
    vertical-align: middle !important;
}
.search-content {

}
.search-content h1{
    font-size: 15px;
}

#productDateContent ul {
    padding: 10px 0px;
}

 #productDateContent ul li, .category-description ul li, .tag-description ul li, #priceList li {
    list-style: none;
    background-image: url("../images/tick.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-left: 20px;
}
#priceList ul
{margin-left: 20px;}
table {
    width: 100%!important;
}
table, table td {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
}

._stitle {
    font-size: 15px;
}

.flex-container {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto;
    width: 1170px;
    position: relative;
}
.button.action-button {
    background-image: linear-gradient(to top, hsl(14, 82%, 46%), hsl(14, 91%, 54%));
    color: hsl(0, 0%, 100%);
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-transform: none;
    width: auto;
}
.button:empty::before {
    margin: 0;
}
.button.social-button {
    align-items: center;
    color: hsl(0, 0%, 100%);
    display: flex;
    font-size: 13px;
    height: 40px;
    justify-content: center;
    min-width: 140px;
}
.button.social-button.btn-unique {
    min-width: 0;
}
.button.social-button.btn-unique [class*="icon-"] {
    margin: 0;
}
.button.social-button [class*="icon-"] {
    font-size: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
}
.button.social-button [class*="icon-"]::before {
    left: 0;
    position: absolute;
    top: 0;
}
.button.social-button .icon-facebook {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border-radius: 1px;
    color: hsl(221, 37%, 45%);
}
.button.social-button .icon-facebook::before {
    left: 2px;
    top: 2px;
}
.button.social-button .icon-twitter::before {
    font-size: 16px;
    top: 2px;
}
.button.social-button:active {
    padding-top: 1px;
}
.button.btn-facebook {
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(221, 35%, 47%) 0px, hsl(221, 39%, 42%) 100%) repeat scroll 0 0;
}
.button.btn-facebook:hover, .button.btn-facebook:focus {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(221, 39%, 42%) 0px, hsl(221, 47%, 37%) 100%) repeat scroll 0 0;
}
.button.btn-facebook:active {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(221, 55%, 32%) 0px, hsl(221, 47%, 37%) 100%) repeat scroll 0 0;
}
.button.btn-googlePlus {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(7, 69%, 54%) 0px, hsl(5, 62%, 47%) 100%) repeat scroll 0 0;
}
.button.btn-googlePlus:hover, .button.btn-googlePlus:focus {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(5, 62%, 47%) 0px, hsl(5, 71%, 43%) 100%) repeat scroll 0 0;
}
.button.btn-googlePlus:active {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(4, 80%, 37%) 0px, hsl(5, 71%, 43%) 100%) repeat scroll 0 0;
}
.button.btn-twitter {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(206, 82%, 64%) 0px, hsl(206, 66%, 58%) 100%) repeat scroll 0 0;
}
.button.btn-twitter:hover, .button.btn-twitter:focus {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(206, 66%, 58%) 0px, hsl(206, 60%, 52%) 100%) repeat scroll 0 0;
}
.button.btn-twitter:active {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(206, 70%, 44%) 0px, hsl(206, 60%, 52%) 100%) repeat scroll 0 0;
}
.button.btn-pinterest {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(358, 77%, 52%) 0px, hsl(358, 73%, 46%) 100%) repeat scroll 0 0;
}
.button.btn-pinterest:hover, .button.btn-pinterest:focus {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(358, 73%, 46%) 0px, hsl(358, 85%, 39%) 100%) repeat scroll 0 0;
}
.button.btn-pinterest:active {
    border: none;
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsl(358, 100%, 31%) 0px, hsl(358, 85%, 39%) 100%) repeat scroll 0 0;
}

.social-buttons li {
    flex-grow: 1;
    margin-left: 20px;
}
.social-buttons {
    display: flex;
    width: 80%;
}

.tm-icon {
    font-size: 20px;
    margin-right: 10px;
}

.sharing-description {
    background-image: url("../images/fllow_us.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 20%;
    position: absolute;
    top: 2px;
    height: 37px;
    background-size: 100%;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
@keyframes zoomOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: scale3d(0.33, 0.33, 0.33);
    }
    100% {
        opacity: 1;
        transform: scale3d(0.33, 0.33, 0.33);
    }
}
.zoomOut {
    animation-name: zoomOut;
}

.logo img {
    height: 60px;
    position: relative;
    top: -10px;
    width: auto;
    max-width: unset;
}

.product-content a, .category-description a, .tag-description a {
    color: red;
}

.product-content a:hover {
    color: blue;
}
.payment-company {
    font-size: 18px;
    text-align: center;
    color: hsl(153, 100%, 33%);
    font-weight: bold;

}
.payment-info {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.text-color-red {
    color: #ed0005;
}
.payment-account .fa {
     position: relative;
     top: 0px;
     font-size: 20px;
     color: hsl(153, 100%, 33%);
}

.payment-account .small {
    position: relative;
    top: 5px;
    font-size: 13px;
    color: hsl(153, 100%, 33%);
}

.content-text a {
    color: #ed0005;
}
.content-text a:hover {
    color: #f00007;
}

#galleryHome .nivo-caption {
    display: none !important;
}
.box-home {
    background: hsl(198, 50%, 96%) none repeat scroll 0 0;
    padding: 10px 0;
}
.sH1 {
    font-size: 12px;
}

.box-content {
    padding: 10px 10px;
    bottom: 0;
    position: relative;
    width: 100%;
}

.box-content img {
    width: 16px !important;
    margin-right: 5px;
}

.box-content div {
    margin-top: 5px;
}

.box-item {
    padding-right: 1px;
}

.box-item:nth-child(5n+0) {
    padding-right: 1px;
}
.box-item .images {
    position: relative;
    overflow: hidden;
    height: 210px;
}

.box-item .name {
    padding: 10px 10px 10px;
    font-family: "SFUFuturaRegular";
    color: hsl(149, 100%, 33%);
    font-size: 18px;
    font-weight: 500;
    min-height: 100px;
}

.box-item .departure ul li {
    padding: 5px 0px 5px;
}

.box-item .departure ul li span {
    padding: 0px 10px;
}

.box-item .departure .btn-group {
    margin-top: 0px;
}

.box-item .departure .btn-group button {
    padding: 0;

}

.box-item .departure .btn-group.open .dropdown-toggle {
    box-shadow: 0 0px 0px hsla(0, 0%, 0%, 0.125) inset;
}

.sale-off {
    margin-left: 10px;
    font-size: 16px !important;
    top: 0 !important;
    position: relative;
    color: #999;
}
.sale {
    margin-left: 10px;
    font-size: 20px !important;
    top: -5px !important;
    position: relative;
}

.category-icon {
    width: 30px;
    position: relative;
    top: 0px;
    height: 30px;
    left: 0px;
}

.box-top .images img{
    height: 210px;
    width: 100%;
}

.titleH2 {
    font-size: 16px;
    line-height: 30px;
}

.titleH2 a{
    font-weight: 700;
}

.big_search_title .titleTop {
    color: hsl(0, 0%, 100%);
    font-size: 3em;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px;
}

.big_search_title .titleBottom {
    color: hsl(0, 0%, 100%);
    font-size: 1.8em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
}

.big_search_title {
    padding: 50px 0 30px;
}

.search-content {
    background: hsla(0, 0%, 0%, 0) linear-gradient(180deg, hsl(41, 100%, 67%) 0px, hsl(39, 100%, 61%) 100%) repeat scroll 0 0;
    padding: 30px 30px 60px;
    border-radius: 5px;
}

.hidden {
    display: none;
}

.sb-searchbox__row {
    border: 2px solid #d7d7d7;
    border-radius: 0px;
    color: hsl(0, 0%, 0%);
    margin-top: 10px;
    padding: 15px 15px 45px;
    margin-bottom: 10px;
    position: absolute;
    overflow: hidden;
    width: 400px;
    top: 0px;
    left: 20px;
    z-index: 9;
    background-image: url("../images/bg_search.png");
    background-repeat: repeat;
    height: 96%;
}

.sb-searchbox__subtitle-text {
    margin: 5px 0;
}

.sb-searchbox__title {
    font-weight: 600;
    color: #cc0000;
    border-bottom: 3px dotted #999999;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
}
.btSearch {
    background: #cc0000;
    border-radius: 4px;
    box-shadow: 0 0 2px hsl(0, 0%, 53%);
    padding: 0px 5px;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    float: right;
    height: 34px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    top: 10px;
}
.btSearch .fa {
  position: relative;
  top: 0px;
  font-size: 18px;
}
.btSearch:hover {
    background: #ff0000 none repeat scroll 0 0;
}

.typeTravel {
    position: relative;
    overflow: hidden;
}
.typeTravel ._item {
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 175px;
  width: 175px;
  margin: auto;
  display: block;
  padding: 0px;
  color: #fff;
}
.typeTravel ._item a{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.typeTravel li {
    float: left;
    height: 30px;
    width: 18%;
    line-height: 35px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.typeTravel li a {
    color: hsl(149, 100%, 33%);
    font-size: 15px;
    font-weight: 500;
    font-family: 'SFUFuturaRegular';
}

.typeTravel li a:hover {
    color: hsl(0, 100%, 50%);
}
.iconBox {
    overflow: hidden;
    position: relative;
    margin: auto;
}
.typeTravel li .iconMask:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

.typeTravel li:hover .iconMask:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 1s, 1s, .15s;
    transition-timing-function: ease;
}

.boxTypeTravel {
    width: 100%;
    background-repeat: no-repeat;
    padding: 15px 0 30px;
    background-image: url("../images/bg_loaihinhdulich.png"); 
    background-position: center;
    margin-top: 25px;
}
.boxTypeTravel .block-name {
  font-family: "SFUFuturaBook";
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.boxTypeTravel .block-name span{
  
}

.boxTypeTravel .block-name ._line {
  position: absolute;
  width: 100px;
  border-bottom: 3px solid #3399ff;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0 auto;
  bottom: -1px;
}
.b-popular_item {
    display: inline-block;
    width: 49%;
}

.mhome {
    margin-right: 0 !important;
    padding: 0;
    position: relative;
}

.mhome > a {
    padding: 0 !important;
    font-size: 15px !important;
}

.mhome a i {
    color: hsl(149, 100%, 35%);
    margin-top: -11px;
}

.theme-default {
    position: relative;
}

._titleH2 {

}

._titleH2 a{
    font-weight: 700;
}

@-webkit-keyframes aText {
    0% { color: hsl(0, 100%, 50%); }
    50% { color: hsl(149, 100%, 35%);  }
    100% { color: hsl(0, 100%, 50%);  }
}
@-moz-keyframes aText {
    0% { color: hsl(0, 100%, 50%);  }
    50% { color: hsl(149, 100%, 35%);  }
    100% { color: hsl(0, 100%, 50%);  }
}
@-o-keyframes aText {
    0% { color: hsl(0, 100%, 50%); }
    50% { color: hsl(149, 100%, 35%); }
    100% { color: hsl(0, 100%, 50%);  }
}
@keyframes aText {
    0% { color: hsl(0, 100%, 50%);  }
    50% { color: hsl(149, 100%, 35%);  }
    100% { color: hsl(0, 100%, 50%);  }
}
._h1Home {
    boshadow: 0 1px 5px 0 hsl(0, 0%, 29%);
    padding: 15px 0 15px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    -webkit-animation: aText 700ms infinite;
    -moz-animation: aText 700ms infinite;
    -o-animation: aText 700ms infinite;
    animation: aText 700ms infinite;
    text-transform: uppercase;
}

.boxSubCategory .itemSubCategory {
    float: left;
}
.boxSubCategory {
    width: 100%;
}
.categoryHome .boxName {
    margin: 30px 0px 20px 0px;
}

.categoryHome .boxName a {
    font-family: "SFUFuturaBook";
    font-size: 28px;
    color: #b90b0b;
    text-transform: uppercase;
    font-weight: bold;
}

.line-booking {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: hsl(0, 0%, 100%);
    border-color: hsla(0, 0%, 0%, 0);
    border-image: url("../images/border.png") 20% 20% 20% 20% round round;
    border-radius: 10px !important;
    border-style: solid;
    border-width: 5px;
    color: hsl(0, 0%, 0%) !important;
    padding: 15px;
    margin: 15px 0;
}

._articleList {
    position: relative;
}

._articleList ._boxItem {
    background: hsl(0, 0%, 96%) none repeat scroll 0 0;
    float: left;
    height: 225px;
    margin-bottom: 1%;
    margin-right: 1%;
    overflow: hidden;
    width: 24.2%;
    position: relative;
}
._articleList ._boxItem:nth-child(4n) {
    margin-right: 0%;
}
._articleList ._boxItem:nth-child(4n + 1) {
    clear: both;
}
._articleList ._boxItem figure img {
    display: inline-block;
    margin-bottom: 15px;
    height: 150px;
    width: 100%;
}
._articleList ._boxItem ._boxImage {
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
._articleList ._boxItem h2{
    color: hsl(207, 44%, 49%);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.hover-effect::after {
    background: hsla(195, 99%, 48%, 0.6) url("../images/hover-effect.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(180deg) scale(0.5, 0.5);
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    width: 100%;
}

.hover-effect:hover::after {
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
    visibility: visible;
}

.hover-effect img {
    backface-visibility: hidden;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.hover-effect:hover img {
    transform: scale(1.2);
}

._boxPost {

}

._boxPost h1, ._boxProduct ._pageHeading {
    border-left: 5px solid hsl(0, 100%, 50%);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    position: relative;
    line-height: 30px;
    overflow: hidden;
}

._boxPost h1 ._title {

}
._boxPost h1 ._line, ._boxProduct ._pageHeading ._line {
    background-color: hsl(0, 0%, 84%);
    bottom: 0;
    height: 1px;
    margin-bottom: auto;
    margin-left: 10px;
    margin-top: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

._boxPost h1 small, ._boxProduct ._pageHeading small {
    background-color: hsl(0, 0%, 100%);
    font-family: Arial;
    font-size: 12px;
    left: auto;
    overflow: hidden;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 9;
    font-weight: 700;
    line-height: 1;
    color: hsl(0, 0%, 47%);
}

._blockLeft {
}
._watermark {
    position: absolute;
    background-image: url("../images/watermarkx100.png");
    background-repeat: no-repeat;
    top: 0px;
    background-position: left top;
    height: 100%;
    width: 100%;
    z-index: 1;
}

._boxLabelTicket {
    position: relative;
}
._labelTicket {
    background-color: hsl(30, 59%, 53%);
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    height: 15px;
    left: 0;
    line-height: 15px;
    margin-right: 8px;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    top: 6px;
    z-index: 6;
}
._labelTicket._One::after {
    border-color: hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsl(30, 59%, 53%);
}

._labelTicket._Two::after {
    border-color: hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) red;
}

._labelTicket._Three::after {
    border-color: hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsl(9, 100%, 64%);
}

._labelTicket::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsl(30, 59%, 53%);
    border-image: none;
    border-style: solid;
    border-width: 7px 8px 7px 6px;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
}

._red {
    background-color: red;
}

._tomato {
    background-color: hsl(9, 100%, 64%);
}

._latestTitle {
    font-size: 22px;
    color: red;
    margin: 10px 0;
}

.padding__l-10 {
    padding-left: 10px;
}

.padding__r-10 {
    padding-left: 10px;
}

.padding__lr-10 {
    padding: 0 10px;
}
._bookingProductImage {
  border: 1px solid #d7d7d7;
  height: 389px;
  overflow: hidden;
  position: relative;
}

._bookingProductImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: auto;
}
._bookingProductDescription {
  border: 1px solid #d7d7d7;
  height: 389px;
  overflow: hidden;
  position: relative;
}
._bookingProductDescription--info {
  height: 239px;
  padding-top: 5px;
}
._bookingProductDescription--footer {
  font-size: 13px;
  color: #a94442;
  padding: 10px;
  border-top: 1px solid #d7d7d7;
  width: 100%;
}
._bookingProductDescription ._productName {
  font-size: 22px;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}

._bookingProductDescription ._productPrice {
  color: hsl(0, 100%, 50%);
  font-size: 14px;
  font-weight: 700;
}

._bookingProductDescription ._productPriceOld {
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
}
.form-horizontal .control-label {
  text-align: left;
}

.form-horizontal .form-group {
  margin-bottom: 5px;
}
.form-horizontal .form-group .help-block{
  margin-bottom: 3px;
}
._formBooking {
  background-color: hsl(0, 0%, 100%);
  border-color: hsla(0, 0%, 0%, 0);
  border-radius: 0px;
  border-style: solid;
  border-width: 5px;
  color: hsl(0, 0%, 0%);
  margin: 15px 0;
  padding: 15px;
  background: #eceaea;
}
._formBooking .col-sm-12
{
	padding-right: 15px;
    padding-left: 15px;
}
._formBooking 
.col-sm-12 .form-group{}
._formBooking ._title {
  color: hsl(9, 100%, 64%);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
._sendBooking {
  background: hsl(9, 100%, 64%); 
  margin-top: 15px;
}
._boxWapperSearch {
  position: relative;
}

.swiper-pagination {
  left: 0px;
  right: 0px;
  margin-top: 10px;
}
.swiper-pagination-bullet {
  margin-right: 5px;
  width: 16px !important;
  height: 16px !important;
}
._bt--readmore {
  display: inline-block;
  background: #cc0000;
  padding: 6px 15px;
  border-radius: 3px;
  margin-top: 10px;
  color: #fff;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a._bt--readmore:hover {
  color: #fff;
}
._boxProductThemeOne ._boxHeadOne ._titleOne {
    font-weight: 700;
    font-size: 26px;
    color: #cc0000;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
._boxChoose {
    position: relative;
    margin-bottom: 30px;
}

._boxChoose ._number {
    background: #cc0000;
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-size: 25px;
    font-family: Tahoma;
    font-weight: 700;
}

._boxChoose ._number ._line {
    border-right: 1px solid #fff;
    position: absolute;
    height: 45px;
    left: 40px;
    top: 0;
}

._boxChoose ._text {
    margin-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

._boxChoose ._text ._text1 {
    color: #cc0000;
    font-size: 13px;
    font-weight: 700;
}

._boxChoose ._text ._text2 {
    margin-top: 5px;
    font-size: 13px;
}

._themeBlockquote ._title {
    text-transform: uppercase;
    font-size: 18px;
    color: #fc7700;
    font-weight: 500;
    margin-top: 15px;
}

._themeBlockquote ._comment {
    font-size: 16px;
    margin-top: 30px;
}

._themeBlockquote ._comment ._comma {
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
}
.testimonials .owl-controls{
  display: none;
}

._quote {
  position: relative;
  padding: 0 20px;
}

._quote .quote-left {
  position: absolute;
  top: 0px;
  left: 0px;
}
._quote .quote-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

._box18 {
  border: 1px solid #d7d7d7;
  margin-top:10px;
  overflow: hidden;
}
.h105 {
  height: 105px;
}
._form-email {
  padding: 15px 20px;
  position: relative;
}
._form-email--text {
  padding-top: 5px;
  padding-bottom: 5px;
}
._form-email--input {
  border: 1px solid #d7d7d7;
  float: left;
  background-color: #fff;
  height: 35px;
  padding: 3px 5px;
  border-radius: 0px;
  width: 76%;
}

._form-email--bt {
    background-position-x: 0;
    background-position-y: 0;
    border: 0 solid #ed1c24;
    width: 20%;
    height: 35px;
    background: #ed1c24;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.box-post {
  position: relative;
  overflow: hidden;
}
.swiper-controls {
  position: absolute;
  top: 0px;
  right: 28px;
  z-index: 999999;
}
.swiper-button-next {
  background: none !important;
  margin-top: 0px !important;
  width: 10px !important;
}

.swiper-button-prev {
  background: none !important;
  margin-top: 0px !important;
  width: 10px !important;
}

._theme--post__one {
  position: relative;
  margin-top: 30px;
}
._theme--post__one--head {
  position: relative;
  margin-bottom: 20px;
}

._theme--post__one--head ._theme--post__one--head__title {
  text-transform: uppercase;
}
.swiper-button-next::before {
    content: "\f053";
    color: #464646;
    margin-left: 3px;
    font: normal normal normal 22px/1 FontAwesome;
}

.swiper-button-prev::before {
    content: "\f054";
    color: #464646;
    font: normal normal normal 22px/1 FontAwesome;
}
._theme--post__one .mark {
  position: absolute;
  height: 100%
  width: 100%;
}
._theme--post__one ._thumbnail {
  width: 286px;
  height: 178px;
  position: relative;
  float: left;
  overflow: hidden;
}
._theme--post__one ._thumbnail .iframe-img-fix {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}
._theme--post__one ._description {
  float: none;
  margin-left: 306px;
}

._boxSlot1 {
  border-top: 1px solid #d7d7d7;
  margin-top: 0px !important;
}

._boxSlot2 {
  border-top: 1px solid #d7d7d7;
  margin-top: 0px !important;
}
._boxSlot1 .time-date {
  margin-top: 0px !important;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}

._boxSlot1 .departure {
  margin-top: 0px !important;
  height: 35px;
  line-height: 31px;
}
._boxSlot1 .time-date img {
  top: 10px;
  position: relative;
}
.departure {
  position: relative;
}
.departure ._departure--icon {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}
.departure .select2-selection__rendered {
  padding-left: 30px !important;
}

.departure .select2-selection--single {
  border: none !important;
}
._boxSlot2 .price {
  margin-top: 0px !important;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #d7d7d7;
}
._boxSlot2--booking {
  display: inline-block;
  background: #cc0000;
  padding: 6px 15px;
  border-radius: 0px;
  margin-top: 0px !important;
  color: #fff;
  text-transform: uppercase;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 35px;
  color: #fff;
}
._boxSlot2--booking a {
  color: #fff;
}

.product-list .box-content {
  padding: 0px !important;
  position: relative;
  bottom: 0px;
}

.box-top ._price--old {
    background: hsla(0, 0%, 0%, 0) linear-gradient(to bottom, hsla(0, 0%, 20%, 0), hsl(0, 0%, 0%)) repeat scroll 0 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    padding: 45px 8px 8px;
    position: absolute;
    width: 100%;
    z-index: 2;
    text-decoration: line-through;
}

.box-top ._price--old span {
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    left: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px hsl(0, 0%, 0%);
    font-family: "Roboto-Light",sans-serif;
    text-decoration: line-through;
}
._label {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
}

._label ._label--in {
    padding: 5px 15px 3px 15px;
}
._label--ribbon span {
    z-index: 1;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    color: #fff;
    margin: 0 0 0 -26px;
    background-color: #e52822;
    top: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12),0 0 2px rgba(0,0,0,.24);
    padding: 5px 10px 5px 10px;
}
._label--ribbon span::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
._label--ribbon span::before {
    border-width: 0 10px 10px 0;
    border-right-color: #9c0000;
    left: 0;
}

._label--ribbon span::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

._feedbackButton {
    background-image: none;
    background-color: #1fa64b;
    text-shadow: none;
    transition: all .15s linear;
    border-width: 0 !important;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    color: #fff;
}

#ccnew--message {
  position: absolute;
  left: 20px;
  top: 80px;
  font-size: 11px;
  color: #f90909;
}
#_form-email--bt {
  position: relative;
}
._loading {
    background: #000000;
    height: 100%;
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 0.5;
    top: 0;
}
._loading span {
  background-image: url("../images/loading.gif");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
._booking--step1 {
  position: relative;
  height: 2px;
  border-bottom: 2px solid #d7d7d7;
  top: 10px;
}
._booking--step1 span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fafafa;
  padding: 3px 4px;
  color: #fff;
  border: 2px solid #d7d7d7;
  top: -15px;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0 auto;
}

._booking--step2 span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fafafa;
  padding: 3px 4px;
  color: #fff;
  border: 2px solid #d7d7d7;
  top: -15px;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0 auto;
}

._booking--step3 span {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fafafa;
  padding: 3px 4px;
  color: #fff;
  border: 2px solid #d7d7d7;
  top: -15px;
  left: 0px;
  right: 0px;
  display: block;
  margin: 0 auto;
}
._booking--step2 {
  position: relative;
  height: 2px;
  border-bottom: 2px solid #d7d7d7;
  top: 10px;
}

._booking--step3 {
  position: relative;
  height: 2px;
  border-bottom: 2px solid #d7d7d7;
  top: 10px;
}

._booking--actived {
  background: hsl(0, 89%, 38%) !important;
}
._require {
  color: red;
}
._policy {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #d7d7d7;
  padding: 10px;
  background: #fafafa;
}
._mb10 {
  margin-bottom: 10px;
}
._mt5 {
  margin-top: 5px;
}

._mt10 {
  margin-top: 10px;
}

._mb5 {
  margin-bottom: 5px;
}
._pr0 {
  padding-right: 0px !important;
}

.section {
    overflow: hidden;
    margin-bottom: 20px;
}

.section-title {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px 0 12px;
    background: url('../images/sep.png') repeat-x left top;
    border-bottom: 3px solid #111;
}
.section-title h4 {
    text-transform: uppercase;
    text-align: center;
    
}
.section-title h4 a {
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto Slab,Palatino,Cambria,Droid Serif,Georgia,Times New Roman,Times,serif;
}
.section-title h6 {
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    color: #555;
    font-family: "Open Sans","Helvetica Neue",Calibri,"Droid Sans",Helvetica,Arial,sans-serif;
}

.feat-cat .main-post {
    overflow: hidden;
}

.thumb img {
    border: 1px solid #f2f2f2;
}

.feat-cat .entry-header {
    margin-bottom: 10px;
}
.one-half {
    width: 370px;
    margin-right: 30px;
    float: left;
}
.col-last {
    margin-right: 0 !important;
}
.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

.feat-cat .item-post {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.feat-cat .item-wrap {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
    padding-bottom: 10px;
}

.feat-cat .item-post .thumb {
    margin-right: 15px;
    float: left;
}

.feat-cat .item-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.item-post:last-child .item-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.feat-cat .main-post .thumb {
    margin-bottom: 15px;
}

.entry-header h4 {
    margin: 5px 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.entry-meta {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
}
.entry-meta .sep {
    margin: 0 10px;
}

.section-title h1 {
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  color: #333333;
  border-left: none;
  font-size: 18px;
  font-family: Roboto Slab,Palatino,Cambria,Droid Serif,Georgia,Times New Roman,Times,serif;
  font-weight: 700;
  text-transform: uppercase;
}

.feat-cat .item-post h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.W100 {
    width: 100%;
}

._bgTag {
  background: #ffffff;
  padding-top: 20px;
}
._boxListItem {
  background: #f5f4ef;
}
._boxListItem a {
  color: #333;
}
._boxListItem article {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
._boxListItem article figure {
  width: 255px;
  float: left;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
._boxListItem article ._boxImage {
  width: 100%;
  height: 168px;
  overflow: hidden;
  display: block;
  position: relative;
}
._boxListItem article ._boxImage img {
  display: block;
  magrin: auto;
  position: absolute;
  height: 190px;
  width: 255px;
}
._boxListItem article ._boxListItem--item__content ._boxTitle {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  float: none;
}
._boxListItem article ._boxListItem--item__content ._detaiInfo {
  min-height: 150px;
}
._boxListItem article ._boxListItem--item__content ._price ._new {
  color: #ee595d;
  font-size: 17px;
  font-weight: bold;
}
._boxListItem article ._boxListItem--item__content ._price ._readmore {
  margin-top: 10px;
  background: #c50000;
  color: #fff;
  border-color: #c50000;
  width: 100%;
  border-radius: 0px !important;
  padding: 5px 10px;
  text-align: center;
}
._boxListItem article ._boxListItem--item__content .ribbon {
  height: 60px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  right: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  font-size: 14.5px;
  color: #fff;
  padding-top: 12px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
._boxListItem article ._boxListItem--item__content .ribbon:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 100%;
  border-left: 50px solid transparent;
  right: 0px;
}
._boxListItem article ._boxListItem--item__content .ribbon:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  top: 100%;
  border-right: 50px solid transparent;
  left: 0px;
}
._boxListItem article ._boxListItem--item__content .ribbon-tk {
  background: #000099;
}
._boxListItem article ._boxListItem--item__content .ribbon-tk:after {
  border-top: 20px solid #000099;
}
._boxListItem article ._boxListItem--item__content .ribbon-tk:before {
  border-top: 20px solid #000099;
}
._boxListItem article ._boxListItem--item__content .corner {
  width: 0;
  height: 0;
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent;
  position: absolute;
  top: 15px;
  right: 70px;
  z-index: 9999;
}
._boxListItem article ._boxListItem--item__content ._frameLabel {
  display: table;
  margin: 0 auto;
  padding-top: 15px;
}
._boxListItem article ._boxListItem--item__content ._frameLabel .cornerGrid,
._boxListItem article ._boxListItem--item__content ._frameLabel .ribbonGrid {
  top: -22px;
}

._boxListItem article ._boxListItem--item__name {
    width: 640px;
}
._boxListItem article ._boxListItem--item__name {
    color: #333;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 20px;
}

._boxListItem--item__price {
    color: #ee595d;
    font-size: 17px;
    font-weight: bold;
}

._boxListItem--item__readmore {
    margin-top: 10px;
    background: #c50000;
    color: #fff;
    border-color: #c50000;
    width: 100%;
    border-radius: 0px !important;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

._page--heading--title__line {
  font-size: 13px;
  position: relative;
  color:#333;
}

._boxListItem--item__bottom {
  margin: 85px 0px 0px;
}
._item-bottom {
  margin-top: 10px;
}
._item-bottom a {
  color: #fff;
  text-transform: uppercase;
}

.iconMask img {
  width: 100%;
  height: 100%;
  margin: auto;
}
.textDay {
  margin-left: 30px;
}
.dropdown-toggle-custom::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu-custom {
  padding: 10px;
}

.boxs {
    border: 1px solid #cbd3db;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
}
.frm-login {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.frm-login .form-control {
  height: 38px;
}

.frm-login--head h1 {
  font-size: 16px;
  margin: 10px 0px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.frm-login .button {
  margin: 10px 0px;l
}

.account.signed-in .li-user {
  line-height: 20px;
  background-color: #e13203;
  padding: 10px;
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.bg-green {
  background: #23a203;
  color: #fff;
}
.line--right {
  border-right: 1px solid #fff;
}

.line--left__xam {
  border-left: 1px solid #d7d7d7;
}

.line--right__xam {
  border-left: 1px solid #d7d7d7;
}
.box-price {
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  display: block;
  position: relative;
}

._pageDetailProduct .item-tour-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fc7700;
    text-transform: uppercase
}

._pageDetailProduct .item-tour-title h3.border-left {
    border-left: 5px solid #fc7700;
    padding-left: 15px
}

._pageDetailProduct .chuongtrinhtour ._boxExtension {
    position: relative
}

._pageDetailProduct .chuongtrinhtour ._boxExtension ul {
    margin: 0;
    padding: 0
}

._pageDetailProduct .chuongtrinhtour ._boxExtension ul li {
    list-style: none !important;
    background-image: none !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    padding-left: 0px !important;
    display: block;
}

._pageDetailProduct .chuongtrinhtour ._boxExtension ul li ._readMore {
    position: absolute;
    right: 0;
    padding: 5px;
    color: #fc7700;
    font-weight: 700
}

._pageDetailProduct .chuongtrinhtour ._number {
    text-align: center;
    background: #fc7700;
    padding: 5px;
    color: #fff;
    width: 75px;
    text-transform: uppercase;
    margin-right: 15px
}

._pageDetailProduct .chuongtrinhtour .tenchuongtrinh {
    padding: 5px;
    color: #000;
    font-weight: 500;
    font-size: 15px
}

._pageDetailProduct .line {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    min-height: 40px;
}
._show {
    display: block;
}
.hide {
    display: none !important;
}