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

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

/* Nav Styles */ 

#header {
	padding-top: 0px;
}

.header-bottom-nav > li > a {
	font-weight: 300 !important;
}

.nav-spacing-xlarge > li {
	margin: 0 20px;
}

.box-image > img + .overlay {
	background-color: #FFF0 !important;
}

/* Category styles */

.box-text-inner h5 + p {
	display: none;
}

.box-text-inner h5 {
	text-transform: capitalize;
}

#landing-tagline {
	font-weight: 300 !important;
	padding-bottom: 30px;
}

.wc-category-container .row {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1520px;
	display: block;
	flex:none;
}

.wc-category-container .row .product-category {
	text-align: center;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) {
	width: 280px !important;
	display: inline-block !important;
	margin: 0 10px 30px;
	float: none;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) h2 {
	font-weight: 300;
	font-size: 20px;
	padding: 20px;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) mark {
	display: none;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) img {
	height: 100%;
	width: auto;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) h2 {
	padding-top: 0;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) .image {
	height: 180px;
	width: auto;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) .wrap {
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) .wrap:hover {
	box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) button {
	margin-top: 1em;
	color: #fff;
	background-color: #b2b2b2;
	border-radius: 0.3em;
}

.wc-category-container .row>div:not(.col):not([class^="col-"]) button:hover {
	background: #bdc3c7;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #b2b2b2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fbfbfb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 0.3em;
}

.woocommerce-products-header {
	max-width: 1065px;
	margin-left: auto;
	margin-right: auto;
}


.side-image img {
	text-align: center;
}

main .shop-container {
	padding-left: 15px;
	padding-right: 15px;
}

/*product styles */
.product .star-rating span:before,
.product .star-rating:before {
   color: #bba465;
}

.has-equal-box-heights .box-image {
    padding-top: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}


#eu-cookie-bar {
	background-color: #5b5b5b;
}

#euCookieAcceptWP {
	background-color: #c0c0c0 !important;
}


/* star ratings */
.stars a:hover:after, .stars a.active:after {
    color: #bba465 !important;
}

/* success colour checkout text */
.success-color {
    color: #9b9b9b !important;
}

th:first-child, td:first-child {
    padding-left: 0.5em;
}

p.form-row-first, p.form-row-last {
    width: 100% !important;
    float: left;
}

.widget .is-divider {
    margin-top: .66em;
    DISPLAY: NONE !IMPORTANT;
}

body .tx-div, body .flatsome_recent_posts .post_comments {
    display: none;
}

.page-id-462 table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.page-id-462 th, .page-id-462 td {
    border: 1px solid #ececec;
    padding: 10px!important;
}


.widget-iconlist-kamn ul.widget-iconlist > li {
    position: relative;
    margin-left: 25px !important;
}

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


}