@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


################################################################# */
/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
2. Variable
==============================================================================*/
/*Font*/
/*
font-family: 'Lobster', cursive;
*/
/*============================================================================
#Function
==============================================================================*/
img {
  max-width: 100%; }

ul.addThis_listing {
  list-style: none; }

/*============================================================================
3. Element
==============================================================================*/
body {
  overflow-x: hidden; }

/*3.1 Title*/
.title-head {
  font-size: 1.42857em;
  font-weight: 400;
  color: #555555;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  margin: 0px; }
  .title-head a {
    color: #555555; }
    .title-head a:hover {
      color: #ffffff; }

.subtitle-head {
  font-size: 1.28571em;
  color: #555555;
  margin: 20px 0; }

/*3.2 Product item*/
.product-box .product-thumbnail.display_flex {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -ms-flexbox;
  max-height: 240px;
  height: 180px; }

.product-box .product-thumbnail a img {
  max-width: 100%;
  margin: 0 auto; }

.product-box .product-name {
  margin-top: 10px; }

@media (min-width: 1200px) {
  .product-col {
    border: solid 1px transparent; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .product-col:hover .product-info.effect {
      margin-top: -60px;
      position: absolute;
      z-index: 11;
      background: #fff; }
      .product-col:hover .product-info.effect .action_image {
        display: block;
        visibility: visible; } }

@media (max-width: 1199px) {
  .product-box {
    margin: 0px 0px 15px; } }

.icon-magnifier-add:before {
  font-family: 'simple-line-icons';
  content: "\e091"; }

.icon-heart:before {
  font-family: 'simple-line-icons';
  content: "\e08a"; }

.icon-heart-o:before {
  font-family: 'simple-line-icons';
  content: "\e08a";
  color: #0089ff; }

.icon-basket:before {
  font-family: 'simple-line-icons';
  content: "\e04e"; }

.icon-settings:before {
  font-family: 'simple-line-icons';
  content: "\e09a"; }

.product-col {
  margin-bottom: 30px; }
  .product-col .product-box {
    margin-bottom: 30px; }
    .product-col .product-box .product-thumbnail .image_link.display_flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 270px;
      padding: 10px; }
      @media (max-width: 767px) {
        .product-col .product-box .product-thumbnail .image_link.display_flex {
          padding: 0px; } }
      @media (max-width: 480px) {
        .product-col .product-box .product-thumbnail .image_link.display_flex {
          height: 160px; } }
      .product-col .product-box .product-thumbnail .image_link.display_flex img {
        max-height: 100%;
        width: auto !important;
        max-width: 100%;
        display: block; }

.product-box {
  text-align: left;
  background: transparent;
  position: relative; }
  .product-box .product-thumbnail {
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 5px; }
    .product-box .product-thumbnail > a {
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      position: relative; }
      .product-box .product-thumbnail > a.image_link:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        transition: 0.2s;
        left: 0;
        z-index: 9;
        background: #fff; }
    .product-box .product-thumbnail a img {
      width: auto;
      max-height: 100%;
      max-width: 100%; }
    .product-box .product-thumbnail:hover .image_link:before {
      opacity: .6; }
    .product-box .product-thumbnail:hover .product-action-grid {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .product-box .product-info {
    overflow: hidden;
    z-index: 0;
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    float: left; }
  .product-box .product-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 0px; }
    .product-box .product-name a {
      color: #555555;
      text-decoration: none; }
      .product-box .product-name a:hover {
        color: #ffffff; }
  .product-box .product-price {
    font-family: 'Open Sans', sans-serif;
    color: #ff0000;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 400; }
  .product-box .product-price-old {
    font-family: 'Open Sans', sans-serif;
    text-decoration: line-through;
    font-size: 14px;
    color: #acacac;
    line-height: 18px;
    font-weight: 400;
    margin-right: 10px; }
  .product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px; }
    .product-box .product-summary img {
      display: none; }
  .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.action_image {
  visibility: hidden;
  display: none;
  z-index: 999;
  width: 100%;
  float: left; }
  .action_image .owl_image_thumb_item {
    margin-top: 10px; }
    .action_image .owl_image_thumb_item .product_image_list {
      overflow: hidden; }
      .action_image .owl_image_thumb_item .product_image_list .item_image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 55px;
        border: solid 1px #ebebeb;
        cursor: pointer;
        overflow: hidden;
        padding: 5px; }
        @media (max-width: 1440px) {
          .action_image .owl_image_thumb_item .product_image_list .item_image {
            height: 45px; } }
        .action_image .owl_image_thumb_item .product_image_list .item_image img {
          max-height: 100%;
          width: auto !important;
          max-width: 100%;
          display: block; }
        .action_image .owl_image_thumb_item .product_image_list .item_image:hover {
          border-color: #0089ff; }
      .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev, .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next {
        width: 20px !important;
        height: 20px !important;
        background: #0089ff !important;
        line-height: 20px !important;
        text-align: center;
        top: 60% !important; }
        .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev:before, .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next:before {
          height: 20px !important;
          width: 20px !important;
          line-height: 20px !important;
          color: #fff;
          border: none;
          background: #0089ff !important; }
      .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-prev:before {
        content: "" !important;
        font-family: 'FontAwesome';
        font-size: 12px; }
      .action_image .owl_image_thumb_item .product_image_list .owl-nav .owl-next:before {
        content: "" !important;
        font-family: 'FontAwesome';
        font-size: 12px; }
      .action_image .owl_image_thumb_item .product_image_list .owl-dots {
        display: none; }

.product-price {
  color: #ff0000;
  font-size: 1.42857em;
  line-height: 24px;
  display: inline-block;
  font-weight: 400; }

.products-view-list .itemlist:last-child .item_product_list {
  border-bottom: 0px;
  margin-bottom: 30px; }

.item_product_list {
  padding: 30px 0px;
  border-bottom: solid 1px #ebebeb; }
  .item_product_list:hover .product-box .product-thumbnail.image_link:before {
    opacity: 0.7; }
  .item_product_list:hover .product-box .product-thumbnail .product-list-actions {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .item_product_list .product-box.product-box-list {
    padding: 0px;
    margin: 0px; }
    .item_product_list .product-box.product-box-list .product-thumbnail {
      position: relative; }
    .item_product_list .product-box.product-box-list .product-info {
      overflow: unset; }
      .item_product_list .product-box.product-box-list .product-info .product-name {
        font-family: "Roboto", sans-serif;
        color: #555555;
        font-size: 22px;
        line-height: 24px;
        margin: 0px 0px 10px;
        font-weight: 400; }
      .item_product_list .product-box.product-box-list .product-info .vendor {
        text-transform: uppercase;
        color: #737373; }
      .item_product_list .product-box.product-box-list .product-info .type_product {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #969696;
        font-weight: 400;
        line-height: 24px;
        margin: 0px 15px 5px 0px;
        display: inline-block; }
      .item_product_list .product-box.product-box-list .product-info .price-box {
        margin-bottom: 5px; }
        .item_product_list .product-box.product-box-list .product-info .price-box .old-price {
          display: inline-block;
          font-family: 'Arial', sans-serif; }
          .item_product_list .product-box.product-box-list .product-info .price-box .old-price span {
            font-family: 'Arial', sans-serif;
            font-size: 13px;
            line-height: 24px;
            font-weight: 400;
            color: #acacac;
            margin-right: 5px; }
      .item_product_list .product-box.product-box-list .product-info .product-price {
        font-size: 16px;
        line-height: 24px;
        font-family: 'Arial', sans-serif;
        color: #ff0000;
        font-weight: 700;
        margin-right: 10px; }
      .item_product_list .product-box.product-box-list .product-info .product-summary {
        margin-bottom: 20px; }
        .item_product_list .product-box.product-box-list .product-info .product-summary img {
          display: none; }
        .item_product_list .product-box.product-box-list .product-info .product-summary p {
          margin: 0px;
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          color: #707070;
          font-weight: 400;
          line-height: 21px;
          width: 100%; }
      @media (min-width: 1200px) {
        .item_product_list .product-box.product-box-list .product-info .product-action-list {
          width: 100%;
          float: left;
          height: 40px;
          text-align: center;
          text-decoration: none;
          margin: 5px 0px 0px; }
          .item_product_list .product-box.product-box-list .product-info .product-action-list form {
            display: block;
            text-align: left;
            margin-bottom: 0px; }
            .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 {
              border: solid 2px #e6e6e6;
              border-radius: 15px;
              outline: none;
              font-weight: 600;
              transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              height: 40px;
              display: inline-block;
              float: left;
              margin-right: 5px; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart {
                font-family: "Roboto", sans-serif;
                background: #ffffff;
                border: solid 1px #ffffff;
                border-radius: 5px;
                padding: 0px 20px;
                height: 40px;
                line-height: 40px;
                width: auto;
                text-transform: inherit;
                font-weight: 400; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart span {
                  color: #fff; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart:hover {
                  background: #fff;
                  border-color: #0089ff;
                  color: #0089ff; }
                  .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40.btn-cart:hover span {
                    color: #0089ff; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 i {
                color: #252525;
                font-size: 17px;
                font-style: normal;
                line-height: 40px; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40 i.fa-heart {
                  color: #0089ff; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover {
                background-color: #0089ff; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover i {
                  color: #fff !important; }
                  .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_wh_40:hover i.icon-heart-o:before {
                    color: #fff; }
            .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper {
              margin: 0px !important;
              border-radius: 5px;
              border: none;
              text-decoration: none;
              background-color: #7f7f7f !important;
              color: #fff;
              border: solid 1px #7f7f7f;
              height: 40px;
              width: 40px;
              display: inline-block;
              float: left;
              line-height: 40px;
              text-align: center; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper .fa {
                color: #fff; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper:hover {
                background-color: #0089ff !important;
                border-color: #0089ff; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper:hover .fa {
                  color: #fff !important; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper.iWishAdd {
                color: #fff; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper.iWishAdd .fa {
                  color: #fff; }
              .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper.iWishAdded {
                color: #fff;
                background-color: #0089ff;
                border-color: #0089ff; }
                .item_product_list .product-box.product-box-list .product-info .product-action-list form .button_40.iwishAddWrapper.iWishAdded .fa {
                  color: #fff; } }
      @media (max-width: 1199px) {
        .item_product_list .product-box.product-box-list .product-info .product-action-list {
          display: none; } }

.products-view-list .product-box .product-thumbnail {
  margin-bottom: 0;
  padding-left: 0px;
  position: relative; }
  .products-view-list .product-box .product-thumbnail.image_link:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    left: 0;
    z-index: 9;
    background: #fff; }
  .products-view-list .product-box .product-thumbnail .product-action-grid {
    top: 40%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    opacity: 0; }
    .products-view-list .product-box .product-thumbnail .product-action-grid form {
      text-align: center !important; }

.products-view-list .product-box .product-info {
  padding-top: 0px;
  text-align: left;
  background: transparent;
  border-top: none;
  padding-bottom: 0px; }

/*3.3 Breadcrumb*/
.breadcrumb_background {
  background-image: url("//theme.hstatic.net/200000274675/1001382625/14/banner_page.png?v=1773");
  background-size: cover;
  background-position: center top;
  padding: 25px 0px;
  background-repeat: no-repeat;
  min-height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .breadcrumb_background .title-head-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin: 0px; }

.bread-crumb {
  background: #f7f8f9;
  border-top: none;
  border-bottom: solid 1px #ebebeb; }
  .bread-crumb .title-page {
    padding: 25px 0px 10px; }
    .bread-crumb .title-page .title-head-page {
      font-family: 'Open Sans', sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #555555;
      line-height: 24px; }

.breadcrumb {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  font-size: 14px;
  padding: 5px 0px 5px;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #555555; }
      .breadcrumb li > a > span {
        color: #555555; }
    .breadcrumb li .mr_lr {
      padding: 0px 0px;
      color: #555555; }
    .breadcrumb li span {
      display: inline;
      color: #555555; }
      .breadcrumb li span .fa {
        color: #555555;
        padding: 0px 5px; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #0089ff;
      font-weight: 400;
      text-decoration: none; }
      .breadcrumb li a:hover span, .breadcrumb li.active span, .breadcrumb li strong span {
        color: #0089ff; }
  .breadcrumb > li + li:before {
    display: none; }

/*3.4 Pagination*/
.ful-right {
  float: right; }

.page_article .pagination .page-link {
  margin: 0px 5px; }
  @media (max-width: 991px) {
    .page_article .pagination .page-link {
      margin: 0 2px; } }

.search-main {
  min-height: 400px; }

/*Page position*/
.products-view-list .paginate_position {
  top: 0px !important; }

.paginate_position {
  height: 35px;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 1; }
  .paginate_position .pagination {
    float: right;
    margin: 0px !important; }

/*Endpositon*/
@media (max-width: 991px) {
  .page_position_sm {
    display: inline-block;
    float: right;
    margin-top: -55px; }
    .page_position_sm .paginate_page_position {
      top: auto; } }

.paginate_page_position {
  width: 100%;
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 20px; }

.pagination {
  margin: 0px 0px 0px !important;
  float: right; }
  .pagination .page_button {
    float: left;
    margin: 0px 1px;
    text-align: center;
    padding: 0;
    border: solid 1px #ebebeb;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #555555;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 0px !important; }
    .pagination .page_button .fa {
      padding: 0 5px;
      line-height: 22px; }
    .pagination .page_button:hover {
      color: #0089ff;
      background-color: #fff;
      border-color: #0089ff; }
      .pagination .page_button:hover .fa {
        color: #0089ff !important; }
  .pagination .page-link {
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px 2px;
    border: solid 1px #ebebeb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 0px; }
    @media (max-width: 991px) {
      .pagination .page-link {
        width: 25px;
        height: 25px;
        line-height: 25px; } }
    .pagination .page-link:hover {
      color: #0089ff;
      background-color: #fff;
      border-color: #0089ff; }
  .pagination .page-link-title {
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px 2px;
    border: solid 1px #ebebeb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 0px; }
    .pagination .page-link-title .fa {
      font-size: 15px; }
    .pagination .page-link-title:hover {
      color: #0089ff;
      background-color: #fff;
      border-color: #0089ff; }
  @media (max-width: 991px) {
    .pagination .page-link-title {
      margin: 5px !important;
      padding: 0px !important; } }
  .pagination .page-item {
    text-align: center; }
    .pagination .page-item.disabled .page-link {
      border: 0;
      display: none;
      border-radius: 0; }
    .pagination .page-item.active .page-link {
      color: #0089ff;
      display: block;
      padding: 0px;
      text-align: center;
      background-color: #fff;
      border: solid 1px #0089ff; }

/*============================================================================
4. Header
==============================================================================*/
/*head womart*/
.conatct_top {
  line-height: 42px;
  font-family: "Roboto", sans-serif; }

.topbar {
  height: 30px;
  line-height: 30px;
  width: 100%;
  float: left; }
  .topbar .conatct_top {
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #555555;
    display: inline-block;
    float: left; }
    .topbar .conatct_top a {
      color: #ff0000;
      text-decoration: none;
      font-weight: 700; }
    .topbar .conatct_top i {
      color: #ffffff; }
  .topbar .welcome {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-left: 40px;
    text-transform: uppercase; }
    .topbar .welcome a {
      color: #ffffff;
      text-decoration: none; }
  .topbar .top_link_right {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    display: inline-block;
    text-align: right;
    float: right;
    height: 30px;
    padding: 0 5px;
    /*border-right:solid 1px rgba(235, 235, 235, 0.67);*/ }
    .topbar .top_link_right a {
      color: #555555;
      font-size: 13px;
      text-decoration: none;
      display: inline-block;
      text-align: center; }
      .topbar .top_link_right a:hover {
        color: #0089ff; }
  .topbar ._login {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    .topbar ._login i {
      color: #ffffff;
      font-size: 18px;
      padding-right: 5px; }
    .topbar ._login .use {
      display: none;
      position: absolute;
      top: 40px;
      right: 0px;
      width: 150px;
      background: #fff;
      border: solid 1px #ebebeb;
      border-top: 0px;
      line-height: 24px;
      padding: 0;
      z-index: 999;
      padding: 10px 0px; }
      .topbar ._login .use a {
        display: block;
        line-height: 28px; }
    .topbar ._login:hover {
      cursor: pointer; }
      .topbar ._login:hover > .use {
        display: block; }
    .topbar ._login a {
      color: #555555;
      text-decoration: none;
      font-size: 13px; }
      .topbar ._login a:hover {
        color: #0089ff; }
      .topbar ._login a i {
        color: #ffffff; }
  .topbar .ad {
    display: inline-block;
    float: left;
    line-height: 30px;
    text-align: right;
    padding-left: 10px;
    border-left: solid 1px #ebebeb;
    font-size: 13px; }
    .topbar .ad a {
      color: #555555;
      text-decoration: none;
      font-family: "Roboto", sans-serif; }
      .topbar .ad a i {
        color: #ffffff;
        padding-right: 5px; }

.opacity:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background: #000;
  opacity: .3;
  left: 0;
  top: 0; }

.top_info {
  overflow: hidden;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
  .top_info a {
    color: #fff; }
    .top_info a:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .top_info .xs-no-padding {
      padding: 0px; } }
  .top_info .child_ {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block; }
    .top_info .child_:before {
      content: "";
      width: 1px;
      height: 20px;
      line-height: 40px;
      position: absolute;
      left: 0px;
      top: 10px;
      background: #fdc1b9; }
  @media (max-width: 991px) {
    .top_info .inline_.f-right {
      float: none !important; }
      .top_info .inline_.f-right .child_ {
        float: left;
        width: 50%;
        text-align: left;
        margin-left: 0px; } }
  @media (max-width: 767px) {
    .top_info .inline_.f-right .child_ {
      padding-left: 0px;
      padding-left: 15px;
      font-size: 13px; } }
  .top_info .search_top_ {
    height: 40px;
    position: relative;
    width: 170px;
    float: left; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .top_info .search_top_ {
        width: 120px; } }
    @media (max-width: 991px) {
      .top_info .search_top_ {
        width: 50%; } }
    @media (max-width: 767px) {
      .top_info .search_top_ {
        font-size: 13px; } }
    .top_info .search_top_ .search_for .form_search {
      margin: 0px;
      position: relative; }
      .top_info .search_top_ .search_for .form_search input {
        outline: none;
        border: none;
        border-color: transparent;
        height: 40px;
        line-height: 40px;
        margin: 0px;
        display: inline-block;
        background: transparent;
        color: #fff; }
        .top_info .search_top_ .search_for .form_search input::placeholder {
          font-family: 'Open Sans', sans-serif;
          line-height: 40px;
          color: #fff; }
        .top_info .search_top_ .search_for .form_search input::-webkit-input-placeholder {
          color: #fff; }
        .top_info .search_top_ .search_for .form_search input::-moz-placeholder {
          color: #fff; }
        .top_info .search_top_ .search_for .form_search input:-ms-input-placeholder {
          color: #fff; }
        .top_info .search_top_ .search_for .form_search input:-moz-placeholder {
          color: #fff; }
        @media (max-width: 991px) {
          .top_info .search_top_ .search_for .form_search input {
            text-align: right;
            padding-right: 50px; } }
      .top_info .search_top_ .search_for .form_search .input-group-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        line-height: 40px;
        top: 0;
        right: 0; }
        @media (max-width: 767px) {
          .top_info .search_top_ .search_for .form_search .input-group-btn {
            right: 5px; } }
        .top_info .search_top_ .search_for .form_search .input-group-btn .btn {
          background-color: transparent;
          border: none; }
          .top_info .search_top_ .search_for .form_search .input-group-btn .btn i {
            font-weight: bold;
            color: #fff; }

.header_top {
  margin-bottom: 0px;
  height: 120px; }
  .header_top .topbar_wrap {
    background: #ffffff; }
    .header_top .topbar_wrap .head_content {
      height: 120px;
      position: relative;
      z-index: 8; }
      .header_top .topbar_wrap .head_content .ul_social_top {
        height: 120px;
        line-height: 120px;
        padding: 33px 0px;
        float: left; }
        .header_top .topbar_wrap .head_content .ul_social_top .item_social {
          width: 45px;
          height: 45px;
          border-radius: 50%;
          line-height: 45px;
          float: left;
          display: inline-block;
          margin-right: 10px;
          text-align: center; }
          .header_top .topbar_wrap .head_content .ul_social_top .item_social.fb {
            background: #3b5999; }
            .header_top .topbar_wrap .head_content .ul_social_top .item_social.fb:hover {
              border: solid 1px #3b5999;
              background: #fff; }
              .header_top .topbar_wrap .head_content .ul_social_top .item_social.fb:hover .fa {
                color: #3b5999; }
          .header_top .topbar_wrap .head_content .ul_social_top .item_social.mes {
            background: #4cd6f4; }
            .header_top .topbar_wrap .head_content .ul_social_top .item_social.mes:hover {
              border: solid 1px #4cd6f4;
              background: #fff; }
              .header_top .topbar_wrap .head_content .ul_social_top .item_social.mes:hover .fa {
                color: #4cd6f4; }
          .header_top .topbar_wrap .head_content .ul_social_top .item_social.phone {
            background: #f4574c; }
            .header_top .topbar_wrap .head_content .ul_social_top .item_social.phone:hover {
              border: solid 1px #f4574c;
              background: #fff; }
              .header_top .topbar_wrap .head_content .ul_social_top .item_social.phone:hover .fa {
                color: #f4574c; }
          .header_top .topbar_wrap .head_content .ul_social_top .item_social a {
            display: block; }
          .header_top .topbar_wrap .head_content .ul_social_top .item_social .fa {
            font-size: 14px;
            color: #fff; }
      .header_top .topbar_wrap .head_content .logo_top {
        height: 120px;
        text-align: center;
        margin: 0 auto;
        float: left; }
        @media (max-width: 991px) {
          .header_top .topbar_wrap .head_content .logo_top {
            float: none; }
            .header_top .topbar_wrap .head_content .logo_top a {
              width: 160px;
              margin: 0 auto; } }
        .header_top .topbar_wrap .head_content .logo_top a {
          display: block;
          line-height: 120px;
          text-align: left;
          max-width: 220px; }
          .header_top .topbar_wrap .head_content .logo_top a img {
            margin-left: 0px; }
      .header_top .topbar_wrap .head_content .header_top_cart {
        position: absolute;
        right: 15px;
        height: 120px;
        top: 0px;
        line-height: 120px;
        z-index: 5; }

/*header_cart*/
.ico_width {
  text-align: center; }
  .ico_width:hover {
    cursor: pointer; }
    .ico_width:hover .fa {
      color: #0089ff; }

.cart_ico:hover .top-cart-content {
  display: block; }

.login_ico:hover .group_login {
  display: block; }

/*cart header mobile TL Cosmetics*/
@media (max-width: 991px) {
  .cart_ico_mobile {
    height: 75px;
    line-height: 75px;
    position: absolute;
    width: 40px;
    top: 0;
    right: 0px;
    z-index: 99; }
    .cart_ico_mobile .mini-cart-mobile {
      height: 75px; }
      .cart_ico_mobile .mini-cart-mobile .cart_pcs {
        position: relative; }
        .cart_ico_mobile .mini-cart-mobile .cart_pcs i {
          font-size: 26px;
          color: #514f4f; }
        .cart_ico_mobile .mini-cart-mobile .cart_pcs .cartCount {
          width: 18px;
          height: 18px;
          border-radius: 50%;
          background: #514f4f;
          font-size: 11px;
          line-height: 18px;
          text-align: center;
          position: absolute;
          top: -18px;
          right: -10px;
          color: #ffffff;
          padding: 0px !important;
          left: auto !important; } }

.search_ico {
  position: relative; }
  .search_ico:hover .searchfromtop_hover {
    width: 220px;
    opacity: 1; }
    .search_ico:hover .searchfromtop_hover form input {
      padding: 0px 20px; }
  .search_ico .searchfromtop_hover {
    width: 0px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    line-height: 35px;
    opacity: 0; }
    .search_ico .searchfromtop_hover form {
      margin-bottom: 0px; }
      .search_ico .searchfromtop_hover form input {
        line-height: 35px;
        outline: none;
        box-shadow: none;
        border-radius: 0px;
        margin-bottom: 0px;
        height: 35px;
        min-height: unset;
        padding: 0px; }
        .search_ico .searchfromtop_hover form input:focus {
          border-color: #ebebeb; }

/*end*/
.search-cart .iwishlist_ {
  float: left;
  height: 120px;
  position: relative;
  z-index: 9;
  margin-right: 15px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-cart .iwishlist_ {
      margin-right: 10px; } }
  .search-cart .iwishlist_:hover .toolstip_iwish {
    display: block; }
  .search-cart .iwishlist_:hover .fa {
    color: #fff; }
  .search-cart .iwishlist_:hover:before {
    background: #ffffff;
    border-color: #ffffff; }
  .search-cart .iwishlist_:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: solid 1px #ebebeb;
    background: #fff;
    border-radius: 50%;
    left: -5px;
    top: 20px;
    box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05); }
  .search-cart .iwishlist_ span {
    display: block;
    width: 100%; }
    .search-cart .iwishlist_ span a {
      display: inline-block;
      width: 50px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      font-size: 16px; }
      .search-cart .iwishlist_ span a .fa {
        line-height: 60px;
        font-size: 16px;
        color: #333;
        position: absolute;
        top: 19px;
        right: 2px;
        width: 50px;
        height: 55px;
        display: inline-block; }
  .search-cart .iwishlist_ .toolstip_iwish {
    display: none;
    position: absolute;
    top: 95px;
    right: -60px;
    z-index: 99;
    min-width: 175px;
    height: 40px;
    z-index: 99; }
    .search-cart .iwishlist_ .toolstip_iwish:hover .in_ {
      color: #ffffff; }
    .search-cart .iwishlist_ .toolstip_iwish .in_ {
      font-family: 'Gotham', sans-serif;
      font-size: 14px;
      border: solid 1px #ebebeb;
      position: relative;
      display: block;
      height: 40px;
      line-height: 40px;
      min-width: 175px;
      background: #fff;
      padding: 0px 10px;
      text-decoration: none; }
      .search-cart .iwishlist_ .toolstip_iwish .in_:after, .search-cart .iwishlist_ .toolstip_iwish .in_:before {
        bottom: 100%;
        right: 42%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .search-cart .iwishlist_ .toolstip_iwish .in_:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 11px;
        margin-left: -11px; }
      .search-cart .iwishlist_ .toolstip_iwish .in_:before {
        border-color: rgba(235, 235, 235, 0);
        border-bottom-color: #ebebeb;
        border-width: 14px;
        margin-right: -3px; }

.search-cart .use_register {
  float: left;
  height: 120px;
  position: relative;
  z-index: 9; }
  .search-cart .use_register:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border: solid 1px #ebebeb;
    background: #fff;
    border-radius: 50%;
    left: -5px;
    top: 20px;
    box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05); }
  @media (min-width: 992px) and (max-width: 1199px) {
    .search-cart .use_register {
      margin-right: 60px !important; } }
  @media (min-width: 1200px) {
    .search-cart .use_register {
      margin-right: 25px;
      width: 40px;
      padding-left: 10px; } }
  .search-cart .use_register:hover:before {
    background: #ffffff;
    border-color: #ffffff; }
  .search-cart .use_register:hover i {
    color: #fff; }
  .search-cart .use_register span i {
    color: #333;
    font-size: 17px;
    position: absolute;
    top: 39px;
    left: 16px; }
    .search-cart .use_register span i.icon-user:before {
      content: "";
      width: 20px;
      height: 20px;
      background-image: url("//theme.hstatic.net/200000274675/1001382625/14/user_icon.png?v=1773");
      background-repeat: no-repeat;
      position: absolute;
      top: 40px;
      right: 5px; }
  .search-cart .use_register span.drop {
    display: inline-block;
    position: relative;
    line-height: 112px; }
    .search-cart .use_register span.drop .fa {
      margin-top: 0;
      position: absolute;
      top: -16px; }
  .search-cart .use_register:hover > .wrap_login_ {
    display: block; }
  .search-cart .use_register .wrap_login_ {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 130px;
    box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    border-top: 0px;
    margin-top: -10px;
    right: -12px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .search-cart .use_register .wrap_login_ {
        top: 110px;
        right: -50px; } }
  .search-cart .use_register .login_and_register {
    border: 1px solid #ebebeb; }
    .search-cart .use_register .login_and_register:after, .search-cart .use_register .login_and_register:before {
      bottom: 100%;
      right: 15px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .search-cart .use_register .login_and_register:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 11px;
      margin-left: -11px; }
    .search-cart .use_register .login_and_register:before {
      border-color: rgba(235, 235, 235, 0);
      border-bottom-color: #ebebeb;
      border-width: 14px;
      margin-right: -3px; }
    .search-cart .use_register .login_and_register li {
      line-height: 38px;
      background: #fff; }
      .search-cart .use_register .login_and_register li:last-of-type {
        border-top: solid 1px #ebebeb;
        border-bottom: solid 1px #ebebeb; }
      .search-cart .use_register .login_and_register li .fa {
        display: block;
        float: left; }
      .search-cart .use_register .login_and_register li a {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        padding: 0px 23px;
        display: block;
        color: #555555;
        text-align: left; }
        .search-cart .use_register .login_and_register li a:hover {
          color: #fff; }
      .search-cart .use_register .login_and_register li:hover a {
        color: #ffffff;
        text-decoration: none; }

.search-cart .searchsmall {
  position: absolute;
  padding: 20px 10px;
  right: 50px; }
  .search-cart .searchsmall .showsearchfromtop {
    line-height: 40px;
    padding: 32px 10px;
    cursor: pointer; }
    .search-cart .searchsmall .showsearchfromtop i {
      color: #333;
      font-size: 16px;
      position: relative; }
    .search-cart .searchsmall .showsearchfromtop:hover i {
      color: #ffffff; }

.search-cart .top-cart-contain .mini-cart {
  padding: 18px 0px;
  height: 120px; }
  .search-cart .top-cart-contain .mini-cart:hover:before {
    background: #ffffff;
    border-color: #ffffff; }
  .search-cart .top-cart-contain .mini-cart:hover i {
    color: #514f4f; }
  .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 10px; }
    .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 0;
      background-image: url("//theme.hstatic.net/200000274675/1001382625/14/cart_.png?v=1773");
      background-repeat: no-repeat;
      width: 28px;
      height: 32px;
      background-size: contain; }
      @media (min-width: 768px) and (max-width: 991px) {
        .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart:before {
          top: 38px; } }
    .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart:hover i {
      color: #fff; }
    .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart img {
      position: absolute;
      top: 0;
      left: 0; }
  .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
    display: inline-block;
    font-size: 11px !important;
    color: #fff;
    float: left;
    font-weight: 400;
    width: 30px;
    height: 18px;
    position: absolute;
    line-height: 17px;
    text-align: center;
    right: 0px;
    border-radius: 10px;
    top: 25px;
    border: solid 1px #fff;
    background: #ffbd07; }

.inline_contact {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block; }
  .inline_contact.a_inline {
    padding: 0px 15px;
    margin-left: 30px; }
    @media (max-width: 1400px) {
      .inline_contact.a_inline {
        margin-left: 0px; } }
  .inline_contact.b_inline {
    padding: 0px 15px; }

.wrap_s {
  height: 115px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wrap_s:hover .icon_ {
    background: #ffffff; }
    .wrap_s:hover .icon_ .fa {
      color: #fff; }
  .wrap_s .icon_ {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    border: solid 1px #ebebeb;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -o-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(89, 134, 0, 0.05); }
    .wrap_s .icon_ .fa {
      color: #555555; }
  .wrap_s .content_s {
    display: inline-block;
    float: left;
    padding-left: 15px;
    max-width: 255px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .wrap_s .content_s {
        max-width: 210px; } }
    .wrap_s .content_s .bold_ {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      margin: 0px;
      color: #555555;
      padding: 0px;
      text-transform: uppercase; }
    .wrap_s .content_s span, .wrap_s .content_s a {
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      color: #555555; }

._login {
  color: #fff;
  line-height: 50px;
  float: right;
  margin-right: 15px; }
  ._login a {
    color: #fff; }

/*Endhed*/
/*header -search*/
@media (max-width: 1199px) {
  .search_mobile {
    width: 30px;
    float: left;
    text-align: center;
    height: 95px;
    line-height: 95px;
    margin-right: -5px;
    margin-left: -10px; }
    .search_mobile .search_button_mobile .icons {
      position: relative; }
      .search_mobile .search_button_mobile .icons:before {
        width: 17px;
        height: 17px;
        content: "";
        background-image: url("//theme.hstatic.net/200000274675/1001382625/14/search_icon.png?v=1773");
        background-repeat: no-repeat;
        position: absolute;
        top: 40px;
        left: 5px; } }

/*4.1  Header Gerenal*/
header {
  background: #ffffff; }
  header.not_bg {
    background: #fff !important; }

.header-main {
  height: 85px;
  line-height: 85px;
  width: 100%;
  float: left; }

.ll {
  height: 85px; }

.logo {
  display: inline-block;
  font-size: 2.85714em; }

/*4.2  Minicart*/
.downdown_cart {
  display: inline-block;
  float: right;
  height: 40px;
  text-align: center;
  justify-content: center;
  margin-right: 0px; }
  .downdown_cart .mini-cart .cart_pcs {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #514f4f;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    justify-content: left;
    margin-right: 0px;
    width: 130px;
    border: solid 1px #514f4f;
    padding-left: 0px;
    position: relative; }
    .downdown_cart .mini-cart .cart_pcs:before {
      content: "";
      width: 0;
      height: 40px;
      top: 0;
      left: 0;
      position: absolute;
      background: #0089ff;
      transform-origin: left;
      transition: width 0.5s ease;
      z-index: -1; }
    @media (max-width: 1199px) {
      .downdown_cart .mini-cart .cart_pcs {
        width: 130px; } }
  .downdown_cart .mini-cart .t_line {
    padding-left: 10px;
    border-left: solid 1px #fff;
    margin-left: 5px; }
  .downdown_cart .mini-cart a {
    color: #ffffff;
    text-decoration: none; }
  .downdown_cart .mini-cart i {
    font-size: 24px;
    color: #514f4f;
    line-height: 37px;
    width: 30px;
    padding: 0 0 0 10px; }
  .downdown_cart:hover .cart_pcs:before {
    width: 100%; }

.no-item {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  min-width: 280px; }
  .no-item p {
    margin: 0px;
    width: 280px; }

.mini-cart {
  z-index: 10;
  text-align: center;
  height: 60px; }
  .mini-cart:hover .top-cart-content {
    display: block; }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }

@media (max-width: 767px) {
  .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
    margin-right: -7px !important; }
  span.cartCount.count_item_pr {
    color: #fff;
    font-size: 11px;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    line-height: 11px;
    left: 0; } }

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0px;
  z-index: 1000;
  height: 120px;
  float: left;
  line-height: 120px;
  position: relative; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-cart-contain {
      right: 0px !important; } }
  .top-cart-contain .price {
    color: #222222;
    text-transform: uppercase; }
  .top-cart-contain .mini-cart a {
    text-decoration: none; }
  .top-cart-contain .mini-cart .background_cart {
    position: relative; }
    .top-cart-contain .mini-cart .background_cart .icons {
      color: #333;
      font-size: 18px; }
      .top-cart-contain .mini-cart .background_cart .icons:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("//theme.hstatic.net/200000274675/1001382625/14/cart_icon.png?v=1773");
        background-repeat: no-repeat;
        position: absolute;
        top: 22px;
        left: 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .top-cart-contain .mini-cart .background_cart .icons:before {
            top: 38px; } }
  .top-cart-contain .mini-cart .cart_num {
    font-family: "Roboto", sans-serif;
    color: #adadad; }
    .top-cart-contain .mini-cart .cart_num .color_ {
      color: #fff; }
  .top-cart-contain .mini-cart .price {
    font-family: "Roboto", sans-serif;
    margin-right: 5px;
    font-size: 14px;
    color: #ff0000; }
  .top-cart-contain .product-details .price {
    font-family: "Roboto", sans-serif;
    color: #ff0000;
    width: auto;
    float: none;
    padding-left: 0;
    font-size: 14px; }

@media (max-width: 1199px) {
  .top-cart-content {
    display: none !important; } }

.top-cart-content {
  display: none;
  position: absolute;
  top: 75px;
  right: 15px;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  z-index: 10000; }
  .top-cart-content .mini-products-list {
    position: relative; }
  .top-cart-content .quaty {
    font-family: "Roboto", sans-serif !important;
    display: inline-block;
    height: 25px;
    color: #959595 !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 26px; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-name {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-weight: 400;
    width: 160px;
    line-height: 18px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden; }
    .top-cart-content .product-name a {
      font-size: 14px;
      line-height: normal;
      line-height: 18px !important;
      font-weight: 400;
      color: #555555; }
    .top-cart-content .product-name:hover > a {
      text-decoration: none;
      color: #ffffff; }
  .top-cart-content .product-details-bottom {
    line-height: 38px; }
    .top-cart-content .product-details-bottom span {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #ff0000; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      overflow: hidden;
      padding: 0px 15px;
      position: relative; }
      .top-cart-content li.item:first-child {
        border-top: none;
        padding-top: 0px;
        margin-top: 0px; }
      .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: 0; }
      .top-cart-content li.item .wrap_item {
        overflow: hidden;
        padding: 10px 20px 10px 0px;
        border-bottom: solid 1px #ebebeb;
        width: 100%;
        float: left; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 65px;
        position: relative;
        margin-right: 15px;
        padding: 5px; }
        .top-cart-content li.item .product-image img {
          vertical-align: top; }
      .top-cart-content li.item .detail-item {
        display: block;
        float: left;
        width: calc(100% - 85px);
        -o-width: calc(100% - 85px);
        -moz-width: calc(100% - 85px);
        -webkit-width: calc(100% - 85px); }
        .top-cart-content li.item .detail-item a:hover {
          text-decoration: none; }
        .top-cart-content li.item .detail-item .remove-item-cart {
          position: absolute;
          right: 10px;
          font-size: 13px;
          color: #333;
          text-align: center;
          padding: 0px;
          width: 20px;
          height: 20px;
          line-height: 20px; }
          .top-cart-content li.item .detail-item .remove-item-cart:hover {
            color: #0089ff; }
          .top-cart-content li.item .detail-item .remove-item-cart:before {
            margin-left: 4px; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 40px;
          padding: 0;
          text-align: center; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 25px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }
  .top-cart-content .actions .btn-checkout {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    height: 38px;
    margin-top: 0px;
    border-radius: 0px;
    line-height: 38px;
    padding: 0px;
    font-weight: 400;
    border: solid 1px #ffffff; }
    .top-cart-content .actions .btn-checkout.pink {
      background: #ffffff !important;
      border: solid 1px #0089ff !important;
      color: #0089ff !important; }
    .top-cart-content .actions .btn-checkout:hover {
      color: #ffffff !important;
      background: #0089ff !important;
      border-color: #0089ff; }
  .top-cart-content .actions .btn-cart-page {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    width: 100%;
    display: block;
    float: left;
    margin-left: 0px;
    height: 38px;
    border-radius: 0px;
    padding: 0px;
    line-height: 38px;
    font-weight: 400;
    background: #fff;
    border: solid 1px #7f7f7f; }
    .top-cart-content .actions .btn-cart-page.pink {
      background: #fff;
      border: solid 1px #ffffff;
      color: #ffffff; }
    .top-cart-content .actions .btn-cart-page:hover {
      color: #0089ff;
      background: #fff;
      border-color: #0089ff; }

.wrap_total {
  padding: 10px 15px 0px;
  margin-top: 10px; }

.wrap_button {
  padding: 0px 15px 15px;
  line-height: 50px;
  margin-top: 20px;
  width: 100%;
  float: left; }

.top-subtotal {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0px;
  line-height: 24px;
  text-transform: none;
  padding: 0px 0px 0px;
  font-size: 14px;
  color: #555555;
  text-align: left; }
  .top-subtotal .price, .top-subtotal .pricex {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
    text-align: right !important;
    float: right; }

.qty_drop_cart {
  position: relative;
  height: 25px;
  padding-left: 0px; }
  .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 25px;
    height: 25px;
    color: #000;
    float: left; }
    .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
      color: #ffffff; }
  .qty_drop_cart button.btn_increase {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer; }
  .qty_drop_cart button.btn_reduced {
    height: 25px;
    width: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer; }
  .qty_drop_cart input {
    height: 25px;
    float: left;
    width: 30px !important;
    min-height: unset;
    border-left: 0px;
    border-right: 0px; }

ul#cart-sidebar {
  padding: 5px 0px;
  margin: 0;
  max-height: 582px;
  width: 300px;
  border: solid 1px #ebebeb;
  border-bottom: 0px; }
  ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
  ul#cart-sidebar li.action {
    display: none; }
  ul#cart-sidebar.hasclass li.action {
    display: block; }
  ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow-y: auto;
    position: relative; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
      width: 4px; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
      background: #ebebeb; }
    ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
      background: #ffffff;
      border-radius: 0px; }
      ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
        background: #ffffff;
        border-radius: 15px; }
  ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 7px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: #ebebeb; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 0px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #ffffff;
      border-radius: 15px; }

.li-fix-1 {
  background: #FFF;
  border-top: 1px solid #ebebeb;
  display: block; }

.li-fix-2 {
  display: block;
  width: 295px; }

/*4.3 Menu*/
.menu_hed {
  border-radius: 0px;
  text-align: center; }

.nav-main .menu_hed {
  height: 50px; }
  .nav-main .menu_hed .nav {
    height: 50px;
    line-height: 50px; }
    .nav-main .menu_hed .nav.nav_1 {
      text-align: left;
      float: left;
      width: 100%; }
      @media (max-width: 1199px) {
        .nav-main .menu_hed .nav.nav_1 {
          text-align: left; } }
    .nav-main .menu_hed .nav.nav_2 {
      text-align: right;
      float: right; }
    .nav-main .menu_hed .nav li {
      display: inline-block; }
      .nav-main .menu_hed .nav li.nav-item a {
        padding: 0px 10px; }
        @media (min-width: 1200px) and (max-width: 1440px) {
          .nav-main .menu_hed .nav li.nav-item a {
            padding: 0px 5px; } }
        @media (max-width: 1199px) {
          .nav-main .menu_hed .nav li.nav-item a {
            padding: 0px 0px; } }
      .nav-main .menu_hed .nav li.menu_hover:hover > a:before {
        opacity: 1; }
      .nav-main .menu_hed .nav li.menu_hover > a:before {
        opacity: 0;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 7px solid #ffffff;
        position: absolute;
        bottom: 0px;
        left: 50%;
        top: auto !important;
        transform: translateX(-50%); }
      .nav-main .menu_hed .nav li.menu_hover > a .fa {
        top: 1px;
        position: relative; }
    .nav-main .menu_hed .nav .nav-item {
      position: relative;
      background: transparent;
      padding: 0px 0px;
      z-index: 3; }
      @media (max-width: 1199px) {
        .nav-main .menu_hed .nav .nav-item {
          padding: 0px 5px; } }
      .nav-main .menu_hed .nav .nav-item.active > a {
        color: #fff;
        background: transparent;
        border-radius: 0px; }
        .nav-main .menu_hed .nav .nav-item.active > a:before {
          top: -5px; }
        .nav-main .menu_hed .nav .nav-item.active > a .fa {
          color: #fff; }
      .nav-main .menu_hed .nav .nav-item li {
        display: block;
        width: 100%; }
      .nav-main .menu_hed .nav .nav-item.has-mega {
        position: static; }
      .nav-main .menu_hed .nav .nav-item > a {
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding: 0px 25px 0px;
        z-index: 5;
        position: relative; }
      .nav-main .menu_hed .nav .nav-item > .fa {
        color: #fff;
        position: absolute;
        right: 5px;
        top: 32px; }
      .nav-main .menu_hed .nav .nav-item .nav-item-lv2 {
        padding: 0 10px;
        position: relative; }
        .nav-main .menu_hed .nav .nav-item .nav-item-lv2 .fa {
          position: absolute;
          right: 0px;
          padding: 0px 10px;
          top: 5px;
          line-height: 31px;
          color: #1d3046; }
      .nav-main .menu_hed .nav .nav-item .nav-item-lv3 {
        padding: 0 10px;
        position: relative; }
        .nav-main .menu_hed .nav .nav-item .nav-item-lv3 .fa {
          position: absolute;
          right: 0px;
          padding: 0px 10px;
          top: 5px;
          line-height: 41px; }
      .nav-main .menu_hed .nav .nav-item:hover > a {
        color: #fff;
        background: transparent;
        border-radius: 0px; }
        .nav-main .menu_hed .nav .nav-item:hover > a:before {
          top: -5px; }
        .nav-main .menu_hed .nav .nav-item:hover > a:after {
          opacity: 1; }
      .nav-main .menu_hed .nav .nav-item:hover > .fa {
        color: #fff; }
      .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu {
        display: block;
        margin-top: 0px;
        border-top: 0px;
        border-radius: 0px;
        width: 200px;
        padding: 0px 0px 0px 0px;
        background: #fff;
        border: solid 1px #ebebeb;
        border-top: solid 0px #fff;
        border-bottom: 0px;
        z-index: 9; }
        .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li {
          padding: 5px 0px;
          border-bottom: solid 1px #ebebeb; }
          .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li > a {
            font-family: "Roboto", sans-serif;
            display: block;
            padding: 5px 10px 5px 10px;
            color: #555555; }
            .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li > a .fa {
              float: right;
              line-height: 18px;
              font-size: 16px;
              color: #555555; }
            .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li > a:before {
              width: 4px;
              height: 4px;
              background: #ffffff;
              position: absolute;
              left: 10px;
              padding-right: 5px;
              top: 13px;
              opacity: 0; }
          .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:last-child > a {
            border-bottom: 0px; }
          .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover {
            background: #0089ff;
            color: #fff; }
            .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover .fa {
              color: #fff; }
          .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a {
            background-color: #0089ff;
            color: #fff;
            padding: 5px 10px 5px 10px; }
            .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a .fa {
              color: #fff; }
            .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > a:before {
              opacity: 1; }
          .nav-main .menu_hed .nav .nav-item:hover > .dropdown-menu li:hover > .fa {
            color: #fff; }
      .nav-main .menu_hed .nav .nav-item:hover > .mega-content {
        display: block; }
      .nav-main .menu_hed .nav .nav-item li.dropdown-submenu {
        position: relative; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > a:after {
          opacity: 1; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu > a:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 12px 7.5px 0;
          border-color: transparent #fff transparent transparent;
          position: absolute;
          left: 100%;
          top: 33%;
          opacity: 0; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
          margin-top: -5px; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
          display: none;
          margin-top: 0;
          border-top: 0px;
          border-radius: 0px;
          width: 200px;
          padding: 0px;
          left: 100%;
          top: -1px;
          background: #fff;
          border: solid 1px #ebebeb; }
          @media (max-width: 1199px) {
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu.media_left, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4.media_left {
              left: -100% !important; } }
          .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li {
            padding: 5px 0px;
            border-bottom: solid 1px #ebebeb; }
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li > a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li > a {
              font-family: "Roboto", sans-serif;
              display: block;
              padding: 5px 10px;
              color: #555555; }
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li .fa {
              position: absolute;
              right: 0px;
              padding: 0px 5px;
              top: 5px;
              line-height: 41px;
              color: #555555; }
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:last-child > a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:last-child > a {
              border-bottom: 0px; }
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a {
              background-color: #0089ff;
              color: #fff; }
              .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > a .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a .fa {
                color: #fff; }
            .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover {
              background: #0089ff; }
              .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover .fa, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover .fa {
                color: #fff; }
              .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li:hover > .lv-4, .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > .lv-4 {
                display: block;
                border-top: 0px;
                border-radius: 0px; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > a:after {
          opacity: 1; }
        .nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
          display: block;
          border-top-color: #0089ff;
          border-radius: 0px; }
    .nav-main .menu_hed .nav .mega-content .level1.item {
      float: left;
      width: 25%;
      padding: 0 5px; }
      @media (min-width: 1200px) {
        .nav-main .menu_hed .nav .mega-content .level1.item.col-lg-3:nth-child(4n+1) {
          clear: left; } }

/*CSS Mega menu*/
.nav-main ul .nav-item.has-mega {
  position: static;
  height: 120px;
  margin-left: 1px; }
  @media (max-width: 1199px) {
    .nav-main ul .nav-item.has-mega {
      position: relative !important; }
      .nav-main ul .nav-item.has-mega > .dropdown-menu {
        margin-top: 0px !important; } }

.nav-main ul .nav-item:hover > .mega-content {
  display: block; }

.nav-main .mega-content {
  display: none;
  position: absolute;
  width: 1170px;
  background: #fff;
  z-index: 99999;
  padding: 0px 15px;
  border: 2px solid #ffffff;
  left: 50%;
  margin-top: -1px;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }
  .nav-main .mega-content .banner_mega_position {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 1; }
  .nav-main .mega-content .nav-width ul {
    width: 100%;
    display: block;
    top: 0;
    border-left: 0px;
    position: static;
    overflow: hidden;
    text-align: left; }
  .nav-main .mega-content .h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px; }
    .nav-main .mega-content .h4 a {
      text-decoration: none;
      display: block;
      padding: 0px !important; }
      .nav-main .mega-content .h4 a span {
        color: #555555; }
        .nav-main .mega-content .h4 a span:hover {
          color: #0089ff; }
  .nav-main .mega-content .level1.item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px; }
  .nav-main .mega-content li a {
    padding: 8px 0px;
    width: 80%; }
  .nav-main .mega-content li:hover > a {
    color: #0089ff;
    text-decoration: none; }
    .nav-main .mega-content li:hover > a span {
      color: #0089ff; }
  .nav-main .mega-content li:hover > span {
    color: #0089ff; }
  .nav-main .mega-content li:hover > .fa {
    color: #0089ff; }
  .nav-main .mega-content ul.level1 {
    margin-top: 20px; }
  .nav-main .mega-content .level2 {
    padding: 0px 0px;
    width: 100% !important; }
    .nav-main .mega-content .level2.parent:last-child a {
      border-bottom: 0px !important; }
    .nav-main .mega-content .level2 a {
      border-bottom: dashed 1px #ebebeb;
      padding: 10px 0px !important; }
    .nav-main .mega-content .level2.item {
      width: 100%; }
    .nav-main .mega-content .level2 a {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      display: block;
      text-decoration: none;
      color: #898989; }
      .nav-main .mega-content .level2 a span {
        color: #898989; }
    .nav-main .mega-content .level2 .fa {
      width: 10px;
      font-size: 15px;
      float: left;
      line-height: 24px; }
    .nav-main .mega-content .level2:hover > a {
      color: #0089ff;
      text-decoration: none; }
      .nav-main .mega-content .level2:hover > a span {
        color: #0089ff; }
    .nav-main .mega-content .level2:hover > span {
      color: #0089ff; }
    .nav-main .mega-content .level2:hover > .fa {
      color: #0089ff; }
  .nav-main .mega-content .nav-width {
    width: 100%;
    float: left;
    padding: 20px 0px; }
    .nav-main .mega-content .nav-width .parent-mega-menu {
      padding: 0px 45px;
      position: relative;
      z-index: 2;
      background: transparent; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
          clear: left; } }
      @media (min-width: 1200px) {
        .nav-main .mega-content .nav-width .parent-mega-menu .col-lg-4:nth-child(3n+1) {
          clear: left; } }
    .nav-main .mega-content .nav-width .banner-image {
      margin-top: 15px; }

/*end*/
.phone_main_menu {
  height: 120px;
  display: flex;
  align-items: center;
  text-align: right;
  float: right; }
  .phone_main_menu .right_p {
    display: block;
    float: right;
    width: 100%;
    padding-left: 55px;
    line-height: 20px;
    position: relative;
    text-align: left; }
    .phone_main_menu .right_p span {
      width: 100%;
      color: #555555;
      font-size: 13px;
      font-weight: 700; }
    .phone_main_menu .right_p a {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      color: #ffffff;
      font-size: 16px;
      text-decoration: none; }

.wrap_hed {
  width: 100%;
  float: left;
  height: 50px; }
  @media (max-width: 991px) {
    .wrap_hed {
      height: 30px; } }
  .wrap_hed .megabar {
    width: 290px;
    float: left;
    padding: 0 15px; }
    @media (max-width: 1199px) {
      .wrap_hed .megabar {
        width: 245px; } }
    @media (min-width: 1200px) {
      .wrap_hed .megabar .menu_mega .menu_mega_md_page {
        margin-left: -15px; } }
    @media (min-width: 1200px) {
      .wrap_hed .megabar .menu_mega .list_menu_header {
        display: none; } }
  .wrap_hed .nav_mega_right {
    padding: 0 15px;
    width: calc(100% - 470px);
    -webkit-width: calc(100% - 470px);
    -moz-width: calc(100% - 470px);
    -os-width: calc(100% - 470px);
    -o-width: calc(100% - 470px);
    float: left;
    padding-left: 0px;
    padding-right: 0px; }
    @media (max-width: 1200px) {
      .wrap_hed .nav_mega_right {
        width: calc(100% - 425px);
        -webkit-width: calc(100% - 425px);
        -moz-width: calc(100% - 425px);
        -os-width: calc(100% - 425px);
        -o-width: calc(100% - 425px); } }

/*search tools*/
.col-search-engine .header_search {
  margin: 0px 0px 0px 10px;
  display: flex;
  align-items: center;
  height: 120px; }
  @media (max-width: 991px) {
    .col-search-engine .header_search {
      margin: 0px 0px !important;
      height: unset; } }
  .col-search-engine .header_search .search-bar {
    max-width: 95%;
    width: 95%;
    margin-bottom: 0px;
    position: relative;
    display: table;
    border-collapse: separate; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .col-search-engine .header_search .search-bar {
        max-width: 450px;
        width: 450px; } }
    @media (max-width: 991px) {
      .col-search-engine .header_search .search-bar {
        width: 100%;
        max-width: 100%; } }
    .col-search-engine .header_search .search-bar .collection-selector {
      border-radius: 4px;
      position: absolute;
      display: inline-block;
      width: 55px;
      /*	min-width: 180px;
				max-width: 180px;
				*/
      z-index: 2;
      background: #fff;
      left: 0;
      text-align: right;
      border-right: 0px;
      height: 40px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .col-search-engine .header_search .search-bar .collection-selector {
          width: 140px; } }
      .col-search-engine .header_search .search-bar .collection-selector .search_text {
        text-align: left;
        cursor: pointer;
        padding: 0px 20px 0px 20px;
        width: 100%;
        font-size: 13px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #898989;
        display: inline-block;
        margin: 0px;
        line-height: 40px;
        background: #f5f5f5;
        height: 40px;
        overflow: hidden;
        border: solid 1px #ebebeb;
        border-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
        .col-search-engine .header_search .search-bar .collection-selector .search_text:before {
          display: inline-block;
          width: 0;
          height: 0;
          margin-left: 2px;
          vertical-align: middle;
          border-top: 4px dashed;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          content: "";
          position: absolute;
          top: 21px;
          right: 12px;
          color: #333;
          margin-top: -1px;
          opacity: 1;
          display: none; }
      .col-search-engine .header_search .search-bar .collection-selector .list_search {
        background: #fff;
        border: 1px solid #ccc;
        background-color: #fff;
        position: absolute;
        top: 100%;
        min-width: 200px;
        width: auto;
        z-index: 88;
        font-weight: 400 !important;
        border-radius: 0;
        right: -20px;
        margin-top: 0px;
        margin-left: -2px;
        font-size: 13px;
        padding: 0px;
        max-height: 400px;
        overflow-y: auto; }
        .col-search-engine .header_search .search-bar .collection-selector .list_search::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #e1e1e1;
          width: 5px; }
        .col-search-engine .header_search .search-bar .collection-selector .list_search::-webkit-scrollbar {
          width: 5px;
          background-color: #ebebeb; }
        .col-search-engine .header_search .search-bar .collection-selector .list_search::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #acacac;
          width: 5px; }
        .col-search-engine .header_search .search-bar .collection-selector .list_search .search_item {
          text-align: left;
          display: block;
          padding-left: 24px;
          position: relative;
          opacity: 1;
          filter: alpha(opacity=100);
          filter: none;
          height: auto;
          min-height: 24px;
          line-height: 30px;
          padding: 0 20px;
          cursor: pointer; }
          .col-search-engine .header_search .search-bar .collection-selector .list_search .search_item:active {
            background-color: #ffffff;
            color: #fff !important; }
          .col-search-engine .header_search .search-bar .collection-selector .list_search .search_item:hover {
            background-color: #ffffff;
            color: #fff !important; }
    .col-search-engine .header_search .search-bar .input-group-field {
      width: 94%;
      margin-left: 0;
      margin-bottom: 0;
      height: 40px;
      padding: 0px 0px 0px 60px;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      max-width: 100%;
      display: block;
      border-radius: 4px;
      outline: none;
      border: solid 1px #e5e6ec;
      border-radius: 0px;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
      .col-search-engine .header_search .search-bar .input-group-field::-webkit-input-placeholder {
        color: #bdbdc6; }
      .col-search-engine .header_search .search-bar .input-group-field::-moz-placeholder {
        color: #bdbdc6; }
      .col-search-engine .header_search .search-bar .input-group-field:-ms-input-placeholder {
        color: #bdbdc6; }
      @media (max-width: 991px) {
        .col-search-engine .header_search .search-bar .input-group-field {
          margin-left: 0px;
          padding: 0 80px 0px 20px;
          width: 100%; } }
    .col-search-engine .header_search .search-bar .input-group-btn {
      position: absolute;
      white-space: nowrap;
      right: 58px;
      top: 3px;
      width: 75px;
      display: table-cell;
      vertical-align: middle;
      margin: 0;
      padding-left: 10px; }
      @media (min-width: 1200px) and (max-width: 1499px) {
        .col-search-engine .header_search .search-bar .input-group-btn {
          right: 50px; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .col-search-engine .header_search .search-bar .input-group-btn {
          right: 40px; } }
      @media (max-width: 767px) {
        .col-search-engine .header_search .search-bar .input-group-btn {
          right: 10px; } }
      @media (max-width: 991px) {
        .col-search-engine .header_search .search-bar .input-group-btn {
          right: 12px; } }
      .col-search-engine .header_search .search-bar .input-group-btn .icon-fallback-text {
        background: #ffffff;
        color: #fff;
        font-size: 18px;
        height: 34px;
        width: 75px;
        font-weight: bold;
        text-transform: uppercase;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }
        @media (max-width: 991px) {
          .col-search-engine .header_search .search-bar .input-group-btn .icon-fallback-text {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px; } }
        .col-search-engine .header_search .search-bar .input-group-btn .icon-fallback-text i {
          font-size: 18px; }

/*Header mega and searrch*/
.wrap_header_top {
  height: 120px;
  width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .wrap_header_top {
      height: 105px; } }

.wrap_main {
  width: 100%;
  float: left;
  background: transparent; }
  .wrap_main .custom-menu {
    margin: 0 !important; }
  .wrap_main .wrap_hed {
    background: #000000; }
  @media (max-width: 991px) {
    .wrap_main {
      background: #ffffff; } }

section {
  width: 100%; }

.menu_mega {
  position: relative; }
  .menu_mega .title_menu {
    padding: 0px 20px;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #000000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: solid 1px #000000; }
    .menu_mega .title_menu .title_ {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      line-height: 50px;
      display: block;
      padding-right: 30px; }
    .menu_mega .title_menu .nav_button {
      position: absolute;
      right: 20px;
      top: 0; }
      .menu_mega .title_menu .nav_button span {
        font-size: 30px;
        float: right;
        color: #fff;
        line-height: 50px; }
  .menu_mega:hover .list_menu_header {
    display: block; }

.list_menu_header {
  display: block;
  position: relative;
  top: 0px;
  z-index: 99;
  left: 0;
  width: 100%;
  padding: 0px; }
  .list_menu_header .hidden-lgg {
    display: none; }
  @media (min-width: 1200px) {
    .list_menu_header {
      width: 290px;
      padding: 0 15px; } }
  @media (max-width: 1199px) {
    .list_menu_header {
      display: none;
      position: relative;
      top: 0;
      left: 0px;
      padding: 0;
      z-index: 999; } }
  .list_menu_header .ul_menu {
    margin-left: 0px;
    padding-left: 0px;
    background: #ffffff;
    margin-bottom: 0px;
    border-top: 0px;
    position: relative;
    padding: 0px 0px;
    border: solid 1px #000000;
    border-top: 0px; }
    .list_menu_header .ul_menu.ul_check {
      border-bottom: 0px; }
    .list_menu_header .ul_menu li {
      /*@media (min-width: 1200px) {
			&.li_check {
			display:none;
		}
		}*/
      list-style: none;
      padding: 0px 0px; }
      @media (max-width: 1199px) {
        .list_menu_header .ul_menu li {
          padding: 0px 0px; } }
      .list_menu_header .ul_menu li:last-child a {
        border-bottom: none; }
      .list_menu_header .ul_menu li.xemthem {
        margin-top: -1px; }
        .list_menu_header .ul_menu li.xemthem a {
          border-bottom: solid 1px #000000;
          border-top: 0px; }
      .list_menu_header .ul_menu li.thugon {
        margin-top: -1px;
        border-bottom: solid 1px #000000;
        border-top: solid 1px #ebebeb; }
    .list_menu_header .ul_menu .nav_item a {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 14px;
      line-height: 24px;
      display: block;
      color: #555555;
      position: relative;
      text-transform: capitalize;
      border-bottom: solid 1px #e5e6ec;
      padding: 11px 35px 10px 20px; }
      @media (max-width: 1499px) and (min-width: 1200px) {
        .list_menu_header .ul_menu .nav_item a {
          padding: 13px 35px 11px 20px; } }
    .list_menu_header .ul_menu .nav_item:last-child a:before {
      background-image: url("//theme.hstatic.net/200000274675/1001382625/14/more.png?v=1773"); }
    .list_menu_header .ul_menu .nav_item .fa {
      font-size: 14px;
      width: 25px;
      line-height: 46px;
      color: #555555;
      position: absolute;
      right: 10px;
      top: 0px;
      text-align: center; }
      @media (max-width: 1199px) {
        .list_menu_header .ul_menu .nav_item .fa {
          line-height: 46px; } }
    .list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
      background: #fff; }
      .list_menu_header .ul_menu .nav_item:hover > a, .list_menu_header .ul_menu .nav_item:focus > a {
        color: #0089ff;
        text-decoration: none; }
        .list_menu_header .ul_menu .nav_item:hover > a .fa, .list_menu_header .ul_menu .nav_item:focus > a .fa {
          color: #0089ff; }
        .list_menu_header .ul_menu .nav_item:hover > a:before, .list_menu_header .ul_menu .nav_item:focus > a:before {
          color: #0089ff; }
      .list_menu_header .ul_menu .nav_item:hover > .fa, .list_menu_header .ul_menu .nav_item:focus > .fa {
        color: #0089ff; }
      .list_menu_header .ul_menu .nav_item:hover > .ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus > .ul_content_right_1 {
        display: block; }
    .list_menu_header .ul_menu .ul_content_right_1 {
      position: absolute;
      left: 259px;
      min-height: 100%;
      width: 877px;
      top: 0px;
      z-index: -1;
      padding-left: 0px;
      margin-left: 0px;
      background: #fff;
      padding: 20px 10px;
      display: none;
      box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
      -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
      -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
      -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1); }
      @media (min-width: 1500px) {
        .list_menu_header .ul_menu .ul_content_right_1 {
          min-height: 100%; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .list_menu_header .ul_menu .ul_content_right_1 {
          position: absolute;
          left: 212px;
          min-height: 100%;
          width: 725px; } }
      .list_menu_header .ul_menu .ul_content_right_1 .nav_item {
        padding: 0px 15px;
        display: block;
        float: left; }
        @media (min-width: 1200px) {
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
            clear: left; } }
        @media (min-width: 992) and (max-width: 1199px) {
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
            clear: left; } }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item > a {
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 13px;
          line-height: 22px;
          display: block;
          padding: 0px 0px 0px 0px;
          color: #555555;
          text-transform: initial;
          margin-bottom: 0px;
          position: relative;
          border-bottom: 0px;
          text-transform: uppercase; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item > a:before {
            content: none;
            background-image: none; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
          font-size: 14px;
          width: 25px;
          line-height: 49px;
          color: #555555;
          position: absolute;
          right: 10px;
          top: 0px;
          text-align: center; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
          background: transparent; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > a {
            color: #0089ff;
            text-decoration: none; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > .fa {
            color: #0089ff; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
            display: block; }
        .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
          left: 0;
          width: 100%;
          top: 0;
          padding-left: 0px;
          margin-left: 0px;
          background: transparent;
          margin-bottom: 10px;
          float: left; }
          .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
            width: 100%;
            display: block;
            float: left;
            padding: 0px; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
              font-family: "Roboto", sans-serif;
              font-weight: 300;
              font-size: 13px;
              line-height: 22px;
              display: block;
              padding: 3px 0px 3px 0px;
              color: #555555;
              position: relative;
              text-transform: initial;
              border-bottom: none;
              margin-bottom: 0px; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
                content: none; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
                content: none; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
              font-size: 14px;
              width: 25px;
              line-height: 36px;
              color: #555555;
              position: absolute;
              right: 0px;
              top: 0px;
              text-align: center; }
            .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
              background: transparent; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > a {
                color: #0089ff;
                text-decoration: none; }
              .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > .fa {
                color: #0089ff; }
  @media (min-width: 1200px) {
    .list_menu_header.normal .ul_menu li.li_check {
      display: unset; } }

@media (max-width: 991px) {
  .ul_content_right_1 {
    position: relative !important;
    left: unset !important;
    min-height: unset !important;
    width: 100% !important;
    top: unset !important;
    padding: 0 !important;
    margin: 0 !important; }
    .ul_content_right_1 .nav_item {
      float: left;
      width: 100%; } }

/*hootline*/
.hotline_header {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  margin-left: -15px; }
  .hotline_header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none; }

/*============================================================================
5. FOOTER
==============================================================================*/
.google-maps-footer {
  width: 100%; }

.google-maps-footer .map {
  width: 100%;
  height: 170px;
  background: #dedede; }
  .google-maps-footer .map#contact_map_footer {
    height: 160px; }

.backtop {
  position: fixed;
  bottom: 100px;
  z-index: 999;
  top: auto !important;
  width: 40px;
  height: 40px;
  border: solid 3px #fff4cc;
  line-height: 44px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 0;
  background: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  .backtop .fa {
    font-size: 16px;
    color: #000000 !important;
    display: inline-block !important;
    float: left !important;
    width: 36px !important;
    text-align: center !important;
    line-height: 33px !important; }

@media (min-width: 768px) {
  .phone_backtotop {
    display: none !important; } }

.phone_backtotop {
  position: fixed;
  bottom: 30px !important;
  z-index: 9999;
  top: auto !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (max-width: 767px) {
    .phone_backtotop {
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  .phone_backtotop .fa {
    font-size: 16px;
    color: #fff !important;
    display: inline-block !important;
    float: left !important;
    width: 30px !important;
    text-align: center !important;
    line-height: 31px !important; }

@media (min-width: 768px) {
  @keyframes play {
    0% {
      transform: scale(1); }
    15% {
      box-shadow: 0 0 0 5px rgba(255, 66, 54, 0.1); }
    25% {
      box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.1); }
    30% {
      transform: scale(1.2); }
    50% {
      box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.1), 0 0 0 15px rgba(255, 88, 54, 0.2); }
    80% {
      transform: scale(1); } } }

@media (max-width: 767px) {
  @keyframes play {
    0% {
      transform: scale(1); }
    15% {
      box-shadow: 0 0 0 3px rgba(255, 66, 54, 0.1); }
    25% {
      box-shadow: 0 0 0 3px rgba(255, 88, 54, 0.1), 0 0 0 5px rgba(255, 88, 54, 0.1); }
    30% {
      transform: scale(1.2); }
    50% {
      box-shadow: 0 0 0 7px rgba(255, 88, 54, 0.1), 0 0 0 7px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.2); }
    80% {
      transform: scale(1); } } }

.backtop.show {
  opacity: 1; }

@media (min-width: 1441px) {
  .backtop {
    right: 15px;
    bottom: 40px; }
  .phone_backtotop {
    bottom: 30px !important;
    left: 50px; } }

@media (min-width: 1200px) and (max-width: 1440px) {
  .backtop {
    right: 15px;
    bottom: 40px; }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .backtop {
    right: 15px;
    bottom: 40px; }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px; } }

@media (max-width: 767px) {
  .backtop {
    right: 0px;
    bottom: 40px;
    left: auto !important; }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  #back-to-top {
    right: 15px;
    bottom: 40px; }
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px; } }

@media (max-width: 767px) {
  #back-to-top {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 40px; }
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px; }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px; }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px; }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px; } }

.help {
  width: 100%;
  float: left;
  background: #ffffff;
  padding: 15px 0; }
  .help .content {
    display: flex;
    -webkit-display: flex;
    -o-display: flex;
    -moz-display: flex;
    -os-display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -os-justify-content: center;
    align-items: center;
    color: #fff; }
    @media (max-width: 767px) {
      .help .content {
        flex-flow: column;
        text-align: center; } }
    .help .content i {
      font-size: 24px;
      line-height: unset;
      color: #fbc531;
      padding-right: 10px; }
    .help .content p {
      padding: 0;
      margin: 0;
      font-size: 14px; }
      .help .content p a {
        margin: 0 5px; }
    .help .content a {
      color: #fff;
      font-size: 14px;
      text-decoration: none; }
    .help .content .button_help {
      display: inline-block;
      padding: 0 15px;
      height: 30px;
      line-height: 30px;
      background: #0089ff;
      text-align: center; }

.shopaddress {
  width: 100%;
  float: left;
  padding: 20px 0px;
  background: #f8f9f9; }
  .shopaddress .title_title_normal {
    width: 100%;
    float: left; }
    .shopaddress .title_title_normal h2 {
      font-family: "Roboto", sans-serif;
      padding: 0px;
      margin: 0px;
      padding-bottom: 10px;
      border-bottom: solid 1px #ebebeb;
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
  .shopaddress .wrapdress {
    width: 100%;
    float: left;
    margin: 10px 0px 10px; }
    .shopaddress .wrapdress p {
      display: block;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 15px; }
    .shopaddress .wrapdress .content_item span {
      width: 100%;
      float: left;
      display: block;
      margin-bottom: 10px; }
      .shopaddress .wrapdress .content_item span:last-child {
        margin-bottom: 0px; }
      .shopaddress .wrapdress .content_item span i {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #ffffff; }
      .shopaddress .wrapdress .content_item span span, .shopaddress .wrapdress .content_item span a {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 20px);
        -moz-width: calc(100% - 20px);
        -o-width: calc(100% - 20px);
        -os-width: calc(100% - 20px);
        -webkit-width: calc(100% - 20px);
        color: #555555;
        text-decoration: none; }
      .shopaddress .wrapdress .content_item span a:hover {
        color: #0089ff; }
  @media (min-width: 1200px) {
    .shopaddress .row-res .col-lg-3:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .shopaddress .row-res .col-md-3:nth-child(4n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .shopaddress .row-res .col-sm-6:nth-child(2n+1) {
      clear: left; } }
  @media (max-width: 767px) {
    .shopaddress .row-res .col-xs-12:nth-child(1n+1) {
      clear: left; } }

/*Aside facebook*/
.fb_fanpage {
  width: 100%;
  float: left; }
  .fb_fanpage .facebook_fpage .fb_iframe_widget {
    width: auto !important;
    max-width: 100% !important; }
    .fb_fanpage .facebook_fpage .fb_iframe_widget .fb_iframe_widget iframe {
      position: relative;
      width: auto !important;
      max-width: 100% !important; }

@media (max-width: 767px) {
  #footer .cliked {
    position: relative; }
    #footer .cliked:after {
      content: "\e61a";
      font-family: 'themify';
      font-size: 14px;
      color: #555555;
      position: absolute;
      right: 0px;
      top: 2; }
    #footer .cliked.open_:after {
      content: "\e622"; } }

#footer .fa {
  color: #789529;
  display: inline-block;
  float: left;
  width: 20px;
  text-align: left;
  line-height: 28px; }

#footer .not-before a:before {
  content: none !important; }

#footer .topfoter {
  background: #f8f9f9;
  width: 100%;
  float: left;
  border-top: solid 1px #ebebeb;
  padding-top: 15px; }
  #footer .topfoter .img_footer {
    margin-bottom: 25px;
    display: block; }

#footer .ct_footer li {
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  #footer .ct_footer li:last-child {
    margin-bottom: 0px; }
  #footer .ct_footer li .icon_left {
    display: flex;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 2px #fff;
    line-height: 30px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #footer .ct_footer li .icon_left i {
      font-size: 16px;
      color: #fff; }
  #footer .ct_footer li .content_r {
    display: block;
    float: left;
    width: calc(100% - 40px);
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #555555; }
    @media (min-width: 1200px) {
      #footer .ct_footer li .content_r {
        padding-right: 40px; } }
    #footer .ct_footer li .content_r a {
      color: #555555;
      display: inline-block; }

#footer .top-footer {
  padding: 15px 0 30px 0; }
  #footer .top-footer h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0px 0 25px 0;
    font-size: 14px;
    color: #555555;
    font-weight: 700; }
  #footer .top-footer ul li {
    line-height: 30px; }
    #footer .top-footer ul li a {
      color: #555555;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 36px;
      display: block; }
      #footer .top-footer ul li a:hover {
        color: #789529; }
    #footer .top-footer ul li span {
      display: block;
      float: left; }
    #footer .top-footer ul li:hover a {
      text-decoration: none;
      color: #0089ff; }
  #footer .top-footer .pay {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px; }
    #footer .top-footer .pay a {
      display: inline-block;
      margin-right: 5px;
      float: left;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        #footer .top-footer .pay a:nth-child(3n+1) {
          clear: left; } }
  #footer .top-footer .eccept {
    width: 100%;
    float: left; }
    #footer .top-footer .eccept h4 {
      margin-bottom: 10px; }
  #footer .top-footer .fb_iframe_widget {
    width: auto !important;
    max-width: 100%; }
    #footer .top-footer .fb_iframe_widget span, #footer .top-footer .fb_iframe_widget div {
      width: auto !important; }

#footer .info-site {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  #footer .info-site h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 0px 0 25px 0;
    font-size: 14px;
    color: #555555;
    font-weight: 700;
    border-top: solid 1px #ebebeb;
    padding-top: 30px; }
  #footer .info-site p {
    padding: 0px;
    margin: 0px;
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: block; }
    #footer .info-site p a {
      color: #555555;
      text-decoration: none; }
      #footer .info-site p a:hover {
        color: #0089ff; }

#footer .bottom-footer {
  width: 100%;
  float: left;
  background: #167edf; }
  #footer .bottom-footer .menufooter li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    #footer .bottom-footer .menufooter li:after {
      content: "";
      height: 15px;
      width: 1px;
      background: #ebebeb;
      position: absolute;
      right: 0px;
      top: 10px; }
      @media (max-width: 767px) {
        #footer .bottom-footer .menufooter li:after {
          top: 5px; } }
    #footer .bottom-footer .menufooter li:last-child {
      margin-right: 0px; }
      #footer .bottom-footer .menufooter li:last-child:after {
        display: none; }
    #footer .bottom-footer .menufooter li a {
      color: #ffffff;
      text-decoration: none; }
  @media (max-width: 767px) {
    #footer .bottom-footer {
      text-align: center; }
      #footer .bottom-footer #copy1 p {
        padding: 15px 0px; } }
  @media (min-width: 768px) {
    #footer .bottom-footer #payment_2 {
      text-align: right; } }
  @media (min-width: 543px) {
    #footer .bottom-footer {
      line-height: 35px; } }
  @media (max-width: 542px) {
    #footer .bottom-footer {
      line-height: 24px; } }
  #footer .bottom-footer p {
    margin-bottom: 0; }
  #footer .bottom-footer .wsp {
    color: #ffffff; }
    @media (max-width: 767px) {
      #footer .bottom-footer .wsp .mobile {
        display: block;
        width: 100%;
        float: left; } }
    #footer .bottom-footer .wsp a {
      color: #ffffff; }
  @media (max-width: 767px) {
    #footer .bottom-footer .wsp {
      margin: 15px 0px;
      width: 100%;
      float: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .top-footer .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) {
  .copyright .inner .row.tablet {
    display: flex;
    flex-flow: row; }
    .copyright .inner .row.tablet #copyright {
      order: 1; }
    .copyright .inner .row.tablet #link_footer_menu {
      order: 2; } }

@media (max-width: 991px) {
  #copyright {
    text-align: center !important; }
  .menufooter {
    text-align: center; }
    .menufooter li {
      float: none !important; }
  .footer-click {
    margin-bottom: 30px; }
  #footer .top-footer h4 {
    margin-bottom: 5px; }
  .copyright .inner .fot_copyright {
    text-align: center !important; }
  .copyright .inner .menu_footer_link .ul_main_footer {
    width: 100%;
    padding-right: 0px;
    text-align: center; }
    .copyright .inner .menu_footer_link .ul_main_footer li {
      float: none;
      display: inline-block; } }

@media (max-width: 767px) {
  .ct_footer {
    margin-bottom: 15px;
    width: 100%;
    float: left; }
  .footer-click {
    margin-bottom: 10px; }
  footer .footer-widget p {
    padding-right: 0px; }
  .copyright .inner .wsp {
    overflow: hidden;
    padding: 15px 0px;
    display: block; }
  .copyright .inner .mobile {
    display: block;
    width: 100%;
    text-align: center !important;
    line-height: 24px; }
  footer h4 {
    margin-bottom: 5px !important; }
  footer .site-footer h4 {
    margin: 0;
    padding: 5px 0 5px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0px !important;
    border-top: solid 0px rgba(0, 0, 0, 0.5); }
    footer .site-footer h4.hasclick {
      position: relative; }
      footer .site-footer h4.hasclick.open_:after {
        font-family: 'FontAwesome';
        content: "\f056";
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        right: 15px;
        top: 10px;
        color: #bbbbbb; }
  footer .site-footer .maps_ {
    margin-top: 15px; }
  footer .footer-inner .col-xs-12:nth-child(2) {
    margin-top: 15px; }
  .padding-bottom-50 {
    padding-bottom: 20px !important; } }

/*action mess sms zalo...*/
.support-online {
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 30px;
  top: auto !important; }
  .support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px; }
  .support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999; }
  .support-online a {
    display: block; }
    .support-online a span {
      border-radius: 2px;
      text-align: center;
      background: #ffffff;
      padding: 9px;
      display: none;
      width: 180px;
      margin-left: 10px;
      position: absolute;
      color: #ffffff;
      z-index: 999;
      top: 0px;
      left: 40px;
      transition: all 0.2s ease-in-out 0s;
      -moz-animation: headerAnimation 0.7s 1;
      -webkit-animation: headerAnimation 0.7s 1;
      -o-animation: headerAnimation 0.7s 1;
      animation: headerAnimation 0.7s 1; }
    .support-online a:hover span {
      display: block; }
    .support-online a span::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      left: -10px;
      top: 10px; }

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75;
  right: -10px; }

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #0089B9;
  opacity: .5; }

.support-online .btn-support {
  cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

/*============================================================================
6. Product detail
==============================================================================*/
/*Offset col*/
@media (max-width: 767px) {
  .col-xs-offset-right-0 {
    margin-right: 0%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-offset-right-1 {
    margin-right: 8.33333333%; } }

@media (min-width: 1200px) {
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%; } }

.row-width .form-width {
  width: 100%;
  float: left; }

.social-sharing .ttt {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 20px; }
  @media (max-width: 580px) {
    .social-sharing .ttt {
      width: 100%;
      margin-bottom: 10px; } }

.social-sharing .share_add {
  float: left; }

.danhgiasp {
  display: inline;
  font-family: "Roboto", sans-serif;
  color: #7b7b7b;
  font-weight: 500;
  padding: 0 15px;
  border-left: solid 1px #ddd; }
  .danhgiasp:hover > a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer; }
  .danhgiasp:hover .fa {
    color: #ffffff; }
  .danhgiasp a {
    color: #ff0000;
    font-weight: 300;
    text-decoration: underline; }

.product-images .img_02 {
  margin: 0 auto; }

.product-images .col_thumbs_visible {
  width: 115px;
  display: block;
  float: left;
  position: relative; }

.product-images .col_large_default {
  text-align: center;
  display: block;
  float: left; }

.product-images .col_large_full {
  padding: 0px; }

.product-images .large-image {
  padding: 0px 15px 0px 0px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .product-images .large-image a {
      height: 360px;
      width: 100% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important; } }
  @media (max-width: 767px) {
    .product-images .large-image {
      margin-bottom: 15px;
      padding: 0px; } }
  .product-images .large-image a {
    display: block; }
    .product-images .large-image a .zoomWrapper {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      overflow: hidden; }
    .product-images .large-image a img {
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
      width: 100% !important;
      height: 100% !important;
      position: relative !important; }

.product-images .slides .item a img {
  margin: 0 auto; }

.product-images #gallery_01 {
  width: 100px; }
  @media (min-width: 543px) {
    .product-images #gallery_01 {
      margin: 50px 0 0; } }
  @media (max-width: 542px) {
    .product-images #gallery_01 {
      margin: 25px 0 15px; } }
  .product-images #gallery_01 .item {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center; }
    .product-images #gallery_01 .item a {
      padding: 1px;
      display: flex !important;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      .product-images #gallery_01 .item a:not(.active) {
        border: #ebebeb 1px solid; }
      .product-images #gallery_01 .item a.active, .product-images #gallery_01 .item a:hover {
        border: #ffffff 1px solid; }
      @media (min-width: 1200px) {
        .product-images #gallery_01 .item a {
          width: 90px;
          height: 90px; }
          .product-images #gallery_01 .item a:not(:last-child) {
            margin-bottom: 10px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .product-images #gallery_01 .item a {
          width: 80px;
          height: 80px; }
          .product-images #gallery_01 .item a:not(:last-child) {
            margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-images #gallery_01 .item a {
          width: 80px;
          height: 80px; }
          .product-images #gallery_01 .item a:not(:last-child) {
            margin-bottom: 10px; } }
      @media (min-width: 543px) and (max-width: 767px) {
        .product-images #gallery_01 .item a {
          width: 75px; }
          .product-images #gallery_01 .item a:not(:last-child) {
            margin-bottom: 10px; } }
      @media (min-width: 320px) and (max-width: 542px) {
        .product-images #gallery_01 .item a {
          width: 45px; }
          .product-images #gallery_01 .item a:not(:last-child) {
            margin-bottom: 1px; } }
      .product-images #gallery_01 .item a img {
        max-width: 100%;
        max-height: 100%; }
  .product-images #gallery_01 .flex-direction-nav > li {
    position: absolute;
    right: 50%; }
    @media (max-width: 479px) {
      .product-images #gallery_01 .flex-direction-nav > li {
        bottom: -30px; } }
    .product-images #gallery_01 .flex-direction-nav > li > a {
      font-family: "FontAwesome";
      color: #d9d9d9;
      opacity: 1;
      text-align: center !important; }
  .product-images #gallery_01 .flex-direction-nav .flex-next {
    right: -25px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-images #gallery_01 .flex-direction-nav .flex-next {
        right: -25px !important; } }
  .product-images #gallery_01 .flex-direction-nav .flex-prev {
    left: -15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .product-images #gallery_01 .flex-direction-nav .flex-prev {
        left: -20px !important; } }
  .product-images #gallery_01 .flex-direction-nav .flex-next::before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 30px;
    line-height: 40px; }
  .product-images #gallery_01 .flex-direction-nav .flex-prev::before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 30px;
    line-height: 40px; }
  .product-images #gallery_01 .flex-direction-nav .flex-nav-next {
    top: 0; }
  @media (min-width: 480px) {
    .product-images #gallery_01 .flex-direction-nav .flex-nav-prev {
      bottom: -30px; } }

.product-images .slides li a {
  margin: 15px 0px 15px 5px; }

.details-product {
  overflow: hidden;
  /*Image PC*/
  /*End*/ }
  @media (max-width: 767px) {
    .details-product .product-info {
      padding: 0px; } }
  .details-product .product-images .img_02 {
    margin: 0 auto; }
  .details-product .product-images .col_thumbs_visible {
    width: 115px;
    display: block;
    float: left;
    position: relative; }
  .details-product .product-images .col_large_default {
    text-align: center;
    display: block;
    float: left; }
  @media (max-width: 991px) {
    .details-product .product-images .thumb_product_details {
      margin-top: 15px; }
      .details-product .product-images .thumb_product_details .owl-item .item {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: -ms-flexbox; }
        .details-product .product-images .thumb_product_details .owl-item .item a img {
          width: auto;
          max-width: 100%; } }
  .details-product .product-images .col_large_full {
    padding: 0px; }
  .details-product .product-images .large-image a {
    display: block; }
    @media (max-width: 991px) {
      .details-product .product-images .large-image a {
        height: auto !important;
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .details-product .product-images .large-image a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    @media (max-width: 767px) {
      .details-product .product-images .large-image a {
        margin-bottom: 15px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; } }
    .details-product .product-images .large-image a .zoomWrapper {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      overflow: hidden; }
    .details-product .product-images .large-image a img {
      margin: 0 auto;
      max-width: 100%;
      max-height: 100%;
      width: 100% !important;
      height: 100% !important;
      position: relative !important; }
  .details-product .product-images .slides .item a img {
    margin: 0 auto; }
  .details-product .product-images .zoomWrapper {
    height: auto !important; }
    .details-product .product-images .zoomWrapper img {
      position: static !important;
      width: 100% !important;
      height: auto !important; }
      .details-product .product-images .zoomWrapper img ~ img {
        display: none !important; }
  .details-product .product-images #gallery_01 .flex-direction-nav > li {
    position: absolute;
    right: 45%; }
    @media (max-width: 479px) {
      .details-product .product-images #gallery_01 .flex-direction-nav > li {
        bottom: -30px; } }
    .details-product .product-images #gallery_01 .flex-direction-nav > li > a {
      font-family: "FontAwesome";
      color: #d9d9d9;
      opacity: 1;
      text-align: center !important; }
  .details-product .product-images #gallery_01 .flex-direction-nav .flex-next {
    right: -25px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .details-product .product-images #gallery_01 .flex-direction-nav .flex-next {
        right: -25px !important; } }
  .details-product .product-images #gallery_01 .flex-direction-nav .flex-prev {
    left: -15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .details-product .product-images #gallery_01 .flex-direction-nav .flex-prev {
        left: -20px !important; } }
  .details-product .product-images #gallery_01 .flex-direction-nav .flex-next::before {
    font-family: 'FontAwesome';
    content: "\f106";
    font-size: 30px;
    line-height: 40px; }
  .details-product .product-images #gallery_01 .flex-direction-nav .flex-prev::before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 30px;
    line-height: 40px; }
  .details-product .product-images #gallery_01 .flex-direction-nav .flex-nav-next {
    top: 0; }
  @media (min-width: 480px) {
    .details-product .product-images #gallery_01 .flex-direction-nav .flex-nav-prev {
      bottom: -30px; } }
  .details-product .product-images .slides li a {
    margin: 15px 0px 15px 5px; }
  .details-product .zoomLens {
    width: 100px !important;
    height: 100px !important; }
  @media (max-width: 1024px) {
    .details-product .zoomContainer {
      display: none !important; } }
  .details-product .product-thumb .featured-image {
    max-width: 350px;
    margin-left: 100px; }
  @media (min-width: 992px) {
    .details-product .product-thumb .product-big-wrapper {
      max-width: 95%;
      padding-left: 150px;
      height: 470px;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .details-product .product-thumb .more-views {
      width: 130px !important;
      left: 15px !important;
      top: 0px !important;
      padding-top: 0px !important;
      max-height: 400px !important; }
    .details-product .product-thumb .product-big-wrapper {
      margin-right: 140px; } }
  @media screen and (min-width: 1200px) {
    .details-product .product-thumb .more-views {
      left: 15px !important;
      height: 400px !important; } }
  .details-product .product-thumb .more-views {
    max-width: 130px;
    height: auto;
    position: absolute !important;
    left: 15px;
    top: 40px;
    min-height: 250px;
    z-index: 0;
    padding-top: 20px; }
    .details-product .product-thumb .more-views:hover .swiper-button-next, .details-product .product-thumb .more-views:hover .swiper-button-prev {
      opacity: 1; }
    .details-product .product-thumb .more-views .swiper-button-next, .details-product .product-thumb .more-views .swiper-button-prev {
      position: absolute;
      /* top: 50%; */
      width: 13px;
      height: 30px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 27px 44px;
      -webkit-background-size: 27px 44px;
      background-size: 15px 44px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1; }
    .details-product .product-thumb .more-views .swiper-button-next {
      top: 15px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      left: 45%; }
    .details-product .product-thumb .more-views .swiper-button-prev {
      top: 100%;
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      left: 45%; }
    .details-product .product-thumb .more-views .swiper-wrapper .br-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 130px;
      height: 120px !important; }
      .details-product .product-thumb .more-views .swiper-wrapper .br-slide.active a {
        -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14); }
      .details-product .product-thumb .more-views .swiper-wrapper .br-slide a {
        height: 110px;
        width: 110px;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; }
    @media screen and (min-width: 1200px) {
      .details-product .product-thumb .more-views .swiper-wrapper .br-slide {
        padding: 5px 0px;
        overflow: hidden;
        height: auto !important; } }
    @media screen and (max-width: 1199px) {
      .details-product .product-thumb .more-views .swiper-wrapper .br-slide {
        padding: 10px 0px;
        overflow: hidden; } }
    .details-product .product-thumb .more-views .swiper-wrapper img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
  .details-product .large-image {
    width: 100%;
    text-align: center; }
  .details-product .owl-carousel.owl-loaded {
    overflow: hidden; }
  .details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block; }
  .details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em; }
  .details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    border: none;
    box-shadow: none;
    height: auto;
    width: 150px;
    height: 50px !important; }
    @media (max-width: 543px) {
      .details-product .details-pro .custom-btn-number {
        width: 100% !important; }
        .details-product .details-pro .custom-btn-number input {
          width: calc(100% - 35px); } }
    .details-product .details-pro .custom-btn-number label {
      font-size: 14px; }
    .details-product .details-pro .custom-btn-number #qty {
      height: 50px;
      font-size: 1.28571em;
      margin: 0; }
    .details-product .details-pro .custom-btn-number .qtyminus {
      position: relative;
      right: 25px;
      top: 4px;
      font-size: 1.42857em; }
    .details-product .details-pro .custom-btn-number .qtyplus {
      position: relative;
      right: 25px;
      top: 4px;
      font-size: 1.42857em; }

.zoomLens {
  width: 100px !important;
  height: 100px !important; }

@media (max-width: 1024px) {
  .zoomContainer {
    display: none; } }

/*Image PC*/
.product-thumb .featured-image {
  max-width: 350px;
  margin-left: 100px; }

@media (min-width: 992px) {
  .product-thumb .product-big-wrapper {
    max-width: 95%;
    padding-left: 150px;
    height: 470px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-thumb .more-views {
    width: 130px !important;
    left: 15px !important;
    top: 0px !important;
    padding-top: 0px !important;
    max-height: 400px !important; }
  .product-thumb .product-big-wrapper {
    margin-right: 140px; } }

@media screen and (min-width: 1200px) {
  .product-thumb .more-views {
    left: 15px !important;
    height: 400px !important; } }

.product-thumb .more-views {
  max-width: 130px;
  height: auto;
  position: absolute !important;
  left: 15px;
  top: 40px;
  min-height: 250px;
  z-index: 0;
  padding-top: 20px; }
  .product-thumb .more-views:hover .swiper-button-next, .product-thumb .more-views:hover .swiper-button-prev {
    opacity: 1; }
  .product-thumb .more-views .swiper-button-next, .product-thumb .more-views .swiper-button-prev {
    position: absolute;
    /* top: 50%; */
    width: 13px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 15px 44px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; }
  .product-thumb .more-views .swiper-button-next {
    top: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 45%; }
  .product-thumb .more-views .swiper-button-prev {
    top: 100%;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 45%; }
  .product-thumb .more-views .swiper-wrapper .br-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 130px;
    height: 120px !important; }
    .product-thumb .more-views .swiper-wrapper .br-slide.active a {
      -webkit-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14);
      box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.14); }
    .product-thumb .more-views .swiper-wrapper .br-slide a {
      height: 110px;
      width: 110px;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important; }
  @media screen and (min-width: 1200px) {
    .product-thumb .more-views .swiper-wrapper .br-slide {
      padding: 5px 0px;
      overflow: hidden;
      height: auto !important; } }
  @media screen and (max-width: 1199px) {
    .product-thumb .more-views .swiper-wrapper .br-slide {
      padding: 10px 0px;
      overflow: hidden; } }
  .product-thumb .more-views .swiper-wrapper img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block; }

/*End*/
/**/
.title-product {
  font-family: "Roboto", sans-serif;
  color: #555555;
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0px 10px;
  line-height: normal; }

.zoomWindowContainer > div {
  z-index: 3; }

.details-product .large-image {
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  @media (max-width: 543px) {
    .details-product .large-image {
      margin-bottom: 0px; } }
  .details-product .large-image a {
    display: block; }
  .details-product .large-image .zoom_button {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    border-radius: 50%;
    background: #d7d7d7;
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 2; }
    .details-product .large-image .zoom_button .fa {
      font-size: 16px;
      color: #fff; }

.details-product .owl-carousel.owl-loaded {
  overflow: hidden;
  z-index: 0; }

@media (max-width: 767px) {
  .details-product .details-pro {
    margin-top: 15px; } }

.details-product .details-pro .product-price {
  display: inline-block;
  font-weight: bold;
  font-size: 29px;
  color: #333;
  font-family: 'Lobster', cursive; }

.details-product .details-pro .price-box {
  margin: 10px 0 0px; }
  .details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em;
    font-family: 'Lobster', cursive; }

.details-product .details-pro .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  height: auto; }
  .details-product .details-pro .custom-btn-number label {
    font-size: 14px; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 32px;
    font-size: 1.28571em;
    margin: 0; }
  .details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em; }
  .details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em; }

.thumb_product_details {
  margin: 0 auto; }
  @media (max-width: 560px) {
    .thumb_product_details {
      width: 100%;
      left: auto;
      transform: none; } }
  .thumb_product_details .owl-item .item {
    height: 90px;
    padding: 5px; }
    .thumb_product_details .owl-item .item a {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 70px !important;
      display: block; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .thumb_product_details .owl-item .item a {
          height: 60px !important; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .thumb_product_details .owl-item .item a {
          height: 60px !important; } }
      .thumb_product_details .owl-item .item a img {
        max-height: 100%;
        max-width: 100%;
        width: auto; }
      .thumb_product_details .owl-item .item a.active {
        border-color: #ffffff; }
        .thumb_product_details .owl-item .item a.active img {
          opacity: 1; }
  .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
    width: 20px;
    height: 30px;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    top: 45%;
    background: transparent; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 41%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 48%; } }
    @media (max-width: 767px) {
      .thumb_product_details .owl-nav .owl-prev, .thumb_product_details .owl-nav .owl-next {
        top: 45%; } }
    .thumb_product_details .owl-nav .owl-prev:before, .thumb_product_details .owl-nav .owl-next:before {
      height: 30px;
      width: 20px;
      line-height: 28px;
      top: -3px;
      color: #333;
      border-radius: 0;
      border: none;
      background: #fff;
      border: solid 1px #ebebeb; }
    .thumb_product_details .owl-nav .owl-prev:hover, .thumb_product_details .owl-nav .owl-next:hover {
      background: transparent; }
      .thumb_product_details .owl-nav .owl-prev:hover:before, .thumb_product_details .owl-nav .owl-next:hover:before {
        border-color: #0089ff;
        background: #fff;
        color: #0089ff; }
  .thumb_product_details .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 16px; }
  .thumb_product_details .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px; }

@media (max-width: 543px) {
  .thumb_product_details {
    margin-top: 5px; }
    .thumb_product_details .owl-item .item {
      width: 90px !important;
      height: 100px !important;
      padding: 5px;
      margin: 0 auto; }
      .thumb_product_details .owl-item .item a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 80px !important;
        width: 90px;
        display: block;
        border: solid 1px #ebebeb; }
        .thumb_product_details .owl-item .item a img {
          max-height: 100%;
          max-width: 100%; }
        .thumb_product_details .owl-item .item a.active {
          border-color: #0089ff; }
          .thumb_product_details .owl-item .item a.active img {
            opacity: 1; } }

.thumb_gallary {
  width: 97%;
  float: left; }

.reviews_details_product {
  margin-top: 0px;
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
  float: left;
  height: 20px;
  margin-left: 0px;
  width: 100%; }

.details-pro {
  /*social sharing*/ }
  .details-pro .vd {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #969696;
    line-height: 22px;
    text-decoration: none; }
    .details-pro .vd a {
      color: #969696;
      text-decoration: none;
      margin-right: 15px; }
      .details-pro .vd a:hover {
        color: #0089ff; }
    .details-pro .vd .vend_c {
      display: inline-block;
      padding: 0px 15px;
      background-color: #0ed379;
      color: #fff;
      border-radius: 3px; }
  .details-pro .group-status {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    .details-pro .group-status .first_status {
      color: #898989;
      display: block;
      float: left;
      width: 100%;
      line-height: 14px;
      margin-bottom: 10px; }
      @media (max-width: 543px) {
        .details-pro .group-status .first_status {
          width: 100%;
          float: left; }
          .details-pro .group-status .first_status .hidden-543 {
            display: none; } }
      .details-pro .group-status .first_status .a_name {
        display: block;
        padding: 0px 10px 0 0;
        margin: 0px;
        color: #555555;
        font-weight: 700;
        width: 95px;
        float: left;
        background: #fff;
        border-right: solid 1px #ebebeb; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .details-pro .group-status .first_status .a_name {
            width: 100px; } }
        @media (max-width: 991px) {
          .details-pro .group-status .first_status .a_name {
            width: 100px; } }
    .details-pro .group-status .status_name {
      font-size: 14px;
      color: #898989;
      line-height: 15px;
      padding: 0px 0px 0px 15px; }
  .details-pro .sale_hot {
    width: 100%;
    float: left;
    border: #ff0000 dashed 1px;
    border-radius: 0px;
    margin: 10px 0px 10px 0px !important;
    padding: 15px 0 0px;
    position: relative;
    overflow: visible !important; }
    .details-pro .sale_hot b {
      background: #ff0000;
      border-radius: 13px;
      color: #fff;
      font-size: 14px;
      font-weight: normal;
      position: absolute;
      top: -13px;
      left: 10px;
      vertical-align: middle;
      line-height: 26px;
      display: inline-block;
      padding-right: 15px;
      clear: both; }
      .details-pro .sale_hot b i {
        width: 26px !important;
        height: 26px !important;
        margin-right: 5px !important;
        margin-left: 10px; }
    .details-pro .sale_hot .content {
      display: block;
      overflow: hidden;
      padding: 10px 10px 10px 30px;
      font-family: "Roboto", sans-serif;
      color: #555555;
      font-size: 14px;
      line-height: 22px; }
      .details-pro .sale_hot .content p, .details-pro .sale_hot .content li, .details-pro .sale_hot .content a {
        margin: 0px;
        padding: 0px;
        position: relative;
        padding-left: 20px; }
        .details-pro .sale_hot .content p:before, .details-pro .sale_hot .content li:before, .details-pro .sale_hot .content a:before {
          content: "\e64d";
          font-family: 'themify';
          font-size: 13px;
          color: #ff0000;
          position: absolute;
          left: 0;
          top: 0; }
  .details-pro .product-summary {
    padding: 15px 0px;
    border-top: solid 1px #ebebeb;
    width: 100%;
    float: left; }
    .details-pro .product-summary .if {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #555555;
      line-height: 24px; }
    .details-pro .product-summary .rte {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #555555; }
      .details-pro .product-summary .rte img {
        display: none; }
  .details-pro .phone_details {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px; }
    @media (max-width: 767px) {
      .details-pro .phone_details {
        margin-top: 15px;
        overflow: hidden;
        width: 100%;
        float: left; } }
    .details-pro .phone_details span {
      color: #555555; }
      .details-pro .phone_details span a {
        color: #ffffff;
        text-decoration: none; }
  .details-pro .social-sharing {
    display: block;
    float: left;
    margin-top: 0px; }
    .details-pro .social-sharing .social-normal {
      display: block;
      padding: 20px 0px; }
      .details-pro .social-sharing .social-normal label {
        display: inline-block;
        margin-right: 10px;
        font-weight: 400;
        font-size: 13px;
        color: #565656; }
      .details-pro .social-sharing .social-normal a {
        margin: 0px 5px; }
  .details-pro .contacts {
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    position: relative; }
    .details-pro .contacts .block_phone {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      line-height: 22px;
      color: #555555;
      padding: 0px 0px 0px 40px;
      display: block;
      font-weight: 400;
      position: relative; }
      .details-pro .contacts .block_phone:before {
        content: "";
        background-image: url("//theme.hstatic.net/200000274675/1001382625/14/phone_contact.png?v=1773");
        background-position: center;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 0px; }
        @media (max-width: 991px) {
          .details-pro .contacts .block_phone:before {
            top: 10px; } }
      .details-pro .contacts .block_phone div {
        display: inline-block;
        float: left; }
        @media (min-width: 768px) and (max-width: 991px) {
          .details-pro .contacts .block_phone div {
            padding-left: 40px; } }
        @media (max-width: 767px) {
          .details-pro .contacts .block_phone div {
            padding-left: 40px;
            text-align: left; } }
      .details-pro .contacts .block_phone a {
        margin-left: 5px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: bold;
        line-height: 22px;
        text-decoration: none; }

.form-group {
  padding-bottom: 0px; }
  .form-group .input_number_product {
    display: inline-flex;
    position: relative;
    width: 150px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .form-group .input_number_product {
        width: 125px !important; } }
    .form-group .input_number_product .btn_num {
      padding: 0px 0px 0px;
      font-size: 20px;
      line-height: 18px;
      display: block;
      width: 40px;
      height: 50px;
      float: left;
      color: #333;
      text-align: center;
      border: solid 1px #ddd;
      background: #fff; }
      .form-group .input_number_product .btn_num .fa {
        line-height: 38px;
        color: #222; }
      .form-group .input_number_product .btn_num:hover {
        cursor: pointer;
        color: #222;
        text-decoration: none; }
    .form-group .input_number_product .num_1 {
      display: inline-block;
      float: left;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px; }
    .form-group .input_number_product .num_2 {
      display: inline-block;
      float: left;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .form-group .input_number_product input {
      padding: 13px;
      margin: 0px;
      display: block;
      float: left;
      height: 50px;
      width: 70px;
      text-align: center;
      box-shadow: none;
      border-radius: 0px;
      font-size: 16px;
      border-left: 0px;
      border-right: 0px;
      border: solid 1px #ddd;
      border-left: 0px;
      border-right: 0px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .form-group .input_number_product input {
          width: 50px; } }
  .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
    height: 50px;
    width: calc(100% - 170px);
    -o-width: calc(100% - 170px);
    -moz-width: calc(100% - 170px);
    -webkit-width: calc(100% - 170px);
    -os-width: calc(100% - 170px);
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding: 0px 25px;
    border-radius: 0px;
    margin-top: 0px;
    text-transform: inherit;
    border: solid 1px #ffffff;
    background: #ffffff;
    display: flex;
    text-align: center;
    justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    -webkit-justify-content: center;
    font-weight: 400;
    float: left; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
        width: calc(100% - 130px);
        -webkit-width: calc(100% - 130px); } }
    @media (max-width: 767px) {
      .form-group .button_cart_buy_enable, .form-group .button_cart_buy_disable {
        width: 100%;
        margin-left: 0px;
        align-items: center;
        justify-content: center; } }
    .form-group .button_cart_buy_enable span, .form-group .button_cart_buy_disable span {
      line-height: 50px;
      text-transform: uppercase;
      width: 100%;
      float: left;
      margin-left: 0;
      display: block;
      font-family: "Roboto", sans-serif;
      font-weight: 700; }
    .form-group .button_cart_buy_enable i, .form-group .button_cart_buy_disable i {
      font-size: 23px;
      padding: 0px;
      line-height: 49px;
      float: left;
      position: absolute;
      left: 0;
      width: 50px;
      border-right: solid 1px;
      height: 49px; }
  .form-group .button_cart_buy_enable {
    background: #ffffff;
    border: solid 1px #0089ff;
    color: #0089ff;
    position: relative; }
    .form-group .button_cart_buy_enable:hover {
      background: #0089ff;
      border-color: #ffffff;
      color: #ffffff; }
      .form-group .button_cart_buy_enable:hover .fa {
        color: #ffffff; }
  .form-group .button_cart_buy_disable {
    background: rgba(255, 65, 87, 0.51); }

.form-product {
  padding: 0px;
  width: 100%;
  float: left;
  border-top: solid 1px #ebebeb;
  padding-top: 10px; }
  .form-product .form-group {
    width: 100%; }
    .form-product .form-group header {
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px; }
  .form-product form {
    margin-bottom: 0px; }

.box-variant .form-group {
  width: 100%; }
  .box-variant .form-group .selector-wrapper {
    margin-bottom: 10px !important; }
    .box-variant .form-group .selector-wrapper label {
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px; }
    .box-variant .form-group .selector-wrapper .single-option-selector {
      height: 40px;
      width: 100%;
      border-radius: 3px;
      text-transform: capitalize; }

.iwi {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin-left: 0px;
  height: 50px;
  line-height: 50px;
  border-radius: 0%;
  background: transparent; }
  @media (max-width: 1199px) {
    .iwi {
      margin-left: 0px;
      margin-bottom: 0px; } }
  .iwi .fa {
    font-size: 24px;
    color: #ccc;
    line-height: 50px;
    margin-left: 5px; }
  .iwi span {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    margin-left: 5px; }
  .iwi:hover a {
    text-decoration: none; }
  .iwi .iwishAddWrapper {
    border: none !important;
    margin: 0px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070; }
    .iwi .iwishAddWrapper .fa {
      margin-right: 10px;
      font-size: 14px; }
    .iwi .iwishAddWrapper.iWishAdded .fa {
      color: #f63f4c; }

.social_share_product {
  display: block;
  text-align: center; }
  .social_share_product .addthis_inline_share_toolbox {
    display: inline-block; }

.hdmh {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #7b7b7b;
  margin-top: 15px; }
  .hdmh a {
    color: #7b7b7b;
    display: inline-block;
    position: relative;
    text-decoration: none; }
    .hdmh a:before {
      content: " ";
      width: 100%;
      height: 1px;
      background: #7b7b7b;
      position: absolute;
      bottom: 0px;
      left: 0px; }
    .hdmh a:hover {
      color: #0089ff; }

.taxable {
  padding-bottom: 0px;
  display: inline-block;
  float: left;
  line-height: 36px; }
  .taxable .vat {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #707070; }

.details-product .link_color {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #0072bc;
  cursor: pointer; }

.details-product .owl-carousel.owl-loaded {
  overflow: hidden; }

.details-product .details-pro {
  font-family: "Arial", sans-serif; }
  .details-product .details-pro .product-price {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #ff0000; }
  .details-product .details-pro .price-box {
    margin: 0px 0 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 15px; }
    .details-product .details-pro .price-box del {
      font-family: "Arial", sans-serif;
      color: #acacac;
      font-size: 21px;
      font-weight: 400;
      margin-left: 15px; }
  .details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    width: 150px;
    float: left; }
    .details-product .details-pro .custom-btn-number #qty {
      font-family: "Roboto", sans-serif;
      height: 45px;
      font-size: 17px;
      margin: 0; }
  .details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto; }
    .details-product .details-pro .custom-btn-number label {
      font-size: 14px; }
    .details-product .details-pro .custom-btn-number #qty {
      height: 45px;
      font-size: 1.28571em;
      margin: 0; }
    .details-product .details-pro .custom-btn-number .qtyminus {
      position: absolute;
      left: 25px;
      top: 4px;
      font-size: 1.42857em; }
    .details-product .details-pro .custom-btn-number .qtyplus {
      position: absolute;
      right: 25px;
      top: 4px;
      font-size: 1.42857em; }

#btnnewreview {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin: 0px;
  padding: 5px 15px !important;
  background: #ffffff !important;
  border: solid 1px #ffffff !important;
  display: inline;
  border-radius: 5px;
  color: #fff; }

.related-product {
  margin-bottom: 30px;
  margin-top: 80px; }
  @media (max-width: 375px) {
    .related-product .owl_item_product .product-thumbnail .image_link.display_flex {
      height: 170px !important;
      max-height: 170px !important; } }

@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important; }
  .large-image .zoomWrapper {
    width: auto !important;
    height: auto !important; }
    .large-image .zoomWrapper img {
      position: static !important; } }

@media (min-width: 1200px) {
  .zoomWrapper {
    height: auto !important; }
  .zoomWrapper img {
    position: static !important;
    max-width: 100% !important;
    height: auto !important; }
    .zoomWrapper img ~ img {
      display: none !important; } }

@media (max-width: 767px) {
  .zoomWrapper {
    width: 100% !important;
    height: auto !important; }
  .product-tab.e-tabs.not-dqtab {
    margin-bottom: 15px; }
  .related-product {
    margin-top: 0px; }
  .padding-mobile {
    padding: 0px 15px !important; } }

.tab_width_full {
  width: 100%;
  float: left; }

.product-tab .tabs-title {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: left; }

@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0px 0px !important; } }

.product-tab .tab-link {
  font-family: 'Arial';
  position: relative;
  padding: 0px 0px;
  display: inline-block;
  border-bottom: 0px;
  cursor: pointer;
  background: #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  @media (max-width: 767px) {
    .product-tab .tab-link {
      display: inline-block; } }
  @media (min-width: 768px) {
    .product-tab .tab-link {
      margin-right: 20px; } }
  @media (767px) {
    .product-tab .tab-link {
      padding: 0 25px; } }
  .product-tab .tab-link:first-child {
    padding-left: 0px; }
  .product-tab .tab-link:last-child {
    border-bottom: 0px; }
  .product-tab .tab-link h3 {
    font-family: 'Arial';
    color: #555555;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300; }
    .product-tab .tab-link h3 i {
      font-size: 16px;
      padding-right: 10px; }
  .product-tab .tab-link span {
    font-family: 'Arial';
    color: #555555;
    font-weight: 700;
    font-size: 14px; }
  @media (min-width: 768px) {
    .product-tab .tab-link.current {
      margin-bottom: -2px;
      border-bottom: solid 1px #0089ff; } }
  .product-tab .tab-link.current h3 {
    color: #0089ff; }
    .product-tab .tab-link.current h3 span {
      color: #0089ff; }
    @media (max-width: 767px) {
      .product-tab .tab-link.current h3 {
        color: #0089ff; }
        .product-tab .tab-link.current h3:before {
          color: #0089ff; }
        .product-tab .tab-link.current h3 span {
          color: #0089ff; } }
  .product-tab .tab-link.current .rte {
    font-family: "Roboto", sans-serif;
    color: #707070;
    font-weight: 400;
    font-size: 14px; }

.product-tab li:last-child h3 span:after {
  content: none; }

.product-tab .content_extab.current {
  padding: 10px 0px;
  background: #fff;
  border: solid 1px #ebebeb; }
  @media (max-width: 767px) {
    .product-tab .content_extab.current {
      border-top: 0px; } }
  .product-tab .content_extab.current .rte {
    padding: 0px 25px; }
    .product-tab .content_extab.current .rte > img {
      max-width: 100%; }
  @media (min-width: 1200px) {
    .product-tab .content_extab.current .rte {
      font-family: 'Arial';
      color: #555555;
      font-weight: 300;
      font-size: 14px;
      width: 100%; } }

.tab-float {
  width: 100%;
  display: block;
  float: left; }
  .tab-float .content_extab {
    width: 100%; }
    .tab-float .content_extab.current {
      min-height: 200px; }

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden; }
  .content_extab.current {
    opacity: 1;
    visibility: visible;
    height: auto; }

.content_main {
  height: 0; }
  .content_main.fixheight {
    height: 200px;
    overflow: hidden; }
  .content_main .viewed {
    width: 100%;
    float: left;
    text-align: center;
    display: block; }
    .content_main .viewed span {
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      color: #555555;
      border: solid 1px #ebebeb; }

/*Responsive tab product*/
@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 10px !important;
    background: #fff; }
  .tab-content-mobile {
    display: none; }
  .product-tab .tab-link.current h3 {
    border: 0px; }
  .current .tab-content-mobile {
    display: block;
    padding: 0px 10px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #f7f5f5; }
  .current .tab-content-mobile .rte {
    padding: 10px 0px;
    border-bottom: 0px; }
  ul.tabs.tabs-title {
    display: block;
    border: none;
    width: 100%;
    background: none !important; }
  .product-tab .tab-link h3 {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0;
    position: relative; }
    .product-tab .tab-link h3:before {
      content: '\f107';
      font-size: 20px;
      font-family: FontAwesome;
      float: right;
      margin-right: 0;
      margin-top: -5px; }
  .product-tab .tab-link.current .tab-content-mobile {
    margin-bottom: 0px;
    background: #fff; }
    .product-tab .tab-link.current .tab-content-mobile .rte p img {
      max-width: 100%;
      margin: 0 auto;
      width: auto !important;
      height: auto !important; }
  .product-tab .tab-link.current h3 {
    margin-bottom: 0;
    border-bottom: none;
    border: solid 1px #ebebeb;
    background: #fff; }
  .product-tab .tab-link span:after {
    content: none; }
  .product-tab .border-dashed-tab {
    margin-bottom: 15px; } }

/*Popup Reviews star*/
/*E*/
/*============================================================================
7. Collection
==============================================================================*/
@media (max-width: 543px) {
  .collection .title-head {
    line-height: 37px !important; }
  .count_text {
    display: none !important; } }

.count_text {
  display: inline;
  float: left;
  position: absolute;
  left: 90px;
  line-height: 31px; }
  .count_text .product_display {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 35px; }

.wrp_border_collection {
  padding: 15px 0px 15px;
  width: 100%;
  float: left; }

.link_collections h1 {
  margin: 0px 0px 10px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 700; }

.link_collections ul li {
  padding: 3px 15px; }
  .link_collections ul li a {
    color: #555555;
    text-decoration: none;
    line-height: 20px; }
    .link_collections ul li a:hover {
      color: #0089ff; }
  @media (min-width: 1200px) {
    .link_collections ul li.col-lg-2:nth-child(6n+1) {
      clear: left; } }
  @media (max-width: 1199px) {
    .link_collections ul li.col-md-3:nth-child(4n+1) {
      clear: left; } }
  .link_collections ul li ul li {
    padding: 5px 0; }
    .link_collections ul li ul li a:hover {
      color: #0089ff; }

.collection_reponsive {
  margin-top: 10px; }
  .collection_reponsive .row.row-gutter-14 {
    margin-right: -7px;
    margin-left: -7px; }
    .collection_reponsive .row.row-gutter-14 .product-col {
      padding: 0 7px;
      margin-bottom: 0px; }

.srt {
  width: 100%;
  height: 40px;
  margin-bottom: 0px; }

.wr_sort {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0px;
  height: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .wr_sort {
      margin-top: 5px; } }

.text-sm-right {
  float: right; }

.view-mode {
  display: inline-block;
  float: right;
  right: 0;
  margin-left: 15px; }
  .view-mode a {
    text-decoration: none; }
    .view-mode a:first-child {
      margin-left: 0px; }
  .view-mode .fa.ion-android-menu {
    line-height: 40px; }
  .view-mode .button-view-mode {
    font-size: 16px;
    margin-right: 0px; }

.view-mode span {
  margin-right: 5px;
  line-height: 26px; }

.button-view-mode {
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-shadow: none !important;
  color: #555555;
  width: 25px;
  height: 25px;
  line-height: 35px;
  background: #fff;
  border-radius: 3px;
  border: solid 1px #ebebeb; }
  .button-view-mode i {
    font-size: 22px;
    color: #555555; }
  .button-view-mode.active, .button-view-mode:hover {
    box-shadow: none;
    background: #0089ff;
    border-color: #0089ff; }
    .button-view-mode.active i, .button-view-mode:hover i {
      color: #fff; }
    .button-view-mode.active a, .button-view-mode:hover a {
      color: #0089ff; }
  .button-view-mode a {
    text-decoration: none; }
    .button-view-mode a:hover {
      text-decoration: none;
      color: #0089ff; }
    .button-view-mode a .label .fa {
      line-height: 24px;
      color: #d6d6d6; }
      .button-view-mode a .label .fa:hover {
        color: #ffffff; }
  .button-view-mode:hover {
    color: #0089ff; }
    .button-view-mode:hover a {
      text-decoration: none; }

.category-products {
  margin-top: 0px;
  width: 100%;
  float: left; }

.sortPagiBar {
  display: inline;
  float: left;
  width: 100%; }
  .sortPagiBar.sortpage {
    display: inline-block;
    width: auto; }
    .sortPagiBar.sortpage.page_avalible {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -os-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    @media (max-width: 1199px) {
      .sortPagiBar.sortpage {
        position: relative !important;
        left: auto !important;
        transform: none !important;
        -o-transform: none !important;
        -os-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important; } }
  .sortPagiBar .border_sort select {
    font-family: "Roboto", sans-serif;
    border: none;
    padding: 0px 10px;
    font-size: 14px;
    width: 120px; }

#sort-by {
  float: right;
  font-size: 13px;
  text-align: left; }
  #sort-by .button-asc, #sort-by .button-desc {
    background-color: #fff;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px; }
  #sort-by label {
    font-family: "Roboto", sans-serif;
    float: left;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
    color: #555555; }
  #sort-by div {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right;
    font-family: "Roboto", sans-serif; }
    #sort-by div select {
      border-radius: 3px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      margin-top: 0px;
      color: #555555;
      height: 25px;
      width: 180px;
      border: solid 1px #ebebeb;
      background-color: #fff !important; }
  #sort-by a:link, #sort-by a:visited {
    color: #333;
    text-decoration: none; }
  #sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 36px; }
  #sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 240px;
    float: left;
    color: #333;
    border: 1px solid #ebebeb;
    font-size: 14px; }
    #sort-by li > a {
      display: inline-block;
      width: 100%;
      line-height: 36px; }
    #sort-by li li {
      width: 100%;
      margin-top: 0px;
      border-top: none;
      border-right: none;
      border-left: none; }
      #sort-by li li a:hover {
        color: #007fb8; }
    #sort-by li:hover {
      background-color: #fff; }
    #sort-by li li:hover {
      background-color: #fff;
      color: #007fb8; }
  #sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #F0F0F0 solid; }
    #sort-by ul ul ul {
      position: absolute;
      left: 100%;
      top: -2px;
      border: solid 1px transparent; }
  #sort-by li:hover > ul {
    visibility: visible; }

@media (max-width: 480px) {
  .sortPagiBar {
    margin-bottom: 10px !important;
    float: left !important;
    width: 100%; }
    .sortPagiBar .wr_sort {
      float: left; } }

@media (max-width: 543px) {
  #sort-by div select {
    width: 140px !important; } }

/*============================================================================
8. Blogs
==============================================================================*/
@media (max-width: 991px) {
  .article-wraper .row.row_article {
    display: flex;
    flex-flow: column; }
  .article-wraper .row #a {
    order: 2; }
  .article-wraper .row #b {
    order: 1; } }

.blog_page_section {
  width: 100%;
  float: left; }
  @media (min-width: 1200px) {
    .blog_page_section .blog-main .col-lg-4:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .blog_page_section .blog-main .col-md-4:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog_page_section .blog-main .col-sm-6:nth-child(2n+1) {
      clear: left; } }
  @media (max-width: 767px) {
    .blog_page_section .blog-main .blog-inner .blog-img {
      margin-bottom: 15px; }
    .blog_page_section .blog-main .col-lg-4:nth-child(1n+1) {
      clear: left; } }

.button_wh_40_blog {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  padding: 0px 25px;
  background: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  border: solid 1px #ffffff; }
  .button_wh_40_blog:hover {
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    background: #fff; }

.wrap_border {
  padding: 0px 15px 30px; }
  .wrap_border .bordered {
    border-top: 0px solid #ebebeb;
    height: 1px;
    width: 100%;
    padding: 1px 0px;
    display: block; }

.box-heading .title-head {
  display: block;
  color: #050505;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 20px;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 10px; }
  .box-heading .title-head span {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #222222;
    font-weight: 300 !important;
    text-transform: initial; }

.blog_count {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #acacac; }

.blog-main {
  overflow: hidden;
  margin-top: 10px;
  border-top: none !important; }
  .blog-main .pagination {
    float: right; }

.list-blogs .row .item_i:nth-child(1) .blog-item {
  border-top: dashed 1px #ebebeb; }

.blog-item {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 30px 0px;
  border-bottom: dashed 1px #ebebeb; }
  .blog-item .date {
    position: absolute;
    background: #ffffff;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10; }
    .blog-item .date span {
      display: block;
      line-height: 45px; }
      .blog-item .date span ~ span {
        overflow: hidden;
        border-top: 1px solid #fff; }

.blog_list_item {
  border-top: 0px; }
  @media (min-width: 768px) {
    .blog_list_item {
      margin-bottom: 30px; } }
  .blog_list_item .blog-item {
    padding: 20px 0px 15px 0px;
    margin: 0px 0px !important;
    position: relative;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px; }
    .blog_list_item .blog-item:last-child {
      border-bottom: 0px; }
    .blog_list_item .blog-item .blog-item-thumbnail {
      display: inline-block;
      float: left;
      width: 100%;
      width: 90px; }
      .blog_list_item .blog-item .blog-item-thumbnail a {
        display: block;
        text-align: center; }
        .blog_list_item .blog-item .blog-item-thumbnail a img {
          width: auto !important;
          max-width: 100%; }
    .blog_list_item .blog-item .ct_list_item {
      display: block;
      float: left;
      width: calc(100% - 90px);
      -o-width: calc(100% - 90px);
      -moz-width: calc(100% - 90px);
      -webkit-width: calc(100% - 90px);
      padding-left: 15px; }
      .blog_list_item .blog-item .ct_list_item .author_img {
        display: block;
        margin: 15px 0px;
        color: #898989;
        font-family: 'Noto Serif', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; }
        .blog_list_item .blog-item .ct_list_item .author_img img {
          width: 35px;
          max-width: 100%;
          margin-right: 10px;
          display: inline-block; }
        .blog_list_item .blog-item .ct_list_item .author_img .title_ {
          color: #555555; }
    .blog_list_item .blog-item .summary_ {
      font-family: "Roboto", sans-serif; }
    .blog_list_item .blog-item .blog-item-name {
      font-family: "Roboto", sans-serif;
      margin: 0px 0px 5px;
      line-height: 19px;
      font-size: 14px;
      font-weight: 500; }
      .blog_list_item .blog-item .blog-item-name a {
        color: #555555;
        text-decoration: none; }
    .blog_list_item .blog-item .time_post .fa {
      font-family: 'FontAwesome';
      color: #ffd35a; }
    .blog_list_item .blog-item .blog-item-summary {
      margin: 0px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      color: #7d7d7d; }
      .blog_list_item .blog-item .blog-item-summary img {
        display: none; }

.view_more_blog {
  display: block;
  margin-top: 15px; }
  .view_more_blog a {
    color: #ffffff;
    text-decoration: none; }

.content_ar .author_img {
  display: block;
  margin: 15px 0px;
  color: #898989;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 35px; }
  .content_ar .author_img img {
    width: 35px;
    max-width: 100%;
    margin-right: 10px;
    display: inline-block; }
  .content_ar .author_img .title_ {
    color: #555555; }

.content_ar .summary_ {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #898989;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px; }

.blog-item-name {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 0px 10px;
  color: #555555; }
  .blog-item-name a {
    color: #555555;
    text-decoration: none; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #ffffff; }

.time_post {
  color: #acacac;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }
  .time_post .fa {
    font-family: 'FontAwesome';
    color: #ffbd07; }

.blog-item-summary {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
  color: #898989;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 15px; }
  .blog-item-summary p, .blog-item-summary a {
    margin: 0px;
    padding: 0px; }
  .blog-item-summary img {
    display: none; }

.post-time-blog {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #acb2c3; }
  .post-time-blog span {
    margin-right: 15px; }

.blog-item-thumbnail {
  position: relative; }

.list-blogs {
  margin-top: 5px; }
  .list-blogs .blog-item .wrap_blg {
    overflow: hidden; }
    @media (max-width: 767px) {
      .list-blogs .blog-item .wrap_blg .blog-item-thumbnail {
        margin-bottom: 15px; } }

/*Module Tag blog*/
.ul_tags {
  overflow: hidden;
  margin-top: 15px; }
  .ul_tags a {
    display: inline-block;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    padding: 5px 20px;
    border: solid 1px #555555;
    margin: 0px 5px 10px 0px; }
    .ul_tags a:hover {
      border-color: #0089ff;
      color: #fff;
      background: #0089ff; }

@media (min-width: 1200px) {
  .blog-main .col-lg-4:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-main .col-md-4:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .blog-main .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 991px) {
  .aside-cate-blog {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .blog-main .col-xs-12:nth-child(1n+1) {
    clear: left; } }

/*============================================================================
9. Article
==============================================================================*/
.button_40_ {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: solid 1px #ffffff;
  background: #ffffff;
  padding: 0px 25px;
  border-radius: 0px; }
  .button_40_:hover {
    color: #0089ff;
    background: #fff; }

.img_featured {
  display: block;
  text-align: center;
  margin-bottom: 15px; }
  .img_featured img {
    margin: 0 auto; }

.article-main .title-head-article {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif; }
  .article-main .title-head-article a {
    text-decoration: none;
    color: #555555; }

.article-main .time_post {
  display: block;
  margin-bottom: 15px; }

.article-main .pot {
  color: #acacac;
  font-weight: 300;
  margin-left: 15px; }
  .article-main .pot i {
    color: #ffffff; }
  .article-main .pot .title_ {
    color: #acacac; }

.article-main .postby {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #9397a5;
  margin-bottom: 10px; }
  .article-main .postby span {
    font-size: 13px;
    font-style: italic;
    margin-right: 15px; }
    .article-main .postby span .fa {
      color: #9397a5; }

.article-main .image_first {
  text-align: center;
  margin-bottom: 30px; }
  .article-main .image_first img {
    max-width: 100% !important;
    height: auto !important; }

.article-main .article-content {
  font-size: 14px; }
  .article-main .article-content .rte {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #707070;
    line-height: 24px; }
    .article-main .article-content .rte img {
      max-width: 100% !important;
      height: auto !important;
      margin: 10px 0px; }
    .article-main .article-content .rte p {
      color: #707070;
      margin: 0px;
      padding: 0px; }

.article-main .tags_share {
  overflow: hidden;
  padding-bottom: 0px;
  margin-top: 0px; }
  .article-main .tags_share .share_row {
    overflow: hidden; }
    .article-main .tags_share .share_row div {
      padding: 0px; }
      @media (min-width: 768px) {
        .article-main .tags_share .share_row div.addthis_default_style {
          float: right; } }
      @media (max-width: 767px) {
        .article-main .tags_share .share_row div.addthis_default_style {
          margin-top: 15px; } }

.article-main .tag_article {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  font-weight: 400; }
  .article-main .tag_article .bold {
    font-weight: bold; }
  .article-main .tag_article a {
    font-weight: 400;
    color: #555555; }
    .article-main .tag_article a:hover {
      text-decoration: none;
      color: #0089ff; }

.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px; }

.social-media {
  font-size: 14px;
  text-align: right; }
  .social-media label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #636363; }
  .social-media a {
    margin-right: 7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center; }
    .social-media a.share-facebook {
      background-color: #ebebeb;
      color: #b7b7b7; }
    .social-media a.share-twitter {
      background-color: #ebebeb;
      color: #b7b7b7; }
    .social-media a.share-pinterest {
      background-color: #ebebeb;
      color: #b7b7b7; }
    .social-media a.share-google {
      background-color: #ebebeb;
      color: #b7b7b7; }
    .social-media a .fa {
      margin: 0 auto; }
    .social-media a:hover {
      background-color: hover; }
      .social-media a:hover .fa {
        color: #0089ff; }
  .social-media .list-inline li {
    margin-right: 20px; }

@media (max-width: 767px) {
  .social-media {
    text-align: left !important;
    margin-top: 15px; }
  .page_article {
    width: 100%;
    float: left; }
    .page_article nav {
      width: 100%;
      text-align: center; }
      .page_article nav .pagination {
        float: none;
        width: 100%;
        float: none;
        width: 100%;
        display: flex;
        justify-content: center; }
  .article-main form {
    width: 100%;
    float: left;
    margin-bottom: 0px; }
    .article-main form .margin-top-15 {
      margin-top: 0px !important; } }

.title-form-coment {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #555555;
  display: block;
  font-weight: 500; }
  .title-form-coment.not_bold {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; }
  .title-form-coment.after:after {
    content: "";
    height: 1px;
    width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    position: absolute;
    right: 0;
    top: 12px;
    background: #ebebeb; }

.comments_count_ {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 22px; }

.page_article {
  width: 100%;
  float: left; }

#article-comments {
  font-family: 'Open Sans', sans-serif;
  margin-top: 30px; }
  #article-comments .count_comment p {
    font-size: 14px;
    font-weight: bold; }
  #article-comments .article-comment {
    margin: 15px 0px; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 45px;
    margin-right: 12px;
    border: solid 2px #fff;
    border-radius: 50%;
    overflow: hidden; }
  #article-comments .article-comment-user-comment {
    padding-left: 10px;
    font-size: 14px;
    color: #2d2d2d;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
    display: inline-block;
    width: calc(100% - 90px);
    -o-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px); }
    #article-comments .article-comment-user-comment .border_bt_ar {
      border-bottom: solid 1px #ebebeb; }
  #article-comments .user-name-comment {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 22px; }
    #article-comments .user-name-comment strong {
      font-weight: 400; }
  #article-comments .article-comment-date-bull {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    width: 100%;
    float: left;
    color: #b0b0b0; }
    #article-comments .article-comment-date-bull a {
      color: #b0b0b0;
      text-decoration: none;
      line-height: 24px; }
  #article-comments .content_comment {
    color: #b0b0b0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    display: block;
    width: 100%;
    overflow: hidden; }

.social-media {
  font-size: 1em; }
  .social-media label {
    display: inline-block; }
  .social-media a {
    margin-right: 7px; }
  .social-media .list-inline li {
    margin-right: 20px; }

.fcm .btn-45-no-radius {
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.fcm .btn-40-orange {
  height: 45px;
  line-height: 45px;
  background: #333;
  color: #fff;
  border: solid 1px #333;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 14px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .fcm .btn-40-orange {
      margin-top: 15px; } }

.fcm .form-group {
  margin: 0;
  padding: 0px 15px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .fcm .form-group {
      padding-bottom: 0px; } }
  .fcm .form-group label {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    padding-bottom: 10px;
    width: 100px;
    display: block;
    float: left;
    padding-left: 0px; }
    @media (max-width: 767px) {
      .fcm .form-group label {
        width: 100%; } }
    .fcm .form-group label:after {
      content: "*";
      font-size: 14px;
      color: #eb1010; }
  .fcm .form-group input {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 0px 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .fcm .form-group input {
        margin-bottom: 15px; } }
    .fcm .form-group input:focus {
      outline: none;
      border-color: #ebebeb;
      box-shadow: none; }
    .fcm .form-group input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #333; }
    .fcm .form-group input::-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #333; }
    .fcm .form-group input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #333; }
  .fcm .form-group textarea {
    resize: none;
    border-radius: 3px;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 20px 20px;
    width: 100%; }
    .fcm .form-group textarea:focus {
      outline: none;
      border-color: #ebebeb;
      box-shadow: none; }
  .fcm .form-group input, .fcm .form-group textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .fcm .form-group input::-webkit-input-placeholder, .fcm .form-group textarea::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #333; }
    .fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-moz-placeholder, .fcm .form-group textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #333;
      opacity: 1; }
    .fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #333; }
    .fcm .form-group input::-ms-input-placeholder, .fcm .form-group textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #333; }

.section-news-2 {
  margin-bottom: 20px; }

.list_blog_article {
  width: 100%;
  float: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ebebeb; }
  .list_blog_article li h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #555555;
    padding-left: 15px;
    line-height: 24px;
    font-weight: 400;
    position: relative; }
    .list_blog_article li h3:before {
      content: "\f10a";
      font-family: "Ionicons";
      position: absolute;
      left: 0px;
      top: 0px; }
    .list_blog_article li h3 a {
      color: #555555; }
      .list_blog_article li h3 a span {
        color: #acacac; }

/*============================================================================
10. CART 
==============================================================================*/
.pd-right {
  padding-left: 0px; }

.title_head .title_center {
  display: block;
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 36px;
  color: #555555;
  margin: 0px;
  padding: 0px;
  line-height: 32px; }

.main-container {
  min-height: 300px; }
  .main-container .col-main {
    float: none;
    width: auto; }
    .main-container .col-main .cart .bg-scroll {
      border-top: none;
      margin-top: 15px;
      overflow: hidden;
      border-top: none;
      border-bottom: none;
      border-right: none; }
    .main-container .col-main .cart .cart-thead {
      background: #fff;
      font-weight: bold;
      font-size: 13px;
      clear: both;
      width: 100%;
      float: left;
      min-width: 600px;
      border-bottom: solid 1px #ebebeb;
      padding: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-container .col-main .cart .cart-thead div:nth-child(1) {
          width: 45% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(2) {
          width: 17% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(3) {
          width: 14% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(4) {
          width: 9% !important; }
        .main-container .col-main .cart .cart-thead div:nth-child(5) {
          width: 15% !important; } }
    .main-container .col-main .cart .cart-thead div {
      font-family: "Roboto", sans-serif;
      float: left;
      font-weight: 400;
      padding: 10px 0px;
      color: #555555;
      text-align: center;
      font-size: 14px;
      border-top: solid 1px #ebebeb;
      border-left: solid 1px #ebebeb; }
      .main-container .col-main .cart .cart-thead div:last-child {
        border-right: solid 1px #ebebeb; }
    .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 #ebebeb;
      width: 100%;
      float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-container .col-main .cart .item-cart div:nth-child(1) {
        width: 10% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(2) {
        width: 36% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(3) {
        width: 17% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(4) {
        width: 12% !important; }
        .main-container .col-main .cart .item-cart div:nth-child(4) div {
          width: 100% !important; }
          .main-container .col-main .cart .item-cart div:nth-child(4) div.input_qty_pr {
            margin-top: 10px !important; }
      .main-container .col-main .cart .item-cart div:nth-child(5) {
        width: 9% !important; }
      .main-container .col-main .cart .item-cart div:nth-child(6) {
        width: 15% !important; } }
    .main-container .col-main .cart .item-cart .image .product-image img {
      max-width: 100%;
      height: auto;
      max-height: 98px;
      width: auto;
      display: inherit;
      margin: 0 auto; }
    .main-container .col-main .cart .cart-tbody .item-cart div.image {
      padding: 20px 10px 20px 0px !important; }
    .main-container .col-main .cart .cart-tbody .item-cart div {
      float: left;
      padding: 20px 10px 20px 20px;
      line-height: 20px;
      vertical-align: top;
      height: 160px;
      display: -webkit-flex;
      -webkit-align-items: center;
      display: -ms-flexbox;
      display: flex !important;
      flex-flow: column;
      justify-content: center; }
    .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-itemx {
      font-family: "Roboto", sans-serif;
      display: block;
      color: #898989;
      font-size: 14px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      line-height: 40px; }
      .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-itemx:hover {
        color: #0089ff; }
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
      min-height: 75px;
      display: block;
      height: auto;
      width: 100%;
      padding: 0 10px; }
    @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 {
      font-family: "Roboto", sans-serif;
      margin: 0px;
      padding-bottom: 5px;
      font-size: 14px;
      font-weight: 400;
      color: #555555;
      line-height: 24px;
      margin-left: 0px; }
      .main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
        color: #555555;
        text-decoration: none; }
    .main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
      height: auto;
      border-right: none;
      width: 100%;
      margin-top: 0px;
      padding: 0px;
      position: relative;
      border-left: 0px; }
    .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 #f5f5f5;
      outline: none;
      height: 30px;
      width: 25px;
      vertical-align: baseline;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .variant-title {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #686868; }
    .main-container .col-main .cart .cart-tbody .item-cart div .price {
      font-family: 'Arial', sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 7;
      color: #ff0000; }
    .main-container .col-main .cart .item-cart .items-count {
      border: 1px solid #f5f5f5;
      outline: none;
      background: #fff;
      height: 250px;
      width: 25px;
      vertical-align: top;
      text-align: center;
      padding: 0; }
    .main-container .col-main .cart .item-cart .number-sidebar {
      border: 1px solid #f5f5f5;
      height: 30px;
      margin-left: -1px;
      text-align: center;
      width: 60px;
      margin-right: -1px;
      padding: 0;
      line-height: 15px;
      font-weight: 400;
      font-size: 14px; }
      @media (min-width: 1500px) {
        .main-container .col-main .cart .item-cart .number-sidebar {
          width: 75px; } }
    .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 .fot_totals {
      text-align: right;
      padding: 0; }
      .main-container .col-main .cart .fot_totals .total_price .total_p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #555555;
        font-weight: 400; }
        .main-container .col-main .cart .fot_totals .total_price .total_p .price {
          margin-left: 10px;
          font-family: 'Arial', sans-serif;
          color: #ff0000;
          font-size: 18px;
          font-weight: 700; }
    .main-container .col-main .cart .checkout_button {
      width: 100%;
      float: left;
      margin-top: 15px; }
    .main-container .col-main .cart .btn-proceed-checkout {
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      line-height: 40px;
      color: #fff;
      height: 40px;
      font-size: 13px;
      font-weight: bold;
      background: #333;
      border: solid 1px #333;
      padding: 0px 30px; }
      .main-container .col-main .cart .btn-proceed-checkout:hover {
        background: #fff;
        border-color: #0089ff;
        color: #0089ff; }
    .main-container .col-main .cart .btn.btn-white {
      border: 1px solid #ffffff;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      background: #fff;
      color: #ffffff;
      padding: 0px 30px;
      font-size: 13px;
      margin-right: 15px;
      text-transform: uppercase;
      float: right !important; }
      .main-container .col-main .cart .btn.btn-white:hover {
        border-color: #0089ff;
        background: #fff;
        color: #0089ff; }
    .main-container .col-main .cart .totals .inner {
      padding: 15px 30px;
      margin-top: 0;
      margin-right: 1px;
      overflow: hidden;
      border: solid 1px #ebebeb;
      border-top: 0px; }
    .main-container .col-main .cart #shopping-cart-totals-table tr td {
      border: #ebebeb thin solid;
      border-top: none;
      border-bottom: none;
      padding: 20px; }
      .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 239px;
        border-left: 1px solid #ebebeb; }
    .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;
      padding: 20px;
      border: 1px solid #ebebeb;
      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 span.totals_price.price {
      color: #ffffff;
      font-size: 16px; }
    .main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
      min-height: 0;
      position: static;
      display: inline-block;
      float: none;
      margin-bottom: 0; }
    .main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
      outline: none;
      vertical-align: baseline;
      text-align: center;
      padding: 0;
      display: inline-block;
      margin: 0;
      position: absolute;
      z-index: 2;
      line-height: 17px;
      font-weight: 400; }
    .main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
      left: 25px;
      font-size: 18px;
      top: 0px; }
      @media (min-width: 992px) and (max-width: 1440px) {
        .main-container .col-main .cart button.reduced_pop.items-count.btn-minus {
          left: 10px; } }
      .main-container .col-main .cart button.reduced_pop.items-count.btn-minus .fa {
        margin-left: -3px;
        font-weight: 400; }
    .main-container .col-main .cart button.increase_pop.items-count.btn-plus {
      right: 25px;
      font-size: 17px;
      top: 0px; }
      @media (min-width: 992px) and (max-width: 1440px) {
        .main-container .col-main .cart button.increase_pop.items-count.btn-plus {
          right: 10px; } }
      .main-container .col-main .cart button.increase_pop.items-count.btn-plus .fa {
        margin-right: -3px;
        font-weight: 400; }

.table-total .table tbody tr td {
  font-family: "Roboto", sans-serif;
  padding: 10px 15px; }

.table-total .table tbody tr .total-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.table-total .table tbody tr .price_end {
  font-weight: 700;
  color: #ff0000; }

.form-cart-continue {
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  background: #fff;
  color: #ffffff;
  border: solid 1px #ffffff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px; }
  .form-cart-continue:hover {
    border-color: #0089ff;
    color: #0089ff;
    background: #fff;
    text-decoration: none; }

.btn-checkout-cart {
  display: block;
  padding: 0 30px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #0089ff;
  background-color: #ffffff;
  text-transform: uppercase;
  border: solid 1px #0089ff;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 0px; }
  .btn-checkout-cart:hover {
    cursor: pointer;
    border-color: #0089ff;
    color: #ffffff;
    background-color: #0089ff;
    text-decoration: none; }

@media (max-width: 1199px) {
  .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 196px; } }

@media (max-width: 991px) {
  .item-product .title-product-cart-mobile {
    max-width: 150px; }
  /*Gio hang*/
  .contin {
    border: solid 1px #ffffff !important;
    margin-top: 15px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff; }
    .contin span {
      font-weight: bold;
      color: #ffffff; }
  .sign_main {
    background: #f7f8f9;
    margin-top: 40px; }
  .main {
    border-bottom: solid 1px #ebebeb;
    background: #fff;
    margin-top: 40px; }
  .cart-mobile {
    padding: 10px 15px; }
  .header-cart {
    padding: 10px 15px 0px;
    border-bottom: solid 1px #ebebeb;
    margin-top: -10px; }
  .header-cart-content {
    margin-top: 10px; }
  .header-cart-content .content-product-list {
    min-height: 110px;
    border-top: solid 1px #ebebeb; }
  /*.header-cart {padding-bottom: 10px; margin-bottom: 10px;}*/
  .header-cart .title-cart {
    line-height: 10px; }
  .header-cart-price {
    padding: 18px 15px; }
  .title-cart h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
  .title-cart p {
    font-family: Arial , sans-serif;
    font-size: 12px;
    color: #9c9c9c; }
  .title-cart a {
    float: right;
    margin-top: -28px;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
    font-family: Arial, sans-serif; }
  .btn-proceed-checkout-mobile {
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border: none;
    background: #333;
    width: 100%;
    border: solid 1px #333;
    text-transform: uppercase; }
  .total_mobile {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #252525;
    margin-bottom: 15px;
    display: block; }
    .total_mobile .totals_price_mobile {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 18px;
      color: #ff0000; }
  .content-product-list .item-product {
    padding: 15px 15px;
    min-height: 110px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden; }
  .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
    float: left; }
  .item-product-cart-mobile {
    max-width: 115px;
    margin-right: 10px; }
  .item-product-cart-mobile img {
    max-width: 115px;
    margin-right: 10px; }
  .select-item-qty-mobile {
    float: right;
    text-align: center; }
  .title-product-cart-mobile a {
    word-break: break-word;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #363636; }
  .select-item-qty-mobile input.qty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    margin: 0 !important;
    outline: medium none;
    padding: 5px 5px 5px 12px;
    width: 41px; }
  .title-product-cart-mobile p {
    line-height: 2;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #898989; }
  .title-product-cart-mobile span {
    color: #ff0000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold; }
  .select-item-qty-mobile a {
    line-height: 3;
    color: #363636;
    font-family: 'Open Sans', sans-serif; } }

@media (max-width: 767px) {
  .cart-mobile {
    padding: 10px 0px !important; } }

@media screen and (max-width: 991px) {
  .select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 21px;
    min-height: 0;
    font-size: 14px; }
  .item-product .title-product-cart-mobile {
    max-width: 150px; }
  .title-product-cart-mobile h3 {
    line-height: 24px;
    margin: 0; }
  .main-cart-page {
    min-height: auto !important; }
  .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    line-height: 1;
    height: 25px;
    width: 25px;
    border-style: hidden;
    background: none !important;
    color: #000;
    border: solid thin #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 1;
    border-style: hidden;
    color: #fff;
    background: none !important;
    color: #000;
    border: solid thin #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 0px;
    text-align: center;
    padding: 0px; }
  .select-item-qty-mobile > div {
    position: relative;
    width: 68px;
    height: 25px; } }

@media screen and (max-width: 375px) {
  .item-product .title-product-cart-mobile {
    max-width: 100px !important; } }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
#customer_register {
  margin-bottom: 20px; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .nopadding-xs {
    padding: 0px; } }

.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 {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
  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%); }

.title-head-login {
  text-align: center;
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; }

@media (max-width: 543px) {
  .page-login span.intr {
    font-size: 13px !important; }
  .address .page_address .adr_title .title-head a {
    width: 100%;
    margin-top: 15px; } }

.page-login {
  padding-bottom: 40px;
  margin-top: 0px; }
  .page-login span.intr {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #111111;
    text-align: center;
    display: block; }
  .page-login .form-signup {
    margin-top: 15px; }
    .page-login .form-signup .form-group {
      margin-bottom: 15px; }
      .page-login .form-signup .form-group label {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #9397a5;
        line-height: 22px;
        margin-bottom: 10px;
        font-weight: 400; }
      .page-login .form-signup .form-group input {
        height: 45px;
        padding: 0 20px;
        color: #555555;
        line-height: 45px;
        border-color: #ebebeb;
        border-radius: 0px;
        box-shadow: none;
        border-radius: 5px; }
      .page-login .form-signup .form-group textarea {
        box-shadow: none;
        border-radius: 0px; }
      .page-login .form-signup .form-group input::placeholder {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #111111; }
    .page-login .form-signup .accept_submit {
      margin-left: 20px;
      margin-top: 10px; }
      .page-login .form-signup .accept_submit span {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #111111; }
    .page-login .form-signup .button-50 {
      font-size: 16px;
      line-height: 45px;
      height: 45px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 500; }
      .page-login .form-signup .button-50.width_100 {
        width: 100%;
        border-radius: 5px; }
    .page-login .form-signup .have_ac {
      font-family: 'Open Sans', sans-serif;
      font-size: 15px;
      color: #898989;
      margin-left: 15px;
      display: block;
      text-align: center; }
      .page-login .form-signup .have_ac a {
        color: #555555; }
    .page-login .form-signup .fot_sigup .tit {
      display: block;
      position: relative;
      text-align: center;
      width: 100%;
      float: left; }
      .page-login .form-signup .fot_sigup .tit:before {
        content: " ";
        width: 97%;
        height: 1px;
        padding: 1px 0px 0px;
        background: #ebebeb;
        color: #ebebeb;
        position: absolute;
        left: 10px;
        top: 17px;
        line-height: 32px;
        z-index: 1; }
      .page-login .form-signup .fot_sigup .tit span {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 32px;
        padding: 0px 15px;
        background-color: #fff;
        display: inline-block;
        background: #fff;
        color: #898989;
        z-index: 12;
        position: relative; }
    .page-login .form-signup .social_login {
      width: 100%;
      float: left; }

.login-width-social #social_login_widget #social_login {
  margin: 0 auto 50px;
  height: 100px !important; }

.recv-text {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-align: left;
  width: 100%;
  overflow: hidden;
  margin: 0 15px 0px 0px; }
  .recv-text a {
    cursor: pointer;
    color: #898989; }

.passed {
  color: #ffffff; }

.customer-form {
  padding: 37px 54px;
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .customer-form {
      padding: 0px 15px 20px;
      margin-bottom: 15px; } }
  .customer-form form {
    margin-bottom: 0px !important; }
    .customer-form form#customer_login {
      position: relative; }
    .customer-form form h2 {
      text-transform: uppercase;
      font-size: 18px;
      margin: 0 0 20px 0; }
    .customer-form form #intro {
      font-weight: 600;
      font-size: 12px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .customer-form form #intro {
          margin-bottom: 0px; } }
    .customer-form form label {
      display: block; }
    .customer-form form .input-control {
      width: 515px;
      margin-bottom: 10px; }
    .customer-form form .action-btn {
      margin-top: 10px; }
      .customer-form form .action-btn a {
        color: #555555; }
        .customer-form form .action-btn a:hover {
          color: #0089ff;
          text-decoration: none; }
    .customer-form form .button {
      padding: 10px; }
    .customer-form form #register-btn {
      position: absolute;
      right: -55px;
      top: -85px; }
      .customer-form form #register-btn:hover {
        color: #fff; }
    .customer-form form a.button:hover {
      color: #fff; }
    .customer-form form#customer_register .input-control {
      width: 100%; }
    .customer-form form .button_all {
      background: #ffffff;
      border: solid 1px #ffffff;
      color: #fff !important; }
      .customer-form form .button_all:hover {
        background: #fff;
        color: #ffffff !important; }

/*FixApp login*/
.embedContent .embedHeader {
  display: none !important; }

@media (max-width: 991px) {
  .pp_pic_holder .ppt {
    width: 100% !important; } }

/*Contact Page*/
.required {
  color: red; }

.t_contact h1 {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #555555;
  padding: 0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px; }

.t_contact ul {
  width: 100%;
  float: left; }
  .t_contact ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .t_contact ul li .block_fonticon {
      display: inline-block;
      float: left;
      width: 30px;
      text-align: left;
      margin-right: 5px; }
      .t_contact ul li .block_fonticon i {
        margin-left: 1px;
        font-size: 20px;
        color: #ffffff; }
    .t_contact ul li .title_li {
      display: block;
      width: calc(100% - 30px);
      float: left;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #707070; }
      .t_contact ul li .title_li a {
        color: #ffffff;
        text-decoration: none; }
        .t_contact ul li .title_li a.fone {
          font-weight: 700; }

.contact h2 {
  font-size: 15px;
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.contact .button_contact {
  margin-top: 15px !important;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  border: solid 1px #333;
  background: #333;
  color: #fff;
  text-transform: uppercase; }

.wrap_contact {
  background: #f4574c;
  overflow: hidden;
  padding: 20px 0px; }
  .wrap_contact .icon_widget {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8948d;
    border: solid 3px #f67970;
    line-height: 40px;
    text-align: center; }
    .wrap_contact .icon_widget .fa {
      font-size: 16px;
      color: #fff; }
  .wrap_contact .contact_info {
    display: block;
    padding-left: 50px;
    margin-left: 25px; }
    .wrap_contact .contact_info span, .wrap_contact .contact_info a {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      text-decoration: none; }
      .wrap_contact .contact_info span.lh, .wrap_contact .contact_info a.lh {
        line-height: 45px; }
    .wrap_contact .contact_info a {
      width: 100%;
      float: left; }

.page_cotact .title-head-contact {
  margin: 0px;
  padding: 10px 0px 30px;
  ffont-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #555555;
  line-height: 22px;
  text-align: left; }

.page_cotact .form-signup {
  margin: 0px; }

@media (max-width: 767px) {
  .max767 .title_center_page {
    padding: 0px 15px !important; }
    .max767 .title_center_page:after {
      right: 15px !important; } }

@media (max-width: 480px) {
  .max767 .title_center_page:after {
    width: calc(100% - 130px) !important;
    -o-width: calc(100% - 130px) !important;
    -moz-width: calc(100% - 130px) !important;
    -webkit-width: calc(100% - 130px) !important; } }

.template-contact .t_contact {
  width: 100%;
  float: left; }

.template-contact .brand_contact {
  width: 100%;
  float: left; }
  .template-contact .brand_contact .owl_brand_contact {
    width: 100%;
    float: left; }
    .template-contact .brand_contact .owl_brand_contact .itembrand a {
      height: 90px;
      justify-content: center;
      display: flex;
      -o-justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -os-justify-content: center;
      -o-display: flex;
      -moz-display: flex;
      -webkit-display: flex;
      -os-display: flex;
      align-items: center;
      padding: 10px 0;
      overflow: hidden; }
      .template-contact .brand_contact .owl_brand_contact .itembrand a img {
        max-width: 100%;
        max-height: 100%;
        height: auto; }
    .template-contact .brand_contact .owl_brand_contact .owl-nav {
      display: none; }
    .template-contact .brand_contact .owl_brand_contact .owl-dots {
      position: relative; }
      .template-contact .brand_contact .owl_brand_contact .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        background: #ebebeb; }
        .template-contact .brand_contact .owl_brand_contact .owl-dots .owl-dot.active {
          background: #0089ff; }

.template-contact input, .template-contact textarea {
  border-radius: 0px; }

@media (max-width: 767px) {
  .template-contact .contact form {
    padding: 0px 15px; } }

/*Loaction Contact */
.google-map {
  width: 100%; }
  @media (max-width: 991px) {
    .google-map {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .google-map {
      padding: 0px 15px; } }

.google-map .map {
  width: 100%;
  height: 455px;
  background: #dedede;
  border: solid 10px #ebebeb; }

@media (max-width: 991px) {
  .title-module-page {
    padding-top: 20px; } }

.title-module-page h2 {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px; }
  .title-module-page h2 span .fa {
    color: #0089ff;
    padding-right: 5px; }

/*Account_customer*/
.back_account {
  color: #ffffff !important;
  text-transform: none;
  font-weight: 500; }

.back_account:hover {
  text-decoration: none; }

.full-width {
  width: 100%; }

.page_customer_account .col-main-acount {
  margin-bottom: 40px; }
  .page_customer_account .col-main-acount .col-left-account .page-title .title-head {
    font-family: 'Open Sans', sans-serif; }
    .page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
      color: #555555;
      font-size: 14px;
      font-weight: bold;
      line-height: 10px;
      text-transform: uppercase;
      text-decoration: none; }
      .page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover {
        color: #ffffff; }
  .page_customer_account .col-main-acount .col-left-account .no-padding {
    padding: 0px; }
    .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
      border: 1px #ebebeb solid;
      font-size: 15px;
      margin-bottom: 0px;
      font-size: 13px;
      line-height: 37px;
      color: #252525;
      margin-bottom: 30px;
      margin-top: 15px; }
      .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default {
        color: #333333;
        text-align: center;
        border: #ebebeb thin solid;
        line-height: 1.5;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        background: #ebebeb;
        min-width: 60px; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr {
          color: #333333;
          text-align: center;
          border: #ebebeb thin solid;
          line-height: 1.5;
          font-family: Arial;
          font-size: 16px;
          font-weight: bold;
          background: #ebebeb;
          min-width: 60px; }
          @media screen and (max-width: 767px) {
            .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
              white-space: nowrap; } }
          .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart .thead-default tr th {
            padding: 5px;
            font-size: 14px;
            color: #55595c;
            background-color: #eceeef;
            text-align: center;
            font-weight: 400; }
      @media screen and (max-width: 767px) {
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
          white-space: nowrap; } }
      .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td {
        padding: 5px;
        text-align: center; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td .price {
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          color: #555555; }
        .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart tbody tr td a:hover {
          color: #ffffff; }
  .page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #ebebeb solid;
    border-radius: 5px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
      color: #dc3333;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 10px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
        font-size: 18px;
        margin: 0px;
        padding: 0px; }
    .page_customer_account .col-main-acount .col-right-account .block-account .block-content {
      padding: 0px; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
        margin: 10px 0px;
        line-height: 24px;
        padding: 0px;
        overflow: hidden; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
          width: 20px;
          text-align: center;
          color: #ffffff;
          float: left;
          line-height: 24px; }
        .page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
          display: block;
          width: calc(100% - 35px);
          float: left; }
      .page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
        border-radius: 0px;
        background: #ffffff;
        color: #fff;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        font-weight: 400; }

.page_order_account .top_order_title .title-headding {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.page_order_account .top_order_title .order_date a {
  margin-left: 30px;
  color: #ffffff; }

.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping {
  padding: 0px; }
  .page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 18px; }
  .page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i {
    color: #ffffff; }

.page_order_account .content_order .table-responsive-block .table-cart .thead-default tr th {
  padding: 10px 15px; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr td a {
  color: #555555; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .numeric {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #ff0000;
  font-weight: 700; }

.page_order_account .content_order .table-responsive-block .table-cart tbody tr .link:hover a {
  color: #ffffff;
  text-decoration: none; }

@media (min-width: 992px) {
  .page_order_account .oder_total_monney .totalorders .order_summary td:nth-child(2) {
    text-align: right; } }

.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #ff0000;
  font-weight: 700; }

.page-header {
  margin: 20px 0 20px; }
  .page-header h4 {
    margin: 0px; }

.canced {
  color: red; }

.price_off {
  color: red;
  text-decoration: line-through; }

@media (max-width: 767px) {
  .oder_total_monney {
    overflow: hidden; }
  .max-767 {
    margin-top: 15px; } }

@media screen and (max-width: 991px) {
  .m992 {
    display: none; }
  #parent {
    display: flex;
    flex-flow: column; }
  #a {
    order: 2; }
  #b {
    order: 1; }
  .sodiachi .form-xs {
    line-height: 10px !important; } }

@media screen and (min-width: 992px) {
  .mx991 {
    display: none; } }

/*Adress*/
.address .page_address .btn-bg-addresss {
  font-family: 'Arial', sans-serif;
  background: #ffffff;
  color: #fff;
  border: solid 1px #ffffff;
  font-size: 14px;
  border-radius: 0px; }
  .address .page_address .btn-bg-addresss:hover {
    background: #fff;
    color: #0089ff;
    border: solid 1px #0089ff; }

.col-address .checkbox {
  margin-top: 5px !important; }
  .col-address .checkbox input {
    margin-left: 15px; }

.total_address .form-group, .col-address .form-group {
  margin-bottom: 15px; }
  .total_address .form-group select, .total_address .form-group input, .col-address .form-group select, .col-address .form-group input {
    box-shadow: none;
    border-radius: 0px; }
    .total_address .form-group select:focus, .total_address .form-group input:focus, .col-address .form-group select:focus, .col-address .form-group input:focus {
      outline: none; }

.total_address .checkbox, .col-address .checkbox {
  line-height: 12px;
  margin-top: 20px; }
  .total_address .checkbox input, .col-address .checkbox input {
    opacity: 1;
    width: auto;
    line-height: 24px;
    height: auto; }
  .total_address .checkbox span, .col-address .checkbox span {
    line-height: 14px; }

.theborder {
  border-top: solid 1px #ebebeb; }
  .theborder tr th {
    border-bottom: 1px solid #ebebeb !important; }

.address input, .address select {
  border: solid 1px #ebebeb; }

.address .page_address .adr_title {
  padding: 20px;
  overflow: hidden; }
  .address .page_address .adr_title .title-head {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px; }
    .address .page_address .adr_title .title-head a {
      display: block;
      cursor: pointer;
      color: #555555; }

.address .page_address .col-address {
  overflow: hidden; }

.address .page_address .total_address {
  padding: 0px 0px 40px 0px; }
  .address .page_address .total_address .checkbox input {
    margin-left: 0px; }
  .address .page_address .total_address input, .address .page_address .total_address select {
    border: solid 1px #ebebeb; }

/*EndAdress*/
/*11.2 Account*/
.block-account h3 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0; }

@media (max-width: 767px) {
  .page_order_account .top_order_title .order_date a {
    margin-left: 0 !important;
    display: block !important; }
  .block-account {
    margin-bottom: 20px; }
  .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
    margin-top: 0px; }
  .page_customer_account .col-main-acount .col-left-account .no-padding .my-account .dashboard .recent-orders .tab-all .table-cart {
    margin-bottom: 0px !important;
    border-bottom: 0px; } }

.customer-name {
  color: #ffffff;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff;
  padding-top: 20px; }
  .block-content.form-signup p {
    padding: 0 20px; }
    .block-content.form-signup p i {
      color: #ffffff;
      margin-right: 10px; }

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

/*Order*/
.color_main {
  color: #ffffff !important; }

#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 20px; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #ffffff;
    margin-right: 5px; }

.totalorders {
  background: #fff;
  border-color: #ebebeb; }

.order-headding {
  margin: 0; }

.contact-owf {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .contact-owf {
    margin-top: -15px !important; } }

.info-contact .title-head {
  font-family: 'Arial';
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #555555; }

.info-contact .widget-menu {
  font-family: 'Arial';
  font-size: 14px;
  margin-bottom: 30px;
  overflow: hidden; }
  .info-contact .widget-menu .ico-left {
    display: block;
    float: left;
    width: 25px;
    text-align: center; }
  .info-contact .widget-menu p, .info-contact .widget-menu .rc {
    display: block;
    float: left;
    width: calc(100% - 35px);
    margin-left: 5px; }
  .info-contact .widget-menu li {
    margin-bottom: 5px; }
    .info-contact .widget-menu li:hover > a {
      text-decoration: none; }

.info-contact .border-contact-page {
  padding: 2px 0px;
  border: dashed 1px #ebebeb;
  display: block; }

.info-contact .logo {
  font-size: 20px; }

.info-contact .widget-menu p {
  display: inline; }

.info-contact .logo {
  font-size: 20px; }

/*============================================================================
12. SIDEBAR
==============================================================================*/
/*Aside Category*/
/*Sale offf today*/
.off_today_collection .sale_off_today {
  border-top: 0px !important; }

/*End*/
.ui-widget.ui-widget-content {
  height: 4px;
  background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #ffffff !important;
  height: 4px !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50% !important;
  top: -6px !important;
  background: #ffffff !important;
  border: solid 4px #ffffff !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15); }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 0px;
  width: calc(100% - 14px);
  margin-left: 7px;
  float: left;
  margin-top: 15px; }

.filter-price-value {
  width: 100%; }

.price_val {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  float: left;
  color: #252525;
  line-height: 25px; }

#start label, #stop label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 25px;
  padding-left: 5px; }

#start {
  float: left; }
  #start input {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background: #fff;
    height: auto;
    width: auto;
    float: left;
    display: inline-block; }

#stop {
  float: left;
  margin-left: 10px;
  text-align: center;
  position: relative; }
  #stop input {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: left;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background: #fff;
    height: auto;
    width: auto;
    float: left;
    display: inline-block; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -5px;
    font-size: 17px;
    line-height: 22px; }

a#filter-value {
  line-height: 38px;
  width: 99%;
  display: block;
  height: 40px;
  margin-top: 80px;
  background: #ffffff;
  border: solid 1px #ffffff;
  font-weight: bold;
  border-radius: 3px; }
  a#filter-value:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: #fff; }

/***PAGE***/
.page {
  min-height: 150px; }

/*============================================================================
#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; }

/*WISH LIST*/
.wishlist-title {
  display: none !important; }

.wishlist-page-body {
  position: relative;
  float: left !important;
  margin: 40px auto !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important; }
  @media (max-width: 767px) {
    .wishlist-page-body {
      margin-left: 0% !important;
      transform: translateX(0%) !important; } }

.wishlist-clearfix .wishlist-search {
  position: relative;
  width: 35% !important; }
  .wishlist-clearfix .wishlist-search #wishlist_search_input {
    position: relative;
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .wishlist-clearfix .wishlist-search:after {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 8px;
    color: #a2a2a2; }

.wishlist-clearfix .wishlist-share {
  width: 15% !important;
  margin-top: 3px; }

.wishlist-clearfix .wishlist-display-style {
  float: none !important;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 10% !important;
  text-align: right; }
  .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active {
    color: #0089ff !important; }
  .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
    color: #0089ff !important; }

.wishlist-list-view {
  padding-top: 15px;
  border-top: dashed 1px #ddd; }
  .wishlist-list-view .wishlist-view-page .wishlist-product {
    margin-bottom: 70px; }
    .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
      width: 180px !important;
      height: auto !important; }
    .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
      width: calc(100% - 180px - 180px); }
      .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
        color: #231f20 !important;
        font-family: "Roboto", sans-serif;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 24px;
        margin-bottom: 10px;
        overflow: hidden;
        display: block; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
          font-family: "Roboto", sans-serif;
          color: #231f20 !important;
          margin: 0px !important;
          font-size: 13px; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
          color: #ffffff !important; }
          .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
            color: #ffffff !important; }
      .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
        margin: 0px 0px 10px !important;
        color: #555555 !important; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          font-weight: bold !important;
          line-height: 25px !important;
          color: #ff0000 !important;
          margin-right: 10px !important; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
          font-family: "Roboto", sans-serif;
          font-size: 14px;
          color: #898989 !important;
          font-weight: 300; }
      .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
        font-family: "Arial", sans-serif;
        font-weight: 300;
        color: #6b6b6b !important;
        margin: 0px !important; }
    .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
      font-family: "Roboto", sans-serif;
      margin-bottom: 0px !important; }
      .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        background-image: none;
        line-height: 24px !important;
        border-radius: 5px !important;
        cursor: pointer;
        display: inline-block;
        font-size: 12px !important;
        text-transform: uppercase !important;
        font-weight: 400;
        color: #fff !important;
        background: #ffffff !important;
        border: solid 1px #ffffff !important;
        padding: 7px 12px 7px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
          border-color: #ffffff !important;
          color: #ffffff !important;
          background: #fff !important; }
          .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover:before {
            color: #ffffff; }
    .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
      text-align: right; }
      .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
        font-family: "Arial", sans-serif;
        font-size: 11px !important;
        line-height: 24px;
        color: #616161 !important;
        text-transform: uppercase !important;
        font-weight: 500 !important; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
          font-family: 'FontAwesome';
          position: absolute;
          margin-left: -20px;
          margin-top: 0px;
          font-size: 14px;
          color: #616161; }
        .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
          color: #ffffff !important;
          text-decoration: none !important; }
          .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
            color: #ffffff !important; }

.wishlist-grid-view {
  padding: 30px 0px;
  border-top: dashed 1px #ddd; }
  .wishlist-grid-view .wishlist-view-page .wishlist-product {
    width: calc(100% / 5);
    padding: 0px 15px; }
    .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
      height: auto !important;
      width: 180px !important;
      overflow: hidden; }
    .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
      text-align: center;
      min-height: 100px;
      overflow: hidden; }
      .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
        color: #231f20 !important;
        font-family: "Roboto", sans-serif;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 24px; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
          font-size: 13px;
          padding: 0px 5px;
          color: #231f20 !important;
          margin: 0px !important; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
          color: #ffffff !important; }
          .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
            color: #ffffff !important; }
      .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
        margin: 0px 0px 15px 0px !important;
        color: #555555 !important; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
          font-size: 16px;
          font-family: "Roboto", sans-serif;
          font-weight: bold !important;
          line-height: 25px !important;
          color: #ff0000 !important;
          margin-right: 10px !important; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
          font-family: "Roboto", sans-serif;
          font-size: 14px !important;
          font-weight: 300 !important;
          color: #898989 !important; }
      .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
        color: #231f20 !important;
        margin: 0px !important; }
    .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
      margin-top: 5px; }
      .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
        font-family: 'Arial', sans-serif;
        margin-bottom: 0px !important; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
          font-family: "Roboto", sans-serif;
          font-size: 11px;
          background-image: none;
          line-height: 24px !important;
          border-radius: 5px !important;
          cursor: pointer;
          display: inline-block;
          position: relative;
          font-size: 12px !important;
          text-transform: uppercase !important;
          font-weight: 400;
          color: #fff !important;
          background: #ffffff !important;
          border: solid 1px #ffffff !important;
          padding: 7px 12px 7px 12px;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap; }
          .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
            border-color: #ffffff !important;
            color: #ffffff !important;
            background: #fff !important; }
            .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover:before {
              color: #ffffff; }
      .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
        text-align: center; }
        .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
          font-family: "Roboto", sans-serif;
          font-size: 11px !important;
          line-height: 24px;
          color: #616161 !important;
          text-transform: uppercase !important;
          font-weight: 500 !important; }
          .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
            font-family: 'FontAwesome';
            position: absolute;
            margin-left: -20px;
            margin-top: 0px;
            font-size: 13px;
            color: #616161; }
          .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
            color: #ffffff !important;
            text-decoration: none !important; }
            .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
              color: #ffffff !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .wishlist-page-body .wishlist-grid-view .wishlist-product {
    width: calc(100% / 4) !important; } }

@media (max-width: 991px) {
  .wishlist-page-body .wishlist-clearfix .wishlist-share {
    width: 30% !important;
    margin-top: 3px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .wishlist-page-body .wishlist-grid-view .wishlist-product {
    width: calc(100% / 3) !important; } }

@media (max-width: 767px) {
  /*Wishlist*/
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: calc(100% - 160px); }
  .wishlist-page-body .wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
    display: block;
    width: 45% !important; } }

@media (max-width: 720px) {
  .wishlist-page-body .wishlist-share-select select {
    height: 40px !important;
    padding: unset;
    margin-bottom: 20px;
    padding: 5px 10px !important; }
  .wishlist-page-body .wishlist-clearfix .wishlist-display-style {
    float: none !important;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30% !important;
    text-align: right; }
  .wishlist-page-body .wishlist-clearfix .wishlist-search {
    position: relative;
    width: 60% !important; }
  .wishlist-grid-view .wishlist-view-page .wishlist-product {
    height: auto !important; } }

@media (max-width: 580px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
    width: 100% !important;
    margin-bottom: 15px !important; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background: #fff !important;
    width: auto !important;
    margin-left: -15px !important; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:before {
    color: #ffffff; }
  .wishlist-page-body .wishlist-grid-view .wishlist-product {
    width: calc(100% / 1) !important; } }

@media (max-width: 543px) {
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
    text-align: right;
    line-height: 40px;
    width: 90px !important;
    float: none !important; }
  .wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
    line-height: 38px; } }

/*FixApp light box*/
.pp_gallery ul {
  height: 55px !important; }
  .pp_gallery ul li a {
    height: 55px !important; }

.content-page.rte {
  font-family: "Roboto", sans-serif; }
  .content-page.rte p {
    font-family: "Roboto", sans-serif; }

@media (max-width: 767px) {
  footer.footer .copyright .inner .fot_copyright {
    padding-bottom: 40px; } }

.article-details img {
  width: 100%; }

.help p {
  color: #ff0000 !important; }

.menu-bar i {
  color: #514f4f !important; }

.product .title_module_arrow a, .wrp_border_collection .title_module_arrow span {
  color: #555555; }

.product-item .product-img {
  text-align: center;
  position: relative;
  overflow: hidden; }

.product-item .product-img .product-sale {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  z-index: 9;
  color: #000000; }

.product-item .product-img .product-sale {
  top: 10px;
  left: auto;
  right: 10px;
  color: #f94c43; }

.product-tab iframe {
  width: 100%;
  height: 500px; }

.pro-sale {
  position: absolute;
  background: linear-gradient(270deg, #EF3006 4.6%, #C60004 94.58%);
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  padding: 2px 7px;
  margin-left: 10px;
  right: 15px;
  z-index: 999; }

@media (max-width: 991px) {
  .wrap_main .wrap_hed {
    background: #fff; } }

.topbar {
  padding: 7px 0; }

.d-flex-icon {
  display: flex;
  align-items: center; }

.topbar .top_link_right .d-flex-icon a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  color: #fff; }

.topbar .top_link_right .d-flex-icon a i {
  font-size: 15px; }

.topbar .top_link_right .d-flex-icon a {
  margin-left: 6px; }

.topbar .top_link_right .d-flex-icon a img {
  width: 28px;
  height: 28px; }

.product__new {
  position: absolute;
  top: 8px;
  left: 8px;
  color: red;
  border: 2px solid red;
  padding: 0 6px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5; }

.search-form-page {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.modal-contactform .modal-content {
  overflow: hidden; }

.modal-contactform .contact-form-col {
  width: 100%;
  padding: 15px 40px;
  background: #000; }
  .modal-contactform .contact-form-col h2 {
    color: #fff;
    font-weight: bold; }
  .modal-contactform .contact-form-col label {
    color: #fff; }
  .modal-contactform .contact-form-col .form-group {
    margin-bottom: 15px; }
  .modal-contactform .contact-form-col textarea.form-control {
    min-height: 126px;
    resize: vertical; }
  .modal-contactform .contact-form-col .form-control {
    background: #262626;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 18px;
    font-size: 14px;
    padding: 12px 16px;
    box-shadow: none;
    height: 50px;
    border: 1px solid #b7b7b7; }
  .modal-contactform .contact-form-col .contact-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    padding: 12px 0;
    margin-top: 10px;
    transition: background 0.2s, color 0.2s;
    width: max-content;
    min-width: 110px;
    font-size: 16px;
    line-height: 1;
    height: 48px; }

.modal-contactform .contact-img-col {
  display: none;
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  top: 0; }
  .modal-contactform .contact-img-col img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

#layout-search .searchPage .heading-page {
  position: relative;
  text-align: center;
  padding: 0 0 30px; }

#layout-search .searchPage .heading-page:after {
  content: "";
  background: #252a2b;
  display: block;
  width: 60px;
  height: 4px;
  margin: 25px auto 0; }

#layout-search .searchPage .heading-page h1 {
  font-size: 30px;
  margin: 0 0 10px; }

#layout-search .wrapbox-content-search {
  padding-bottom: 30px; }

#layout-search .searchPage .subtxt {
  opacity: .66;
  margin-top: 15px; }

#layout-search .search-field {
  width: 60%;
  display: block;
  margin: auto; }

#layout-search input#go {
  width: 55px;
  height: 55px;
  float: right;
  background: url("//theme.hstatic.net/200000274675/1001382625/14/iconsearch.png?v=1773") #252a2b center no-repeat;
  margin: 0;
  position: relative;
  top: 0;
  border-radius: 0;
  font-size: 0;
  border: 0; }

#layout-search #search .search_box {
  width: calc(100% - 55px);
  outline: none;
  height: 55px;
  padding: 0 20px;
  background: #ededed;
  border: 0;
  box-shadow: none; }
