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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_Th.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_ThIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/Amazon-Ember-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/Amazon-Ember-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_RgIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_BdIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_He.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: AmazonEmber;
    src: url('./assets/fonts/AmazonEmber_HeIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  	font-display: swap;
}*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html body{  
    --font-family: "Manrope", sans-serif;
}
.offer-home_1 .row .col .icon-box p, .product-small.box .category,.section_box_img .box_img_ .box-text h4, 
.section_box_img .box_img_ .box-text a.button_, .section_box_img .column_two .box-text a.button_, .best-seller{
  font-family: "Manrope", sans-serif!important;
}
  
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media screen and (min-width: 1160px) {

}

@media screen and (min-width: 850px) and (max-width: 1159px) {

}

@media screen and (min-width: 550px) and (max-width: 849px) {
  
}

@media screen and (max-width: 549px) {

}

@media screen and (max-width: 768px) {

}