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

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

@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Merriweather+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.grecaptcha-badge, .post_comments{display:none;}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li {
    margin: 0;
}

.shipping__list_label {
    font-weight: bold;
    text-transform: uppercase;
	    color: green;
}

a.remove, a.icon-remove {
    line-height: 22px !important;
}

.wishlist-popup {
    width: 150px;
}

.summary .yith-wcwl-add-button {
    margin-bottom: 15px;
}
.summary .yith-wcwl-add-button a {
    padding: 5px;
    border: 1px solid #f16f31;
	width:150px;
}
.summary .yith-wcwl-add-button a:hover {
    color:#fff;
    background: #f16f31;
}
















.colorv1 .section-title b {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .4;
	border-style: dashed;
	border-color: #58ce37;
	border-width: 2px;
	border-spacing: 2px;
	color:#ffffff;
}
.colorv1 .section-title-bold-center span, .section-title-bold span {
	border: 2px solid rgba(255,255,255,0.4);
	padding: .3em .8em;
	background-color: #58ce37;
	color: #ffffff;
}
.colorv1l .section-title-normal {
	border-bottom: 2px dashed #58ce37;
	
}
.colorv1l .section-title-normal span {
	margin-right: 15px;
	padding-bottom: 7.5px;
	border-bottom: 2px solid rgba(88,206,55,1);
	margin-bottom: -2px;
}

.section-title b {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 2px;
	opacity: .4;
	border-style: dashed;
	border-color: #e42328;
	border-width: 2px;
	border-spacing: 1px;
	color:#ffffff;
}
.section-title-bold-center span, .section-title-bold span {
	border: 2px solid rgba(255,255,255,0.4);
	padding: .3em .8em;
	background-color: #e42328;
	color: #ffffff;
}
.section-title-normal {
	border-bottom: 2px dashed #e42328;
	
}
.section-title-normal span {
	margin-right: 15px;
	padding-bottom: 7.5px;
	border-bottom: 2px solid rgba(88,206,55,1);
	margin-bottom: -2px;
}

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px dashed #8abf21;

}
.product_meta > span {
    display: block;
    border-top: 1px dashed #ddd;
    padding: 5px 0;
}
.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: 1px dashed #ddd!important;
}
.dropdown-uppercase.nav-dropdown .nav-column > li > a, .nav-dropdown.dropdown-uppercase > li > a {
    text-transform: uppercase;
    font-size: .9em;
}
ul.menu > li, .widget > ul > li {text-transform: uppercase;
}
.widget .current-cat > a {
    color: #A52313;
    font-weight: bold;
}
ul.menu > li ul, .widget > ul > li ul {
    border-left: 2px dashed #ddd;
        border-left-color: rgb(221, 221, 221);
        border-left-style: dashed;
        border-left-width: 2px;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;
}
ul.menu > li + li, .widget > ul > li + li {
    border-top: 1px dashed #dddddd;
}
.nav-small.nav > li.html {
    font-size: .85em;
}
ul li.bullet-checkmark {
    list-style: none;
    position: relative;
    padding: 4px 0 4px 25px;
    margin: 0;
    border-bottom: 1px dashed #dddddd;
}

ul li.bullet-checkmark::before {
    content: "\25A0" !important;
}
ul li.bullet-checkmark::before, ul li.bullet-arrow::before, ul li.bullet-star::before {
    font-family: 'fl-icons';
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #7a9c59;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:not(.last-row) {
    border-bottom: 1px dashed #dddddd;
}
.yith-wcbr-brand-thumbnail.borderless .yith-wcbr-thumbnail-list ul li:not(.first) {
    border-left: 1px dashed #dddddd;
}
h1.entry-title{text-transform:uppercase;}
h1.page-title{font-size:1.7em;}

.entry-header > .is-divider{display:none;}













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


}