.product__pages {
  background: #fff;
}

.product__pages.has__padding {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .product__pages.has__padding {
    padding: 71px 0 30px;
  }
}

.social__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%;
}

.social__login .auth-link {
  margin: 0;
  width: 48%;
}

header .header-menu .cart {
  position: absolute;
  top: 65px;
}

header .header-menu .cart svg {
  width: 35px;
}

header .header-menu .cart span {
  position: absolute;
  top: -8px;
  right: -12px;
  height: 25px;
  width: 25px;
  background: #ebce80;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

footer .policy ul li a {
  font-size: 13px;
  line-height: 30px;
}

footer .policy ul li a:hover {
  color: #D7AD5D;
}

button {
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media (max-width: 767px) {
  .block__selected-product {
    max-height: 350px !important;
  }
  .block__selected-product .box__select-product {
    -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;
  }
  .block__selected-product .box__select-product .quantity {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.product-detail-site li {
  list-style-type: none;
}

.product-detail-site .testimonial {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #c4c4c4;
}

@media (min-width: 1200px) {
  .product-detail-site .testimonial .rate {
    margin-left: 4%;
  }
}

.product-detail-site .product-relate {
  padding: 30px 0;
}

.product-detail-site .product-relate .txt-head {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ebce80;
  margin-bottom: 50px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .product-detail-site .product-relate .txt-head {
    margin-bottom: 30px;
  }
}

.product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 55px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  background: rgba(246, 106, 32, 0.9);
  border: none;
}

.product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 0;
  border-radius: 0px 55px 55px 0;
  margin-right: 10px;
}

.product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
  border-radius: 55px 0 0 55px;
}

.product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"].owl-next img {
  margin-left: 10px;
}

.product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"]:focus, .product-detail-site .product-relate .product-detail-slide .owl-theme .owl-nav [class*="owl-"]:hover {
  outline: 0;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image {
  position: relative;
  padding-bottom: 230px;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image .img-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 45px;
  width: 45px;
  border-radius: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image .img-tag.hot {
  background: #D7AD5D;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image .img-tag.hot ~ .new {
  left: 70px;
}

.product-detail-site .product-relate .product-detail-slide .product-item .image .img-tag.new {
  background: #9a9a9a;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc {
  text-align: left;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .title {
  font-weight: normal;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .title a {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  color: #D7AD5D;
  text-align: left;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .tag {
  font-size: 15px;
  line-height: 30px;
  color: #8a8a8a;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .price {
  font-size: 15px;
  line-height: 30px;
  color: #8a8a8a;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .price .btn-contact {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  background: rgba(247, 95, 29, 0.95);
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .price .discount {
  font-size: 16px;
  color: #000;
}

.product-detail-site .product-relate .product-detail-slide .product-item .desc .price .old {
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .product-detail-site .product-relate .product-detail-slide .product-item .image {
    padding-bottom: 300px;
  }
  .product-detail-site .product-relate .product-detail-slide .product-item .desc {
    padding: 15px 0;
  }
  .product-detail-site .product-relate .product-detail-slide .product-item .desc .title a {
    font-size: 25px;
    line-height: 30px;
  }
  .product-detail-site .product-relate .product-detail-slide .product-item .desc .tag {
    font-size: 15px;
    line-height: 30px;
  }
  .product-detail-site .product-relate .product-detail-slide .product-item .desc .price {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .product-detail-site .product-information {
    padding-top: 20px;
  }
  .product-detail-site .product-detail .description h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.block__selected-product {
  max-height: 560px;
  overflow: auto;
}

.block__selected-product .box__select-product {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.block__selected-product .box__select-product label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
}

.block__selected-product .box__select-product .quantity {
  background: #f2f2f2;
  border-radius: 3px;
  height: 33px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__selected-product .box__select-product .quantity input:focus {
  outline: unset;
}

.block__selected-product .box__select-product .quantity .qty {
  width: 26px;
  height: 31px;
  background: #fcfcfc;
  border: unset;
  text-align: center;
}

.block__selected-product .box__select-product .quantity .qtyminus,
.block__selected-product .box__select-product .quantity .qtyplus {
  background: transparent;
  border: unset;
  width: 33px;
  text-align: center;
  cursor: pointer;
}

.block__selected-product .single-product {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.block__selected-product .single-product .ava__product {
  display: block;
  margin: 0 16px 0 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block__selected-product .single-product .ava__product img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 72px;
  height: 72px;
}

.block__selected-product .single-product .info__product h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2c2c2c;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.block__selected-product .single-product .price .pri__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ff8e53;
  display: block;
  margin-bottom: 8px;
}

.block__selected-product .single-product .price .on__discount {
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #616161;
  margin-bottom: 0;
}

.block__selected-product table thead tr {
  border-bottom: 1px solid #eaeaea;
}

.block__selected-product table thead tr th {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #acacac;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #fff;
}

.block__selected-product table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
  .block__selected-product .single-product {
    padding: 15px 0;
  }
  .block__selected-product .single-product .info__product h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .block__selected-product .single-product .price .pri__price {
    font-size: 16px;
    line-height: 22px;
  }
  .block__selected-product .single-product .price .on__discount {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .block__selected-product .box__select-product {
    -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;
  }
  .block__selected-product .box__select-product .quantity {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .block__selected-product .single-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .block__selected-product .single-product .price {
    text-align: right;
    margin-right: 10px;
  }
  .block__selected-product .single-product .price .pri__price {
    font-size: 16px;
    line-height: 20px;
  }
  .block__selected-product .single-product .info__product h2 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }
}

@media (max-width: 374px) {
  .block__selected-product .box__select-product .quantity .qtyminus,
  .block__selected-product .box__select-product .quantity .qtyplus {
    width: 20px;
  }
}

@media (min-width: 992px) {
  .block__selected-product {
    scrollbar-width: thin;
    scrollbar-color: #ff8e53 transparent;
  }
  .block__selected-product::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
  .block__selected-product::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }
  .block__selected-product::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #ff8e53;
  }
}

@media (max-width: 767px) {
  .table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .table-responsive-stack td,
  .table-responsive-stack th {
    display: block;
    /*
     flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
  .table-responsive-stack .table-responsive-stack-thead {
    min-width: 100px;
    font-weight: bold;
  }
  .table-responsive-stack tbody tr:nth-of-type(even) {
    background: #f2f2f2;
  }
  .table-responsive-stack tbody tr td {
    padding: 10px 15px;
  }
  .table-responsive-stack tbody tr td > div {
    width: 100%;
  }
  .table-responsive-stack tbody tr td:not(:first-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-responsive-stack tbody tr td:not(:first-of-type) .single-product {
    padding: 0;
    margin: 0;
  }
  .table-responsive-stack tbody tr td:not(:first-of-type) .single-product .price {
    margin: 0;
  }
}

#box-auto-toc {
  padding: 20px;
  background-color: #f3f3f3;
  margin: 25px 0;
  display: inline-block;
  min-width: 350px;
}

#box-auto-toc ol {
  margin: 0;
}

#box-auto-toc .toc_title {
  text-align: center;
}

#box-auto-toc .table-of-contents li {
  list-style-type: none !important;
  margin: 0 !important;
}

#box-auto-toc .table-of-contents li a {
  color: #5f5f5f;
}

#box-auto-toc .table-of-contents li a:hover {
  color: #D7AD5D;
}

.category-sections {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 1rem;
}

.category-sections > li {
  width: 33.333%;
  padding: 0 15px;
}

.category-sections .category-sub {
  margin-left: 1rem;
}

.category-sections a {
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
}

.category-sections a:hover {
  color: #ebce80;
}

.category-sections .typography-sitemap-subsection {
  font-weight: normal;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 1rem;
}

.category-sections > ul {
  margin-bottom: 1rem;
}

.category-sections > ul li {
  text-align: left;
}

.category-sections > ul li .category-sub {
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  .category-sections > li {
    width: 50%;
  }
}

.product-detail .customer-review-sub .customer-item .author {
  margin-bottom: 0;
}

.product-detail .customer-review-sub .customer-item .author .image {
  height: 51px !important;
  width: 51px !important;
}

.product-detail .customer-review-sub .customer-item .author .name span:first-of-type {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

.product-detail .customer-review-sub .customer-item .author .name span:last-of-type {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}

.product-detail .customer-review-sub .customer-item p {
  font-size: 17px;
  line-height: 24px;
  color: #696969;
}

@media (min-width: 1200px) {
  .product-detail .customer-review-sub .customer-item p {
    margin-left: 65px;
  }
}

@media (max-width: 767px) {
  .product-detail .customer-review-sub .customer-item p {
    font-size: 15px;
    line-height: 20px;
  }
}

.pd__intro-left.sidebar img {
  max-height: 185px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.product-detail .description p img {
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.swiper__sidebar .swiper-slide a {
  position: relative;
  padding-bottom: 230px;
  display: block;
}

.swiper__sidebar .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notification-success {
  background: #fff;
  margin: 100px 0;
}

@media (max-width: 991px) {
  .notification-success {
    margin: 70px 0;
  }
}

.btn__save--profile svg {
  vertical-align: baseline;
  margin-left: 5px;
}

@media (min-width: 768px) {
  footer .footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-main .footer-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-main .footer-links {
    width: 60%;
  }
  footer .footer-main .footer-links .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footer-main .footer-links .links ul {
    width: 50%;
  }
  footer .footer-main .policy {
    width: 40%;
    margin-top: 35px;
  }
  footer .footer-main .footer-form {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  footer .footer-main .footer-info {
    width: 32%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  footer .footer-main .footer-links,
  footer .footer-main .policy {
    width: 23%;
  }
  footer .footer-main .policy {
    margin-top: 43px;
    padding-right: 1rem;
  }
  footer .footer-main .footer-form {
    width: 22%;
  }
}

@media (min-width: 1600px) {
  footer .footer-main .footer-info {
    width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  footer .footer-main .footer-links {
    width: 20%;
  }
  footer .footer-main .policy {
    width: 25%;
  }
  footer .footer-main .footer-form {
    width: 26%;
  }
}

.popup-login {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px 15px;
  border-radius: 18px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.popup-login.active {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.popup-login .head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-login .head .head--acount {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  color: #ebce80;
  margin-bottom: 0;
}

.popup-login .head img {
  width: 75px;
  height: 49px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.popup-login .form-wrap .form-group label {
  font-size: 16px;
  color: #3f3f3f;
}

.popup-login .form-wrap .form-group .form-control {
  font-size: 16px;
  line-height: 25px;
  padding: 9px 12px;
  height: unset;
}

.popup-login .form-wrap .form-group .form-control::-webkit-input-placeholder {
  color: #848383;
  font-size: 16px;
}

.popup-login .form-wrap .form-group .form-control:-ms-input-placeholder {
  color: #848383;
  font-size: 16px;
}

.popup-login .form-wrap .form-group .form-control::-ms-input-placeholder {
  color: #848383;
  font-size: 16px;
}

.popup-login .form-wrap .form-group .form-control::placeholder {
  color: #848383;
  font-size: 16px;
}

.popup-login .actions-form {
  padding: 0;
  margin: 20px 0 25px;
}

.popup-login .actions-form .form-check input {
  margin-top: 3px;
}

.popup-login .actions-form .btn-remember-pass {
  color: #3cb4e7;
  font-size: 16px;
  text-decoration: underline;
}

.popup-login .btn-submit {
  display: block;
  background: #ebce80;
  border-radius: 3px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  border: unset;
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
}

.popup-login .faq {
  font-size: 16px;
  color: #848383;
  text-align: center;
}

.popup-login .faq a {
  color: #ebce80;
}

.popup-login .closed {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 9999;
}

.popup-login .line {
  margin: 10px 0;
  position: relative;
  color: #848383;
  font-size: 16px;
  line-height: 19px;
}

.popup-login .line span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.popup-login .line::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateY(-50%, -50%);
  height: 1px;
  width: 100%;
  background-color: #848383;
  left: 50%;
}

.popup-login .log-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.popup-login .log-socials a {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  width: 100%;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  margin-bottom: 1rem;
}

.popup-login .log-socials a img {
  margin-right: 8px;
}

.popup-login .log-socials a.fb {
  background: #3c579e;
}

.popup-login .log-socials a.gg {
  background: #d0422a;
}

@media (min-width: 768px) {
  .popup-login {
    width: 626px;
    padding: 25px;
  }
  .popup-login .head {
    margin-bottom: 70px;
  }
  .popup-login .form-wrap .form-group {
    margin-bottom: 20px;
  }
  .popup-login .form-wrap .form-group label {
    font-size: 16px;
    line-height: 30px;
  }
  .popup-login .form-wrap .form-group .form-control {
    padding: 14px;
  }
  .popup-login .btn-submit {
    font-size: 18px;
    padding: 16px;
  }
  .popup-login .log-socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup-login .log-socials a {
    width: 48%;
  }
}

.item-review-user .info__top .info__person .name span {
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 500;
  display: inline-block;
  padding: 4px 8px;
  background: #f1c40f;
  border-radius: 3px;
  margin-left: 6px;
}

.product-detail
.customer-review
.customer-item
.author
.name
span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail
.customer-review
.customer-item
.author
.name
span:first-of-type span:last-of-type {
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 500;
  display: inline-block;
  padding: 4px 8px;
  background: #f1c40f;
  border-radius: 3px;
  margin-left: 6px;
}

.register__account .form-group {
  width: 100%;
}

.header-actions .user .user-box .info-item .dmm {
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-actions .user .user-box .info-item .dmm svg {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 0;
}

.header-actions .user .user-box .user-acc--action li:last-of-type {
  margin-bottom: 0;
}

.header-actions .user .user-box .user-acc--action li:last-of-type svg {
  margin-left: 2px;
}

.register-success {
  background: #fff;
  padding: 0 0 50px;
}

.register-success span {
  color: #ebce80;
}

.register-success .btn-back {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #4e4e4e;
  border-radius: 4px;
  padding: 10px 30px;
  border: 1px solid #ebce80;
}

.register-success .btn-back:hover {
  color: #fff;
  background-color: #ebce80;
}

.register-success .banner {
  position: relative;
  padding-bottom: 200px;
}

.register-success .banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .register-success .banner {
    padding-bottom: 350px;
  }
}

@media (min-width: 1200px) {
  .register-success .banner {
    padding-bottom: 500px;
  }
}

.register-success .wrap {
  margin: 0 auto;
  max-width: 580px;
  padding: 40px 0 0;
  background: #fff;
}

.register-success .wrap .head {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #4e4e4e;
}

.register-success .wrap .head h3 {
  color: #ebce80;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: normal;
}

.register-success .wrap .head p {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .register-success .wrap {
    max-width: 865px;
  }
  .register-success .wrap .head h3 {
    font-size: 35px;
    line-height: 53px;
  }
  .register-success .wrap .head p {
    font-size: 18px;
    line-height: 28px;
    max-width: 653px;
    margin: 0 auto 26px;
  }
}

.vertify-success-account {
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  width: 95%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  z-index: 9999999;
}

.vertify-success-account.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vertify-success-account h3 {
  font-size: 22px;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 0;
  color: #D7AD5D;
}

.vertify-success-account p {
  font-size: 16px;
  color: #4e4e4e;
  line-height: 27px;
  margin: 0 0 25px;
}

.vertify-success-account .btn-vertify {
  display: inline-block;
  background: #ebce80;
  border-radius: 5px;
  color: #fff;
  padding: 12px 25px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .vertify-success-account {
    padding: 50px;
  }
  .vertify-success-account .wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .vertify-success-account h3 {
    font-size: 35px;
    line-height: 53px;
  }
  .vertify-success-account p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 992px) {
  .vertify-success-account {
    max-width: 800px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container-custom {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .container-custom {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .container-custom {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container-custom {
    max-width: 1170px !important;
    margin: 0 auto;
  }
}

.list-customs-wrap [class*="col-"] {
  margin-bottom: 29px;
}

.list-customs-wrap .item {
  position: relative;
  overflow: hidden;
}
.list-customs-wrap .item:hover .desc{
  bottom: 0%;
}
.list-customs-wrap .image {
  position: relative;
  padding-bottom: 300px;
}

.list-customs-wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-customs-wrap .desc {
  position: absolute;
  bottom: -20%;
  z-index: 1;
  width: 100%;
  padding: 15px;
  text-align: center;
  transition: 0.3s all;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 991px) {
  .list-customs-wrap .desc{
    bottom: -26%;
  }
}
.list-customs-wrap .desc h2 {
  line-height: 0;
}

.list-customs-wrap .desc h2 a {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: #D7AD5D;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

.list-customs-wrap .desc p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-style: normal;
}

.list-customs-wrap .desc p:last-of-type {
  margin-bottom: 0;
}

.list-customs-wrap .desc p span {
  font-style: normal !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  .list-customs-wrap .image {
    padding-bottom: 370px;
  }
}

@media (max-width: 767px) {
  .result-search-content .search-box .form-search button {
    height: 45px;
  }
  .construction_detail_tag .detail_tag_right {
    margin-top: 10px;
  }
}

.search .search-box input {
  border-radius: 40px;
  padding: 6px 0.75rem 8px;
  height: unset;
}

input,
select,
textarea {
  height: unset;
}

.product__products
.pd__intro-left
.category__list
.category__item
.category__child
.category__child__child li {
  margin-bottom: 6px;
}

.product__products
.pd__intro-left
.category__list
.category__item
.category__child
.category__child__child li a {
  color: #787878;
  font-size: 16px;
  line-height: 25px;
  text-transform: unset;
  padding: 0 0 0 10px;
  background: url("../images/dots.svg") 0px 13px no-repeat;
}

.product__products
.pd__intro-left
.category__list
.category__item
.category__child
.category__child__child li a.active, .product__products
.pd__intro-left
.category__list
.category__item
.category__child
.category__child__child li a:hover {
  color: #D7AD5D;
}

.parent__table-child .bg-flex-text span:last-of-type,
.parent__table-child .under__title-table span:last-of-type {
  text-align: right;
}

.caret-down.active i {
  color: #D7AD5D;
}

.caret-down.active i::before {
  content: "\f106";
  font-family: "FontAweSome";
}

.caret-down_lv2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 46px;
  width: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.caret-down_lv2.active i {
  color: #D7AD5D;
}

.caret-down_lv2.active i::before {
  content: "\f106";
  font-family: "FontAweSome";
}

.block__selected-product thead th:not(:first-of-type) {
  text-align: center;
}

.block__selected-product tbody td:not(:first-of-type) .single-product {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child {
  display: block !important;
}

.page__profile--user .box__change--password .box__profile--set .box__profile--change .box__info--child.absolute__btn-save {
  text-align: center;
  position: static;
  margin-bottom: 20px;
}

.footer-loz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.construction_detail_box .construction_detail_txt h2,
.construction_detail_box .construction_detail_txt h2 span {
  font-size: 32px !important;
  line-height: 1.5;
}

.construction_detail_box .construction_detail_txt h3,
.construction_detail_box .construction_detail_txt h3 span {
  font-size: 26px !important;
  line-height: 1.5;
}

.construction_detail_box .construction_detail_txt h4,
.construction_detail_box .construction_detail_txt h5 span {
  font-size: 22px !important;
  line-height: 1.5;
}

.construction_news-detail_content {
  font-family: "Roboto", sans-serif;
}

.fixed-icons {
  position: fixed;
  bottom: 5%;
  left: 30px;
  z-index: 9;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-icons .back-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid #ebce80;
  border-radius: 3px;
  margin-bottom: 10px;
    padding: 6px;
}

.fixed-icons .icon-call {
  display: none;
}

@media (max-width: 991px) {
  .fixed-icons .icon-call {
    display: block;
    right: 15px;
  }
}
/*# sourceMappingURL=custom.css.map */
