/* 
Theme Name:	bpe20
Theme URI:	https://alpine.io/
Description:	bpe20 is a child theme of flatsome, created for bpe20 by bcash@alpineinternet.com on February 18, 2021, 2:13 am
Author:		alpine.io code ninjas
Author URI:	https://alpine.io/
Template:	flatsome
Version:	1.0.0
Text Domain:	bpe20
*/


/*
    Add your custom styles here
*/

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

.featured-title, .page-title-inner {
  padding-left:20px;
}
ol, ul {
    margin-left: 25px;
}


.header-nav-main > .html_nav_position_text {
    width: 70%;
}

.guaven_woos_suggestion {
    font-size:small;
}

.header-nav > .menu-item {
	margin-right: 20px;
}

.header-nav .nav-top-link, .nav-dropdown .menu-item {
  font-weight: bold;
  text-transform: lowercase;
  font-size:large;
}

.icon-angle-down {
	color:yellow;
}

.search-field {
  border-radius: 9px;
}

.off-canvas .sidebar-menu {
    background-color: #c25727;
}

.woocommerce div.product {
  border: 1px solid #eee;
  /*border: 1px solid #eee;*/
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 12px 12px;
  box-shadow: 1px 1px 3px 0 #f2f2f2;
  background-size: 100% 200px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top,#fafafa 0,#fdfdfd 20%,#fff 60%);
}


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


}
