/*------------------------------------------------------------------

Project:	tfs-authantic
Version:	1.1
Last change:	05/28/16 [fixed Float bug, vf]
Assigned to:	nguyentuan.eagle (vf)
Primary use:	nguyentuan.eagle
-------------------------------------------------------------------*/
@import "reset.css";

@font-face {
  font-family: "Wisdom-Script";
  src: url("../fonts/WisdomScript.otf");
}
/* -------------------------------------------- *
 * Import Setting
 */
/* -------------------------------------------- *
 * Reset Page
 */
input, select {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}

a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:active, a:focus {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

ol, ul {
  padding: 0;
}

li {
  list-style: none;
}

.tfs-block {
  width: 100%;
  display: inline-block;
  float: left;
}

.boxes-wrapper {
  overflow: hidden;
}

html {
  overflow-x: hidden;
}

/* -------------------------------------------- *
 * Parallax Bg
 */
.parallax-bg {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/*@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}*/
/*==========================================================
 *  HEADER
 * ===========================================================*/
/* -------------------------------------------- *
 * Header Content
 */
.header-container {
  padding: 0;
  position: relative;
}

/* -------------------------------------------- *
 * Top Bar
 */
.top-bar .list-inline {
  margin-bottom: 0;
}
.top-bar .top-bar-left {
  text-align: left;
}
.top-bar .top-bar-right {
  text-align: right;
}
.top-bar .checkout a {
  padding-right: 0 !important;
}
.top-bar .currency a {
  padding-right: 0 !important;
}
.top-bar ul {
  padding-left: 0;
  margin: auto;
}
.top-bar ul li {
  list-style: none;
  position: relative;
}
.top-bar ul li a {
  padding: 8px 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
.top-bar ul li a:hover, .top-bar ul li a:focus, .top-bar ul li a:active {
  text-decoration: none;
}
.top-bar ul li a span {
  float: left;
  margin-right: 4px;
  line-height: 1.6;
}
.top-bar ul li a .fa.fa-sort-desc {
  font-size: 10px;
  margin-left: 2px;
}
.top-bar ul li .dropdown-menu {
  min-width: 130px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar ul li .dropdown-menu li a {
  line-height: 1;
  display: block;
  padding: 10px 20px;
}
.top-bar ul li .dropdown-menu li a:hover {
  background: none;
}
.top-bar ul li .dropdown-menu li a:focus {
  background: none;
}
.top-bar ul li .dropdown-menu li a span {
  float: none;
  line-height: 1.0;
}
.top-bar ul li:hover .dropdown-menu {
  display: block;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-bar ul .language, .top-bar ul .customer-login {
  background: url("../images/bg_item.jpg") no-repeat right center;
}
.top-bar ul .customer-login .login {
  padding-right: 0 !important;
}
.top-bar ul .customer-login .register {
  padding-left: 0 !important;
}

/*============================================================================
    Header Main
==============================================================================*/
.header-main .header-logo img {
  height: auto;
}
.header-main .header-logo a {
  display: block;
  padding: 0px 0px;
}
.header-main .searchbox {
  text-align: right;
}
.header-main .searchbox .search {
  margin-top: 20px;
  display: block;
  float: right;
  padding-right: 0;
}
.header-main .searchbox .search .input-search {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-weight: 300;
  width: 325px;
  height: 45px;
  border: 1px solid #ebebeb;
  box-shadow: none;
  display: inline-block;
  margin-right: 45px;
  float: right;
  font-size: 12px;
}
.header-main .searchbox .search button {
  height: 45px;
  font-size: 18px;
  font-weight: normal;
  background: none;
  border: 1px solid #ebebeb;
  width: 45px;
  position: absolute;
  right: 16px;
  z-index: 999;
}

/*============================================================================
   Header Cart
==============================================================================*/
.top-header-cart {
  cursor: pointer;
}
.top-header-cart .cart-dd {
  margin-top: 0;
}
.top-header-cart .cart-target {
  padding: 12px 0;
  line-height: 2.2;
  text-align: right;
  float: right;
  position: relative;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-header-cart .cart-target a {
  position: relative;
}
.top-header-cart .cart-target a .number .item {
  font-weight: 600;
  margin-right: 28px;
}
.top-header-cart .cart-target a .number .tfs-icon {
  font-size: 16px;
  background: url("../images/icon-bag.png") no-repeat;
  padding: 10px;
  display: inline-block;
  position: absolute;
}
.top-header-cart .cart-target a .number .number-items {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.top-header-cart .cart-target a:hover, .top-header-cart .cart-target a:focus, .top-header-cart .cart-target a:active {
  text-decoration: none;
}
.top-header-cart .cart-target:hover .cart-dd {
  display: block;
}
.top-header-cart .cart-target:hover:before {
  opacity: 1;
}
.top-header-cart .cart-target:hover:after {
  opacity: 1;
}
.top-header-cart .cart-target:before, .top-header-cart .cart-target:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}
.top-header-cart .cart-target:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #e7e7e7;
  border-width: 7px;
  margin-left: -7px;
}
.top-header-cart .cart-target:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.top-header-cart .cart-target .cart-dd {
  padding: 20px;
  left: auto;
  right: 15px;
  width: 320px;
  border: 1px solid #e6dfd1;
  background: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.top-header-cart .cart-target .cart-info {
  padding: 10px;
  max-height: 540px;
  overflow: auto;
}
.top-header-cart .cart-target .items-inner:first-child {
  padding-top: 0;
}
.top-header-cart .cart-target .items {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.top-header-cart .cart-target .cart-item-info {
  float: left;
  max-width: 170px;
}
.top-header-cart .cart-target .cart-item-image {
  float: left;
  margin-right: 10px;
}
.top-header-cart .cart-target .cart-item-image a {
  display: block;
  border: 1px solid #e7e2d1;
  float: left;
  max-width: 90px;
}
.top-header-cart .cart-target .cart-item-image a img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.top-header-cart .cart-target .cart-item-image {
  display: block;
  overflow: hidden;
}
.top-header-cart .cart-target .cart-item-image:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.top-header-cart .cart-target .cart-item-image img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.top-header-cart .cart-target .cart-item-title {
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
}
.top-header-cart .cart-target .cart-item-title a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
}
.top-header-cart .cart-target .star-cart {
  background: url("../images/star-cart.png") no-repeat;
  width: 100px;
  height: 15px;
  padding: 10px 0;
}
.top-header-cart .cart-target .money {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.top-header-cart .cart-target .cart-item-price {
  float: left;
  width: 50%;
  line-height: 1.3;
}
.top-header-cart .cart-target .shipping-cart {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
}
.top-header-cart .cart-target span.lable-cart {
  float: left;
}
.top-header-cart .cart-target span.cart-item-total-price {
  float: right;
}
.top-header-cart .cart-target a.cart-close {
  float: right;
  width: 15px !important;
  height: 15px;
  padding: 2px;
  line-height: 14px;
  background-color: #818181;
  cursor: pointer;
  color: #fff;
}
.top-header-cart .cart-target .cart-info .subtotal {
  text-transform: capitalize;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.top-header-cart .cart-target .subtotal > span:first-child {
  margin-right: 5px;
  color: #666;
}
.top-header-cart .cart-target .cart-item-total-price {
  color: #1694d6;
}
.top-header-cart .cart-target .action {
  padding: 0;
  float: right;
  width: 100%;
  text-align: right;
  overflow: hidden;
}
.top-header-cart .cart-target .btn-checkout {
  min-width: 116px;
  padding: 5px 10px;
  border: 1px solid #959595;
  color: #4f4f4f;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.top-header-cart .cart-target .btn-checkout:hover {
  color: #4f4f4f;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*============================================================================
 * Main  Menu
/*============================================================================**/
.header-bottom .horizontal-menu {
  height: 40px;
}

.sidemenu-holder .horizontal-menu {
  height: 55px;
}
.sidemenu-holder .sign-menu {
  position: relative;
}
.sidemenu-holder .sign-menu .dropdown-menu {
  min-width: 60px;
}
.sidemenu-holder ul {
  margin: 0;
  padding-left: 0;
}
.sidemenu-holder ul li {
  list-style: none;
  position: static;
}
.sidemenu-holder ul li span.cat_label {
  color: #fff;
  font-weight: normal;
  font-size: 10px !important;
  line-height: 14px;
  padding: 0 4px;
  margin-left: 10px;
  text-transform: capitalize;
  position: absolute;
  right: -5px;
  top: 7px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sidemenu-holder ul li span.cat_label:before {
  border-color: transparent;
  border-style: solid;
  border-top-color: #85d1be;
  border-width: 6px 6px 0 0;
  content: "";
  height: 0;
  position: absolute;
  left: 4px;
  top: 12px;
  transition: border-color 450ms ease-in-out 0s;
  width: 0;
}
.sidemenu-holder ul li .hot {
  background-color: #fe2740;
}
.sidemenu-holder ul li .hot:before {
  color: #fe2740;
  border-color: #fe2740 transparent transparent !important;
}
.sidemenu-holder ul li .new {
  padding: 0 2px !important;
  background-color: #85d1be;
}
.sidemenu-holder ul li .new:before {
  color: #85d1be;
  border-color: #85d1be transparent transparent !important;
}
.sidemenu-holder ul li .mega-menu {
  position: inherit !important;
}
.sidemenu-holder ul li a {
  position: relative;
}
.sidemenu-holder ul li .dropdown-menu {
  padding: 30px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-color: #e8e8e8;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.sidemenu-holder ul li .dropdown-menu li a {
  font-weight: 300;
  padding: 5px 0px;
}
.sidemenu-holder ul li .dropdown-menu li a.twolevels {
  font-weight: 300;
  padding: 5px 30px;
}

/* -------------------------------------------- *
 * Main Var
 */
.menu-lv-01.dropdown {
  text-align: left !important;
}
.menu-lv-01.dropdown .dropdown-menu {
  top: 100%;
}

.menu-lv-01 {
  float: none;
  display: inline-block;
}

.menu-lv-01 > a {
  text-transform: uppercase;
  padding: 12px 5px;
  font-weight: 600;
  line-height: 2.2;
  display: inline-block;
}
.menu-lv-01 > a:hover, .menu-lv-01 > a:focus, .menu-lv-01 > a:active {
  text-decoration: none;
}

.menu-lv-01.dropdown a {
  position: relative;
}

.menu-lv-01.dropdown > a:before,
.menu-lv-01.dropdown > a:after {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
}

.menu-lv-01.dropdown > a:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #e7e7e7;
  border-width: 7px;
  margin-left: -7px;
}

.menu-lv-01.dropdown > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu-lv-01.dropdown:hover > a:after,
.menu-lv-01.dropdown:hover > a:before {
  opacity: 1;
}

.menu-lv-02 > li > a {
  text-transform: uppercase;
  font-weight: 500 !important;
  margin-bottom: 0px;
  border-bottom: 1px solid #7f7f7f;
  display: inherit;
}



.main-nav .menu-lv-03 a {
  color: #7f7f7f;
}

.sign-menu .dropdown-menu a {
  color: #7f7f7f;
  font-size: 16px;
}

/* -------------------------------------------- *
 * Mega Menu
 */
.mega-menu span.sale-0ff {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  color: #7f7f7f;
  font-size: 17px;
}
.mega-menu .mega-col > img {
  display: list-item;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 290px;
}
.mega-menu .dropdown-menu {
  margin: 0;
  padding: 30px 10px !important;
}
.mega-menu .menu-lv-02 {
  padding: 0 20px !important;
}
.mega-menu .menu-lv-02 a {
  padding: 10px 0px 20px !important;
}
.mega-menu .menu-lv-02 a:hover {
  text-decoration: none;
}
.mega-menu .menu-lv-02 .menu-lv-03 a {
  text-transform: capitalize;
  font-weight: 300;
  line-height: 2;
  position: relative;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  font-size: 13px;
}
.mega-menu .menu-lv-02 .menu-lv-03 a:hover {
  padding-left: 10px !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.mega-menu .menu-lv-02 .menu-lv-03 a .cat_label {
  top: 12px !important;
  right: -40px;
  display: none;
}
.mega-menu .menu-lv-02 .menu-lv-03 a .sale {
  background-color: #f13352;
}
.mega-menu .menu-lv-02 .menu-lv-03 a .sale:before {
  color: #f13352;
  border-color: #f13352 transparent transparent !important;
}

/*============================================================================
 * Main Content
 * ==============================================================================*/
/*============================================================================
  List Product
  ==============================================================================*/
/* -------------------------------------------- *
 * Product Container
 */
.product-container .left-block {
  position: relative;
  overflow: hidden;
}
.product-container .left-block img {
  max-width: 100%;
}
.product-container .left-block .label {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 7px 3px;
  float: left;
  display: block;
}
.product-container .left-block .position-label:hover, .product-container .left-block .position-label:focus, .product-container .left-block .position-label:active {
  text-decoration: none;
}
.product-container .right-block {
  text-align: center;
  padding-bottom: 35px;
}
.product-container:hover .functional-buttons {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* -------------------------------------------- *
 * Position Label
 */
.position-label {
  position: absolute;
  top: 12px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Positions Right
 */
.position-right {
  right: 12px;
}

/* -------------------------------------------- *
 * Positions Left
 */
.position-left {
  left: 12px;
}

/* -------------------------------------------- *
 * Label New
 */
.new-box {
  background-color: #85d1be;
}

/* -------------------------------------------- *
 * Label Sale
 */
.sale-box {
  background-color: #fe2740;
}

/* -------------------------------------------- *
 * Product Meta
 */
.product-meta h5.name {
  margin-top: 20px;
}
.product-meta h5.name a {
  font-size: 14px;
  font-weight: 300;
}
.product-meta h5.name a:hover {
  text-decoration: none;
}
.product-meta .tfs-badge {
  background: url("../images/rate-bg.png") no-repeat;
  background-position: center;
  padding: 10px;
}

/* -------------------------------------------- *
 * Price Product
 */
.content_price {
  padding: 10px 0;
}
.content_price .product-price {
  font-size: 15px;
}
.content_price .price {
  font-weight: 500;
}
.content_price .old-price {
  font-weight: 300;
  font-size: 14px !important;
  margin-right: 20px;
  text-decoration: line-through;
}

/* -------------------------------------------- *
 * Functional Buttons
 */
.functional-buttons {
  position: absolute;
  top: 0px;
  bottom: 0px;
  max-width: 160px;
  margin: auto;
  height: 40px;
  display: block;
  left: 0px;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background-color: #fff;
}
.functional-buttons a {
  padding: 10px 14px;
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #ebebeb !important;
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.functional-buttons .quick-view {
  border-right: none !important;
}

.column-6 .owl-next, .column-6 .owl-prev {
  top: 26% !important;
}

.column-3 .owl-next, .column-3 .owl-prev {
  top: 33% !important;
}

.fotofasciagrigia {
  float:right;width:45%;text-align:right;
}
.testofasciagrigia {
  width:45%;
}


@media (max-width: 720px) {
  .fotofasciagrigia {
    display:block;
    float:none;width:90%;
    clear:both;
    margin-left:5%;
    padding-top:10px;
  }
  .testofasciagrigia {
    width:90%;display:block;float:left;margin-left:5%;
  }

}



@media (min-width: 1200px) {
  .column-4 .functional-buttons {
    top: 110px;
  }

  .column-3 .functional-buttons {
    top: 110px;
  }
}



@media (min-width: 992px) and (max-width: 1199px) {
  .column-4 .functional-buttons {
    top: 60px;
  }

  .column-3 .functional-buttons {
    top: 50px;
  }
}
/*==============================================================
 * Footer
 * =============================================================*/
.pages #footer {
  margin-top: 80px;
}

/* -------------------------------------------- *
 * Footer Top
 */
/* -------------------------------------------- *
 * Footer Main
 */
.footer-main .footer-links {
  padding: 20px 0px;
}
.footer-main ul {
  padding: 0;
}
.footer-main li {
  list-style: none;
  padding: 0;
  line-height: 2.6;
}

/* -------------------------------------------- *
 * Footer Title
 */
.footer-title {
  position: relative;
  width: 100%;
  float: left;
}
.footer-title h4 {
  margin-bottom: 15px;
  padding: 10px 10px 10px 0px;
  position: relative;
  font-family: "FuturaL";
  font-weight: bold;
}

/*============================================================
 * Owl Slider
 * ===========================================================*/
.tfs-slider:hover .owl-nav div {
  display: block !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
}
.tfs-slider .owl-nav div {
  border: 1px solid #e6e6e6;
  padding: 5px 13px;
  background-color: #fff;
  display: block !important;
  opacity: 0.5;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tfs-slider .owl-prev {
  position: absolute;
  left: -33px;
  top: 30%;
  font-size: 0px;
  display: inline-block;
  font-family: FontAwesome;
}
.tfs-slider .owl-prev:before {
  content: "\f0d9";
  font-size: 12px;
  color: #b0b0b0;
  margin-left: -3px;
}
.tfs-slider .owl-next {
  right: -33px;
  top: 30%;
  position: absolute;
  font-size: 0px;
  display: inline-block;
  font-family: FontAwesome;
}
.tfs-slider .owl-next:before {
  content: "\f0da";
  font-size: 12px;
  color: #b0b0b0;
  margin-right: -3px;
}

.title-border h3 {
  position: relative;
}
.title-border h3:before {
  border-width: 3px 0 0;
  border-color: #fafafa;
  border-style: solid;
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9;
}
.title-border span {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}

/*==============================================================
 * Canvas Menu
 * =============================================================*/
@media (max-width: 992px) {
  .mobile-menu::after,
  .mobile-menu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }

  .mobile-menu ul {
    display: none;
    width: 100%;
  }

  .menu-active .mobile-menu .open {
    display: block !important;
    padding-left: 0;
  }

  .mobile-menu > ul > li {
    display: block;
    float: none;
  }

  .mobile-menu ul li,
  .mobile-menu ul ul li,
  .mobile-menu ul li:hover > ul > li {
    border-top: 1px solid #444444;
    height: auto;
    width: 100%;
  }

  .mobile-menu > ul > li {
    float: left;
  }

  .mobile-menu .has-sub > ul {
    display: none;
  }

  .mobile-menu .submenu-button::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 17px;
    position: absolute;
    top: 20px;
    width: 11px;
    z-index: 99;
  }

  .mobile-menu .submenu-button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    left: 22px;
    position: absolute;
    top: 15px;
    width: 1px;
    z-index: 99;
  }

  .mobile-menu .submenu-button {
    border-left: 1px solid #444444;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    z-index: 10;
  }

  .mobile-menu .submenu-button.submenu-opened::after {
    display: none;
  }

  .mobile-menu > ul > li.has-sub > a::after,
  .mobile-menu ul ul li.has-sub > a::after {
    display: none;
  }

  .mobile-menu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #444444;
    border-right: 1px solid #444444;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 21px;
    transform: rotate(45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
  }

  .mobile-menu > ul > li.has-sub > a {
    padding-right: 25px;
  }

  .mobile-menu ul li a,
  .mobile-menu ul ul li a {
    width: 100%;
  }

  .mobile-menu ul ul > li > a {
    padding-left: 30px !important;
  }

  .mobile-menu ul ul ul > li > a {
    padding-left: 40px !important;
  }

  .mobile-menu > ul > li > a {
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease 0s;
  }

  .mobile-menu ul ul li a {
    color: #fff;
    font-size: 12px;
    padding: 15px 20px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 100%;
  }

  .mobile-menu ul,
  .mobile-menu ul li,
  .mobile-menu ul li a {
    box-sizing: border-box;
    line-height: 1;
    list-style: outside none none;
    position: relative;
    width: 100%;
    float: left;
  }

  .mobile-menu li.li-on-mobile {
    font-size: 23px;
    font-weight: 400;
    line-height: 2.2;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }

  body.menu-active {
    overflow-y: hidden;
  }

  body.menu-active .mobile-menu > ul {
    display: block !important;
    margin: 0;
    padding: 0;
    width: 260px;
  }

  .mobile-menu {
    top: 0 !important;
    position: fixed;
    width: 260px;
    z-index: 100000;
    height: 100%;
    overflow: auto;
    left: 0px;
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #333;
    -webkit-transform: translate(-280px, 0px);
    -ms-transform: translate(-280px, 0px);
    -o-transform: translate(-280px, 0px);
    transform: translate(-280px, 0px);
  }

  .menu-active .mobile-menu {
    background: #333;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: -1px -6px 8px #ddd;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  #page-main {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  body.menu-active #page-main {
    -webkit-transform: translate(260px, 0px);
    -ms-transform: translate(260px, 0px);
    -o-transform: translate(260px, 0px);
    transform: translate(260px, 0px);
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .menu-active #cboxOverlay {
    display: block;
    -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  cursor: pointer;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: none;
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*===================================================
   newsletter Popup
=====================================================*/
.popup-page {
  overflow: hidden;
}

.tfs-popup-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

.tfs-fade {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tfs-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  opacity: 1 !important;
}
.tfs-wrap .tfs-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 30%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tfs-wrap .tfs-container .tfs-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.tfs-popup-ready {
  opacity: 0.8;
  display: block;
  overflow: hidden;
}

.popup-box {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 24px 50px;
  background-color: #fff;
}
.popup-box .popup-box-content {
  float: left;
  text-align: center;
}
.popup-box .popup-box-content h1 {
  font-size: 20px;
  color: #4f4f4f;
  font-family: "Montserrat";
  font-weight: 700;
  padding-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}
.popup-box .popup-box-content h1:before {
  background: url("../images/bg-start-newl.png") no-repeat;
  content: "";
  width: 100px;
  height: 16px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup-box .popup-box-content p {
  font-weight: 300;
  font-size: 13px;
  color: #7f7f7f;
  line-height: 2.2;
}
.popup-box .popup-box-content .form-control {
  height: 50px;
  color: #9f9f9f;
  font-weight: 300;
  font-size: 12px;
  text-align: center !important;
  margin: 30px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.popup-box .popup-box-content button {
  color: #3f3f3f;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #ebebeb;
  border: none;
  padding: 14px 32px 13px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.popup-box .popup-box-content button:hover {
  background-color: #000000;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popup-box .popup-check {
  display: inline-block;
  margin-top: 30px;
}
.popup-box .popup-check #popup-checkbox[type=checkbox] {
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.popup-box .popup-check .inline {
  float: left;
  color: #9f9f9f;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  .newsletter-popup .popup-box {
    background: url("../images/769x425.png") no-repeat right 0;
    width: 770px;
  }
  .newsletter-popup .popup-box .popup-box-content {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .newsletter-popup .popup-box {
    width: auto;
  }
  .newsletter-popup .popup-box .popup-box-content {
    width: auto;
  }
}
.tfs-inline-holder .tfs-content, .tfs-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.tfs-fade .tfs-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tfs-popup-ready .tfs-content {
  opacity: 1;
}

button.tfs-close {
  overflow: visible;
  cursor: pointer;
  background: #a8a8a8;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  z-index: 1046;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tfs-close {
  width: 18px;
  height: 18px;
  line-height: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color: white;
  font-style: normal;
  font-size: 21px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*====================================================
   Quick View Popup
=====================================================*/
.quick-view-popup .product-info .add-to-box {
  padding: 15px 0;
  border-bottom: none;
}
.quick-view-popup .product-info .product-qty {
  padding-right: 15px;
}
.quick-view-popup .product-info .short-description {
  margin: 10px 0 0;
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .quick-view-popup .product-img-box {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .quick-view-popup .product-info {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .quick-view-popup .popup-box {
    width: 770px;
    padding: 20px 15px 15px 15px !important;
  }
  .quick-view-popup .popup-box .popup-box-content {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .quick-view-popup {
    background-color: #fff;
  }
  .quick-view-popup .tfs-container {
    top: 0 !important;
  }

  .quick-view-popup .popup-box {
    width: auto;
  }
  .quick-view-popup .popup-box .popup-box-content {
    width: auto;
  }
  .quick-view-popup .popup-box .product-img-box {
    width: 320px;
    clear: both;
  }
  .quick-view-popup .popup-box .product-info {
    clear: both;
  }
  .quick-view-popup .popup-box .product-info .product-name h1 a {
    font-size: 20px;
  }
  .quick-view-popup .popup-box .product-info .product-atr {
    margin-top: 10px;
  }
  .quick-view-popup .popup-box .product-info .add-to-box {
    padding: 15px 0;
  }
  .quick-view-popup .popup-box .short-description {
    display: none;
  }
}
/*============================================================================
   //breadcrumbs
 ==============================================================================*/
.breadcrumbs {
  padding: 20px 0;
  text-align: left;
  background-position: 0 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d9d9d9;
  line-height: 1.25;
  margin: 0 0 20px;
}

.breadcrumbs ul li {
  display: inline-block;
  color: #cf181c;
  font-weight: bold;
  font-size: 18px;
  font-family: FuturaLC,sans-serif;
}
.breadcrumbs ul li a {
  color: #cf181c;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumbs ul li a:hover, .breadcrumbs ul li a:focus, .breadcrumbs ul li a:active {
  text-decoration: none;
}
.breadcrumbs ul li:before {
  background-color: #c8c8c8;
  width: 6px;
  height: 1px;
  content: " / ";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
}
.breadcrumbs ul .home:before {
  display: none;
}

/*============================================================================
    Sidebar
 ==============================================================================*/
#sidebar {
  text-align: left;
  float: left;
}
#sidebar li a {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  /* line-height: 2.2;*/
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#sidebar li a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#sidebar .tfs-title {
  border-color: #fafafa;
  border-style: solid;
  border-width: 3px 0 0;
  float: left;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  padding: 0 !important;
  text-align: left;
  width: 100%;
}
#sidebar .tfs-title h3 {
  background-color: #fff;
  float: left;
  font-family: "FuturaLC";
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: -14px;
}

.tfs-widget {
  display: block;
  float: left;
  margin-bottom: 40px;
  width: 100%;
}
.tfs-widget .tfs-categories {
  width: 100%;
  float: left;
}
.tfs-widget .tfs-categories li.has-sub {
  position: relative;
}
.tfs-widget .tfs-categories .expand, .tfs-widget .tfs-categories .collapse {
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 19px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 19px;
  color: #8f8f8f;
}
.tfs-widget .tfs-categories .expand:before {
  content: "+";
  font-size: 20px;
}
.tfs-widget .tfs-categories .collapse:before {
  content: "-" !important;
  font-size: 20px;
}
.tfs-widget .tfs-categories li > ul {
  height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tfs-widget .tfs-categories li > ul li {
  padding-left: 10px;
}
.tfs-widget .tfs-categories li > ul li a {
  font-size: 18px !important;
  color: #6f6f6f;
}
.tfs-widget .tfs-categories .active > ul {
  display: block !important;
  height: auto;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.tfs-filter {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.tfs-filter .filter-title {
  float: left;
}
.tfs-filter .filter-title h4 {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
}
.tfs-filter .advanced-filters {
  clear: both;
}
.tfs-filter .advanced-filters li {
  width: 100%;
  float: left;
  display: inline-block;
}
.tfs-filter .advanced-filters li a {
  width: 100%;
}
.tfs-filter .advanced-filters li a .label-filter {
  float: left;
}
.tfs-filter .advanced-filters li a .count {
  float: right;
  margin-left: 5px;
}
.tfs-filter .color li {
  width: 33.3% !important;
}
.tfs-filter .color li .label-filter {
  height: 15px !important;
  width: 30px !important;
}
.tfs-filter .color li .label-filter img {
  width: 100%;
  height: 100%;
}
.tfs-filter .color li .count {
  float: left !important;
}

#tags li {
  width: auto !important;
  float: none !important;
  padding: 7px 17px;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#tags li:hover {
  color: #ffffff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tfs-widget-banner .left-image img {
  max-width: 100%;
}

#sidebar .recent-posts a {
  font-weight: 500;
  font-size: 18px;
}

/*============================================================================
    Toolbar
 ==============================================================================*/
.cat-toolbar {
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 35px;
  padding: 0 0 25px;
  border-width: 0 0 1px 0;
  border-color: #f2f2f2;
  border-style: solid;
}
.cat-toolbar .view-mode, .cat-toolbar .sort-by {
  float: left;
}
.cat-toolbar .tfs-pager {
  float: right;
  margin: 0;
}
.cat-toolbar .pagination-page {
  padding-right: 0 !important;
}
.cat-toolbar .pagination-page .pages {
  margin-right: -5px;
}
.cat-toolbar .sorter {
  padding: 0;
}
.cat-toolbar .pagination-showing {
  float: left;
  color: #45414e;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.sorter .view-mode {
  float: left;
  margin: 0;
}

.sorter .view-mode strong, .sorter .view-mode a {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  float: left;
  outline: medium none;
  padding: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #a6a5a5;
}

.sorter .view-mode a.active,
.sorter .view-mode a:hover {
  border-color: #c2c2c2;
}

.sorter .view-mode a.grid {
  margin-right: 10px;
}

.sorter .view-mode a .fa,
.sorter .view-mode strong .fa {
  font-size: 14px;
  vertical-align: middle;
}

.sorter .sort-by {
  margin-left: 10px;
}
.sorter .sort-by label {
  color: #45414e;
  float: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 25px;
}
.sorter .sort-by .sort-by-inner {
  font-size: 13px;
  font-weight: 300;
  color: #2a2a2a;
  float: left;
  margin-top: -2px;
  line-height: 28px;
  position: relative;
}
.sorter .sort-by #sort_by_button {
  background-color: transparent;
  border: 1px solid #b6b6b6 !important;
  width: 100px;
  line-height: 2.3;
}
.sorter .sort-by #sort_by_button .name {
  color: #45414e;
  float: left;
  font-size: 12px;
  font-weight: 300;
  padding: 1px 5px 0;
}
.sorter .sort-by #sort_by_button .fa {
  float: right;
  line-height: 28px;
  font-size: 11px;
  color: #45414e;
}
.sorter .sort-by #sort_by_box {
  margin: 0;
  padding: 0;
  top: 76%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.sorter .sort-by #sort_by_box a {
  text-transform: capitalize;
  line-height: 1.5;
  color: #45414e;
  float: left;
  font-size: 12px;
  font-weight: 300;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sorter .sort-by #sort_by_box a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tfs-pager {
  margin: 0;
  padding: 0;
  border-top: 0;
  text-align: center;
}

.tfs-pager .pages {
  display: block;
  overflow: hidden;
}

.tfs-pager .pages ol {
  display: inline;
}

.tfs-pager .pages li.current {
  padding: 0 12px;
}

.tfs-pager .pages .current, .tfs-pager .pages li:hover, .tfs-pager .pages li a:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-decoration: none;
}

.tfs-pager .pages li, .tfs-pager .pages li a {
  color: #8f8f8f;
  border-color: #e9e9e9;
  display: block;
}

.tfs-pager .pages li {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  float: left;
  line-height: 29px;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  font-size: 14px;
}

.tfs-pager li {
  display: inline;
}

.tfs-pager .pages li a span {
  float: none;
  display: none;
}

.toolbar-bottom .cat-toolbar {
  padding: 25px 0 0px;
  border-width: 1px 0 0px 0;
}

/*============================================================================
    List Product
 ==============================================================================*/
.product_img_link {
  display: block;
}
.product_img_link:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product_img_link img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.img-effect {
  display: block;
  overflow: hidden;
}
.img-effect:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
.img-effect img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}

.product-container .right-block .product-meta {
  min-height: 10px;
}

.tfs-list .item {
  margin-bottom: 35px;
}
.tfs-list .product-image-container {
  position: relative;
}
.tfs-list .product-container .right-block {
  text-align: left;
}
.tfs-list .product-container .right-block .product-meta .tfs-badge {
  background-position: left;
}
.tfs-list .functional-buttons {
  top: 80%;
}
.tfs-list .des {
  border-top: 1px solid #f8f8f8;
  margin-top: 30px;
  padding-top: 30px;
}

/*============================================================================
    Gird Product
 ==============================================================================*/
@media (min-width: 992px) {
  .tfs-grid .item .functional-buttons {
    top: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tfs-grid .item .functional-buttons {
    top: 10%;
  }
}
/*============================================================================
   Product Page
 ==============================================================================*/
.product .cat-product {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
}

.cat-product .product_img_link {
  overflow: hidden;
}
.cat-product .des p {
  color: #6f6f6f;
  font-weight: 300;
  font-size: 14px;
}

@media (min-width: 992px) {
  .product .cat-product .col-md-3 .functional-buttons {
    top: 22%;
  }
}
@media (min-width: 992px) {
  .product-deal .cat-product .col-md-3 .functional-buttons {
    top: 10%;
  }
}
.page-title {
  border-color: #fafafa;
  border-style: solid;
  border-width: 3px 0 0;
  text-align: center;
}
.page-title h3 {
  background-color: #fff;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  margin-top: -20px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  top: -7px;
}
.page-title p {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.content-text {
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

.load-more {
  text-align: center;
  margin: 0 auto;
  width: 170px;
  display: inherit;
  margin-top: 70px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat";
  border: 1px solid #ebebeb;
  padding: 12px 20px;
  color: #4f4f4f;
  opacity: 0.6;
}
.load-more:hover, .load-more:focus, .load-more:active {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

/*============================================================================
   Deal Product Page
 ==============================================================================*/
.deal-item {
  display: inline-block;
  background-color: #fff;
  width: 24.6%;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0.5px;
  margin-left: 0.5px;
  float: left;
  font-family: "Montserrat";
}

.box-deal {
  position: absolute;
  left: 1px;
  bottom: 11px;
  right: 0;
  z-index: 999;
  display: block;
  width: 99%;
  height: 20px;
  margin: auto;
}

/*============================================================================
   Columns Product Page
 ==============================================================================*/
.columns-title {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.columns-title h3 {
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 20px;
  text-transform: uppercase;
}

.columns-product .cat-item a {
  display: block;
  overflow: hidden;
}
.columns-product .cat-item a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.columns-product .cat-item a img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  width: 100% !important;
}

.list-layout-3,
.list-layout-4 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .columns-4 .functional-buttons {
    top: 20%;
  }
}
/*============================================================================
    Blog Page
 ==============================================================================*/
#sidebar .tfs-widget-search {
  position: relative;
}
#sidebar .tfs-widget-search .input-search {
  width: 100%;
  border: 1px solid #ebebeb;
  float: left;
  margin: 0 !important;
  padding: 10px;
  height: 40px !important;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#sidebar .tfs-widget-search form.navbar-form.search {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 0;
}
#sidebar .tfs-widget-search button {
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 13px;
  border: 0;
  font-size: 16px;
  font-weight: normal;
}

.tfs-recent-posts {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.tfs-recent-posts .blog-item {
  clear: both;
  float: left;
  margin-bottom: 25px;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 25px;
}
.tfs-recent-posts .blog-item:nth-child(5) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.tfs-recent-posts .blog-thumbnail {
  float: left;
  width: 35%;
}
.tfs-recent-posts .blog-thumbnail:before {
  display: none;
}
.tfs-recent-posts .blog-thumbnail img {
  width: 100%;
}
.tfs-recent-posts .blog-content {
  width: 65%;
  float: left;
  padding: 0 15px;
}
.tfs-recent-posts .blog-content h4 {
  margin: 0;
  position: relative;
  float: left;
  height: 26px;
  width: 100%;
}
.tfs-recent-posts .blog-content h4 a {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 130px;
  position: absolute;
  white-space: nowrap;
  text-align: left;
  left: 0;
  right: 0;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

.content-blog .item {
  margin-bottom: 35px;
}
.content-blog .postTitle h2 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 0;
}
.content-blog .post-date {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
}
.content-blog .product-description {
  float: left;
  padding-top: 20px;
  margin-top: 25px;
  margin-bottom: 30px;
  border-top: 1px solid #f3f3f3;
}
.content-blog .product-description p {
  line-height: 2.2;
  font-size: 14px;
  font-weight: 300;
}

.postContent {
  float: left;
  width: 100%;
}
.postContent .post-by, .postContent .postcomments, .postContent .read-more {
  font-size: 12px;
}
.postContent .post-by, .postContent .postcomments {
  margin-right: 30px;
  float: left;
  color: #8f8f8f;
}
.postContent .post-by span {
  font-weight: 500;
}
.postContent .postcomments a {
  color: #8f8f8f;
}
.postContent .postcomments a:hover {
  text-decoration: none;
}
.postContent .author {
  color: #4f4f4f !important;
}
.postContent .author:hover {
  text-decoration: none;
}
.postContent .read-more {
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #e1e1e1;
  margin-top: -15px;
  float: right;
  font-weight: 500;
  color: #989898;
}
.postContent .read-more:hover {
  text-decoration: none;
}

/*============================================================================
    product page
 ==============================================================================*/
.block-title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.block-title h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
}

#related-product {
  margin-top: 70px;
}

.related-product {
  clear: both;
}

.product-info .product-name {
  margin: 0;
  font-size: 1em;
  font-weight: 300;
}
.product-info .product-name h1 {
  line-height: 30px;
  margin: 0px;
}
.product-info .product-name h1 a {
  font-size: 24px;
  font-weight: 500;
}
.product-info .product-name h1 a:hover {
  text-decoration: none;
}
.product-info .ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 0;
  clear: both;
}
.product-info .ratings .rating-links {
  margin: 0;
  line-height: 11px;
  display: inline-block;
}
.product-info .ratings .rating-links a {
  text-decoration: none;
  float: none;
  font-size: 12px;
  font-weight: 300;
  vertical-align: top;
  line-height: 1.6;
  margin-left: 20px;
}
.product-info .tfs-badge {
  background: url("../images/star-review.png") no-repeat;
  background-position: center;
  padding: 10px;
  float: left;
  width: 80px;
}
.product-info .short-description {
  border-top: 1px solid #f2f2f2;
  margin: 30px 0 0;
  padding: 30px 0 0;
  clear: both;
}
.product-info .short-description p {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.product-info .product-atr {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-info .product-atr p {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  text-transform: capitalize;
  margin-bottom: 0;
}
.product-info .product-atr p a:hover {
  text-decoration: none;
}
.product-info .product-atr p span {
  color: #7f7f7f;
}
.product-info .product-options .options-box, .product-info .product-options .option-inner, .product-info .product-options .lable {
  display: inline-block;
  float: left;
}
.product-info .product-options .lable {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  float: left;
  line-height: 30px;
  margin-right: 10px;
}
.product-info .product-options a {
  font-weight: 300;
}
.product-info .product-options .option-inner {
  float: right;
  position: relative;
  width: 70%;
}
.product-info .product-options .option-inner .dropdown-menu {
  top: 86%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.product-info .product-options .options-box {
  margin-right: 6%;
  width: 47%;
}
.product-info .product-options .options-box.size-options {
  margin-right: 0 !important;
}
.product-info .product-options .option_button {
  background-color: transparent;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 100%;
  padding-right: 0;
  line-height: 30px;
}
.product-info .product-options .option_button .name {
  float: left;
  text-align: center;
  width: 73%;
  display: block;
  height: 28px;
  line-height: 30px;
  color: #8f8f8f;
}
.product-info .product-options .option_button .select-icon {
  float: right;
  width: 30px;
  height: 29px;
  border-left: 1px solid #ebebeb;
  margin-top: -1px;
  color: #8f8f8f;
  font-size: 10px;
}
.product-info .add-to-box {
  padding: 35px 0;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
}
.product-info .product-qty {
  float: left;
  padding-right: 35px;
}
.product-info .product-qty label {
  float: left;
}
.product-info .product-qty .custom-qty {
  margin: 0;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  overflow: hidden;
  width: 60px;
}
.product-info .product-qty input.qty {
  padding: 0;
  border: 0px solid #dddee0;
  float: left;
  height: 33px;
  text-align: center;
  width: 40px !important;
  color: #333333;
  font-size: 13px;
}
.product-info .custom-qty .btn-plus {
  background-color: #ebebeb;
  display: inline-block;
  float: left;
  height: 33px;
  width: 18px;
}
.product-info .items:focus {
  border: none;
}
.product-info .product-qty .items {
  background-color: #ebebeb;
  border: 0px solid #dddee0;
  margin: 0;
  padding: 0;
  color: #8f8f8f;
  cursor: pointer;
  float: left;
  height: 17px;
  text-align: center;
  width: 18px;
}
.product-info .add-to-box .add-to-cart {
  padding: 0 15px 0 0;
  float: left;
}
.product-info .add-to-cart button.button {
  float: none;
  padding-left: 15px;
  display: block !important;
  border: 0px solid #dadada;
}
.product-info .add-to-cart button.button span {
  padding: 0;
  height: 35px;
  line-height: 37px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.product-info .add-to-cart button.button span span {
  padding: 0 15px 0 0;
}
.product-info .add-to-cart button.button:hover {
  opacity: 0.8;
}
.product-info .add-to-cart button.button:before {
  content: "\f07a";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
  text-align: left;
  color: #fff;
}
.product-info .add-to-links {
  margin: 0px;
  padding: 0;
  float: left;
}
.product-info .add-to-links li {
  float: left;
  margin-right: 20px;
}
.product-info .add-to-links li a {
  padding: 10px 12px;
  color: #6f6f6f;
  border: 1px solid #ebebeb;
  float: left;
}
.product-info .add-to-links li a:hover {
  color: #fff;
  opacity: 0.8;
}
.product-info .add-to-box .add-to-links {
  float: left;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.social-share {
  padding: 20px 0;
  float: left;
}
.social-share img {
  width: auto;
  max-width: 100%;
}

.gallery-image-thumb {
  margin-right: -5px;
  margin-left: -5px;
  padding: 0 10px;
  margin-top: -20px;
}
.gallery-image-thumb a {
  padding-left: 5px;
  padding-right: 5px;
}

.tab-product {
  margin-top: 40px;
  display: block;
}
.tab-product .star-bg-review {
  display: inline-block;
  padding: 3px;
  margin: 3px 10px;
  background-color: #a4a4a4;
  position: relative;
  top: 19px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tab-product .nav-tabs {
  text-align: center;
  border: none;
}
.tab-product .nav-tabs.default {
  text-align: left;
}
.tab-product .nav-tabs .first a {
  padding-left: 0;
}
.tab-product .nav-tabs li {
  float: none;
  display: inline-table;
}
.tab-product .nav-tabs li a {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  float: left;
}
.tab-product .nav-tabs li a:hover, .tab-product .nav-tabs li a:active, .tab-product .nav-tabs li a:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.tab-product .nav-tabs li:nth-child(3) .star-bg-review {
  background-color: transparent;
}
.tab-product .nav-tabs .active a {
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.tab-product .nav-tabs .active a:hover, .tab-product .nav-tabs .active a:active, .tab-product .nav-tabs .active a:focus {
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.tab-product .tab-content .box-content {
  margin-top: 30px;
}
.tab-product .tab-content p {
  color: #797979;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.6;
}

.tfs-container-tab {
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}

.tfs-header .tfs-header-title {
  font-size: 25px;
}
.tfs-header .tfs-summary .tfs-summary-starrating {
  background: transparent url("../images/star-review.png") no-repeat scroll center center;
  float: left;
  padding: 10px;
  width: 80px;
}
.tfs-header .tfs-summary .tfs-summary-caption {
  color: #f65656;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  margin-left: 30px;
}
.tfs-header .tfs-summary-actions-newreview {
  display: inline-block;
  float: right;
  font-weight: 600;
  padding: 3px 12px;
  transition: all 0.3s ease 0s;
}
.tfs-header .tfs-summary-actions-newreview:hover {
  text-decoration: none;
}

.tfs-review, .tfs-form {
  border-color: #ececec;
}

.tfs-form {
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #dfdfdf;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tfs-form > form {
  margin: 0;
}

.tfs-form-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

.tfs-form-contact, .tfs-form-review, .tfs-form-actions {
  padding: 0;
  border: 0;
  margin: 0;
}

.tfs-form-contact-name, .tfs-form-contact-email, .tfs-form-contact-location, .tfs-form-review-rating, .tfs-form-review-title, .tfs-form-review-body {
  margin: 0 0 15px 0;
}

.tfs-form-label {
  float: left;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  font-weight: 500;
}

.tfs-form-label + .tfs-form-input {
  margin: 0;
}

.tfs-form-input-textarea, .tfs-form-label + .tfs-form-input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.tfs-form-input-text, .tfs-form-input-email, .tfs-form-input-textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
}

.tfs-form-input {
  margin: 0;
}

.tfs-form-review-rating {
  clear: both;
  overflow: hidden;
}

.tfs-starrating {
  background: transparent url("../images/star-review.png") no-repeat scroll center center;
  float: left;
  padding: 10px;
  width: 80px;
}

.tfs-form-input-textarea {
  resize: vertical;
}

.tfs-form-actions .button {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#datasheet table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#datasheet .table-data-sheet tr {
  height: 44px;
}
#datasheet .table-data-sheet tr td {
  color: #222;
  font-weight: 300;
  padding: 0 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

.product-img-box .product-img {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.product-img-box .more-view-image {
  position: relative;
  z-index: 10;
}
.product-img-box img {
  width: 100%;
}

.gallery-image-thumb .img-thumb {
  width: 25%;
  float: left;
  padding: 5px;
}

.full-width-product .option-inner {
  float: left !important;
  width: 78% !important;
}
.full-width-product .product-img {
  float: right;
  width: 80%;
  padding: 0 10px;
}
.full-width-product .more-view-image {
  float: left;
  width: 20%;
}
.full-width-product .more-view-image .gallery-image-thumb {
  margin-top: 0;
}
.full-width-product .more-view-image .gallery-image-thumb .img-thumb {
  float: none !important;
  display: block !important;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-right: 15px;
}
.full-width-product .more-view-image .gallery-image-thumb .img-thumb:nth-child(4) {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .product-img-box {
    width: 54%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }

  .product-info {
    width: 46%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}
.product-categories .banner {
  margin-bottom: 30px;
}
.product-categories .banner-inner-content {
  position: relative;
}
.product-categories .banner-inner-content a {
  display: block;
  overflow: hidden;
}
.product-categories .banner-inner-content a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.product-categories .banner-inner-content a img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  width: 100% !important;
}
.product-categories .banner-inner-content .box-text-possion {
  position: absolute;
  text-align: center;
  color: #1f1f1f;
  top: 36%;
  letter-spacing: 3px;
}
.product-categories .banner-inner-content .box-text-possion h4 {
  border-bottom: 1px solid;
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 2px;
}
.product-categories .banner-inner-content .box-right {
  right: 35px;
}
.product-categories .banner-inner-content h2 {
  font-weight: 300;
}
.product-categories .banner-inner-content p {
  margin: 0;
}

.colum-product-content li.item {
  display: inline-table;
  margin-bottom: 30px;
  clear: both;
}
.colum-product-content .per-product {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.colum-product-content .left-block {
  position: relative;
  padding: 0px 10px;
}
.colum-product-content .left-block img {
  width: 100%;
}
.colum-product-content .right-block {
  text-align: left;
  padding: 0px 10px;
}
.colum-product-content .right-block h5.name a {
  text-align: left;
}
.colum-product-content .right-block .tfs-badge {
  background-position: left;
  margin-top: 10px;
}
.colum-product-content .right-block .actions-buttons {
  max-width: 160px;
  margin-top: 25px;
  height: 40px;
  display: block;
}
.colum-product-content .right-block .actions-buttons a {
  padding: 10px 14px;
  display: inline-block;
  font-size: 14px;
  float: left;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  margin-right: 6px;
}

@media (min-width: 480px) {
  .colum-product-content .right-block h5.name {
    margin: 0;
  }
}
.contact-top {
  margin-bottom: 50px;
}

.contact-content iframe {
  width: 100%;
  margin-bottom: 50px;
}

.contact-content {
  /* firefox 19+ */
  /* ie */
}
.contact-content .page-subheading {
  padding-left: 0px;
  border: none;
  margin: 0px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 18px;
  color: #4f4f4f;
  float: left;
  width: 15%;
}
.contact-content .Information-text {
  float: left;
  width: 85%;
}
.contact-content .Information-text p {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.contact-content .map-contact ul {
  line-height: 28px;
  list-style: disc;
  list-style-position: inside;
}
.contact-content .map-contact ul.store_info {
  list-style: none;
  padding-top: 10px;
}
.contact-content .conttact-top .add {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 300;
}
.contact-content .map-contact ul.store_info i {
  display: none;
  width: 30px;
  line-height: inherit;
}
.contact-content .map-contact ul.store_info li span, .contact-content .map-contact ul.store_info li span a {
  font-weight: 300;
}
.contact-content .map-contact ul.store_info li span.name {
  color: #4f4f4f;
  padding-right: 5px;
  font-weight: 500;
}
.contact-content .form-list label {
  float: left;
  color: #666;
  font-weight: 300;
  position: relative;
  z-index: 0;
  display: none;
}
.contact-content .form-list .input-box {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.contact-content .form-list li {
  margin: 0 0 8px;
}
.contact-content .form-list li.wide {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .contact-content .form-list li {
    width: 48%;
    float: left;
  }
  .contact-content .form-list li:nth-child(1) {
    margin-right: 4% !important;
  }
}
.contact-content .input-text::-webkit-input-placeholder {
  color: #7f7f7f;
}
.contact-content .input-text::-moz-placeholder {
  color: #7f7f7f;
}
.contact-content .input-text:-ms-input-placeholder {
  color: #7f7f7f;
}
.contact-content .input-text input:-moz-placeholder {
  color: #7f7f7f;
}
.contact-content .form-list input.input-text {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-content .buttons-set.buttons-set-contact {
  padding: 0 15px 0 10px;
  width: 85%;
  float: right;
  margin-bottom: 80px;
}
.contact-content .buttons-set.buttons-set-contact p.required {
  line-height: 40px;
}
.contact-content .buttons-set p.required {
  margin: 0px;
  float: right;
  line-height: normal;
}
.contact-content .buttons-set button.button {
  float: left;
}
.contact-content button.button {
  color: #4f4f4f;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.contact-content button.button {
  overflow: visible;
  width: auto;
  border-style: solid;
  border-width: 1px;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}
.contact-content .form-list textarea {
  height: 175px;
}
.contact-content .form-list textarea {
  width: 100%;
  height: 10em;
}
.contact-content input.input-text, .contact-content select, .contact-content textarea {
  background: #fff;
  border: 1px solid #eaeaea;
}
.contact-content input.input-text, .contact-content textarea {
  padding: 10px;
}
.contact-content button.button span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
}
.contact-content button.button:hover {
  color: #ffffff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.contact-content .buttons-set button.button {
  float: left;
}
.contact-content button.button {
  color: #4f4f4f;
  background-color: #ebebeb;
  border-color: #ebebeb;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.about-us .image-inner {
  position: relative;
}

.about-us .image-inner .border-mask {
  border: 1px solid #ebebeb;
  height: calc(100% - 0px);
  position: absolute;
  left: 13px;
  top: 13px;
  width: calc(100% - 0px);
}

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.about-us .col2 img {
  margin-bottom: 50px;
}

.about-us p {
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #6f6f6f;
}

.about-us .col3-set2 {
  padding-top: 65px;
  padding-bottom: 80px;
}

.about-us .title-page {
  text-align: center;
}

.about-us .page-content .title-page h2 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 40px;
  background-color: #da2137;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.about-us .about-wrapper .wrapper-progress {
  width: 20%;
  float: left;
}

.wrapper-progress span {
  color: #da2137;
  display: block;
  text-align: center;
  font-weight: 500;
  padding-bottom: 15px;
}

.about-us .about-wrapper .progress {
  background-color: #dbdada;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  height: 262px;
  margin: 0 auto;
  width: 30px;
}

.progress-bar {
  position: absolute;
  bottom: 0;
  box-shadow: none;
  background-color: #da2137;
}

.wrapper-progress h4 {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-top: 15px;
  text-align: center;
  line-height: 2;
}

.about-us .about-wrapper .panel {
  border: 0;
  border-radius: 0;
}

.about-us .about-wrapper .panel-heading {
  border: 0;
  border-radius: 0;
  padding: 0 30px;
  line-height: 40px;
  background-color: #ebebeb;
}

.about-us .panel .panel-title a {
  text-transform: none;
  color: #5d5c5c;
  font-weight: 300;
}
.about-us .panel .panel-title a:hover, .about-us .panel .panel-title a:focus, .about-us .panel .panel-title a:active {
  text-decoration: none;
}

.panel .panel-title a {
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
}

.about-us .panel .panel-title a span {
  font-size: 14px;
}

.about-us .about-wrapper .panel .panel-title a.collapsed .count {
  background-image: url("../images/collapsed.png");
}

.about-us .about-wrapper .panel .panel-title a .count {
  background-image: url("../images/collap.png");
  background-color: transparent;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: 0 none;
  text-indent: -999em;
  width: 30px;
  padding: 0;
  margin: 0;
  float: right;
}

.about-us .panel .panel-title a span {
  font-size: 14px;
}

.panel .panel-title a .count {
  background: #666 none repeat scroll 0 0;
  border-right: 1px solid #666;
  color: #ffffff;
  display: inline-block;
  margin-right: 20px;
  padding: 0 16px;
}

.about-us .panel-default .panel-body, .about-us .panel-default > .panel-collapse .panel-body {
  border: 1px solid #ebebeb;
  border-top: 0;
  padding: 25px;
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  color: #5d5c5c;
}

.tfs-brands .owl-stage-outer {
  width: 98%;
}
.tfs-brands .owl-next {
  right: -30px !important;
  top: 30% !important;
}
.tfs-brands .owl-prev {
  left: -50px !important;
  top: 30% !important;
}
.tfs-brands:hover .owl-nav div {
  display: block !important;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
}


.mobile {
  display:none;
}

.blocco_profilo {
  width:100%;
}

  .blocco_profilo table, .blocco_profilo table tr td input{
    width:100%;
  }
  
  td.cella {
    height:50px
  }
  
@media (min-width: 1000px) {
  .top-header-cart {
    top:0px;
    margin-bottom:-15px;
    padding-top:5px !important;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {

  .mobile-cart {
    /*top:-120px;*/
  }
  
  .icona-area-clienti {
    top: -140px !important;
    
  }
  
  .icona-carrello {
    top: 0px !important;
  }
  
  .icona-outlet {
    top: -40px !important;
  }

  .no-tablet {
    display:none;
  }
}

.articolo-griglia {
	height:525px;
	overflow:hidden;
}

/*====================================================
    Custome Col Mobile
  ====================================================*/
@media (max-width: 480px) {
  
  td.cella {
    height:auto
  }
  
  .blocco_profilo {
    width:100%;
    margin-left:20px;
  }

  .icona-area-clienti {
    top: -140px !important;
    
  }
  
  .icona-carrello {
    top: 0px !important;
  }
  
  .icona-outlet {
    top: -40px !important;
  }
  
  .no-mobile {
    display:none;
  }
  
  .mobile {
    display: inherit;
  }
  
  .articolo-griglia {
	height:auto;
	display:block
  }
  
  #tbcarrello tr, #tbcarrello td {
    display:block;
    text-align:center !important;
  }
  
  #tbcarrello tr  td.upper {
    display:none;
  }
  
  #tbcarrello tr  td.intestazione {
    margin-top: 10px;
  }
  
  #bottonicarrello {
    width:100%;
  }
  #bottonicarrello input {
    width:100% !important;
    margin-bottom: 10px;
  }
  
  .variantiingriglia { 
	display:none !important;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-12 {
    width: 100%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-9 {
    width: 75%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-1 {
    width: 8.33333333%;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(137, 140, 146, 0.28);
  border: 0px solid #eee;
  border-radius: 10px;
  opacity: 0.5;
}

/*============================================================================
  page title
==============================================================================*/
.pages-title {
  border-color: #fafafa;
  border-style: solid;
  border-width: 3px 0 0;
  padding: 0;
  text-align: center;
}
.pages-title h3 {
  background-color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  top: -14px;
  color: #4f4f4f;
  font-family: FuturaL,sans-serif;
  position: relative;
  display:blck;
  width:100%;
  border-bottom: 1px solid #555;
}
.pages-title p {
  color: #6f6f6f;
  font-weight: 300;
  font-size: 14px;
}
.pages-title h4 {
  font-size: 24px;
  border-bottom:none;
  margin-top:-10px;
  font-family: FuturaL,sans-serif;
  margin-bottom:10px;
  text-transform:uppercase;
  font-weight:normal;
}
/*# sourceMappingURL=styles.css.map */
h1 {
  text-transform: uppercase;
}

.innerfade .owl-controls {
  display:none;
}

.post, .mobile-menu, .dropdown-menu, .top-bar, .footer-main, h1, .subscribe {
  font-family: FuturaL,sans-serif;
}
.post_title {
  font-family: FuturaLC,sans-serif;
}

.footer-main {
  color: #fff;
}

.header3 {
  color:white;
}
.block-blog h2, h3.name, .copyright-footer,  .right-slider {
  font-family: FuturaL,sans-serif;
}
.subscribe h4 {
  font-family: FuturaL,sans-serif;
  color:white;
  font-size:20px;
}
ul.main-nav {
  border-top:1px solid #555;
}
#page-content {
  clear:both;
}
.menu-lv-01 {
  position:relative;
  top:-8px;
}
.articoloshop {
  margin-bottom: 40px
}
.bottone {
  background-color: #cf1719;
  color:#FFF;
  border-style: none;
  font-family: FuturaL,sans-serif;
}

.gallery_3columns img {
    border: 1px solid #444;
}

.gallery_3columns li {
    display: inline;
    float: left;
    width: 220px;
    height: 140px;
    margin: 0 0 10px 10px;
    position: relative;
}

.portfolio .gallery_3columns li {
    width: 207px;
    overflow: hidden;
    margin: 0 0 0 25px;
    height: 255px;
}

div.griglia {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -135px;
    margin-left: -335px;
    width: 670px;
    z-index: 10001;
    border: 5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #FFFFFF;
}
#schermo {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
div.visibile {
    display: block;
}
div.nascosto {
    display:none;
}
#numeripagine {
  clear:both;
}
div.visibile table {
  width:660px;
}
#sottomenu {
  width:250px;
  float:left;
}
#sottomenu ul li h5 {
  font-size:18px;
}
.iconamodello {
  text-align:center;
  width:160px;
  height:200px;
  margin-top:0px;
  border:1px solid black;
  overflow: hidden;
  background-color: white;
  float:left;
  margin-bottom: 10px;
  margin-right:10px;
}
.iconabobart {
  text-align:center;
  width:320px;
  height:220px;
  margin-top:0px;
  border:1px solid black;
  overflow: hidden;
  background-color: white;
  float:left;
  margin-bottom: 10px;
  margin-right:10px;
}
#tcolori td {
  padding-left:6px;
  font-family: FuturaL, sans-serif;
}
.tabs {
  width:100%;
  border-bottom:1px solid #444
}
.tabs li {
  padding:5px;
  display:inline-block;
  background-color:#ddd;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  font-family: FuturaL, sans-serif;
}
.tabs li.active{
  padding:5px 10px;
  display:inline-block;
  background-color:#fff;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: 1px solid white;
  font-family: FuturaL, sans-serif;
  position:relative;
  top:1px;
}
.menu-lv-01 {
  z-index:100000;
}
#listashop {
  font-family: FuturaL, sans-serif;
}
#listashop div ul li a {
  height: 80px;
  display:block
}
#listashop div ul li a.image {
  height:auto;
}
#listashop div ul li a h3{
  font-family: FuturaLC, sans-serif;
}

.tabs_wrap table tbody tr td {
  padding: 0px 5px;
  
}
.post ul li {
  list-style: circle;
  margin-left: 2em;
}
.post ol li {
  list-style: decimal;
  margin-left: 2em;
}

.variantiingriglia img {
  width:80px;
}

@media screen and (max-height: 1000px) {
  div.tendina38 div div .menu-lv-02 li a img {
    display:none !important;
    }
}