body.modal-open {
    overflow: hidden;
    position: fixed;
}

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: underline;
}

ol, ul {
  padding: 0;
}

li {
  list-style: none;
}

.tfs-block {
  width: 100%;
}

.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;
}



#page-main {

  min-height: 450px;
}

.page-content {

  padding-bottom: 65px;
  padding-top: 30px;
}


/* -------------------------------------------- *
 * Product Container
 */

.divider{

  margin: 20px 0;
  border-top: 1px dotted #ccc;

}

 .product-container {

  border:1px solid #ccc;
}

.left-block .promo_badge{

  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}

.product-container .left-block {
  position: relative;
  overflow: hidden;
   height: 185px;
  display: table;
  width: 100%;
}
.product-container .left-block img {
  width: auto;
  margin: 0px auto;
}

.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: left;
  padding: 0 10px 10px 10px;
}
.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 .name a {
  color: #222;
  text-decoration: none;
}

.product-meta .tag a {

  color: #ae073d;
}

.product-meta .tag {
  
  border: 1px solid #ae073d;
  color: #ae073d;
  font-size: 12px;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: 15px;
}



/* -------------------------------------------- *
 * Price Product
 */
.content_price {
  padding: 10px 0 15px 0;
}
.content_price .product-price {
  font-size: 15px;
  color: #222;
  font-weight: bold !important;
}

.content_price .product-price .member_tag {
    
    color: white;
    font-size: 12px;
    background-color: #ae073d;
    padding: 1px 3px;
}

.content_price .product-price .normal_tag {
    
    color: white;
    font-size: 12px;
    background-color: #666;
    padding: 1px 3px;
}

.content_price .price {
  font-weight: 500;
}
.content_price .old-price {
  font-weight: 300;
  font-size: 14px !important;
  margin-right: 20px;
  text-decoration: line-through;
  color: #9c9aa0 !important; 
}


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

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

.tab_container {

  margin-bottom: 15px;
}
.tab{

  text-align: center;
  background-color: #ddd;
  color: #999;
  padding: 10px 0; 
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.active_tab {
  background-color: #F7a600;
  color: #fff;
  border: none;
  cursor: default;
}



/*==============================================================
 * Footer
 * =============================================================*/
.pages #footer {
  margin-top: 80px;
}


/*============================================================
 * 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 #ccc;
  padding: 6px 18px;
  background-color: #fff;
  display: block;

}
.tfs-slider .owl-prev {
  position: absolute;
  left: -41px;
  top: 45%;
  font-size: 0px;
  display: inline-block;
  font-family: FontAwesome;
}
.tfs-slider .owl-prev:before {
  content: "\f0d9";
  font-size: 20px;
  color: #666;
  margin-left: -3px;
}
.tfs-slider .owl-next {
  right: -41px;
  top: 45%;
  position: absolute;
  font-size: 0px;
  display: inline-block;
  font-family: FontAwesome;
}
.tfs-slider .owl-next:before {
  content: "\f0da";
  font-size: 20px;
  color: #666;
  margin-right: -3px;
}

#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);
}

/*============================================================================
    List Product
 ==============================================================================*/
.product_img_link {
  display: block;
}


.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;
}

.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;
}


.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;
}

.product-image-container {

    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.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;
}

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



.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;
}


/*============================================================================
    Sidebar
 ==============================================================================*/
#sidebar {
  text-align: left;
  float: left;
}
#sidebar li a {
  font-weight: 500;
  font-size: 14px;
  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
==============================================================================*/

#sidebar li a {
color: #222; }
#sidebar li a:hover {
color: #ec8300; }
#sidebar .tfs-title h3 {
color: #222; }

/*============================================================================
Toolbar
==============================================================================*/

.tfs-pager .pages .current, .tfs-pager .pages li:hover, .tfs-pager .pages li a:hover {
color: #ec8300; }


/*============================================================================
    Toolbar
 ==============================================================================*/
.cat-toolbar {
  width: 100%;
  display: block;
}

.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 .pagination-showing {
  float: left;
  color: #45414e;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.sorter{

  padding: 10px;
  width: 150px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.tfs-pager .pages .current, .tfs-pager .pages li:hover, .tfs-pager .pages li a:hover {
color: #ec8300; }


.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;
}

.cat-toolbar-right{
  
  text-align: right;
}


.toolbar-bottom .cat-toolbar{
  margin-left: -15px;
}

.cat-toolbar-left a{
  color: #222;
}



/*==============================================================
 * 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;
    background-color: #e4e4e4;
    border-top: 2px solid #aaa;
  }

  .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 #CCC;
    height: auto;
    width: 100%;
  }

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

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

  .mobile-menu .submenu-button::before {
    background: #999 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: #999 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 {
    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: #353535;
    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;
    color: #222;
  }

  .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: #fff;
    -webkit-transform: translate(-280px, 0px);
    -ms-transform: translate(-280px, 0px);
    -o-transform: translate(-280px, 0px);
    transform: translate(-280px, 0px);
  }

  .menu-active .mobile-menu {
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -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);
  }
}*/



@media (max-width: 767px) {

   .product-meta .name{

    min-width: 100px;
    max-width: 250px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }


  .product-meta .name a{

    font-size: 16px;
  }

  .content_price .product-price{

    font-size: 16px;
  }

}

@media (max-width: 480px) {

  .product-container .left-block .product_img {

    width: 65%;
  }

  .product-container .left-block{
    /*height: 135px;*/
    height: 145px;
  }

  /*.content_price{
    min-height: 65px;
  }*/

  .cat-toolbar-right{
    margin-right: -10px;
  }

  /*====================================================
    Custome Col Mobile
  ====================================================*/

  .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%;
  }

}



@media (max-width: 320px){

  .product-container .left-block .product_img {
    width: 70%;
  }
}


@media (min-width: 768px) {
  
   .cat-toolbar-right{
    margin-right: 0px;
  }

  .product-container .left-block{

    /*height: 220px;*/
    height: 200px;
  }

   .product-meta .name{

    min-width: 100px;
    max-width: 280px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

    .active_tab {
      background-color: #F7a600;
      color: #fff;
      border: none;
    }

    .product-meta .name a {

      font-size: 16px;
    }

    


}


/*============================================================================
    Gird Product
 ==============================================================================*/
@media (min-width: 992px) {
  .tfs-grid .item .functional-buttons {
    top: 20%;
  }

  .tab {
    border-right: 1px solid #fff;
  }
  .active_tab {

   
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    background-color: #fff;
    color: #222;

  }

  .product-container .left-block{
    /*height: 220px;*/
    height: 200px;
  }

  .product-meta .name{

    min-width: 120px;
    max-width: 220px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-meta .name a {

    font-size: 16px;
  }

  .content_price .product-price{

    font-size: 16px;
  }

   .cat-toolbar-right{
    margin-right: 0px;

  }

}


@media (min-width: 1200px) {
    
  .product-meta .name{

    min-width: 120px;
    max-width: 250px;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-meta .name a {
    font-size: 18px;

  }


  .content_price .product-price{

    font-size: 18px;
  }
}

::-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;
}

