/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-top .nav-small.nav>li.html {
  font-size: 14px;
  color: #333;
}
.header-top .nav.nav>li> a {
  font-size: 14px;
  text-transform: none;
  color: #333;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
  font-size: 16px;
  font-weight: normal;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a {
  font-weight: bold;
}
.header-main .header-button-1 .button {
  font-weight: normal;
  font-size: 12px;
  max-width: 137px;
  height: 38px;
  text-transform: none;
}
.header-main .button span {
  line-height: 17px;
}
.header-main .nav-spacing-large>li {
  margin: 0 10px;
}
.banner-home h3 {
  font-size: 35px;
  font-weight: 500;
}
.banner-home h2 {
  font-size: 50px;
  font-weight: 700;
  text-shadow: 
    -4px -4px 0 #fff,
     4px -4px 0 #fff,
    -4px  4px 0 #fff,
     4px  4px 0 #fff,
    0   -4px 0 #fff,
    0    4px 0 #fff,
   -4px  0   0 #fff,
    4px  0   0 #fff;
}
.banner-home .button {
  font-weight: normal;
  font-size: 14px;
}
.section > .section-content > .row > .col {
  padding-bottom: 0;
}
.button {
  font-weight: normal;
}
p {
  margin-bottom: 10px;
}
.col-service .col-inner {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #bfbfbf;
}
.col-service .col-inner:hover {
  background-color: #FFF3EF;
}
.col-service .box-image, 
.col-service .box-image img {
  border-radius: 20px 20px 0 ;
}
.col-service .box-text {
  padding: 20px;
}
.col-service .box-text h3 {
  font-size: 24px;
}
.col-service .col-inner .button {
  width: 139px;
  background-color: #333 !important;
}
.col-service .col-inner:hover .button {
  background-color: var(--primary-color) !important;
  box-shadow: none;
}
h2 {
  font-size: 35px;
}
.btn-custom.button {
  font-size: 20px;
  font-weight: bold;
}
.custom-post .box-badge .box-text {
  bottom: 0;
  background-image: linear-gradient(#00000000, #0000007a, #000);
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  background-color: transparent;
  border-radius: 0 0 15px 15px;
}
.custom-post .post-item .post-title {
  font-size: 16px;
}
.custom-post-1 .post-item .post-title {
  font-size: 18px;
}
.box-blog-post .is-divider {
  display: none;
}

.row-slider-brand {
  margin-top: -60px;
}
.row-slider-brand .slick-list {
  padding: 0 20px;
}
.slick-arrow {
  position: absolute;
  top: 30%;
  z-index: 2;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.tabbed-content .nav.nav-center {
  justify-content: space-between;
}
.tabbed-content .nav>li>a {
  color: #76787F;
}
.tabbed-content .nav>li>a:hover, 
.tabbed-content .nav>li.active>a {
  color: #234060;
}
.row-slider-custom .slick-list {
  padding-top: 20px !important;
}
.row-slider-custom .slick-slide {
  opacity: .5;
}
.row-slider-custom .slick-center {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  opacity: 1;
  transform: scale(1.08);
  transition: transform 1.3s cubic-bezier(.4, 0, .2, 1);
  opacity: 1;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 !important;
}
.slick-dots li button {
  border: 4px solid #fff;
  height: 12px;
  width: 12px;
  opacity: .4;
  border-radius: 100px;
  text-indent: -9999px;
  padding: 0;
  min-height: 12px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff;
}
.footer-wrapper form.wpcf7-form {
  position: relative;
  margin-bottom: 0;
}
.footer-wrapper form.wpcf7-form input.wpcf7-form-control {
  border-radius: 99px;
  height: 64px;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
.footer-wrapper form.wpcf7-form input.wpcf7-submit {
  background-color: #FFC106;
  color: #000;
  width: 127px;
  height: 54px;
  position: absolute;
  top: 5px;
  right: 5px;
  margin-right: 0;
  font-size: 18px;
}
.wpcf7-spinner {
  position: absolute;
}
.absolute-footer {
  display: none;
}

.box-khdd .box-image {
  border-radius: 15px;
}
.box-khdd .box-image img {
  border-radius: 15px;
}
.box-khdd .row {
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.box-khdd:hover .row {
  opacity: 1;
  visibility: visible;
}
.box-khdd .box-text {
  bottom: 0;
  background-image: linear-gradient(#00000000, #0036769e, #003676);
  min-height: 160px;
  display: flex;
  align-items: flex-end;
  background-color: transparent;
  border-radius: 0 0 15px 15px;
}
.box-khdd:hover .box-text {
  min-height: 100%;
  height: 100%;
  background-image: linear-gradient(#0036769e, #0036769e, #003676);
  border-radius: 15px;
}
.product-small.box .product-title {
  margin-bottom: 10px;
}
.product-small.box .product-title a {
  font-weight: bold;
}
.product-small.box .price span.amount {
  color: #ef0000;
}
.product-small.box .price del {
  text-decoration: none;
  font-size: 14px;
}
.product-small.box .price del span.amount {
  text-decoration: line-through;
  color: #333;
}
.product-info .price span.amount {
  font-size: 25px;
  color: #ef0000;
}
.product-info .price del {
  text-decoration: none;
  font-size: 18px;
}
.product-info .price del span.amount {
  text-decoration: line-through;
  color: #333;
}
.product-short-description {
  padding: 20px 19px 5px;
  background: #FEFEFE;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  margin-bottom: 20px;
  font-size: 14px;
}
.product-short-description ul li {
  list-style: none;
  margin-left: 0;
  position: relative;
  padding-left: 33px;
}
.product-short-description ul li:before {
  content: '';
  width: 20px;
  height: 27px;
  background-image: url(images/icon_reward.png);
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.pro-shoppolicy {
  font-size: 12px;
}
.woocommerce-product-gallery__wrapper img {
  border-radius: 4px;
}
.product-thumbnails a {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.product-summary .quantity {
  margin-right: 7px;
}
form.cart .button.single_add_to_cart_button {
  font-size: 14px;
  height: 40.11px;
  margin-right: 7px;
}
.wc-buy-now-btn.wc-buy-now-btn-single {
  background: linear-gradient(90deg, #ff1d1d 0%, #ff1818 100%);
  margin-right: 0 !important;
}
.woocommerce-breadcrumb {
  display: none;
}
#product-sidebar {
  padding-top: 40px;
}
.widget span.widget-title {
  display: block;
  background-color: #ff5300;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 15px;
	margin-bottom: 20px;
}
.widget > div {
  background-color: #fff;
  padding: 24px 24px 10px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #e0e0e0;
  border-top: none;
}
#block_widget-3 > div {
  background-color: #003676;
  color: #fff;
  border-radius: 6px;
  padding: 20px;
}
.widget .icon-box-left {
  display: flex;
  align-items: center;
}
.widget .is-divider {
  display: none;
}
.icon-box-left p {
  margin-bottom: 0;
}
td:first-child, th:first-child {
    padding-left: 10px;
}
.product_list_widget {
  background-color: #fff;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #e0e0e0;
}
.product_list_widget li .product-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product_list_widget li span.amount {
  font-size: 16px;
  color: #ef0000;
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top .nav-small.nav>li.html {
  font-size: 12px;
}
  h2 {
    font-size: 26px;
  }
  .banner-home h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .banner-home h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .box-khdd .box-image .image-cover {
    padding-top: 80% !important;
  }

}