/*
Theme Name: Sydney Child
description: >-
  Sydney Child Theme
Author: Laser 2000
Template: sydney
Version: 1.0.0
*/


/* 
 * Override font from Sydney theme settings with Proxima Nova.
 *
 * themes/sydney/inc/styles.php adds inline styles based on theme settings.
 * Proxima Nova is available from Adobe Fonts via Elementor, can't be selected
 * in the theme without an additional plugin. I've changed the font here, using
 * !important to ensure it overrides the font selected in the theme.
 */
p, li, h1, h2, h3, h4, h5, h6, #mainnav ul li a, .portfolio-info, 
i.roll-testimonials .name, .roll-team .team-content .name, 
.roll-team .team-item .team-pop .name, .roll-tabs .menu-tab li a, 
.roll-testimonials .name, .roll-project .project-filter li a, 
.roll-button, .roll-counter .name-count, .roll-counter .numb-count button, 
input[type="button"], input[type="reset"], input[type="submit"] 
{
    font-family: "proxima-nova", "Montserrat", Arial, sans-serif !important;
}

/* Adjust layout to desktop viewport size */
@media (min-width: 768px)
{
    .container, .elementor-section.elementor-section-boxed > 
    .elementor-container, .swiper-slide-contents
    {
        width: 700px;
    }
}

@media (min-width: 1025px)
{
    .container, .elementor-section.elementor-section-boxed > 
    .elementor-container, .swiper-slide-contents
    {
        width: 870px;
    }
}

@media (min-width: 1200px)
{
    .container, .elementor-section.elementor-section-boxed > 
    .elementor-container, .swiper-slide-contents
    {
        width: 1070px;
    }
}

@media (min-width: 1546px)
{
    .container, .elementor-section.elementor-section-boxed > 
    .elementor-container, .swiper-slide-contents
    {
        width: 1400px;
    }
}


/* MOBILE ONLY */
@media (max-width: 767px)
{

    /* Mega Menu */
    .mega-menu-tabbed .mega-sub-menu
    {
        background-image: linear-gradient(#f8f8ffEE,#f8f8ffCC) !important;
    }

    .mega-l2k_mm_col_divider_both, .mega-l2k_mm_col_divider_left, 
    .mega-l2k_mm_col_divider_right, .mega-l2k_mm_col_divider_none
    {
        padding: 22px !important;
    }


    /* Hide WC Store Notice Contact Tab */
    .woocommerce-store-notice.demo_store
    {
        display: none !important;
    }


    /* Breadcrumbs */
    .elementor-widget-breadcrumbs
    {
        padding: 7px 22px !important;
    }

    .l2k_breadcrumbs_block
    {
        padding: 2px 22px !important;
    }


    /* Products page tiles in single column */
    .l2k-prod-cat-list-left, .l2k-prod-cat-list-right
    {
        display: block !important;
        width: 100%;
        max-width: 100%;
        padding: 2%;
        background-image: none;
    }

    .l2k-prod-sub-cat-one
    {
        padding: 15% 8% 8% 8%;
        background-position: -100% -100%;
        background-size: 1px auto;
        margin: 0;
    }

    .l2k-prod-cat-list-wide
    {
        background-position: top 22px center;
        background-repeat: no-repeat;
        background-size: 88px auto;
        padding: 100px 15px 22px 15px;
     }

    /* Product Page WooCommerce tabs */
    .wc-tabs li
    {
        border-radius: 8px;
        margin: 0 0 8px 0 !important;
    }


}


/* DESKTOP ONLY */
@media (min-width: 768px)
{
    /* Mega Menu */
    .mega-menu-tabbed .mega-sub-menu
    {
        background-color: #f8f8ffBB !important;
        background-image: url("../../uploads/2020/05/blue-bg.png"), 
                          linear-gradient(#f8f8ffCC,#f8f8ffEE) !important;
        background-size: 22% 100%, 100% 100% !important;
        background-repeat: repeat-y, repeat !important;
    }

    .mega-l2k_mm_col_divider_both, .mega-l2k_mm_col_divider_left, 
    .mega-l2k_mm_col_divider_right, .mega-l2k_mm_col_divider_none
    {
        padding: 0 15px 44px 44px !important;
    }

    .mega-l2k_mm_col_divider_left_last, .mega-l2k_mm_col_divider_none_last
    {
        padding: 0 30px 44px 44px !important;
    }

    .mega-l2k_mm_col_divider_both
    {
        border: 1px solid #1e234122 !important;
        border-top: none !important;
        border-bottom: none !important;
    }

    .mega-l2k_mm_col_divider_left
    {
        border-left: 1px solid #1e234122 !important;
    }

    .mega-l2k_mm_col_divider_right
    {
        border-right: 1px solid #1e234122 !important;
    }


	/* Diagonal overlay for homepage header banners */
    #l2k-homepage-banner .elementor-background-overlay
    {
        width: 66%;
        background-image: url("../../uploads/2020/08/l2k-overlay.png");
        background-position: top right;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    #l2k-homepage-banner .elementor-slide-heading
    {
        width: 50%;
    }

    #l2k-homepage-banner .elementor-slide-description
    {
        width: 44%;
    }


    /* Move banner down to correct for hidden Sydney hero header */
    .header-image
    {
        margin-bottom: 50px;
    }


    /* Products page tiles in two columns */
    .l2k-prod-cat-list-left
    {
        width: 30%;
        border: 1px solid #1e2341;
        vertical-align: top;
    }

    .l2k-prod-cat-list-right
    {
        padding: 0 0 0 22px;
        width: 70%;
    }

    .l2k-prod-sub-cat-one
    {
        padding: 22px 222px 15px 22px;
        background-position: 95% 50%;
        background-size: 122px auto;
        margin: 0 0 12px 0;
    }

    .l2k-prod-cat-list-wide
    {
        background-position: center right 22px;
        background-repeat: no-repeat;
        background-size: 144px auto;
        padding: 0 288px 0 22px;
     }

    /* Product Page WooCommerce tabs */
    .wc-tabs li
    {
        border-radius: 8px 8px 0 0;
        margin: 0 !important;
    }

}


/* Hide standard Sydney elements: 
 * Header
 * Pre-load icon
 * Sticky back-to-top button
 * Copyright notice footer
 */
.sydney-hero-header
{
	height: 0px;
	margin-bottom: 50px;
}

.header-image
{
	height: 0;
	max-height: 0;
}

.header-wrap .col-md-4 > a, .pre-bounce1, .pre-bounce2,
.go-top, #l2k-back-to-top, .site-footer
{
    display: none;
}


/* Loading Icon */
.preloader .spinner
{
    background: 
    url("../../uploads/2020/04/Double-Slit-Experiment-Loader-small.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    position: relative;
    left: 0px;
}


/* Sticky menu */
#masthead, .site-header, .header-wrap
{
    padding: 0px;
    background-color: #fff;
    height: 50px;
}

.header-wrap .container
{
    padding: 5px 0 0 0;
    margin: 0px;
    background-color: #fff;
    border-bottom: 2px solid #26d4bd;
    width: 100%;
    height: 53px;
}

.header-wrap .container .row, .header-wrap .container .col-md-4, 
.header-wrap .container .col-sm-8, .header-wrap .container .col-xs-12
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}


/* Mega Menu */
.mega-sub-menu .mega-sub-menu, .mega-sub-menu .mega-sub-menu .mega-sub-menu
{
    background-color: transparent !important;
    background-image: none !important;
}

.mm_high_level_category_heading
{
    font-size: 2rem;
    font-weight: bold;
    padding: 7px 0 4px 22px;
}

.mega-l2k-mm-about
{
    padding: 29px 44px 44px 0 !important;
}

.mega-l2k-mm-contact-right, .mega-l2k-mm-contact
{
    padding: 0 !important;
}

.mega-l2k-mm-contact-right h2
{
    font-size: 2rem !important;
}

.mega-l2k-mm-contact-right
{
    border-left: 1px solid #1e2341 !important;
}

.mega-l2k-mm-contact-right li
{
    padding: 0 !important;
    margin: 0 !important;
}

.mega-l2k-header-row
{
    padding: 22px 8px 0 8px !important;
}

.mega-l2k-content-row
{
    padding: 0 8px 0 8px !important;
}

.mega-l2k-footer-row
{
    padding: 0 8px 44px 8px !important;
}

/* Remove transitions so items hide smoothly when mega menu is closed */
.mega-sub-menu a, .mega-sub-menu .widget_media_image a
{
    transition-property: none;
}

.mega-search-open input
{
	border: 1px solid #1e2341 !important;
	padding: 0 44px !important;
}


/* Use WooCommerce store notice as sticky "Contact Us" tab on right */
.woocommerce-store-notice.demo_store
{
    background-color: #26d4bd;
    border-radius: 12px 12px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    left: inherit;
    padding-top: 0;
    padding-bottom: 51px;
    position: fixed;
    right: -92px;
    top:44% !important;
    transform: rotate(-90deg);
    width: 180px;
    z-index: 998;
}

.woocommerce-store-notice.demo_store a
{
    border-radius: 12px 12px 0 0;
    color: #fff;
    display: block;
    padding: 10px 22px;
}

.woocommerce-store-notice.demo_store a:hover
{
    color: #fff;
    background-color: #e63912;
}

.woocommerce-store-notice.demo_store a i
{
    color: #fff;
    padding-right: 12px;
}

.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link
{
    display: none;
}


/* Banner header / slider */
#content, #content .container
{
    padding-top: 0;
}


/* Breadcrumbs */
.elementor-widget-breadcrumbs
{
    padding: 7px 0 !important;
}

.l2k_breadcrumbs_block
{
    padding: 2px 0 !important;
    background-color: #1e2341;
    vertical-align: middle;
    border-bottom: 3px solid #26d4bd !important;
}

.elementor-widget-woocommerce-breadcrumb, 
.elementor-widget-breadcrumbs, 
.elementor-widget-woocommerce-breadcrumb a, 
.elementor-widget-breadcrumbs a, .l2k_breadcrumbs a,
.l2k_breadcrumbs,
.breadcrumb_last
{
    font-size: 1.2rem;
    line-height: 1em;
}

.elementor-widget-woocommerce-breadcrumb, 
.elementor-widget-breadcrumbs, 
.breadcrumb_last
{
    color: #fff;
}

.elementor-widget-woocommerce-breadcrumb
{
	padding: 8px 0;
}

.elementor-widget-woocommerce-breadcrumb.l2kSearch
{
	padding: 0;
    color: #8e91a0;
}

.elementor-widget-woocommerce-breadcrumb div div, 
.elementor-widget-breadcrumbs p, .l2k_breadcrumbs p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Footer widget block */
#sidebar-footer
{
    background-color: #e8e9ec;
    padding: 30px 0px 60px 0px;
}


/* No gap between trust logos and footer */
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: 30px 30px 0 30px;
}

/* Margins for headings */
h1, h2, h3, h4, h5, h6 
{
    margin: 12px 0 !important;
}

/* Override product page heading size set by WooCommerce */
.product_title
{
    font-size: 3rem !important;
    line-height: 1.2em !important;
}


/* Related Products */
.woocommerce .related.products ul.products li.product
{
    width:100% !important;
}

.related.products ul h2
{
    padding: 12px 10px 22px 10px !important;
}

.related.products .add-request-quote-button, 
.related.products .yith_ywraq_add_item_browse_message a,
.related.products .yith_ywraq_add_item_response_message, 
.related.products .yith_ywraq_add_item_product_message, 
.related.products button, 
.related.products a.button, 
.related.products a.product_type_variable, 
.related.products a.add_to_cart_button
{
    display: none !important;
}

.related.products .yith_ywraq_add_item_browse_message a
{
    height: 0 !important;
}

.related.products img
{
    width: 66% !important;
    height: auto;
    margin: 0 auto !important;
    padding-top: 12px !important;
    background: transparent;
}

.related.products h2:first-child
{
    background: transparent;
    color: #54586e;
    margin-bottom: 12px !important;
}

.related.products h2
{
    color: #fff;
    background-color: #26d4bd;
    border-radius: 0 0 20px 20px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.related.products li:hover h2
{
    background-color: #e63912;
}


/* Product Categories */
.l2k-prod-cat-list-container
{
    display: table;
    width: 100%;
    height: 100%;
}

.l2k-prod-cat-list-column
{
    display: table-cell;
}

.l2k-top-level-prod-cat-div-left
{
    display: block;
    height: 100%;
    min-height: 100%;
    background-position: bottom center, bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #1e2341;
    font-weight: normal !important;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.l2k-top-level-prod-cat-div-left,
.l2k-top-level-prod-cat-div-left h2
{
    color: #fff !important;
}

.l2k-padding-div
{
    padding: 22px;
}

.l2k-sub-cat-group
{
    margin-bottom: 12px;
}

.l2k-prod-sub-cat-one
{
    display: block;
    border: 1px solid #cecfd5;
    background-color: #f8f8ff;
    background-repeat: no-repeat;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.l2k-prod-cat-list-wide
{
    display: block;
    color: #54586e !important;
    background-color: #f8f8ff;
    border: 1px solid #cecfd5;
    overflow: hidden;
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.l2k-prod-sub-cat-one-head
{
    font-size: 2rem;
    font-weight: bold;
    color: #1e2341;
    margin-bottom: 15px;
    display: block;
}

.l2k-prod-sub-cat-one p, 
.l2k-prod-sub-cat-one:hover p,
.l2k-prod-sub-cat-one li, 
.l2k-prod-sub-cat-one:hover li

{
    color: #54586e;
}

.l2k-prod-sub-cat-one:hover,
.l2k-prod-cat-list-wide:hover
{
    background-color: #fff;
    border-color: #26d4bd;
}

.l2k-prod-cat-has-children, 
.l2k-prod-cat-has-children:hover
{
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.l2k-prod-cat-list-level3-bold
{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff !important;
    margin-top: 22px;
}

.l2k-prod-cat-list-level3-margin-top
{
    margin-top: 22px !important;
}

.l2k-prod-cat-list-level3:hover
{
    color: #fff !important;
}

.l2k-prod-cat-list
{
    border-top: 1px solid #26d4bd;
    margin-bottom: 12px;
    padding: 12px 22px 15px 22px;
    background: #1e2341;
    font-size: 1.4rem;
    line-height: 1.4em;
}

.l2k-prod-cat-last
{
    margin-bottom: 0 !important;
}


/* Back to top button (Products page) */
.l2k-prod-cat-back-to-top
{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 0 44px 0;
}

.l2k-prod-cat-back-to-top img
{
    width: 16px;
    height: auto;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.l2k-prod-cat-back-to-top a
{
    color: #54586e !important;
    text-decoration: none !important;
}

.l2k-prod-cat-back-to-top a:hover
{
    color: #1e2341 !important;
}

.l2k-back-to-top-last
{
    border-bottom: none;
}


/* Hide an element */
.l2k_hide
{
    display: none !important;
}


/* Product Page */
.woocommerce-product-details__short-description
{
    border: none;
}


/* Lightbox */
.elementor-lightbox .elementor-lightbox-image, 
.elementor-lightbox .elementor-video-container
{
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}


/* L2K Table of contents – is this used? */
.l2k_toc div
{
    font-size: 2rem;
    font-weight: bold;
    color: #26d4bd;
    padding: 0 0 5px 8px;
}

.l2k_toc ul
{
    padding-left: 8px;
}

.l2k_toc li
{
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: bold;
    padding-left: 18px;
    margin-top: 9px;
    list-style: none;
    background-image: url("../../uploads/2020/10/Right-Green.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
}

.l2k_toc li a
{
    color: #1e2341;
}

.l2k_toc li a:hover
{
    color: #26d4bd;
}

.l2k_toc_category_link
{
    font-size: 1.8rem;
    line-height: 1.4em;
}


/* Download links */
.l2k_pdf_link
{
    background-image: url("../../uploads/2020/07/PDF.png");
}

.l2k_file_link
{
    background-image: url("../../uploads/2020/07/File.png");
}

.l2k_pdf_link, .l2k_file_link
{
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 22px;
    display: block;
    margin-bottom: 0;
    line-height: 1.2em;
    color: #54586e !important;
    font-size: 1.4rem;
}

.l2k_pdf_link:hover, .l2k_file_link:hover
{
    color: #e63912 !important;
}

.l2k_pdf_link img
{
    height: 15px;
    width: auto;
    margin-right: 2px;
    position: relative;
    top: -3px;
}


/* Products page category anchor */
.l2k-cat-anchor
{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/* Search Results */
.l2kSku
{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1em;
	margin-bottom: 8px;
	font-weight: bold;
	color: #26d4bd;
	opacity: 0.6;
}

.l2kResultsCount
{
	font-weight: bold;
	font-size: 1.6rem;
	color: #54586e;
}

/* Add quotation marks to customer quotes */
.l2k-quote p:first-child:before
{
    content: "\201C";
}

.l2k-quote p:last-child:after
{
    content: "\201D";
}


/* Contact Form? */
.element-contact-form
{
    border: 1px solid #26d4bd !important;
    border-radius: 22px 0px 22px 22px  !important;
}

.element-contact-form h3
{
    border-radius: 22px 0px 0px 0px  !important;
}

.elementor-message-success
{
	font-size: 1.6rem !important;
	font-weight: bold !important;
	color: #26d4bd;
}


/* HR separator for multiple suppliers below product table */
.l2k-supplier-separator
{
    margin-bottom: 22px !important;
}


/* Newsletter sign-up form submit button */
.tnp-submit
{
    font-family: "proxima-nova", sans-serif !important;
    background-color: #26d4bd !important;
}

.tnp-submit:hover
{
    background-color: #e63912 !important;
}


/* reCAPTCHA errors on new line */
.elementor-field-type-recaptcha
{
    display: block;
}


/* Product category tiles on homepage / 404 page */
.l2k-homepage-category-block h5, .l2k-404-category-block h6
{
    color: #26d4bd;
    transition-duration: 0.3s;
}

.l2k-homepage-category-block:hover h5, .l2k-404-category-block:hover h6
{
    color: #e63912;
}


/* Force social icon spacing */
.elementor-social-icon
{
    margin: 0 4px !important;
}


/* Styles for Block Editor items */
.wp-block-button__link
{
    color: #fff !important;
    background: #26d4bd;
}

.wp-block-button__link:hover
{
    background: #e63912;
}

.wp-block-separator
{
    background: #dddee3 !important;
    height: 2px;
    margin: 50px 0 !important;
}

.elementor-toc__body
{
    padding-top: 10px !important;
}

.elementor-menu-anchor, .l2kAnchor
{
    top: -100px;
    position: relative;
}

.wp-block-button__link
{
	background-color: #26d4bd !important;
	color: #fff !important;
}

.wp-block-button__link:hover
{
	background-color: #e63912 !important;
}



/* Misc... */
.wp-caption-text
{
    font-size: 12px;
    line-height: 1.2em;
    color: #1e234199;
}

.l2k_demo_button a
{
    font-size: 12px !important;
    line-height: 1.2em !important;
}

.up-sells img
{
    background-color: #fff;
}

.wp-block-separator
{
    margin: 50px 0px;
    border-top: 1px solid #f8f8ff;
    display: block;
}

.l2k-sub-cat-links
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2em !important;
    font-size: 14px !important;
}

.l2k-sub-cat-links .icon
{
    color: #26d4bd;
}

.l2k-sub-cat-links a
{
    color: #1e2341;
    font-weight: bold;
}

.l2k-sub-cat-links a:hover
{
    color: #26d4bd;
    text-decoration: underline;
}

.l2k-share
{
    z-index: 50;
}

.l2k-contact-sales .icon
{
    color: #26d4bd;
}

.l2k-contact-sales:hover .icon
{
    color: #fff;
}

.l2k_supplier_div
{
    text-align: center;
}

.l2k_supplier_logo
{
    height: 44px;
    max-height: 44px;
    width: auto;
    margin: 0px auto;
}

.l2k_bullet_specs 
{
    margin-left: 18px;
    padding-left: 0;
    font-size: 1.4rem;
}

.FusionCharts
{
    text-align: center;
    padding-bottom: 44px;
}

.wcpt-navigation
{
    z-index: 50 !important;
}

.wcpt-dropdown-label
{
    color: #54586e !important;
}

.l2k-youtube
{
    border-style: solid !important;
    border-color: #1e2341 !important;
    border-top-width: 1px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
    border-left-width: 1px !important;
}

.l2k-options-listing, .l2k-options-listing th, .l2k-options-listing td
{
    border: none;
    text-align: left;
}

.l2k-options-listing td
{
    padding: 22px 0;
    vertical-align: top;
}

.l2k-options-listing tr
{
    border-bottom: 1px solid #e8e9ec;
}

.l2k-options-listing tr:last-child
{
    border-bottom: none;
}

.l2k-options-listing img
{
    padding-right: 44px;
}


.l2k-intro-column
{
    display: inline-block;
    width: 49%;
    padding-right: 44px;
    vertical-align: top;
}

.l2k-intro-column ul
{
    line-height: 1.2em;
    margin-left: none;
}

.l2k-intro-column li
{
    margin-bottom: 8px;
}

.woocommerce-tabs li a
{
    text-transform: none;
    color: #26d4bd;
}


.wcpt-left-sidebar
{
    margin-top: 53px;
}

.L2KNoResults, .wcpt-no-results
{
    color: #54586e;
    font-size: 1.4rem;
}

.l2k-fluorophores a
{
    color: #54586e !important;
}

.l2k-fluorophores a:hover
{
    color: #e63912 !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-l2k-mm-blogs li li > a.mega-menu-link:before 
{
    color: #26d4bd !important;
    font-size: 10px;
    padding-top: 2px !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-l2k-mm-blogs li li > a.mega-menu-link:hover:before 
{
    color: #e63912 !important;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-l2k-mm-blogs li li > a.mega-menu-link 
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* PHOTONICS ONLY
 * The following styles are not required for the Networks site
 */

/* Product Variations */
.variations_form,
.woovr-variation-dropdown
{
    z-index: 500;
}

.laser2000_variations_select_message, 
.laser2000_bundle_message,
.laser2000_quantity_select
{
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.laser2000_variations_select_message
{
    color: #e63912;
}

.elementor-product-variable .woocommerce-variation-add-to-cart .qty, 
.elementor-product-variable .laser2000_quantity_select,
.elementor-product-simple .quantity 
{
    display: none;
}

.elementor-product-variable .woocommerce-variation-description               
{                            
    font-weight: bold;
}

.variations td
{
    vertical-align: middle;
}

.variations .value
{
    text-align: right;
}

.variations td.label
{
    vertical-align: middle !important;
}

.variations tr:last-child td.label
{
    padding-bottom: 29px;
}

.elementor-product-variable .label 
{
    text-align: right;
}

.elementor-product-variable .label label 
{
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.variations select
{
    border: 1px solid #26d4bd !important;
    border-radius: 22px !important;
    padding: 0 50px 0 22px !important;
    height: 44px !important;
    font-size: 16px;
    color: #54586e;
    background: url("../../uploads/2020/08/Down-Green.svg") no-repeat;
    background-color: #f4f4f5;
    background-position: right 15px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-size: 18px;
}

.wcpt-select-variation-dropdown
{
    border: 1px solid #1e2341;
    background-color: #fff;
    border-radius: 22px;
    padding: 0 22px !important;
    height: 44px !important;
}

.dd-select, .dd-options, .qty
{
    border: 1px solid #1e2341 !important;
    border-radius: 22px !important;
    background-color: #fff !important;
}

.dd-options
{
    top: 0px !important;
}


/* Grouped Products */
.woocommerce-grouped-product-list-item__quantity
{
    vertical-align: middle !important;
    text-align: center;
}

.woocommerce-grouped-product-list-item__quantity input
{
    border: 1px solid #26d4bd !important;
    border-radius: 22px !important;
    color: #54586e !important;
    background-color: #f4f4f5 !important;
    padding: 0 22px !important;
    height: 44px !important;
    font-size: 16px;
}

.woocommerce-grouped-product-list-item__label
{
    vertical-align: middle !important;
    text-align: left;
}

.woocommerce-grouped-product-list-item__label a
{
    text-decoration: none !important;
    color: #1e2341 !important;
}


/* Product bundle */
.laser2000_bundle_message
{
    margin-top: 10px;
    color: #54586e;
}


/* Request a Quote */
.yith_ywraq_add_item_product_message,
.yith_ywraq_add_item_response_message, 
.yith_ywraq_add_item_product_message
{
    line-height: 1.2em;
}


/* Product quantity */
.laser2000_quantity_select
{
    color: #54586e;
    display: inline;
}


/* Tables – bundles, attributes & specs */
.l2k-html-specs,
.laser2000_bundle_table,
.woocommerce-product-attributes
{
    background-color: #fff;
}

.l2k-html-specs th,
.laser2000_bundle_table th
{
    background-color: #54586e;
    color: #fff;
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper
{
	border: none;
}

.woocommerce-product-attributes th
{
    text-align: left;
    font-weight: normal !important;
}

.l2k-html-specs th,
.laser2000_bundle_table th,
.woocommerce-product-attributes th
{
    border-color: #8e91a0;
    line-height: 1.2em !important;
    vertical-align: top;
}

.l2k-html-specs td,
.laser2000_bundle_table td,
.woocommerce-product-attributes td
{
    text-align: center;
    vertical-align: top;
    border-color: #cecfd5;
    line-height: 1.2em !important;
}

.l2k-html-specs tr:nth-child(even),
.laser2000_bundle_table tr:nth-child(even), 
.woocommerce-product-attributes tr:nth-child(even) 
{
    background: #f8f8ff;
}

.l2k-html-specs tr:first-child th,
.l2k-html-specs tr:first-child td,
.laser2000_bundle_table tr:first-child th,
.laser2000_bundle_table tr:first-child td,
.woocommerce-product-attributes tr:first-child th,
.woocommerce-product-attributes tr:first-child td
{
    border-top: 1px solid #54586e;
}

.l2k-html-specs tr:last-child th,
.l2k-html-specs tr:last-child td,
.laser2000_bundle_table tr:last-child th,
.laser2000_bundle_table tr:last-child td,
.woocommerce-product-attributes tr:last-child th,
.woocommerce-product-attributes tr:last-child td
{
    border-bottom: 1px solid #54586e;
}

.l2k-html-specs tr td:first-child,
.l2k-html-specs tr th:first-child,
.laser2000_bundle_table tr td:first-child,
.laser2000_bundle_table tr th:first-child,
.woocommerce-product-attributes tr th:first-child
{
    text-align: left;
    border-left: none;
}

.l2k-html-specs tr td:last-child,
.laser2000_bundle_table tr td:last-child,
.woocommerce-product-attributes tr td:last-child
{
    border-right: none;
}


.l2k-html-specs th,
.l2k-html-specs td,
.woocommerce-product-attributes th,
.woocommerce-product-attributes td
{
    font-size: 1.2rem;
    line-height: 1.5em !important;
    padding: 8px 10px !important;
}

.laser2000_bundle_table th,
.laser2000_bundle_table td
{
    font-size: 1.2rem;
    padding: 6px !important;
}

.l2k-html-specs td:first-child:first-letter
{
    text-transform: uppercase;
}

.l2k-html-specs-left td
{
    text-align: left;
    padding-left: 22px;
}

.laser2000_bundle_table a
{
    color: #1e2341 !important;
    text-decoration: underline !important;
}

.laser2000_bundle_table a:hover
{
    color: #e63912 !important;
    text-decoration: none !important;
}

#tab-options .laser2000_bundle_table
{
    margin-bottom: 44px;
}

.woocommerce-product-attributes th p,
.woocommerce-product-attributes td p
{
    padding: 0px !important;
    font-style: normal !important;
}

.l2k-html-sub-heading
{
    margin: 22px 0 0 0;
    padding: 6px 22px;
    font-weight: normal;
    color: #1e2341;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    border: 1px solid #cecfd5;
    border-bottom: none;
    display: inline-block;
    font-size: 1.4rem;
}


.scrollto,
#specfootnotes sup
{
    color: #26d4bd;
}

#specfootnotes
{
    margin: 0 0 50px 0;
    border: none;
}

#specfootnotes td
{
    border: none;
    text-align: left;
    padding: 66px 0 0 0;
}

#specfootnotes td,
.l2k-footnotes
{
    font-size: 14px;
    color: #8e91a0;
}

.l2k-footnotes
{
    margin-top: 44px;
}

.l2k-footnotes sup
{
    color: #26d4bd;
}


/* Request Quote Button */
.add-request-quote-button
{
    padding: 14px 44px 14px 44px !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    background-image: 
    url("../../uploads/2021/02/quotation-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: 30px 15px !important;
    background-size: 12px 12px !important;
    border-radius: 22px !important;
}

.add-request-quote-button:hover
{
	background-color: #e63912 !important;
	color: #fff !important;
	opacity: 1 !important;
}


/* Woocommerce Product Data Tabs */
/* MOBILE */
@media (max-width: 767px)
{
    .woocommerce-Tabs-panel
    {
        padding: 15px !important;
        border-radius: 22px !important;
    }
}

/* DESKTOP */
@media (min-width: 768px)
{
    .woocommerce-Tabs-panel
    {
        padding: 44px !important;
        border-radius: 0 22px 22px 22px !important;
    }
}

.woocommerce-Tabs-panel
{
    background-color: #fff !important;
    border: 1px solid #54586e !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #54586e;
}

.wc-tabs
{
    border: none !important;
}

.wc-tabs li
{
    border: 1px solid #1e2341;
    border-right-width: 2px !important;
    position: relative !important;
    padding: 8px 0 !important;
    font-size: 1rem;
    text-decoration: none;
}

.wc-tabs li a, .wc-tabs li a:hover, .wc-tabs li a:active
{
    text-decoration: none;
    border: none !important;
}

.wcpt-cart-widget
{
    background-color: #26d4bd;
}

.page-numbers.dots, .next.page-numbers, .prev.page-numbers
{
	border-style: none !important;
}

.laser_2000_datasheet_icon
{
    margin: 0 12px;
    height: 22px !important;
}


/* WPC Variations Radio Buttons */
label.dd-option-text {
    color: #1e2341 !important;
    }

small.dd-option-description.dd-desc {
    color: #26d4bd !important;
    }


/* Quotations */
.shop_table
{
	font-size: 1.6rem;
	line-height: 1.6em;
	border-bottom: 2px solid #1e2341 !important;
}

.shop_table tr {
    border-bottom: none !important;
}

.shop_table th
{
	background-color: #1e2341;
	color: #fff;
}

.shop_table td
{
	color: #54586e;
}

.shop_table th, .shop_table td
{
	text-align: center;
	vertical-align: middle;
	padding: 8px 22px !important;
}

.shop_table td
{
	border-top: 1px solid #cecfd5 !important;
	border-bottom: none !important;
	padding: 15px 0;
}

.shop_table td.product-name
{
	text-align: left;
}

.shop_table td.product-name ul
{
	list-style-type: none;
}

.shop_table td.product-name ul li
{
	font-size: 1.5rem !important;
}

.shop_table .product-thumbnail img
{
	height: 122px !important;
	width: auto !important;
}

.shop_table .input-text.qty,
.shop_table .yith-ywraq-item-remove
{
	border: 1px solid #cecfd5 !important;
}

.shop_table .input-text.qty:hover
{
	border: 1px solid #1e2341 !important;
}

.shop_table .yith-ywraq-item-remove:hover
{
	border: 1px solid #e63912 !important;
}

.shop_table .input-text.qty
{
	height: 44px !important;
}

.shop_table .yith-ywraq-item-remove
{
	border-radius: 15px !important;
	padding: 2px 0 0 0 !important;
}

#yith-ywraq-default-form .input-text 
{
	border-radius: 22px;
	border: 1px solid #cecfd5 !important;
	color: #54586e;
	background-color: #fff;
}

#yith-ywraq-default-form .input-text:hover
{
	border: 1px solid #54586e !important;
	color: #1e2341;
}

#yith-ywraq-default-form .select2-container .select2-selection--single
{
	border-radius: 22px;
	height: 44px !important;
	border: 1px solid #cecfd5 !important;
	color: #54586e;
	padding: 8px 15px;
}

#yith-ywraq-default-form .select2-container .select2-selection--single:hover
{
	border: 1px solid #54586e !important;
	color: #1e2341;
}

#yith-ywraq-default-form .select2-selection__arrow
{
	margin: 6px 22px 0 0;	
}

.select2-container--open .select2-dropdown--below
{
	border: 1px solid #1e2341 !important;
	border-radius: 22px !important;
	padding: 6px 15px 15px 15px;
	top: -40px;
}

abbr.required
{
	color: #e63912 !important;
}

p.form-row.form-row-wide.send-request-row
{
	text-align: right !important;
}

input.raq-send-request[type=submit]:before
{
	content: "!!!" !important;
}

#yith-ywraq-default-form abbr[title] 
{
    text-decoration: none !important;
    color: #fff;
}

#yith-ywraq-form .product-quantity 
{
    text-align: center !important;
    padding: 0px !important;
}

.woocommerce form .form-row textarea#message 
{
    height: 200px !important;
}

.yith_ywraq_add_item_browse_message a
{
	display: block;
	font-weight: bold;
	text-align: center;
	background-color: #26d4bd;
	color: #fff;
	border-radius: 22px;
	font-size: 1.5rem;

    padding: 8px 44px;
    background-image: 
    url("../../uploads/2021/02/quotation-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: 30px 15px !important;
    background-size: 12px 12px !important;
}

.yith_ywraq_add_item_browse_message a:hover
{
	background-color: #e63912;
	color: #fff;
}

.yith_ywraq_add_item_product_message,
.yith_ywraq_add_item_response_message
{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 22px;
}

/* Quote summary in menu */
.ywraq-quote-icon-icon_quote:before 
{
    font-size: 18px !important;
    color: #1e2341 !important;
}

.raq-info
{
	border: none !important;
	padding: 0px !important;
	margin: 0 22px !important;
	top: 22px;
}

.raq-items-number
{
	font-size: 1.2rem !important;
}
.raq-items-number:before
{
	content: "(";
}
.raq-items-number:after
{
	content: ")";
}


.yith-ywraq-list-content
{
	border: 1px solid #1e2341 !important;
	border-top: none !important;
	border-radius: 0 0 22px 22px !important;
	background-color: transparent !important;
	background-image: linear-gradient(#ffffff,#ffffff,#f8f8ffEE,#f8f8ffDD) !important;
}

.widget_ywraq_mini_list_quote
{
	margin: 0px !important;
	padding: 0px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] 
{
    background-color: #26d4bd !important;
}

.yith-ywraq-list
{
	list-style-type: none;
	margin-left: 0;
	padding: 0 22px 0 0;
}

.yith-ywraq-list-item
{
	padding-left: 44px !important;
	border-bottom: 1px solid #cecfd5 !important;
	margin-bottom: 22px !important;
}

.yith-ywraq-list-item .yith-ywraq-item-remove
{
	border: 1px solid #cecfd5 !important;
	border-radius: 15px;
	font-size: 16px !important;
	height: 18px !important;
	width: 18px !important;
	line-height: 17px !important;
	margin-top: 5px !important;
}

.yith-ywraq-list-item .yith-ywraq-list-item-info
{
	font-size: 1.2rem !important;
	line-height: 1em !important;
	margin-bottom: 0 !important;
}

.yith-ywraq-list-item small
{
	font-size: 1.2rem !important;
	line-height: 1.2em !important;
	display: block;
}

.yith-ywraq-list-item .quantity
{
	font-size: 1.2rem !important;
	line-height: 1em !important;
	font-weight: bold !important;
}

.yith-ywraq-list-item .quantity:before
{
	content: "(";
}

.yith-ywraq-list-item .quantity:after
{
	content: ")";
}

.yith-ywraq-list-item .yith-ywraq-item-remove:hover
{
	border: 1px solid #e63912 !important;
}

.yith-ywraq-list-widget-wrapper .button
{
	border-radius: 22px !important;
	background-color: #26d4bd !important;
}

.yith-ywraq-list-widget-wrapper .button:hover
{
	color: #fff !important;
	background-color: #e63912 !important;
}

.wc-backward
{
	border-radius: 22px !important;
	background-color: #26d4bd !important;
}

.wc-backward:hover
{
	color: #fff !important;
	background-color: #e63912 !important;
}

.yith-ywraq-list .no-product
{
	border: none !important;
	text-align: center !important;
	color: #54586e !important;
	font-size: 1.2rem !important;
	padding: 22px !important;
}				

.yith-ywraq-list .no-product:before
{
	content: "Quote List";
	font-weight: bold !important;
	font-size: 1.4rem !important;
	display: block !important;
	margin-bottom: 22px !important;
}					

.yith-ywraq-list .no-product:after
{
	content: "Click 'Add to Quote' on a product page to request a quotation";
	display: block !important;
	margin-top: 22px !important;
}					


/* Pillar Pages */
.pillar_pages_menu_block .mega-sub-menu .mega-menu-link
{
    line-height: 1.2em !important;
    padding: 4px 10px !important;
}

.pillar_pages_menu_block .mega-sub-menu li:last-of-type a
{
    padding-bottom: 12px !important;
}

/* Product Tags */
.laser_2000_product_tags
{
    width: 60%;
    margin: 50px auto;
    text-align: center;
}

.l2k_product_tag_link:link, 
.l2k_product_tag_link:visited, 
.l2k_product_tag_link:hover, 
.l2k_product_tag_link:active
{
    padding: 8px 22px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 22px;
    display: inline-block;
    margin: 0 4px 8px 4px;
    border: 1px solid #26d4bd;
}

.l2k_product_tag_link:link, 
.l2k_product_tag_link:visited
{
    color: #fff;
    background-color: #26d4bd;
}

.l2k_product_tag_link:hover, 
.l2k_product_tag_link:active
{
    color: #26d4bd;
    background-color: #fff;
}


/* WP User Manager - Register / Login Forms */
.wpum-registration-form, .wpum-login-form
{
    width: 90%;
}

.wpum-registration-form .description, .wpum-login-form .description
{
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1em;
}

.wpum-registration-form .description a, .wpum-login-form .description a
{
    text-decoration: underline;
    line-height: 1.2rem;
    color: #54586e
}

.wpum-registration-form .description a:hover, .wpum-login-form .description a:hover
{
    text-decoration: none;
}

.wpum-registration-form input[type='checkbox'], 
.wpum-login-form input[type='checkbox'], .wpum-registration-form .description, 
.wpum-login-form .description
{
    display: inline !important;
    margin-right: 4px;
    height: 14px;
}

.wpum-registration-form input[type='text'], 
.wpum-login-form input[type='text'], 
.wpum-registration-form input[type='password'], 
.wpum-login-form input[type='password'], 
.wpum-registration-form input[type='email'], 
.wpum-login-form input[type='email']
{
    border-radius: 22px;
    font-size: 1.4rem;
    border-color: #8e91a0;
    background-color: #fff;
    height: 29px;
}

.wpum-action-links a
{
    text-decoration: underline;
    color: #54586e !important;
}

.wpum-action-links a:hover
{
    text-decoration: none;
}

.wpum-registration-form input[type='submit'], 
.wpum-login-form input[type='submit']
{
    height: 30px;
    border: none !important;
    padding: 0 22px;
}

.wpum-registration-form input[type='submit']:hover, 
.wpum-login-form input[type='submit']:hover
{
    color: #fff;
}

.fieldset-remember
{
    font-weight: normal;
}


/* LaserVision Frames */
.l2k-framestyles
{
    width: 100%;
    margin-top: 50px;
    border: 1px solid #8e91a0;
}

.l2k-framestyles th
{
    width: 33%;
    background-color: #1e2341;
    color: #fff;
    text-align: center;
    padding: 15px 22px;
}

.l2k-framestyles th h3
{
    color: #fff !important;
    font-size: 22px !important;
    margin: 0 !important;
}

.l2k-framestyles td
{
    text-align: left;
    border-color: #8e91a0 !important;
    padding: 15px 22px;
}

.l2k-framestyles td img
{
    margin: 0 auto;
}

.l2k-image-tab
{
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
}

#tab-spectra, #tab-colour
{
    padding-top: 0 !important;
}

/* Hide "Add an Account" on quotation form */
.yith-ywraq-mail-form-wrapper .woocommerce-account-fields
{
    display: none;
}

/* Style ElasticPress autosuggest list */
.ep-autosuggest
{
    border-radius: 22px;
}

.ep-autosuggest ul
{
    padding: 0;
}

.ep-autosuggest li a
{
    border-radius: 0;
    border-bottom: 1px solid #e8e9ec;
    padding: 8px 22px !important;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #54586e !important;
}

.ep-autosuggest li:first-child a
{
    border-radius: 22px 22px 0 0;
}

.ep-autosuggest li:last-child a
{
    border-radius: 0 0 22px 22px;
    border-bottom: none;
}

.woocommerce .product .cart .variations tr:last-child th label
{
    position: relative;
    top: -11px;
}

.l2kRoundedCorners
{
    border-radius: 22px !important;
}
