/*
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: 'eUkraine';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Regular.otf');
}

@font-face {
  font-family: 'eUkraine-bold';
  src: url('/wp-content/themes/flatsome-child/fonts/e-Ukraine-Bold.otf');
}

.nav > li > a {font-family:  "eUkraine";}
body {font-family:  "eUkraine";}
h1,h2,h3,h4,h5,h6, .heading-font {font-family: "eUkraine-bold";}

#main > div.my-account-header.page-title.normal-title > div > div > small { 
visibility: hidden; 
}

/* приховуємо лейбл рекапчі */
body > div > .grecaptcha-badge { 
visibility: hidden !important; 
}

.product-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-video {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
}

.product-video video {
    display: block;
    width: 100%;
}

/*центрування ux меню*/
.header-inner .menu-item > .sub-menu > .row{
  margin-left: auto !important;
  margin-right: auto !important;
}




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


}

.icon-search:before {
	content: url('/wp-content/uploads/2023/09/search-sm.svg') !important;
}
.icon-user:before {
	content: url('/wp-content/uploads/2023/09/user-01.svg') !important;
}
.icon-shopping-cart:before, .icon-shopping-basket:before {
	content: url('/wp-content/uploads/2023/09/shopping-bag-02.svg') !important;
}

.product-tabs-right .icon-angle-down:before{
	content: '';
}
.product-tabs-right .accordion-title{
		display: flex;
		justify-content: space-between;
		padding: 12px;
		font-size: 16px;
}
.product-tabs-right .accordion-title:after{
	content: '+';
	transform: scale(1.5);
}
.product-tabs-right .accordion-title.active:after{
	content: '-';
}
.product-tabs-right .accordion .accordion-item:first-of-type .accordion-title{
	border-top: unset !important;
}
.product-tabs-right .accordion-inner{
	font-size: 16px;
}
.accordion-inner.active-custom{
	display: block !important;
}
.accordion-title.active-custom{
	border-color: #000000;
	color: #000000;
	font-weight: 700;
	background-color: rgba(0,0,0,.03);
}
.product-page-accordian .accordion-item:last-child{
  display: none;
}

span[data-name="hidden_checkbox"]{ 
	display:none !important; 
}

