@charset "UTF-8";
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.required {
  color: red; }

.btn-blues {
  color: #fff;
  background-color: #f7830a;
  border-color: #f7830a;
  border-radius: 0; }
  .btn-blues:hover, .btn-blues:focus {
    background-color: #e07607;
    border-color: #e07607;
    color: #fff; }

body {
  background: #f3f5f7;
  overflow-x: hidden; }

.row {
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 480px) {
    .row {
      margin-right: -5px;
      margin-left: -5px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px; }
  @media (max-width: 480px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-left: 5px;
      padding-right: 5px; } }

.container {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1200px) {
    .container {
      width: 1270px !important; } }
  @media (max-width: 480px) {
    .container {
      padding-left: 5px;
      padding-right: 5px; } }

header.header {
  background-color: #f7830a; }

a:hover, a:focus {
  text-decoration: none; }

#menu-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none; }
  #menu-overlay.reveal {
    display: block; }

.border-bg {
  border-radius: 3px;
  border: 1px solid #ecf2f4;
  background-color: #fff; }
  @media (max-width: 480px) {
    .border-bg {
      padding: 0 5px; }
      .border-bg.left-filters {
        padding: 0; } }

header {
  position: relative;
  z-index: 1000; }
  header .main-navigation {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 500; }
    header .main-navigation nav {
      background: #f5a623; }
      header .main-navigation nav .mainmenu {
        background: #fff;
        height: auto;
        color: #fff;
        cursor: pointer;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
        header .main-navigation nav .mainmenu .line {
          float: left;
          padding: 14px 10px;
          position: relative;
          z-index: 12; }
          header .main-navigation nav .mainmenu .line i {
            display: block;
            margin: 2px 0;
            height: 2px;
            background: #fff;
            border-radius: 4px;
            width: 15px; }
        header .main-navigation nav .mainmenu span {
          background: #f7830a;
          display: block;
          position: relative;
          z-index: 11;
          padding: 10px 0;
          font-weight: bold; }
          header .main-navigation nav .mainmenu span:after {
            content: '';
            border-top: 6px solid #fff;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            width: 0;
            height: 0;
            display: inline-block;
            margin-left: 38px;
            position: relative;
            top: -2px; }
        header .main-navigation nav .mainmenu .nav-cate {
          overflow: visible;
          clear: both;
          position: absolute;
          top: 43px;
          left: 0;
          right: 0;
          z-index: 10;
          height: 0; }
          header .main-navigation nav .mainmenu .nav-cate ul {
            width: 100%;
            min-height: 336px;
            background: rgba(255, 255, 255, 0.9);
            overflow: visible;
            box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
            border: 1px solid #f7830a;
            border-top: none; }
            @media (max-width: 1024px) {
              header .main-navigation nav .mainmenu .nav-cate ul {
                min-height: 300px;
                overflow-y: scroll; } }
            header .main-navigation nav .mainmenu .nav-cate ul li {
              display: block;
              overflow: visible;
              padding: 0 10px;
              cursor: pointer; }
              header .main-navigation nav .mainmenu .nav-cate ul li.more h3 label {
                font-weight: normal; }
              header .main-navigation nav .mainmenu .nav-cate ul li h3 {
                position: relative;
                display: block;
                color: #000;
                line-height: 20px;
                padding: 5.7px 0;
                margin: 0;
                font-size: 14px;
                font-weight: normal; }
                @media (max-width: 1024px) {
                  header .main-navigation nav .mainmenu .nav-cate ul li h3 {
                    padding: 5.4px 0; } }
                header .main-navigation nav .mainmenu .nav-cate ul li h3 a {
                  display: block;
                  font-size: 14px;
                  color: #000;
                  padding-left: 27px;
                  padding-right: 5px; }
                  header .main-navigation nav .mainmenu .nav-cate ul li h3 a:hover, header .main-navigation nav .mainmenu .nav-cate ul li h3 a:focus {
                    color: #fff; }
                header .main-navigation nav .mainmenu .nav-cate ul li h3 img {
                  max-width: 22px;
                  float: left;
                  margin-right: 5px;
                  -webkit-filter: grayscale(1) invert(1);
                  filter: grayscale(1) invert(1); }
              header .main-navigation nav .mainmenu .nav-cate ul li:hover {
                background: #e07607; }
                header .main-navigation nav .mainmenu .nav-cate ul li:hover h3 a {
                  color: #fff; }
                header .main-navigation nav .mainmenu .nav-cate ul li:hover h3 img {
                  -webkit-filter: grayscale(0) invert(0);
                  filter: grayscale(0) invert(0); }
              header .main-navigation nav .mainmenu .nav-cate ul li:last-child h3 {
                border-bottom: none; }
              header .main-navigation nav .mainmenu .nav-cate ul li.dropdown {
                position: static; }
                header .main-navigation nav .mainmenu .nav-cate ul li.dropdown h3:before {
                  content: '';
                  width: 0;
                  height: 0;
                  border-left: 5px solid #999;
                  border-top: 5px solid transparent;
                  border-bottom: 5px solid transparent;
                  position: absolute;
                  right: 0;
                  top: 10px; }
                header .main-navigation nav .mainmenu .nav-cate ul li.dropdown h3:after {
                  content: '';
                  width: 0;
                  height: 0;
                  border-left: 5px solid #999;
                  border-top: 5px solid transparent;
                  border-bottom: 5px solid transparent;
                  position: absolute;
                  right: 0;
                  top: 10px;
                  border-width: 4px;
                  border-left-color: rgba(255, 255, 255, 0.9);
                  margin-right: 1px;
                  margin-top: 1px; }
                header .main-navigation nav .mainmenu .nav-cate ul li.dropdown:hover .subcate {
                  display: block; }
              header .main-navigation nav .mainmenu .nav-cate ul li .subcate {
                display: none;
                cursor: default;
                overflow: hidden;
                position: absolute;
                top: 0;
                left: 100%;
                height: 335px;
                background: #fff;
                padding: 10px;
                box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
                width: 300%;
                font-weight: normal;
                overflow-y: scroll; }
                header .main-navigation nav .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-track {
                  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
                  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
                  border-radius: 5px;
                  background-color: #F5F5F5; }
                header .main-navigation nav .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar {
                  width: 5px;
                  background-color: #F5F5F5; }
                header .main-navigation nav .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-thumb {
                  border-radius: 5px;
                  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
                  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
                  background-color: #e5e5e5; }
                header .main-navigation nav .mainmenu .nav-cate ul li .subcate .subcate-flex {
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
                @media (max-width: 1024px) {
                  header .main-navigation nav .mainmenu .nav-cate ul li .subcate {
                    height: 340px;
                    overflow-y: scroll; } }
                header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside {
                  width: 200px;
                  padding: 5px 10px;
                  float: left;
                  overflow: hidden;
                  cursor: default; }
                  header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside a {
                    line-height: 20px;
                    display: block;
                    text-transform: none;
                    padding: 2px 0 !important; }
                    header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside a:hover, header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside a:focus {
                      color: #f7830a; }
                  header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside strong {
                    border-bottom: solid 1px #ddd;
                    display: block;
                    margin-bottom: 5px;
                    font-size: 12px;
                    line-height: 1.5;
                    color: #666; }
                    header .main-navigation nav .mainmenu .nav-cate ul li .subcate aside strong a {
                      font-size: 12px;
                      color: #f7830a;
                      font-weight: bold;
                      display: inline-block;
                      line-height: 1.5;
                      text-transform: uppercase; }
        header .main-navigation nav .mainmenu.mainmenu-other .nav-cate {
          display: none; }
          header .main-navigation nav .mainmenu.mainmenu-other .nav-cate ul {
            background-color: #fff; }
        header .main-navigation nav .mainmenu.mainmenu-other:hover .nav-cate {
          display: block; }
          @media (max-width: 1024px) {
            header .main-navigation nav .mainmenu.mainmenu-other:hover .nav-cate {
              display: none; } }
      header .main-navigation nav #nav ul.dropdown-menu {
        padding: 0;
        border: none;
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
        min-width: 220px; }
        header .main-navigation nav #nav ul.dropdown-menu li {
          padding: 0;
          border-bottom: 1px solid #f7f7f7; }
          header .main-navigation nav #nav ul.dropdown-menu li:last-child {
            border-bottom: none; }
          header .main-navigation nav #nav ul.dropdown-menu li a {
            padding: 10px 5px;
            position: relative;
            padding-right: 20px; }
            header .main-navigation nav #nav ul.dropdown-menu li a i {
              position: absolute;
              right: 10px;
              top: 50%;
              transform: translate(0, -50%); }
            header .main-navigation nav #nav ul.dropdown-menu li a:hover, header .main-navigation nav #nav ul.dropdown-menu li a:focus {
              background-color: transparent;
              color: #f7830a; }
          header .main-navigation nav #nav ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
            top: -2px; }
  header .top-header {
    padding: 8px 0; }
    @media (max-width: 767px) {
      header .top-header {
        padding: 5px 0; } }
    header .top-header .logo-wrapper img {
      max-width: 200px; }
    header .top-header .search-bar {
      margin: 0;
      position: relative; }
      header .top-header .search-bar input {
        border: 0;
        position: relative;
        background: #fff;
        height: 40px;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        outline: none;
        box-shadow: none;
        padding: 0 10px; }
      header .top-header .search-bar button {
        color: #333;
        background-color: #f5a623;
        outline: none;
        box-shadow: none;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important; }
      header .top-header .search-bar .voice-mic {
        width: 32px;
        height: 32px;
        display: inline-block;
        background: url(//theme.hstatic.net/200000731997/1001071868/14/microphone.svg?v=248) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        right: 57px;
        top: 4px;
        z-index: 9999;
        background-size: 18px; }
        @media (max-width: 991px) {
          header .top-header .search-bar .voice-mic {
            right: 30px; } }
    header .top-header .search-auto {
      position: relative;
      padding: 12px 0; }
      header .top-header .search-auto form {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
    header .top-header .hotline {
      width: 150px;
      float: left;
      padding: 14px 0; }
      header .top-header .hotline .hotline-icon {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        background-color: #c76907;
        float: left;
        margin-right: 4px; }
      header .top-header .hotline .hotline-content {
        padding-left: 35px; }
      @media (max-width: 1024px) {
        header .top-header .hotline {
          width: 165px; } }
      header .top-header .hotline a {
        font-size: 15px;
        color: #fff;
        line-height: 1.1;
        font-weight: 500; }
      header .top-header .hotline span {
        display: block;
        font-size: 12px;
        font-weight: 300;
        color: #f7f7f7;
        line-height: 1.1; }
    header .top-header .index-account {
      width: 150px;
      float: left;
      position: relative;
      padding: 14px 0; }
      @media (max-width: 1024px) {
        header .top-header .index-account {
          width: 165px; } }
      header .top-header .index-account .hotline-content > a {
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.1; }
      header .top-header .index-account .hotline-icon {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        background-color: #c76907;
        float: left;
        margin-right: 4px; }
      header .top-header .index-account .hotline-content {
        padding-left: 35px; }
      header .top-header .index-account span {
        display: block;
        font-size: 12px;
        font-weight: 300;
        color: #f7f7f7;
        line-height: 1.1; }
      header .top-header .index-account ul {
        position: absolute;
        top: 78px;
        min-width: 200px;
        border: 1px solid #efefef;
        background: #fff;
        margin: 0;
        padding: 4px 12px;
        border-radius: 0 0 3px 3px;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
        z-index: 15;
        display: none; }
        header .top-header .index-account ul:before {
          border: 9px solid transparent;
          border-bottom: 9px solid #efefef;
          margin-left: -9px;
          bottom: 100%;
          left: 20%;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        header .top-header .index-account ul li a {
          color: #333;
          display: block; }
          header .top-header .index-account ul li a:hover, header .top-header .index-account ul li a:focus {
            text-decoration: none;
            color: #f7830a; }
      header .top-header .index-account:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        width: 100%;
        height: 25px;
        background: 0 0;
        display: none;
        z-index: 8; }
      header .top-header .index-account:hover:before {
        display: block; }
      header .top-header .index-account:hover ul {
        display: block; }
    header .top-header .index-cart {
      float: left;
      width: calc(100% - 300px);
      text-align: center;
      position: relative;
      padding: 14px 0; }
      @media (max-width: 1024px) {
        header .top-header .index-cart {
          width: calc(100% - 330px); } }
      header .top-header .index-cart a {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        color: #fff;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        background-color: #c76907;
        display: block; }
      header .top-header .index-cart .count_item_pr {
        position: absolute;
        top: 5px;
        right: 25px;
        height: 20px;
        min-width: 20px;
        border-radius: 50%;
        color: #333;
        background-color: #f5a623;
        text-align: center;
        line-height: 20px; }
  header .topbar {
    background-color: #c76907;
    font-size: 12px;
    padding: 5px 0; }
    @media (max-width: 480px) {
      header .topbar ul {
        text-align: center;
        float: none !important; } }
    @media (max-width: 480px) {
      header .topbar ul li {
        display: inline-block;
        float: none; } }
    header .topbar ul li a {
      color: #fff; }
      header .topbar ul li a span {
        color: #f5a623; }
    header .topbar ul li + li {
      margin-left: 10px; }
      @media (max-width: 480px) {
        header .topbar ul li + li {
          display: none; } }

.bread-crumb {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 1px solid #ecf2f4; }
  .bread-crumb ul {
    color: #9b9b9b; }
    .bread-crumb ul li a {
      color: #9b9b9b;
      font-size: 12px; }
      .bread-crumb ul li a span {
        color: #9b9b9b; }
        .bread-crumb ul li a span .fa {
          color: #9b9b9b; }
    .bread-crumb ul li strong {
      font-size: 12px;
      color: #333; }

.aside-item.collection-category .aside-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px; }
  .aside-item.collection-category .aside-title .title-head {
    font-weight: 500;
    margin: 0;
    color: #222;
    font-size: 18px;
    display: block; }

.aside-item.collection-category .nav li a {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 25px;
  color: #222; }
  .aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
    color: #f7830a;
    background-color: transparent; }

.aside-item.collection-category .nav > li > a {
  border-bottom: 1px solid #f8f8f8; }

.aside-item.collection-category .nav > li:last-child > a {
  border-bottom: none; }

.aside-item.collection-category .nav > li.nav-item .fa {
  top: 7px; }

.aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
  top: 5px; }

.aside-item.collection-category .heading h2 {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  border-bottom: 1px solid #f3f3f3;
  border-top: none; }

.aside-item .heading .title-head {
  margin: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  margin-top: 15px;
  margin-bottom: 10px; }

.aside-item .list-blogs .blog-item {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.aside-item .list-blogs .blog-item-name {
  margin: 0;
  font-size: 13px;
  font-weight: normal; }
  .aside-item .list-blogs .blog-item-name a {
    color: #333; }
    .aside-item .list-blogs .blog-item-name a:hover, .aside-item .list-blogs .blog-item-name a:focus {
      color: #f7830a; }

.aside-item .list-blogs .panel-box-media {
  display: block;
  float: left;
  width: 70px;
  margin-right: 10px; }

.aside-item .list-blogs .blogs-rights {
  padding-left: 80px; }

.aside-item .list-blogs .post-time {
  font-size: 11px;
  font-style: italic; }

.left-filters .aside-filter .heading {
  padding: 10px 10px;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  margin-bottom: 10px; }
  .left-filters .aside-filter .heading .title-head {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600; }
  .left-filters .aside-filter .heading p {
    color: #000;
    font-size: 12px;
    margin-bottom: 0; }

.left-filters .aside-filter .aside-item {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px; }
  .left-filters .aside-filter .aside-item .aside-title h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px; }
  .left-filters .aside-filter .aside-item .field-search {
    margin-bottom: 10px; }
    .left-filters .aside-filter .aside-item .field-search input {
      min-height: 30px;
      border: 1px solid #e5e5e5; }
      .left-filters .aside-filter .aside-item .field-search input:focus {
        outline: none;
        box-shadow: none; }
    .left-filters .aside-filter .aside-item .field-search button {
      color: #fff;
      background-color: #f7830a;
      height: 34px;
      padding: 0 15px; }
  .left-filters .aside-filter .aside-item .filter-group {
    margin-bottom: 5px; }

.article-wraper .article-main .title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0; }

.article-wraper .article-main .postby {
  font-size: 12px;
  text-transform: uppercase;
  color: #b2b2b2;
  margin: 8px 0; }

.article-wraper .article-main .article-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  height: auto !important; }

.article-wraper .article-main .article-content h2 {
  font-size: 17px;
  font-weight: 600; }

.article-wraper .article-main .blog_related {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 5px; }
  .article-wraper .article-main .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase; }
  .article-wraper .article-main .blog_related .blog_entry h3 {
    margin: 5px 0;
    font-size: 14px; }
    .article-wraper .article-main .blog_related .blog_entry h3 a {
      font-size: 14px;
      color: #222;
      display: table; }
      .article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
        color: #f7830a;
        text-decoration: none; }
      .article-wraper .article-main .blog_related .blog_entry h3 a i {
        display: table-cell;
        width: 15px; }
  @media (max-width: 767px) {
    .article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
      background-color: #f8f8f8; } }

.article-wraper .article-main #RelatedProducts .feature_category_title .title-head {
  padding-bottom: 0; }

.article-wraper .article-main #RelatedProducts .products {
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  overflow: hidden; }
  .article-wraper .article-main #RelatedProducts .products .product-box {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 3px;
    margin-bottom: 0; }

.list-blog-page .box-heading {
  padding: 10px 0; }
  .list-blog-page .box-heading .title-head {
    font-weight: 500;
    margin: 0;
    font-size: 22px; }

.list-blog-page .list-blogs .blog-item {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .list-blog-page .list-blogs .blog-item {
      margin-bottom: 15px;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 10px; } }
  .list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
    float: left;
    width: 240px;
    height: auto;
    margin-right: 10px;
    overflow: hidden; }
    @media (max-width: 480px) {
      .list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .list-blog-page .list-blogs .blog-item .blog-item-thumbnail img {
      border-radius: 4px; }
  .list-blog-page .list-blogs .blog-item .blog-item-mains {
    padding-left: 250px; }
    @media (max-width: 480px) {
      .list-blog-page .list-blogs .blog-item .blog-item-mains {
        padding-left: 0; } }
    .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
      display: block;
      font-size: 16px;
      color: #333;
      font-weight: 600;
      letter-spacing: .5px; }
      .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a {
        color: #333; }
        .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:hover, .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:focus {
          color: #f7830a; }
    .list-blog-page .list-blogs .blog-item .blog-item-mains .post-time {
      font-size: 12px;
      color: #9b9b9b;
      margin: 0 10px 0 0; }
    .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
      color: #4d4d4d; }
      @media (max-width: 767px) {
        .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
          display: none; } }

.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  transition: opacity .5s ease; }
  .backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1; }

.c-menu--slide-left {
  height: 100%;
  overflow-y: auto;
  width: 300px;
  position: fixed;
  background-color: #f6f6f7;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 999999 !important;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px); }
  .c-menu--slide-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff; }
  .c-menu--slide-left::-webkit-scrollbar {
    width: 0px;
    background-color: #fff; }
  .c-menu--slide-left::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5; }
  .c-menu--slide-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .c-menu--slide-left #close-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    z-index: 5;
    display: block; }
  .c-menu--slide-left .la-nav-top-login {
    padding: 30px 15px;
    background: url(//theme.hstatic.net/200000731997/1001071868/14/br-nav-slide-left.jpg?v=248) no-repeat;
    min-height: 180px;
    background-size: cover;
    box-shadow: 0px 1px 2px #999; }
    .c-menu--slide-left .la-nav-top-login .la-avatar-nav > a {
      display: inline-block;
      margin: 0 auto;
      position: relative; }
      .c-menu--slide-left .la-nav-top-login .la-avatar-nav > a img {
        height: auto;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%; }
    .c-menu--slide-left .la-nav-top-login .la-avatar-nav .la-hello-user-nav {
      color: #FFF;
      margin-top: 10px;
      text-shadow: 1px 1px 1px #444;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .c-menu--slide-left .la-action-link-nav {
    margin-top: 15px; }
    .c-menu--slide-left .la-action-link-nav > a {
      text-transform: uppercase;
      height: 35px;
      line-height: 35px;
      color: #FFF;
      border: 1px solid rgba(255, 255, 255, 0.5);
      margin-right: 5px;
      display: inline-block;
      width: 120px;
      text-align: center; }
      .c-menu--slide-left .la-action-link-nav > a:last-child {
        margin-right: 0px; }
  .c-menu--slide-left .la-scroll-fix-infor-user {
    height: 100vh;
    overflow: auto; }
    .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
      padding: 10px;
      color: #888888;
      font-size: 13px; }
    .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
      position: relative;
      background: #FFF;
      height: 250px;
      overflow-y: auto; }
      @media (min-width: 767px) and (max-width: 991px) {
        .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
          height: 60vh; } }
      .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
        width: 100%;
        float: left;
        padding: 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
        overflow: hidden; }
        .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
          display: block;
          color: #444;
          font-size: 14px;
          width: 100%;
          height: 100%;
          padding: 10px 5px;
          padding-right: 20px;
          position: relative; }
      .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a, .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a {
        position: relative; }
        .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
          padding: 3px 0;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%); }
          .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
            content: "\f068"; }
      .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
        padding-left: 10px;
        display: none; }
        .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
          border: none; }
        .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
          padding-left: 20px;
          display: none; }
    .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-slide-banner {
      margin-top: 5px;
      padding: 0px 5px 0px 5px; }
      .c-menu--slide-left .la-scroll-fix-infor-user .la-nav-slide-banner img {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 5px; }

.account-page h2 {
  margin-top: 0;
  font-size: 16px; }

.account-page h1.title-head, .account-page h2.title-head, .page-contact h1.title-head, .page-contact h2.title-head, .related-product h1.title-head, .related-product h2.title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0px 0 10px;
  margin-bottom: 0;
  margin-top: 10px; }

.wishlist-page-body .wishlist-title {
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative; }
  .wishlist-page-body .wishlist-title:before {
    content: "";
    height: 2px;
    width: 100px;
    background-color: #f7830a;
    position: absolute;
    left: 0;
    bottom: 10px; }

.wishlist-page-body .wishlist-search .wishlist-input {
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px !important; }

.wishlist-page-body .wishlist-display-style > a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-shadow: none !important;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e1e1e1;
  border-radius: 3px;
  display: inline-block;
  text-align: center; }
  .wishlist-page-body .wishlist-display-style > a.active, .wishlist-page-body .wishlist-display-style > a:hover, .wishlist-page-body .wishlist-display-style > a:focus {
    background-color: #f7830a;
    color: #fff; }

.wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name {
  color: #333; }
  .wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name p {
    margin-bottom: 5px;
    font-size: 14px !important;
    line-height: 1.1; }
  .wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name:hover, .wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name:focus {
    color: #f7830a;
    text-decoration: none; }
    .wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name:hover p, .wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-name:focus p {
      color: #f7830a !important; }

.wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-price {
  color: #67bd45;
  font-weight: 600;
  font-size: 14px; }

.wishlist-page-body .wishlist-view-page .wishlist-product-content .wishlist-product-oldprice {
  color: #bbb;
  font-size: 12px;
  margin-left: 5px; }

.wishlist-page-body .wishlist-view-page .wishlist-product-action .wishlist-product-btn {
  color: #f7830a;
  border-color: #f7830a; }
  .wishlist-page-body .wishlist-view-page .wishlist-product-action .wishlist-product-btn:hover, .wishlist-page-body .wishlist-view-page .wishlist-product-action .wishlist-product-btn:focus {
    background-color: #f7830a;
    color: #fff;
    border: 1px solid #f7830a; }

.wishlist-page-body .wishlist-view-page .wishlist-product-action form {
  margin-bottom: 0; }

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

@media (min-width: 992px) {
  #order_details .thead-default {
    border-top: 1px solid #e5e5e5; } }

.cart_desktop_page form {
  margin-bottom: 0; }

/*Cart Mobile*/
.cart-mobile {
  padding: 10px 0px 0px 0px; }
  .cart-mobile .header-cart {
    padding: 10px; }
  .cart-mobile .title-cart {
    line-height: 10px; }
    .cart-mobile .title-cart h3 {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      margin: 0; }
    .cart-mobile .title-cart a {
      margin-top: -30px !important; }
  .cart-mobile .header-cart-content {
    margin-top: 0px;
    padding: 10px; }
    .cart-mobile .header-cart-content .content-product-list {
      min-height: 110px; }
      .cart-mobile .header-cart-content .content-product-list .item-product {
        min-height: 110px;
        border-bottom: solid 1px #f1f1f1;
        overflow: hidden;
        display: table;
        width: 100%;
        margin-bottom: 10px; }

.item-product-cart-mobile {
  width: 100px;
  margin-right: 10px; }

.item-product-cart-mobile img {
  max-width: 100px;
  margin-right: 10px; }

.title-product-cart-mobile h3 {
  line-height: 1;
  margin: 0;
  font-weight: normal; }

.title-product-cart-mobile a {
  word-break: break-word;
  font-size: 14px;
  color: #363636; }

.title-product-cart-mobile p {
  line-height: 2;
  font-size: 14px;
  color: #898989; }

.title-product-cart-mobile span {
  color: #f7830a; }

.item-product-cart-mobile, .title-product-cart-mobile {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px; }

.select-item-qty-mobile {
  float: right;
  text-align: center;
  margin-top: 10px; }
  .select-item-qty-mobile .txt_center input {
    height: 25px;
    width: 24px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 22px;
    min-height: 0;
    border: solid thin #ddd;
    border-radius: 0; }

.select-item-qty-mobile > div {
  position: relative;
  width: 68px;
  height: 25px; }

.cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  height: 25px;
  border-style: hidden;
  background: none !important;
  color: #000;
  border: solid thin #ddd; }

.cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 25px;
  display: inline-block;
  line-height: 1;
  border-style: hidden;
  color: #fff;
  background: none !important;
  color: #000;
  border: solid thin #ddd; }

.select-item-qty-mobile a {
  line-height: 3;
  color: #363636; }

.cart-mobile .header-cart-price {
  padding: 10px 0px;
  padding-bottom: 0; }

.cart-mobile .title-cart h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0; }

.cart-mobile .title-cart a {
  float: right;
  margin-top: -28px;
  color: #f7830a;
  font-size: 16px;
  line-height: 27px; }

.btn-proceed-checkout-mobile {
  width: 100%;
  line-height: 27px;
  color: #fff;
  height: 40px;
  font-size: 14px;
  border: none;
  background: #f7830a;
  text-transform: uppercase;
  border-radius: 5px; }

.btn-proceed-continues-mobile {
  background-color: #964f05 !important;
  color: #fff !important;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  text-transform: uppercase; }

.shopping-cart-item {
  background-color: transparent;
  padding: 15px 0;
  margin: 0; }
  .shopping-cart-item + .shopping-cart-item {
    border-top: 1px solid #e5e5e5; }
  .shopping-cart-item .col-xs-3 {
    padding-left: 0; }
    .shopping-cart-item .col-xs-3 p {
      margin: 0; }
  .shopping-cart-item .col-right {
    padding-left: 0; }
    .shopping-cart-item .col-right .box-info-product {
      width: 350px;
      padding-right: 10px;
      padding-left: 10px;
      float: left; }
      @media (max-width: 1024px) {
        .shopping-cart-item .col-right .box-info-product {
          width: 270px; } }
      .shopping-cart-item .col-right .box-info-product .name {
        font-size: 14px;
        margin-bottom: 7px;
        line-height: 20px;
        font-weight: 500;
        padding-top: 0; }
        .shopping-cart-item .col-right .box-info-product .name a {
          color: #242424;
          font-weight: 500; }
          .shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
            color: #f7830a;
            text-decoration: none; }
      .shopping-cart-item .col-right .box-info-product .seller-by {
        font-size: 13px;
        margin-bottom: 12px; }
      .shopping-cart-item .col-right .box-info-product .action {
        position: relative;
        padding: 0 !important;
        margin-bottom: 0;
        margin-top: 0; }
        .shopping-cart-item .col-right .box-info-product .action .btn-link {
          border: 0;
          color: #f7830a;
          font-size: 13px;
          position: static;
          padding: 0;
          line-height: 1.1; }
    .shopping-cart-item .col-right .box-price {
      float: left;
      width: 110px;
      padding-right: 10px; }
      .shopping-cart-item .col-right .box-price .price {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 500;
        padding-top: 0; }
    .shopping-cart-item .col-right .quantity-block {
      width: 120px;
      float: right; }
      .shopping-cart-item .col-right .quantity-block .input-group-btn button {
        height: 28px; }
        .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
          border-radius: 3px 0 0 3px;
          border: 1px solid #e5e5e5;
          border-right: 0;
          border-color: #e5e5e5;
          color: #999;
          line-height: 20px;
          padding: 3px 9px;
          margin: 0;
          width: 28px;
          background-color: #fff;
          float: right; }
        .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
          border-radius: 0 3px 3px 0;
          border: 1px solid #e5e5e5;
          border-color: #e5e5e5;
          border-left: 0;
          color: #999;
          line-height: 20px;
          padding: 3px 9px;
          margin: 0;
          width: 28px;
          background-color: #fff;
          float: right; }
        .shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
          outline: none;
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none; }
      .shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
        display: inline-block;
        height: 28px;
        padding: 0 5px;
        text-align: center;
        border-radius: 0;
        width: 35px;
        float: right;
        min-height: 28px;
        border: 1px solid #e5e5e5; }

#right-affix .each-row {
  width: 100%;
  clear: both; }
  #right-affix .each-row .box-style {
    background-color: transparent;
    padding: 17px 0 21px 0; }
    #right-affix .each-row .box-style.fee .list-info-price {
      margin: 0; }
      #right-affix .each-row .box-style.fee .list-info-price span {
        font-weight: 500; }
      #right-affix .each-row .box-style.fee .list-info-price strong {
        float: right;
        font-weight: 700; }
    #right-affix .each-row .box-style.fee .total2 {
      font-weight: 500; }
      #right-affix .each-row .box-style.fee .total2 .text-label {
        margin-top: 5px;
        display: inline-block; }
      #right-affix .each-row .box-style.fee .total2 .amount {
        float: right; }
        #right-affix .each-row .box-style.fee .total2 .amount p {
          margin: 0;
          text-align: right;
          line-height: 1.1; }
          #right-affix .each-row .box-style.fee .total2 .amount p strong {
            color: #f7830a;
            font-size: 22px;
            font-weight: 700; }
          #right-affix .each-row .box-style.fee .total2 .amount p small {
            font-weight: 500; }
    #right-affix .each-row .box-style + .box-style {
      border-top: 1px solid #f4f4f4; }

#right-affix .btn-checkout {
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none;
  color: #fff;
  background-color: #f7830a;
  border-color: #f7830a;
  height: 40px; }
  #right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
    background-color: #c76907;
    border-color: #c76907; }

#right-affix .btn-checkouts {
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none;
  color: #f7830a;
  background-color: #fff;
  border-color: #f7830a;
  height: 40px; }
  #right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #c76907;
    color: #c76907; }

/*END Giỏ hàng*/
/*Giỏ hàng*/
.lbl-shopping-cart-gio-hang {
  margin-top: 20px; }
  .lbl-shopping-cart-gio-hang.lbl-shopping-cart {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
    margin: 0;
    padding: 10px; }
    .lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
      font-size: 14px;
      text-transform: none;
      font-weight: 400; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #12cca7; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #12cca7; }

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
  margin-top: 15px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #12cca7; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #12cca7; }

.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important; }

.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle; }

.shopping-cart .cart-image img {
  width: 150px; }

.cart-shopping-total {
  background: #f8f8f8; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #fff000 !important; }

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-size: 16px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline; }

.shopping-cart .shopping-cart-table .table > thead > tr > th {
  text-align: center;
  padding: 16px;
  font-size: 15px; }

.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block; }

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block; }

.shopping-cart .estimate-ship-tax table thead tr th p {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px; }

.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px; }

.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee; }

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: transparent; }

.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 10px 15px;
  border: none; }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px; }

.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 10px 15px; }

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px; }

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666; }

.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center; }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-size: 16px;
  color: #555;
  text-transform: uppercase; }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999; }

.contact-page .contact-form form label {
  font-weight: 600; }

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red; }

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-size: 16px; }

.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px; }

.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px; }

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative; }

.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1; }

/*Cart Desktop*/
.shopping-cart .col-main .cart .bg-scroll {
  border-top: none;
  margin-top: 20px;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  border-right: none; }

.shopping-cart .col-main .cart .cart-thead {
  background: #fbfbfb;
  font-weight: bold;
  font-size: 13px;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  border-right: none;
  border-left: none;
  float: left;
  min-width: 600px; }

.shopping-cart .col-main .cart .cart-thead div {
  float: left;
  padding: 10px 0px;
  color: #333;
  text-align: center;
  font-size: 13px; }

.shopping-cart .col-main .cart .cart-tbody {
  width: 100%;
  float: left; }

.shopping-cart .col-main .cart .cart-tbody .item-cart {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div {
  float: left;
  padding: 20px 10px 6px;
  line-height: 20px;
  vertical-align: top;
  height: 135px;
  overflow: hidden; }

.shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
  min-height: 75px;
  display: block;
  height: auto;
  width: 100%;
  padding: 0 20px; }

.shopping-cart .col-main .cart .item-cart .image .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 98px;
  width: auto;
  display: inherit;
  margin: 0 auto; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
  margin: 0px;
  padding-bottom: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10%; }

.shopping-cart .col-main .cart .variant-title {
  color: #686868; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 6;
  color: #f7830a; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
  height: auto;
  border-right: none;
  width: 100%;
  margin-top: 15px;
  padding: 20px 0px 0px 0px; }

.shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
  border: 1px solid #ddd;
  outline: none;
  background: #fff;
  height: 24px;
  width: 24px;
  vertical-align: baseline;
  text-align: center;
  padding: 0;
  display: inline-block;
  margin: 0; }

.shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
  min-height: 0;
  position: static;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  height: 24px;
  margin-left: -1px;
  text-align: center;
  width: 23px;
  margin-right: -1px;
  padding: 0;
  line-height: 15px; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
  padding: 10px 0 6px;
  position: relative; }

.shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
  display: none; }

.shopping-cart .col-main .cart .totals .inner {
  padding: 0px 0 15px;
  margin-top: 0;
  margin-right: 1px; }

.shopping-cart .col-main .cart #shopping-cart-totals-table {
  width: 100%;
  padding-bottom: 8px;
  background: #fff; }

.shopping-cart .col-main .cart ul.checkout {
  clear: left;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px; }

.shopping-cart .col-main .cart .btn-proceed-checkout {
  background: #f7830a;
  line-height: 20px;
  color: #fff;
  height: 40px;
  font-size: 16px;
  border: none;
  text-transform: uppercase; }

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
  width: 231px;
  border-left: 1px solid #ebebeb; }

.shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
  border: #ebebeb thin solid;
  border-top: none;
  border-bottom: none;
  padding: 20px; }

.shopping-cart .col-main .cart span.totals_price.price {
  color: #f7830a;
  font-size: 16px; }

.shopping-cart .col-main .cart .btn.btn-white {
  margin-right: 10px; }
  .shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
    background-color: #f7830a;
    border-color: #f7830a; }

.cart-empty img {
  max-width: 200px; }

.cart-empty .btn-cart-empty {
  margin-top: 20px;
  text-align: center; }
  .cart-empty .btn-cart-empty a {
    background-color: #f7830a;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    height: auto;
    line-height: 1.1; }
    .cart-empty .btn-cart-empty a:hover, .cart-empty .btn-cart-empty a:focus {
      background-color: #c76907;
      color: #333; }

#order_payment .note p, #order_shipping .note p {
  display: table; }
  #order_payment .note p i, #order_shipping .note p i {
    display: table-cell;
    width: 20px; }

.in-fo-page-content .logo-wrapper img {
  margin: 10px 0;
  max-width: 200px; }

.in-fo-page-content ul li {
  display: table;
  margin-bottom: 7px; }
  .in-fo-page-content ul li i {
    display: table-cell;
    width: 20px; }
  .in-fo-page-content ul li a {
    color: #333; }
    .in-fo-page-content ul li a:hover, .in-fo-page-content ul li a:focus {
      color: #f7830a; }

.footer-brand h3 {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 65px; }
  @media (max-width: 991px) {
    .footer-brand h3 {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .footer-brand h3 {
      text-align: center;
      line-height: 1.1;
      padding: 10px 0; } }

.footer-brand .brand-owl {
  padding: 20px 0; }
  .footer-brand .brand-owl.owl-carousel .owl-nav .owl-prev, .footer-brand .brand-owl.owl-carousel .owl-nav .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden; }
  .footer-brand .brand-owl.owl-carousel .owl-nav .owl-next {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px; }
    .footer-brand .brand-owl.owl-carousel .owl-nav .owl-next.disabled {
      opacity: 0.2 !important; }
  .footer-brand .brand-owl.owl-carousel .owl-nav .owl-prev {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    left: -50px; }
    .footer-brand .brand-owl.owl-carousel .owl-nav .owl-prev.disabled {
      opacity: 0.2 !important; }
  .footer-brand .brand-owl.owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit; }
  .footer-brand .brand-owl.owl-carousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit; }

footer {
  background-color: #fff;
  margin-top: 15px;
  padding-top: 10px; }
  footer .footer-widget h3 {
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    margin: 0 0 12px;
    padding-bottom: 0;
    display: block; }
    @media (max-width: 767px) {
      footer .footer-widget h3 {
        position: relative;
        padding-top: 0; }
        footer .footer-widget h3:before {
          content: "\f107";
          font: normal normal normal 14px/1 FontAwesome;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translate(0, -50%);
          color: #4a4a4a; }
        footer .footer-widget h3.active:before {
          content: "\f106"; } }
  footer .footer-widget .list-menu li a {
    line-height: 24px;
    font-size: 14px;
    color: #4a4a4a;
    display: block; }
    footer .footer-widget .list-menu li a:hover, footer .footer-widget .list-menu li a:focus {
      color: #f7830a; }
  @media (max-width: 767px) {
    footer .footer-widget .list-menu {
      display: none; } }
  footer .footer-widget.footer-payment ul {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      footer .footer-widget.footer-payment ul {
        margin-bottom: 7px;
        display: block !important; } }
    footer .footer-widget.footer-payment ul li {
      display: inline-block;
      padding-right: 5px;
      padding-bottom: 5px;
      float: left; }
  @media (max-width: 767px) {
    footer .footer-widget.footer-payment h3:before {
      display: none; } }
  footer .footer-widget.footer-subcrible p {
    margin-bottom: 10px;
    line-height: 1.5; }
  footer .footer-widget.footer-subcrible form input {
    border: 1px solid #e5e5e5;
    padding: 0 10px; }
    footer .footer-widget.footer-subcrible form input:hover, footer .footer-widget.footer-subcrible form input:focus {
      border-color: #f7830a;
      box-shadow: none;
      outline: none; }
  footer .footer-widget.footer-subcrible form button {
    color: #fff;
    background-color: #f7830a;
    border-color: #f7830a; }
    footer .footer-widget.footer-subcrible form button:hover, footer .footer-widget.footer-subcrible form button:focus {
      background-color: #c76907;
      border-color: #c76907; }
  @media (max-width: 991px) {
    footer .footer-widget.footer-subcrible {
      text-align: center;
      border-top: 1px solid #f2f2f2;
      margin-top: 20px;
      padding-top: 10px; } }
  @media (max-width: 767px) {
    footer .footer-widget.footer-subcrible h3:before {
      display: none; } }
  footer .footer-widget.footer-social ul {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      footer .footer-widget.footer-social ul {
        display: block !important; } }
    footer .footer-widget.footer-social ul li a {
      display: block;
      height: 40px;
      width: 40px;
      color: #fff;
      background-color: #e5e5e5;
      border-radius: 50%;
      text-align: center;
      line-height: 40px; }
      footer .footer-widget.footer-social ul li a i {
        margin: 0;
        font-size: 15px;
        line-height: 40px; }
    footer .footer-widget.footer-social ul li:hover a {
      color: #fff; }
      footer .footer-widget.footer-social ul li:hover a i {
        color: #fff; }
    footer .footer-widget.footer-social ul li.twitter a {
      background-color: #1da1f2; }
    footer .footer-widget.footer-social ul li.facebook a {
      background-color: #3b5998; }
    footer .footer-widget.footer-social ul li.pinterest a {
      background-color: #bd081c; }
    footer .footer-widget.footer-social ul li.google a {
      background-color: #dd4b39; }
    footer .footer-widget.footer-social ul li.instagram a {
      background-color: #1e88e5; }
    footer .footer-widget.footer-social ul li.youtube a {
      background-color: #ff0000; }
  @media (max-width: 767px) {
    footer .footer-widget.footer-social h3:before {
      display: none; } }
  footer .copyright {
    background-color: #eaeced;
    color: #9b9b9b;
    font-size: 12px; }
    footer .copyright a {
      color: #9b9b9b; }
      footer .copyright a:hover, footer .copyright a:focus {
        color: #f7830a; }
    footer .copyright b {
      font-weight: normal; }

.products-view-grid .product-box {
  padding: 8px;
  margin-bottom: 0; }
  @media (max-width: 480px) {
    .products-view-grid .product-box {
      padding: 0; } }
  .products-view-grid .product-box .product-info {
    padding: 0; }
  .products-view-grid .product-box .product-thumbnail {
    position: relative;
    height: 197px; }
    @media (max-width: 1024px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 159px; } }
    @media (max-width: 991px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 163px; } }
    @media (max-width: 767px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 240px;
        text-align: center; } }
    @media (max-width: 480px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 180px;
        text-align: center; } }
    @media (max-width: 376px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 155px; } }
    @media (max-width: 321px) {
      .products-view-grid .product-box .product-thumbnail {
        height: 128px; } }
    .products-view-grid .product-box .product-thumbnail img {
      width: auto;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .products-view-grid .product-box .product-thumbnail .button-link {
      padding: 0;
      position: absolute;
      z-index: 9;
      left: 10px;
      bottom: 45px; }
      .products-view-grid .product-box .product-thumbnail .button-link .add-to-cart .btn_df {
        -webkit-transition-delay: 0.13s;
        transition-delay: 0.13s; }
        .products-view-grid .product-box .product-thumbnail .button-link .add-to-cart .btn_df i {
          font-size: 12px;
          color: #fff;
          height: 30px;
          line-height: 30px;
          width: 30px;
          text-align: center; }
        .products-view-grid .product-box .product-thumbnail .button-link .add-to-cart .btn_df span {
          color: #fff;
          font-size: 12px;
          font-weight: 300;
          height: auto;
          opacity: 0;
          position: static;
          width: 0px;
          visibility: hidden; }
      .products-view-grid .product-box .product-thumbnail .button-link .quickview-button .btn_df {
        -webkit-transition-delay: 0.18s;
        transition-delay: 0.18s; }
      .products-view-grid .product-box .product-thumbnail .button-link .product-addto-links .btn_df {
        -webkit-transition-delay: 0.23s;
        transition-delay: 0.23s; }
      .products-view-grid .product-box .product-thumbnail .button-link .product-addto-links i {
        font-size: 12px;
        color: #fff;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center; }
      .products-view-grid .product-box .product-thumbnail .button-link .product-addto-links span {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        height: auto;
        opacity: 0;
        position: static;
        width: 0px;
        visibility: hidden; }
      .products-view-grid .product-box .product-thumbnail .button-link .btn_df {
        border: none;
        display: block;
        margin-top: 5px;
        padding: 0;
        margin-left: 0;
        background-color: #2c2c43;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate(-50px, 0px);
        -moz-transform: translate(-50px, 0px);
        -ms-transform: translate(-50px, 0px);
        -o-transform: translate(-50px, 0px);
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .products-view-grid .product-box .product-thumbnail .button-link .btn_df span {
          color: #fff;
          font-size: 12px;
          font-weight: 300;
          height: auto;
          opacity: 0;
          position: static;
          width: 0px;
          visibility: hidden; }
        .products-view-grid .product-box .product-thumbnail .button-link .btn_df:hover, .products-view-grid .product-box .product-thumbnail .button-link .btn_df:focus {
          text-decoration: none;
          cursor: pointer; }
        .products-view-grid .product-box .product-thumbnail .button-link .btn_df:hover {
          background: #f7830a;
          color: #fff;
          width: auto; }
          .products-view-grid .product-box .product-thumbnail .button-link .btn_df:hover span {
            opacity: 1;
            padding: 0 10px 0 0px;
            width: auto;
            visibility: visible; }
      .products-view-grid .product-box .product-thumbnail .button-link form {
        margin-bottom: 0; }
  .products-view-grid .product-box .product-name {
    font-size: 14px;
    line-height: 1.1; }
    .products-view-grid .product-box .product-name a {
      color: #333; }
      .products-view-grid .product-box .product-name a:hover, .products-view-grid .product-box .product-name a:focus {
        color: #f7830a; }
  @media (max-width: 480px) {
    .products-view-grid .product-box .price-box {
      min-height: 48px; } }
  @media (min-width: 1023px) and (max-width: 1024px) {
    .products-view-grid .product-box .price-box {
      min-height: 48px; } }
  @media (max-width: 480px) {
    .products-view-grid .product-box .price-box .special-price {
      display: block;
      float: none !important; } }
  @media (min-width: 1023px) and (max-width: 1024px) {
    .products-view-grid .product-box .price-box .special-price {
      display: block;
      float: none !important; } }
  .products-view-grid .product-box .price-box .special-price .product-price {
    color: #f7830a;
    font-weight: 600;
    font-size: 14px; }
    @media (max-width: 480px) {
      .products-view-grid .product-box .price-box .special-price .product-price {
        font-size: 13px; } }
  @media (max-width: 480px) {
    .products-view-grid .product-box .price-box .old-price {
      display: inline-block; } }
  @media (min-width: 1023px) and (max-width: 1024px) {
    .products-view-grid .product-box .price-box .old-price {
      display: inline-block; } }
  .products-view-grid .product-box .price-box .old-price .product-price-old {
    color: #bbb;
    font-size: 12px; }
    @media (max-width: 480px) {
      .products-view-grid .product-box .price-box .old-price .product-price-old {
        font-size: 11px;
        margin-left: 0 !important; } }
    @media (min-width: 1023px) and (max-width: 1024px) {
      .products-view-grid .product-box .price-box .old-price .product-price-old {
        font-size: 11px;
        margin-left: 0 !important; } }
  .products-view-grid .product-box .price-box .sale-off {
    display: inline-block;
    background-color: #f7830a;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px; }
  .products-view-grid .product-box:hover .product-thumbnail .button-link .btn_df {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    opacity: 1; }

.related-product .owl-carousel.products-view-grid .owl-nav .owl-prev, .related-product .owl-carousel.products-view-grid .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden; }

.related-product .owl-carousel.products-view-grid .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px; }
  .related-product .owl-carousel.products-view-grid .owl-nav .owl-next.disabled {
    opacity: 0.2 !important; }

.related-product .owl-carousel.products-view-grid .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px; }
  .related-product .owl-carousel.products-view-grid .owl-nav .owl-prev.disabled {
    opacity: 0.2 !important; }

.related-product .owl-carousel.products-view-grid:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit; }

.related-product .owl-carousel.products-view-grid:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit; }

.product-tab .tab-content img {
  max-width: 100% !important;
  height: auto !important; }

.product-tab .tabs-title {
  margin-top: 10px;
  background-color: #2c2c43;
  margin-bottom: 20px;
  padding: 10px; }
  @media (max-width: 480px) {
    .product-tab .tabs-title {
      padding: 0;
      background-color: #fff;
      border-bottom: 1px solid #f7f7f7;
      margin-bottom: 10px;
      padding-bottom: 10px; } }
  .product-tab .tabs-title li {
    margin-right: 0; }
    .product-tab .tabs-title li h3 {
      margin: 0;
      color: #fff;
      font-size: 15px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: normal;
      position: relative; }
      .product-tab .tabs-title li h3 span {
        font-size: 15px; }
    .product-tab .tabs-title li + li {
      margin-left: 25px; }
    .product-tab .tabs-title li.current h3 {
      color: #fff; }
      @media (max-width: 480px) {
        .product-tab .tabs-title li.current h3 {
          background-color: #2c2c43;
          border-radius: 3px;
          padding: 5px; } }
      .product-tab .tabs-title li.current h3 span {
        color: #fff; }
      .product-tab .tabs-title li.current h3:before {
        content: "";
        height: 2px;
        width: 30px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -3px;
        background-color: #fff; }
        @media (max-width: 480px) {
          .product-tab .tabs-title li.current h3:before {
            display: none; } }
    @media (max-width: 480px) {
      .product-tab .tabs-title li {
        width: 100%;
        text-align: center;
        color: #2c2c43 !important; }
        .product-tab .tabs-title li span {
          color: #2c2c43; }
        .product-tab .tabs-title li + li {
          margin-left: 0;
          margin-top: 5px; } }

.product-tab .product-well {
  min-height: 20px;
  padding: 0;
  padding-bottom: 35px;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0; }
  .product-tab .product-well .ba-text-fpt {
    height: 300px;
    overflow: hidden;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s; }
  .product-tab .product-well.expanded .ba-text-fpt {
    height: auto;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s; }
  .product-tab .product-well.expanded .less-text {
    display: block; }
  .product-tab .product-well.expanded .more-text {
    display: none; }
  .product-tab .product-well.expanded .show-more::before {
    display: none; }
  .product-tab .product-well .show-more {
    position: relative; }
    .product-tab .product-well .show-more .btn--view-more {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 120px;
      margin-left: -60px;
      margin-top: -15px;
      text-align: center;
      background-color: transparent;
      color: #0a5bff;
      font-weight: normal; }
      .product-tab .product-well .show-more .btn--view-more:hover, .product-tab .product-well .show-more .btn--view-more:focus {
        color: #f7830a;
        border-color: #f7830a;
        outline: none;
        box-shadow: none; }
    .product-tab .product-well .show-more::before {
      display: block;
      content: "";
      height: 120px;
      position: absolute;
      top: -120px;
      width: 100%;
      left: 0;
      background: rgba(255, 255, 255, 0.6);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33) 33%, rgba(255, 255, 255, 0.8) 83%, #fff); }
  .product-tab .product-well .less-text {
    display: none; }

.large-image .button_wh_40 {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background-color: #f5f5f5;
  border-radius: 50%; }
  .large-image .button_wh_40.iWishAdded {
    color: #fff;
    background-color: #f7830a; }

@media (max-width: 767px) {
  .large-image {
    position: relative; }
    .large-image:before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; } }

.details-product .product-image-block #gallery_01 .item {
  border: 1px solid #f5f5f5;
  position: relative;
  height: 84px; }
  @media (max-width: 480px) {
    .details-product .product-image-block #gallery_01 .item {
      height: 62px; } }
  .details-product .product-image-block #gallery_01 .item img {
    padding: 5px;
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-prev, .details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden; }

.details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px; }
  .details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-next.disabled {
    opacity: 0.2 !important; }

.details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px; }
  .details-product .product-image-block #gallery_01.thumbnail-product .owl-nav .owl-prev.disabled {
    opacity: 0.2 !important; }

.details-product .product-image-block #gallery_01.thumbnail-product:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit; }

.details-product .product-image-block #gallery_01.thumbnail-product:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit; }

.details-product h1.title-head {
  font-weight: 500;
  font-size: 22px;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  color: #191919; }

.details-product .panel-product-rating .iddanhgia {
  display: inline-block;
  margin-left: 10px;
  color: #0a5bff; }
  .details-product .panel-product-rating .iddanhgia:hover {
    cursor: pointer; }

.details-product .inventory_quantity .a-stock {
  color: #f7830a; }
  .details-product .inventory_quantity .a-stock.a-stock-out {
    color: #f62d3e; }

.details-product .price-box .special-price .product-price {
  color: #f7830a;
  font-weight: 500;
  font-size: 22px; }

.details-product .price-box .old-price .product-price-old {
  font-size: 16px;
  color: #bbb; }

.details-product .product-summary p {
  margin-bottom: 5px; }

.details-product .form-product .swatch {
  margin: 10px 0; }
  .details-product .form-product .swatch .header {
    display: block;
    float: none; }

@media (max-width: 767px) {
  .details-product .form-product form {
    margin-bottom: 0; } }

.details-product .form-product .form-group {
  width: 100%; }
  .details-product .form-product .form-group .custom-btn-number {
    width: 150px;
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: 45px; }
    @media (max-width: 480px) {
      .details-product .form-product .form-group .custom-btn-number {
        margin-bottom: 10px; } }
    .details-product .form-product .form-group .custom-btn-number input {
      margin: 0px;
      display: block;
      float: left;
      height: 40px;
      border: solid 1px #ebebeb;
      border-right: none;
      border-left: none;
      width: 55px;
      text-align: center;
      box-shadow: none;
      border-radius: 0px;
      font-size: 15px;
      outline: none; }
    .details-product .form-product .form-group .custom-btn-number button {
      font-size: 20px;
      line-height: 0px;
      border: solid 1px #ebebeb;
      display: inline-block;
      width: 40px;
      height: 40px;
      background: #fff;
      float: left;
      color: #333;
      text-align: center;
      padding: 0px; }
      .details-product .form-product .form-group .custom-btn-number button.btn-minus {
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .details-product .form-product .form-group .custom-btn-number button.btn-plus {
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .details-product .form-product .form-group .custom-btn-number button:hover, .details-product .form-product .form-group .custom-btn-number button:focus {
        background-color: #f7830a;
        border-color: #f7830a;
        color: #fff; }
  .details-product .form-product .form-group button {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7830a), to(#f9a854));
    background: linear-gradient(to bottom, #f9a854, #f7830a);
    font-size: 14px;
    outline: none;
    box-shadow: none;
    padding: 10px;
    color: #fff;
    height: auto;
    line-height: inherit;
    width: calc(50% - 8px);
    border-radius: 2px; }
    .details-product .form-product .form-group button span {
      display: block;
      width: 100%;
      text-align: center; }
      .details-product .form-product .form-group button span.txt-main {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1; }
    .details-product .form-product .form-group button:hover, .details-product .form-product .form-group button:focus {
      color: #fff;
      background-color: #ef7e08; }
    @media (max-width: 480px) {
      .details-product .form-product .form-group button {
        width: 100%; } }
  .details-product .form-product .form-group .btn_traGop {
    width: calc(50% - 8px);
    margin-left: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a623), to(#f8c46c));
    background: linear-gradient(to bottom, #f8c46c, #f5a623);
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    padding: 10px;
    height: auto;
    line-height: inherit; }
    @media (max-width: 480px) {
      .details-product .form-product .form-group .btn_traGop {
        width: 100%;
        margin-top: 10px;
        margin-left: 0; } }
    .details-product .form-product .form-group .btn_traGop span {
      display: block;
      width: 100%;
      text-align: center; }
      .details-product .form-product .form-group .btn_traGop span.txt-main {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1; }
    .details-product .form-product .form-group .btn_traGop:hover, .details-product .form-product .form-group .btn_traGop:focus {
      color: #333;
      background-color: #f4a014; }

.zoomLens {
  border: none !important; }

#top-tabs-info .productAnchor_horizonalNavs {
  align-items: center;
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0 !important;
  transition: all .5s ease;
  z-index: 99;
  width: 100%;
  padding: 5px 0px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transform: translateY(-100%); }
  @media (max-width: 767px) {
    #top-tabs-info .productAnchor_horizonalNavs {
      top: auto !important;
      bottom: 0 !important;
      transform: translateY(100%); } }
  #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav {
    display: flex; }
    @media (max-width: 767px) {
      #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav {
        display: block; } }
    #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_image {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      position: relative; }
      #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_image img {
        width: auto;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_name {
      line-height: 1.1;
      color: #191919;
      margin-right: 20px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 400px;
      padding: 2px 0; }
      @media (max-width: 991px) {
        #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_name {
          max-width: 280px; } }
    #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price {
      display: flex; }
      #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_title {
        font-size: 13px;
        padding-top: 5px; }
      #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_value {
        display: flex;
        align-items: flex-end;
        margin-left: 5px;
        font-size: 18px;
        color: #f7830a;
        font-weight: 600; }
    #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons {
      display: flex;
      margin-left: auto; }
      #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn {
        margin-left: 15px;
        border-radius: 2px;
        width: 250px;
        height: 50px;
        padding: 6px;
        background: -webkit-gradient(linear, left top, left bottom, from(#f7830a), to(#f9a854));
        background: linear-gradient(to bottom, #f9a854, #f7830a);
        font-size: 14px;
        outline: none;
        box-shadow: none;
        padding: 5px 10px;
        color: #fff;
        line-height: 1.1; }
        @media (max-width: 991px) {
          #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn {
            width: 170px; } }
        @media (max-width: 767px) {
          #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn {
            margin-left: 0;
            width: calc(100% - 55px); } }
        #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn span {
          display: block;
          width: 100%;
          text-align: center; }
          #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn span.txt-main {
            font-size: 17px;
            font-weight: 600;
            line-height: 1.1;
            text-transform: uppercase; }
        #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn:hover, #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn:focus {
          color: #fff;
          background-color: #ef7e08; }
        #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn.btn_traGop {
          margin-left: 10px;
          background: -webkit-gradient(linear, left top, left bottom, from(#f5a623), to(#f8c46c));
          background: linear-gradient(to bottom, #f8c46c, #f5a623);
          color: #333; }
          #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn.btn_traGop:hover, #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn.btn_traGop:focus {
            color: #333;
            background: -webkit-gradient(linear, left top, left bottom, from(#f8c46c), to(#f5a623));
            background: linear-gradient(to bottom, #f5a623, #f8c46c); }
          @media (max-width: 767px) {
            #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn.btn_traGop {
              width: 50px;
              color: #fff;
              font-size: 24px;
              text-align: center;
              margin-left: 5px; }
              #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn.btn_traGop i {
                line-height: 40px; } }
  #top-tabs-info .productAnchor_horizonalNavs.ins-Drop {
    transform: translateY(0px) !important; }

.main_container .pottion .title-head {
  padding: 10px 0;
  font-weight: 500;
  margin: 0;
  font-size: 22px;
  color: #333; }

.main_container .pottion .sort-cate {
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeced;
  display: block; }
  .main_container .pottion .sort-cate .sort-cate-left {
    float: left;
    margin-top: 5px; }
    .main_container .pottion .sort-cate .sort-cate-left h3 {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      float: left;
      margin: 0;
      margin-top: 2px; }
    .main_container .pottion .sort-cate .sort-cate-left ul {
      display: inline-block; }
      .main_container .pottion .sort-cate .sort-cate-left ul li {
        float: left;
        padding: 0 0 0 10px; }
        .main_container .pottion .sort-cate .sort-cate-left ul li a {
          color: #000;
          font-size: 14px;
          position: relative; }
          .main_container .pottion .sort-cate .sort-cate-left ul li a i {
            height: 16px;
            width: 16px;
            border: 2px solid #ddd;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin: -3px 5px 0 0;
            position: relative; }
        .main_container .pottion .sort-cate .sort-cate-left ul li:hover i, .main_container .pottion .sort-cate .sort-cate-left ul li.active i {
          border: 2px solid #0076ff;
          height: 16px;
          width: 16px; }
          .main_container .pottion .sort-cate .sort-cate-left ul li:hover i:before, .main_container .pottion .sort-cate .sort-cate-left ul li.active i:before {
            content: "";
            width: 8px;
            height: 8px;
            background-color: #0076ff;
            position: absolute;
            border-radius: 50%;
            margin: 2px; }
  .main_container .pottion .sort-cate .sort-cate-right {
    float: right; }
    .main_container .pottion .sort-cate .sort-cate-right h3 {
      color: #000;
      font-size: 14px;
      font-weight: normal;
      float: left;
      margin: 0;
      margin-top: 5px;
      margin-right: 5px; }
    .main_container .pottion .sort-cate .sort-cate-right .view-mode {
      display: inline-block; }
      @media (max-width: 480px) {
        .main_container .pottion .sort-cate .sort-cate-right .view-mode {
          text-align: center;
          display: block; } }
      .main_container .pottion .sort-cate .sort-cate-right .view-mode a {
        border: 1px solid #eaeced;
        width: 65px;
        display: inline-block;
        color: #333;
        font-size: 14px;
        height: auto;
        line-height: inherit;
        float: left;
        border-radius: 0;
        height: 30px;
        line-height: 30px; }
        @media (min-width: 413px) and (max-width: 415px) {
          .main_container .pottion .sort-cate .sort-cate-right .view-mode a {
            width: 90px; } }
        @media (min-width: 374px) and (max-width: 380px) {
          .main_container .pottion .sort-cate .sort-cate-right .view-mode a {
            width: 80px; } }
        .main_container .pottion .sort-cate .sort-cate-right .view-mode a.active, .main_container .pottion .sort-cate .sort-cate-right .view-mode a:hover {
          color: #f7830a; }
        .main_container .pottion .sort-cate .sort-cate-right .view-mode a + a {
          margin-left: 5px; }
        @media (max-width: 480px) {
          .main_container .pottion .sort-cate .sort-cate-right .view-mode a {
            float: none; } }
    @media (max-width: 480px) {
      .main_container .pottion .sort-cate .sort-cate-right {
        width: 50%; }
        .main_container .pottion .sort-cate .sort-cate-right h3 {
          display: block;
          text-align: left;
          margin-right: 0;
          float: none; } }
  @media (max-width: 480px) {
    .main_container .pottion .sort-cate .sort-cate-right-mobile {
      width: 50%;
      float: left; }
      .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by {
        float: none; }
        .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by .left {
          display: block;
          float: none;
          line-height: 1.4;
          font-weight: normal;
          margin-right: 0;
          margin-top: 5px; }
        .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by ul {
          float: none; }
          .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by ul > li {
            border: 1px solid #eaeced;
            padding: 0 5px;
            width: 137px;
            line-height: 28px; }
          .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by ul ul {
            background-color: #fff;
            border-top: none; }
            .main_container .pottion .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
              width: 100%;
              border: none; } }

.filter-vendor img {
  max-height: 34px;
  margin-left: 3px;
  position: relative;
  top: -2px; }

.products-view-list .pro-action-btn button {
  color: #fff;
  background-color: #f7830a;
  float: left; }
  .products-view-list .pro-action-btn button:hover, .products-view-list .pro-action-btn button:focus {
    color: #fff;
    background-color: #c76907; }

.products-view-list .product-box {
  border-bottom: 1px solid #eaeced;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .products-view-list .product-box .special-price .product-price {
    color: #f7830a;
    font-weight: 600;
    font-size: 14px; }
  .products-view-list .product-box .old-price .product-price-old {
    color: #bbb;
    font-size: 12px; }
  .products-view-list .product-box .sale-off {
    display: inline-block;
    background-color: #f7830a;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px; }
  .products-view-list .product-box:hover {
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.12), 0 -1px 12px 0 rgba(0, 0, 0, 0.12); }
    .products-view-list .product-box:hover .product-thumbnail img {
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.products-view-list .button_wh_40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #f5f5f5;
  color: #f7830a; }
  .products-view-list .button_wh_40.iWishAdded {
    background-color: #f99c3b;
    border-color: #f99c3b; }
    .products-view-list .button_wh_40.iWishAdded i {
      color: #fff; }

.search-main .has-validation-callback {
  margin-top: 10px; }
  .search-main .has-validation-callback button {
    background-color: #f7830a;
    border-color: #f7830a;
    color: #fff; }
    .search-main .has-validation-callback button:hover, .search-main .has-validation-callback button:focus {
      outline: none;
      box-shadow: none;
      background-color: #e07607;
      border-color: #e07607; }
  .search-main .has-validation-callback input {
    border: 1px solid #e5e5e5; }
    .search-main .has-validation-callback input:hover, .search-main .has-validation-callback input:focus {
      outline: none;
      box-shadow: none; }

/*Cart sidebar*/
.cart_sidebar {
  display: block;
  position: fixed;
  width: 450px;
  top: 0;
  right: -450px;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 10000;
  box-shadow: -5px 0 11px 0 rgba(33, 33, 33, 0.25);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (max-width: 480px) {
    .cart_sidebar {
      width: 100%;
      right: -100%; } }
  .cart_sidebar.active {
    left: auto;
    transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    visibility: visible; }
    @media (max-width: 480px) {
      .cart_sidebar.active {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0); } }
  .cart_sidebar .cart_heading {
    background-color: #f7f6f5;
    padding: 6px 16px 4px;
    display: block; }
    .cart_sidebar .cart_heading .cart_title {
      margin-bottom: 0;
      text-align: left;
      font-size: 15px;
      display: block;
      padding-bottom: 2px;
      width: 70%;
      float: left; }
      .cart_sidebar .cart_heading .cart_title span.abcb {
        display: block;
        font-size: 13px;
        color: rgba(78, 89, 93, 0.7);
        padding-top: 2px;
        padding-bottom: 2px; }
    .cart_sidebar .cart_heading .cart_btn-close {
      display: block;
      position: relative;
      margin-top: 5px;
      float: right;
      padding: 0;
      border-radius: 100%;
      border: 1px solid rgba(78, 89, 93, 0.7);
      cursor: pointer;
      height: 34px;
      width: 34px;
      line-height: 34px;
      font-size: 18px;
      text-align: center; }
  .cart_sidebar .cart-footer {
    padding: 10px; }
    .cart_sidebar .cart-footer hr {
      margin-top: 15px;
      margin-bottom: 15px;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .cart_sidebar .cart-footer .cart__subtotal {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 12px; }
      .cart_sidebar .cart-footer .cart__subtotal .cart__col-6 {
        width: 50%;
        float: left; }
      .cart_sidebar .cart-footer .cart__subtotal .cart__totle {
        width: 50%;
        float: left; }
    .cart_sidebar .cart-footer .cart__btn-proceed-checkout-dt {
      display: block;
      position: relative;
      padding-top: 24px; }
      .cart_sidebar .cart-footer .cart__btn-proceed-checkout-dt button {
        width: 100%;
        background-color: #f7830a;
        color: #fff;
        text-align: center; }
  .cart_sidebar .cart_body {
    padding: 15px 16px;
    font-weight: 400;
    height: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 768px) and (max-width: 992px) {
      .cart_sidebar .cart_body {
        height: 720px; } }
    @media (min-width: 570px) and (max-width: 767px) {
      .cart_sidebar .cart_body {
        height: 170px; } }
    @media (min-width: 500px) and (max-width: 569px) {
      .cart_sidebar .cart_body {
        height: 115px;
        padding: 5px 16px; } }
    @media (max-width: 480px) {
      .cart_sidebar .cart_body {
        height: 270px; } }
    .cart_sidebar .cart_body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #F5F5F5; }
    .cart_sidebar .cart_body::-webkit-scrollbar {
      width: 5px;
      background-color: #F5F5F5; }
    .cart_sidebar .cart_body::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
      background-color: #e5e5e5; }
    .cart_sidebar .cart_body .cart_product {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #f2f1f0;
      display: table;
      width: 100%; }
      @media (min-width: 500px) and (max-width: 569px) {
        .cart_sidebar .cart_body .cart_product {
          margin-bottom: 5px;
          padding-bottom: 5px; } }
      .cart_sidebar .cart_body .cart_product .cart_image {
        display: table-cell;
        width: 24%;
        vertical-align: top;
        position: relative; }
      .cart_sidebar .cart_body .cart_product .cart_info {
        padding-left: 15px;
        vertical-align: top; }
        .cart_sidebar .cart_body .cart_product .cart_info .cart_name {
          margin-bottom: 4px;
          font-size: 14px;
          font-weight: 600;
          line-height: 1.1; }
          .cart_sidebar .cart_body .cart_product .cart_info .cart_name a {
            color: #4e595d; }
            .cart_sidebar .cart_body .cart_product .cart_info .cart_name a:hover, .cart_sidebar .cart_body .cart_product .cart_info .cart_name a:focus {
              color: #f7830a; }
        .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
          width: 50%;
          float: left; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
            font-size: 13px;
            margin-bottom: 0;
            display: block;
            font-weight: normal; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
            font-size: 13px;
            margin-bottom: 0;
            display: block;
            font-weight: normal; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
            border: 1px solid #e5e5e5;
            border-color: #e5e5e5;
            color: #999;
            line-height: 20px;
            padding: 3px 9px;
            margin: 0;
            width: 28px;
            background-color: #fff;
            height: 28px; }
            .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
              float: left;
              border-right: 0;
              border-radius: 3px 0 0 3px; }
            .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
              float: left;
              border-left: 0;
              border-radius: 0 3px 3px 0; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
            display: inline-block;
            height: 28px;
            padding: 0 5px;
            text-align: center;
            border-radius: 0;
            width: 35px;
            float: left;
            min-height: 28px;
            border: 1px solid #e5e5e5;
            color: #222;
            height: 28px;
            font-size: 14px; }
        .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
          width: 50%;
          float: left; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
            padding-bottom: 14px;
            margin-bottom: 6px;
            margin-top: 5px; }
            .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
              font-weight: 600;
              display: block;
              font-size: 14px; }
          .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
            font-size: 13px;
            color: #f7830a; }
            .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover, .cart_sidebar .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
              text-decoration: underline; }

.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  transition: opacity .5s ease; }
  .backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1; }

.cart-empty img {
  max-width: 200px; }

.cart-empty .btn-cart-empty {
  margin-top: 20px;
  text-align: center; }
  .cart-empty .btn-cart-empty a {
    background-color: #f7830a;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    height: auto;
    line-height: 1.1; }
    .cart-empty .btn-cart-empty a:hover, .cart-empty .btn-cart-empty a:focus {
      background-color: #c76907;
      color: #fff; }

/*End Cart Sidebar*/
.section_feature_promotion {
  position: relative; }
  .section_feature_promotion .border-bg {
    border-bottom: 2px solid #f7830a; }
  .section_feature_promotion .section_feature_promotion-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    float: left; }
    @media (max-width: 767px) {
      .section_feature_promotion .section_feature_promotion-title {
        text-align: center;
        float: none; } }
    .section_feature_promotion .section_feature_promotion-title:before {
      content: "";
      height: 2px;
      width: 100px;
      background-color: #f7830a;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px; }
      @media (max-width: 767px) {
        .section_feature_promotion .section_feature_promotion-title:before {
          margin-left: auto;
          margin-right: auto; } }
    .section_feature_promotion .section_feature_promotion-title a {
      color: #333; }
      .section_feature_promotion .section_feature_promotion-title a:hover, .section_feature_promotion .section_feature_promotion-title a:focus {
        color: #f7830a;
        text-decoration: none; }
  .section_feature_promotion .text-centers {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 15px; }
    .section_feature_promotion .text-centers .box-timer {
      display: inline-block;
      float: right;
      margin-top: 10px;
      display: none; }
      @media (max-width: 767px) {
        .section_feature_promotion .text-centers .box-timer {
          position: relative;
          top: 0;
          left: 0;
          text-align: center;
          display: inline-block;
          margin-left: auto;
          margin-right: auto;
          width: 100%; } }
      .section_feature_promotion .text-centers .box-timer .timer-title, .section_feature_promotion .text-centers .box-timer .timer-view {
        display: inline-block;
        float: left; }
        @media (max-width: 991px) {
          .section_feature_promotion .text-centers .box-timer .timer-title, .section_feature_promotion .text-centers .box-timer .timer-view {
            float: none; } }
        @media (max-width: 480px) {
          .section_feature_promotion .text-centers .box-timer .timer-title, .section_feature_promotion .text-centers .box-timer .timer-view {
            display: block; } }
      .section_feature_promotion .text-centers .box-timer .timer-title {
        margin-right: 5px;
        line-height: 40px; }
        @media (max-width: 480px) {
          .section_feature_promotion .text-centers .box-timer .timer-title {
            margin-right: 0;
            margin-left: 0;
            line-height: 1.1; } }
      .section_feature_promotion .text-centers .box-timer .block-timer {
        float: left;
        border-radius: 2px;
        font-weight: 500;
        margin: 5px 3px;
        font-size: 16px;
        color: #fff;
        background-color: #f7830a;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        @media (max-width: 991px) {
          .section_feature_promotion .text-centers .box-timer .block-timer {
            float: none;
            display: inline-block; } }
      .section_feature_promotion .text-centers .box-timer .spe {
        float: left;
        line-height: 40px; }
        @media (max-width: 991px) {
          .section_feature_promotion .text-centers .box-timer .spe {
            float: none;
            display: inline-block; } }
  .section_feature_promotion .product-item-container {
    margin-bottom: 10px; }
    .section_feature_promotion .product-item-container .right-block {
      clear: none;
      padding: 0 10px;
      text-align: left;
      background: transparent;
      position: relative; }
      @media (max-width: 991px) {
        .section_feature_promotion .product-item-container .right-block .caption {
          margin-top: 10px; } }
      .section_feature_promotion .product-item-container .right-block .caption h4 {
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px; }
        .section_feature_promotion .product-item-container .right-block .caption h4 a {
          font-size: 14px;
          color: #333;
          font-weight: 500;
          text-transform: capitalize;
          line-height: 16px; }
          .section_feature_promotion .product-item-container .right-block .caption h4 a:hover, .section_feature_promotion .product-item-container .right-block .caption h4 a:focus {
            color: #f7830a;
            text-decoration: none; }
      .section_feature_promotion .product-item-container .right-block .description {
        margin: 20px 0 10px; }
        @media (max-width: 991px) {
          .section_feature_promotion .product-item-container .right-block .description {
            display: none; } }
      .section_feature_promotion .product-item-container .right-block .qt {
        margin: 20px 0;
        font-size: 13px;
        color: #222;
        font-weight: bold; }
        @media (max-width: 991px) {
          .section_feature_promotion .product-item-container .right-block .qt {
            margin: 10px 0; } }
      .section_feature_promotion .product-item-container .right-block b {
        color: #f7830a;
        font-size: 14px; }
    .section_feature_promotion .product-item-container .left-block {
      position: relative;
      overflow: hidden;
      text-align: center; }
      .section_feature_promotion .product-item-container .left-block .product-image-container {
        position: relative;
        border: 2px transparent solid; }
        .section_feature_promotion .product-item-container .left-block .product-image-container > a {
          position: relative;
          display: block; }
        .section_feature_promotion .product-item-container .left-block .product-image-container .label-product {
          font-size: 12px;
          font-weight: bold;
          color: #fff;
          text-align: center;
          display: block;
          width: 40px;
          height: 40px;
          z-index: 7;
          border-radius: 50%;
          line-height: 40px;
          position: absolute;
          top: 20px;
          text-transform: capitalize;
          background: #f7830a;
          right: 20px; }
        .section_feature_promotion .product-item-container .left-block .product-image-container:hover {
          border-color: #f7830a; }
          .section_feature_promotion .product-item-container .left-block .product-image-container:hover .button-link .btn_df {
            -webkit-transform: translate(0px, 0px);
            -moz-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            opacity: 1; }
        @media (max-width: 480px) {
          .section_feature_promotion .product-item-container .left-block .product-image-container img {
            max-width: 240px; } }
      .section_feature_promotion .product-item-container .left-block .button-link {
        padding: 0;
        position: absolute;
        z-index: 9;
        left: 10px;
        bottom: 45px; }
        .section_feature_promotion .product-item-container .left-block .button-link .add-to-cart .btn_df {
          -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s; }
          .section_feature_promotion .product-item-container .left-block .button-link .add-to-cart .btn_df i {
            font-size: 12px;
            color: #fff;
            height: 30px;
            line-height: 30px;
            width: 30px;
            text-align: center; }
          .section_feature_promotion .product-item-container .left-block .button-link .add-to-cart .btn_df span {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
            height: auto;
            opacity: 0;
            position: static;
            width: 0px;
            visibility: hidden; }
        .section_feature_promotion .product-item-container .left-block .button-link .quickview-button .btn_df {
          -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }
        .section_feature_promotion .product-item-container .left-block .button-link .product-addto-links .btn_df {
          -webkit-transition-delay: 0.23s;
          transition-delay: 0.23s; }
        .section_feature_promotion .product-item-container .left-block .button-link .product-addto-links i {
          font-size: 12px;
          color: #fff;
          height: 30px;
          line-height: 30px;
          width: 30px;
          text-align: center; }
        .section_feature_promotion .product-item-container .left-block .button-link .product-addto-links span {
          color: #fff;
          font-size: 12px;
          font-weight: 300;
          height: auto;
          opacity: 0;
          position: static;
          width: 0px;
          visibility: hidden; }
        .section_feature_promotion .product-item-container .left-block .button-link .btn_df {
          border: none;
          display: block;
          margin-top: 5px;
          padding: 0;
          margin-left: 0;
          background-color: #666;
          color: #fff;
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 3px;
          text-align: center;
          opacity: 0;
          -webkit-transform: translate(-50px, 0px);
          -moz-transform: translate(-50px, 0px);
          -ms-transform: translate(-50px, 0px);
          -o-transform: translate(-50px, 0px);
          -webkit-transition: all 300ms ease-in-out;
          -moz-transition: all 300ms ease-in-out;
          -ms-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .section_feature_promotion .product-item-container .left-block .button-link .btn_df span {
            color: #fff;
            font-size: 12px;
            font-weight: 300;
            height: auto;
            opacity: 0;
            position: static;
            width: 0px;
            visibility: hidden; }
          .section_feature_promotion .product-item-container .left-block .button-link .btn_df:hover, .section_feature_promotion .product-item-container .left-block .button-link .btn_df:focus {
            text-decoration: none;
            cursor: pointer; }
          .section_feature_promotion .product-item-container .left-block .button-link .btn_df:hover {
            background: #f7830a;
            color: #fff;
            width: auto; }
            .section_feature_promotion .product-item-container .left-block .button-link .btn_df:hover span {
              opacity: 1;
              padding: 0 10px 0 0px;
              width: auto;
              visibility: visible; }
        .section_feature_promotion .product-item-container .left-block .button-link form {
          margin-bottom: 0; }
    .section_feature_promotion .product-item-container .price {
      overflow: hidden;
      width: 100%;
      margin: 0; }
      .section_feature_promotion .product-item-container .price .price-new {
        margin-right: 5px;
        color: #f7830a;
        font-size: 16px;
        vertical-align: top;
        font-weight: 600; }
      .section_feature_promotion .product-item-container .price .price-old {
        font-size: 12px;
        color: #898989;
        text-decoration: line-through;
        display: inline-block;
        line-height: 100%;
        font-weight: 500; }
  .section_feature_promotion .deal-owl.owl-carousel {
    margin-top: 10px; }
    .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-prev, .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-next {
      -moz-transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      -o-transition: all 0.45s ease;
      -ms-transition: all 0.45s ease;
      transition: all 0.45s ease;
      opacity: 0;
      visibility: hidden; }
    .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-next {
      height: 51px;
      width: 32px;
      border: 1px solid #f1f5f6;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
      position: absolute;
      right: 0;
      text-align: center;
      line-height: 51px;
      top: 50%;
      transform: translate(0, -50%);
      color: #878fa0;
      font-size: 20px;
      margin: 0;
      right: -50px; }
      .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.2 !important; }
    .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-prev {
      height: 51px;
      width: 32px;
      border: 1px solid #f1f5f6;
      border-radius: 4px;
      background-color: #fff;
      box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
      position: absolute;
      left: 0;
      text-align: center;
      line-height: 51px;
      top: 50%;
      transform: translate(0, -50%);
      color: #878fa0;
      font-size: 20px;
      margin: 0;
      left: -50px; }
      .section_feature_promotion .deal-owl.owl-carousel .owl-nav .owl-prev.disabled {
        opacity: 0.2 !important; }
    .section_feature_promotion .deal-owl.owl-carousel:hover .owl-nav .owl-prev {
      left: 0;
      opacity: 1;
      visibility: inherit; }
    .section_feature_promotion .deal-owl.owl-carousel:hover .owl-nav .owl-next {
      right: 0;
      opacity: 1;
      visibility: inherit; }
  .section_feature_promotion .amore {
    margin: 10px 0;
    margin-bottom: 20px; }
    .section_feature_promotion .amore a {
      font-weight: 500;
      font-size: 14px;
      display: inline-block;
      border: 1px solid #f7830a;
      border-radius: 2px;
      color: #f7830a;
      height: 35px;
      background-color: #fff;
      line-height: 35px;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      margin-right: 11px;
      margin-top: 13px; }

@media (max-width: 767px) {
  .section_banner .col-md-4 + .col-md-4 {
    margin-top: 10px; } }
  @media (max-width: 767px) and (max-width: 480px) {
    .section_banner .col-md-4 + .col-md-4 {
      margin-top: 5px; } }

.section_product .pblock-head h3 {
  border-top: 3px solid transparent;
  margin: 0;
  padding: 10px 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: inline-block; }
  @media (max-width: 480px) {
    .section_product .pblock-head h3 {
      font-size: 15px; } }
  .section_product .pblock-head h3 a {
    color: #333; }
    .section_product .pblock-head h3 a:hover, .section_product .pblock-head h3 a:focus {
      color: #f7830a; }

.section_product .pblock-head .menu-button-edit {
  display: none; }
  @media (max-width: 991px) {
    .section_product .pblock-head .menu-button-edit {
      display: inline-block;
      float: right;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 5px;
      font-size: 15px;
      color: #f7830a;
      margin-top: 10px; } }

.section_product .pblock-head ul {
  float: right;
  margin-top: 10px; }
  .section_product .pblock-head ul li {
    float: none;
    display: inline-block; }
    .section_product .pblock-head ul li a {
      color: #333;
      font-size: 13px;
      padding: 5px 5px;
      display: block; }
      @media (max-width: 991px) {
        .section_product .pblock-head ul li a {
          padding: 5px 0; } }
      .section_product .pblock-head ul li a:hover, .section_product .pblock-head ul li a:focus {
        color: #f7830a; }
      .section_product .pblock-head ul li a.viewmoretext {
        padding-right: 0;
        font-weight: 600; }
  @media (max-width: 991px) {
    .section_product .pblock-head ul {
      float: none;
      width: 100%;
      clear: both;
      margin-top: 0;
      display: none; }
      .section_product .pblock-head ul li {
        float: left;
        display: block;
        width: 100%; } }

.section_product .antblock-content .col-md-3.col-md-pull-9 {
  padding: 0; }

.section_product .antblock-content .col-md-9.col-md-push-3 {
  padding-right: 0; }
  @media (max-width: 991px) {
    .section_product .antblock-content .col-md-9.col-md-push-3 {
      padding-left: 0; } }

.section_product .antblock-content .col-md-9.antblock-image-right {
  padding-left: 0; }
  @media (max-width: 991px) {
    .section_product .antblock-content .col-md-9.antblock-image-right {
      padding-right: 0; } }

.section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-prev, .section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden; }

.section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px; }
  .section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.2 !important; }

.section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px; }
  .section_product .antblock-content .antblock-product .owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.2 !important; }

.section_product .antblock-content .antblock-product .owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit; }

.section_product .antblock-content .antblock-product .owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit; }

.section-news .blogs-content .heading .title-head {
  border-top: 3px solid #f7830a;
  margin: 0;
  padding: 10px 0 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: inline-block; }
  .section-news .blogs-content .heading .title-head a {
    color: #333; }
    .section-news .blogs-content .heading .title-head a:hover, .section-news .blogs-content .heading .title-head a:focus {
      color: #f7830a; }

.section-news .blogs-content .list-blogs-link {
  padding-bottom: 10px; }
  .section-news .blogs-content .list-blogs-link .big-blogs .blog-item {
    margin-bottom: 0; }
    .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .blog-item-thumbnail {
      width: 250px;
      float: left;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .blog-item-thumbnail {
          width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con {
      padding-left: 260px; }
      @media (max-width: 480px) {
        .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con {
          padding-left: 0; } }
      .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-name {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 15px; }
        .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-name a {
          color: #333; }
          .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-name a:hover, .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-name a:focus {
            color: #f7830a; }
      .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .post-time {
        font-size: 12px;
        color: #9b9b9b;
        margin: 0 10px 0 0; }
      .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-summary {
        color: #4d4d4d; }
        @media (max-width: 480px) {
          .section-news .blogs-content .list-blogs-link .big-blogs .blog-item .index-blog-con .blog-item-summary {
            display: none; } }
  @media (max-width: 991px) {
    .section-news .blogs-content .list-blogs-link .small-blogs {
      margin-top: 10px; } }
  .section-news .blogs-content .list-blogs-link .small-blogs ul li a {
    display: table;
    margin-bottom: 5px;
    width: 100%; }
    .section-news .blogs-content .list-blogs-link .small-blogs ul li a i {
      display: table-cell;
      width: 15px; }

.system-center .col-md-3 {
  padding-right: 0; }

.system-center .col-md-9 {
  padding-left: 0; }

.showroom-list {
  background-color: #000;
  height: 500px; }

.showroom-list .city-selector {
  background-color: #f7830a;
  padding: 20px 10px; }

.showroom-list .city-selector h2 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px; }

.showroom-list .showroom-item {
  margin: 15px 10px;
  cursor: pointer; }

.showroom-list .showroom-item.active h2.title {
  color: #f7830a; }

.showroom-list h2.title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0; }

.showroom-list p {
  color: #858585;
  font-size: 12px !important;
  margin: 5px 0px;
  line-height: 1.5em;
  display: table;
  width: 100%; }
  .showroom-list p i {
    display: table-cell;
    width: 15px; }
  .showroom-list p a {
    color: #858585; }

.showroom-list p:last-child {
  border-bottom: 1px solid #333333;
  padding-bottom: 15px; }

.showroom-list select {
  display: block;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.city-wrapper {
  height: 388px;
  overflow-y: scroll; }
  .city-wrapper .has-scrollbar .content {
    outline: none;
    box-shadow: none;
    border: none; }

.city-wrapper::-webkit-scrollbar {
  width: 5px; }

.city-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
  border-radius: 10px; }

.city-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5); }

.gllpMap {
  width: 100%;
  height: 500px; }

.gllpUpdateButton {
  display: none; }

.gllpLatlonPicker {
  padding: 0; }

.list-category .col-sm-12 .col-title h3 {
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  margin: 10px 0;
  float: left; }
  .list-category .col-sm-12 .col-title h3 span {
    font-size: 14px; }

.list-category .col-sm-12 .col-title a {
  float: right;
  color: #f7830a;
  font-size: 14px;
  margin-top: 12px; }

.list-category .owl-carousel.products-view-grid .owl-nav .owl-prev, .list-category .owl-carousel.products-view-grid .owl-nav .owl-next {
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden; }

.list-category .owl-carousel.products-view-grid .owl-nav .owl-next {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  right: -50px; }
  .list-category .owl-carousel.products-view-grid .owl-nav .owl-next.disabled {
    opacity: 0.2 !important; }

.list-category .owl-carousel.products-view-grid .owl-nav .owl-prev {
  height: 51px;
  width: 32px;
  border: 1px solid #f1f5f6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 51px;
  top: 50%;
  transform: translate(0, -50%);
  color: #878fa0;
  font-size: 20px;
  margin: 0;
  left: -50px; }
  .list-category .owl-carousel.products-view-grid .owl-nav .owl-prev.disabled {
    opacity: 0.2 !important; }

.list-category .owl-carousel.products-view-grid:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1;
  visibility: inherit; }

.list-category .owl-carousel.products-view-grid:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1;
  visibility: inherit; }

.container-slider {
  overflow: hidden; }
  .container-slider .home-slider, .container-slider .owl-stage-outer {
    overflow: visible !important; }
    .container-slider .home-slider .owl-item, .container-slider .owl-stage-outer .owl-item {
      opacity: 0.5; }
      .container-slider .home-slider .owl-item.active, .container-slider .owl-stage-outer .owl-item.active {
        opacity: 1; }

@media (min-width: 1024px) {
  .aside-hidden-mobile {
    display: block !important; } }

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

@media (max-width: 991px) {
  .zoomContainer {
    display: none !important; }
  header {
    margin-bottom: 0px; }
    header .logo-wrapper {
      display: block;
      text-align: left; }
    header .top-header .hotline {
      width: 100%;
      text-align: right;
      min-height: 41px; }
    header .top-header .search-auto {
      margin-top: 10px;
      float: left;
      padding: 0; }
      header .top-header .search-auto button {
        background-color: #fff;
        padding: 0 10px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      header .top-header .search-auto {
        width: 100%; } }
    @media (max-width: 991px) and (max-width: 767px) {
      header .top-header .search-auto {
        margin-top: 5px;
        width: 100%; } }

@media (max-width: 991px) {
    header .top-header .col-100-h {
      clear: both; }
      header .top-header .col-100-h #trigger-mobile {
        width: 35px;
        float: left;
        margin: 7px 0;
        padding: 9px 0;
        display: block; }
        header .top-header .col-100-h #trigger-mobile .icon-bar {
          background-color: #fff; }
      header .top-header .col-100-h .mobile-cart {
        width: 40px;
        float: left;
        position: relative;
        padding-left: 5px;
        margin: 15px 0;
        position: absolute;
        right: 15px; }
        header .top-header .col-100-h .mobile-cart i {
          color: #fff;
          font-size: 27px;
          padding-left: 12px; }
        header .top-header .col-100-h .mobile-cart .cart-right {
          position: absolute;
          right: -10px;
          top: -10px;
          display: block;
          clear: both;
          color: #333;
          background-color: #f5a623;
          height: 20px;
          border-radius: 10px;
          text-align: center;
          margin-left: auto;
          margin-right: auto;
          font-size: 13px;
          padding: 0 6px; }
      header .top-header .col-100-h .logo-wrapper {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 150px; }
        header .top-header .col-100-h .logo-wrapper img {
          max-width: 100%; }
    header.header-index {
      position: relative; }
      header.header-index .no-container-480 {
        padding: 0; }
        header.header-index .no-container-480 .row {
          margin: 0; }
          header.header-index .no-container-480 .row .col-md-12 {
            padding: 0; }
    header .no-container-480 {
      padding: 0; }
      header .no-container-480 .row {
        margin: 0; }
        header .no-container-480 .row .col-md-12 {
          padding: 0; }
    header #search_suggestion {
      top: 40px !important; }
  .left-content {
    margin-bottom: 10px; }
    .left-content .aside-filter {
      padding-top: 0;
      padding-bottom: 0; }
      .left-content .aside-filter .heading {
        margin-bottom: 0;
        border-bottom: none; }
      .left-content .aside-filter .heading {
        text-align: left;
        border: 1px solid #eee;
        padding: 7px;
        font-size: 14px;
        position: relative;
        color: #f7830a; }
        .left-content .aside-filter .heading:after {
          content: "\f107";
          font-family: FontAwesome;
          font-size: 15px;
          position: absolute;
          right: 10px;
          line-height: 21px;
          transition: all 0.55s 0.25s;
          transform: rotate(0);
          top: 50%;
          transform: translate(0, -50%); }
        .left-content .aside-filter .heading.active:after {
          transform: rotate(180deg);
          top: 50%;
          transform: translate(0, -50%); }
  .aside-hidden-mobile {
    display: none; }
  .system-center .col-md-3 {
    padding-right: 10px; }
  .system-center .col-md-9 {
    padding-left: 10px; }
  .showroom-list {
    height: 300px; }
  .city-wrapper {
    height: 210px; }
  .container-slider {
    padding: 0;
    width: 100%; } }

@media (max-width: 480px) {
  .system-center .col-md-3 {
    padding-right: 5px; }
  .system-center .col-md-9 {
    padding-left: 5px; }
  .col-100-h {
    width: 100%; }
    .col-100-h.hidden-md {
      display: none; }
  header .logo-wrapper {
    text-align: center; }
  .fix-address-mobile small {
    display: block;
    clear: both; }
  .recent-orders.table-responsive-block td:before {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap;
    font-weight: 400;
    display: block; }
  #order_details tr td:first-child:before {
    display: none; }
  .col-100 {
    width: 100%; }
  .s480-f {
    display: block;
    font-size: 0;
    clear: both; } }

.line-clamp {
  position: relative;
  height: 31px;
  /* exactly three lines */
  overflow: hidden;
  display: block; }

.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 15.5px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

@supports (-webkit-line-clamp: 2) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 31px;
    /* I needed this to get it to work */
    height: auto;
    min-height: 31px; }
  .line-clamp:after {
    display: none; } }

.filter-size-screen .filter-item {
  float: left;
  width: 50%;
  margin-bottom: 5px; }
  .filter-size-screen .filter-item img {
    max-height: 35px; }

.filter-container .filter-containers {
  padding: 0 10px; }
  .filter-container .filter-containers .filter-container__selected-filter-header-title {
    color: #f7830a;
    font-size: 15px; }
  .filter-container .filter-containers .filter-container__clear-all {
    font-size: 13px; }

#myorder .modal-content {
  border-radius: 0; }
  #myorder .modal-content .orderFormWrapper {
    padding: 15px; }
    #myorder .modal-content .orderFormWrapper .orderFormTitle {
      text-align: center;
      margin: 0;
      font-size: 20px;
      text-transform: uppercase;
      color: #f7830a; }
    #myorder .modal-content .orderFormWrapper .orderFormInput .textNoteorderForm {
      text-align: center;
      display: block;
      margin-bottom: 30px; }
    #myorder .modal-content .orderFormWrapper .orderFormInput input, #myorder .modal-content .orderFormWrapper .orderFormInput textarea {
      border: 1px solid #e1e1e1;
      border-radius: 3px; }
    #myorder .modal-content .orderFormWrapper .orderFormInput input.disabled {
      background: #ececec; }
    #myorder .modal-content .orderFormWrapper .orderFormInput button.type_2 {
      margin-top: 10px;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
  #myorder .modal-content .close {
    height: 25px;
    width: 25px;
    color: #fff;
    background-color: #f7830a;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1; }

.antblock-image img {
  width: 100%; }

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

div.pp_woocommerce .pp_content_container {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
  padding: 20px 0; }

div.pp_woocommerce .pp_content_container:after,
div.pp_woocommerce .pp_content_container:before {
  content: " ";
  display: table; }

div.pp_woocommerce .pp_content_container:after {
  clear: both; }

div.pp_woocommerce .pp_loaderIcon:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  -moz-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(http://noren.themestudio.net/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

div.pp_woocommerce div.ppt {
  color: #000; }

div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: block; }

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1em;
  transition: all ease-in-out .2s;
  color: #fff !important; }

div.pp_woocommerce .pp_gallery ul li a:hover,
div.pp_woocommerce .pp_gallery ul li.selected a {
  border-color: #000; }

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
  background-color: #444;
  font-size: 16px !important;
  font-family: WooCommerce;
  content: "\e00b";
  text-indent: 0;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center; }

div.pp_woocommerce .pp_next:before:hover,
div.pp_woocommerce .pp_previous:before:hover {
  background-color: #000; }

div.pp_woocommerce .pp_next:hover:before,
div.pp_woocommerce .pp_previous:hover:before {
  display: block; }

div.pp_woocommerce .pp_previous:before {
  left: 1em; }

div.pp_woocommerce .pp_next:before {
  right: 1em;
  font-family: WooCommerce;
  content: "\e008"; }

div.pp_woocommerce .pp_details {
  margin: 0;
  padding-top: 1em; }

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
  font-size: 14px; }

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
  margin: 0; }

div.pp_woocommerce .pp_nav {
  margin-right: 1em;
  position: relative; }

div.pp_woocommerce .pp_close {
  background-color: #444;
  top: -.5em;
  right: -.5em;
  font-size: 1.618em !important; }

div.pp_woocommerce .pp_close:hover {
  background-color: #000; }

div.pp_woocommerce .pp_close:before {
  font-family: WooCommerce;
  content: "\e013";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0; }

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
  background-color: #444;
  font-size: 16px !important;
  position: relative;
  margin-top: -1px; }

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
  background-color: #000; }

div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
  font-family: WooCommerce;
  content: "\e00b";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0; }

div.pp_woocommerce .pp_arrow_previous {
  margin-right: .5em; }

div.pp_woocommerce .pp_arrow_next {
  margin-left: .5em; }

div.pp_woocommerce .pp_arrow_next:before {
  content: "\e008"; }

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
  background-color: #444;
  right: auto;
  left: -.5em;
  top: -.5em;
  font-size: 1.618em !important; }

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
  background-color: #000; }

div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
  font-family: WooCommerce;
  content: "\e005";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0; }

div.pp_woocommerce a.pp_contract:before {
  content: "\e004"; }

div.pp_woocommerce #respond {
  margin: 0;
  width: 100%;
  background: 0 0;
  border: none;
  padding: 0; }

div.pp_woocommerce #respond .form-submit {
  margin-top: 0;
  float: none; }

div.pp_woocommerce .pp_inline {
  padding: 0 !important; }

.rtl div.pp_woocommerce .pp_content_container {
  text-align: right; }

@media only screen and (max-width: 768px) {
  div.pp_woocommerce .pp_contract,
  div.pp_woocommerce .pp_description,
  div.pp_woocommerce .pp_expand,
  div.pp_woocommerce .pp_gallery,
  div.pp_woocommerce .pp_next,
  div.pp_woocommerce .pp_previous {
    display: none !important; }
  div.pp_woocommerce {
    left: 5% !important;
    right: 5% !important;
    box-sizing: border-box;
    width: 90% !important; }
  div.pp_woocommerce .pp_arrow_next,
  div.pp_woocommerce .pp_arrow_previous,
  div.pp_woocommerce .pp_close {
    height: 44px;
    width: 44px;
    font-size: 44px;
    line-height: 44px; }
  div.pp_woocommerce .pp_arrow_next:before,
  div.pp_woocommerce .pp_arrow_previous:before,
  div.pp_woocommerce .pp_close:before {
    font-size: 44px; }
  .pp_content,
  div.pp_woocommerce .pp_details {
    width: 100% !important; }
  .pp_content #pp_full_res > img {
    width: 100% !important;
    height: auto !important; }
  .currentTextHolder {
    line-height: 3; } }

div.pp_pic_holder a:focus {
  outline: 0; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_top {
  height: 20px;
  position: relative; }

* html .pp_top {
  padding: 0 20px; }

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_fade {
  display: none; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap; }

.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  text-indent: -100000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap; }

.pp_gallery ul a {
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
  border-color: #fff; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery li.default a img {
  display: none; }

a.pp_next,
a.pp_previous {
  display: block;
  height: 100%;
  width: 49%;
  text-indent: -10000px; }

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important; }

a.pp_next {
  float: right; }

a.pp_previous {
  float: left; }

a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: -10000px; }

.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_bottom {
  padding: 0 20px; }

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px; }

#pp_full_res .pp_inline {
  text-align: left; }

div.ppt {
  color: #fff !important;
  font-weight: 700;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999; }

.pp_gallery ul a {
  height: 42px !important;
  max-height: auto; }

.pp_gallery ul {
  height: 45px; }

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
  margin-top: 2px; }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_listSharing {
  position: fixed;
  bottom: 85px;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }

.addThis_listSharing.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listing .addThis_item {
  margin-bottom: 5px;
  margin-right: 24px; }

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: .9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px; }

.actionToolbar_mobile ul.actionToolbar_listing {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.actionToolbar_mobile ul.actionToolbar_listing li {
  width: 20%;
  float: left; }

.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative; }

.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top; }

.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px; }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; } }

/*.modal-backdrop.in {display: none;opacity: 0!important;}*/
/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0; }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  min-height: unset; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px;
  position: relative;
  z-index: 99; }

.modal-contactform .content_popupform form {
  margin-bottom: 0; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  padding: 0px 20px;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

.flexsocial {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px; }

.flexsocial > div {
  width: 50px;
  text-align: left; }

.flexsocial img {
  width: 35px;
  height: 35px;
  border-radius: 100%; }
