/*-------------Primary menu-------------*/
header#main-header #et-top-navigation nav#top-menu-nav ul#top-menu > li {
  padding-right: 25px; }
header#main-header #et-top-navigation #et_top_search {
  margin-top: 4px !important; }

/*-------------End Primary menu-------------*/

/*# sourceMappingURL=main.tito.css.map */
.product-select_1{
    margin: 3px 15px 0px 0px;
}
.select_1, .select_2{
	display: flex;
}
label[for="select_type1"],label[for="select_type2"]{
	font-weight: bold;
	font-size: 18px;
}
.select-content_1, .select-content_2{
	background: #f2f2f2;
    padding: 17px!important;
    border-radius: 5px;
    position: relative;
    margin-top: 8px;
    margin-bottom: 20px;
}
p.select-content_1:after, p.select-content_2:after {
    content: "";
    position: absolute;
    border: 15px solid rgba(255, 255, 0, 0);
    border-bottom-color: #f2f2f2;
    top: -30px;
    left: 25px;
}