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

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-images img {
  border-radius: 1rem;
}

.product-thumbnails img {
  margin: 0;
  border-radius: 0.75rem;
  opacity: 1;
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-radius: 0.75rem;
  border-color: var(--fs-color-primary);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: unset;
  border-radius: 0.75rem;
}

.image-tools.bottom.left {
  display: none;
}

@media screen and (min-width: 850px) {
  .col-images .large-2 {
    flex-basis: 65px;
    max-width: 65px;
  }

  .col-images .large-10 {
    flex-basis: calc(100% - 65px);
    max-width: calc(100% - 65px);
  }
}

h1.product-title {
  margin-bottom: 20px;
}

.product-price-container span.amount {
  color: rgb(225, 74, 92);
  font-weight: 600;
  font-size: 34px;
}

.product-short-description {
  font-size: 16px !important;
}

.ux-swatch--color {
  border-radius: 99px;
}

form.cart button {
  line-height: 1;
  text-transform: none;
  min-width: 200px;
}

.prd-share.social-icons {
  color: #333333;
}

.prd-share.social-icons span {
  font-weight: 600;
}

.woocommerce-tabs.tabbed-content .nav {
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.product-section {
  padding-top: 30px;
}

.fbt-form {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fbt-form input[type="checkbox"] {
  margin: 0;
}

.fbt-form input[type="checkbox"] + label,
.fbt-form input[type="radio"] + label {
  font-weight: 500;
  font-size: 14px;
}

.fbt-form span.amount {
  font-size: 14px;
}

.fbt-products {
  margin-bottom: 30px;
}

.fbt-purchase span.amount {
  font-size: 20px;
}

.fbt-desc {
  margin-bottom: 6px;
}

button.fbt-purchase-btn {
  margin: 0;
  max-height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 100%;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
