/*
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.   ***************/
.header-top {
    background: linear-gradient(to right, #2f348d, #04b7ce, #8ac640);
}

.header-bottom {
    background: linear-gradient(to right, #2f348d, #04b7ce, #8ac640);
}

.badge-circle, .badge-outline {
    font-size: small;
}

.page-title-inner ul, .page-title-inner select, .page-title-inner form, .page-title-inner button, .page-title-inner p {
    font-size: small;
}

.widget .is-divider {
    display: none;
}

#shop-sidebar .widget-title, #product-sidebar .widget-title, .post-sidebar .widget-title {
    display: block;
    padding: 12px;
    background-color: #0054A6;
    border-left: none;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-bottom: 9px;
    text-transform: uppercase;
    color: #fff;
}

.widget ul {
    background: white;
    padding: 10px;
}

.woocommerce-variation-add-to-cart, form.cart {
    display: block;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
    margin-left: 10px;
}

#nz-div h3.tde {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}

#nz-div h3.tde :after {
  content: "";
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 20px solid #0054A6;
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -20px;
}

#nz-div h3.tde span {
  background: #0054A6;
  padding: 10px 20px 8px 20px;
  color: white;
  position: relative;
  display: inline-block;
  margin: 0;
}

.sub-cat {
  color: #0054A6;
  display: inline-block;
  margin: 0;
  line-height: 45px;
  margin-left: 100px;
  float: right;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}