/*
Theme Name: Vinlock
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: 1000px) {
  .nav-right {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 1000px) {
  .vin-tab-home{
    margin-top: -46px !important;
  }
}


/*Home page*/
.vin-tab-home .nav-pills > li.active > a{
  background-color: #fed30b !important;
  border-radius: 4px !important;
}
.vin-tab-home .nav-pills > li > a{
  background-color: #f4f5f9 !important;
  border-radius: 4px !important;
  margin-right: 10px;
}
.vin-tab-home .nav {
  border-bottom: 1px solid #04a1a2;
}
.vin-tab-home ul li {
  margin-bottom: 10px !important;
}

/* Footer */
.vin-top-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-1 {
  border-top: 0 !important;
  margin-top: -20px;
}
.copyright-footer {
  padding-top: 10px;
}
.gem-footer-support {
  border: 0.5px solid #cedbfd;
  padding: 25px;
  margin-left: 15px;
  max-width: 48%;
}

/* product detail */
.price-on-sale ins .woocommerce-Price-amount, .price-on-sale ins .woocommerce-Price-currencySymbol  {
  color: #fed30b !important;
}
.add-to-cart-container form .quantity {
  display: none;
}
.add-to-cart-container form  .single_add_to_cart_button{
  width: 100% !important;
  background-color: #FFFFFF;
  color: #ffffff;
}
.add-to-cart-container form  .single_add_to_cart_button:hover{
  border: 1px solid #fed30b;
  background-color: #fed30b;
  color: #FFFFFF;
}
a.devvn_buy_now {
  max-width: none;
  background: -webkit-linear-gradient(top,#fed30b,#ee952f);
  margin-top: 20px;
}
.border-blue {
  border: 1px solid #04a1a2 !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 #fed30b;
  color: #fed30b;
}

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

.product_title {
  color: #04a1a2;
}

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

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

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

.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,#04a1a2 0%,#04a1a2 100%);
}
.popup-customer-info-group .devvn-order-btn {
  background: #04a1a2;
}

.vin-promo-menu a{
    color: ee952f !important;
    font-weight: bold;
}
.is-divider {
  display: none !important;
}

.widget>ul>li>a{
    font-weight: bold !important;
}
.widget>ul>li>a:before{
    font-family: "FontAwesome";
    font-weight: normal;
    content: "\f101";
    padding-right: 6px;
    color: #04a1a2;
}
.widget-title {
    color: #04a1a2 !important;
}



.icon-headline .icon-box-text {
  margin-top: 16px;
}
.footer-secondary {
  display: none !important;
}


.form-flat input:not([type="submit"]) {
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}