@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//albuacademy.ro/wp-content/themes/albu/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(63,63,63);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: #181717;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(36,36,36);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #181717;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #181717;
	--btn-accented-bgcolor-hover: rgb(255,255,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #181717;
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgba(221,51,51,0.62);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(52,113,226);
	color: rgb(255,255,255);
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.yikes-custom-woo-tab-title{
	display: none !important;
}
.btn-cont{
	    display: inline-block;
    padding: 14px 20px 14px 20px;
    background: black;
    color: white;
    border-radius: 30px;
}
.btn-cont a{
	color: white;
}
#swph_order_custom_fields{
		margin-top: 130px;
    display: block;
    padding: 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    line-height: 10px;
}

.woocommerce-product-gallery .product-labels {
    inset-inline-start: 7px !important;
    align-items: flex-start !important;
}
.product-labels .product-label.onsale {
    background-color: rgb(255 91 91) !important;
}
.whb-color-light:not(.whb-with-bg) {
    background-color: #181717 !important;
}
body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){
	background: transparent !important;
}
h5 {
    font-size: 15px !important;
}
select{
	border-radius: 10px;
	height: 50px !important;
}
.yith-wapo-label{
	display: flex;
  justify-content: center;
	font-size: 14px;
	gap: 10px;
}
.yith-wapo-container{
	padding-top: 15px;
	padding-bottom: 15px;
}
.yith-wapo-option.selection-single.selected{
	border-radius: 10px;
border: 2px solid #000;
}
.yith-wapo-option .option-price{
	display: none !important;
}
.yith-wapo-option.selection-single.selected:before{
		position: absolute;
	content: '✓';
	color: white;
	background: #00d084;
	width: 22px;
	height: 22px;
	border-radius: 30px;
	line-height: 20px;
	margin-left: 170px;
	margin-top: -10px;
	font-size: 13px
}

.yith-wapo-block div.yith-wapo-addon .options.per-row-1{
	    grid-template-columns: repeat( 2, minmax(0, 100%) ) !important;
}
.yith-wapo-option-value{
	display: none;
}
.yith-wapo-option.selection-single{
	border: 2px solid #d8d8d8;
	border-radius: 10px;
	height: 53px;
	line-height: 50px !important;
	padding:0px 15px 0px 15px;
	text-align: center !important;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option div.label, .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-radio .yith-wapo-option div.label {
    display: inline !important;
}



.rev-albu{
	border: 2px solid #d5d5d5;
    padding: 15px !important;
    border-radius: 15px;
}

.shop_attributes{
		background: #f7f3ee;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px 0px 15px;
    display: block;
}
.info-albu:before{
	background: linear-gradient(0deg, #0000007a, transparent);
	position: absolute;
	height: 150px;
	width: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	content: '';
}
.wd-accordion {
    background: #f7f3ee;
    padding: 0px 20px 0px 20px;
}
.footer-container{
	margin-bottom: -20px;
}
#wd-65c217f05fc39{
	  float: right;
    margin-top: -50px;
}
.wd-nav-pagin-wrap{
	display: block !important
}
.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    display: inline-flex;
    width: 30px !important;
    height: 3px !important;
    border-color: #00000024 !important;
}
.bg-shadow:before{
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 400px;
	position: absolute;
	z-index: 0;
	background: linear-gradient(180deg, #00000036 2%, transparent 60%);
}
.bg-shadow-home:before{
content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 400px;
	position: absolute;
	z-index: 2;
	background: linear-gradient(180deg, #000 2%, transparent 60%);
}
.border-alb{
	border-radius: 20px 20px 0px 0px;
}
.geniusweb-a {
    font-size: 11px;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
    vertical-align: super;
}
.geniusweb {
    color: #000 !important;
    background: #fff;
    padding: 5px 10px;
    border-radius: 36px;
    font-weight: 700;
    font-size: 12px;
}
/* ATRIBUTE TITLU TRAINERI */
.product-image-link:before{
content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(180deg, #000000a7 -50%, transparent 40%);
}
.label-attribute-pa_trainer:before{
content: 'Trainer';
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 100;
	width: 110px;
	position: absolute;
	left: 35px;
	top: 7px;
}
.label-attribute-pa_trainer:after{
	font-size: 14px !important;
	width: 300px;
	font-weight: bold;
	position: absolute;
	text-align: left;
	padding-left: 60px;
	left: 0;
	top: 20px;
	}
.label-term-anne-mary:after{
	content: 'Anne Mary';
}
.label-term-andree:after{
	content: 'Andreea Țăvîrlău';
}
.label-term-bianca-balan:after{
	content: 'Bianca Bălan';
}
.label-term-raluca-burlacu:after{
	content: 'Raluca burlacu';
}
.label-term-cristina-albu:after{
	content: 'Cristina Albu';
}
/*END ATRIBUTE TITLU TRAINERI */

.woodmart-woocommerce-layered-nav .wd-scroll-content {
    max-height: 100%;
}

.page-title-default {
    background-color: rgb(255,255,255);
    background-image: none;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #e4e4e4;
}
[class*="wd-swatches"].wd-bg-style-1 .wd-swatch.wd-bg:after, [class*="wd-swatches"].wd-text-style-1 .wd-swatch.wd-text:after {
    border: 2px solid var(--color-gray-900);
    height: 100%;
    border-radius: 50%;
    bottom: 0px !important;
}
.wd-swatches-filter .wd-swatch.wd-bg:before{
	border-radius: 50%;
}
.wd-swatch+.wd-filter-lable:before{
	content: 'Trainer';
	display: block;
	font-weight: 100;
}
.wd-filter-list a {
    gap: 10px;
	font-weight: bold;
	color: black;
}
.wd-filter-list .count{
	right: 0;
	bottom: 0;
}
.wd-filter-list .count:after{
	content:' Cursuri';
}
:is(body:not(.global-color-scheme-light),.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]),[style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]):before{
	border-radius: 50%;
}
.wd-swatch {
    width: 90px;
    height: 90px;
}
.product-label{
	border-radius: 6px !important;
	padding: 6px 15px 6px 15px;
	text-shadow: 1px 1px 10px #00000094;
}

.product-labels {
    flex-direction: column-reverse !important;
}
.woodmart-loaded .wd-slide-bg:before{
	content: '';
	width: 120%;
	margin: auto;
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, #0c0c0b 10%, transparent 60%);
/* 	background: linear-gradient(180deg, #000 10%, transparent 90%); */
}
.potential-mobil{
	    box-shadow: inset 0px 0px 0px 1px #ffffff1a;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 5px;
    background: linear-gradient(180deg, #ffffff0f, transparent);
}

#bg-home-box{
	background: linear-gradient(120deg, #dfd8ce 5%, transparent);
	border-radius: 30px;
}
.title-subtitle{
	    background: #ffffff2e;
    border-radius: 30px;
    padding: 7px 25px 7px 25px;
    box-shadow: inset 0px 0px 0px 1px #ffffff21;
    margin-bottom: 20px;
    display: block;
}
.box-alb{
	border-radius: 30px;
	background:linear-gradient(45deg, #ffffff0f, #0000009f, #ffffff00);
}
.slide-alb{
	position: absolute;
	top: 210px;
}
.site-reviews-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.site-reviews-pagination a {
  padding: 10px 20px;
  background: #000;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.site-reviews-pagination a:hover {
  background: #444;
}
@media (max-width: 576px) {
	#swph_order_custom_fields{
	margin-top: 50px;
}
.wd-side-hidden {
    width: 100%;
}
.wpb_column.wd-side-hidden{
	width: 100% !important;
}
[class*="wd-single-"].wd-swatch-layout-inline table.variations tbody {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: var(--content-align) !important;
    gap: 0px 25px !important;
}
.wd-nav>li>a{
	font-size: 15px !important;
}
.wd-product.wd-hover-alt .wd-add-btn>a span{
	display: none !important;
}
.wd-product :is(.product-image-link,.hover-img) img {
    width: 100%;
    object-fit: cover;
}
.yith-wapo-option.selection-single{
	padding: 0px !important
}
.wd-prefooter{
	padding: 0px !important;
}
.yith-wapo-label{
	font-size: 12px !important;
}
.yith-wapo-option.selection-single.selected::before {
	margin-left: 75px;
}
.slide-alb{
	top: 140px !important;
}
.bg-shadow:before{
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	background: linear-gradient(180deg, #0000005c 2%, transparent 60%) !important;
	height: 100px !important;
}

.wd-side-hidden {
width: 100%;
}

.box-alb-mobil{
	border-radius: 30px;
	margin-top: -160px;
	background:linear-gradient(45deg, #ffffff0f, #0000009f, #ffffff00);
}





.product-labels {
    top: 10px;
    z-index: 1;
    align-items: flex-start;
    flex-direction: row-reverse !important;
    width: 100%;
    max-width: 95% !important;
    justify-content: space-between;
}
.product-labels .label-with-img {
    padding: 0;
    max-width: 50px;
    position: absolute;
    left: 0;
		top: 0;
}
}

