/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.invert-color {
	filter: invert(1);
}
.sku_wrapper {
	display: none;
}
.btn-primary {
	cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
.btn-primary:hover {
	background: #000
}
/* shop_menu */
li.first-link > a.nav-link {
	padding-left: 0;
}
.ml-auto {
	margin-left: auto;
}
/* slider */
#home_slider {
    position: relative;
    background: #ccc;
}
#home_slider img {
    display: block;
    width: 100%;
    min-height: 300px;
    max-height: 683px;
}
#home_slider .slide_container {
    display: block;
    width: 100%;
    min-height: 400px;
    max-height: 700px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#home_slider .first_headline {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
#home_slider .second_headline {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
}
.slide_text {
    width: 100%;
    padding: 100px 0;
	background: rgba(0,0,0, 0.2); 
}
.slide_text .container {
    padding: 0 3rem;
}
#home_slider .btn {
    text-transform: uppercase;
}
#home_slider .carousel-control-prev, #home_slider .carousel-control-next {
    font-size: 2rem;
    color: #fff;
}
@media (min-width: 768px) {
    #home_slider .first_headline {
        font-size: 3rem;
        margin-bottom: .5rem;
    }
    #home_slider .second_headline {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
}