/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  #top-bar {
    display: none !important;
  }
}

@media all and (min-width: 900px) {
  .call-now-vin {
    display: none !important;
  }
}
/* Header */
.header-search-form-wrapper {
  margin-left: 80px;
}
.form-flat input:not([type=submit]) {
  height: 48px;
  padding-left: 24px;
}

.nav-spacing-xlarge>li {
  margin: 0 30px !important;
}

/*Home page*/
.vin-tab-home .nav-pills > li.active > a{
  background-color: #293e91 !important;
  border-radius: 2px !important;
}
.vin-hidden-border .section-title-normal{
  border-bottom: none !important;
}
.vin-hidden-border .section-title-normal span{
  border-bottom: none !important;
}
.vin-blue-border .section-title-normal{
  border-bottom: 2px solid #293e91 !important;
}
.vin-hidden-border .section-title-normal span{
  border-bottom: 2px solid #293e91 !important;
}

.section-title a {
  font-size: .6em;
  font-weight: 500;
  color: #093677;
}

/* product detail */
.price-on-sale ins .woocommerce-Price-amount, .price-on-sale ins .woocommerce-Price-currencySymbol  {
  color: #293e91 !important;
}
.add-to-cart-container form .quantity {
  display: none;
}
.add-to-cart-container form  .single_add_to_cart_button{
  width: 100% !important;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.add-to-cart-container form  .single_add_to_cart_button:hover{
  border: 1px solid #293e91;
  background-color: #293e91;
  color: #FFFFFF;
}
a.devvn_buy_now {
  max-width: none;
  background: -webkit-linear-gradient(top,#293e91,#293e91);
  margin-top: -20px;
}
.border-blue {
  border: 1px solid #0ca6e3 !important;
  padding-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.title-tab-vin h5 {
  background: #e8e8e8;
  padding: 10px 0 5px 10px;
  border-left: 2px solid #293e91;
  color: #293e91;
}

.bg-margin-for-link {
  text-align: center;
}
.read-more-vin {
  background: #dddddd;
  padding: 10px;
}

.product_title {
  color: #293e91;
}

.price-on-sale {
  margin-bottom: 0.7em;
}

.price-on-sale del .woocommerce-Price-amount {
  color: #b5b5b5;
}

.price-on-sale ins .woocommerce-Price-amount {
  color: #fe3b3f;
}

.product-page-vin .divider{
  border: 1px dashed #c5c5c5 !important;
}

.product-page-vin .is-divider {
  background-color: rgba(0,0,0,0) !important;
}

.commentlist li .avatar {
  float: left !important;
  margin-right: 20px !important;
}

.commentlist>li:not(:first-child) {
    border-top: 0px !important;
}
.commentlist li {
  border: 1px solid #dfdbdc;
  margin-left: 0px !important;
  padding-left: 15px;
  margin-top: 10px;
}
.single_add_to_cart_button {
  width: 54% !important;
}

/* Popup quick buy */
.devvn_prod_variable .quantity .screen-reader-text {
  display: none !important;
}

.devvn-popup-title {
  background: linear-gradient(to bottom,#293e91 0%,#293e91 100%);
}
.popup-customer-info-group .devvn-order-btn {
  background: #293e91;
}

.vin-promo-menu a{
  color: #293e91 !important;
  font-weight: bold;
}
.is-divider {
  display: none !important;
}
.widget-title {
  color: #293e91 !important;
}

.gem-header-promo {
  margin-left: 20px;
}
.gem-header-promo .icon-box-text {
  padding-left: 6px !important;
  padding-top: 4px !important;
}
.header-title {
  font-size: 12px;
}
.header-sub-title {
  font-size: 10px;
}