/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
	##Top header
	##Menu
	##Search
# Medias
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
	##Top header
--------------------------------------------------------------*/
#masthead .site-branding {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #470C66;
}
#masthead .site-branding-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#masthead .site-branding .header-phone-numbers {
	display: flex;
	align-items: center;
}
#masthead .site-branding .header-phone-numbers p {
	color: #CFB2DF;
}
#masthead .site-branding span.icon-phone-call {
	font-size: 22px;
	color: #CFB2DF;
	margin-right: 12px;
	vertical-align: middle;
}
#masthead .site-branding .header-phone-numbers a {
	font-family: "SegoeUI-Bold",sans-serif;
	color: #CFB2DF;
	white-space: nowrap;
}
/* shushanik */
.phone_digits {
	color: inherit;
}
#masthead .site-branding .header-phone-numbers a:hover {
	text-decoration: none;
}
#masthead .site-branding .header-phone-numbers a:hover .phone_digits {
	text-decoration: underline;
}
/* end shushanik */
.header-gift-card-icon {
	margin-right: 12px;
}
.header-gift-card {
	margin-right: 15px;
}
#masthead .header-right-block .header-gift-card a {
	text-decoration: underline;	
}
.header-gift-card a span {
	font-family: "SegoeUI-Bold",sans-serif;
	color: #CFB2DF;
}
#masthead .header-right-block {
	display: flex;
}
#masthead .header-right-block a {
	text-decoration: none;
	color: #CFB2DF;
}
#masthead .header-right-block span.icon-user,
#masthead .header-right-block span.icon-heart,
#masthead .header-right-block span.icon-shopping-cart,
#masthead .header-right-block span.icon-globe,
#masthead .header-right-block span.new-wishlist-icon {
	font-size: 20px;
	color: #CFB2DF;
	margin-left: 30px;
}
#masthead .header-right-block .new-wishlist-icon-wr {
	color: #CFB2DF;
    margin: -3px 0 0 0;
}
#masthead .header-right-block .new-wishlist-icon-wr .new-wishlist-icon {
	font-size: 23px;
}
/* #masthead .header-right-block span.icon-globe {
	display: none;
} */

.wpml-ls-legacy-list-horizontal {
	background-color: white;
}

.wpml-flags-block span {
	color: #470C66;
}


#masthead .header-right-block span.wc-count-cart {
	display: inline-block;
	min-width: 8px;
	font-size: 12px;
}

#masthead .header-logo-block {
	background-color: #fff;
	padding: 16px 0;
	transition: .3s all;
}
#masthead .header-logo-block-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#masthead .header-navigation-block {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 13px;
}

#masthead .searchform .search button {
	padding: 5px 10px;
}

.main-navigation #primary-menu li.current-menu-item a {
	color: #470C66;
	border-bottom-color: #470C66;
}
.main-navigation #primary-menu > li > a {
	border-bottom: 2px solid transparent;
	padding-bottom: 3px;
}
.main-navigation #primary-menu > li:hover > a {
	color: #470C66;
	border-color: #470C66;
}
/*--------------------------------------------------------------
# Header
	##Menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
	##Search
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Medias
--------------------------------------------------------------*/


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	
	#masthead .site-branding span.icon-phone-call {
		margin-right: 5px;
	}

}
/*Extra small devices (portrait phones, less than 640px)*/
@media (max-width: 640px) {

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 500px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#masthead.sticky .header-logo-block {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		padding-top: 5px;
	}
	#masthead.sticky .header-logo-block a.logo-inner,
	#masthead.sticky .header-logo-block .header-search-block {
		display: none;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}