/*
Theme Name: Starit.VN
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

// Custom 1: Fonts
@font-face {
  font-family: 'SVN-Gilroy';
  src: url('/wp-content/fonts/SVN-Gilroy/SVN-Gilroy.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-SemiBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('/wp-content/fonts/SVN-Gilroy/SVN-Gilroy-Italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

body {
	font-family: 'SVN-Gilroy'
}

h1, h2 {
	font-weight: 800 !important
}

h3, h4, strong, bold {
	font-weight: 600 !important
}

h5, h6 {
	font-weight: 500 !important
}

.liststyle-none {
	list-style: none
}
.liststyle-none i {
	width: 30px;
	font-size: 15px;
	min-width: 20px;
	text-align: center;
}
// End Custom 1: Fonts


.social-icons a {
	border-radius: 0px !important;
}

.product-thumbnails .is-nav-selected a img
.liststyle-none {
	list-style: none
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

