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

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


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .nav-product.sticky-menu {
      display: none !important;
    }
  
    .col-inner .product-small {
      padding: 20px 20px 0px 20px !important;
    }
  
  }
  
  .devvn-popup-title {
    background: #0d024c !important;
  }
  .popup-customer-info-group .devvn-order-btn{
    background: #0d024c !important;
  }
    
  a.devvn_buy_now {
    background: -webkit-linear-gradient(top,#0dbbb9,#0dbbb9);
  }
  a.devvn_buy_now:hover {
    background: -webkit-linear-gradient(top,#0d024c,#0d024c);
  }
  
  .is-divider {
    display: none;
  }
  
  
  /* Product detail page */
  .title-nav {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .content-nav {
    padding: 20px;
  }
  
  .section-navigation {
    padding-top: 25px !important;
    z-index: 999;
  }
  .nav-product {
    background-color: #fff !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    text-align: center;
    padding-top: 30px;
  }
  .nav-product.sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    background: white;
    height: 60px;
    padding-top: 18px !important;
  }
  .nav-product.sticky-menu ul li a {
    color: #000 !important;
  }
  
  .nav-product ul li {
    display: inline-block;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-product ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  
  
  /* Category blog */
  .from_the_blog_excerpt  {
    text-align: justify;
  }
  
  .box-white-section {
    background-color: #FFF;
    margin: 15px;
    padding: 20px;
  }
  .tgl-amount {
    color: #d52632;
    font-weight: 600;
  }