﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("../css/bootstrap.min.css");
@import url("../css/classy-nav.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/animate.css");
@import url("../css/magnific-popup.css");
@import url("../css/custom.css");
input:focus,
select:focus {
  outline: none;
}

.clear-padding {
  padding: 0;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.bg-gray {
  background: #f3f3f3;
}

.preloader {
  background-color: rgba(7, 17, 27, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .spinner {
  width: 70px;
  text-align: center;
}

.preloader .spinner div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.preloader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#scrollUp {
  background-color: #ffffff;
  color: #faac03;
  bottom: 22px;
  right: 5px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #faac03;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

#scrollUp:hover, #scrollUp:focus {
  background-color: #faac03;
  color: #ffffff;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  height: auto;
  background: #faac03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 5000;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}.sidebar i {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 5px;

} 

.sidebar a {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 5px;
  cursor: pointer;
}

.sidebar a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar img {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 130px;
  height: 130px;
  display: block;
  max-width: 130px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar .erweima:hover + img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.component-btn {
  background-color: #faac03;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 50px;
  color: #686356;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  text-transform: capitalize;
}

.component-btn:hover, .component-btn:focus {
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
}

.form-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  margin-top: 20px;
  position: relative;
}

.form-input .form-input-label {
  font-size: 16px;
  margin-bottom: 0;
  width: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.form-input .form-input-text {
  width: 100%;
  max-width: 300px;
  line-height: 40px;
  border: none;
  border: 1px solid #8b949d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  margin-right: 0px;
}

.form-tip {
  display: inline-block;
  line-height: 40px;
  color: #999999;
}

.form-button {
  background: #faac03;
  color: #ffffff;
  line-height: 40px;
  width: 100%;
  border: none;
  margin-top: 20px;
}

.table-custom {
  background: #ffffff;
  margin-bottom: 0;
}

.table-custom thead th {
  border-top: none;
  border-bottom: 5px solid #f3f3f3;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  color: #686356;
}

.table-custom tr:last-child {
  border-top: 5px solid #f3f3f3;
}

.table-custom tr:last-child td {
  font-size: 18px;
  line-height: 30px;
}

.table-custom tr td {
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  white-space: nowrap;
  color: #686356;
}

.table-custom tr td img {
   height: 60px;
  max-width: none;
}

.table-custom tr td .input-class {
  width: 50px;
  line-height: 30px;
  border: 1px solid #404040;
  text-align: center;
  margin-right: 5px;
}

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header-area {
    height: 60px;
  }
}

.header-area .top-header-area .logo {
  width: 150px;
}

.header-area .is-sticky .nav-menu {
  z-index: 9999;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}

.top-search-area {
  position: relative;
  z-index: 1;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .top-search-area {
    display: none;
  }
}

.top-search-area form {
  position: relative;
  z-index: 1;
  width: 360px;
}

.top-search-area form input {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
     transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border: none;
  color: #ababab;
  font-size: 14px;
  padding: 0 180px 0 15px;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-search-area form input:focus {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.top-search-area form select {
  position: absolute;
  top: 1px;
  right: 40px;
  height: 38px;
  z-index: 10;
  width: 120px;
  border: none;
  margin-top: 1px;
  font-size: 14px;
}

.top-search-area form button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 40px;
  z-index: 10;
  width: 40px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  border-radius: 0;
  cursor: pointer;
}

.top-search-area form button:hover, .top-search-area form button:focus {
  color: #faac03;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-search-area form::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  top: 10px;
  left: 53%;
  width: 1px;
  height: 22px;
  background: #bababa;
}

.login-area {
  position: relative;
  z-index: 1;
}

.login-area a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  line-height: 40px;
  font-size: 14px;
}

.login-area a:hover, .login-area a:focus {
  background-color: #faac03;
  text-decoration: none;
}

.login-area a i {
  display: inline-block;
  line-height: 42px;
  margin-right: 10px;
}

.nav-menu {
  position: relative;
  width: 100%;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .nav-menu {
    height: 60px;
  }
}

.nav-menu .classy-navbar {
  height: 70px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .nav-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.nav-menu .classy-navbar .nav-brand {
  max-width: 160px;
  margin-right: 30px;
}

.nav-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 15px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.nav-menu .classy-navbar .classynav ul li a.active, .nav-menu .classy-navbar .classynav ul li a:hover, .nav-menu .classy-navbar .classynav ul li a:focus {
  color: #faac03;
  border-bottom: 1px solid #faac03;
}

.nav-menu .classy-navbar .classynav > ul > li:first-child a {
  padding-left: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
  }
}

.nav-menu .classy-navbar .classynav ul li ul li a {
  color: #404040;
  font-size: 14px;
  padding: 0 20px;
}

.nav-menu .nav-search-area {
  display: none;
  position: relative;
  z-index: 1;
  width: 80%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .nav-menu .nav-search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-menu .nav-search-area form {
  position: relative;
  z-index: 1;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .nav-menu .nav-search-area form {
    width: 100%;
  }
}

.nav-menu .nav-search-area form input {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border: none;
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  padding: 0 50% 0 15px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-menu .nav-search-area form input:focus {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.nav-menu .nav-search-area form select {
  position: absolute;
  top: 0;
  right: 40px;
  height: 40px;
  z-index: 10;
  width: 35%;
  border: none;
  margin-top: 1px;
}

.nav-menu .nav-search-area form button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 40px;
  z-index: 10;
  width: 40px;
  background-color: #ffffff;
  border: none;
  color: #000000;
  cursor: pointer;
}

.nav-menu .nav-search-area form button:hover, .nav-menu .nav-search-area form button:focus {
  color: #faac03;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-menu .nav-search-area::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  top: 10px;
  left: 50%;
  width: 1px;
  height: 22px;
  background: #bababa;
}

.nav-menu .top-social-info a {
  font-size: 14px;
  color: #545454;
  display: inline-block;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-menu .top-social-info a {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-menu .top-social-info a {
    margin-left: 0;
    margin-right: 15px;
  }
}

.nav-menu .top-social-info a:hover, .nav-menu .top-social-info a:focus {
  color: #faac03;
}

.banner-slide {
  position: relative;
  z-index: 1;
}

.banner-slide img {
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .banner-slide img {
    height: 220px;
  }
}

.banner-slide .owl-next,
.banner-slide .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -26px;
  font-size: 16px;
  font-weight: 600;
  color: #faac03;
  text-transform: capitalize;
  right: 80px;
  text-align: center;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  line-height: 50px;
  border-radius: 50%;
}

.banner-slide .owl-next i,
.banner-slide .owl-prev i {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .banner-slide .owl-next i,
  .banner-slide .owl-prev i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-slide .owl-next,
  .banner-slide .owl-prev {
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
}

.banner-slide .owl-next:hover,
.banner-slide .owl-prev:hover {
  background-color: #faac03;
  color: #ffffff;
}

.banner-slide .owl-prev {
  left: 80px;
}

@media only screen and (max-width: 767px) {
  .banner-slide .owl-prev {
    left: 10px;
  }
}

.notice-slide {
  border-top: 3px solid #faac03;
  background: #ffffff;
  padding: 30px 0;
}

.notice-slide .notice-slide-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}

.notice-slide p {
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
}

.notice-owl {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .notice-owl {
    padding: 0;
  }
}

.notice-owl .owl-prev,
.notice-owl .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 16px;
  color: #686356;
  left: -2%;
  text-align: center;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  line-height: 60px;
}

.notice-owl .owl-prev i,
.notice-owl .owl-next i {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
}

.notice-owl .owl-prev:hover,
.notice-owl .owl-next:hover {
  color: #faac03;
}

.notice-owl .owl-next {
  left: auto;
  right: -2%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .notice-owl .owl-next {
    right: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notice-owl .owl-next {
    right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .notice-owl .owl-next {
    right: 5%;
  }
}

.login-main {
  margin: 120px auto;
}

@media only screen and (max-width: 767px) {
  .login-main {
    margin: 50px auto;
  }
}

.login-img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .login-img {
    display: none;
  }
}

.login-img img {
  width: 80%;
}

.login-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-box {
    min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeeeee;
}

@media only screen and (max-width: 767px) {
  .form-box {
    width: 90%;
    min-width: auto;
  }
}

.form-box .form-header {
  background: #000000;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.form-box form {
  width: 100%;
  padding: 20px 20px 0;
}

.form-box .form-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-box .form-footer a {
    font-size: 14px;
  line-height: 40px;
  margin: 10px 0px 20px 0;
}

.register-main {
  margin: 40px auto;
}

.register-main form {
  width: 100%;
}

.register-title {
  width: 100%;
  background: #f3f3f3;
  line-height: 50px;
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}

.form-register {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .form-register {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-register .form-input-label {
  color: #faac03;
  font-size: 20px;
}

.form-register .form-input-text {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .form-register .form-input-text {
    width: 100%;
    max-width: inherit;
  }
}

.form-checkbox {
  margin: 10px 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .form-register-flex {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-register-flex label {
  width: 15%;
  text-align: right;
  padding-right: 10px;
  line-height: 42px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .form-register-flex label {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .form-register-flex .form-tip {
    line-height: 30px;
    font-size: 14px;
  }
}

.form-register-flex .form-input-text {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .form-register-flex .form-input-text {
    width: 100%;
    max-width: inherit;
    margin-bottom: 5px;
  }
}

.form-register-flex .form-input-radio {
  margin: 0 3px 0 5px;
}

.form-register-flex .form-input-file {
  width: 300px;
}

.form-register-flex .form-select {
  height: 40px;
  width: 200px;
  padding-left: 10px;
  border: 1px solid #8b949d;
}

@media only screen and (max-width: 767px) {
  .form-register-flex .form-select {
    width: 100%;
  }
}

.form-register-flex .form-radios {
  width: 82%;
}

@media only screen and (max-width: 767px) {
  .form-register-flex .form-radios {
    width: 100%;
  }
}

.form-register-flex .form-textarea {
  width: 80%;
  height: 150px;
  line-height: 30px;
  padding: 0 10px;
  resize: none;
  border: 1px solid #8b949d;
}

@media only screen and (max-width: 767px) {
  .form-register-flex .form-textarea {
    width: 100%;
  }
}

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   color: #999;
}

.form-footer a {
  display: inline-block;
  background: #faac03;
  color: #ffffff;
  text-align: center;
  width: 100%;
  line-height: 40px;
  text-decoration: none;
  margin: 0 10px;
}

.form-footer input {
  margin: 20px 10px 0 0;
}

.product-search-area {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.product-search-area form {
  width: auto;
}

.product-search-area form input {
  padding: 0 100px 0 15px;
}

.product-search-area form::after {
  display: none;
}

.letter-search {
  margin: 10px 0;
}

.letter-search span {
  font-size: 14px;
  font-weight: 600;
}

.letter-search a {
  display: inline-block;
  padding: 0 3px;
  color: #404040;
  font-size: 14px;
}

.letter-search a:hover {
  color: #faac03;
}

.search-list-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  padding: 15px;
  font-size: 14px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .search-list-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.search-list-title p {
  font-size: 18px;
  font-weight: 600;
}

.search-list-title a {
  color: #000000;
  padding: 0 3px;
}

.product-item {
  border-bottom: 1px solid #eee;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}

.product-item img {

  height: 90px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.product-item .item-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .product-item .item-detail {
    padding: 10px 0;
  }
}

.product-item .item-detail p {
  padding: 0;
}

.product-item .item-button {
  width: 120px;
  background: #faac03;
  color: #404040;
  line-height: 40px;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.product-item .item-button:hover {
  background: #000000;
  color: #ffffff;
}

.product-item .item-down {
  padding-right: 30px;
  color: #faac03;
  cursor: pointer;
}

.product-area {
  position: relative;
  z-index: 1;
  margin: 20px auto;
}

.product-area .product-title {
  display: inline-block;
  font-size: 24px;
  padding: 30px 20px 20px;
  position: relative;
}

.product-area .product-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #faac03;
}

.product-area .page-item .page-link {
  background-color: transparent;
  font-size: 16px;
  color: #424242;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  margin-right: 10px;
  border: none;
  font-weight: 600;
}

.product-area .page-item .page-link:hover, .product-area .page-item .page-link:focus {
  color: #faac03;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-area .page-item.active .page-link {
  color: #faac03;
}

.single-product-area {
 height: 100%; position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .single-product-area {
    margin-bottom: 10px;
  }
}

.single-product-area:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
          box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-product-area p:nth-of-type(1) {
  color: #faac03;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  line-height: 30px;
}

.single-product-area p:nth-of-type(2) {
  color: #ababab;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.single-product-area img {
  height: 158px;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-area img {
    max-height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-area img {
    max-height: 140px;
  }
}

.single-product-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2%;
}

.single-product-list {
  width: 100%;
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
          box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
}

@media only screen and (max-width: 767px) {
  .single-product-list {
    width: 100%;
  }
}

.single-product-list .product-list-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.single-product-list .product-list-title .title-name {
  font-weight: 600;
  font-size: 20px;
}

.single-product-list .product-list-title .title-num {
  font-size: 20px;
  color: #faac03;
}

.single-product-list .product-list-title i {
  padding: 1px 15px;
  background: #faac03;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.single-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px 20px;
  background: #ffffff;
}

.single-list-content .single-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

.single-list-content .single-list-item:last-child {
  border-right: none;
}

.single-list-content a {
  padding-left: 20px;
  position: relative;
  display: inline;
  line-height: 24px;
  font-size: 14px;
  color: #686356;
  cursor: pointer;
}

.single-list-content a:hover {
  color: #faac03;
}

.single-list-content a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #faac03;
  left: 8px;
  top: 10px;
}

.product-intro {
  background: #faac03;
  padding: 1% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .product-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.intro-left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .intro-left {
    width: 90%;
  }
}

.intro-left p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.intro-left p span,
.intro-left p a {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.intro-left p:nth-child(1) {
  font-size: 24px;
}

.intro-img {
  width: 25%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .intro-img {
    width: 100%;
    height: 200px;
  }
}

.product-tab {
  background: #51330e;
  line-height: 50px;
  width: 100%;
}

.product-tab li {
  width: 10%;
}

@media only screen and (max-width: 767px) {
  .product-tab li {
    width: 20%;
  }
}

.product-tab li:hover a {
  text-decoration: none;
  background: #e8e7e5;
  color: #686356;
}

.product-tab li.active a {
  background: #e8e7e5;
  color: #686356;
}

.product-tab a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #51330e;
}

.db_type {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.db_type a {
  color: #faac03;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
  }
}

.product-detail .detail-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 79%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-left {
    width: 100%;
  }
}

.product-detail .detail-left p {
  line-height: 30px;
  margin: 0;
  padding: 0 13px;
}

.product-detail .detail-left .single-product-list {
  width: 100%;
  background: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
}

.product-detail .detail-left .single-product-list .single-list-content {
  padding: 20px 0;
  margin: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
          box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-left .single-product-list .single-list-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-left .single-product-list .single-list-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-left .single-product-list .single-list-content .single-list-item {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-left .single-product-list .single-list-content .single-list-item {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
  }
}

.product-detail .detail-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.product-detail .detail-right .single-product-list {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right .single-product-list {
    width: 49%;
    margin: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right .single-product-list {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right .single-product-area {
    width: 49%;
    margin: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right .single-product-area {
    width: 100%;
  }
}

.message-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .message-box {
    width: 90%;
  }
}

.message-box .message-box-text {
  border: 1px solid #000000;
  line-height: 25px;
  width: 15%;
  margin: 0 5px;
  padding: 0 0 0 5px;
}

.message-box .message-box-button {
  width: 25%;
  line-height: 40px;
  background: #faac03;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.message-box .message-box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #faac03;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}

.detail-table {
  width: 100%;
  height: auto;
}

.detail-table .table-item {
  background: #ffffff;
  line-height: 50px;
  color: #686356;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}

.detail-table .table-item span {
  display: inline-block;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.detail-table .table-item span:nth-child(1) {
  color: #faac03;
  text-decoration: underline;
}

.detail-table .table-item span:nth-child(2) {
  color: #faac03;
}

.detail-table .table-title {
  background: #f3f3f3;
}

.detail-table .table-title span {
  font-weight: 600;
}

.detail-table .table-title span:nth-child(1) {
  color: #686356;
  text-decoration: none;
}

.detail-table .table-title span:nth-child(2) {
  color: #686356;
}

.my-bg {
  background: #f3f3f3;
}

.my-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .my-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
}

.my-main form {
  
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .my-main form {
    margin: 10px 0 0 0;
    width: 96%;
  }
}

.my-main form .form-update {
  width: 200px;
  margin: 30px auto 0;
}

.my-main form p {
  text-indent: 2em;
  margin: 10px 20px;
  line-height: 30px;
}

.my-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .my-left {
    width: 96%;
  }
}

.my-left .my-tab,
.my-left h6 {
  line-height: 40px;
  text-align: center;
  background: #faac03;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  border-left: 3px solid #faac03;
  color: #000000;
  margin-bottom: 0;
}

.my-left .my-tab:hover {
  background: #f3f3f3;
  border-left: 3px solid #faac03;
  color: #000000;
  text-decoration: none;
}

.my-left .my-tab-active {
  background: #f3f3f3;
  border-left: 3px solid #faac03;
}

.my-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: #ffffff;
}

.my-detail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.my-detail span {
  line-height: 30px;
  font-size: 14px;
}

.my-detail-concant {
  padding: 0;
}

.my-detail-concant img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.my-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}

.right-item {
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .right-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.right-item .item-name {
  width: 20%;
  padding-left: 30px;
  border-bottom: 1px solid #f3f3f3;
  border-right: 5px solid #f3f3f3;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .right-item .item-name {
    width: 100%;
    border-right: 0;
  }
}

.right-item .item-name::before {
  content: "·";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  top: 0;
  left: 0;
  color: #faac03;
  font-weight: 600;
}

.right-item .item-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
}

.right-item .item-form .item-form-text {
  line-height: 40px;
  border: 1px solid #999;
  padding-left: 10px;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  .right-item .item-form .item-form-text {
    width: 95%;
  }
}

.right-item .item-form .item-form-radio {
  margin-right: 5px;
}

.right-item .item-form .item-form-select {
  height: 40px;
  width: 180px;
  border: 1px solid #999;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .right-item .item-form span {
    line-height: 30px;
    display: inherit;
  }
}

.my-right-concant .right-item {
  border-bottom: 1px solid #f3f3f3;
}

.my-right-concant .item-form {
  font-size: 16px;
  color: #000000;
}

.cart-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-final span {
  display: inline-block;
  width: 80%;
  text-align: center;
}

.cart-final input {
  background: #faac03;
  color: #000000;
  border: none;
  width: 100px;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
  font-size: 16px;
}

.cart-final-silvery {
  background: #f3f3f3;
}

.cart-final-silvery .cart-final {
  margin-top: 25px;
}

.footer-area {
  position: relative;
  z-index: 1;
  background: #000000;
}

.footer-area .main-footer-area {
  padding: 45px 0;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}

.single-footer-widget .widget-title {
  display: block;
  margin-bottom: 30px;
}

.single-footer-widget .widget-title h4 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

.single-footer-widget .widget-content {
  padding-left: 30px;
}

.single-footer-widget .widget-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-footer-widget .widget-content ul li {
  display: inline-block;
}

.single-footer-widget .widget-content ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  padding: 0 10px;
}

.single-footer-widget .widget-content ul li a:focus, .single-footer-widget .widget-content ul li a:hover {
  color: #faac03;
  text-decoration: none;
}

.single-footer-widget .widget-content ul li a:focus::after, .single-footer-widget .widget-content ul li a:focus::after, .single-footer-widget .widget-content ul li a:hover::after, .single-footer-widget .widget-content ul li a:hover::after {
  color: #ffffff;
}

.single-footer-widget .widget-content ul li a::after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 1px;
  height: 10px;
}

.single-footer-widget .widget-content ul li:nth-child(1) a {
  padding-left: 0;
}

.single-footer-widget .widget-content ul li:nth-child(1) a:after {
  display: none;
}

.copywrite-content {
  position: relative;
  z-index: 1;
  background: #404040;
  width: 100%;
  padding: 15px 0;
}

.copywrite-content .copywrite-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.copywrite-content .copywrite-item i {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  margin-right: 10px;
}

.copywrite-content .copywrite-item span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
}

.copywrite-content .copywrite-item p {
  line-height: 1.5;
  margin-top: 5px;
  height: 60px;
  font-size: 14px;
  color: #707070;
}

.copywrite-content .footer-nav {
  position: relative;
  z-index: 1;
}

.copywrite-content .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .copywrite-content .footer-nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.copywrite-content .footer-nav ul li a {
  position: relative;
  z-index: 1;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .copywrite-content .footer-nav ul li a {
    padding: 0 5px;
  }
}

.copywrite-content .footer-nav ul li a:hover, .copywrite-content .footer-nav ul li a:focus {
  color: #faac03;
}
