@font-face {
    font-family: 'SS';
    src: url('./SourceSansPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

* {
	font-family: SS !important;
}

.owl-theme .owl-buttons div {
	font-family: 'FontAwesome' !important;
}

.page-title-inner {
	display: none;
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

.site-header-fix.header-style {
	min-height: unset !important;
}

.header-fix.sticky-menu {
	position: relative !important;
}

.woocommerce ul.products li.product .secondary-image, .woocommerce-page ul.products li.product .secondary-image {
	opacity: 0 !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	width: 200px!important;
	height: 225px!important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	display: none !important;
}

.clear-cart {
	background: #2FAD4A;
    color: #FFFFFF;
    font-family: Roboto;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    border: none;
}

.clear-cart:hover {
	color: white!important;
}

.woocommerce.single-product #content div.product .woocommerce-tabs {
	display: none !important;
}

.header-left {
	color: white;
}

.halla-block h3.normal-title {
	margin-top: 40px;
}

.woocommerce.product.compare-button, .yith-wcwl-add-to-wishlist {
	display: none !important;
}

#halla-search-wrapper ul.products {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	  width: 100%;
}

#halla-search-wrapper ul.products li{
	flex: 25% !important;
}

.topbar-link {
	display: none!important;
}

.compare.button {
	display: none!important;
}

#content {
	min-height: unset!important;
}

.header-logo img {
	max-width: 260px;
	display: none;
	/*margin-left: -120px;*/
}

.hallaProfileBtn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 80px;
	right: 20px;
	background: #2fad4a url(../img/persona_icon.png) center center no-repeat;
	background-size: 60% 60%;
	border-radius: 100%;
	padding: 10px;
	margin: 0px;
	z-index: 8000;
	cursor: pointer;
	transition: all .4s linear;
	opacity: 1;
}

.hallaProfileBtn.hidden {
	opacity: 0;
	bottom: 70px;
	visibility: hidden;
}

ul.hallaProfileOptions {
	position: fixed;
	bottom: 60px;
	right: 0px;
	opacity: 0;
	margin: 0px;
	padding: 0px 0px;
	visibility: hidden;
	transition: all .2s linear;
	background: white;
	list-style-type: none;
	margin-top: 10px;
	z-index: 8000;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

ul.hallaProfileOptions li {
	color: #555;
	cursor: pointer;

	font-family: 'Roboto', Arial, Helvetica, sans-serif;	
	font-size: 20px;
	line-height: 20px;
	padding: 8px 8px;
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

ul.hallaProfileOptions li:first-child {
	border-top: none;
}

ul.hallaProfileOptions li:last-child {
	border-bottom: none;
}

ul.hallaProfileOptions li.active {
	color: white;
	background: #2fad4a;
}

ul.hallaProfileOptions.showed {
	opacity: 1;
	bottom: 70px;
	visibility: visible;
}

.hallaProfileClose {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	right: -10px;
	bottom: 200px;
	transition: all .2s linear;
	cursor: pointer;
	display: flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 8000;
}

.hallaProfileClose.showed {
	right: 0;
	visibility: visible;
	opacity: 1;
	background: white;
	color: #2fad4a;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	font-family: Arial;
}

.halla-loading {
	background: #fff url(../../../themes/starbella/images/megnor/product-loading.gif) no-repeat scroll center center;
    width: 100%;
    height: 300px;
    clear: both;
}

.persona-wrapper {
	color: #000;
	margin-top: -40px;
	position: relative;
}

.persona-wrapper p.changer {
	cursor: pointer;
}

.persona-wrapper ul.optionsPersona {
	position: absolute;
	top: 30px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: white;
	visibility: hidden;
	opacity: 0;
	transition: .2s all linear;
	width: 300px;
}

.persona-wrapper ul.optionsPersona.show {
	visibility: visible !important;
	opacity: 1 !important;
}

.persona-wrapper ul.optionsPersona li {
	margin: 0px;
	padding: 10px 14px;
	text-align: left;
	cursor: pointer;
}

.persona-wrapper ul.optionsPersona li:hover {
	background: #f8f8f8
}

.persona-wrapper ul.optionsPersona li a {
	text-decoration: none;
	background: none !important;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
}

.persona-wrapper.withPage {
	margin-top: -50px;
}

.persona-wrapper.withPage ul.optionsPersona {
	top: 50px;
}

.persona-wrapper a {
	font-size: 12px;
	text-decoration: underline;
}

.persona-wrapper .icon {
	font-family: 'FontAwesome' !important;
	font-size: 16px;
    padding: 0px;
    display: block;
    float: right;
    margin: -2px 0px 0px 10px;
    cursor: pointer;
    /*transition: .2s all linear;*/
}

.persona-wrapper .icon.show {
	transform: rotate(-180deg);
	margin-top: 3px;
}

.persona-wrapper p.page {
	text-align: left;
	margin-bottom: 0px;
}

ul.tml-links {
	list-style-type: none;
}

ul.tml-links li {
	display: inline-block;
	margin-right: 10px;
}

.blog-posts-content .block_hover .links, .portfolios .links, .single-portfolio .links {
	display: none !important;
}

.tml-field-wrap.tml-indicator-wrap, .tml-field-wrap.tml-indicator_hint-wrap {
	display: none !important;
}

.sub-title {
	margin-top: -40px !important;

}

.portfolios .block_hover {
	cursor: pointer;
}

.custom-djnr-slider {
	padding: 0px 20px;
}

.portfolio_4column li {
	width: 32% !important;
}


.stock .in-stock{
	display: none !important;
}

.search .page-header, .search .page-content{
	display: none;
}

.woocommerce #content div.product .woocommerce-product-gallery.images img{
	width: 296px !important;
}

.stock.in-stock{
	display: none !important;
}

.stock.out-of-stock{
	padding: 10px 15px 10px 15px !important;
	margin: 0px 0px;
	background-color: red;
	color: white !important;
	border-radius: 10px;
	cursor: pointer;
}

@media only screen and (max-width: 980px) {

	.header-logo img {
		margin-left: 0px;
	}

	#halla-search-wrapper ul.products li{
		   flex: 50% !important;
	}

}

@media only screen and (max-width: 979px) {

	.header-left {
		display: block !important;
		padding: 0px !important; 
	}

	

}

@media only screen and (max-width: 767px) {

	.header-mob-logo img {
		max-width: 60% !important;
	}

	#halla-search-wrapper ul.products li{
		   flex: 100% !important;
	}



	
	

}
