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

/*************** ADD CUSTOM CSS HERE.   ***************/

.header-top {
  background-color: #040f28 !important;
  height: 58px !important;
  z-index: 1 !important;
}
#logo {
  background-color: #ff5f15;
  height: 130px;
  width: 130px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999;
  max-height: 130px !important;
  border-radius: 12px !important;
  top: -20px;
  position: relative;
}

.nav-top-link {
  font-size: 16px !important;
  color: #231f20 !important;
}
.current-menu-item .nav-top-link {
  color: #ff5f15 !important;
}
#top-bar .nav.nav-left.medium-nav-center {
  margin-left: 152px !important;
}
.header-main {
  height: 60px !important;
}
.section1 .row {
  position: relative;
  top: -150px;
  background-color: #fff;
  padding-top: 40px;
  border-radius: 12px;
}
.section1 {
  height: 120px !important;
}
.product-small.box {
  background-color: #fff;
  border-radius: 12px;
}
.attachment-woocommerce_thumbnail {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.box-text.box-text-products {
  padding: 20px 8px;
  color: #231f20;
  font-weight: 600;
  padding-bottom: 12px;
}
.name.product-title {
  margin-bottom: 16px !important;
}
.price-wrapper {
  margin-bottom: 20px !important;
}
.woocommerce-Price-amount.amount {
  color: #ff5f15 !important;
}
.price .screen-reader-text:first:child {
  color: #000 !important;
}
.icon-bkns {
  display: none;
}
.col.team-bkns:hover .icon-bkns {
  position: absolute;
  bottom: 135px;
  left: 43px;
  display: flex;
}
.icon.button {
  background-color: #ff5f15 !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border-radius: 12px !important;
  border: none !important;
}
.icon-facebook,
.icon-instagram,
.icon-twitter,
.icon-envelop {
  color: #fff !important;
}
.social-icons.follow-icons.icon-bkns {
  display: none !important;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.col.team-bkns:hover .social-icons.follow-icons.icon-bkns {
  display: flex !important;
  opacity: 1;
  transform: translateY(0);
}
p {
  margin-bottom: 0px !important;
}
.team {
  position: relative;
  top: -168px;
}
.team .row {
  background-color: #fff !important;
  padding: 20px 12px;
  border-radius: 12px;
  position: relative;
  top: 150px;
}
.content-bkns {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
}
.icon-sub {
  display: none;
}

.answer {
  display: none;
  transition: all 0.3s ease;
}
.answer.show {
  display: block;
}
.icon-plus,
.icon-sub {
  cursor: pointer;
}
.question {
  margin-bottom: 12px;
  background-color: #fff;
  padding: 12px;
}
.social-icons.follow-icons {
  display: flex !important;
}
.icon.primary.button.circle {
  background-color: #fff !important;
  width: 25px;
  height: 25px;
  border-radius: 50% !important;
}
.icon.primary.button.circle i {
  color: #000 !important;
}
.form-bkns input {
  width: 100%;
  max-width: 100%;
  padding: 12px;
  font-size: 16px !important;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.d-flex > p {
  display: flex !important;
  gap: 26px !important;
}
.submit-bkns input {
  width: 150px;
  border-radius: 12px;
}
.submit-bkns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.icon-search {
  color: #000 !important;
}
.icon-user {
  color: #000 !important;
}
.icon-shopping-basket {
  color: #000 !important;
}
.tab span {
  font-size: 16px !important;
}
.callout.badge.badge-circle {
  width: 49px;
  height: 20px;
  background-color: #ff5f15;
  overflow: hidden;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 100;
}
.social-icons.share-icons {
  display: flex !important;
}
.size-woocommerce_thumbnail {
  padding: 8px !important;
}
.tabs.wc-tabs.product-tabs a {
  background-color: #040f28;
  color: #fff !important;
  padding: 0px 12px;
  border-radius: 12px;
  width: 120px !important;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 200 !important;
  height: 60px !important;
}
.product-tabs .active a {
  background-color: #ff5f15 !important;
}
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before {
  display: none !important;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
