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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*use custom font*/
/*@font-face {
  font-family: Montserrat-Light;
  src: url('https://www.ecoisanewblack.com/wp-content/themes/flatsome-child/fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: Lora-BoldItalic;
  src: url('https://www.ecoisanewblack.com/wp-content/themes/flatsome-child/fonts/Lora-BoldItalic.ttf');
}*/

/* bandido Custom Fonts*/
/*body{font-family:  "Montserrat-Light",  serif}
.nav > li > a {font-family:  "Lora-BoldItalic", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Lora-BoldItalic", sans-serif;}
.alt-font{font-family: "Lora-BoldItalic", sans-serif;}*/

/*style error message Min Max Quantity in cart-checkout*/
.page-checkout-simple ul.woocommerce-error.message-wrapper li {
list-style-type: none;
}
.page-checkout-simple ul.woocommerce-error.message-wrapper ul {
margin-left: 0;
}
/*end*/

/*style Cart message*/
div#woocommerce-cart-notice-name.woocommerce-info {
margin-left: 120px;
}

/* Shipping & betaling felt i kurv/checkud */
td#shp_hdr {
    border-bottom: 0;
	color: #606060;
}
.shipping td {
	text-align: left !important;

}
.payment_box {
    font-size: 12px;
    padding: 0 33px;
}

/*active menu item in sidebar my-account*/
#my-account-nav > li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item a {
    color: #3c3c3c;
}

div.page-wrapper.my-account.mb a.edit {
    margin-top: 1.5em;
}

/*in order-details (my-account) order number, date and status */
mark.order-number,
mark.order-status,
mark.order-date {
    background-color: transparent;
}


/*rating in product cart (shop)*/
div.box-text.box-text-products > div.price-wrapper > span.by-vendor-name {
    margin: 0;
}

div.product-small.box > div.box-text.box-text-products > div.price-wrapper > div.star-rating {
    margin-top: 5px;
}
/*end*/

/***** customize comments in single product page *****/
/*avatar*/
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	position: static;
	display: block;
	margin: 0 auto;
	float: none;
}

/*get off intervals between comments*/
.comment_container,
.review-actions {
 	padding:0 !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li {
	padding-top: 0.5em;
}

div.comment-text {
    margin: 0 !important;
}

div.comment-text p {
    margin: 0;
}

div.comment-text p.meta {
	margin-bottom: 11px;
}

/*avatar and rating to the lef*/
div.avatar-rating {
	float: left;
}

/*rating on center*/
.star-rating {
	margin-left: 5px;
}
/***** end *****/


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


}