@charset "IBM437";
/* ---------------- Init ---------------- */
@font-face {
  font-family: Muli;
  src: url(../fonts/Muli-Regular.ttf); }

@font-face {
  font-family: Muli-Bold;
  src: url(../fonts/Muli-Bold.ttf); }

@font-face {
  font-family: Muli-Light;
  src: url(../fonts/Muli-Light.ttf); }

@font-face {
  font-family: utm_swiss_condensedregular;
  src: url(../fonts/utm_swiss_condensedregular.ttf); }



@font-face {
    font-family: 'utm_swiss_condensedregular';
    src: url('../fonts/utm_swiss_condensed.woff2') format('woff2'),
        url('../fonts/utm_swiss_condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'utm_swiss_condensedbold';
    src: url('../fonts/utm_swiss_condensedbold.woff2') format('woff2'),
        url('../fonts/utm_swiss_condensedbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* --------  -------- */
.img-responsive {
  max-width: 100%;
  display: block;
  margin: auto; }

* {
  margin: 0px;
  padding: 0px; }

.img-full {
  width: 100%; }

.col-4 {
  width: 40%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-2 {
  width: 20%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

/* -------- Editor -------- */
.editor img, .editor frame {
  max-width: 100%;
  height: auto; }

.editor {
  font-size: 16px; }

/* -------- Global -------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333333;
  font-family: utm_swiss_condensedregular;
  font-size: 15px; }

a {
  color: #000;
  outline: none !important;
  text-decoration: none;
  transition: all 0.3s; }

a:hover, a:active, a:focus {
  color: #00a85a;
  text-decoration: none; }

ul {
  margin: 0px;
  padding: 0px;
  list-style: inside; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

button {
  outline: none !important; }

input[type='text'] {
  padding-left: 10px; }

/*------------------------Main Menu-------------------*/
#max-menu-page {
  display: inline-block;
  width: 100%; }

#max-menu-page ul.lv1 {
  list-style: none;
  position: relative;
  display: inline-block;
  float: left; }

#max-menu-page ul.lv1 > li {
  display: inline-block;
  position: relative;
  float: left; }

#max-menu-page ul.lv1 > li > a {
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 20px;
  font-family: utm_swiss_condensedregular; }

#max-menu-page ul.lv1 > li.active > a {
  color: #00a85a; }

#max-menu-page ul.lv1 > li > a:hover {
  background: #00a85a;
  color: white; }

#max-menu-page ul.lv1 > li:last-child a {
  margin-left: 50px;
  padding-left: 30px;
  color: #ffcc00;
  background: url(../images/icon-phone.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  font-weight: bold; }

.cart, .cart-mb {
  display: inline-block;
  float: right;
  position: relative;
  padding-top: 10px; }
  .cart img, .cart-mb img {
    height: 25px;
    width: auto; }
  .cart span, .cart-mb span {
    position: absolute;
    right: -10px;
    top: 2px;
    padding: 0px 5px;
    background: #ee0000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px; }

.cart-mb {
  display: none; }

/*-----------------MIN menu--------------*/
#min-menu-page {
  background: white; }

#min-menu-page .title {
  padding: 10px;
  position: relative; }
  #min-menu-page .title img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 60%;
    height: auto; }

#min-menu-page ul.lv1 {
  list-style: none; }

#min-menu-page ul.lv1 > li > a {
  display: block;
  padding: 7px 10px;
  color: #00a85a;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold; }

#min-menu-page ul.lv1 > li > a:hover {
  color: #d2232a; }

#min-menu-page .exit {
  text-align: center;
  position: absolute;
  right: 5px;
  top: 2px; }

#min-menu-page .exit i {
  font-size: 20px;
  color: #00a85a; }

#min-menu-page > .lv1 > li.have-child > a::after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  right: 5px;
  line-height: 16px;
  font-size: 16px;
  height: 16px;
  width: 16px;
  font-weight: bold; }

#min-menu-page > .lv1 > li.have-child.expand > a::after {
  content: "\f2fc";
  font-family: 'Material-Design-Iconic-Font';
  font-weight: bold; }

#nav-menu-page {
  padding: 5px 0px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none; }

.btn-md {
  background: #00a85a; }

/*-------------header------------*/
#header-top {
  padding: 15px 0px;
  background: #f5f5f5; }
  #header-top .form-search {
    position: relative;
    padding-left: 30px;
    padding-top: 10px; }
    #header-top .form-search input {
      width: 100%;
      height: 32px;
      border: 1px solid #ddd;
      border-radius: 32px; }
    #header-top .form-search button {
      position: absolute;
      width: 26px;
      height: 26px;
      background: #00a85a;
      color: #fff;
      border-radius: 50%;
      border: none;
      right: 3px;
      top: 13px; }
  #header-top .wrap {
    padding-top: 5px; }
    #header-top .wrap .item {
      display: inline-block;
      width: 150px;
      padding-left: 50px; }
    #header-top .wrap .item:first-child {
      background: url(../images/f2.png);
      background-repeat: no-repeat;
      background-position: left center; }
    #header-top .wrap .item:last-child {
      background: url(../images/f3.png);
      background-repeat: no-repeat;
      background-position: left center; }

#banner {
  margin-top: -6px; }

.sy-pager {
  margin-top: -20px;
  position: relative;
  z-index: 9; }

.sy-pager li {
  width: 1em;
  height: 1em; }

.sy-active a {
  background: #00a85a !important; }

#footer {
  padding-top: 50px;
  background: #f7f7f7; }
  #footer .title-foot {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Muli-Bold;
    margin-bottom: 10px; }
  #footer ul {
    list-style: none;
    margin-bottom: 20px; }
    #footer ul li {
      display: block; }
      #footer ul li a {
        display: block;
        font-size: 16px;
        padding: 3px 0px; }
  #footer .infomail {
    margin-top: 30px; }
    #footer .infomail a {
      display: block; }
      #footer .infomail a i {
        margin-right: 5px;
        font-size: 16px;
        color: #ee0000; }
  #footer .social {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    #footer .social > div {
      display: inline-block;
      width: 33%;
      text-align: center; }
    #footer .social .fac {
      float: left; }
    #footer .social .fac a {
      width: 40px;
      height: 40px;
      background: #00a85a;
      color: #fff;
      border-radius: 50%;
      font-size: 16px;
      padding-top: 10px;
      display: inline-block;
      text-align: center; }
    #footer .social .in a {
      width: 40px;
      height: 40px;
      background: #00a85a;
      color: #fff;
      border-radius: 50%;
      font-size: 16px;
      padding-top: 8px;
      display: inline-block;
      text-align: center; }
    #footer .social .in {
      float: right; }
  #footer .foot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    padding-bottom: 20px; }

.block {
  padding: 50px 0px; }
  .block .owl-nav > button {
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee !important;
    text-align: center;
    transition: all 0.3s; }
    .block .owl-nav > button span {
      font-size: 28px;
      display: inline-block;
      margin-top: -10px; }
  .block .owl-nav > button:hover {
    background: #00a85a !important;
    color: #fff; }
  .block .owl-nav .owl-next {
    right: -20px; }
  .block .owl-nav .owl-prev {
    left: -20px; }

.block.bg {
  background: #fafafa; }

.title-pr-home {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-family: utm_swiss_condensedregular; }

.item-product .img {
  position: relative;
  padding: 15px;
  overflow: hidden;
   }
  .item-product .img img {
    max-width: 100%;
    display: block;
    margin: auto;
    position: relative;
    transition: all 0.3s; }
  .item-product .img .sale {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 6px;
    border: 1px solid #999;
    font-size: 12px;
    color: red;
    font-weight: 600; }
  .item-product .img .poup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 168, 90, 0.7);
    right: 100%;
    top: 0;
    padding: 25px;
    padding-top: 50%;
    transition: all 0.3s; }
    .item-product .img .poup a {
      display: block;
      padding: 10px;
      border: 1px solid #fff;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 10px; }
    .item-product .img .poup a:hover {
      color: #00a85a;
      background: #fff;
      border-color: #00a85a; }
.item-product .img:hover .poup {
  right: 0; }
.item-product .img:hover img {
  transform: scale(1.2); }
.item-product .color {
  text-align: center;
  padding: 10px 20px; }
  .item-product .color span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    cursor: pointer; }
  .item-product .color .cvcl {
    width: 17.5px;
    height: 17.5px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    padding: 1px;
    transition: all 0.3s; }
.item-product .name {
  padding: 0px 10px; }
  .item-product .name .name {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #999;
    font-family: utm_swiss_condensedregular; }
  .item-product .name .name:hover {
    color: red; }
  .item-product .name .cate {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333; }
  .item-product .name .cate:hover {
    color: #00a85a; }
  .item-product .name span {
    color: #999;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-bottom: 5px; }
.item-product .price {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .item-product .price > span {
    display: inline-block;
    float: left;
    width: 50%;font-weight: 600;
     }
  .item-product .price .sale {
    color: red;
    font-family: utm_swiss_condensedregular;
    font-size: 16px; }
  .item-product .price .root {
    text-align: right;
    text-decoration: line-through;
    color: #999;
    font-size: 15px; }
  .item-product .price .nosale {
    color: red;
    font-family: utm_swiss_condensedregular;
    font-size: 16px;
    width: 100%;
    text-align: center; }

#video {
  padding: 50px 0px; }
  #video iframe {
    width: 100%;
    max-width: 100%;
    height: 303px; }
  #video .title-pr-home {
    text-align: left; }
  #video .list-newshome .item {
    position: relative; }
    #video .list-newshome .item img {
      max-width: 100%; }
    #video .list-newshome .item .name {
      position: absolute;
      width: 94%;
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.7);
      bottom: 20px;
      left: 3%;
      color: #fff; }
      #video .list-newshome .item .name a {
        display: block;
        color: #fff;
        font-size: 18px; }
      #video .list-newshome .item .name span {
        font-size: 12px;
        color: #dddddd; }
  #video .owl-nav > button {
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee !important;
    text-align: center;
    transition: all 0.3s; }
    #video .owl-nav > button span {
      font-size: 28px;
      display: inline-block;
      margin-top: -5px; }
  #video .owl-nav > button:hover {
    background: #00a85a !important;
    color: #fff; }
  #video .owl-nav .owl-next {
    right: 10px; }
  #video .owl-nav .owl-prev {
    left: 10px; }

#breadcrumb {
  display: inline-block;
  float: left;
  width: 100%; }
  #breadcrumb .list {
    list-style: none;
    display: block;
     }
    #breadcrumb .list li {
      display: inline-block; }
      #breadcrumb .list li a {
        display: block;
        padding: 10px 5px;
        font-size: 16px; }
        #breadcrumb .list li a i {
          font-size: 12px;
          margin-right: 5px; }

#product-page .main {
  padding: 10px 0px; }
#product-page .img {
  height: 210px; }
#product-page .item-product {
  margin-bottom: 60px; }

.item-sidebar {
  margin-bottom: 40px; }
  .item-sidebar .title-side {
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px; }
  .item-sidebar ul {
    list-style: none; }
  .item-sidebar .lv1 input {
    display: none; }
  .item-sidebar .lv1 > li {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    position: relative;
    padding: 3px 0px;
    padding-left: 25px; }
    .item-sidebar .lv1 > li .lv2 {
      padding: 5px 0px;
      background: #f7f7f7;
      margin-top: 5px;
      margin-bottom: 5px;
      border-radius: 5px;
      padding-left: 10px; }
      .item-sidebar .lv1 > li .lv2 li {
        padding: 3px 0px;
        padding-left: 20px;
        font-size: 15px;
        font-weight: normal;
        color: #333;
        position: relative; }
        .item-sidebar .lv1 > li .lv2 li a {
          color: #333333; }
    .item-sidebar .lv1 > li .arrow {
      position: absolute;
      right: 5px;
      font-size: 12px;
      top: 0px;
      color: #333;
      padding: 3px 6px; }
  .item-sidebar .lv1 > li:hover {
    color: #00a85a; }
  .item-sidebar .lv1 > li.active {
    color: #00a85a; }
  .item-sidebar .lv1 > li.active .lv2 {
    display: block; }
  .item-sidebar .lv1 li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc; }
  .item-sidebar .lv1 li:after {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 4px;
    color: #990000;
    display: none; }
  .item-sidebar .lv1 .check:after {
    display: block; }
  .item-sidebar .cvcl {
    width: 17.5px;
    height: 17.5px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    padding: 1px;
    transition: all 0.3s;
    position: absolute;
    bottom: 4px;
    left: 0; }
    .item-sidebar .cvcl span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      position: relative;
      margin-right: 10px;
      cursor: pointer; }
  .item-sidebar .ulcolor {
    list-style: none; }
    .item-sidebar .ulcolor input {
      display: none; }
    .item-sidebar .ulcolor li {
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: #999;
      cursor: pointer;
      position: relative;
      padding: 3px 0px;
      padding-left: 25px; }
    .item-sidebar .ulcolor li:hover {
      color: #00a85a; }
    .item-sidebar .ulcolor li:hover .cvcl {
      border-color: #00a85a; }
    .item-sidebar .ulcolor .active .cvcl {
      border-color: #00a85a; }
    .item-sidebar .ulcolor .active {
      color: #00a85a; }
  .item-sidebar .txt span {
    font-family: utm_swiss_condensedregular;
    color: #00a85a; }
  .item-sidebar .irs-from, .item-sidebar .irs-to {
    display: none; }
  .item-sidebar .irs-single {
    display: none; }
  .item-sidebar .irs-min {
    display: none; }
  .item-sidebar .irs-max {
    display: none; }
  .item-sidebar .irs-handle {
    color: transparent;
    width: 15px;
    height: 15px;
    background: #00a85a;
    box-shadow: initial;
    top: 28px;
    border: 2px solid transparent; }
  .item-sidebar .irs-handle:hover {
    border: 2px solid #00a85a;
    background: white; }
  .item-sidebar .irs-line {
    height: 6px; }
  .item-sidebar .irs-bar {
    height: 6px;
    background: #00a85a;
    box-shadow: initial; }

.banner-page {
  margin-bottom: 20px; }

.btn-md {
  padding: 7px 10px;
  background: #00a85a;
  color: #fff;
  font-size: 16px; }

.filter-mb {
  display: block;
  padding: 10px 15px;
  font-family: utm_swiss_condensedregular;
  text-transform: uppercase;
  color: #00a85a;
  font-size: 16px;
  display: none;
  background: #d1fee9;
  margin-bottom: 20px;
  position: relative; }

.filter-mb:after {
  content: "\f2f9";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  line-height: 20px;
  font-size: 24px;
  height: 44px;
  width: 20px;
  font-weight: bold;
  right: 5px; }

.sorting {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px; }
  .sorting h1 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase; }
  .sorting span {
    color: #999999; }
  .sorting select {
    float: right;
    height: 34px;
    border: 1px solid #ddd;
    font-size: 15px;
    padding-left: 10px; }
  .sorting option {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px; }

#product-detail h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px; }
#product-detail .intro h1 {
  display: block;
  font-size: 22px;
  font-family: utm_swiss_condensedregular;
  color: #00a85a;
  text-transform: uppercase;
  margin-bottom: 5px; }
#product-detail .intro h3 {
  display: block;
  font-family: Muli-Bold;
  font-size: 20px;
  margin-bottom: 15px; }
#product-detail .intro h5 {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px; }
#product-detail .intro .current-size {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px; }
#product-detail .intro .price {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  #product-detail .intro .price .sale {
    display: inline;
    font-size: 1.75rem;
    color: #be1d2d;
    font-weight: bold;
    margin-right: 15px; }
  #product-detail .intro .price .root {
    font-size: 1.125rem;
    text-decoration: line-through;
    font-weight: 600;
    color: #ccc;
    line-height: 1; }
#product-detail .intro .intro-text {
  margin-bottom: 15px; }
  #product-detail .intro .intro-text li {
    font-size: 16px; }
#product-detail .intro .color {
  font-size: 0;
  margin-bottom: 15px; }
  #product-detail .intro .color input {
    opacity: 0;
    position: absolute; }
  #product-detail .intro .color .item {
    padding: 1px;
    border-radius: 50%;
    
    width: 34px;
    height: 34px;
    display: inline-block;
    margin-right: 10px; }
  #product-detail .intro .color label {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #ccc;
    cursor: pointer; }
  #product-detail .intro .color .active {
    border: 2px solid #00a85a;
    width: 36px;
    height: 36px; }
#product-detail .intro .size {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #product-detail .intro .size .item {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    margin-right: 10px; }
    #product-detail .intro .size .item label {
      margin: 0px;
      cursor: pointer; }
    #product-detail .intro .size .item input {
      opacity: 0;
      position: absolute; }
  #product-detail .intro .size .active {
    border: 1px solid #00a85a;
    font-weight: bold;
    color: #00a85a; }
#product-detail .intro .quantity {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  #product-detail .intro .quantity input {
    height: 38px;
    width: 38px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ddd;
    border-left: none;
    border-right: none;
    display: inline-block;
    float: left;
    text-align: center;
    background: #fafafa; }
  #product-detail .intro .quantity span {
    height: 38px;
    width: 38px;
    border: 2px solid #ddd;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 20px;
    background: #fafafa;
    cursor: pointer; }
  #product-detail .intro .quantity .minus {
    border-right: none;
    border-radius: 38px 0px 0px 38px; }
  #product-detail .intro .quantity .plus {
    border-left: none;
    border-radius: 0px 38px 38px 0px; }
  #product-detail .intro .quantity .add-cart {
    height: 38px;
    text-transform: uppercase;
    background: #00a85a;
    color: #fff;
    display: inline-block;
    float: left;
    margin-left: 15px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 38px;
    padding-top: 6px;
    cursor: pointer; }
#product-detail .intro input::-webkit-outer-spin-button,
#product-detail .intro input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
#product-detail .intro input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }
#product-detail .intro .share {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold; }
  #product-detail .intro .share a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px; }
#product-detail .tabs {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 20px; }
  #product-detail .tabs a {
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    margin-right: 10px;
    color: #999; }
  #product-detail .tabs a:hover {
    border-color: #333;
    color: #333333; }
  #product-detail .tabs .active {
    border-color: #333;
    color: #333333; }
#product-detail .tabcontent {
  margin-bottom: 50px;
  transition: all 0.3s;
  display: none; }
#product-detail .active-content {
  display: block; }

.list-relate .owl-nav > button {
  position: absolute;
  top: 45%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eee !important;
  text-align: center;
  transition: all 0.3s; }
  .list-relate .owl-nav > button span {
    font-size: 28px;
    display: inline-block;
    margin-top: -5px; }
.list-relate .owl-nav > button:hover {
  background: #00a85a !important;
  color: #fff; }
.list-relate .owl-nav .owl-next {
  right: -20px; }
.list-relate .owl-nav .owl-prev {
  left: -20px; }

.titl-viewed {
  margin-bottom: 10px !important;
  margin-top: 30px; }

.wrap-list-viewed {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 50px; }
  .wrap-list-viewed .owl-nav > button {
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eee !important;
    text-align: center;
    transition: all 0.3s; }
    .wrap-list-viewed .owl-nav > button span {
      font-size: 28px;
      display: inline-block;
      margin-top: -5px; }
  .wrap-list-viewed .owl-nav > button:hover {
    background: #00a85a !important;
    color: #fff; }
  .wrap-list-viewed .owl-nav .owl-next {
    right: -20px; }
  .wrap-list-viewed .owl-nav .owl-prev {
    left: -20px; }

/*--------------------------------slick slide-------------------------------*/
/* Slider */
/* line 3, ../scss/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 18, ../scss/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

/* line 25, ../scss/slick.scss */
.slick-list:focus {
  outline: none; }

/* line 29, ../scss/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 34, ../scss/slick.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 43, ../scss/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

/* line 49, ../scss/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

/* line 55, ../scss/slick.scss */
.slick-track:after {
  clear: both; }

/* line 59, ../scss/slick.scss */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 63, ../scss/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

/* line 67, ../scss/slick.scss */
[dir="rtl"] .slick-slide {
  float: right; }

/* line 70, ../scss/slick.scss */
.slick-slide img {
  display: block; }

/* line 73, ../scss/slick.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 79, ../scss/slick.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 83, ../scss/slick.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 87, ../scss/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 91, ../scss/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 97, ../scss/slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 40, ../scss/slick-theme.scss */
.slick-loading .slick-list {
  background: white url("../images/ajax-loader.gif?1448797674") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot?1448797674");
  src: url("../fonts/slick.eot?&1448797674#iefix") format("embedded-opentype"), url("../fonts/slick.woff?1448797674") format("woff"), url("../fonts/slick.ttf?1448797674") format("truetype"), url("../fonts/slick.svg?1448797674#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/* line 58, ../scss/slick-theme.scss */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

/* line 77, ../scss/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

/* line 81, ../scss/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

/* line 85, ../scss/slick-theme.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

/* line 90, ../scss/slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 100, ../scss/slick-theme.scss */
.slick-prev {
  left: -25px; }

/* line 102, ../scss/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

/* line 106, ../scss/slick-theme.scss */
.slick-prev:before {
  content: "←"; }

/* line 108, ../scss/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→"; }

/* line 114, ../scss/slick-theme.scss */
.slick-next {
  right: -25px; }

/* line 116, ../scss/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* line 120, ../scss/slick-theme.scss */
.slick-next:before {
  content: "→"; }

/* line 122, ../scss/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
/* line 130, ../scss/slick-theme.scss */
.slick-slider {
  margin-bottom: 30px; }

/* line 134, ../scss/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

/* line 142, ../scss/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

/* line 150, ../scss/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

/* line 162, ../scss/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

/* line 164, ../scss/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

/* line 168, ../scss/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 185, ../scss/slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

/* This is custom css genrator from Custom scss file. */
/* line 4, ../scss/custom.scss */
a:focus {
  outline: none; }

/* line 8, ../scss/custom.scss */
.HomeSlider {
  float: left;
  display: block;
  width: 100%;
  margin-top: 20px; }

/* line 15, ../scss/custom.scss */
.featureslider {
  position: relative; }

/* line 19, ../scss/custom.scss */
.featuredPostSlider {
  float: right;
  width: 85.2%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 25, ../scss/custom.scss */
.featuredPostSlider img {
  width: 100%; }

/* line 28, ../scss/custom.scss */
.featuredPostSlider h2 {
  width: 65%;
  position: absolute;
  left: 5%;
  color: #fff;
  font-size: 36px; }

/* line 37, ../scss/custom.scss */
#slick-pager {
  position: absolute;
  left: 0;
  width: 14.8%;
  float: left;
  z-index: 9; }

/* line 44, ../scss/custom.scss */
#slick-pager a {
  padding: 5px;
  width: 100%;
  float: left; }

/* line 51, ../scss/custom.scss */
#slick-pager a:hover {
  text-decoration: none; }

/* line 54, ../scss/custom.scss */
#slick-pager a.active {
  background-color: #d95123; }

/* line 57, ../scss/custom.scss */
#slick-pager a h3 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin: 0 0 8px; }

/* line 63, ../scss/custom.scss */
#slick-pager a p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin-bottom: 8px; }

/* line 68, ../scss/custom.scss */
#slick-pager a span.time {
  font-family: "Lato", sans-serif;
  font-size: 12px; }

/* line 75, ../scss/custom.scss */
#slick-pager .slick-list .slick-track .slick-slide.slick-current {
  background-color: #d95123; }

/* line 82, ../scss/custom.scss */
.slick-pager {
  margin-top: 30px;
  margin-bottom: 0; }

/* line 87, ../scss/custom.scss */
.pagerNavigation i {
  float: left;
  width: 100%;
  margin-top: 0px; }

/* line 93, ../scss/custom.scss */
.pagerNavigationTop {
  color: #333;
  font-size: 29px;
  text-align: center;
  position: relative;
  right: 0;
  width: 100%;
  cursor: pointer; }

/* line 103, ../scss/custom.scss */
.pagerNavigationBottom {
  bottom: -30px;
  position: absolute;
  width: 100%;
  left: 0;
  height: 30px;
  cursor: pointer;
  color: #333;
  font-size: 29px;
  text-align: center; }

/* line 116, ../scss/custom.scss */
.container {
  position: relative; }

@media (min-width: 768px) {
  /* line 119, ../scss/custom.scss */
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  /* line 120, ../scss/custom.scss */
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  /* line 121, ../scss/custom.scss */
  .container {
    width: 1170px; } }
@media (max-width: 767px) {
  /* line 124, ../scss/custom.scss */
  .slick-pager {
    margin: 0; }

  /* line 125, ../scss/custom.scss */
  #slick-pager {
    background-color: #000;
    width: 100%;
    position: relative; }

  /* line 129, ../scss/custom.scss */
  #slick-pager a {
    border-top: none;
    border-right: 1px solid rgba(255, 255, 255, 0.6); }

  /* line 130, ../scss/custom.scss */
  #slick-pager h3 {
    font-size: 16px;
    margin: 0 0 12px; }

  /* line 137, ../scss/custom.scss */
  .pagerNavigation i {
    display: none; }

  /* line 138, ../scss/custom.scss */
  .pagerNavigationBottom {
    display: none; } }
.slick-pager img {
  height: 85px;
  width: auto; }


.breadcrumbs  li{
  display: inline;
  list-style: none;
  margin-right: 10px;
  position: relative;

}


.breadcrumbs  li::after {
  display: inline-block;
  content: ">";
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.breadcrumbs li:last-child::after {
  display: none;
}

.pro_sidebar_cate li:before, .pro_sidebar_cate li:after {
  display: none !important;
}




















/*Orders*/
.main-order {
  width: 780px;
  margin: 0 auto;
}
.t-order {
  background-color: #efefef;
    border-color: #efefef;
    border-bottom-width: 1px;
    padding: 10px ;
}

.tb-midle{
  width: 30%;
}
.tb-1{
  width: 15%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-2 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-3 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.tb-3 a{
  font-size: 16px;
}
.tb-4 {
  width: 20%;
  text-align: center;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.qty {
  width: 40px;
}
.odd {
  border-top:1px solid  #efefef;
}
.block-wish {
    background-color: #f3f2f2;
    border-width: 1px;
    border-color: #fff #f3f2f2;
    border-style: solid;
    
}
.tb-left {
  text-align: left;
   padding:10px 10px;
}
.tb-left a {
  color: #df0302
}
.tb-right {
  text-align: right;
   padding:10px 10px;
}
.tb-right span {
  color: #df0302;
  font-weight: bold;
}
.order-info {
  width: 420px;
  
}
.send_payment label {
  
}
.from_label label{
  width:  200px;
  text-align: left;
  
  margin-top: 5px;
}
.from_label div {
  margin-bottom: 7px;
}
.from_label input, .from_label textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 7px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
}
.from_label textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
  width: 90%;
  height: 70px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.bank {
  
  margin-left: 20px;
  width: 330px;
}
.pd-remove a{
  background: url(../images/icon-trash.png);
  width: 20px;
  height: 20px;
  display: block;
}
.icon-order {
  float: right;
}
.btn_submit-shopping-bag {
    color: #fff;
  border: 1px solid #df0302;
    background-color: #df0302;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    -moz-box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    box-shadow: inset 0px -2px 3px 0px rgba(204,2,2,1);
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
    cursor: pointer;
}
.sumbit-order {
  width: 100%;
  float: left;  
  text-align: center;
  margin-top: 15px;

}
.item-love {
  position: relative;
}
.remove-love {
    position: absolute;
    bottom: 0px;
    right: 5px;
}
.copyright-footer {
  width: 400px;
}

#menu {
  box-shadow: 2px 2px 2px #CCC;
}
#product-page {
  padding: 20px 0 0;
}
#product-page .main {
  padding: 40px 0 0;
}


.blog_list .box-news{
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin: 0 0 30px;
}


.blog_list .box-news h2{
 font-size: 20px;
 font-weight: 600;
 padding: 20px 0 10px;
}

.blog_list .box-news .media-info {
  font-size: 15px;
}


.page_detail {
  margin-left: 0;
  margin-right: 0;
}
.page_detail h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}
.page_detail .desc {
  font-size: 15px;
}

img {
  max-width: 100%;
}


#product-detail {
  padding: 30px 0 0;
}

#product-detail #breadcrumb {
  margin: 0 0 20px;
}



.order-item {
  padding: 40px 0 0;
}
.order-item .box-title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.order-info {
  padding: 80px 15px; 60px;
}
.order-info .box-title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.list-relate {
  margin: 0 0 40px;
}


.paging {
  padding-bottom: 60px;
  text-align: center;
}

.paging .page{
  display: inline-block;
}

.paging a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #9999;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.paging a.active {
  background: #00a85a;
  color: #FFF;
}











