@charset "UTF-8";
/*	################################################################
1. MIXIN
2. VARIABLE
3. ELEMENTS
3.1 Title
3.2 Product item
3.3 Breadcrumb
3.4 Pagination
3.5 .....
4. HEADER	
4.1 Header Gerenal
4.2 Minicart
4.3 Menu
5. FOOTER
6. PRODUCT DETAIL		
7. COLLECTION		
8. BLOGS		
9. ARTICLE
10. CART
11. REGISTER,LOGIN, ACCOUNT,ORDER, ADDREDSS...
10.1 ....
10.2 ....
12. SIDEBAR
13. FIX APPS
14. PAGES
15. ADDITIONS

################################################################# */
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
3. Element
==============================================================================*/
/*3.1 Title*/
.title-head {
  width: 100%;
  float: left;
  font-weight: 700;
  color: #4b4b4b;
  text-decoration: none;
  margin: 0; }
  .title-head a {
    color: #4b4b4b; }
    .title-head a:hover {
      color: #ff0000; }

/*3.2 Product item*/
.product-box {
  width: 100%;
  float: left;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #fff; }
  @media (min-width: 992px) {
    .product-box:hover .product-thumbnail img {
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); } }
  .product-box .product-thumbnail {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left; }
    .product-box .product-thumbnail > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
    .product-box .product-thumbnail .product-image {
      max-height: 100%;
      -webkit-transition: all ease 1s;
      -moz-transition: all ease 1s;
      -ms-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s; }
    .product-box .product-thumbnail img {
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
  .product-box .product-review {
    margin: 0 0 10px; }
  .product-box .product-info {
    position: relative;
    width: 100%;
    float: left;
    z-index: 10;
    padding: 10px 0; }
  .product-box .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms; }
    @media (min-width: 1200px) {
      .product-box .product-action {
        right: -40px; } }
    @media (max-width: 1199px) {
      .product-box .product-action {
        right: 0; } }
    .product-box .product-action button {
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      .product-box .product-action button span {
        padding: 0 8px; }
  @media (min-width: 1200px) {
    .product-box:hover .product-action {
      right: 0; } }
  .product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px; }
  .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0; }
  .product-box .price-box {
    line-height: normal; }
    .product-box .price-box > span {
      width: 100%;
      float: left;
      margin: 0; }
  @media (max-width: 767) {
    .product-box .product-name {
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden; } }

@media (min-width: 1200px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 204px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 212.5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 220px; } }

@media (min-width: 543px) and (max-width: 767px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 241.5px; } }

@media (min-width: 376px) and (max-width: 542px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 182.5px; } }

@media (min-width: 320px) and (max-width: 375px) {
  .owl-carousel .product-box .product-thumbnail > a {
    height: 157.5px; } }

.product-thumbnail {
  float: left; }

.product-info {
  float: left; }
  @media (max-width: 542px) {
    .product-info {
      font-size: small; } }

.product-action form {
  margin: 0; }

.product-action .btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-name {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #4b4b4b;
  margin: 0 0 10px; }

/*** TAG LOOP ***/
.tag-item.tag-sale {
  position: absolute;
  color: #fff;
  top: 5px;
  left: 5px;
  z-index: 10;
  font-style: italic;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff;
  background-color: #243ba5;
  background: #243ba5;
  background: -moz-linear-gradient(left, #243ba5 0%, #243ba5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #243ba5), color-stop(100%, #243ba5));
  background: -webkit-linear-gradient(left, #243ba5 0%, #243ba5 100%);
  background: -o-linear-gradient(left, #243ba5 0%, #243ba5 100%);
  background: linear-gradient(to right, #243ba5 0%, #243ba5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#243ba5, endColorstr=#243ba5);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #243ba5; }

.tag-item.tag-hot {
  position: absolute;
  color: #fff;
  z-index: 10;
  top: 10px;
  right: 0;
  background: #1ea0f6;
  font-style: italic;
  padding: 2px 5px;
  display: block; }

.price-box {
  width: 100%;
  float: left; }
  .price-box .special-price {
    color: #243ba5;
    font-weight: 700;
    float: left; }
  .price-box .old-price {
    color: #7e7e7e;
    text-decoration: line-through;
    margin: 0 0 0 10px; }

#btnnewreview {
  background: #243ba5 !important; }

.product-review {
  width: 100%;
  float: left;
  line-height: normal; }
  .product-review .bizweb-product-reviews-badge {
    margin: 0; }
    .product-review .bizweb-product-reviews-badge > div:not(:first-child) {
      display: none; }

.bizweb-product-reviews-module {
  margin: 0 !important; }

.bizweb-product-reviews-star i {
  font-size: 1em !important; }
  .bizweb-product-reviews-star i:before {
    content: "\f005"; }
  .bizweb-product-reviews-star i.star-off-png:before {
    color: #ddd; }
  .bizweb-product-reviews-star i.star-on-png:before {
    color: #fbbf22; }

.bizweb-product-reviews-form {
  min-width: 250px !important; }

/*3.3 Breadcrumb*/
.bread-crumb {
  width: 100%;
  float: left;
  background: #ebebeb; }

.breadcrumb {
  width: 100%;
  float: left;
  padding: 10px 0;
  margin: 0;
  background: transparent; }
  .breadcrumb li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start; }
    .breadcrumb li > span[itemprop="title"] {
      color: #243ba5; }
    .breadcrumb li:before {
      content: "\f101" !important;
      font-family: FontAwesome;
      position: relative;
      width: 20px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
    .breadcrumb li:nth-child(1):before {
      display: none; }
    .breadcrumb li:nth-child(4) {
      display: none; }
  .breadcrumb a {
    color: #4b4b4b; }
    .breadcrumb a:hover {
      color: #243ba5; }
  .breadcrumb span {
    display: inline-block;
    font-size: 0.92857em; }
  .breadcrumb .fa {
    color: #dedede;
    margin: 0 5px; }

/*3.4 Pagination*/
.pagination-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px; }
  .pagination-parent .pagination {
    margin: 0; }
  .pagination-parent .page-item {
    float: left; }
    .pagination-parent .page-item a {
      border: #dedede 1px solid;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #4b4b4b; }
      @media (min-width: 543px) {
        .pagination-parent .page-item a {
          width: 40px;
          height: 40px;
          font-size: 1em; } }
      @media (max-width: 542px) {
        .pagination-parent .page-item a {
          width: 30px;
          height: 30px;
          font-size: 0.92857em; } }
    .pagination-parent .page-item.active a, .pagination-parent .page-item:hover a {
      border: #243ba5 1px solid;
      background: #243ba5;
      color: #fff; }
    .pagination-parent .page-item.disabled:not(.active):hover a {
      background: #243ba5;
      border: #243ba5 1px solid; }

.filter-right {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .filter-right {
      text-align: right; } }
  @media (max-width: 767px) {
    .filter-right {
      text-align: center; } }

/*============================================================================
4. Header
==============================================================================*/
/*4.1  Header Gerenal*/
header {
  width: 100%;
  float: left;
  background: #ffffff; }
  header .topbar {
    width: 100%;
    float: left;
    background: #282828;
    color: #ffffff;
    line-height: 30px;
    font-size: 0.92857em; }
    header .topbar .topbar_info {
      padding: 0;
      width: 100%;
      float: left; }
      header .topbar .topbar_info .topbar_info_item {
        float: left;
        display: inline-block;
        margin: 5px 0;
        line-height: 20px; }
        header .topbar .topbar_info .topbar_info_item:not(:last-child) {
          padding-right: 10px;
          margin-right: 10px;
          border-right: #fff 1px solid; }
        header .topbar .topbar_info .topbar_info_item a {
          color: #fff; }
          header .topbar .topbar_info .topbar_info_item a:hover {
            color: #ff0000; }
    header .topbar .topbar_right {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header .topbar .topbar_account_info {
      float: left;
      position: relative;
      cursor: pointer; }
      @media (min-width: 1200px) {
        header .topbar .topbar_account_info:hover .account_box {
          display: block; } }
      header .topbar .topbar_account_info .topbar_account {
        list-style: none;
        text-align: right; }
      header .topbar .topbar_account_info .account_box {
        padding: 0;
        background: #243ba5;
        min-width: 100px;
        display: none;
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 20; }
        header .topbar .topbar_account_info .account_box.open {
          display: block; }
      header .topbar .topbar_account_info .account_item {
        width: 100%;
        float: left;
        text-align: center; }
        header .topbar .topbar_account_info .account_item a {
          color: #fff; }
        header .topbar .topbar_account_info .account_item:hover {
          background: #243ba5; }
    header .topbar .top-cart-contain {
      float: left;
      padding-right: 10px;
      border-right: #fff 1px solid;
      line-height: 20px;
      margin: 5px 10px 5px 0; }
      header .topbar .top-cart-contain .heading-cart {
        cursor: pointer; }
  header .mainbar {
    width: 100%;
    float: left; }
    header .mainbar .row {
      position: relative; }
  header .menu-bar {
    position: absolute;
    z-index: 1000;
    left: 15px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 992px) {
      header .menu-bar {
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .menu-bar {
        top: 40px; } }
    @media (min-width: 543px) and (max-width: 767px) {
      header .menu-bar {
        top: 35px; } }
    @media (min-width: 320px) and (max-width: 542px) {
      header .menu-bar {
        top: 20px; } }
    header .menu-bar a {
      color: #243ba5; }
      @media (min-width: 768px) {
        header .menu-bar a {
          font-size: 1.71429em; } }
      @media (max-width: 767px) {
        header .menu-bar a {
          font-size: 1.42857em; } }
  @media (min-width: 992px) {
    header .logo {
      height: 100px; } }
  @media (max-width: 991px) {
    header .logo {
      margin-top: 10px;
      margin-bottom: 10px; } }
  header .logo a {
    width: 100%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .searchbar {
    width: 100%;
    float: left; }
    @media (min-width: 992px) {
      header .searchbar {
        height: 100px; } }
    @media (max-width: 991px) {
      header .searchbar {
        margin: 0 0 10px; } }
    header .searchbar .search_bar {
      width: 100%;
      float: left; }
      @media (min-width: 992px) {
        header .searchbar .search_bar {
          margin-top: 55px;
          -moz-transform: translateY(-35%);
          -o-transform: translateY(-35%);
          -ms-transform: translateY(-35%);
          -webkit-transform: translateY(-35%);
          transform: translateY(-35%); } }
      header .searchbar .search_bar form {
        width: 100%;
        float: left;
        margin: 0;
        position: relative; }
      header .searchbar .search_bar .smartsearch_input {
        box-shadow: none;
        margin: 0;
        padding: 0 75px 0 15px; }
      header .searchbar .search_bar button {
        position: absolute;
        top: 0;
        right: 0;
        background: #243ba5; }
        header .searchbar .search_bar button .fa {
          color: #fff; }
      header .searchbar .search_bar .search_choice {
        width: 100%;
        float: left;
        padding: 5px 0 10px; }
        header .searchbar .search_bar .search_choice .search_choice___label {
          width: 120px;
          float: left;
          margin: 0; }
          @media (max-width: 424px) {
            header .searchbar .search_bar .search_choice .search_choice___label {
              display: none; } }
        header .searchbar .search_bar .search_choice .search_choice___input {
          float: left; }
          header .searchbar .search_bar .search_choice .search_choice___input .search_choice___input_index {
            float: left; }
          header .searchbar .search_bar .search_choice .search_choice___input input {
            width: 15px;
            float: left;
            height: 22px;
            margin-right: 5px; }
          header .searchbar .search_bar .search_choice .search_choice___input span {
            width: calc(100% - 20px);
            float: left;
            white-space: nowrap; }
  header .hotline svg {
    float: left; }
    @media (min-width: 992px) {
      header .hotline svg {
        margin-right: 5px; } }
    @media (min-width: 543px) {
      header .hotline svg {
        width: 40px;
        min-width: 40px;
        height: 40px; } }
    @media (min-width: 320px) and (max-width: 542px) {
      header .hotline svg {
        width: 30px;
        height: 30px; } }
    header .hotline svg path {
      -webkit-transition: fill ease 300ms;
      -moz-transition: fill ease 300ms;
      -ms-transition: fill ease 300ms;
      -o-transition: fill ease 300ms;
      transition: fill ease 300ms;
      fill: #243ba5; }
  header .hotline span {
    max-width: calc(100% - 45px);
    float: left;
    line-height: 40px;
    font-size: 2.14286em;
    font-weight: 700;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    white-space: nowrap;
    color: #243ba5;
    -webkit-transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    transition: color ease 300ms; }
  header .hotline:hover svg path {
    fill: #243ba5; }
  header .hotline:hover span {
    color: #243ba5; }
  @media (min-width: 992px) {
    header .hotline {
      width: 100%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 45px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 991px) {
    header .hotline-mobile {
      position: absolute;
      right: 0;
      width: auto; } }
  @media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    header .hotline-mobile {
      top: 40px; } }
  @media (max-width: 991px) and (min-width: 543px) and (max-width: 767px) {
    header .hotline-mobile {
      top: 35px; } }
  @media (max-width: 991px) and (min-width: 320px) and (max-width: 542px) {
    header .hotline-mobile {
      top: 20px; } }

/*4.3 Menu*/
.header-menu {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .header-menu {
      background: #243ba5; } }
  @media (max-width: 991px) {
    .header-menu {
      background: #ff0000; } }

.category {
  position: relative;
  height: 40px; }
  @media (min-width: 992px) {
    .category {
      padding: 0 0 0 15px; }
      .category:hover .category-nav {
        display: block; } }
  @media (max-width: 991px) {
    .category {
      padding: 0 15px; } }
  .category .category-title {
    background: #ff0000;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .category .category-title .fa {
      margin-right: 10px; }
  .category .category-nav {
    position: relative;
    background: #fff;
    z-index: 99;
    display: none; }
    @media (min-width: 992px) {
      .category .category-nav.category-nav-index {
        display: block; } }
    .category .category-nav.open {
      display: block; }
  .category #nav-cate {
    position: relative;
    padding: 6px 0;
    z-index: 1;
    border: #ff0000 1px solid; }
    @media (min-width: 1200px) {
      .category #nav-cate {
        min-height: 423px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .category #nav-cate {
        min-height: 349px; } }
    @media (min-width: 992px) {
      .category #nav-cate {
        -webkit-box-shadow: #dedede 0 5px 5px;
        box-shadow: #dedede 0 5px 5px; } }
    .category #nav-cate a {
      color: #222222; }
      .category #nav-cate a:hover {
        color: #ff0000; }
    .category #nav-cate .sidebar-menu-list {
      padding: 0 0 0 10px; }
      .category #nav-cate .sidebar-menu-list:not(:last-child) {
        border-bottom: #dedede 1px solid; }
      @media (min-width: 992px) {
        .category #nav-cate .sidebar-menu-list {
          position: static; }
          .category #nav-cate .sidebar-menu-list:hover {
            border: #ff0000 1px solid;
            border-left: none;
            border-right: #fff 1px solid; }
            .category #nav-cate .sidebar-menu-list:hover > a {
              color: #243ba5; }
              .category #nav-cate .sidebar-menu-list:hover > a:before {
                border-right: #fff 2px solid; }
            .category #nav-cate .sidebar-menu-list:hover .cate_menu {
              display: block;
              border-left: #ff0000 1px solid; } }
      .category #nav-cate .sidebar-menu-list > a {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset; }
        .category #nav-cate .sidebar-menu-list > a:before {
          position: absolute;
          content: "";
          right: 0;
          top: 1px;
          bottom: 1px; }
      @media (min-width: 992px) {
        .category #nav-cate .sidebar-menu-list.cate_icon > a:after {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          right: -5px;
          top: 5px;
          height: 100%;
          width: 30px;
          text-align: center; }
        .category #nav-cate .sidebar-menu-list.cate_icon:hover > a:after {
          content: "\f0da"; } }
    .category #nav-cate .more, .category #nav-cate .less {
      padding: 0 0 0 10px; }
    @media (min-width: 992px) {
      .category #nav-cate em {
        display: none; } }
  .category .cate_menu {
    display: none;
    position: absolute !important;
    left: 100%;
    top: 0;
    background: #fff;
    border: #ff0000 1px solid;
    height: 100% !important;
    padding: 10px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    column-fill: auto;
    overflow: auto;
    margin-left: -1px;
    z-index: -1; }
    @media (min-width: 1200px) {
      .category .cate_menu {
        width: 862.5px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .category .cate_menu {
        width: 727.5px; } }
  .category .single_cate_menu {
    width: 100%;
    float: left;
    margin: 0 0 10px; }
    .category .single_cate_menu a {
      padding: 0; }
  .category .single_cate_menu_title {
    margin: 0 0 5px;
    padding: 5px 0;
    font-size: 1em; }
    .category .single_cate_menu_title a {
      font-weight: 700; }
  .category .sub_cate_menu {
    padding: 0; }
    .category .sub_cate_menu li {
      padding: 0 5px;
      -webkit-transition: background ease 300ms;
      -moz-transition: background ease 300ms;
      -ms-transition: background ease 300ms;
      -o-transition: background ease 300ms;
      transition: background ease 300ms; }
      .category .sub_cate_menu li:hover {
        background: #f5f5f5; }

header nav {
  background: #243ba5; }
  header nav .nav {
    position: relative; }
  header nav .nav-item {
    float: left;
    position: relative;
    @indluce transition(border-bottom ease 200ms); }
    header nav .nav-item:before {
      position: absolute;
      content: "";
      left: 50%;
      right: 50%;
      bottom: 0;
      border-bottom: #fff 3px solid;
      -webkit-transition: all ease 500ms;
      -moz-transition: all ease 500ms;
      -ms-transition: all ease 500ms;
      -o-transition: all ease 500ms;
      transition: all ease 500ms; }
    header nav .nav-item:hover:before {
      left: 0;
      right: 0; }
    header nav .nav-item:hover > a {
      background: transparent; }
    header nav .nav-item:focus {
      background-color: transparent; }
    header nav .nav-item > a {
      line-height: 1.45;
      color: #fff;
      font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
      padding: 10px 20px;
      position: relative;
      text-transform: uppercase;
      height: 40px; }
      header nav .nav-item > a > .fa {
        position: absolute;
        right: 0;
        width: 20px;
        top: 50%;
        text-align: center;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms; }
    header nav .nav-item .dropdown-menu {
      font-size: 1em;
      display: none;
      min-width: 220px;
      margin: 0;
      padding: 0;
      border: #dedede 1px solid;
      -webkit-border-radius: 0;
      border-radius: 0; }
      header nav .nav-item .dropdown-menu li a {
        font-size: 0.92857em;
        color: #222222;
        position: relative;
        padding: 7px 15px 7px 10px; }
        header nav .nav-item .dropdown-menu li a .fa {
          position: absolute;
          right: 0;
          top: 16px;
          width: 15px;
          text-align: center;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      header nav .nav-item .dropdown-menu li:hover {
        color: #ff0000; }
    header nav .nav-item:hover > .dropdown-menu {
      display: block;
      left: auto;
      right: 50%;
      -moz-transform: translateX(50%);
      -o-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
    header nav .nav-item:hover > .mega-content {
      display: block; }
    header nav .nav-item li {
      position: relative;
      border-left: transparent 3px solid;
      font-size: 1em; }
      header nav .nav-item li:not(:last-child) {
        border-bottom: #dedede 1px dotted; }
      header nav .nav-item li:hover {
        border-left: #ff0000 3px solid; }
      header nav .nav-item li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0; }
      header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
        display: block; }

/*** INSTALLATION MMENU ***/
#nav-mobile .cp-item .fa {
  padding-right: 10px; }

#nav-mobile li.active a {
  color: #243ba5;
  font-weight: 700; }

#nav-mobile .mm-navbar_tabs a {
  font-size: 1.07143em;
  text-transform: uppercase; }
  #nav-mobile .mm-navbar_tabs a.mm-navbar__tab_selected {
    color: #243ba5;
    font-weight: 700; }

.mm-slideout {
  z-index: unset !important; }

/*============================================================================
5. FOOTER
==============================================================================*/
footer {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #222222; }
  footer .rte {
    color: #ffffff; }
  footer .footer-widget {
    width: 100%;
    float: left; }
  footer .footer-title {
    width: 100%;
    float: left;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase; }
  footer label {
    color: #ffffff;
    margin: 0 5px 0 0; }
  footer .footer-details {
    width: 100%;
    float: left;
    margin: 0 0 10px; }
    footer .footer-details .footer-detail {
      width: 100%;
      display: block;
      float: left; }
      footer .footer-details .footer-detail:not(:last-child) {
        margin: 0 0 5px; }
    footer .footer-details .contact-info {
      margin: 0;
      float: initial; }
  footer .footer-social {
    width: 100%;
    float: left; }
    footer .footer-social ul {
      padding: 0; }
  footer .footer-links li {
    list-style: disc; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ff0000; }
  footer .list-menu {
    line-height: 1.71429em;
    width: 100%;
    float: left;
    padding-left: 0; }
    footer .list-menu a {
      width: calc(100% - 10px);
      float: left; }
      @media (min-width: 320px) and (max-width: 767px) {
        footer .list-menu a {
          line-height: 1.5; } }
    footer .list-menu li {
      width: 100%;
      float: left;
      color: #ffffff; }
      footer .list-menu li:hover {
        color: #fff; }
        footer .list-menu li:hover a {
          -moz-transform: translateX(10px);
          -o-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -webkit-transform: translateX(10px);
          transform: translateX(10px); }
  @media (min-width: 320px) and (max-width: 767px) {
    footer .payment_methods {
      margin: 0 0 15px; } }
  footer .payment_methods .item {
    margin: 0 5px 0 0;
    float: left;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .payment_methods .item img {
      max-width: 50px;
      max-height: 50px; }
  footer .footer-top {
    width: 100%;
    float: left;
    padding: 50px 0; }
  footer .footer-info {
    margin-bottom: 15px; }
  footer .footer-fanpage {
    width: 100%;
    float: left; }
  footer .foo-col {
    margin-bottom: 20px; }
  footer .customer-care .customer-care-info {
    width: 100%;
    float: left; }
    footer .customer-care .customer-care-info svg {
      width: 60px;
      float: left;
      margin-right: 5px; }
    footer .customer-care .customer-care-info a {
      font-size: 2.14286em;
      line-height: normal;
      font-weight: 700;
      white-space: nowrap; }
    footer .customer-care .customer-care-info span {
      color: #ffffff;
      font-style: italic; }
    footer .customer-care .customer-care-info:hover svg path {
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms;
      fill: #243ba5; }
    footer .customer-care .customer-care-info:hover a {
      color: #ff0000; }
  footer .customer-care .customer-care-detail {
    width: calc(100% - 65px);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  footer .footer-bottom {
    width: 100%;
    float: left;
    line-height: 40px;
    background: #243ba5;
    color: #ffffff; }
  footer .hotline_bottom {
    position: relative; }
    footer .hotline_bottom img {
      position: absolute;
      bottom: 0;
      left: 15px;
      width: 70px;
      height: 70px;
      max-height: unset !important; }
    footer .hotline_bottom a {
      white-space: nowrap;
      padding-left: 70px;
      float: left;
      margin-right: 5px;
      font-size: 1.78571em;
      font-weight: 700; }
  footer .copyright {
    text-align: center; }
    @media (min-width: 768px) {
      footer .copyright {
        text-align: right; } }
    @media (max-width: 767px) {
      footer .copyright {
        line-height: 30px; }
        footer .copyright span {
          width: 100%;
          float: left; } }
  footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #243ba5;
    line-height: 1;
    z-index: 10;
    cursor: pointer; }
    footer .back-to-top.show {
      position: fixed;
      right: 10px;
      bottom: 10px; }

/*============================================================================
6. Product detail
==============================================================================*/
.product-template {
  width: 100%;
  float: left;
  padding: 30px 0 0; }

.details-product {
  width: 100%;
  float: left; }
  .details-product .product_images_list {
    float: left;
    margin: 0 0 20px; }
  .details-product .owl-carousel.owl-loaded {
    overflow: hidden; }
  .details-product .large-image {
    margin: 0 0 10px; }
    @media (min-width: 1200px) {
      .details-product .large-image {
        height: 457.5px;
        background: #dedede;
        border: #dedede 5px solid; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .details-product .large-image {
        height: 374.16px;
        background: #dedede;
        border: #dedede 5px solid; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .details-product .large-image {
        height: 600px;
        border: #dedede 5px solid;
        background: #dedede; } }
    @media (min-width: 543px) and (max-width: 767px) {
      .details-product .large-image img {
        height: auto !important;
        max-height: 513px !important; } }
    @media (min-width: 320px) and (max-width: 542px) {
      .details-product .large-image img {
        max-height: 345px !important;
        height: auto !important; } }
    .details-product .large-image > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .details-product .large-image > a img {
        width: auto !important;
        max-height: 100% !important;
        max-width: 100%;
        height: auto !important;
        display: inline-block; }
      .details-product .large-image > a .zoomWrapper {
        width: 100% !important;
        height: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center; }
  .details-product .product_thumblist {
    width: 100%;
    float: left; }
  .details-product #gallery_01 {
    margin: 0 0 10px; }
    .details-product #gallery_01 .active .item {
      opacity: 1; }
    .details-product #gallery_01 .item {
      background: #fff;
      border: #dedede 1px solid;
      width: 100%;
      float: left;
      -webkit-transition: all ease 300ms;
      -moz-transition: all ease 300ms;
      -ms-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      .details-product #gallery_01 .item.thumb-noborder {
        opacity: 0.5; }
      .details-product #gallery_01 .item.thumb-border {
        border: #243ba5 1px solid !important; }
      .details-product #gallery_01 .item:hover {
        border: #ff0000 1px solid; }
      .details-product #gallery_01 .item a {
        width: 100%;
        float: left;
        padding: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 1200px) {
          .details-product #gallery_01 .item a {
            height: 81.59px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .details-product #gallery_01 .item a {
            height: 84px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .details-product #gallery_01 .item a {
            height: 109.66px; } }
        @media (min-width: 543px) and (max-width: 767px) {
          .details-product #gallery_01 .item a {
            height: 118.75px; } }
        @media (min-width: 320px) and (max-width: 542px) {
          .details-product #gallery_01 .item a {
            height: 88px; } }
      .details-product #gallery_01 .item img {
        margin: 0 auto; }

.details-pro {
  margin: 0 0 20px; }
  .details-pro .product-review {
    margin: 0 0 10px; }
  .details-pro label {
    margin: 0 5px 0 0;
    float: left; }
  .details-pro .product-title {
    font-size: 1.78571em;
    margin: 0 0 10px; }
  .details-pro .product_info {
    float: left;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .details-pro .product_info {
        width: 50%; } }
    @media (max-width: 767px) {
      .details-pro .product_info {
        width: 100%; } }
  .details-pro .product-summary {
    width: 100%;
    float: left;
    margin: 0 0 15px; }
    .details-pro .product-summary .rte {
      width: 100%;
      float: left;
      font-size: 0.92857em;
      padding: 10px;
      border: #243ba5 1px dashed;
      -webkit-border-radius: 20px 20px 20px 0;
      border-radius: 20px 20px 20px 0; }
      .details-pro .product-summary .rte li {
        margin: 0; }
      .details-pro .product-summary .rte p:last-child {
        margin: 0; }
  .details-pro .price-box {
    margin: 5px 0 10px;
    line-height: normal; }
    .details-pro .price-box .special-price {
      font-size: 2.14286em; }
    .details-pro .price-box .old-price {
      float: left;
      font-size: 1.42857em;
      margin-top: 6px; }
  .details-pro .vat_enable {
    width: 100%;
    float: left;
    margin: 0 0 10px; }
  .details-pro .form-product {
    width: 100%;
    float: left; }
    .details-pro .form-product label {
      width: 90px;
      float: left;
      overflow: hidden;
      line-height: 30px; }
    .details-pro .form-product form {
      width: 100%;
      float: left;
      margin: 0; }
    .details-pro .form-product .box-variant .selector-wrapper {
      width: 100%;
      float: left; }
    .details-pro .form-product .box-variant .single-option-selector {
      width: calc(100% - 90px);
      height: 40px;
      float: left;
      border: #dedede 1px solid; }
    .details-pro .form-product .product_detail_action {
      width: 100%;
      float: left; }
    .details-pro .form-product .product_quantity {
      float: left;
      padding: 0; }
      @media (min-width: 543px) {
        .details-pro .form-product .product_quantity {
          width: calc(40% - 10px);
          margin: 0 20px 0 0; } }
      @media (max-width: 542px) {
        .details-pro .form-product .product_quantity {
          width: 100%;
          margin: 0 0 10px; } }
      .details-pro .form-product .product_quantity .form-control-label {
        line-height: 50px; }
      .details-pro .form-product .product_quantity .product_quantity_control {
        width: calc(100% - 95px);
        float: left;
        position: relative; }
        .details-pro .form-product .product_quantity .product_quantity_control button {
          width: 25px;
          height: 25.5px;
          line-height: 25px;
          float: left;
          padding: 0;
          border: #dedede 1px solid;
          display: block;
          text-align: center;
          margin: 0 auto;
          background: none;
          position: absolute;
          -webkit-transition: all ease 300ms;
          -moz-transition: all ease 300ms;
          -ms-transition: all ease 300ms;
          -o-transition: all ease 300ms;
          transition: all ease 300ms; }
          .details-pro .form-product .product_quantity .product_quantity_control button.reduced {
            right: 0;
            bottom: 0; }
          .details-pro .form-product .product_quantity .product_quantity_control button.increase {
            right: 0;
            top: 0; }
          .details-pro .form-product .product_quantity .product_quantity_control button:hover {
            background: #ff0000;
            border: #ff0000 1px solid;
            color: #fff; }
        .details-pro .form-product .product_quantity .product_quantity_control .qty {
          position: relative;
          width: 100%;
          float: left;
          padding: 10px 35px 10px 10px;
          box-shadow: none;
          text-align: center;
          min-height: 1px;
          height: 50px;
          line-height: 50px;
          border: #dedede 1px solid;
          -webkit-border-radius: 0;
          border-radius: 0; }
    .details-pro .form-product .button_actions {
      float: left;
      margin: 0 0 10px; }
      @media (min-width: 543px) {
        .details-pro .form-product .button_actions {
          width: calc(60% - 10px); } }
      @media (max-width: 542px) {
        .details-pro .form-product .button_actions {
          width: 100%; } }
      .details-pro .form-product .button_actions button {
        width: 100%;
        height: 50px;
        float: left;
        font-weight: 700;
        padding: 0;
        font-size: 1.42857em;
        text-transform: uppercase; }
  .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto; }
    .details-pro .custom-btn-number label {
      font-size: 1em; }
    .details-pro .custom-btn-number #qty {
      height: 32px;
      font-size: 1.28571em;
      margin: 0; }
    .details-pro .custom-btn-number .qtyminus {
      position: absolute;
      left: 25px;
      top: 4px;
      font-size: 1.42857em; }
    .details-pro .custom-btn-number .qtyplus {
      position: absolute;
      right: 25px;
      top: 4px;
      font-size: 1.42857em; }

.product_detail_countdown {
  width: 100%;
  float: left;
  line-height: normal;
  margin: 0 0 10px;
  border: #243ba5 1px dashed;
  -webkit-border-radius: 20px 20px 20px 0;
  border-radius: 20px 20px 20px 0; }
  @media (min-width: 543px) {
    .product_detail_countdown {
      padding: 10px; } }
  @media (max-width: 542px) {
    .product_detail_countdown {
      padding: 5px; } }
  .product_detail_countdown label {
    float: left;
    margin: 0 5px 0 0; }
  .product_detail_countdown .product_detail_dealtime {
    float: left;
    display: block; }
    .product_detail_countdown .product_detail_dealtime > div {
      display: inline-block;
      float: left; }
      .product_detail_countdown .product_detail_dealtime > div:not(:last-child) {
        margin: 0 5px 0 0; }
    .product_detail_countdown .product_detail_dealtime strong {
      float: left;
      margin: 0 5px 0 0;
      color: #243ba5; }
    .product_detail_countdown .product_detail_dealtime span {
      float: left; }

.swatch {
  margin: 0 0 5px; }
  .swatch .header .swatch-title {
    float: left; }
  .swatch .header .swatch-content {
    float: left; }
    .swatch .header .swatch-content .value-item {
      float: left;
      position: relative;
      padding: 0 10px 0 0; }
      .swatch .header .swatch-content .value-item:not(:last-child):before {
        content: "/";
        width: 10px;
        float: left;
        position: absolute;
        right: 0;
        text-align: center; }
    .swatch .header .swatch-content .size_chart_title {
      cursor: pointer; }
    .swatch .header .swatch-content #size_chart .modal-title {
      font-size: 1.42857em;
      line-height: normal;
      padding: 0;
      text-align: center; }
  .swatch .data-value-group {
    width: calc(100% - 95px);
    float: left; }
    .swatch .data-value-group .swatch-element {
      margin: 0 5px 5px 0; }
      .swatch .data-value-group .swatch-element.soldout label {
        cursor: no-drop; }
      .swatch .data-value-group .swatch-element label {
        line-height: 30px;
        width: 30px;
        height: 30px !important;
        cursor: pointer;
        margin: 0;
        text-align: center;
        border: #ff0000 1px solid !important; }
        .swatch .data-value-group .swatch-element label:hover {
          border: #243ba5 1px solid !important; }
      .swatch .data-value-group .swatch-element input:checked + label {
        border: #243ba5 1px solid !important; }
      .swatch .data-value-group .swatch-element:not(.color) label {
        width: auto;
        min-width: 30px !important; }

.zoomWrapper {
  width: 100% !important;
  height: auto !important; }

.zoomWrapper img {
  position: static !important;
  width: 100% !important;
  height: auto !important; }
  .zoomWrapper img ~ img {
    display: none !important; }

.zoomContainer .tintContainer .zoomLens img {
  max-height: unset !important; }

.qrcode {
  width: 100%;
  float: left;
  margin: 0 0 10px; }
  .qrcode label {
    text-align: left;
    float: left;
    min-width: 90px; }
  .qrcode .qrcode_image {
    float: left;
    border: #dedede 1px solid; }

.product_tags {
  width: 100%;
  float: left;
  margin-bottom: 10px; }
  .product_tags label {
    width: 100% !important;
    margin: 0 0 10px; }
  .product_tags span {
    float: left;
    line-height: 32px;
    width: 20px; }
  .product_tags .tags-list {
    width: calc(100% - 20px); }

.social-sharing {
  width: 100%;
  float: left;
  margin-bottom: 10px; }

.module-comment-facebook {
  width: 100%;
  float: left;
  padding: 0 0 30px; }
  .module-comment-facebook .module-title {
    margin: 0; }

.fb-comments {
  width: 100%;
  float: left; }
  .fb-comments > span {
    width: 100% !important;
    float: left; }
  .fb-comments iframe {
    width: 100% !important;
    float: left; }

.related_products {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .related_products .product-box .product-thumbnail > a {
      height: 165px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .related_products .product-box .product-thumbnail > a {
      height: 164px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .related_products .product-box .product-thumbnail > a {
      height: 157.5px; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .related_products .product-box .product-thumbnail > a {
      height: 151px; } }
  @media (min-width: 320px) and (max-width: 542px) {
    .related_products .product-box .product-thumbnail > a {
      min-height: 130px !important;
      height: auto; }
      .related_products .product-box .product-thumbnail > a img {
        max-height: 150px !important; } }
  .related_products .product-box .product-thumbnail img {
    max-width: 100%;
    max-height: 100%; }
  .related_products .product-action {
    display: none; }
  .related_products .product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.related_products___contact {
  width: 100%;
  float: left;
  margin: 0 0 30px;
  overflow: hidden; }
  .related_products___contact .related_products___contact_image {
    margin: 0 0 20px; }
    .related_products___contact .related_products___contact_image a {
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 1200px) {
        .related_products___contact .related_products___contact_image a {
          height: 262.5px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .related_products___contact .related_products___contact_image a {
          height: 212.5px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .related_products___contact .related_products___contact_image a {
          height: 220px; } }
      @media (min-width: 543px) and (max-width: 767px) {
        .related_products___contact .related_products___contact_image a {
          height: 241.5px; } }
      @media (min-width: 320px) and (max-width: 542px) {
        .related_products___contact .related_products___contact_image a img {
          max-height: 300px; } }
  .related_products___contact .related_products___contact_info {
    width: 100%;
    float: left; }
  .related_products___contact .related_products___contact___name {
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    margin: 0;
    font-size: 1.07143em; }

.recent_products {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0 0 20px; }

.recent_items {
  width: 100%;
  float: left; }
  .recent_items::-webkit-scrollbar {
    width: 1px; }
  .recent_items::-webkit-scrollbar-track {
    background: #dedede; }
  .recent_items::-webkit-scrollbar-thumb {
    background: #243ba5;
    border-radius: 15px; }
    .recent_items::-webkit-scrollbar-thumb:hover, .recent_items::-webkit-scrollbar-thumb:active {
      background: #243ba5;
      border-radius: 15px; }
  .recent_items .product-box .product-thumbnail {
    margin: 0; }
    @media (min-width: 1200px) {
      .recent_items .product-box .product-thumbnail a {
        height: 116.25px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .recent_items .product-box .product-thumbnail a {
        height: 131.66px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .recent_items .product-box .product-thumbnail a {
        height: 120px; } }
    @media (min-width: 543px) and (max-width: 767px) {
      .recent_items .product-box .product-thumbnail a {
        min-height: 105.75px;
        height: auto; } }
    @media (min-width: 320px) and (max-width: 542px) {
      .recent_items .product-box .product-thumbnail a {
        min-height: 80px;
        height: auto; }
        .recent_items .product-box .product-thumbnail a img {
          max-height: 100px !important; } }
    .recent_items .product-box .product-thumbnail img {
      -webkit-transition: all linear 300ms;
      -moz-transition: all linear 300ms;
      -ms-transition: all linear 300ms;
      -o-transition: all linear 300ms;
      transition: all linear 300ms;
      max-width: 100%;
      max-height: 100%; }
  @media (min-width: 1200px) {
    .recent_items .product-box:hover .product-thumbnail img {
      opacity: 0.7; } }
  .recent_items .product-box .product-name {
    margin: 0;
    font-size: 0.92857em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/*============================================================================
7. Collection
==============================================================================*/
.collection-template {
  width: 100%;
  float: left;
  padding: 30px 0 0; }
  .collection-template .main_container {
    width: 100%;
    float: left;
    margin: 0 0 15px; }

.collection-header .module-header {
  border-bottom: none; }

@media (min-width: 992px) {
  .collection-header {
    margin: 0 0 20px; } }

.collection-title {
  float: left; }
  .collection-title:not(.current_tags) {
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .collection-title:not(.current_tags) {
        font-size: 1.78571em; } }
    @media (max-width: 767px) {
      .collection-title:not(.current_tags) {
        font-size: 1.42857em; } }
  .collection-title.current_tags {
    font-size: 1.42857em;
    font-weight: normal; }
    .collection-title.current_tags span {
      font-weight: 700;
      color: #243ba5; }

.collection-header-linklists {
  padding: 0;
  width: 100%;
  float: left; }

.collection-header-link {
  margin: 0 0 5px; }
  .collection-header-link:nth-child(4n+1) {
    clear: left; }
  .collection-header-link > a {
    display: block;
    padding: 0; }
  .collection-header-link .has-sublink {
    text-transform: uppercase;
    font-weight: 700; }

.collection-header-sublinklist {
  width: 100%;
  float: left;
  padding: 0; }

.collection-header-sublink {
  width: 100%;
  float: left; }
  .collection-header-sublink a {
    padding: 0 0 0 15px;
    position: relative; }
    .collection-header-sublink a:before {
      position: absolute;
      left: 0;
      font-family: FontAwesome;
      font-size: 1em;
      color: #4b4b4b;
      content: "\f105"; }
    .collection-header-sublink a.expandable:before {
      content: "\f101"; }
  .collection-header-sublink:hover a:not(.expandable):before {
    content: "\f0da"; }
  .collection-header-sublink:hover a.expandable:before {
    content: "\f178"; }

.collection_description {
  margin: 0 0 15px; }
  .collection_description p:last-child {
    margin: 0; }

.category-products {
  width: 100%;
  float: left; }
  .category-products .module-header {
    border-bottom: none; }
  .category-products .product-box {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .category-products .product-box .product-thumbnail > a {
        height: 189.38px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .category-products .product-box .product-thumbnail > a {
        height: 212.5px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-products .product-box .product-thumbnail > a {
        height: 220px; } }
    @media (min-width: 543px) and (max-width: 767px) {
      .category-products .product-box .product-thumbnail > a {
        height: 241.5px; } }
    @media (min-width: 320px) and (max-width: 542px) {
      .category-products .product-box .product-thumbnail > a {
        min-height: 130px; }
        .category-products .product-box .product-thumbnail > a img {
          max-height: 150px !important; } }
  @media (min-width: 1200px) {
    .category-products .col-item:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .category-products .col-item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-products .col-item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .category-products .col-item:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 320px) and (max-width: 542px) {
    .category-products .col-item:nth-child(2n+1) {
      clear: left; } }

.category-service {
  width: 100%;
  float: left; }
  .category-service .item {
    width: 100%;
    float: left; }
  .category-service .category-service___item:nth-child(-n+4) {
    margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .category-service .category-service___item:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .category-service .category-service___item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-service .category-service___item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .category-service .category-service___item:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 320px) and (max-width: 542px) {
    .category-service .category-service___item:nth-child(2n+1) {
      clear: left; } }
  .category-service .category-service___image {
    width: 100%;
    float: left;
    margin-bottom: 10px; }
    .category-service .category-service___image img {
      margin: 0 auto; }
  .category-service .category-service___name {
    width: 100%;
    float: left;
    text-align: center; }

.products-view-grid {
  width: 100%;
  float: left; }

.sortPagiBar {
  width: 100%;
  float: left;
  background: #ebebeb; }
  @media (min-width: 768px) {
    .sortPagiBar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (max-width: 542px) {
    .sortPagiBar {
      flex-flow: column; } }
  .sortPagiBar #sort-by {
    float: left;
    padding: 5px 10px; }
    @media (min-width: 768px) {
      .sortPagiBar #sort-by {
        width: 200px;
        position: relative; }
        .sortPagiBar #sort-by:before {
          position: absolute;
          content: "Sắp xếp";
          left: -50px;
          font-size: 1em;
          top: 50%;
          transform: translateY(-50%); } }
    @media (max-width: 767px) {
      .sortPagiBar #sort-by {
        width: 100%;
        padding: 0; } }
    .sortPagiBar #sort-by .border_sort {
      border: #ebebeb 1px solid;
      width: 100%;
      float: left; }
    .sortPagiBar #sort-by label {
      width: 100px;
      float: left;
      margin: 0;
      font-weight: 400;
      font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
      font-size: 1.07143em; }
    .sortPagiBar #sort-by select {
      width: 100%;
      float: left;
      height: 32px;
      border: transparent 1px solid !important;
      padding: 0 15px; }

/*============================================================================
8. Blogs
==============================================================================*/
.blog-articles {
  width: 100%;
  float: left;
  padding: 30px 0 0; }
  .blog-articles .article-main {
    margin: 0 0 30px; }
  .blog-articles .blog-title {
    margin: 0 0 20px; }
    .blog-articles .blog-title:not(.current_tags) {
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .blog-articles .blog-title:not(.current_tags) {
          font-size: 1.78571em; } }
      @media (max-width: 767px) {
        .blog-articles .blog-title:not(.current_tags) {
          font-size: 1.42857em; } }
    .blog-articles .blog-title.current_tags {
      font-size: 1.42857em;
      font-weight: normal;
      text-transform: unset; }
      .blog-articles .blog-title.current_tags span {
        font-weight: 700;
        color: #243ba5; }

.blog-title {
  margin: 15px 0 30px;
  line-height: normal; }

.article-lists {
  width: 100%;
  float: left;
  margin: 0 0 30px; }

.article-thumbnail {
  float: left; }
  .article-thumbnail a {
    float: left; }

.article-info {
  width: 100%;
  float: left; }

.article-title {
  font-size: 1.07143em;
  margin: 0 0 5px;
  line-height: normal;
  font-weight: 700; }

.article-item {
  width: 100%;
  float: left; }
  .article-item .article-summary {
    margin: 0 0 10px; }
  .article-item.blog-article-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #243ba5 1px dashed; }
    @media (min-width: 1200px) {
      .article-item.blog-article-item .article-thumbnail {
        width: 330px;
        margin: 0 30px 0 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .article-item.blog-article-item .article-thumbnail {
        width: 280px;
        margin: 0 20px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-item.blog-article-item .article-thumbnail {
        width: 330px;
        margin: 0 30px 0 0; } }
    @media (min-width: 543px) and (max-width: 767px) {
      .article-item.blog-article-item .article-thumbnail {
        width: 160px;
        margin: 0 20px 0 0; } }
    @media (min-width: 320px) and (max-width: 542px) {
      .article-item.blog-article-item .article-thumbnail {
        width: 100%;
        margin: 0 0 10px; } }
    .article-item.blog-article-item .article-thumbnail img {
      margin: 0 auto;
      max-height: 300px !important; }
    @media (min-width: 1200px) {
      .article-item.blog-article-item .article-info {
        width: calc(100% - 360px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .article-item.blog-article-item .article-info {
        width: calc(100% - 300px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-item.blog-article-item .article-info {
        width: calc(100% - 360px); } }
    @media (min-width: 543px) and (max-width: 767px) {
      .article-item.blog-article-item .article-info {
        width: calc(100% - 180px); } }
    @media (min-width: 320px) and (max-width: 542px) {
      .article-item.blog-article-item .article-info {
        width: 100%; } }
    .article-item.blog-article-item .article-title {
      font-size: 1.28571em; }
  @media (min-width: 1200px) {
    .article-item.article-sidebar .article-thumbnail {
      width: 100%;
      margin: 0 0 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-sidebar .article-thumbnail {
      width: 100%;
      margin: 0 0 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-sidebar .article-thumbnail {
      width: 330px;
      margin: 0 30px 0 0; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .article-item.article-sidebar .article-thumbnail {
      width: 160px;
      margin: 0 20px 0 0; } }
  @media (min-width: 320px) and (max-width: 542px) {
    .article-item.article-sidebar .article-thumbnail {
      width: 100%;
      margin: 0 0 10px; } }
  .article-item.article-sidebar .article-thumbnail img {
    margin: 0 auto;
    max-height: 300px !important; }
  @media (min-width: 1200px) {
    .article-item.article-sidebar .article-info {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .article-item.article-sidebar .article-info {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .article-item.article-sidebar .article-info {
      width: calc(100% - 360px); } }
  @media (min-width: 543px) and (max-width: 767px) {
    .article-item.article-sidebar .article-info {
      width: calc(100% - 180px); } }
  @media (min-width: 320px) and (max-width: 542px) {
    .article-item.article-sidebar .article-info {
      width: 100%; } }
  .article-item.article-sidebar .article-summary {
    margin: 0; }

.article-sidebar-items {
  width: 100%;
  float: left;
  overflow: hidden; }

.related_articles {
  width: 100%;
  float: left;
  margin: 30px 0 0; }
  .related_articles .item {
    list-style: disc; }
    .related_articles .item:not(:last-child) {
      margin: 0 0 5px; }
  .related_articles .article-title {
    font-size: 0.92857em;
    margin: 0; }

/*============================================================================
9. Article
==============================================================================*/
.blog-articles.article .title-head.article-title {
  font-size: 1.78571em;
  color: #243ba5; }

.blog-articles.article .article-main-content {
  width: 100%;
  float: left; }
  .blog-articles.article .article-main-content .article-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative; }
    .blog-articles.article .article-main-content .article-info:before {
      content: "_____*****_____";
      position: absolute;
      left: 50%;
      bottom: 0;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .blog-articles.article .article-main-content .article-image {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    text-align: center; }
    .blog-articles.article .article-main-content .article-image img {
      margin: 0 auto; }

.article-detail {
  color: #243ba5; }
  .article-detail span {
    position: relative;
    font-size: 1em;
    float: left; }

.article-summary {
  width: 100%;
  float: left;
  color: #717171;
  line-height: 1.5; }

.article-content {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }
  .article-content:before {
    position: absolute;
    content: "_____*****_____";
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }

.tags_and_social {
  width: 100%;
  float: left; }

.comments {
  width: 100%;
  float: left;
  margin: 30px 0 0; }

#article-comments {
  width: 100%;
  float: left;
  margin: 15px 0 0; }
  #article-comments .article-comment {
    width: 100%;
    float: left; }
    #article-comments .article-comment:not(:last-child) {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: #dedede 1px dashed; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    margin-right: 10px; }
  #article-comments .article-comment-user-comment {
    width: calc(100% - 110px);
    font-size: 1em;
    float: left; }
  #article-comments .user-name-comment {
    margin: 0 0 5px;
    font-size: 1.07143em;
    line-height: normal;
    width: 100%;
    float: left;
    line-height: normal; }
  #article-comments .article-comment-date-bull {
    margin: 0 0 5px;
    width: 100%;
    float: left;
    font-size: 1em;
    color: #4b4b4b;
    line-height: normal; }
  #article-comments .article-comment-content {
    width: 100%;
    float: left;
    font-size: 0.92857em;
    color: #656565;
    line-height: normal; }

.title-form-coment {
  width: 100%;
  float: left;
  font-size: 1.28571em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #243ba5; }

.notification {
  width: 100%;
  float: left; }

.layout-comment {
  width: 100%;
  float: left;
  margin: 15px 0 0; }

fieldset.form-comment {
  width: 100%;
  float: left;
  margin: 30px 0 0;
  border: #dedede 1px dashed; }
  fieldset.form-comment legend {
    width: auto;
    font-size: 1.28571em;
    color: #4b4b4b;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px;
    margin: 0; }
  fieldset.form-comment label {
    margin: 0 0 10px; }
  fieldset.form-comment .form-group {
    padding: 0; }

/*============================================================================
10. CART 
==============================================================================*/
.pd-right {
  padding-left: 0px; }

.main-cart-page {
  background: #fff; }

.main-container {
  width: 100%;
  float: left;
  min-height: 300px; }
  .main-container .col-main {
    float: none;
    width: auto; }
    .main-container .col-main .cart .bg-scroll {
      border-top: none;
      margin-top: 20px;
      overflow: hidden;
      border: solid 1px #dedede;
      border-top: none;
      border-bottom: none;
      border-right: none; }
    .main-container .col-main .cart .cart-thead {
      background: #fbfbfb;
      font-weight: bold;
      font-size: 0.92857em;
      clear: both;
      width: 100%;
      border: 1px solid #dedede;
      border-right: none;
      border-left: none;
      float: left;
      min-width: 600px; }
      .main-container .col-main .cart .cart-thead div {
        float: left;
        padding: 10px 0;
        color: #333;
        text-align: center;
        border-right: #dedede 1px solid;
        font-size: 0.92857em;
        text-transform: uppercase; }
    .main-container .col-main .cart .nobr {
      white-space: nowrap; }
    .main-container .col-main .cart .cart div.a-right {
      text-align: right; }
    .main-container .col-main .cart .cart div.a-center {
      text-align: center; }
    .main-container .col-main .cart .cart-tbody {
      width: 100%;
      float: left; }
    .main-container .col-main .cart .cart-tbody .item-cart {
      border-bottom: 1px solid #dedede;
      width: 100%;
      float: left; }
    .main-container .col-main .cart .item-cart .image .product-image img {
      max-width: 100%;
      height: auto;
      width: auto;
      display: inherit;
      margin: 0 auto; }
    .main-container .col-main .cart .cart-tbody .item-cart > div {
      float: left;
      padding: 10px 5px;
      line-height: 20px;
      vertical-align: top;
      border-right: solid 1px #dedede;
      height: 170px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden; }
    .main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
      position: relative; }
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
      background-color: #fff;
      background-image: url("binf15d.png?v=47");
      width: 22px;
      height: 26px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
      min-height: 75px;
      display: block;
      height: auto;
      width: 100%;
      padding: 0 20px; }
    @media (max-width: 991px) {
      .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0; } }
    .main-container .col-main .cart .cart-tbody .item-cart div .product-name {
      margin: 0;
      padding-bottom: 0px;
      font-weight: normal;
      font-size: 1em;
      font-weight: 400;
      width: 100%;
      float: left; }
      .main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
        color: #4b4b4b; }
        .main-container .col-main .cart .cart-tbody .item-cart div .product-name a:hover {
          color: #ff0000; }
    .main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
      height: auto;
      border-right: none; }
    .main-container .col-main .cart .cart .product-name a {
      font-size: 14px; }
    .main-container .col-main .cart .item-cart .input_qty_pr .items-count {
      border: 1px solid #ddd;
      outline: none;
      background: #fff;
      height: 24px;
      width: 24px;
      vertical-align: baseline;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .variant-title {
      color: #4b4b4b;
      font-size: 0.92857em;
      font-weight: 400;
      font-style: italic;
      width: 100%;
      float: left; }
    .main-container .col-main .cart .cart-tbody .item-cart div .price {
      font-size: 16px;
      font-weight: bold;
      line-height: 6;
      color: #243ba5; }
    .main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
      border: 1px solid #dedede;
      outline: none;
      background: #fff;
      height: 24px;
      width: 24px;
      vertical-align: baseline;
      text-align: center;
      padding: 0;
      display: inline-block;
      margin: 0;
      float: left; }
    .main-container .col-main .cart .item-cart .number-sidebar {
      height: 24px;
      margin-left: -1px;
      text-align: center;
      width: 30px;
      margin-right: -1px;
      padding: 0;
      line-height: 15px;
      font-size: 0.85714em; }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
      background-color: #fff;
      background-image: none;
      color: #333;
      cursor: pointer;
      padding: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;
      text-decoration: none;
      float: left;
      transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      border: none; }
    .main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
      display: none; }
    .main-container .col-main .cart .btn-proceed-checkout {
      line-height: 35px;
      color: #fff;
      height: 40px;
      font-size: 1.07143em;
      border: none; }
      .main-container .col-main .cart .btn-proceed-checkout:hover {
        background: #243ba5; }
    .main-container .col-main .cart .btn.btn-white {
      margin-right: 5px;
      border: 2px solid #dedede; }
      .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #243ba5; }
    .main-container .col-main .cart .totals .inner {
      padding: 0px 0 15px;
      margin-top: 0;
      margin-right: 1px; }
    .main-container .col-main .cart #shopping-cart-totals-table tr td {
      border: none;
      padding: 20px; }
      .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        min-width: 300px; }
    .main-container .col-main .cart #shopping-cart-totals-table {
      width: 100%;
      padding-bottom: 8px;
      background: #fff; }
    .main-container .col-main .cart ul.checkout {
      clear: left;
      margin-bottom: 30px; }
    .main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
      padding: 10px;
      background: none !important;
      box-shadow: none !important;
      color: #333 !important;
      height: 50px;
      vertical-align: middle; }
    .main-container .col-main .cart .totals_price.price {
      color: #243ba5;
      font-size: 16px; }
    .main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
      min-height: 0;
      position: static;
      display: inline-block;
      float: left;
      margin-bottom: 0; }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 252px; }
  .main-container .col-main .cart .totals .inner {
    margin-right: 0; } }

@media (max-width: 767px) {
  /*Gio hang*/
  .cart-mobile {
    width: 100%;
    float: left; }
    .cart-mobile .btn-continue {
      background: #dedede;
      color: #4b4b4b;
      font-size: 1em;
      border: #dedede 1px solid; }
  .sign_main {
    background: #f7f8f9;
    margin-top: 40px; }
  .main {
    border-bottom: solid 1px #dedede;
    background: #fff;
    margin-top: 40px; }
  .header-cart {
    width: 100%;
    float: left; }
    .header-cart .title-cart {
      width: 100%;
      float: left; }
  .header-cart-content {
    width: 100%;
    float: left; }
  .header-cart-price {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px; }
    .header-cart-price .title-cart {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      float: left;
      padding: 15px; }
      .header-cart-price .title-cart h3 {
        margin: 0;
        width: 100%;
        float: left;
        display: flex;
        justify-content: flex-start; }
      .header-cart-price .title-cart a {
        float: left;
        margin: 0;
        line-height: 1;
        font-weight: 600;
        width: 100%;
        display: flex;
        justify-content: flex-end; }
    .header-cart-price .checkout-mobile {
      width: 100%;
      float: left; }
      .header-cart-price .checkout-mobile a {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center; }
  .title-cart h3 {
    font-size: 1em;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase; }
  .title-cart p {
    font-size: 1em;
    color: #4b4b4b; }
  .title-cart a.totals_price_mobile {
    float: right;
    color: #243ba5;
    font-size: 1.14286em; }
  .btn-proceed-checkout-mobile {
    width: 100%;
    line-height: 27px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #243ba5; }
  .content-product-list .item-product {
    padding: 15px 15px;
    min-height: 100px;
    border-bottom: solid 1px #dedede;
    overflow: hidden; }
  .item-product-cart-mobile {
    float: left;
    margin-right: 5px;
    width: 80px;
    max-height: 80px; }
    .item-product-cart-mobile img {
      max-height: 80px !important;
      max-width: 80px; }
    .item-product-cart-mobile a {
      display: block; }
  .select-item-qty-mobile {
    width: 70px;
    float: left;
    text-align: center; }
    .select-item-qty-mobile > div {
      position: relative;
      width: 70px;
      height: 25px; }
    .select-item-qty-mobile a {
      line-height: 3;
      color: #4b4b4b; }
    .select-item-qty-mobile .qty {
      background: none repeat scroll 0 0 #fff;
      border: 1px solid #dedede;
      font-size: 15px;
      font-weight: 400;
      margin: 0 !important;
      outline: medium none;
      padding: 5px 5px 5px 12px;
      width: 41px; }
    .select-item-qty-mobile input {
      position: absolute;
      left: 21px;
      height: 25px;
      width: 25px;
      text-align: center;
      margin: 0px;
      padding: 0;
      float: left;
      display: inline-block;
      line-height: 1;
      min-height: auto; }
    .select-item-qty-mobile .reduced.items-count.btn-minus {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100;
      margin: 0;
      line-height: 1;
      height: 25px;
      width: 22px;
      min-height: 0;
      border-style: hidden;
      background: none !important;
      color: #000;
      border: solid thin #dedede;
      padding: 0 !important; }
    .select-item-qty-mobile .increase.items-count.btn-plus {
      position: absolute;
      left: 45px;
      top: 0;
      margin: 0;
      height: 25px;
      width: 22px;
      min-height: 0;
      display: inline-block;
      line-height: 1;
      border-style: hidden;
      color: #fff;
      background: none !important;
      color: #000;
      border: solid thin #dedede;
      padding: 0 !important; }
  .title-product-cart-mobile {
    width: calc(100% - 160px);
    margin-right: 5px;
    float: left; }
    .title-product-cart-mobile h3 {
      width: 100%;
      float: left;
      margin: 0 0 10px;
      font-size: 0.92857em;
      font-weight: 400; }
    .title-product-cart-mobile p {
      width: 100%;
      float: left;
      margin: 0;
      font-size: 0.92857em; }
    .title-product-cart-mobile a {
      width: 100%;
      float: left;
      word-break: break-word;
      color: #4b4b4b; }
    .title-product-cart-mobile .product-price {
      width: 100%;
      float: left;
      line-height: 1;
      font-size: 1em;
      color: #4b4b4b;
      margin: 0 0 5px; }
    .title-product-cart-mobile .variant-title {
      width: 100%;
      float: left;
      line-height: 1; }
    .title-product-cart-mobile span {
      color: #243ba5; }
  .main-cart-page {
    min-height: auto !important; } }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
.account-template {
  width: 100%;
  float: left;
  padding: 30px 0; }
  .account-template thead {
    background: #243ba5; }
    .account-template thead th {
      color: #fff; }
  .account-template .page-login {
    width: 100%;
    float: left; }
  .account-template .btn-register {
    margin-left: 20px;
    text-decoration: underline;
    color: #4b4b4b; }
    .account-template .btn-register:hover {
      color: #243ba5; }
  .account-template form {
    margin: 0; }
  .account-template .form-signup {
    width: 100%;
    float: left; }
  .account-template td p:last-child {
    margin: 0; }

.account-title {
  font-size: 1.78571em;
  font-weight: 700;
  text-transform: uppercase; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #243ba5;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.my-account .table-cart tr:hover td {
  background: #ebebeb; }

.my-account #my-orders-table td {
  padding: 5px; }
  .my-account #my-orders-table td p {
    margin: 0; }

.backtoaccount {
  display: block; }
  @media (min-width: 992px) {
    .backtoaccount {
      text-align: right; } }
  @media (max-width: 991px) {
    .backtoaccount {
      margin-top: 15px; } }

/*11.2 Account*/
.block-account {
  width: 100%;
  float: left; }
  .block-account .block-title {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    border-bottom: #dedede 1px solid;
    background: #243ba5;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .block-account h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1em; }

.customer-name {
  color: #243ba5;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff;
  width: 100%;
  float: left; }
  .block-content.form-signup p {
    width: 100%;
    float: left;
    padding: 0 5px;
    line-height: normal; }
    .block-content.form-signup p:last-child {
      margin: 0; }
    .block-content.form-signup p i {
      color: #243ba5;
      margin-right: 5px; }

.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  .address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
    .address-title button.btn-edit {
      background-image: url(btn-editf15d.png?v=47);
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url(btn-deletef15d.png?v=47);
      background-repeat: no-repeat;
      background-position: center; }

.address-subtitle {
  margin-top: 0;
  text-transform: uppercase; }

.address-item-action {
  right: 0;
  top: -7px; }
  .address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .address-group p {
    color: #595959; }
    .address-group p label {
      float: left;
      font-weight: 300; }

.c-checkbox input {
  top: 5px; }

/*11.2 Order*/
#order_payment,
#order_shipping {
  border: #dedede 1px solid;
  background: #fff;
  padding: 10px 20px; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #243ba5;
    margin-right: 5px; }
  #order_payment h4,
  #order_shipping h4 {
    font-size: 1.28571em;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase; }
  #order_payment p,
  #order_shipping p {
    margin: 0 0 5px; }

.totalorders {
  background: #fff;
  border-color: #dedede; }

.order-heading {
  margin: 0;
  font-size: 1.78571em; }

.info-contact .widget-menu p {
  display: inline; }

.info-contact .logo {
  font-size: 20px; }

/*============================================================================
12. SIDEBAR
==============================================================================*/
.aside-item.collection-category .nav-item {
  position: relative;
  clear: left;
  font-size: 1.07143em; }
  .aside-item.collection-category .nav-item a {
    font-size: 1.07143em; }
  .aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 12px; }
  .aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none; }
  .aside-item.collection-category .nav-item.active > a {
    color: #243ba5; }
  .aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block; }

.aside-item.collection-category .nav > li > a {
  padding: 5px 15px; }

.aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
  background: none; }

.ui-widget.ui-widget-content {
  height: 2px;
  background: #dedede; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #243ba5 !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  top: -6px !important;
  border: none !important;
  background: #243ba5 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 20px;
  width: calc(100% - 14px);
  margin-left: 8px; }

#start, #stop {
  float: left; }
  @media (min-width: 1200px) {
    #start, #stop {
      width: calc(50% - 5px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #start, #stop {
      width: 100%; } }
  @media (min-width: 375px) and (max-width: 991px) {
    #start, #stop {
      width: calc(50% - 5px); } }
  @media (max-width: 374px) {
    #start, #stop {
      width: 100%; } }
  #start input, #stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #dedede;
    box-shadow: none;
    width: 100%; }

#start {
  text-align: center; }
  @media (min-width: 1200px) {
    #start {
      margin-right: 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #start {
      margin: 0 0 5px; } }
  @media (min-width: 375px) and (max-width: 991px) {
    #start {
      margin-right: 10px; } }
  @media (max-width: 374px) {
    #start {
      margin: 0 0 5px; } }

#stop {
  position: relative; }
  @media (min-width: 1200px), (min-width: 375px) and (max-width: 991px) {
    #stop:before {
      left: -10px;
      width: 10px;
      content: "-";
      position: absolute;
      font-size: 1.14286em;
      text-align: center; } }

a#filter-value {
  width: 100%;
  float: left;
  margin: 15px 0 0;
  color: #fff; }

.field-search {
  width: 100%;
  float: left; }
  .field-search input {
    height: 30px;
    min-height: 30px !important; }

/*============================================================================
#13. FIXED APPS
==============================================================================*/
div#isp_search_result_page_container .btn-search {
  display: none; }

button.btn.btn-default.btn-search {
  display: none; }

div#isp_search_result_page_container form {
  margin-bottom: 0; }

/*=======================================================================
14. PAGES
=======================================================================*/
.page-template {
  width: 100%;
  float: left;
  padding-top: 30px; }
  .page-template .page_title {
    font-size: 1.78571em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .page-template h2 {
    text-transform: uppercase; }
  .page-template form {
    margin: 0;
    width: 100%;
    float: left; }
  .page-template .form-group {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0; }
    .page-template .form-group label {
      margin: 0 0 5px; }
  .page-template .content-page {
    float: left;
    margin-bottom: 30px; }
  .page-template .google-map img {
    max-height: unset !important; }

.contact-page-info {
  width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .contact-page-info .item:not(:last-child) {
      margin-bottom: 20px; }
    .contact-page-info .item:last-child {
      margin-bottom: 10px; } }
  .contact-page-info .fw:not(:last-child) {
    margin: 0 0 10px; }
  .contact-page-info .contact-info-title {
    margin: 0 5px 0 0; }
  .contact-page-info .contact-info {
    float: unset; }

.mapiframe iframe {
  width: 100% !important;
  float: left; }

.contact-info {
  font-size: 1em;
  float: left; }

.contact-info-title {
  float: left;
  font-weight: 700;
  font-size: 1em; }

.search-main {
  width: 100%;
  float: left;
  padding: 30px 0; }
  .search-main .search-item .item {
    width: 100%;
    float: left; }
  @media (min-width: 1200px) {
    .search-main .search-item.search-grid-product:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-item.search-grid-product:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-item.search-grid-product:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .search-main .search-item.search-grid-product:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 1200px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 262.5px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 212.5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 220px; } }
  @media (min-width: 543px) and (max-width: 767px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 241.5px; } }
  @media (min-width: 376px) and (max-width: 542px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 182.5px; } }
  @media (min-width: 320px) and (max-width: 375px) {
    .search-main .search-item.search-grid-product .product-thumbnail > a {
      height: 157.5px; } }
  @media (min-width: 768px) {
    .search-main .search-item.search-grid-article {
      margin: 0 0 30px; }
      .search-main .search-item.search-grid-article:nth-child(2n+1) {
        clear: left; } }
  @media (max-width: 767px) {
    .search-main .search-item.search-grid-article:not(:last-child) {
      margin: 0 0 30px; } }
  @media (min-width: 1200px) {
    .search-main .search-item.search-grid-article .article-item .article-thumbnail {
      width: 240px;
      margin: 0 20px 0 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-item.search-grid-article .article-item .article-thumbnail {
      width: 200px;
      margin: 0 20px 0 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-item.search-grid-article .article-item .article-thumbnail {
      width: 100%;
      margin: 0 0 10px; } }
  @media (min-width: 511px) and (max-width: 767px) {
    .search-main .search-item.search-grid-article .article-item .article-thumbnail {
      width: 240px;
      margin: 0 20px 0 0; } }
  @media (min-width: 320px) and (max-width: 510px) {
    .search-main .search-item.search-grid-article .article-item .article-thumbnail {
      width: 100%;
      margin: 0 0 10px; } }
  @media (min-width: 1200px) {
    .search-main .search-item.search-grid-article .article-item .article-info {
      width: calc(100% - 260px); } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-main .search-item.search-grid-article .article-item .article-info {
      width: calc(100% - 220px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .search-main .search-item.search-grid-article .article-item .article-info {
      width: 100%; } }
  @media (min-width: 511px) and (max-width: 767px) {
    .search-main .search-item.search-grid-article .article-item .article-info {
      width: calc(100% - 260px); } }
  @media (min-width: 320px) and (max-width: 510px) {
    .search-main .search-item.search-grid-article .article-item .article-info {
      width: 100%; } }

.page-404 {
  width: 100%;
  float: left;
  margin: 0 0 30px; }

/*=======================================================================
15. ADDITIONs
=======================================================================*/
.color_main {
  color: #243ba5; }

.color_white {
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms; }
  .color_white:hover {
    color: #243ba5; }

.fw {
  width: 100%;
  float: left; }

.sidebar-item {
  width: 100%;
  float: left;
  margin: 0 0 30px; }
  .sidebar-item ul {
    padding: 0;
    width: 100%;
    float: left; }
  .sidebar-item .module-content {
    width: 100%;
    float: left; }
    .sidebar-item .module-content a {
      font-size: 1em;
      color: #222222;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .sidebar-item .module-content a:before {
        color: #243ba5; }
      .sidebar-item .module-content a:hover {
        color: #ff0000; }
  .sidebar-item .sidebar_banner {
    width: 100%;
    float: left;
    border: #243ba5 3px outset;
    cursor: pointer; }

.module-title {
  margin: 0;
  font-size: 1em;
  width: 100%;
  float: left;
  position: relative; }
  .module-title > a, .module-title > span {
    float: left;
    font-size: 1em;
    position: relative;
    color: #4b4b4b; }
  .module-title span {
    float: left;
    padding: 0;
    position: relative; }
  .module-title.sidebar-title {
    margin: 0; }
  .module-title.module-index-title {
    margin: 0; }

.module-faq {
  width: 100%;
  float: left;
  margin: 0; }
  .module-faq .panel-title {
    font-size: 1em; }
    .module-faq .panel-title a {
      display: block; }
      .module-faq .panel-title a > .fa {
        width: 20px;
        float: left;
        line-height: 18px; }
      .module-faq .panel-title a > span {
        width: calc(100% - 20px);
        float: left; }
  .module-faq .panel-body {
    font-size: 0.92857em;
    font-style: italic; }
  .module-faq .libra-health___viewmore {
    margin-bottom: 10px; }
    .module-faq .libra-health___viewmore a {
      color: #fff !important; }

.module-feedback {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0;
  padding-bottom: 30px; }
  .module-feedback .item {
    width: 100%;
    float: left;
    padding: 1px; }
  .module-feedback .feedback_image {
    float: left;
    overflow: hidden;
    border: #243ba5 3px double;
    -webkit-border-radius: 20px 20px 20px 0;
    border-radius: 20px 20px 20px 0;
    width: 100%;
    margin: 0 0 5px; }
  .module-feedback .feedback_info {
    float: left;
    width: 100%; }
  .module-feedback .feedback_title {
    width: 100%;
    float: left;
    font-size: 1.07143em;
    color: #243ba5; }
  .module-feedback .feedback_desc {
    width: 100%;
    float: left;
    font-size: 0.92857em;
    font-style: italic; }

.libra-health___title > a, .libra-health___title > span {
  line-height: 1.3;
  background: #243ba5;
  font-weight: 700;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: #dedede 0 5px 10px;
  box-shadow: #dedede 0 5px 10px; }
  @media (min-width: 1200px) {
    .libra-health___title > a, .libra-health___title > span {
      font-size: 1.14286em; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .libra-health___title > a, .libra-health___title > span {
      font-size: 1.07143em; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .libra-health___title > a, .libra-health___title > span {
      font-size: 1em; } }

.libra-health___title:before {
  position: absolute;
  content: "";
  border-bottom: #243ba5 1px dashed;
  left: 5px;
  right: 0;
  bottom: 40%; }

.libra-health___title:after {
  position: absolute;
  content: "";
  background-image: url(libra-health___bg-titlef15d.png?v=47);
  background-size: 40px 40px;
  background-position: right center;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #fff; }

.libra-health___title a:hover {
  color: #ffff00; }

.libra-health___viewmore {
  width: 100%;
  float: left;
  padding-right: 10px;
  text-align: right; }
  .libra-health___viewmore a {
    color: #fff;
    background: #243ba5;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 1em;
    padding: 5px 20px;
    display: inline-block;
    -moz-transform: skew(-22.5deg);
    -o-transform: skew(-22.5deg);
    -ms-transform: skew(-22.5deg);
    -webkit-transform: skew(-22.5deg);
    transform: skew(-22.5deg); }
    .libra-health___viewmore a:visited {
      color: #fff; }
    .libra-health___viewmore a:hover {
      background: #f79124; }
    .libra-health___viewmore a > span {
      display: inline-block;
      -moz-transform: skew(22.5deg);
      -o-transform: skew(22.5deg);
      -ms-transform: skew(22.5deg);
      -webkit-transform: skew(22.5deg);
      transform: skew(22.5deg); }

.panel-group, .panel-default, .panel-heading, .panel-collapse, .panel-body {
  width: 100%;
  float: left; }

.module-header {
  width: 100%;
  float: left;
  margin: 0 0 10px; }

.module-content {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0; }

.collection-sidebar-items {
  width: 100%;
  float: left; }
  .collection-sidebar-items .product-sidebar {
    width: 100%;
    float: left; }
    .collection-sidebar-items .product-sidebar:not(:last-child) {
      margin: 0 0 20px; }
    .collection-sidebar-items .product-sidebar .product-image {
      float: left; }
      @media (min-width: 1200px) {
        .collection-sidebar-items .product-sidebar .product-image {
          width: 100px;
          margin: 0 20px 0 0; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .collection-sidebar-items .product-sidebar .product-image {
          width: 60px;
          margin: 0 15px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .collection-sidebar-items .product-sidebar .product-image {
          width: 80px;
          margin: 0 10px 0 0; } }
      @media (min-width: 543px) and (max-width: 767px) {
        .collection-sidebar-items .product-sidebar .product-image {
          width: 80px;
          margin: 0 10px 0 0; } }
      @media (min-width: 320px) and (max-width: 542px) {
        .collection-sidebar-items .product-sidebar .product-image {
          width: 80px;
          margin: 0 10px 0 0; } }
      .collection-sidebar-items .product-sidebar .product-image a {
        display: block; }
    .collection-sidebar-items .product-sidebar .product-info {
      float: left; }
      @media (min-width: 1200px) {
        .collection-sidebar-items .product-sidebar .product-info {
          width: calc(100% - 120px); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .collection-sidebar-items .product-sidebar .product-info {
          width: calc(100% - 75px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .collection-sidebar-items .product-sidebar .product-info {
          width: calc(100% - 90px); } }
      @media (min-width: 543px) and (max-width: 767px) {
        .collection-sidebar-items .product-sidebar .product-info {
          width: calc(100% - 90px); } }
      @media (min-width: 320px) and (max-width: 542px) {
        .collection-sidebar-items .product-sidebar .product-info {
          width: calc(100% - 90px); } }
    .collection-sidebar-items .product-sidebar .product-name {
      margin: 0 0 5px;
      font-size: 1em;
      line-height: normal; }
    .collection-sidebar-items .product-sidebar .price-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      line-height: normal; }
    .collection-sidebar-items .product-sidebar .special-price {
      font-size: 1em;
      margin: 0 0 5px; }
    .collection-sidebar-items .product-sidebar .old-price {
      margin: 0 !important;
      font-size: 0.85714em; }

.nav-enable.nav-top-right .owl-nav [class*='owl-'] {
  top: -40px; }
  .nav-enable.nav-top-right .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 35px; }
  .nav-enable.nav-top-right .owl-nav [class*='owl-'].owl-next {
    right: 5px; }

.nav-enable.nav-left-right .owl-nav > div {
  top: 40%;
  width: 30px;
  height: 30px; }
  .nav-enable.nav-left-right .owl-nav > div:before {
    width: 30px;
    line-height: 30px; }

.nav-enable.nav-bottom-right .owl-nav [class*='owl-'] {
  top: auto;
  bottom: 0; }
  .nav-enable.nav-bottom-right .owl-nav [class*='owl-'].owl-prev {
    left: auto;
    right: 30px; }
  .nav-enable.nav-bottom-right .owl-nav [class*='owl-'].owl-next {
    right: 0; }

.dots-enable.dots-top-right .owl-dots {
  width: auto;
  bottom: auto;
  top: -25px;
  right: 0;
  margin-top: 0 !important; }
  .dots-enable.dots-top-right .owl-dots .owl-dot {
    width: 10px !important;
    height: 10px !important;
    margin: 0 3px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
    .dots-enable.dots-top-right .owl-dots .owl-dot span {
      background: #243ba5 !important;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      width: 4px !important;
      height: 4px !important;
      margin: 2px !important; }

.dots-enable.dots-left-bottom .owl-dots {
  width: auto;
  bottom: 20px;
  left: 20px; }

.dots-enable.dots-left-bottom .owl-dot {
  float: left;
  width: 15px !important;
  height: 15px !important;
  margin: 0 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .dots-enable.dots-left-bottom .owl-dot.active {
    background: #ff0000 !important;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .dots-enable.dots-left-bottom .owl-dot span {
    margin: 0 !important;
    width: 15px !important;
    height: 15px !important;
    background: #ffff00;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

.pointer {
  cursor: pointer; }

.txt-white {
  color: #fff; }

.txt-black {
  color: #000; }

.viewmore {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .viewmore a {
    display: block;
    float: left; }

.item .product-box:not(:last-child) {
  margin-bottom: 30px; }

.f-normal {
  font-weight: 400; }

.f-bold {
  font-weight: 700; }
