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

.wpcf7-spinner {
  display: none;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.nav .icon-phone {
  background-color: #fd7745;
  border-radius: 99px;
  width: 28px;
  height: 28px;
  padding: 4px 6px 6px 6px !important;
}
.social-icons i {
  font-size: 16px;
  margin-left: 10px;
}
.header-account-title,
.header-cart-title {
  color: #000;
  font-weight: 500;
}
.shostvn-border-banner,
.bg.bg-loaded,
.img img,
.img .img-inner,
.map-height {
  border-radius: 20px;
}
.page-wrapper {
  padding-top: 0px;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-weight: 400;
}
.entry-image img {
  border-radius: 20px;
}
.box-image img {
  border-radius: 10px;
}
.woocommerce-loop-product__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.shostvn-input-form,
.dark .form-flat input:not([type="submit"]) {
  background-color: #fff !important;
  padding: 25px 0 25px 40px !important;
  transition: all ease-out 0.3s !important;
  color: #000 !important;
}
.shostvn-button-form {
  position: absolute !important;
  top: 8%;
  right: -9px;
  height: 41px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7c7c !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7c7c7c !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7c7c !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7c7c !important;
  opacity: 1;
}
.tabbed-content .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  border-radius: 20px 20px 0 0;
  padding: 1px 0;
}
.nav-tabs > li.active > a {
  background-color: #333333;
  color: #33cc66;
}
.nav-tabs > li > a {
  border-top: 0px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  background-color: #333333;
  font-size: 1rem;
}
.nav-tabs > li.active > a {
  border-top-color: #333333;
  border-bottom-color: #33cc66;
}

.nav-tabs + .tab-panels {
  background-color: #f5f5f5;
  border-radius: 0px 0px 20px 20px;
}
del span.amount {
  font-size: 1rem;
  color: #939393;
}
span.amount {
  font-size: 1.5rem;
  color: #33cc66;
}
.woocommerce-LoopProduct-link {
  color: #000;
}
.product-thumbnails img,
.product-gallery-slider img,
.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a {
  border-radius: 15px;
}
.product-main .social-icons {
  padding-top: 30px;
}
.product-main {
  border-top: 1px solid #ececec;
}
.badge-inner {
  font-size: 12px;
  font-weight: 400;
}
.badge-inner.on-sale {
  background-color: #fd7745;
  height: 55px;
}
.badge-container {
  margin: 7px 0px 0px 13px;
}
.container-width {
  max-width: 1400px;
}
.product-main .product-title {
  font-size: 3rem;
}
.product-footer .woocommerce-tabs,
.product-section {
  border-top: 0px;
}
.woocommerce table.wishlist_table tfoot {
  display: table-footer-group !important;
}
.count-up {
  color: #33cc66;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}
.input-lien-he {
  height: 55px !important;
  border-radius: 30px !important;
  padding: 20px 0 18px 20px !important;
  margin: 0 0 21px !important;
  background-color: #f5f5f5 !important;
  border-style: solid !important;
  border-width: 0 !important;
}
.button-lien-he {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4em;
  width: 213px;
  height: 61px;
  border-radius: 30px;
  padding: 0;
  margin: 4px 0 0;
  transition: all ease-out 0.3s;
}
.nav > li > a > i + span {
  color: #fff;
}
ul.product_list_widget li img {
  border-radius: 5px;
}
.widget .is-divider {
  height: 1px;
  margin: 1em 0 1em !important;
  max-width: 180px;
  float: right;
}
.widget ul,
.widget_price_filter form {
  margin-top: 10px !important;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .price_slider_amount .button,
.searchform .button.icon {
  background-color: #33cc66;
}
.searchform input[type="search"] {
  border-radius: 20px 0px 0px 20px;
}
.searchform .button.icon {
  border-radius: 0px 20px 20px 0px;
}
.product_list_widget .product-title {
  color: #000;
  font-size: 18px;
}
.input-text {
  border-radius: 25px !important;
}
@media only screen and (max-width: 550px) {
  .tabbed-content .nav {
    padding: 0px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 15px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  color: var(--primary-color);
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16.5px !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
