.ypp-player-wrapper {
width: 100%;
margin: 20px 0;
text-align: center; } .ypp-single-mode {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
padding: 0 20px;
} .ypp-popup-style {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 0 20px;
box-sizing: border-box;
}
.ypp-popup-style .ypp-main-thumbnail {
width: 100%;
max-width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
} .ypp-sidebar-style {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start; padding: 0 20px;
}
.ypp-main-thumbnail-sidebar {
flex: 1;
min-width: 300px;
max-width: 800px;
}
.ypp-playlist-sidebar-frontend {
flex: 0 0 350px;
min-width: 300px; max-height: calc(var(--ypp-thumb-height, 720px) - 90px);
overflow-y: auto; background: #f9f9f9;
padding: 15px;
border-radius: 8px;
}
.ypp-video-list-frontend {
list-style: none;
padding: 0;
margin: 0;
}
.ypp-video-item-frontend {
display: flex;
gap: 12px;
padding: 10px;
margin-bottom: 8px;
background: #fff;
border-radius: 6px;
cursor: pointer;
transition: background 0.2s ease, transform 0.1s ease;
border: 2px solid transparent;
}
.ypp-video-item-frontend:hover {
background: #f0f0f0;
transform: translateX(3px);
}
.ypp-video-item-frontend.active {
background: #fff3cd;
border-color: #ffc107;
}
.ypp-video-thumb-frontend {
position: relative;
flex-shrink: 0;
width: 100px;
height: 56px;
border-radius: 4px;
overflow: hidden;
}
.ypp-video-thumb-frontend img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ypp-video-info-frontend {
flex: 1;
min-width: 0;
}
.ypp-video-info-frontend h4 {
margin: 0;
font-size: 0.9em;
font-weight: 600;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} .ypp-playlist-mode {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.ypp-main-thumbnail {
flex: 1;
min-width: 300px;
max-width: 800px;
}
.ypp-playlist-sidebar {
flex: 0 0 350px;
min-width: 300px;
}
.ypp-playlist-title {
margin: 0 0 15px 0;
font-family: var(--ypp-playlist-title-font-family, 'Marcellus SC', serif);
font-size: var(--ypp-playlist-title-font-size, 24px);
font-weight: var(--ypp-playlist-title-font-weight, bold);
font-style: var(--ypp-playlist-title-font-style, normal);
color: var(--ypp-playlist-title-font-color, #000000);
}
.ypp-video-list {
list-style: none;
padding: 0;
margin: 0;
max-height: 600px;
overflow-y: auto;
}
.ypp-video-item {
display: flex;
gap: 12px;
padding: 10px;
margin-bottom: 8px;
background: #f5f5f5;
border-radius: 8px;
cursor: pointer;
transition: background 0.2s ease, transform 0.1s ease;
}
.ypp-video-item:hover {
background: #e8e8e8;
transform: translateX(3px);
}
.ypp-video-item.active {
background: #fff3cd;
border-left: 3px solid #ffc107;
}
.ypp-video-thumb {
position: relative;
flex-shrink: 0;
width: 120px;
height: 68px;
border-radius: 6px;
overflow: hidden;
}
.ypp-video-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ypp-play-icon-small {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 24px;
height: 24px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.ypp-play-icon-small::after {
content: '';
width: 0;
height: 0;
border-left: 8px solid rgba(0, 0, 0, 0.8);
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
margin-left: 2px;
}
.ypp-video-info {
flex: 1;
min-width: 0;
}
.ypp-video-info h4 {
margin: 0 0 5px 0;
font-size: 0.95em;
font-weight: 600;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ypp-time-range {
display: none !important; } .ypp-thumb-wrapper {
position: relative;
width: 100%;
max-width: calc(100vw - 40px); overflow: hidden;
cursor: pointer;
border: 2px solid #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
display: block;
margin: 0 auto;
box-sizing: border-box;
} .ypp-player-wrapper[style*="--ypp-thumb-height"] .ypp-thumb-wrapper {
max-height: var(--ypp-thumb-height, 720px);
}
.ypp-player-wrapper[style*="--ypp-thumb-width"] .ypp-thumb-wrapper {
max-width: min(var(--ypp-thumb-width, 9999px), calc(100vw - 40px));
} .ypp-player-wrapper[style*="--ypp-thumb-width: 0px"] .ypp-thumb-wrapper,
.ypp-player-wrapper[style*="--ypp-thumb-width: 0"] .ypp-thumb-wrapper {
max-width: min(calc(var(--ypp-thumb-height, 720px) * 16 / 9), calc(100vw - 40px));
}
.ypp-thumb-wrapper picture,
.ypp-thumb-wrapper .ypp-thumb-img,
.ypp-thumb-wrapper > picture > img {
position: relative;
display: block;
width: 100%;
height: auto; object-fit: contain; } .ypp-main-thumbnail,
.ypp-main-thumbnail-sidebar {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.ypp-popup-style .ypp-main-thumbnail,
.ypp-sidebar-style .ypp-main-thumbnail-sidebar {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
} .ypp-play-icon {
position: absolute;
top: 50%;
left: 50%;
width: 72px;
height: 72px;
transform: translate(-50%, -50%);
border-radius: 999px;
background: linear-gradient(135deg, #f5d76e, #c6970b);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
opacity: 0.95;
z-index: 10;
}
.ypp-play-icon .ypp-play-triangle {
width: 0;
height: 0;
border-left: 18px solid rgba(0, 0, 0, 0.85);
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
margin-left: 3px;
}
.ypp-thumb-wrapper:hover .ypp-play-icon {
transform: translate(-50%, -50%) scale(1.05);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
} #ypp-video-overlay {
position: fixed;
z-index: 999999;
inset: 0;
background: rgba(0, 0, 0, 0.9);
display: flex;
align-items: center;
justify-content: center;
animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
#ypp-video-overlay-inner {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 20px;
display: flex;
gap: 20px;
max-height: 90vh;
}
#ypp-video-player-container {
flex: 1;
min-width: 0;
aspect-ratio: 16/9;
background: #000;
border-radius: 8px;
overflow: hidden;
}
#ypp-video-player-container iframe,
#ypp-video-player-container video {
width: 100%;
height: 100%;
border: 0;
}
#ypp-playlist-overlay {
flex: 0 0 350px;
background: #1a1a1a;
border-radius: 8px;
padding: 20px;
overflow-y: auto;
overflow-x: hidden; max-height: calc(90vh - 40px);
}
#ypp-playlist-overlay h3 {
color: #fff;
margin: 0 0 15px 0;
font-size: 1.1em;
}
#ypp-playlist-overlay .ypp-video-list {
max-height: none;
}
#ypp-playlist-overlay .ypp-video-item {
background: #2a2a2a;
color: #fff;
}
#ypp-playlist-overlay .ypp-video-item:hover {
background: #3a3a3a;
}
#ypp-playlist-overlay .ypp-video-item.active {
background: #4a4a2a;
border-left-color: #ffc107;
}
#ypp-playlist-overlay .ypp-video-info h4 {
color: #fff;
}
#ypp-playlist-overlay .ypp-time-range {
display: none !important; } #ypp-playlist-overlay,
.ypp-playlist-sidebar-frontend .ypp-video-list-frontend { scrollbar-width: thin;
scrollbar-color: #c6970b #000000;
} #ypp-playlist-overlay::-webkit-scrollbar,
.ypp-playlist-sidebar-frontend .ypp-video-list-frontend::-webkit-scrollbar {
width: 12px;
}
#ypp-playlist-overlay::-webkit-scrollbar-track,
.ypp-playlist-sidebar-frontend .ypp-video-list-frontend::-webkit-scrollbar-track {
background: #000000; border-radius: 999px;
}
#ypp-playlist-overlay::-webkit-scrollbar-thumb,
.ypp-playlist-sidebar-frontend .ypp-video-list-frontend::-webkit-scrollbar-thumb {
border-radius: 999px; background: linear-gradient(135deg, #f5d76e, #c6970b); border: 2px solid #000000; } #ypp-playlist-overlay::-webkit-scrollbar-button,
.ypp-playlist-sidebar-frontend .ypp-video-list-frontend::-webkit-scrollbar-button {
height: 12px;
background: linear-gradient(135deg, rgba(245, 215, 110, 0.5), rgba(198, 151, 11, 0.5)); border-radius: 999px;
}
#ypp-video-overlay-close {
position: fixed;
top: 20px;
right: 20px;
color: #ffffff;
font-size: 32px;
cursor: pointer;
z-index: 1000000;
font-weight: 700;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
transition: background 0.2s ease;
}
#ypp-video-overlay-close:hover {
background: rgba(0, 0, 0, 0.8);
} @media (max-width: 768px) {
.ypp-popup-style,
.ypp-sidebar-style {
padding: 0 20px;
}
.ypp-popup-style .ypp-main-thumbnail,
.ypp-main-thumbnail-sidebar {
width: 100%;
max-width: 100%;
justify-content: center;
} .ypp-player-wrapper .ypp-thumb-wrapper {
max-width: calc(100vw - 40px);
width: 100%;
max-height: none;
}
.ypp-player-wrapper .ypp-thumb-wrapper picture,
.ypp-player-wrapper .ypp-thumb-wrapper img {
width: 100%;
height: auto;
object-fit: contain;
}
.ypp-sidebar-style {
flex-direction: column;
}
.ypp-playlist-sidebar-frontend {
flex: 1;
max-width: 100%;
}
#ypp-video-overlay-inner {
flex-direction: column;
max-height: 95vh;
}
#ypp-video-player-container {
aspect-ratio: 16/9;
max-height: 50vh;
}
#ypp-playlist-overlay {
flex: 1;
max-height: 40vh;
}
}@media (max-width: 1024px) { body.mobile-nav-open::before {
content: "";
position: fixed;
inset: 0;
background: rgba(0,0,0,.55);
z-index: 9998;
pointer-events: none;
} .cmsmasters_nav_wrap,
.resp_nav_wrap,
.navigation,
#navigation,
.mobile_nav { position: fixed !important;
top: 0; 
left: -100% !important;
right: auto !important;
width: 88vw; 
max-width: 420px;
height: 100vh;
max-height: 100vh;
overflow-y: auto !important;
overflow-x: hidden !important;
-webkit-overflow-scrolling: touch;
background: #111;
color: #fff;
z-index: 9999;
padding: 18px 20px 28px;
box-shadow: 12px 0 28px rgba(0,0,0,.35);
transition: left .28s ease-in-out !important;
box-sizing: border-box; scrollbar-width: none !important; -ms-overflow-style: none !important; } .cmsmasters_nav_wrap::-webkit-scrollbar,
.resp_nav_wrap::-webkit-scrollbar,
.navigation::-webkit-scrollbar,
#navigation::-webkit-scrollbar,
.mobile_nav::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
background: transparent !important;
} body.mobile-nav-open .cmsmasters_nav_wrap,
body.mobile-nav-open .resp_nav_wrap,
body.mobile-nav-open .navigation,
body.mobile-nav-open #navigation,
body.mobile-nav-open .mobile_nav { 
left: 0 !important;
right: auto !important;
} body.mobile-nav-open { 
overflow: hidden !important; 
touch-action: none; 
position: fixed;
width: 100%;
} .mobile-drawer-head {
display: flex; 
align-items: center; 
justify-content: space-between;
gap: 12px; 
margin-bottom: 12px;
}
.mobile-drawer-title {
font-family: "Marcellus SC", serif;
font-size: 20px; 
letter-spacing: .3px; 
color: #fff;
}
.mobile-drawer-close {
appearance: none; 
background: transparent; 
border: 0; 
color: #fff;
font-size: 28px; 
line-height: 1; 
padding: 8px; 
margin: -8px; 
cursor: pointer;
} .cmsmasters_nav_wrap ul,
.resp_nav_wrap ul,
.navigation ul,
#navigation ul,
.mobile_nav ul { 
list-style: none; 
margin: 0; 
padding: 10px 0 0; 
}
.cmsmasters_nav_wrap li,
.resp_nav_wrap li,
.navigation li,
#navigation li,
.mobile_nav li { 
margin: 0; 
}
.cmsmasters_nav_wrap a,
.resp_nav_wrap a,
.navigation a,
#navigation a,
.mobile_nav a {
display: flex; 
align-items: center; 
justify-content: space-between;
gap: 14px;
padding: 14px 6px;
color: #fff; 
text-decoration: none;
font-family: "Marcellus SC", serif;
font-size: 18px; 
line-height: 1.25;
border-bottom: 1px solid rgba(255,255,255,.08);
box-sizing: border-box;
}
.cmsmasters_nav_wrap a:active,
.cmsmasters_nav_wrap a:hover,
.resp_nav_wrap a:hover,
.navigation a:hover,
#navigation a:hover,
.mobile_nav a:hover { 
color: #ffd65a; 
} .submenu-toggle {
margin-left: auto;
background: transparent; 
border: 0; 
color: #fff; 
cursor: pointer;
font-size: 20px; 
padding: 6px 2px; 
line-height: 1;
transform: rotate(0deg); 
transition: transform .2s ease;
}
.submenu-toggle.is-open { 
transform: rotate(90deg); 
} .menu-item-has-children > ul,
.page_item_has_children > ul { 
display: none; 
padding-left: 12px; 
margin-top: 0;
}
.menu-item-has-children.is-open > ul,
.page_item_has_children.is-open > ul { 
display: block; 
} .menu-item-has-children > ul > li > a,
.page_item_has_children > ul > li > a {
padding-left: 20px;
} .cmsmasters_responsive_width .header_bot,
.header_bot { 
position: relative; 
z-index: 1; 
} .responsive_nav,
.menu_toggle,
.hamburger { 
position: relative; 
z-index: 10000; 
} .menu-toggle,
.navbar-toggler,
.elementor-menu-toggle,
.mobile-nav-toggle,
button[aria-controls*="menu"],
button[aria-expanded][aria-controls],
.hamburger {
border: none !important;
outline: none !important;
background: transparent !important;
} .menu-toggle .bar,
.menu-toggle .bars,
.navbar-toggler .icon-bar,
.hamburger span,
.hamburger .line,
.elementor-menu-toggle .eicon-menu-bar,
.elementor-menu-toggle i:before,
.elementor-menu-toggle i:after {
background: #ffffff !important;
} .menu-toggle svg,
.navbar-toggler svg,
.mobile-nav-toggle svg,
.elementor-menu-toggle svg {
fill: #ffffff !important;
stroke: #ffffff !important;
}
} @media (max-width: 768px) { nav,
.mobile-menu,
.mobile-nav,
.offcanvas,
.offcanvas-menu,
.dropdown-menu,
.menu,
.main-navigation,
.elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown ul,
.elementor-nav-menu__container,
.site-header .menu,
.site-header nav {
background: #0b121c !important;
}
nav a,
.mobile-menu a,
.mobile-nav a,
.offcanvas a,
.dropdown-menu a,
.menu a,
.main-navigation a,
.elementor-nav-menu--dropdown a,
.elementor-nav-menu a {
color: #ffffff !important;
} nav a:hover,
.mobile-menu a:hover,
.mobile-nav a:hover,
.offcanvas a:hover,
.dropdown-menu a:hover,
.menu a:hover,
.main-navigation a:hover,
.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu a:hover,
.menu .current-menu-item > a,
.menu .current_page_item > a {
color: #ffd666 !important;
} .menu-footer-navigation-container,
.menu-footer-navigation-container *,
footer .menu,
footer nav,
footer .navigation,
#footer .menu,
#footer nav,
#footer .navigation,
.menu-footer-navigation-container a,
footer .menu a,
footer nav a,
footer .navigation a,
#footer .menu a,
#footer nav a,
#footer .navigation a {
background: transparent !important;
background-color: transparent !important;
} .elementor-nav-menu--dropdown,
.dropdown-menu,
.mobile-menu,
.offcanvas-menu {
width: 100% !important;
border: 0 !important;
box-shadow: none !important;
} .site-header,
header.site-header,
.elementor-location-header {
background: #0b121c !important;
} .elementor-nav-menu--dropdown,
.mobile-menu,
.offcanvas,
.main-navigation,
nav {
position: relative;
z-index: 9999 !important;
} .menu a,
.elementor-nav-menu a {
padding: 14px 18px !important;
line-height: 1.2 !important;
} .menu li,
.elementor-nav-menu li,
.dropdown-menu li {
border: 0 !important;
margin: 0 !important;
} .elementor-nav-menu--dropdown .elementor-menu-toggle,
.elementor-nav-menu--dropdown .elementor-nav-menu__container {
background: #0b121c !important;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}