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

/*************** ADD CUSTOM CSS HERE.   ***************/
.flex-col .button, .button span, .header-button, .button, .primary, input[type=submit], input[type=submit].button{
    background-image: linear-gradient(90deg, var(--e-global-color-2a15a28) 0%, var(--e-global-color-970be63) 100%);}
.footer-wrapper {background-color: #000000;}
.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {/* border-bottom-style: solid; */color: #fff}
.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: none;
}
.with-cus{max-width:1130px;}
input[type=text],input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],.textarea, .button, button, fieldset, input, select, textarea{border-radius: 22px;}
.botron20, .botron20 img{border-radius:8%;}
.botron90, .botron90 img{border-radius:90%;}
.botron10, .botron10 img{border-radius:4%;}
.botron2goc, .botron2goc img{border-radius: 50px 50px 50px 50px;}
.scroll {
  overflow: hidden;
}

.track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.track img {
  width: 280px;
  margin-right: 20px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.menu2 .item {
  display: flex !important;
  align-items: center;
  font-size: 18px;
  margin: 12px 0;
}

.menu2 .name {
  white-space: nowrap;
}

.menu2 .price {
  margin-left: auto;
  white-space: nowrap;
}

/* thay pseudo bằng span riêng */
.menu2 .line {
  flex: 1;
  border-bottom: 1px dotted #999;
  margin: 0 10px;
}
.header .flex-row {
    max-width: 1280px;}
.nen-tieu-de{background: linear-gradient(-90deg, #956D30, #FEE65E, #956D30, #FEE65E, #956D30, #FEE65E);border-radius: 0px 30px 0px 30px;padding: 12px;text-align:center;}
/*.primary, input[type=submit], input[type=submit].button {background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);border-radius: 20px}*/
.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link , .ux-menu-link__link {color: #fff;}
/*.flex-col .button, .button span, .header-button, .button, .primary, input[type=submit], input[type=submit]{background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%);border-radius: 20px}*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}