/*
Theme Name: duyanhweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.related .price-wrapper,
.related .tinv-wraper {
  display: none;
}

.related a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #fff;
}

.language-list {
  list-style: none;
  margin: 0;
  background-color: rgb(0, 0, 0, 50%);
  border-radius: 8px;
  position: absolute;
  right: 0;
  min-width: 150px;
  top: 40px;
  display: none;
}

.language-list li {
  margin: 0 !important;
}

.language-list .language-option {
  padding: 8px 16px;
  cursor: pointer;
}

.language-list img {
  width: 24px;
  height: 24px;
}

.curren-lan {
  width: 32px;
}

.gtranslate_wrapper {
  height: 0px !important;
}

.gtranslate_wrapper *,
.gtranslate_wrapper img {
  font-size: 0 !important;
  width: 0px !important;
  height: 0px !important;
}

#logo img {
  width: 150px;
}

body li.html.custom.html_topbar_left a.is-small img {
  width: 32px;
}

body [data-animated="true"] {
  animation-delay: unset !important;
}

body [data-animate] {
  transition: filter 0.8s, transform 1s, opacity 0.4s ease-in !important;
  will-change: filter, transform, opacity;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .full-width .col {
    padding: 0 0 15px;
  }

  .full-width .col .tile_s1 {
    padding: 0 15px;
    border-bottom: 0;
  }

  .full-width .col .section-content > p {
    padding: 0 15px;
  }

  body li.html.custom.html_topbar_left a.is-small img {
    width: 32px !important;
  }
}
