/*
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;
}

/*main page styles */
div.banner-bg.fill, .banner {
	border-radius: 20px !important;
}

.banner .button 
{
	background-color: #EBA2B1!important;
}

.header-inner {
	min-width: 90%;
}


.box-image .out-of-stock-label {
    background: #fff;
    background: hsla(0, 0%, 100%, .9);
    color: #333;
    font-weight: 700;
    left: 0;
    opacity: .9;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 84%;
}

.nav-uppercase>li>a {
	font-weight: 600!important;
    letter-spacing: .02em!important;
    text-transform: uppercase!important;
}
.woocommerce-product-gallery__image .play-icon {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 2em;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    pointer-events: none;
}
.woocommerce-product-gallery__video video, .woocommerce-product-gallery__video.is-selected{ min-height:509px; }