/*
Theme Name:     Laseros
Theme URI:      https://www.laseros.com/
Description:    Laseros theme
Author:         Anees Ahmad
Author URI:     https://www.laseros.com/
Template:       storefront
Version:        2.0
Text Domain:    laseros
*/

:root {
    --bg-color: #000000;
    --bg-secondary: #080808;
    --text-main: #ffffff;
    --text-muted: #888888;
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --btn-radius: 99px;
    --container-width: 1400px;
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-main);
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
    outline: none;
    overflow: unset;
}

button, input, textarea{
    font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    letter-spacing: 0px;
}
h2{
    font-size: 28px;
    line-height: 36px;
}

h3{
    font-size: 24px;
    line-height: 32px;
}

p {
    color: var(--text-main);
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 1rem;
}

a {
    color: var(--text-main);
    text-decoration: none;
    transition: opacity 0.2s ease;
    outline: none!important;
}

a:hover {
    opacity: 1;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: none!important;
}

img {
    border-radius: 0px;
}

strong{
    font-weight: 700;
}
/* pixel perfect code*/
body{
    /*background: url(assets/images/LaserCube-Home-Mobile.jpg) no-repeat;
    background-position: top center;*/
}
body.page-id-253{
    /*background: url(assets/images/LaserCube-Features-Mobile.jpg) no-repeat;
    background-position: top center;*/
}
body.page-id-354{
    /*background: url(assets/images/LaserCube-Product-Individual-Mobile.png) no-repeat;
    background-position: top center;*/
}
/*body.page-id-354 .site-header {
    background-color: transparent!important;
}
body.page-id-354 .site-footer {
    background-color: transparent!important;
}*/

body.page-id-366{
    /*background: url(assets/images/LaserCube-Product-Shop-Mobile-Ultra.jpg) no-repeat;
    background-position: top center;*/
}
/*body.page-id-366 .site-header {
    background-color: transparent!important;
}
body.page-id-366 .site-footer {
    background-color: transparent!important;
}*/

/*body.term-52{
    background: url(assets/images/LaserCube-Accessoreis-Mobile.jpg) no-repeat;
    background-position: top center;
}
body.term-52 .site-header {
    background-color: transparent!important;
}
body.term-52 .site-footer {
    background-color: transparent!important;
}*/
body.home{
    overflow-x: hidden;
}
.site {
     overflow-x: unset; 
}

/* end */

.laseros-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 18px;
}
.laseros-container.sm{
    max-width: 1070px;
}
.laseros-container.md{
    max-width: 1140px;
}
.laseros-container.xs{
    max-width: 840px;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 17px;
    border-radius: var(--btn-radius);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    border: none;
    white-space: nowrap;
    border:1px solid #fff;
}

.btn:hover {
    /*transform: scale(1.02);*/
    background-color: #e6e6e6;
    color: #000;
}

.btn-primary {
    background-color: #ffffff;
    color: #000000;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.btn-pill-white {
    background-color: #fff;
    color: #000;
}


.btn-pill-transparent {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
}

.btn-small {
    padding: 3px 19px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.text-center{
    text-align: center;
}
.inline{
    display: inline;
}
.desktop-only{
    display: none;
}

.site-header {
    background-color: var(--bg-color);
}

.col-full {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.logo-desktop{
    display: none;
}

.site-header .custom-logo-link img.logo-mobile{
    max-width: 38px;
}

.woocommerce-active .site-header .site-branding {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}

.topbar{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 0;
}

.tb-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tb-left,
.tb-right {
    display: none;
    align-items: center;
    gap: 16px;
    font-size: 12px;
}
.tb-center{
    display: flex;
    font-size: 9px;
    gap: 10px;
}
.tb-center img{
    max-width: 66px;
}
.tb-center span{
    padding-top: 3px;
}

.tb-notification{
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translate(-50%, -50%);
    background: #505A69;
    padding: 0.281em 0.86em 0.281em 1.27em;
    border-radius: 99px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.tb-notification{
    font-size: 13px;
    font-weight: 500;
}
.tb-notification .close-notification img{
    width: 6px;
    height: 6px;
}

.tb-notification {
    font-size: 10px;
    font-weight: 500;
    width: 100%;
    max-width: 345px;
}

.tb-notification.tb-hidden {
    /*opacity: 0;*/
    /*max-height: 0;*/
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: translate(-50%, -200%);
    border: none;
}

header .col-full{
    display: flex;
    align-items: center;
}

header#masthead{
    padding-top: 11px;
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.storefront-primary-navigation .col-full{
    padding: 0;
}
button.menu-toggle{
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0 2px;
    width: 30px;
    outline: none;
}
.woocommerce-active .site-header .main-navigation{
    display: flex;
    align-items: center;
    gap: 2px;
}
.btn-header-buy{
    margin-right: 10px;
}

.main-navigation .handheld-navigation{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #000;
    height: 0;
    transition: all, ease, .3s;
    
}

.main-navigation .handheld-navigation > ul{
    padding-top: 20px;
}

.main-navigation.toggled .handheld-navigation{
    height: calc(100vh - 95px);
}

.main-navigation.toggled .handheld-navigation{
   /* border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}
.handheld-navigation ul li a {
    padding: 8px 40px;
    display: block;
    font-size: 18px;
}
button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before{
    background-color: #fff;
    background: linear-gradient(to right, #f98dfe -5%, #ffffff 16%, #2b62fd 110%);
    left: 8px;
    border-radius: 0;
    height: 3px;
    width: 20px;
}
button.menu-toggle::before {
    transform: translateY(-6px);
}
button.menu-toggle::after {
    transform: translateY(6px);
}
.hero-logo{
    margin-bottom: 14px;
}
.hero-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.content-area{
    position: relative;
}
section#hero {
    position: relative;
    padding-bottom: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
.hero-content{
    position: relative;
    z-index: 10;
    padding-top: 25px;
    background: linear-gradient(180deg, #000000 10%, rgba(0, 0, 0, 0) 30%);
}
.hero-background{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-background img{
    margin:0 auto;
}
.hero-background .hero-mobile{
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%;
}
.hero-buttons {
    padding-top: 114.5%;
    padding-top: 373px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}
.hero-sub{
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.laseros-features {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin-top: 34px;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
}

.feature-item img{
    height: 16px;
    width: auto;
}

.trust-pilot-summary .tb-center img {
    max-width: 115px;
    width: 100%;
}
.trust-pilot-summary{
    padding: 0 10px;
}
#trust .laseros-container{
    /*padding: 0 30px;*/
}
.reviews-slider{
    padding-top: 5px;
}
.reviews-slider .review-text{
    font-size: 12px;
    line-height: 22px;
    padding: 9px 2px;
    font-weight: 500;
    margin-bottom: 7px;
}
.reviews-slider .trust-item{
    padding: 0 60px;
}
.user-info{
    display: flex;
    align-items: center;
        gap: 14px;
}

.user-name{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
.user-name span{
    font-size: 10px;
    font-weight: 500;
    display: block;
    line-height: 14px;
}

.link.arrow::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../svg/right.svg) no-repeat center;
    background-size: contain;
    margin-left: 7px;
}
.link.arrow.down::after {
    width: 7px;
    height: 10px;
    background: url(../svg/arrow-down.svg) no-repeat center;
}
.link.arrow.up::after {
    width: 7px;
    height: 10px;
    background: url(../svg/arrow-up.svg) no-repeat center;
}
.link.underline{
    text-decoration: underline;
    /*text-underline-offset: 4px;*/
}
.trust-pilot-bottom{
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    margin-top: 21px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-disabled{
    display: none;
}
.swiper-button-next{
    right:0;
    width: 60px;
}
.swiper-button-prev{
    left: 0;
    width: 60px;
}
.modal .swiper-button-next,
.modal .swiper-button-prev{
    width: 40px;
    justify-content: center;
}

#trust{
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 33px;
}

#trusted-by-pros h2{
    margin-bottom: 4px;
}

.subtitle{
    font-size: 15px;
    line-height: 24px;
}

#trusted-by-pros .subtitle{
    margin-bottom: 36px;
}

.wistia_responsive_padding{
    position: relative;
    padding-top: 100%;
}
.wistia_responsive_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.wistia_embed{
    width: 100%;
    height: 100%;
    z-index: 9;
    position: relative;
    pointer-events: none;
}
#global-single-video-modal-content .wistia_embed{
    pointer-events: inherit;
}
.wistia_swatch{
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    /* opacity: 0; */
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 200ms;
    width: 100%;
}

.wistia_swatch img{
    filter: blur(3px);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mobile-full-container{
    margin-left: -18px;
    margin-right: -18px;
}

.pro-info {
    padding: 6px 13px;
    position: absolute;
    top: 0;
    z-index: 10;
    text-align: left;
}
.user-image img{
    border-radius: 99px;
}

.pro-info .user-name {
    font-size: 15px;
    line-height: 20px;
}
.pro-info .user-name span {
    font-size: 12px;
    line-height: 20px;
}
.pros-slider{
    padding-bottom: 35px;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.swiper-pagination-bullet{
    background-color:#617085;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.trusted-by-pros-bottom,
.section-bottom {
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    margin-top: 34px;
}
#trusted-by-pros{
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.laseros-product-features-devices {
    padding: 21px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.laseros-product-features-devices .lasercube-logo{
    margin-bottom: 5px;
}

.product-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.product-image {
   /* width: 100%;*/
    position: relative;
    margin-bottom: 23px;
}

.product-image img {
    /*width: 100%;
    height: auto;*/
    display: block;
    margin: 0 auto;
}

.product-title {
    font-size: 25px;
    line-height:32px;
    margin-bottom: 0;
}

.laseros-product-features-devices .subtitle {
    font-weight: 400;
    margin-bottom: 22px;
}

.product-desc {
    margin: 0 auto 2rem;
}

.btn-group {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
}
.btn-group.center{
  justify-content: center;  
}

.product-showcase .btn-group{
  justify-content: center;  
}

.product-bottom{
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
}

.link.video::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../svg/play.svg) no-repeat center;
    background-size: contain;
    margin-left: 7px;
}

.btn.plus.after::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../svg/plus.svg) no-repeat center;
    background-size: contain;
    margin-left: 7px;
}

.btn.plus.before::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../svg/plus.svg) no-repeat center;
    background-size: contain;
    margin-right: 7px;
}
.btn.big::before{
    width: 16px!important;
    height: 16px!important;
}

#features{
    padding: 33px 0px 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#features h2{
    margin-bottom: 7px;
}

#features .subtitle{
    max-width: 300px;
    margin: 0 auto;
}
.feature-card{
    position: relative;
    background: #000;
    padding-top: 100px;
    height: 100%;
    display: flex;
}
.feature-card img{
    margin: 0 auto;
    margin-top: auto;
}
#features .swiper-slide{
    height: auto;
}
.feature-content{
    position: absolute;
    top: 29px;
    width: 100%;
}
.feature-stat-row{
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 225px; 
    justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
}
.feature-stat span{
    display: block;
}
.features-slider{
    margin-top: 15px;
    padding-bottom: 35px;
    margin-bottom: 21px;
}
span.stat-image{
    margin-bottom: 6px;
    display: flex;
    gap: 7px;
}
.stat-image img{
    height: 14px;
    margin: 0;
}
.stat-value{
    font-weight: bold;
}
.cr-card{
    padding: 35px 0px 14px;
}
.widget-middle{
    margin-bottom: 4px;
}
.widget-middle img{
    display: inline;
    max-width: 80px;
    
}
.uppercase{
    text-transform: uppercase;
}
.most-powerful{
    font-size: 15px;
    letter-spacing: 0.015em;
    font-weight: bold;
    margin-bottom: 3px;
}
.record-card h2{
    font-size: 24px;
    line-height: 32px;
}
.record-name{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.record-date{
    font-size: 9px;
    line-height: 15px;
    margin-bottom: 12px;
}
.cr-card .subtitle{
    font-size: 13px;
    line-height: 20px;

}
#worldrecord-widget{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#hardware-software{
    padding-top: 29px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#hardware-software h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}
.hw-sw-grid{
    padding-top: 15px;
    padding-left: 12px;
    max-width: 360px;
    margin: 0 auto;
}
.hw-sw-item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}
.hw-sw-item h4{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.hw-sw-item p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}

.hw-sw-grid .hw-sw-item:nth-child(n+5) {
    display: none;
}

#hardware-software.active .hw-sw-grid .hw-sw-item:nth-child(n+5) {
    display: flex;
}
section .hw-sw-view-less {
    display: none;
}

section.active .hw-sw-view-more {
    display: none;
}

section.active .hw-sw-view-less {
    display: inline-block;
}


#hardware-software .section-bottom{
    margin-top: 32px;
}

.quiz-card h2{
    line-height: 30px;
    margin-bottom: 9px;
}
.quiz-card .subtitle{
    font-size: 15px;
    line-height: 22px;
}

.quiz-card .widget-middle img{
    max-width: 100%;
    margin-bottom: 3px;
}
.quiz-card .widget-middle{
    margin-top: 30px;
}
.quiz-card .section-bottom{
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 4px;
}
#quiz-widget{
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#community-widget{
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#community-widget h2{
    line-height: 31px;
    margin-bottom: 11px;
}
#community-widget .subtitle{
    font-size: 15px;
    line-height: 22px;
}
#community-widget .widget-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 23px;
}
#community-widget .widget-middle img{
        height: 30px;
}
.social-counter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.social-counter strong{
    background: linear-gradient(to right, #f98dfe 5%, #FFE3E3 50%, #2b62fd 110%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#community-widget .section-bottom{
    margin-top: 22px;
}
#community-widget .section-bottom .link{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-left: -15px;
}
.laseros-stretch-container .laseros-container, 
#worldrecord-widget .laseros-container,
#quiz-widget .laseros-container,
#community-widget .laseros-container{
    padding: 0;
}


.site-footer {
    background-color: #000000;
    color: #fff;
    padding: 0px;
    padding-top: 80px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 30px;
}
.widget.widget_block {
    margin-bottom: 0px !important;
}
.widget.widget_block {
    width: 100%;
}
.site-footer a {
    color: #fff;
    text-decoration: none;
}
.block.footer-widget-2 {
    display: flex;
    flex-wrap: wrap;
}

.widget.widget_block{
    width:100%
}
.help-journey {
    display: flex;
    align-items: center;
}
.footer-widget-1 #block-2{
    text-align: center;
}
div#block-12 {
    /*padding-top: 80px;*/
}
.join-community-text,
#block-4{
    display: none;
}
.social-icon-footer {
    display: flex;
        gap: 26px;
    justify-content: center;
}
div#block-12 {
    /*padding-top: 101px;*/
}
.social-icon-footer a {
    width: 20px;
    height: auto;
    display: block;
}
.social-icon-footer a img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.block.footer-widget-2 #nav_menu-3{
    display: none ;
}
.widget_nav_menu ul li{
    margin-bottom: 0px;
    padding: 0px 0px;
}
.widget_nav_menu ul li a{
    font-size: 13px;
    line-height: 32px;
}
.block.footer-widget-2 {
    display: flex;
    /*flex-wrap: wrap;*/
    padding-top: 30px;
    padding-left: 22px;
    padding-right: 22px;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;

}
.block.footer-widget-2 .widget.widget_nav_menu {
    /*width: 50%;*/
}
.block.footer-widget-2 .widget.widget_nav_menu{
    margin-bottom: 0px;
}
.block.footer-widget-3 {
        padding-top: 39px;
    padding-bottom: 20px;
}
.block.footer-widget-3 {
    padding-top: 50px;
}
#block-6 {
    text-align: center;
    color: #D0D4D8;
    font-size: 12px;
    padding-top: 10px;
}
.sc-grid{
    display: grid;
    grid-template-columns: 1fr;  
    gap: 0px;
}
.compatible-with-partners a.compatible-slide-link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    outline: none;
}
img.compatible-partner-popup{
    width: 18px;
} 
.compatible-with-partners a.compatible-slide-link {
    padding: 13px 0px;
}
.compatible-logo-section{
    padding: 34px 0px 0;
}

#compatible h2{
    margin-bottom: 16px;
    font-size: 24px;
}
.compatible-with-partners{
    padding: 10px 0;
    max-width: 281px;
    margin: 0 auto;
}
.content-area, .widget-area{
    margin-bottom: 0;
}

.site-main {
    margin-bottom: 28px;
}

.trustpilot-before-footer{
    background-color:#1D1D20;
    padding: 13px 15px;
}

.trustpilot-before-footer .tb-center {
    font-size: 12px;
    gap: 19px;
    justify-content: center;
}
.trustpilot-before-footer .tb-center span{
    font-size: 12px;
}
.trustpilot-before-footer .tb-center img{
    max-width: 84px;
    width: 100%;
}

.subscribe-one-col {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.subscribe-form input[type=submit] {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 30px;
}
.subscribe-form  input[type=email] {
    background-color: transparent;
    border: 1px solid #444444;
    padding: 9px 10px;
    color: #fff;
        width: 100%;
    max-width: 212px;
        box-shadow: none;
        font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.subscribe-form  input[type="email"]::placeholder {
    color: #fff; 
   
  }
.site-footer {
    background-color: transparent;
    color: #fff;
    padding: 0px;
    padding-top: 32px;
}
.footer-form {
    padding-top: 20px;
}
.join-community {
    padding-top: 20px;
}


.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal__container {
    background-color: #000;
    padding: 0px;
    /*max-width: 960px;*/
    max-height: 100vh;
    /*border-radius: 4px;*/
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 15px;
    /*width: 100%;*/
}

.modal__container.youtube{
    max-width: 960px;
    width: 100%;
}
.modal__container.wistia{
    max-width: 500px;
    width: 100%;
}
#global-single-video-modal .modal__container.wistia{
    max-width: 960px;
    width: 100%;
}
#global-single-video-modal .modal__container.wistia .video_responsive_padding {
    padding-top: 56.2%;
}
#global-single-video-modal .modal__container,
#global-single-video-modal .modal-card {
    padding-bottom: 0;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.modal__overlay{
    z-index: 999999;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.laseros-modal-content{
    /*background: url(assets/images/LaserCube-Video-Modal-Desktop.jpg) no-repeat;*/
}

.laseros-modal-content .pro-info {
    position: unset;
    top: unset;
    z-index: unset;
    padding: 6px 10px;
    padding-top: 10px;
    gap: 10px;
    color: #fff;
    
}
.laseros-modal-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.modal-bottom-inner {
    display: flex;
    align-items: center;
        padding-top: 32px;
        gap: 53px;
    justify-content: center;
    padding-bottom: 15px;
}
.laseros-modal-content iframe{
    display: block;
    width: 100%;
    height: 100%;
}
.modal__close {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    padding: 10px;
}
.modal__close img{
    width: 10px;
}
.laseros-modal-content .modal-body {
    padding-top: 4px;
}
.laseros-modal-content span.user-image {
     background: #1D1D20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.laseros-modal-content .user-image img {
    border-radius: 0px;
    display: block;
    padding: 0;
    margin-bottom: 4px;
}
.modal-bottom-inner p{
    margin-bottom: 0px;
    font-size: 15px;
}   
.modal-card {
    padding-bottom: 20px;
}

.video_responsive_padding{
    padding-top: 56.2%;
    position: relative;
}
.modal__container.wistia .video_responsive_padding{
    padding-top: 124%;
}
.video_responsive_wrapper{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.quiz-cubes{
    display: flex;
    max-width: 300px;
    margin:0 auto;
}

.quiz-cubes strong{
    font-size: 22px;
    font-weight: 800;
}

.text-gradient-1{
    background: linear-gradient(243.98deg, #E533FF 6.22%, #F1D2FF 44.44%, #FF4090 89.49%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent!important;
    font-weight: 800;
}
.stat-image .text-gradient-1{
    line-height: 12px;
}

.text-gradient-2{
    background: linear-gradient(243.98deg, #479BF6 16.91%, #CDE5FF 45.99%, #7EF281 83.79%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent!important;
    font-weight: 800;
}



.text-color-1{
    color: #FF9BCC;
}
.text-color-2{
    color: #8CC1FA;
}

.woocommerce-breadcrumb{
    display: flex;
    align-items: center;
    font-size: 9px;
    gap: 6px;
    margin-bottom: 9px;
}

.storefront-breadcrumb .laseros-container,
.page-title .laseros-container{
    max-width: 1340px;
}

.woocommerce-breadcrumb img{
    width: 3px;
}

.page-nav-slider a{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #8D8D8D;
}
.page-nav-slider a.active{
    color: #fff;
}
.page-nav-slider .swiper-slide{
    width: auto;
}

#page-nav{
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
    background: #000;
    overflow: hidden;
}
#page-nav .swiper{
    overflow: visible;
}

 h1.entry-title {
    font-size: 38px;
    line-height: 54px;
}


.features-section {
    padding-top: 18px;
    padding-bottom: 22px;
    max-width: 500px;
    margin: 0 auto;
}
.features-section h2{
    margin-bottom:12px;
}
.features-section p{
    font-size: 13px;
    line-height: 24px;
}
.feature-header{
    padding-left: 32px;
    padding-right: 32px;
}
.features-section .feature-stat-row{
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
}
.features-section .stat-image{
    margin-bottom: 4px;
}
.features-section .stat-image img {
    height: 12px;
    
}
.features-section .feature-content{
    position: unset;
    padding: 21px 22px 0;
    
}

.features-col-section{
    display: flex;
    gap: 0 7%;
    flex-wrap: wrap;
    align-items: center;
}
.features-images{
   /* width: 47%;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1px;
}
.features-content{
    /*width: 47%;*/
    padding-bottom: 35px;
    
}

/*.laseros-page-features .mobile-full-container{
    padding-left: 0px;
    padding-right: 0px;
}*/

.laseros-page-features .section-group{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    margin-top: 18px;
}
.laseros-page-features #quiz-widget{
    border-bottom: none;
}

.features-images > a:nth-child(n+10) {
    display: none;
}
section.active .features-images > a:nth-child(n+10) {
    display: inline-block;
}
.features-col-section .hw-sw-view-less {
    display: none;
}

.features-images .section-bottom {
    grid-column: 1 / -1;
}

/*.hw-sw-grid .hw-sw-item:nth-child(n+5) {
    display: none;
}

#hardware-software.active .hw-sw-grid .hw-sw-item:nth-child(n+5) {
    display: flex;
}
#hardware-software .hw-sw-view-less {
    display: none;
}

#hardware-software.active .hw-sw-view-more {
    display: none;
}

#hardware-software.active .hw-sw-view-less {
    display: inline-block;
}*/

#lasercube-devices{
    margin-top: 21px;
}
#lasercube-devices h1{
    font-size: 25px;
}
#lasercube-devices .subtitle{
    font-size: 12px;
    max-width: 270px;
    margin: 0 auto;
    line-height: 15px;
}
#lasercube-devices .lasercube-logo{
    margin-bottom: 20px;
}
.lasercube-devices-grid{
    display: flex;
    margin-top: 23px;
    justify-content: center;
}
.lasercube-devices-grid img{
    margin-bottom: 6px;
}
.lasercube-devices-grid h2{
    font-size: 21px;
}
.lasercube-device-card{
    cursor: pointer;
    border:2px solid transparent;
}
#lasercube-sticky-selection{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 39px;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #000;
}
#lasercube-sticky-selection .laseros-container{
    display: flex;
}

#lasercube-sticky-selection .select-devices-grid{
    display: flex;
    gap: 50px;
}
#lasercube-sticky-selection .select-devices-grid a{
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 10px;
}
#lasercube-sticky-selection .select-devices-grid a.active span{
    text-decoration: underline;
    text-underline-position: under;
}
.select-devices-buy{
    margin-left: auto;
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-features{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 0px;
    margin-bottom: 15px;
    text-align: left;
    padding: 11px 0px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.product-features .stat-value{
    font-weight: 500;
    font-size: 12px;
}
.laseros-product-features-devices.laseros-product-features {
    padding-top: 45px;
    padding-bottom: 30px;
}

.laseros-product-features-devices.laseros-product-features .product-title {
    font-size: 32px;
}
.laseros-product-features-devices.laseros-product-features .subtitle {
    margin-bottom: 15px;
    font-size: 15px;
}

.laseros-product-features-devices.laseros-product-features .stat-image img {
    height: 20px;
}

.btn-group.text p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.btn-group.text p span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}
.btn-group.text{
    gap: 16px;
    flex-direction: column;
    margin-bottom: 30px;
}
.product-sub-details{
    padding: 0 10px;
    margin-top: 29px;
}
.product-sub-details h3{
        font-size: 25px;
    margin-bottom: 8px;
}
.product-sub-details p{
    font-size: 13px;
}
.features-divider{
    margin-left: -18px;
    margin-right: -18px;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
        background: transparent;
}

.product-images-gallery-section .section-header{
    padding: 0 20px;
}
.product-images-gallery-section .section-header h2{
    margin-bottom: 7px;
}
.product-images-gallery-section{
    padding-top: 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-images-gallery-section .feature-content {
    top: 4px;
}
.product-images-main-slider{
    margin-bottom: 10px;
}
.product-images-main-slider .swiper-slide > img{
    height: 370px;
    object-fit: cover;
}
.product-images-thumbs-slider{
    padding: 0px 10px;
    margin-bottom: 34px;
}
.product-images-thumbs-slider .swiper-wrapper {
    justify-content: center;
}
.product-images-thumbs-slider .swiper-slide img{
    border:1px solid transparent;
}
.product-images-thumbs-slider .swiper-slide.swiper-slide-thumb-active img{
    border:1px solid #D0D4D8;
}
.product-images-gallery-section .section-bottom {
    margin-top: 22px;
}

.technical-specifications-section{
    padding-top: 32px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.technical-specifications-section .section-header{
    padding: 0 20px;
}
.technical-specifications-section .section-header h2{
    margin-bottom: 7px;
}
.specification-container .link.arrow{
    margin: 4px 0 40px;
    font-size: 13px;
    display: inline-block;
}
.specs-series{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 22px;
}

.specs-series a{
    font-size: 24px;
}
.specs-series a.active{
    text-decoration: underline;
    text-underline-position: under;
}
.specs-models{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 27px;
}

.specs-models a{
    display: block;
    max-width: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #889AB3;
}

.specs-models a.active{
    text-decoration: underline;
    text-underline-position: under;
    color: #fff;
}

.specs-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 5px;
    gap: 33px 10px;
    max-width: 380px;
    margin: 0 auto;
}

.specs-container .stat-image{
    margin-bottom: 11px;
}
.specs-container .stat-image img{
    height: 18px;
}

.specs-container .feature-stat .stat-label {
    font-size: 20px;
}
.specs-container .feature-stat .stat-value{
    font-weight: normal;
    font-size: 14px;
    line-height: 27px;
}

.lasercube-compare-section {
    padding-top: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        /*margin-top: 37px;*/
}
.lasercube-compare-section h2{
    margin-bottom: 20px;
}

.compare-table th, 
.compare-table td,
#compare-series-modal .compare-table th, 
#compare-series-modal .compare-table td{
    padding: 10px 2px;
    width: 26%;
    text-align: center;
    line-height: 14px;
    position: relative;
    font-size: 13px;
    color: #fff;
}
.comparison-modal .compare-table th, 
.comparison-modal .compare-table td{
    padding: 10px 2px;
    text-align: center;
    line-height: 14px;
    position: relative;
    font-size: 12px;
    color: #fff;
    width: 15%;
    vertical-align: middle;
}
.compare-table td img{
    display: inline;
}
.compare-table th.compare-label,
#compare-series-modal .compare-table th.compare-label{
    width: 49%;
    font-size: 13px;
    text-align: left;
}
.comparison-modal .compare-table th.compare-label{
    font-size: 12px;
    text-align: left;
    width: 48%;
}
.comparison-modal .compare-table td.compare-label img{
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
    margin-right: 5px;
}
.compare-table td.compare-label,
#compare-series-modal .compare-table td.compare-label,
.comparison-modal .compare-table td.compare-label{
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}
.compare-table hr{
    background:rgba(255, 255, 255, 0.2);
    height: 1px;
    border:none;
    margin: 4px 0;
    margin: 0px 0;
}

.compare-table .video_popup{
    align-items: flex-end;
    justify-content: end;
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 2px;
}
.compare-table .video_popup img,
#compare-series-modal .compare-table .video_popup img{
    max-width: 10px;
}
.compare-table thead .text-gradient-1,
.compare-table thead .text-gradient-2,
#compare-series-modal .compare-table thead .text-gradient-1,
#compare-series-modal .compare-table thead .text-gradient-2{
    font-size: 16px;
}

#compare-series-modal .btn{
    font-size: 14px;
}
#compare-series-modal .modal__container,
.comparison-modal .modal__container{
    padding-bottom: 0;
    width: 100%;
    max-width: 360px;
}
#compare-series-modal .modal__content,
.comparison-modal .modal__content{
    padding: 20px 10px;
}

#compare-series-modal .compare-table,
.comparison-modal .compare-table {
    margin-top: 15px;
}
#compare-series-modal .compare-table h3,
.comparison-modal .compare-table h3{
    font-size: 26px;
    margin-bottom: 22px;
}
.comparison-modal .compare-table .border-b td{
    padding: 0;
}
#compare-series-modal table,
.comparison-modal table{
        margin-bottom: 0;
}
#compare-series-modal .compare-table .video_popup {
    right: 10px;
}

.comparison-modal .compare-table tbody tr td:nth-child(4), 
.comparison-modal .compare-table tfoot tr td:nth-child(4){
    border-right: none!important;
}
.comparison-modal .scroll-to-shop img{
    max-width: 16px;
}

.lasercube-fans-section{
    padding-top: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 53px;
}
.lasercube-fans-section h2{
    margin-bottom: 33px;
}
.lasercube-fans-section .laseros-container{
    max-width: 1540px;
}
.fans-slider .wistia_responsive_padding {
    padding-top: 75%;
    padding-bottom: 75%;
    transition: padding-top 0.5s ease-in-out;
    will-change: padding-top;
}
.fans-slider .swiper-slide-active .wistia_responsive_padding {
    padding-top: 90%;
    padding-bottom: 90%;
}
.fans-slider .swiper-wrapper{
    align-items: center;
    height: auto;
}
.fans-slider .swiper-wrapper .swiper-slide{
    height: initial;
}
.compare-table tfoot td {
    padding-top: 0;
    padding-bottom: 0;
}
.fans-slider .pro-card {
    padding-bottom: 90px;
}
.fans-slider .swiper-slide-active .pro-card-bottom{
    opacity: 1;
}
.pro-card-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    will-change: opacity;
}
.pro-card-cart{
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 8px 10px 8px 5px;
   /* justify-content: space-between;*/
    gap: 5px;
}
.pro-card-cart h4{
    margin-bottom: 0;
}
.pro-card-cart h4 span{
    font-size: 18px;
}
.pro-card-cart .price{
    line-height: 18px;
    font-size: 16px;
}
.pro-card-cart .add-to-cart{
    margin-left: auto;
}
.pro-card-cart sup{
    font-size: 12px;
    margin-left: 4px;
}

.lasercube-features-tabs-section{
    padding-top: 34px;
    margin-bottom: 21px;
}
/*.lasercube-features-tabs-section .feature-header {
    padding-left: 14px;
    padding-right: 14px;
}
.lasercube-features-tabs-section .features-section .feature-content {
    padding: 21px 4px 0;
}*/

.lasercube-features-tabs-section #page-nav {
    position: relative;
}

.lasercube-technical-videos-section .video_responsive_wrapper{
    padding:0 10px;
}

.lasercube-technical-videos-section h2{
    margin-bottom: 9px;
}


.lasercube-technical-videos-section{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.lasercube-faqs-section{
    padding-top: 33px;
}

.lasercube-faqs-section h2{
    margin-bottom: 7px;
}

.lasercube-fans-section .subtitle{
    margin-bottom: 3px;
}


.faq-header {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 15px 0; 
  cursor: pointer; 
  gap: 16px;
}
.faq-header h4 {
  font-size: 14px;
  font-weight: 400; 
  color: #fff;
  line-height: 22px;
  margin: 0px;

}
.faq-header.open h4 { 
  color: #fff; 
}
.faq-item.open .faq-header .faq-icon { 
  transform: rotate(180deg); 
  color: #fff; 
}
.faq-body { 
  max-height: 0; 
  overflow: hidden; 
  transition: max-height 0.35s ease, padding 0.3s; 
}
.faq-body p { 
  font-size: 14px; 
  color: #fff;
  line-height: 20px;
  padding: 0px; 
}
.faq-item.open .faq-body { 
  max-height: 500px; 

}



/* Specs Default Visibility */
.specs-container .stat-image img, 
.specs-container .stat-value span[class*="power-specs-"] {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.specs-container .stat-image img.default {
    display: inline-block;
    opacity: 1;
}
.specs-container .stat-value span[class*="power-specs-"].default {
    display: inline;
    opacity: 1;
}
.gradient-border-straight-1 {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(-110deg, #E533FF 0%, #F1D2FF 46%, #FF4090 100%);
}

.gradient-border-straight-2 {
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(-110deg, #479BF6 0%, #CDE5FF 46%, #7EF281 100%);
}

.underline{
    text-decoration: underline;
    text-underline-position: under;
}

.lasercube-shop-section{
    /*margin-top: -20px;*/
    margin-bottom: 30px;
}
.lasercube-shop-gallery .mobile-full-container{
    /*margin-left: -38px;*/
    /*margin-right: -38px;*/
}
.lasercube-shop-details .laseros-features{
    margin-top: 21px;
}

/*.mobile-full-container > div{
    padding-left: 20px;
    padding-right: 20px;
}*/
.lasercube-shop-gallery .swiper-pagination {
    bottom: 10px;
}
.lasercube-step-title{
    font-size: 22px;
    margin-bottom: 5px;
}
.lasercube-step{
    margin-top: 26px;
}
.lasercube-step-links a{
    font-size: 12px;
    font-weight: 500;
}
.lasercube-step-links {
    font-size: 13px;
    font-weight: 500;
}
.lasercube-step-options{
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 19px;
}
.lasercube-step-option{
    border:1px solid #21212B;
    padding: 16px 18px 16px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.lasercube-step-option p,
.lasercube-step-option div{
    color:#889AB3;
}
.lasercube-step-option.active p,
.lasercube-step-option.active div{
    color:#fff;
}
.lasercube-step-links{
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.lasercube-step-links .link.arrow::after{
    width: 5px;
    height: 8px;
}

.lasercube-step-option[data-slug="ultra"] .lasercube-option-title span,
.lasercube-step-option[data-slug="ultra-us"] .lasercube-option-title span{
    background: linear-gradient(243.98deg, #E533FF 6.22%, #F1D2FF 44.44%, #FF4090 89.49%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    
}
.lasercube-step-option[data-slug="wifi"] .lasercube-option-title span,
.lasercube-step-option[data-slug="wifi-us"] .lasercube-option-title span{
    background: linear-gradient(243.98deg, #479BF6 16.91%, #CDE5FF 45.99%, #7EF281 83.79%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;

}
.lasercube-step-subtitle{
    font-size: 12px;
}
.lasercube-price-from{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: bold;
}
#lasercube-series .lasercube-price-from{
    font-size: 15px;
    font-weight: 500;
}
.lasercube-option-title span{
    font-weight: bold;
}
 
.ultra .lasercube-step-option.active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 0;
    background: linear-gradient(-110deg, #E533FF 0%, #F1D2FF 46%, #FF4090 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.wifi .lasercube-step-option.active::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 0;
    background: linear-gradient(-110deg, #479BF6 0%, #CDE5FF 46%, #7EF281 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.lasercube-step-option.active{
    border: 1px solid transparent;
}

.lasercube-option-header{
    position: relative;
}
.lasercube-step-input{
    position: absolute;
    right: 0;
    top: 4px;
    width: 28px;
    height: 28px;
}
.lasercube-step-option-sm .lasercube-step-input{
    top: 3px;
}

.lasercube-step-option .stat-image img {
    height: 20px;
}
.lasercube-option-data{
    margin-top: 12px;
    display: none;
}
.lasercube-step-option.active .lasercube-option-data{
    display: block;
}
.lasercube-option-data .product-features-text p{
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 3px;
}
.lasercube-option-data .product-features{
    margin-bottom: 7px;
}
.lasercube-step-input input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.lasercube-step-input .checkmark{
    border: 2px solid #505A69;
}
.lasercube-step-input .checkmark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 99px;
    cursor: pointer;
}
.lasercube-step-input input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #fff;
}

.lasercube-step-input .checkmark:after {
    position: absolute;
    content: "";
    left: 9px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lasercube-powers .lasercube-step-input .checkmark:after,
.lasercube-step-option-no-thanks .lasercube-step-input .checkmark:after{
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
}

.lasercube-help{
    margin-left: -8px;
    margin-right: -8px;
}
.lasercube-help a{
    display: flex;
    flex-direction: column;
    background: rgba(80, 90, 105, 0.3);
    padding: 12px 19px;
    line-height: 28px;
    font-weight: 500;
}

.lasercube-help a span{
        display: flex;
    width: 100%;
    justify-content: space-between;
    /* line-height: 30px; */
    font-weight: 500;
    margin-bottom: 2px;
}
.lasercube-help a p{
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
    margin-bottom: 2px;
}
.lasercube-help a img{
    width: 19px;
}

.lasercube-option-header .lasercube-option-title{
    display: flex;
    justify-content: space-between;
    
    padding-right: 40px;
    align-items: center;
}

#lasercube-series .lasercube-step-option:not(.active) .lasercube-option-header .lasercube-option-title{
    opacity: 0.7;
}

#lasercube-powers .lasercube-option-header .lasercube-option-title{
    padding-right: 30px;
}

/*#lasercube-series .lasercube-option-header > div{
    display: block;
}
*/
#lasercube-powers .lasercube-step-input,
.lasercube-step-option-no-thanks .lasercube-step-input{
    width: 20px;
    height: 20px;
}
#lasercube-gear-tabs{
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
}
#lasercube-gear-tabs .lasercube-step-option{
    width: 48.5%;
    position: relative;
    padding: 38px 8px 10px;
}
#lasercube-gear-tabs .lasercube-option-title{
        font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 7px;
}
#lasercube-step-gear .lasercube-step-links a{
    font-size: 13px;
}
.lasercube-option-badge{
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    /*clip-path: polygon(0% 0%, 100% 0%, 90% 130%, 10% 130%);*/
    white-space: nowrap;
    text-align: center;
    padding: 3px 20px;
    display: inline-block;
    background: rgba(80, 90, 105, 0.3);
    
}
.lasercube-option-badge.large{
    clip-path: url(#clip-large-btn);
}
.lasercube-option-badge.small{
    clip-path: url(#clip-small-btn);
}
.ultra .lasercube-step-option.active .lasercube-option-badge{
    background: linear-gradient(90deg, #ff4e8c 0%, #a100ff 100%);
    top: 2px;
}

.wifi .lasercube-step-option.active .lasercube-option-badge{
    background: linear-gradient(135deg, #44cc44 0%, #3b9ac9 100%);
    top: 2px;
}

.ultra .add-more-gear-btn{
    background: linear-gradient(90deg, #ff4e8c 0%, #a100ff 100%);
}

.wifi .add-more-gear-btn{
    background: linear-gradient(135deg, #44cc44 0%, #3b9ac9 100%);
}

#lasercube-combo-panel .lasercube-step-option{
    padding: 11px 18px 14px;
}
#lasercube-combo-panel .lasercube-step-option.with-badge{
        padding-top: 25px;
                padding-bottom: 13px;
}
#lasercube-combo-panel .lasercube-step-option.with-badge.active {
    padding-top: 29px !important;
}
#lasercube-combo-panel .lasercube-step-option.with-badge .lasercube-option-title{
    margin-bottom: 5px;
}
#lasercube-combo-panel .lasercube-option-title{
        font-size: 22px;
    font-weight: bold;
        margin-bottom: 2px;
}
#lasercube-combo-panel .lasercube-option-badge {
    /*top: -11px;*/
}

.lasercube-option-header .lasercube-option-title .lasercube-price-from{
    margin-bottom: 0;
        white-space: nowrap;
}


.lasercube-step-option .single-product-features .stat-image img {
    height: 8px;
}
#lasercube-special-offer .lasercube-option-title {
    font-size: 22px;
    line-height: 24px;
}
#lasercube-special-offer  .lasercube-step-subtitle{
    font-size: 15px;
    margin-top: 10px;
}
#lasercube-special-offer .lasercube-step-options .lasercube-step-option:first-child .lasercube-step-input {
    top: 0px;
}
#lasercube-special-offer .lasercube-option-header .lasercube-option-title{
    align-items:flex-start; 
}
#lasercube-special-offer .lasercube-option-header .lasercube-option-title > span{
    max-width: 250px;
}
.single-product-features{
    display: grid;
    grid-template-columns: 1fr 1fr;
        padding-top: 3px;
            gap: 10px 10px;
}

.single-product-features .feature-stat{
    display: flex;
        align-items: center;
            gap: 8px;

}
.single-product-features  .feature-stat span{
    font-size: 12px;
    font-weight: 500;
        margin-bottom: 0;

}
.lasercube-combo-image-placeholder{
    margin-left: -16px;
    margin-right: -16px;
}
/*.lasercube-combo-panel-image{
    padding-top: 74%;
    position: relative;
    margin-top: 24px;
    margin-bottom: 19px;
}
.lasercube-combo-panel-image-placeholder{
    position: absolute;
    top: 0;
    left: -17px;
    right: -17px;
}*/
.btn-gradient{
    background: linear-gradient(to right, #ff4b82, #bc00ff);
}

#lasercube-combo-panel .btn.plus{
    font-size: 12px;
    padding: 3px 9px;
    border:none;
    color: #fff!important;
    font-weight: 600;
    margin-top: 10px;
}

.lasercube-gear-grid .lasercube-step-option{
    display: flex;
        gap: 10px;
            align-items: center;
}
.lasercube-gear-grid .lasercube-step-option img.lasercube-gear-img{
    max-width: 66px;
}
.lasercube-gear-grid .lasercube-option-header{
    width: 100%;
}
.lasercube-gear-grid .lasercube-step-option{
    padding: 11px 17px 11px 9px;
    margin-bottom: 11px;
}
.lasercube-gear-grid .lasercube-step-option .lasercube-option-title span{
    font-size: 22px;
    font-weight: bold;
}
.lasercube-gear-grid .lasercube-step-option .lasercube-price-from{
    font-size: 20px;
    font-weight: bold;
}

.switcher-dropdown img{
    max-width: 24px;
    max-height: 18px;
}
.lasercube-buy-now{
        margin-top: 18px;
    padding-top: 26px;
    font-weight: 600;
    color: #000;
    padding-bottom: 19px;
     background: #fff; 
    margin-left: -18px;
    margin-right: -18px;
}
.archive .lasercube-buy-now{
    margin-left: 0;
    margin-right: 0;
}
.lasercube-shipping{
    margin-top: 12px;
        margin-bottom: 18px;
}
.free-shipping{
    font-size: 16px;
    line-height: 24px;
   
        margin-bottom: 5px;
}
.shipping-estimate{
    font-size: 12px;
    line-height: 18px;
     font-weight: 500;
}
.lasercube-total{
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}
.lasercube-shop-total{
    font-size: 16px;
    line-height: 24px;
}
.lasercube-shop-price{
    font-size: 22px;
    line-height: 24px;
}
.switcher-trigger{
    color: #000;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.lasercube-buy-now .laseros-container{
    padding: 0 32px;
}
.lasercube-buy .btn{
    width: 100%;
    background: #000;
    color: #fff;
    border-color: #000;
}
.buy-now-currency-container{
    /*padding: 0 12px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lasercube-payment-method{
    display: flex;
    gap: 9px;
}
.currency-switcher-container{
    flex:1;
        max-width: 83px;
}
.switcher-trigger svg{
    width: 10px;
    height: 6px;
    overflow: visible;
}
.switcher-dropdown{
    position: relative;
    padding: 5px 5px 5px 0;
}
.switcher-dropdown:hover .switcher-content{
    display: block;
}

.switcher-content {
    display: none;
}
.switcher-content {
    position: absolute;
    left: 0;
    background: #fff;
    border-radius: 0px;
    width:83px;
    padding: 0px 0px 8px;
    bottom: 27px;
    font-weight: 600;
    text-transform: uppercase;
}
.switcher-content .wcml-vertical-list li a{
    color: #000;
    display: flex;
    gap: 6px;
    font-size: 13px;
}


/*.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  background: transparent;
  border: 0px solid #e5e5e5;
  border-radius: 0px;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
 
}

.bar__left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;

}

.bar__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  font-weight: 700;
  line-height: 46px;
}

.bar__shipping {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #000;
  white-space: nowrap;
  line-height: 18px;
  font-weight: 500;
}

.bar__shipping strong {
  font-weight: 700;
  color: #000;
}

.bar__right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
  justify-content: flex-end;
}

.bar__currency {
    display: flex;
    align-items: center; 
    gap: 8px;
    color: #000;
    cursor: pointer;
    padding: 0px 0px 0px 0px;
    border-radius: 8px;
    border: 0px solid #ddd;
    background: #fff;
    white-space: nowrap;
    transition: background 0.15s;
    font-weight: 600 !important;
    line-height: 22px;
    margin-right: 18px;
}

.bar__currency:hover {
  background: #f5f5f5;
}

.bar__currency svg {
  opacity: 0.5;
}

.flag {
  font-size: 18px;
  line-height: 1;
}

.bar__price {
  font-size: 24px;
  font-weight: 00;
  color: #000;
  white-space: nowrap;
  line-height: 24px;
  font-weight: 600;

}

.bar__btn{
  background: #000;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  line-height: 24px;
  max-width: 180px;
  width: 100%;
  padding: 8px 18px;

}
#cart-stickybar{
    background: transparent;
    position: fixed;
    bottom: 0px;
    background-image: url(http://dev.laseros.com/wp-content/uploads/2026/06/untitled-53.png);
    background-repeat: no-repeat;
    width: 100%;
    z-index: 99;
}
.bar__currency img{
    width: 32px;
}


.switcher-dropdown.hover .switcher-content, 
.switcher-dropdown:hover .switcher-content {
    display: block;
}
.bar__currency{
    position: relative;
}
.wcml-dropdown .wcml-cs-submenu li {
    padding: 0;
    margin: 0;
    border: solid #fff;
    border-width: 0 1px 1px 1px;
}
 .switcher-dropdown.hover .switcher-content .wcml-cs-submenu, 
.switcher-dropdown:hover .switcher-content .wcml-cs-submenu{
    visibility: visible;
    background: #000;
    color: #fff;
}
.wcml-dropdown .wcml-cs-submenu li{
    background: #000;
}
.wcml-dropdown .wcml-cs-submenu li a,
.wcml-dropdown a{
    display: flex;
    gap: 5px;
    color: #fff;
    font-size: 12px;
    align-items: center;
}
.wcml-dropdown .wcml-cs-submenu li a img,
.wcml-dropdown a img{
    width: 25px;
}
.wcml-dropdown li{
    background: #000;
}
.wcml-dropdown li:hover, .wcml-dropdown li:focus {
    background-color: #000;
}*/


#lasercube-buy-now-sticky {
    background: transparent;
    position: fixed;
    bottom: 0px;
    /*background-image: url(http://dev.laseros.com/wp-content/uploads/2026/06/untitled-53.png);*/
    background-repeat: no-repeat;
    width: 100%;
    z-index: 999999;
    background-position: top center;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 14px;
    background: #fff;
    left: 0;
}

#lasercube-buy-now-sticky .laseros-container{
    display: flex;
    justify-content: space-between;
    gap: 0px;
    max-width: 1150px;
    flex-wrap: wrap;
    padding: 0 15px;
}

#lasercube-buy-now-sticky .lasercube-shipping{
    margin: 0;
    margin-right: auto;
    display: flex;
}
#lasercube-buy-now-sticky .lasercube-bar-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 31px;
}
#lasercube-buy-now-sticky .lasercube-shop-price {
    font-size: 18px;
    line-height: 31px;
}
#lasercube-buy-now-sticky .free-shipping {
    font-size: 12px;
    line-height: 18px;
}
#lasercube-buy-now-sticky .lasercube-total{
        margin-bottom: 0;
}
#lasercube-buy-now-sticky .free-shipping{
        margin-right: 10px;
        margin-bottom: 6px;
}
#lasercube-buy-now-sticky .lasercube-buy{
    width: 54%;
}
#lasercube-buy-now-sticky .lasercube-buy .btn{
    padding: 3px;
    
    font-size: 12px;
}
#lasercube-buy-now-sticky .switcher-trigger {
    font-size: 11px;
}

.main-gallery-play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-gallery-modal-container .modal-main-slider .swiper-slide img{
    margin: auto;
    max-height: calc(100vh - 170px);
}
.product-gallery-modal-container .modal-main-slider .swiper-slide{
    height: auto;
    display: flex;
}

.thumb-video-placeholder .main-gallery-play-icon{
    max-width: 24px;
}
.modal-thumbs-slider{
    padding-top: 10px;
}
.combo-image-modal-container,
.combo-image-modal-container .modal-card{
    padding-bottom: 0!important;
}
.combo-image-modal-container .pro-info .user-name{
    gap: 10px;
    display: flex;
    align-items: center;
}
#combo-image-modal-title{
    font-size: 24px;
    font-weight: bold;
}
#combo-image-modal-desc{
    font-size: 12px;
    font-weight: 500;
}

.inside-box {
    padding-top: 11px;
}

#inside-box h2{
    margin-bottom: 6px;
}

.inside-box p {
    text-align: center;
    font-size: 15px;
}


#inside-box {
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0px;
}

#inside-box .insidebox-slider-inner {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
}
.widget.widget_nav_menu {
    width: 100%;
}

.widget.widget_nav_menu ul{
    gap: 0px 25px; 
    grid-template-rows: repeat(11, auto);
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-auto-flow: column;
}
.mobile-menu-extra {
    padding: 30px 30px 0px 30px;
    max-width: 360px;
}

.mobile-bottom-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.mobile-bottom-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #21212B;
    border-radius: 50px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;

}


.mobile-bottom-item img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
section#ultra-mk2 {
    padding: 33px 0px 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-header span.faq-icon img {
    max-width: 10px;
}
.faq-header span.faq-icon {
    width: 10px;
}
/*#inside-box .wifi,
#inside-box .djx,
#inside-box .stage,
#inside-box .stadium{
    display: none;
}*/

.swiper-thumbs .swiper-slide{
    cursor: pointer;
}

#product-main-video-modal-content .video_responsive_padding{
    padding: 0;
    height: calc(100vh - 170px);
    z-index: 1;
    width: 100%;
}
.product-gallery-modal-container.modal__container{
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0px;
}
#product-main-video-modal-content .swiper-button-next img,
#product-main-video-modal-content .swiper-button-prev img{
    width: 12px;
}

#product-main-video-modal-content .modal-thumbs-slider{
    padding-top: 30px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
}
#product-main-video-modal-content .modal-thumbs-slider .swiper-wrapper{
    /*justify-content: center;*/
}
#product-main-video-modal-content .modal-thumbs-slider .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #D0D4D8;
}

#product-main-video-modal-content .modal-thumbs-slider .swiper-slide {
    width: auto;
}

#product-main-video-modal-content .modal-thumbs-slider .swiper-slide img:not(.main-gallery-play-icon) {
    max-width: 70px;
}

#product-main-video-modal .modal__overlay{
    height: calc(100vh);
    background: #000;
    align-items: flex-start;
}

.combo-extra-gear-panel .lasercube-step-option div, 
.combo-extra-gear-panel .lasercube-step-option p{
        color: #889AB3;
}

.combo-extra-gear-panel .lasercube-step-option.active div, 
.combo-extra-gear-panel .lasercube-step-option.active p{
        color: #fff;
}

.page-us .switcher-content,
.page-us .switcher-trigger svg{
    display: none!important;
}
.gear-included{
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    background: #505A69;
    padding: 8px;
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 5px;
}

#combo-image-modal-content .laseros-modal-content {
    max-width: 100%;
    max-height: 100vh;
}

#combo-image-modal-content .modal-bottom p{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    background: #505A69;
    padding: 8px;
    margin-bottom: 0;
}

.lasercube-combo-image-placeholder a.combo-image-modal-trigger{
    position: relative;
}
.lasercube-combo-image-placeholder a.combo-image-modal-trigger:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../svg/search.svg) no-repeat center;
    bottom: 15px;
}
.combo-extra-detail-message{
    font-size: 12px;
    line-height: 18px;
    color: #D0D4D8 !important;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.archive #main, 
.woocommerce-account #main,
.woocommerce-order-pay #main, 
.woocommerce-order-received #main{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 18px;
}

.woocommerce-order-received .order_details {
    background-color: #0F0F10;
}
.woocommerce-order-received ul.order_details::before, 
.woocommerce-order-received ul.order_details::after{
   display: none; 
}

.woocommerce-order-received .order_details > li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
mark {
    color: #fff;
}

.woocommerce-MyAccount-content fieldset{
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-order-pay #order_review,
.woocommerce-order-pay #payment .payment_methods > li:not(.woocommerce-notice),
.woocommerce-order-pay #payment .payment_methods > li .payment_box, #payment .place-order{
    background: transparent!important;
}
 #payment .payment_methods>.wc_payment_method>label{
    background: #0F0F10!important;
 }
 .woocommerce-order-pay #order_review #payment .form-row{
    padding-left: 0;
    padding-right: 0;
 }
.order_details {
    background-color: #0F0F10;
}
.widget_nav_menu ul li::before{
    display: none;
}

.woocommerce-breadcrumb a:first-of-type::before{
    display: none;
}
.woocommerce-breadcrumb a{
    color: #fff;
    text-decoration: none;
}

.archive h1{
    font-size: 28px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 24px;
}

.archive .woocommerce-products-header .term-description{
    display: none;
}

.archive .storefront-sorting{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 22px;
}
.archive .storefront-sorting .woocommerce-notices-wrapper{
    width: 100%;
    order: 1;
}
.archive .storefront-sorting .woocommerce-ordering{
    order:3;
    width: 54%;
        position: relative;
        margin-bottom: 0;
}
.archive .storefront-sorting  .woocommerce-result-count{
    order: 2;
    width: 46%;
    font-size: 12px;
    margin-bottom: 0;
}
.variations{
    margin-bottom: 13px;
}
.archive .storefront-sorting select.orderby,
.variations select{
    background: transparent;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    width: 100%;
    border: 1px solid #444444 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.archive .storefront-sorting .woocommerce-ordering select option,
.variations select option {
    background-color: #000;
    color: #fff;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.variations .select-wrapper{
    position: relative;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.archive .storefront-sorting .woocommerce-ordering:after,
.variations .select-wrapper:after {
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="512px" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><polygon points="160,115.4 180.7,96 352,256 180.7,416 160,396.7 310.5,256"/></svg>') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 17px;
    top: 50%;
    transform: translateY(calc(-50% + 2px)) rotate(90deg);
    width: 15px;
    z-index: 1000;
}

.archive .products{
    margin: 0;
    list-style: none;
    text-align: center;
}
.archive .products .woocommerce-loop-product__link img{
    margin: 0 auto;
    max-width: 200px;
    /*opacity: 0.5;*/
    margin-bottom: 8px;
}

.archive .products .woocommerce-loop-product__link h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 9px;
}


.archive .products .product .short-des,
.archive .products .product .short-des p,
.archive .products .product .short-des strong{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.archive .products .product .short-des{
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.archive .products .product .add_to_cart_button,
.archive .products .product .single_add_to_cart_button{
    font-size: 14px;
    font-weight: 500;
    border-radius: 99px;
    background: #fff;
    color: #000;
    padding: 5px 21px;
    /*margin-top: auto;*/
}

.archive .products .product .added_to_cart{
    display: none;
}

.archive .products .product .price{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
        margin-top: auto;
}
.archive .products .product{
    margin-bottom: 20px;
}
.archive .products .product.product-type-variable .short-des+.price{
    display: none!important;
}

.archive .products + .storefront-sorting > .woocommerce-ordering,
.archive .products + .storefront-sorting > .woocommerce-result-count{
    display: none;
}

.woocommerce-variation-description,
.reset_variations { 
    display: none !important; 
}
.woocommerce-variation-add-to-cart .input-text.qty{
    display: none!important;
}

.variations td, .variations th{
    padding: 0;
}
.variations th.label{
    display: none;
}
.variations_form.cart{
    width: 100%;
    margin-bottom: 0;
}
.gear-product-trigger{
    position: relative;
    max-width: 200px;
    display: inline-block;
}
.gear-product-trigger:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../svg/play.svg) no-repeat center;
    background-size: contain;
    top: 10px;
    right: 5px;
    position: absolute;
}
.archive.storefront-full-width-content .content-area{
    float: none;
}
.archive .lasercube-faqs-section{
    padding-bottom: 40px;
}

.subscribe-feedback {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.subscribe-feedback.show {
    opacity: 1;
}

.subscribe-feedback.success {
    color: #2ec4b6;
}

.subscribe-feedback.error {
    color: #e63946;
}

.subscribe-form input:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.grecaptcha-badge{
    display: none!important;
    opacity: 0!important;
}

.header-cart.has-items{
    position: relative;
}

.header-cart.has-items:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-40deg, rgba(90, 69, 209, 1) 0%, rgba(226, 48, 98, 1) 50%, rgba(255, 184, 48, 1) 100%);
    top: 0;
    right: -4px;
}
@media (max-width: 768px) {
    .compare-table tfoot .btn{
        padding: 0px 11px;
        font-size: 12px;
    }

    #lasercube-buy-now-sticky .lasercube-bar-title{
        order: 1;
        width: 70%;
    }
    #lasercube-buy-now-sticky .lasercube-shipping{
        order: 3;
        width: 100%;
    }
    #lasercube-buy-now-sticky .buy-now-currency-container{
        order: 4;
    }
    #lasercube-buy-now-sticky .lasercube-total{
        order: 2;
        width: 30%;
        justify-content: flex-end;
    }
    #lasercube-buy-now-sticky .lasercube-buy{
        order: 5;
    }
    .woocommerce-breadcrumb,
    .woocommerce-breadcrumb a {
        color: #889AB3;
    }
    .woocommerce-breadcrumb img{
        filter: invert(68%) sepia(10%) saturate(718%) hue-rotate(174deg) brightness(170%) contrast(87%);
    }
    .lasercube-gear-grid .lasercube-step-option .lasercube-option-title span {
        font-size: 18px;
    }
    .lasercube-gear-grid .lasercube-step-option .lasercube-price-from {
        font-size: 18px;
    }
    .lasercube-step-subtitle{
        color: #889AB3 !important;
    }

}
@media (min-width: 481px) {
    .compare-table th.compare-label {
        width: 26%;
    }
}
@media (min-width: 768px) {

    .main-navigation ul.menu>li>a{
        border-bottom: 1px solid transparent;
    }
    .main-navigation ul.menu>li.current-menu-item>a,
    .main-navigation ul.menu>li:hover>a{
        color: var(--text-main);
        opacity: 1;
        border-bottom: 1px solid;
    }
    .mobile-only{
        display: none;
    }
    .desktop-only{
        display: block;
    }
    th.desktop-only,
    td.desktop-only{
        display: table-cell;
    }
    tr.desktop-only{
        display: table-row;
    }

    /* pixel perfect code*/
    /*body{
        background: url(https://dev.laseros.com/wp-content/themes/laseros/assets/images/LaserCube-Home-Desktop.jpg) no-repeat;
        background-position: top center;
    }*/

    body.page-id-366{
        /*background: url(assets/images/LaserCube-Product-Shop-Desktop.jpg) no-repeat;
        background-position: top center;*/
        /*background: transparent;*/
    }

    /*body.term-52{
        background: url(assets/images/LaserCube-Accessories-Desktop.jpg) no-repeat;
        background-position: top center;
    }*/
    /* end */

    .laseros-container{
        padding: 0 20px;
    }

    

    .topbar{
        padding: 10px 0;
    }

    .tb-container {
        justify-content: space-between;
    }

    .tb-left,
    .tb-right {
        display: flex;
    }

    .tb-center {
        width: auto;
        justify-content: center;
        font-size: 10px;
        gap: 12px;
    }

    .tb-center img{
        max-width: 74px;
    }

    .main-navigation a.btn-header-buy {
        padding: 3px 18px;
        font-size: 15px;
    }

    .btn {
        padding: 6px 18px;
        font-size: 16px;
    }
    .btn-small {
        font-size: 15px;
    }

    .primary-navigation ul{
        display: flex;
    }

    .woocommerce-active .site-header .main-navigation{
        justify-content: center;
        flex-direction: row-reverse;
        width: auto;
        float: none;
        margin: 0;
        gap: 0;
    }
    header#masthead {
        padding-top: 22px;
    }

    .primary-navigation {
        margin-right: 14px;
    }

    .main-navigation ul.menu>li>a, 
    .main-navigation ul.nav-menu>li>a {
        padding: 15px 19px;
        font-size: 15px;
        font-weight: 500;
        padding: 0;
        margin: 18px 16px;
        
        line-height: 1.2;
    }

    .btn-header-buy {
        margin-right: 22px;
    }

    .hero-content{
        background: none;
    }

    .hero-title{
        font-size: 38px;
        font-weight: 700;
        line-height: 54px;
        padding-top: 21.7%;
        margin-bottom: 33px;
    }
    .hero-buttons{
        padding-top: 0;
        margin-bottom: 36px;
    }

    .hero-sub {
        font-size: 18px;
        font-weight: 500;
    }

    .feature-item {
        gap: 13px;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }

    .feature-item img{
        height: 24px;
    }
    .laseros-features {
        gap: 63px;
    }
    section#hero {
        padding-bottom: 52px;
    }

    #trust .tb-center {
        font-size: 15px;
        gap: 20px;
    }

    .trust-pilot-summary .tb-center img {
        max-width: 124px;
    }

    #trust{
        padding: 19px 0 51px;
        margin-bottom: 47px;
    }
    
    #trust .tb-center span{
        padding-top: 7px;
    }

    .reviews-slider {
        padding-top: 35px;
    }
    .reviews-slider .review-text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .trust-pilot-bottom {
        font-size: 16px;
        margin-top: 33px;
    }
    .reviews-slider .trust-item {
        padding: 0 0px;
    }

    .laseros-container.sm {
        max-width: 1010px;
    }

    .subtitle{
        font-size: 24px;
        line-height: 24px;
    }

    #trusted-by-pros .subtitle{
        margin-bottom: 43px;
    }

    h2{
        font-size: 42px;
        line-height: 46px;
    }

    .mobile-full-container{
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        

    }

    #trusted-by-pros h2 {
        margin-bottom: 16px;
    }

    /*.pros-slider .swiper-button-next {
        right: -10px;
    }
    .pros-slider .swiper-button-prev {
        left: -10px;
    }*/
    /*.wistia_responsive_padding{
        padding-top: 100%;
    }*/

    .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }

    .pros-slider {
        padding-bottom: 38px;
    }

    .trusted-by-pros-bottom, 
    .section-bottom {
        font-size: 16px;
        margin-top: 32px;
    }
    .product-showcase .btn-group{
      justify-content: initial;  
    }
    
    #trusted-by-pros{
        padding-bottom: 50px;
    }

    .laseros-product-features-devices {
        padding: 33px 0 62px;
    }

    .product-showcase {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }
    .product-details{
        text-align: left;
        width: 43%;
    }

    .product-image {
        width: 54%;
        /*margin-bottom: 0;*/
    }

    .product-title {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    
    .product-desc{
        font-size: 16px;
        line-height: 28px;
    }
    .laseros-product-features-devices .btn-group {
        justify-content: flex-start;
    }
    .product-bottom {
        font-size: 15px;
        padding-top: 27px;
    }
    .link.video::after {
        width: 12px;
        height: 12px;
    }

    #features {
        padding: 48px 0px 50px;
        background-color: #0F0F10;
    }

    #features .subtitle{
        max-width: 100%;
    }
    #features h2 {
        margin-bottom: 15px;
    }

    .feature-card > .desktop-only{
        /*border-radius: 5px;*/
    }

    .feature-card{
        padding-top: 0;
        /*display: block;*/
    }

    .features-slider {
        margin-top: 62px;
        margin-bottom: 33px;
        padding-bottom: 46px;
    }

    #features .feature-stat-row {
        font-size: 18px;
        line-height: 26px;
        gap: 37px;
        justify-content: center;
        max-width: 100%;
        width: auto;
        flex-direction: row;
        align-items: flex-start;
    }

    .stat-image img {
        height: 18px;

    }

    span.stat-image {
        margin-bottom: 11px;
    }

    .feature-content { 
        top: 0;
        display: flex;
        height: 100%;
        /* padding: 0 70px; */
        /* padding-top: 14px; */
        align-content: center;
        align-items: center;
        /* padding: 2% 46% 0 10%; */
        /* right: 0;*/
    }

    #features .feature-content{
        width: 54.4%;
    }
    
    .feature-card > img{
        margin: 0;
        margin-left: auto;
        width: 45.7%;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
    }
    .feature-card.right > img{
        margin: 0;
        margin-right: auto;
        width: 42%;
        height: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    .feature-card.full > img{
        width: 100%;
    }
    

    .section-bottom{
        margin-top: 41px;
    }

    #features .feature-card.right .feature-stat-row{
        justify-content: center;
    }
    .feature-card.right .feature-content{
        /*padding-left: 90px;
        padding-right: 90px;*/
        /*padding: 2% 10% 0 45%;*/
        right: 0;
        width: 59%;
    }

    .laseros-container.lg{
        max-width: 1500px;
        padding: 0 40px;
    }
    .section-group > .laseros-container{
        display: flex;
        flex-wrap: wrap;
        gap: 1.4%;
        flex-direction: column;
        align-items: center;
    }
    .laseros-page-features .section-group > .laseros-container {
        gap: 7.2%;
    }
    #hardware-software{
        order: 1;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }
    #worldrecord-widget{
        order: 2;
        /*width: 32.39%;*/
        background: #0F0F10;
        /*opacity: 0.5;*/
        border-bottom: none;
        max-width: 460px;
        margin-bottom: 30px;
        width: 100%;
    }
    .home #quiz-widget{
        order: 3;
    }
    #quiz-widget{
        /*width: 32.39%;*/
        background: #0F0F10;
        /*opacity: 0.5;*/
        border-bottom: none;
        max-width: 460px;
        margin-bottom: 30px;
        width: 100%;
    }
    .laseros-page-features #quiz-widget{
        width: 46.39%;
    }
    .home #community-widget{
        order: 4;
    }
    #community-widget{
        /*width: 32.39%;*/
        background: #0F0F10;
        /*opacity: 0.5;*/
        border-bottom: none;
        padding-bottom: 10px;

        max-width: 460px;
        width: 100%;
    }

    .laseros-page-features #community-widget{
        width: 46.39%;
    }

    #hardware-software h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 18px;
    }

    .hw-sw-grid{
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0px 66px;
        padding-top: 35px;
                padding-left: 9px;
        padding-right: 9px;
        max-width: 100%;
    }
    .hw-sw-item {
        gap: 17px;
        margin-bottom: 25px;
    }

    .hw-sw-grid .hw-sw-item:nth-child(n+5) {
        display: flex;
    }
    .hw-sw-item h4 {
        font-size: 16px;
        line-height: 21px;
    }
    .hw-sw-item p {
        font-size: 14px;
        line-height: 22px;
    }

    #hardware-software .section-bottom {
        margin-top: 19px;
    }
    .compatible-with{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .laseros-stretch-container{
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    #hardware-software .laseros-stretch-container{
        padding-top: 50px;
        padding-bottom: 51px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cr-card h2,
    #community-widget h2 {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 5px;
    }
    .record-card h2 {
        order: 1;
    }
    
    .widget-middle img{
        max-width: 100%;
    }

    .cr-card {
        padding: 26px 0px 30px;
    }

    .cr-card.record-card {
        padding: 26px 0px 30px;
    }

    .record-card{
        display: flex;
        flex-direction: column;
    }

    .cr-card .subtitle{
        font-size: 18px;
        line-height: 24px;
    }

    .record-card .subtitle{
        order:2;
        margin-bottom: 28px;
    }

    #community-widget .subtitle {
        font-size: 18px;
        line-height: 24px;
        max-width: 325px;
        margin: 0 auto;
    }

    .record-card .widget-middle{
        order: 3;
        margin-bottom: 18px;
    }
    .record-card .record-detail{
        order: 5;
        margin-bottom: 17px;
    }
    .record-card .most-powerful{
        order: 4;
    }
    .record-card .link{
        order: 6;
    }

    .most-powerful {
        font-size: 22px;
        margin-bottom: 21px;
    }
    .record-name {
        font-size: 16px;
        line-height: 26px;

    }
    .record-date {
        font-size: 11px;
    }

    #quiz-widget{
        padding-bottom: 0;
    }

    #community-widget .widget-middle img {
        height: 34px;
    }
    #community-widget .widget-middle {
        gap: 39px;
        margin-top: 36px;
    }
    .social-counter {
        gap: 19px;
    }
    #community-widget .section-bottom .link {
        font-size: 16px;
        margin-left: 0;
    }
    #community-widget .section-bottom {
        margin-top: 27px;
        padding-bottom: 29px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    #community-widget .btn-group{
        padding: 32px 0 0;
        gap: 24px;
    }
    #community-widget .btn-group .btn{
        display: flex;
        gap: 7px;
    }

    .section-group{
        padding-bottom: 53px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .laseros-page-features .section-group{
        padding-top: 53px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .laseros-stretch-container .laseros-container, 
    #worldrecord-widget .laseros-container,
    #quiz-widget .laseros-container,
    #community-widget .laseros-container{
        padding: 0 20px;
    }


   /* .block.footer-widget-2 .widget.widget_nav_menu{
        width: calc(33.33% - 15px);
    }*/
    .site-footer .laseros-container {
        max-width: 1260px;
    }
    .site-footer {
        padding-top: 90px;
    }
    .footer-widgets.col-3 .block{
        margin: 0px;
        float: none;
        padding-top: 0px;
        gap: 0px 22px;
        padding-left: 0;
        padding-right: 0;

    }
    .footer-widget-1 #block-2 {
        text-align: left;
        max-width: 340px;
        font-size: 14px;
        line-height: 20px;
    }
    .footer-widgets.col-3 .block.footer-widget-3{
        width: 100%;
        float: none;
        display: flex;
        padding-top: 80px;
        
    }
    .footer-widgets.col-3 .block.footer-widget-1 {
        width: auto;
        flex: 1 1 calc(48.5% - 20px);

    }
    .footer-widgets.col-3 .block.footer-widget-2{
        width: auto;
        flex: 1 1 calc(50% - 20px);
        max-width: 100%;
        /*margin-left: 20px;*/
    }
    .block.footer-widget-2 #block-4,
    .block.footer-widget-2 #nav_menu-3,
    .join-community-text{
        display: block;
    }
    .footer-widgets.row-1.col-3.fix{
        flex-wrap: wrap;
        display: flex;
    }
    div#block-12 {
        /*padding-top: 190px;*/
    }
    .join-community-text {
        width: auto;
        font-size: 14px;
        line-height: 20px;
    }
    .join-community {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 70px;
        gap: 27px;
    }
    .social-icon-footer {
        display: flex;
        gap: 22px;
        justify-content: initial; 
        align-items: center;
    }
    .social-icon-footer a {
        width: 22px;
    }
    .widget_nav_menu ul li a {
        display: block;
        color: #fff !important;
    }
    div#block-4 {
        padding-top: 32px;
    }
    .help-journey-text {
        font-size: 14px;
        line-height: 24px;
        /*width: 45%;
        padding-left: 13px;*/
    }
    .help-journey-btn a {
        background: #fff;
        color: #000 !important;
        display: flex;
        max-width: 167px;
        margin-left: 19px;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 12px;
        gap: 0px 6px;
        border: 0px;
        border-radius: 99px;
    }
    #block-6 {
        text-align: center;
        color: #D0D4D8;
        font-size: 12px;
        padding-top: 0px;
        text-align: right;
    }
    #block-5 figure{
        margin-left: 0px !important;
    }
    #block-5 figure img{
        width: 310px;
    }
    .sc-grid {
      grid-template-columns: repeat(3, 1fr); 
    }
    img.compatible-partner-popup{
      width: 20px;
    }
    .compatible-with-partners a.compatible-slide-link {
      padding: 12px 0px;
      justify-content: end;
    }
   
    .compatible-with-partners{
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .compatible-logo-section{
        padding:47px 0px 20px;
    }
    .compatible-partner-logo{
        width: auto;
        height: auto;
    }
    .compatible-with-partners{
        max-width: 100%;
    }
    #compatible h2 {
        font-size: 42px;
    }
    .compatible-with-partners a.compatible-slide-link {
        gap: 30px;
    }

    .site-main{
        margin-bottom: 17px;
    }

    .subscribe-form  input[type=checkbox] {
        padding: 0;
        width: 22px;
        height: 22px;
        background: transparent !important;
        background-image: none;
        margin-top: 0px;
        border: 1px solid #444;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .subscribe-form input[type="checkbox"]:checked::after {
        content: "✔";
        color: white;
        font-size: 14px;
        display: block;
        text-align: center;
        line-height: 22px;
    }
    .subscribe-checkbox label {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 0px 10px;
    }
    .subscribe-checkbox {
        padding-top: 15px;
    }
        .subscribe-form  input[type=email] {
        max-width: 300px;
    }
        .subscribe-one-col {
        justify-content: initial;
    }
    .site-footer {
        padding-top: 40px;
    }

    .swiper-button-next {
        justify-content: flex-end;
    }
    .swiper-button-prev {
        justify-content: flex-start;
    }

    .laseros-modal-content .pro-info {
        padding: 6px 16px;
        padding-top: 14px;
    }
    .modal__close img {
        width: 16px;
    }
    .modal__close {
        top: 16px;
        right: 16px;
    }
    .laseros-modal-content .modal-body {
        padding-top: 8px;
    }

    .modal-bottom-inner {
        padding-top: 22px;
        gap: 22px;
        padding-bottom: 26px;
    }
    .modal__container {
        padding-bottom: 25px;
    }

    #hardware-software{
        border-bottom: none;
    }

    body.page-id-253{
        /*background: url(/wp-content/uploads/2026/06/features-page.png) no-repeat;
        background-position: top center;*/
    }

    body.page-id-354{
        /*background: url(assets/images/LaserCube-Product-Individual-Desktop.png) no-repeat;
        background-position: top center;*/
    }

    .woocommerce-breadcrumb{
        font-size: 12px;
        gap: 6px;
    }

    nav.woocommerce-breadcrumb {
        padding-top: 23px;
    }

    .features-menu{
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .features-images{
        width: 46.5%;
    }
    .features-content{
        width: 46.5%;
        padding-bottom: 42px;
    }

    .page-nav-slider a {
        font-size: 20px;
    }
    .features-menu .laseros-container{
        max-width: 1160px;
    }
    .desktop-reverse-col{
        flex-direction: row-reverse;
    }
    .features-section {
        padding-top: 50px;
        padding-bottom: 52px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        max-width: 100%;
    }
    .features-section#more{
        border-bottom: none;
    }
    .feature-header {
        padding-left: 0;
        padding-right: 0;
    }
    .features-section p {
        font-size: 20px;
        line-height: 30px;
    }
    .features-section .feature-content {
        padding: 18px 0px 0;
    }

    .features-section h2 {
        margin-bottom: 22px;
    }
    .feature-stat-row {
        gap: 48px;
    }
    .feature-stat-row {
        gap: 30px;
    }
    .features-section .feature-stat-row {
        font-size: 18px;
        line-height: 26px;
    }

    #page-nav{
        padding-bottom: 15px;
    }

    .features-section .stat-image {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .features-section .stat-image img {
        height: 18px;
    }

    .features-slide .modal-bottom-inner p {
        font-size: 18px;
    }

    .feature-stat-row {
        flex-direction: row;
        align-items: center;
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .stat-image .text-gradient-1{
        line-height: 18px;
        font-size: 18px;
    }

    #lasercube-devices{
        margin-top: 0px;
    }
    #lasercube-devices h1 {
        font-size: 42px;
        margin-bottom: 12px;
    }
    #lasercube-devices .subtitle {
        font-size: 22px;
        max-width: 800px;
        margin: 0 auto;
        line-height: 36px;
    }
    .lasercube-devices-grid {
        margin-top: 38px;
        gap: 65px;
    }
    .lasercube-device-card {
        padding: 18px 43px 7px;
    }
    .lasercube-devices-grid h2 {
        font-size: 40px;
    }
    .lasercube-devices-grid img {
        margin-bottom: 33px;
    }
    .lasercube-device-card p{
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }
    .lasercube-device-card p span{
        display: block;
        font-size: 18px;
        font-weight: normal;
    }
    .lasercube-device-card .btn{
        margin-bottom: 15px;
    }

    .laseros-product-features-devices.laseros-product-features {
        padding-top: 77px;
        padding-bottom: 69px;
    }
    
    .laseros-product-features-devices.laseros-product-features .subtitle {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .product-features .stat-value{
        font-size: 16px;
    }
    .product-features{
        gap: 28px 25px;
        margin-bottom: 50px;
        text-align: left;
        padding:0;
        max-width: 100%;
    }
    .laseros-product-features-devices.laseros-product-features .product-title {
        font-size: 50px;
    }

    .laseros-product-features-devices.laseros-product-features .product-details {
        display: flex;
        flex-direction: column;
    }
    .laseros-product-features-devices.laseros-product-features .product-title{
        order: 1;
    }
    .laseros-product-features-devices.laseros-product-features .subtitle{
        order: 2;
    }
    .laseros-product-features-devices.laseros-product-features .product-features{
        order: 3;
    }
    .laseros-product-features-devices.laseros-product-features .btn-group{
        order: 4;
    }
    .laseros-product-features-devices.laseros-product-features .btn-group{
        gap: 30px;
        flex-direction: row;
    }

    .product-images-gallery-section {
        padding-top: 48px;
        padding-bottom: 19px;
    }

    .product-images-gallery-section .subtitle{
        font-size: 22px;
    }

    .product-images-gallery-section .section-header h2 {
        margin-bottom: 14px;
    }

    .product-images-gallery-section .laseros-container.md {
        max-width: 1160px;
    }

    .product-images-gallery-section .feature-content {
        top: 30px;
        padding: 0;
        display: block;
        height: auto;
    }

    .product-images-gallery-section .section-header {
        margin-bottom: 40px;
    }
    .product-images-main-slider {
        margin-bottom: 19px;
    }
    .product-images-main-slider .swiper-slide > img{
        height: auto;
        object-fit: inherit;
    }
    .product-images-thumbs-slider {
        padding: 0px 0;
    }

    .product-images-gallery-section .feature-stat span {
        font-size: 18px;
        line-height: 26px;
    }
    .product-images-gallery-section .feature-stat-row {
        gap: 48px;
        justify-content: center;
        max-width: inherit;
    }

    .technical-specifications-section {
        padding-top: 47px;
        padding-bottom: 45px;
    }

    .technical-specifications-section .subtitle{
        font-size: 22px;
    }

    .technical-specifications-section .section-header h2 {
        margin-bottom: 14px;
    }

    .technical-specifications-section .section-header {
        margin-bottom: 43px;
    }
    .specs-series {
        gap: 48px;
        margin-bottom: 28px;
    }
    .specs-models a {
        font-size: 18px;
        line-height: 24px;
        max-width: inherit;
    }
    .specs-models {
        gap: 87px;
        margin-bottom: 47px;
    }

    .specs-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 43px 32px;
        max-width: 900px;
        margin: 0 auto;
    }

    .specs-container .feature-stat .stat-label {
        font-size: 22px;
    }
    .specification-container{
        margin-bottom: 42px;
    }

    .lasercube-compare-section .laseros-container.md {
        max-width: 1160px;
    }

    .lasercube-compare-section {
        padding-top: 47px;
        padding-bottom: 30px;
    }

    .lasercube-compare-section .subtitle{
        font-size: 22px;
    }

    .lasercube-compare-section .section-header h2 {
        margin-bottom: 14px;
    }

    .compare-table th.compare-label {
        width: 20%;
        font-size: 16px;
    }
    .compare-table thead .text-gradient-1, .compare-table thead .text-gradient-2 {
        font-size: 24px;
    }

    .compare-table th, .compare-table td {
        padding: 10px 2px;
        width: 15%;
        text-align: center;
        line-height: 18px;
        position: relative;
        font-size: 16px;
    }

    .compare-table{
            margin-top: 53px;
    }

    .compare-table td.compare-label {
        font-size: 16px;
    }

    .compare-table thead tr:first-child th {
        padding-bottom: 21px;
    }

    .compare-table tbody tr td:nth-child(3),
    .compare-table tfoot tr td:nth-child(3){
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .page-us .compare-table tbody tr td:nth-child(3),
    .page-us .compare-table tfoot tr td:nth-child(3){
        border-right: 0px solid rgba(255, 255, 255, 0.2);
    }

    .page-us .compare-table tbody tr td:nth-child(2),
    .page-us .compare-table tfoot tr td:nth-child(2){
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    /*.lasercube-compare-us-section .compare-table tbody tr td:nth-child(3),
    .lasercube-compare-us-section .compare-table tfoot tr td:nth-child(3){
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .lasercube-compare-us-section .compare-table tbody tr td:nth-child(4),
    .lasercube-compare-us-section .compare-table tfoot tr td:nth-child(4){
        border-right: 0px solid rgba(255, 255, 255, 0.2);
    }

    .page-us .lasercube-compare-us-section .compare-table tbody tr td:nth-child(3),
    .page-us .lasercube-compare-us-section .compare-table tfoot tr td:nth-child(3){
        border-right: 0px solid rgba(255, 255, 255, 0.2);
    }

    .page-us .lasercube-compare-us-section .compare-table tbody tr td:nth-child(2),
    .page-us .lasercube-compare-us-section .compare-table tfoot tr td:nth-child(2){
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }*/

    .compare-table .border-b td{
        padding-bottom: 0;
    }

    .compare-table tbody tr:first-child td{
        padding-top: 20px;
    }

    .compare-table .video_popup img {
        max-width: 12px;
    }

    .compare-table .video_popup {
        right: -20px;
    }

    .compare-table tfoot tr td{
        padding-top: 20px;
    }

    .lasercube-fans-section {
        padding-top: 47px;
    }
    .lasercube-fans-section h2{
        margin-bottom: 37px;
    }
    .fans-slider .swiper-wrapper{
        height: 570px;
    }

    .lasercube-features-tabs-section {
        padding-top: 44px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 32px;
    }

    .lasercube-features-tabs-section .features-section{
        border:none;
    }

    .lasercube-technical-videos-section .video_responsive_wrapper {
        padding: 0;
    }

    .lasercube-faqs-section .subtitle{
        font-size: 22px;
        margin-bottom: 21px;
    }

    .lasercube-faqs-section .section-header h2 {
        margin-bottom: 14px;
    }

    .faq-header {
        padding: 19px 0;
    }
    .faq-body p {
        font-size: 16px;
        line-height: 24px; 
    }

    .lasercube-technical-videos-section .section-bottom{
        margin-top: 31px;
    }
    .lasercube-technical-videos-section h2{
        margin-bottom: 23px;
    }
    .lasercube-technical-videos-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 45px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .lasercube-faqs-section {
        padding-top: 47px;
        padding-bottom: 50px;
    }

    .lasercube-technical-videos-section .laseros-modal-content .pro-info{
        padding-left: 0;
    }

    .slide-buy-now p{
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }
    .slide-buy-now p span{
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

    .slide-buy-now .btn{
        margin-bottom: 15px;
    }
    .slide-buy-now{
        position: absolute;
        bottom: 18px;
        right: 98px;
    }

    .fans-slider .swiper-wrapper{
        height: 580px;
    }

    .lasercube-shop-section .laseros-container{
        max-width: 1160px;
    }
    .lasercube-shop-parent{
        display: flex;
        flex-wrap: wrap;
        gap: 4.42%;
    }
    .lasercube-shop-gallery{
        width: 55.4%;
    }
    .lasercube-shop-details{
        width: 40.18%;
    }

    .lasercube-shop-details .laseros-features {
        gap: 15px;
        margin-top: 0;
    }

    .lasercube-shop-gallery .mobile-full-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .lasercube-shop-section {
        margin-top: 0;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 30px;
    }
    .lasercube-step-options {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 23px;
    }
    .lasercube-help{
        margin: 0;
    }
    .lasercube-shop-details .laseros-features {
        gap: 32px;
        margin-top: 3px;
    }

    .lasercube-shop-details .laseros-features .feature-item {
        font-size: 13px;
        line-height: 21px;
        gap: 15px;
    }

    .lasercube-step-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .lasercube-step-links a {
        font-size: 16px;
    }

    .lasercube-step-links {
        gap: 5px 15px;
            font-size: 16px;
    }

    .lasercube-step-links .link.arrow::after{
        width: 6px;
        height: 10px;
    }

    .lasercube-step-option[data-slug="ultra"] .lasercube-option-title span,
    .lasercube-step-option[data-slug="ultra-us"] .lasercube-option-title span {
        font-size: 30px;
    }
    .lasercube-step-option[data-slug="wifi"] .lasercube-option-title span,
    .lasercube-step-option[data-slug="wifi-us"] .lasercube-option-title span {
        font-size: 30px;
    }

    .lasercube-price-from {
        font-size: 22px;
        margin-bottom: 8px;
        margin-top: 10px;
    }

    .lasercube-step-subtitle {
        font-size: 16px;
    }

    .lasercube-step {
        margin-top: 37px;
    }
    .lasercube-option-data {
        margin-top: 28px;
                margin-bottom: 5px;
    }

    .lasercube-option-data .product-features{
        gap: 26px 10px;
    }
    .lasercube-option-data .product-features-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .lasercube-option-data .product-features {
            margin-bottom: 23px;
    }

    .lasercube-step-option {
        padding: 17px 18px 17px;
        margin-bottom: 21px;
    }

    .lasercube-help a span{
        font-size: 20px;
        margin-bottom: 8px;
    }

    .lasercube-help a p {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .lasercube-help a {
        padding: 17px 21px;
    }
    .lasercube-help a img {
        width: 22px;
    }

    #lasercube-powers{
        margin-top: 28px;
    }

    .lasercube-step-option-sm{
        padding: 12px 18px 12px;
         margin-bottom: 11px;
        
    }

    #lasercube-powers .lasercube-option-header .lasercube-option-title,
    #lasercube-powers .lasercube-option-header .lasercube-price-from{
        font-size: 20px;
                margin: 0;
                line-height: 34px;
    }

    #lasercube-step-gear{
        margin-top: 38px;
    }

    #lasercube-gear-tabs {
        gap: 4%;
        margin-top: 28px;
    }
    #lasercube-gear-tabs .lasercube-option-title {
        font-size: 24px;
    }
    #lasercube-gear-tabs .lasercube-step-subtitle{
        font-size: 15px;
        font-weight: normal;
    }
    .lasercube-option-badge {
        font-size: 14px;
    }
    #lasercube-gear-tabs .lasercube-step-option {
        width: 48%;
        padding: 48px 18px 14px;
                margin-bottom: 15px;
    }
    #lasercube-step-gear .lasercube-step-links a {
        font-size: 16px;
        padding-left: 20px;
    }

    #lasercube-combo-panel .lasercube-option-title {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 37px;
    }
    #lasercube-combo-panel .lasercube-step-option {
        padding: 10px 19px 11px;
    }
    #lasercube-combo-panel{
            margin-top: 27px;
    }
    #lasercube-combo-panel .lasercube-step-option.with-badge {
        padding-top: 30px;
        padding-bottom: 13px;
    }

    .lasercube-option-header .lasercube-option-title .lasercube-price-from {
        margin-top: 0;
    }
    #lasercube-combo-panel .lasercube-step-option.with-badge .lasercube-option-title {
        margin-bottom: 0;
    }

    .single-product-features .feature-stat span {
        font-size: 16px;
    }
    .single-product-features{
        padding-top: 1px;
            gap: 12px 31px;
    }
    .lasercube-combo-panel-image {
        margin-bottom: 5px;
    }
    #lasercube-special-offer .lasercube-option-header .lasercube-option-title{
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    
    #lasercube-special-offer .lasercube-step-options{
        margin-top: 27px;
    }
    #lasercube-special-offer .lasercube-step-option-sm{
        padding: 14px 18px 14px;
        margin-bottom: 21px;
    }

    .product-thumbs-slider .swiper-slide img{
        border:1px solid transparent;
    }

    .product-thumbs-slider .swiper-slide.swiper-slide-thumb-active img{
        border:1px solid #D0D4D8;
    }

    .lasercube-buy-now {
        margin-top: 29px;
        /*margin-top: 171px;*/
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 32px;
    }

    .free-shipping {
        font-size: 20px;
        line-height: 28px;
    }

    .lasercube-buy-now .laseros-container {
        padding: 0 20px;
    }

    .switcher-dropdown img {
        max-width: 30px;
        max-height: 22px;
    }

    .lasercube-shipping {
        margin-top: 16px;
        margin-bottom: 19px;
    }

    .shipping-estimate {
        font-size: 16px;
        line-height: 18px;
    }

    .lasercube-shop-total {
        font-size: 20px;
        line-height: 24px;
    }
    .lasercube-shop-price {
        font-size: 24px;
        line-height: 24px;
    }

    .lasercube-total {
        margin-bottom: 25px;
    }

    #lasercube-buy-now-sticky{
        padding-top: 15px;
    }

    #lasercube-buy-now-sticky .lasercube-bar-title{
        font-size: 20px;
    }

    #lasercube-buy-now-sticky .free-shipping {
        margin-right: 4px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px;
        font-weight: bold;
    }

    #lasercube-buy-now-sticky .shipping-estimate {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }

    #lasercube-buy-now-sticky .laseros-container {
        align-items: center;
        gap: 20px;
    }

    #lasercube-buy-now-sticky .lasercube-shop-price {
        font-size: 24px;
    }

    #lasercube-buy-now-sticky .buy-now-currency-container{
        margin-right: 0px;
        width: 85px;
    }

    #lasercube-buy-now-sticky .lasercube-buy .btn {
        padding: 7px;
        font-size: 16px;
    }

    .product-main-slider .swiper-button-prev{
        left: 15px;
    }
    .product-main-slider .swiper-button-next{
        right: 15px;
    }

    #inside-box {
        padding: 0px 0 51px;
        /*margin-bottom: 47px;*/
    }

    #inside-box .insidebox-slider-inner .box-item img {
        display: block;
        margin: 0 auto;
    }

    .inside-box {
        max-width: 1085px;
        margin: 0 auto;
    }

    #inside-box .subtitle {
        font-size: 22px;
    }

    #inside-box .title {
        margin-bottom: 15px;
    }

    .inside-box p {
        text-align: center;
        font-size: 20px;
        padding-top: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .widget.widget_nav_menu ul{
        grid-template-rows: repeat(7, auto);
        grid-template-columns: repeat(3, 1fr);
    }
    section#ultra-mk2 {
        /*padding: 0px 0px 0px;*/
        /*border-bottom: 0px solid rgba(255, 255, 255, 0.2);*/
    }
    .faq-header span.faq-icon img {
        max-width: inherit;
    }
    .faq-header span.faq-icon {
        width: unset;
    }
    
    .lasercube-shop-gallery > div{
        position: sticky;
        top: 10px;
    }

    .gear-included{
        font-size: 15px;
    }

    #combo-image-modal-content .modal-bottom p{
        font-size: 18px;
    }

    .tb-notification{
        font-size: 13px;
        max-width: 100%;
        width: auto;
    }

    #product-main-video-modal-content .modal-thumbs-slider .swiper-slide img:not(.main-gallery-play-icon) {
        max-width: 100%;
    }
    #product-main-video-modal .modal__overlay{
        height: calc(100vh - 70px);
    }

    #product-main-video-modal-content .video_responsive_padding{
        height: calc(100vh - 258px);
    }
    .product-gallery-modal-container .modal-main-slider .swiper-slide img{
        max-height: calc(100vh - 258px);
    }

    #combo-image-modal-desc{
        font-size: 16px;
    }

    .combo-extra-detail-message{
        font-size: 13px;
    }

    .lasercube-combo-image-placeholder a.combo-image-modal-trigger:after {
        bottom: 30px;
    }

    .lasercube-combo-image-placeholder{
        margin-left: -17px;
        margin-right: -17px;
    }
    .lasercube-step-option-sm .lasercube-step-input{
        top: 6px;
    }

    .archive #main{
        padding: 0 20px;
    }

    .archive .woocommerce-products-header{
        max-width: 920px;
        margin: 0 auto;
    }
    .archive .woocommerce-products-header .term-description{
        display: block;
        text-align: center;
    }
    .archive .woocommerce-products-header .term-description p{
        font-size: 22px;
        line-height: 36px;
    }
    .archive .storefront-sorting .woocommerce-ordering,
    .archive .storefront-sorting .woocommerce-result-count{
        display: none;
    }

    .archive h1 {
        font-size: 42px;
        margin-top: 14px;
        margin-bottom: 13px;
    }

    .archive .storefront-sorting{
        margin-bottom: 0;
    }

    .archive .products{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 78px 60px;
        margin-top: 45px;
    }

    .archive .products .woocommerce-loop-product__link h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 47px;
        margin-bottom: 24px;
    }

    .archive .products .product .short-des, .archive .products .product .short-des p, .archive .products .product .short-des strong {
        font-size: 16px;
        line-height: 24px;
    }

    .archive .products .woocommerce-loop-product__link img,
    .archive .products .product .short-des {
        max-width: 100%;
    }
    .archive .products .product .short-des{
        margin-bottom: 20px;
        margin-top: auto;
    }

    .archive .products .product {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .archive .products .product:nth-child(3n):not(:last-child):after {
        content: '';
        position: absolute;
        left: -236%;
        width: 336%;
        bottom: -40px;
        border-bottom:1px solid rgba(255, 255, 255, 0.2);
    }

    .archive .products .product .price {
        width: 100%;
        font-size: 20px;
        margin-bottom: 23px;
        margin-top: auto;
    }

    .archive .products .product .add_to_cart_button,
    .archive .products .product .single_add_to_cart_button{
        font-size: 16px;
        padding: 7px 19px;
    }

    .archive .storefront-sorting select.orderby, .variations select{
        font-size: 16px;
        line-height: 20px;
        padding: 14px 20px 14px 10px;
    }

    .variations select {
        
    }

    .gear-product-trigger:after{
        width: 34px;
        height: 34px;
    }

    .gear-product-trigger{
        max-width: 100%;
    }

    .archive.storefront-full-width-content .content-area{
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #product-main-video-modal-content .modal-thumbs-slider{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .product-gallery-modal-container.modal__container{
        padding-top: 30px;
    }


}


@media (min-width: 1024px ) {
    .logo-mobile{
        display: none;
    }
    .logo-desktop{
        display: block;
    }

    #features .feature-stat-row {
        flex-direction: column;
    }

    .btn-group.text{
        gap: 30px;
        flex-direction: row;
    }
    .btn-group.text p {
        font-size: 20px;
    }

    .faq-header h4 {
      font-size: 18px;

    }

    .compare-table .video_popup {
        right: 20px;
    }

    

    #lasercube-buy-now-sticky .lasercube-buy {
        width: 100%;
        max-width: 180px;
    }
    #lasercube-buy-now-sticky .lasercube-buy.out-of-stock{
        max-width: 240px;
    }

    .product-main-slider{
        margin-bottom: 12px;
    }

    #inside-box h2{
        margin-bottom: 14px;
    }

    .inside-box {
        padding-top: 35px;
    }

    #inside-box {
        padding-bottom: 53px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0px;
    }

    #lasercube-series .lasercube-price-from {
        font-size: 22px;
        font-weight: 600;
    }

    
}

@media (min-width: 1240px){
    #features .feature-stat-row {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    #worldrecord-widget {
        width: 32.39%;
        max-width: 100%;
        margin-bottom: 0px;
    }

    #quiz-widget {
        width: 32.39%;
        max-width: 100%;
        margin-bottom: 0px;
    }

    #community-widget {
        width: 32.39%;
        max-width: 100%;
        margin-bottom: 0px;
    }
    .section-group > .laseros-container{
        flex-direction: row;
        align-items: inherit;
    }
}

@media (max-width: 1024px){
    /*.feature-stat-row{
        flex-direction: row;
    }*/
}
