/*
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.   ***************/
@font-face {
 font-family: VNF-Futura Regular;
 src: url(fonts/SVN-Gilroy-Light.otf);
 font-weight: normal;
 }

@font-face {
  font-family: "UTM Alter Gothic";
  src: url("fonts/UTMAlterGothic.woff2") format("woff2"),
    url("fonts/UTMAlterGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mh-col-product-summary .is-divider{
  display: none;
}
.social-icons a{
  border-radius: 4px !important;
}
.section-form{
  border-top: 1px solid #ddd;
    padding-top: 15px !important;
}
.section-form .wpcf7-form{
      margin-bottom: 14px;
}
a.devvn_buy_now_style {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff!important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#F8531F,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    max-width: 350px;
    width: 100%;
}
div#reviews.woocommerce-Reviews {
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
}
.devvn_prod_cmt {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    position: relative;
}
 .product-page-price span.amount {

    font-size: 30px;
    color: #f4516c;
}
p.price.product-page-price {
    margin-bottom: 19px !important;
}
.tieu-de-product {
      background-color: #eaeaea;
    padding: 10px;
}
.section-icon-product p{
  margin-bottom: 0px;
}
.div-box .icon-box-text h5{
      margin-bottom: 0px;
      color: red;

}
.div-box .icon-box-text p{
  font-size: 12px !important;
}
.div-box .col-inner{
      margin-bottom: 10px;
    border: solid 1px #ebebeb;
    padding: 10px;
    border-radius: 5px;
}
.tieu-de-product h5{
  color: #288f06 !important;
    font-weight: bold;
}
.section-icon .icon-box-text h3{
  font-size: 18px;
}
.section-icon .icon-box-text p{
  font-size: 15px;
}
.badge .onsale{
  padding-left: 5px;
    padding-right: 5px;
}
.badge{
  height: 1.8em;
}
.product-small .box-image{
  padding: 20px;
}
.div-no-padding{
	padding-bottom: 0px !important;
}
.product-small .product-title a{
  font-family: "UTM Alter Gothic" !important;
}
body{font-family:  "VNF-Futura Regular",  sans-serif !important}
.nav > li > a {font-family:  "VNF-Futura Regular", sans-serif !important;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "VNF-Futura Regular", sans-serif !important;}
.alt-font{font-family: "VNF-Futura Regular", sans-serif !important;}
.header-main{
	border-bottom: 0.5px solid #ccc;
}
.header-main .nav > li > a {
    line-height: 16px;
    font-size: 16px;
}
#shop-sidebar .is-divider{
  display: none;
}
#top-bar .flex-center{
  width: 30%;
}
.section-footer{
	    border-top: 0.5px solid #ccc;
}
#billing_address_1_field{
	width:100% !important;
}
.product-small .product-title{
	font-size: 20px;
}
.product-small .box-text .product-title a{
	border-bottom: 3px solid transparent;
}
span.amount{
  color:#f4516c ;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: auto;
    border-radius: 0px !important;
}
.woo-variation-swatches-style-squared .button-variable-item {
    min-width: 38px !important;
}

.variable-item:not(.radio-variable-item) {
    width: 38px !important;
    height: 38px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}