/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


#product-tabs.ui-tabs {
    padding: 0;
}

#product-tabs.ui-widget {
    font-family: var(--font-primary) !important;
}

#product-tabs .ui-widget-header {
    border: none;
    background: none;
    padding-left: 0;
}

#product-tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-weight: bold;
}

#product-tabs .ui-state-active a,
#product-tabs .ui-state-active a:link,
#product-tabs .ui-state-active a:visited {
    color: var(--g-color-1);
}

#product-tabs.ui-widget-content {
    border: none;
}

#product-tabs.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 1em 1.4em;
    background: #fcfcfc;
    border: 1px solid #a6a6a6;

}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

#product-tabs .sendMessage {
    background-color: var(--g-color-1);
    font-weight: bold;
}

#product-tabs .lg_youtube_item a:after{
    content: "";
    height: 64px;
    width: 88px;
    position: absolute;
    left: calc(50% - 44px);
    top: calc(50% - 32px);
    pointer-events: none;
    opacity: .8;
    background: url("/_data/styly/img/ui/youtube-play.png") 0 -60px no-repeat;
}
