#wrap.boxed {
  background-image: url("/uploads/others/images/bg.jpg");
  background-size: auto;
}

::-moz-selection {
  background-color: #333;
  color: #fff;
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

.display-flex {
  display: flex;
}

.jc-space-between {
  justify-content: space-between;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.logo-txt {
  color: #cc7349;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 10px;
}

.lang {
  position: absolute;
  top: 50%;
  right: 105px;
  display: flex;
  list-style: none;
  padding: 0;
  transform: translateY(-50%);
}
.lang li {
  padding-right: 10px;
  height: 32px;
}
.lang li a {
  display: block;
  color: #fff;
  background-color: #555;
  padding: 5px 20px;
  line-height: 1.5;
  height: 100%;
}
.lang li a:hover {
  background-color: #cc7349;
}

.main-title {
  position: relative;
  font-size: 21px;
  position: absolute;
  top: 0px;
  left: 50%;
  color: #e99612;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 7px 50px;
  margin: 20px 0 10px;
  transform: translateX(-50%);
  z-index: 0;
}
.main-title::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  content: url("/uploads/others/images/loIcon.svg");
  z-index: -1;
}

.product .main-title {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: 0;
  text-align: center;
}

.cd-header-buttons .cd-search-trigger::before, .cd-header-buttons .cd-search-trigger::after {
  transition: all 0.3s ease 0s;
}
.cd-header-buttons .cd-search-trigger:hover::before {
  border-color: #cc7349;
}
.cd-header-buttons .cd-search-trigger:hover::after {
  background-color: #cc7349;
}

.sidebar.sidebar-shop.product {
  margin-top: 50px;
  border: solid 1px #f2f2f2;
}
.sidebar.sidebar-shop.product .widget-collapsible:hover .widget-title {
  color: #fff;
  border-color: #cc7349;
  background-color: #ddd;
}
.sidebar.sidebar-shop.product .widget-title {
  position: relative;
  font-weight: 500;
  border-left: solid 5px #555;
  background-color: #fff;
  margin-bottom: 0px;
}

/* NEWS --------------------------- */
.news .main-title {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: 0;
  text-align: center;
}
.news .sidebar.sidebar-shop.product {
  margin-top: 0;
}
.news .news-info .entry-list:not(:last-child) {
  padding: 0 0 30px;
  margin: 0 0 10px;
}
.news .news-info .entry-list:first-child {
  margin-top: 0;
}
.news .news-info .entry-list .entry-body .entry-top .entry-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 10px;
  color: #cc7349;
}
.news .news-info .entry-list .entry-body .entry-top .entry-meta span {
  display: block;
}
.news .news-content .news-intro .news-title {
  font-size: 17px;
  font-weight: 500;
  color: #cc7349;
  width: calc(100% - 120px);
  line-height: 1.5;
  padding-bottom: 5px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news .news-content .news-intro .news-date {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 10px;
  color: #cc7349;
}
.news .news-content .news-intro .news-cf {
  position: relative;
  min-width: 120px;
  max-width: 120px;
  text-align: left;
  padding-left: 25px;
  margin: 5px 0;
}
.news .news-content .news-intro .news-cf::before {
  position: absolute;
  left: 0;
  content: url("/uploads/others/images/waves.png");
}
.news .news-content .news-intro .news-cf a:hover {
  color: #d1ac57;
}
.news .news-content .news-intro .news-info {
  padding-top: 10px;
}

/* CONTACT --------------------------- */
.contact .contactInfo .contact-form-cont .main-title {
  position: relative;
  max-width: 200px;
}
.contact .contactInfo .contact-form-cont form .sub-title p {
  color: #777;
}
.contact .contactInfo .contact-form-cont form label {
  font-weight: 500;
}
.contact .contactInfo .contact-form-cont form .checkbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.contact .contactInfo .contact-form-cont form .checkbox input[type=checkbox] {
  top: 3px;
}
.contact .contactInfo .contact-form-cont form .checkbox:hover input ~ .checkmark {
  background-color: #cc7349;
  transition: background 0.2s ease-in-out;
}
.contact .contactInfo .contact-form-cont form .checkbox input:checked ~ .checkmark {
  background-color: #cc7349;
}
.contact .contactInfo .contact-form-cont form .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.contact .contactInfo .contact-form-cont form .checkbox .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact .contactInfo .contact-form-cont form .checkmark {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #777;
}
.contact .contactInfo .contact-form-cont form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact .contactInfo .contact-form-cont form .licheng {
  position: relative;
  display: block;
  margin-top: 10px;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn {
  position: relative;
  display: inline-block;
  min-width: 100px;
  background-color: #333;
  overflow: hidden;
  margin: auto;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn .btnBg {
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: 100px;
  height: 38px;
  padding: 10px 30px;
  background-color: #333;
  overflow: hidden;
  z-index: 0;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn .btnBg::after {
  content: "";
  position: absolute;
  padding: 5px 0;
  bottom: 0px;
  left: 0;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn input[type=button] {
  position: relative;
  display: inline;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  margin-top: 0px;
  border-bottom: 0;
  z-index: 1;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn:hover {
  cursor: pointer;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn:hover .btnBg {
  background-color: #cc7349;
}
.contact .contactInfo .contact-form-cont form .licheng .ct-btn:hover .btnBg::after {
  content: url("/uploads/others/images/wave.svg");
  animation: waveLine 8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes waveLine {
  to {
    transform: translateX(-50%);
  }
}
.sub-title {
  text-align: left;
}
.sub-title p {
  display: inline-block;
  color: #333;
  font-size: 15px;
}

.necessary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 20px;
}
.necessary .news-prev a i, .necessary .news-next a i {
  font-size: 17px;
  padding: 0 10px;
}
.necessary .news-prev a span, .necessary .news-next a span {
  font-size: 17px;
}
.necessary .news-prev a:hover, .necessary .news-next a:hover {
  color: #cc7349;
}
.necessary .news-prev a {
  padding-right: 10px;
}
.necessary .news-next a {
  padding-left: 10px;
}
.necessary .back {
  position: relative;
  display: block;
}
.necessary .back a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  min-width: 100px;
  text-align: center;
  background-color: #333;
  padding: 10px 30px;
  margin-top: 0px;
  overflow: hidden;
}
.necessary .back a::after {
  content: "";
  position: absolute;
  padding: 5px 0;
  bottom: 0px;
  left: 0;
}
.necessary .back a:hover {
  background-color: #cc7349;
}
.necessary .back a:hover::after {
  content: url("/uploads/others/images/wave.svg");
  animation: waveLine 8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes waveLine {
  to {
    transform: translateX(-50%);
  }
}

.contact-form .btn-submit {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 20px;
}

.login-page .login-form .login-sign-in .form-footer button {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 20px;
  border-radius: 20px;
}

.more-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  min-width: 100px;
  text-align: center;
  background-color: #333;
  padding: 10px 30px;
  margin-top: 10px;
  overflow: hidden;
}
.more-btn::after {
  content: "";
  position: absolute;
  padding: 5px 0;
  bottom: 0px;
  left: 0;
}
.more-btn:hover {
  background-color: #cc7349;
}
.more-btn:hover::after {
  content: url("/uploads/others/images/wave.svg");
  animation: waveLine 8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes waveLine {
  to {
    transform: translateX(-50%);
  }
}

.submit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cc7349;
  transform: skew(-25deg);
}

/* HEADER --------------------------- */
.cd-search input::placeholder {
  font-size: 17px;
  font-weight: 500;
}

#nav-stick2.has-bg .header-wrapper {
  border-left: solid 9px #002060;
  transition: all 0.3s linear;
}

header .logo-2 a > div {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
header .logo-2 a > div .logoImg {
  width: 85px;
  text-align: right;
}
header .logo-2 a > div .logo-txt {
  transition: all 0.3s ease 0s;
}
header .logo-2 a:hover .logo-txt {
  color: #cc7349;
}

#main-menu .navbar .nav > li > a #count {
  position: absolute;
  top: 8px;
  right: -6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 15px;
  background-color: #cc7349;
  border-radius: 50%;
  text-align: center;
}

.page-title-cont {
  padding: 180px 0 100px;
  background-position: center 150%;
  z-index: 19;
}
.page-title-cont .page-title {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
}
.page-title-cont .breadcrumbs {
  margin-top: 20px;
}

.page-title-cont::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.scroll-down:hover {
  color: #d1ac57;
}

/* INDEX --------------------------- */
.rs-fullscr-container {
  /* padding-top: 70px; */
  padding-top: 0px;
}

.index-about .main-title, .index-topic .main-title, .index-news .main-title {
  position: relative;
  display: inline-block;
}

.index-about {
  padding: 80px 0;
}
.index-about p {
  font-size: 17px;
  line-height: 2;
}

.index-editor {
  padding: 50px 0;
}
.index-editor .edContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-editor .edContent .edLeft {
  width: 60%;
  padding: 30px 50px 30px 100px;
}
.index-editor .edContent .edLeft .main-title {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
.index-editor .edContent .edRight {
  width: 40%;
}
.index-editor .edContent ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
.index-editor .edContent ul li {
  width: 33.3333333333%;
  padding: 25px;
  margin: 20px;
  border: solid 1px #d1ac57;
  transition: border 0.3s linear;
}
.index-editor .edContent ul li .edImg img {
  transition: all 0.3s linear;
}
.index-editor .edContent ul li p {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 0;
}
.index-editor .edContent ul li:hover {
  border-color: #cc7349;
}
.index-editor .edContent ul li:hover .edImg img {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.35);
}

.index-topic {
  background-color: #f2f2f2;
  padding: 30px 30px 50px;
}
.index-topic .port-grid .port-item .port-overlay-cont {
  width: 100%;
  text-align: center;
}
.index-topic .port-grid .port-item .port-overlay-cont h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 3px;
}
.index-topic .port-grid .port-item .port-overlay-cont h3 a {
  color: #fff;
}
.index-topic .port-grid .port-item .port-overlay-cont span {
  color: #fff;
}
.index-topic .port-grid .port-item:hover .port-overlay-cont h3 a {
  color: #d1ac57;
}

.index-news, .news {
  padding: 50px 0;
}
.index-news .news-info .entry-list:not(:last-child), .news .news-info .entry-list:not(:last-child) {
  padding: 0 0 30px;
  margin: 0 0 10px;
}
.index-news .news-info .entry-list:first-child, .news .news-info .entry-list:first-child {
  margin-top: 0;
}
.index-news .news-info .entry-list .entry-body .entry-top .entry-meta, .news .news-info .entry-list .entry-body .entry-top .entry-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 10px;
  color: #cc7349;
}
.index-news .news-info .entry-list .entry-body .entry-top .entry-meta span, .news .news-info .entry-list .entry-body .entry-top .entry-meta span {
  display: block;
}
.index-news .more-btn, .news .more-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ABOUT --------------------------- */
.hsContent {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.hsContent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}
.hsContent .hsItem {
  position: relative;
  display: block;
  text-align: center;
  max-width: 660px;
  margin: auto;
  border: solid 2px #f2f2f2;
}
.hsContent .hsItem:not(:last-child) {
  margin-bottom: 60px;
}
.hsContent .hsItem::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 53px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cc7349;
  transform: skew(-25deg) translateX(-110px);
}
.hsContent .hsItem:nth-child(odd):before {
  background-color: #777;
}
.hsContent .hsItem .hsYear {
  font-size: 48px;
  background-color: #fff;
  padding: 50px 30px 0;
  margin: 0;
}
.hsContent .hsItem ul {
  font-size: 17px;
  padding: 30px 0 50px 10px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
}
.hsContent .hsItem ul > li {
  padding: 0px 0 5px;
}

.groupOne {
  margin: 30px 0;
}

.groupTwo {
  margin: 30px 0;
}

.groupThree {
  margin: 30px 0;
}

.entry-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-height: 80px;
}
.entry-body .entry-top {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
}
.entry-body .entry-top .entry-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 70px;
}
.entry-body .entry-top .entry-links .entry-cf {
  position: relative;
  min-width: 120px;
  max-width: 120px;
  text-align: left;
  padding-left: 25px;
}
.entry-body .entry-top .entry-links .entry-cf::before {
  position: absolute;
  left: 0;
  content: url("/uploads/others/images/waves.png");
}
.entry-body .entry-top .entry-links .entry-cf a:hover {
  color: #d1ac57;
}
.entry-body .entry-top .entry-links .entry-title {
  font-size: 17px;
  font-weight: 500;
  width: calc(100% - 120px);
  line-height: 1.5;
  padding: 0 0px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.entry-body .entry-top .entry-links .entry-title a {
  color: #cc7349;
}
.entry-body .entry-content {
  width: calc(100% - 70px);
  line-height: 1.7;
  padding-left: 95px;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.entry-body .entry-content p {
  font-size: 13px;
  color: #333;
  margin-bottom: 0;
}
.entry-body .entry-bottom {
  min-width: 70px;
}
.entry-body .entry-bottom a {
  position: relative;
  display: inline-block;
  color: #333;
  text-align: left;
  padding: 5px 5px 5px 10px;
  max-width: 70px;
  border-left: solid 1px #ddd;
  z-index: 0;
}
.entry-body .entry-bottom a i {
  padding-left: 0px;
  transition: all 0.3s ease 0s;
}
.entry-body .entry-bottom a:hover {
  color: #cc7349;
}
.entry-body .entry-bottom a:hover i {
  color: #cc7349;
  padding-left: 5px;
}
.entry-body:hover .entry-top .entry-links .entry-title a {
  color: #d1ac57;
}

/* PRODUCT --------------------------- */
.products {
  padding-top: 50px;
}
.products .pdItem:first-child {
  clear: both;
}
.products .pdItem:nth-child(4n+1) {
  clear: both;
}

.product .product.ed-style {
  padding: 0px;
}
.product .product.ed-style .product-body {
  padding: 10px 15px;
}
.product .product.ed-style .product-body .product-cf {
  position: relative;
  text-align: left;
  padding-left: 25px;
}
.product .product.ed-style .product-body .product-cf::before {
  position: absolute;
  left: 0;
  content: url("/uploads/others/images/waves.png");
}
.product .product-tool {
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding: 0 15px;
  padding-bottom: 20px;
}
.product .product-tool button {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #cc7349;
  padding: 10px 10px;
}
.product .product-tool button:hover {
  background-color: #d1ac57;
}
.product .product-content .product-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.product .product-content .product-body .product-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 30px;
}
.product .product-content .product-body .product-left .product-cf {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  text-align: left;
  padding-left: 25px;
}
.product .product-content .product-body .product-left .product-cf::before {
  position: absolute;
  left: 0;
  content: url("/uploads/others/images/waves.png");
}
.product .product-content .product-body .product-left .product-cf a:hover {
  color: #d1ac57;
}
.product .product-content .product-body .product-left .product-title {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  line-height: 1.5;
  padding: 0 0px 10px;
  margin: 0;
  overflow: visible;
  text-overflow: unset;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  white-space: normal;
}
.product .product-content .product-body .product-left .product-title a {
  color: #333;
}
.product .product-content .product-body .product-right .product-tool {
  width: 120px;
  padding: 0;
}
.product .product-content .editor h3 {
  font-size: 15px;
  line-height: 25px;
  padding: 3px 15px;
  border-left: solid 3px #999;
  margin-bottom: 10px;
}
.product .product-content .necessary {
  justify-content: center;
}
.product .eod-editor .eodTable {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 50px 0;
  overflow: auto;
}
.product .eod-editor .eodTable.lineStyle table {
  width: 100%;
  color: #555;
  border-collapse: collapse;
}
.product .eod-editor .eodTable.lineStyle table th {
  color: #555;
  border-collapse: collapse;
  background-color: #ddd;
  border: solid 1px #999;
  padding: 20px;
}
.product .eod-editor .eodTable.lineStyle table th:first-child {
  min-width: 80px;
  max-width: 200px;
  text-align: center;
  width: 200px;
}
.product .eod-editor .eodTable.lineStyle table td {
  color: #555;
  border-collapse: collapse;
  border: solid 1px #999;
  padding: 20px;
}
.product .eod-editor .eodTable.lineStyle table td:first-child {
  min-width: 80px;
  max-width: 200px;
  text-align: center;
  width: 200px;
}
.product .eod-editor .eodTable.lineStyle table:nth-child(even) thead th {
  background-color: #777;
  color: #fff;
}
.product .eod-editor .eodTable.lineStyle table thead {
  background-color: #ddd;
}
.product .eod-editor .eodTable.lineStyle table thead th {
  background-color: #777;
  color: #fff;
  padding: 10px 20px;
}

.widget-collapsible .widget-title a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 100%;
  color: #555;
  text-decoration: none;
}

.sidebar-shop.sidebar .widget-title a + a:after {
  position: absolute;
  top: 50%;
  color: #333;
  content: "\f107";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 21px;
  width: 30px;
  height: 30px;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.sidebar-shop.sidebar .widget-title a.collapsed + a:after {
  content: "\e23d";
}
.sidebar-shop.sidebar .widget-title button {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  text-align: left;
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  transition: color 0.3s ease;
}
.sidebar-shop.sidebar .widget-body a {
  position: relative;
  display: block;
  color: #333;
  background-color: #fff;
  padding-left: 20px;
}
.sidebar-shop.sidebar .widget-body a + a:after {
  position: absolute;
  top: 50%;
  color: #333;
  content: "\f107";
  display: inline-block;
  font-family: "fontawesome";
  font-size: 17px;
  width: 30px;
  height: 30px;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}
.sidebar-shop.sidebar .widget-body a:hover {
  background-color: #cc7349;
}
.sidebar-shop.sidebar .filter-item {
  position: relative;
  padding-top: 0;
  border-bottom: solid 1px #f2f2f2;
  background-color: #f2f2f2;
}
.sidebar-shop.sidebar .filter-item:hover a {
  color: #fff;
}
.sidebar-shop.sidebar a:not([data-toggle=collapse]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border: 0;
  text-align: left;
  padding: 10px 30px 10px 10px;
  background-color: transparent;
  transition: color 0.3s ease;
}

.cart .checkbox label {
  font-size: 15px;
}
.cart .checkbox input[type=checkbox] {
  top: 3px;
}
.cart .checkbox:hover input ~ .checkmark {
  background-color: #777;
}
.cart .checkbox input:checked ~ .checkmark {
  background-color: #777;
}
.cart .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cart .checkbox .checkmark:after {
  left: 4px;
  top: -1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart .checkmark {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 15px;
  width: 15px;
  background-color: #ddd;
}
.cart .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cart .submit {
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  line-height: 1;
  background-color: transparent;
  margin: 20px 0 20px 10px;
  margin-bottom: 0;
}
.cart .submit input {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 0;
  padding: 3px 10px 2px 45px;
  transition: all 0.3s ease 0s;
}
.cart .submit:hover input {
  padding-left: 35px;
  padding-right: 20px;
}
.cart .contact-form-cont {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
}
.cart .eod-editor .eodTable {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 0;
  overflow: auto;
}
.cart .eod-editor .eodTable.lineStyle table {
  width: 100%;
  color: #555;
  border-collapse: collapse;
  text-align: left;
}
.cart .eod-editor .eodTable.lineStyle table td {
  color: #555;
  border-collapse: collapse;
  text-align: left;
  border: solid 1px #999;
  padding: 20px;
}
.cart .eod-editor .eodTable.lineStyle table td > a:first-child {
  font-size: 17px;
  font-weight: bold;
  padding-right: 20px;
}
.cart .eod-editor .eodTable.lineStyle table td > a:last-child {
  color: #777;
}
.cart .eod-editor .eodTable.lineStyle table td > a:last-child:hover {
  color: #cc7349;
}
.cart .eod-editor .eodTable.lineStyle table tr:not(:last-child) {
  border-bottom: solid 2px #555;
}
.cart .eod-editor .eodTable.lineStyle table tr:nth-child(odd) {
  background-color: #ddd;
}
.cart .eod-editor .eodTable.lineStyle table td.formClose {
  text-align: center;
}
.cart .eod-editor .eodTable.lineStyle table td.formClose > a {
  color: #555;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 0;
}
.cart .eod-editor .eodTable.lineStyle table td.formClose span {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #555;
  transform: rotate(45deg);
}
.cart .eod-editor .eodTable.lineStyle table td.formClose span::after {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #555;
  transform: rotate(90deg);
}

/* FOOTER --------------------------- */
footer {
  background-color: #ddd;
}
footer .ft-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 20px;
}
footer .ft-content .ft-area {
  display: flex;
  align-items: center;
}
footer .ft-content .ft-area .logo-footer-cont {
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  border-right: solid 1px #fff;
}
footer .ft-content .ft-area .logo-footer-cont ul li {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
footer .ft-content .ft-area .logo-footer-cont ul li a {
  display: flex;
  align-items: center;
}
footer .ft-content .ft-area .logo-footer-cont ul li a img {
  width: 80px;
}
footer .ft-content .ft-area .logo-footer-cont ul li .ft-txt {
  padding-left: 10px;
}
footer .ft-content .ft-area .logo-footer-cont ul li .ft-txt span {
  font-size: 17px;
  font-weight: 500;
}
footer .ft-content .ft-area .logo-footer-cont ul li .ft-txt a {
  padding-top: 5px;
}
footer .ft-content .ft-area .footer-txt {
  font-size: 21px;
  font-weight: bold;
  padding-left: 12px;
}
footer .ft-content .ft-area .footer-txt p {
  margin-bottom: 5px;
}
footer .ft-content .ft-area .ftInfo {
  padding-left: 10px;
}
footer .ft-content .ft-area .ftInfo ul {
  display: flex;
}
footer .ft-content .ft-area .ftInfo ul li:not(:last-child) {
  margin-right: 20px;
}
footer .ft-content .ft-area .ftInfo ul li a {
  font-size: 17px;
  color: #333;
}
footer .ft-content .ft-area .ftInfo ul li a:hover {
  color: #cc7349;
}
footer .ft-content .ft-area .ftInfo ul li i {
  color: #cc7349;
}
footer .ft-content .ft-area .ftInfo ul li p {
  font-size: 17px;
  color: #333;
  margin-bottom: 0;
}
footer .ft-content .ft-area .ftInfo:first-child li {
  position: relative;
}
footer .ft-content .ft-area .ftInfo:first-child li::before {
  position: relative;
  top: -3px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cc7349;
  margin-right: 3px;
}
footer .ft-content .ftQrcode {
  display: flex;
  align-items: flex-start;
  width: 250px;
}
footer .ft-content .ftQrcode .qrImg {
  max-width: 110px;
}
footer .ft-content .ftQrcode .qrImg.one, footer .ft-content .ftQrcode .qrImg.two {
  padding: 0 10px;
}
footer .ft-content .ftQrcode h4 {
  color: #cc7349;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0px;
}
footer .footerCopyright {
  font-size: 14px;
  font-weight: 300;
  background-color: #333;
}
footer .footerCopyright .center {
  color: #fff;
  text-align: center;
}
footer .footerCopyright a {
  color: #fff;
}
footer .footerCopyright a:hover {
  color: #d1ac57;
}

#back-top a {
  display: flex;
  flex-direction: column;
  color: #555;
}
#back-top a span {
  font-size: 50px;
}
#back-top a:hover span:first-child {
  color: #cc7349;
}

/* PAGINATION --------------------------- */
.pd-pagination {
  position: relative;
}
.pd-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}
.pd-pagination ul li {
  margin: 0 5px;
}
.pd-pagination .page-item .page-link {
  color: #333;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fff;
  border-radius: 0;
  padding: 8px 10px;
}
.pd-pagination .page-item.active .page-link {
  position: relative;
  color: #fff;
  background-color: #777;
  padding: 8px;
}
.pd-pagination .page-item.active .page-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

@media (max-width: 1199px) {
  #main-menu .navbar .nav > li > a #count {
    right: -2px;
  }
}
@media (max-width: 1024px) {
  #main-menu .navbar .nav > li > a #count {
    right: unset;
    left: 68px;
  }
}

/*# sourceMappingURL=custom.css.map */
