/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: http://www.fullspectrummarketing.com
Template: Divi
*/


.et_fixed_nav #main-header {
    position: fixed;
}

body.menu-open {
    overflow: hidden;
    touch-action: none;
}

/* hide Divi branding in footer */
#footer-info {
    display: none;
}

footer#main-footer h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: 'Aleo',Georgia,"Times New Roman",serif;
}
footer#main-footer h2.widgettitle {
    font-size: 18px;
}

#page-container {
    padding-top: 101px !important;
}

@media only screen and (min-width:1265px) {

    #page-container #main-header {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
    }

    #top-menu li {
        padding-right: 30px;
    }

    .et_pb_section_video_bg .mejs-video {
        bottom: 0;
    }

    .et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu) {
        overflow: visible;
    }

    #page-container .et_pb_section_video:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
    }

    #page-container #et-secondary-nav li {
        margin-right: 2em;
    }

    #page-container #top-header .et-cart-info {
        margin-left: 0;
    }

    /* homepage header */
    .page-id-71 #page-container #main-header {
        box-shadow: none !important;
        background-color: transparent !important;
    }

    .page-id-71 #page-container #main-header.et-fixed-header {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
        background-color: #fff !important;
    }

    #page-container {
        padding-top: 281px !important;
    }
    #page-container:has(header .products-banner.hidden),
    #page-container:has(header .menu-item-has-children:hover),
    #page-container:has(header .et_pb_search_visible)  {
        padding-top: 101px !important;
    }
    .page-id-71 #page-container {
        margin-top: -1px !important
    }
}

#page-container form.et-search-form {
    background: #fff !important;
}

#copyright {
    color: #fff;
    line-height: 5em;
    text-align: center;
}

body h2,
.tax-product_cat #page-container #main-content .category-list h2 {
    color: #706e6e;
    font-family: 'open sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-weight: 600;
}

.tax-product_cat #page-container #main-content .category-list h2 {
    color: #fff;
}


/*GLOBAL FONTS*/

.h2-md h2,
.h2-md h3 {
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    font-size: 36px !important;
    color: #414141;
    font-weight: 500;
    text-transform: none;
    letter-spacing: unset;
}

h3,
.h3 {
    font-size: 36px !important
}

/* basic forms */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    padding: 1em;
    border: none;
    font-size: 14px;
}

body #page-container .et_pb_button,
body #page-container .gform_button {
    cursor: pointer;
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1,
#page-container .et_pb_button,
.category-blurbs .et_pb_blurb,
.woocommerce #page-container div.product form.cart .button,
.category-list .product-cats li,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .et_shop_image,
#page-container .shop_table .button,
#page-container .checkout-button,
#page-container .track_order .button {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover,
#page-container .et_pb_button,
#page-container .gform_button,
.category-blurbs .et_pb_blurb,
.add_to_cart_button,
.woocommerce #page-container div.product form.cart .button,
.category-list .product-cats li,
.woocommerce-LoopProduct-link.woocommerce-loop-product__link .et_shop_image,
#page-container .shop_table .button,
#page-container .checkout-button,
#page-container .track_order .button {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover,
#page-container .et_pb_button:hover,
.category-blurbs .et_pb_blurb:hover,
#page-container .gform_button:hover,
.woocommerce #page-container div.product form.cart .button:hover,
.category-list .product-cats li:hover,
#page-container .shop_table .button:hover,
#page-container .checkout-button:hover,
#page-container .track_order .button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .et_shop_image {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

#page-container #main-content .woocommerce .products .product a:hover .woocommerce-loop-product__title,
#page-container .related.products .product a:hover .woocommerce-loop-product__title,
#page-container .upsells.products .product a:hover .woocommerce-loop-product__title {
    color: #d00000 !important;
}

#page-container .track_order .button:after {
    content: none !important;
}

.add_to_cart_button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover:hover .et_pb_testimonial_portrait,
.category-blurbs .et_pb_blurb:hover .et_pb_module_header {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* custom css below */

#main-content .woocommerce-breadcrumb a:not(.et_pb_button):not(.woocommerce-LoopProduct-link),
#main-content .woocommerce-message a:not(.et_pb_button):not(.woocommerce-LoopProduct-link) {
    text-decoration: none !important;
}

/* arrow-link */

.arrow-link a:after,
a.arrow-link:after,
.et_pb_blog_grid .more-link:after {
    content: '\f054' !important;
    font-family: 'Font Awesome 5 Pro';
    padding-left: .5em;
    font-weight: 600;
}

#main-content .arrow-link a:not(.et_pb_button):not(.woocommerce-LoopProduct-link),
#main-content a.arrow-link.et_pb_button:not(.woocommerce-LoopProduct-link),
#main-content .et_pb_blog_grid a.more-link:not(.et_pb_button):not(.woocommerce-LoopProduct-link) {
    background: none;
    border: 1px solid #d00000 !important;
    color: #d00000 !important;
    display: inline-block;
    margin-top: .5rem;
    padding: 0.5em 0.75em;
    text-decoration: none !important;
    text-transform: uppercase;
}

#main-content .arrow-link a:not(.et_pb_button):not(.woocommerce-LoopProduct-link):hover,
#main-content a.arrow-link.et_pb_button:not(.woocommerce-LoopProduct-link):hover,
#main-content .et_pb_blog_grid .more-link:hover {
    background: none;
    color: #d00000 !important;
    filter: saturate(5);
}

.et_pb_blog_grid .more-link {
    font-size: 12px;
    padding-top: .5em;
}

/* buttons */

#main-content a:not(.et_pb_button):not(.woocommerce-LoopProduct-link) {
    text-decoration: underline !important;
}

#main-content a:not(.et_pb_buttons):not(.woocommerce-LoopProduct-link):hover {
    text-decoration: none !important;
    transition: color .3s ease 0ms;
    color: #000 !important;
}

ul.product-cats a {
    color: #fff !important;
}

#page-container .et_pb_button,
#page-container .gform_button,
.woocommerce #page-container div.product form.cart .button,
.woocommerce #page-container .button,
#page-container .shop_table .button,
#page-container .checkout-button,
.woocommerce-checkout #page-container .button,
#page-container .track_order .button {
    padding: 1em 1.5em !important;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background: #d00000;
    color: #fff;
    border: none;
}

@media (max-width: 980px) {

    #page-container .et_pb_button,
    #page-container .gform_button,
    .woocommerce #page-container div.product form.cart .button,
    .woocommerce #page-container .button,
    #page-container .shop_table .button,
    #page-container .checkout-button,
    .woocommerce-checkout #page-container .button,
    #page-container .track_order .button {
        min-width: 140px;
    }
}

#page-container .et_pb_button:hover,
#page-container .gform_button:hover,
.woocommerce #page-container div.product form.cart .button:hover,
.woocommerce #page-container .button:hover,
#page-container .shop_table .button:hover,
#page-container .checkout-button:hover,
#page-container .track_order .button:hover {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
    background: #d00000;
}

.wide-buttons .et_pb_button,
.checkout-button {
    width: 100%;
}

/* hero */

.hero p {
    padding: 2em 0 0;
}

#page-container .hero.home-hero .et_pb_text_inner ul {
    width: fit-content;
    margin: auto;
    padding-top: 20px;
}
#page-container .hero.home-hero .et_pb_text_inner ul li {
    padding-bottom: 5px;
}

/* category-blurbs */

@media only screen and (min-width:981px) {

    .category-blurbs,
    #page-container .product .home-hero.et_pb_section_video .et_pb_row {
        position: relative;
        top: 64px;
    }

    .et_fullwidth_nav #page-container #main-header .container,
    .et_fullwidth_secondary_nav #page-container #top-header .container {
        padding-right: 5%;
        padding-left: 5%;
    }
}

.category-blurbs .et_pb_blurb .et_pb_module_header a {
    font-size: 14px;
    font-weight: 700 !important;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.category-blurbs .et_pb_blurb .et_pb_module_header {
    background: #d00000;
    padding: 0;
}

.category-blurbs .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
    display: block;
    background: #fff;
}


/* shop */

li.product {
    position: relative;
}

li.product h2 {
    text-transform: capitalize;
    letter-spacing: 0;
    color: #414141 !important;
    font-weight: 400;
}

#page-container #main-content .add_to_cart_button {
    font-size: 0;
    background: transparent;
    color: #d00000;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block !important;
}

.products .product .button {
    display: none !important;
}

#page-container #main-content .add_to_cart_button:after {
    content: '\f217' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    margin: 0 !important;
    opacity: 1;
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: -42px;
    line-height: 1em;
    font-weight: 300;
    font-size: 40px;
    animation: none !important;
}

#page-container #main-content .add_to_cart_button.loading {}

#page-container #main-content .add_to_cart_button:before {
    content: '\f00c' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    opacity: 0;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -36px;
    margin: 0 -5px -5px 0;
    line-height: 1em;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

#page-container #main-content .add_to_cart_button.loading:before {
    opacity: 1;
    margin: 0;
}

#page-container .added_to_cart {
    display: none;
}


@media only screen and (min-width:981px) {
    .split-cols .et_pb_column {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}


/* forms */

#page-container .gform_wrapper {
    margin: 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .woocommerce form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .woocommerce form textarea.textarea,
#page-container #main-content .et_pb_wc_add_to_cart .quantity input.qty {
    padding: 1em;
    border: none !important;
    font-size: 14px !important;
    border: 1px solid #bbb !important;
    border-bottom: 2px solid #6f6f6f !important;
    line-height: 1em;
    border-radius: 2px;
    color: #3e3e3e !important;
    background: #fff !important;
    height: auto;
}

#page-container .et_pb_wc_add_to_cart .quantity input.qty {
    max-width: 4.631em;
}

#page-container .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

#page-container .gform_wrapper .top_label select,
body .woocommerce form select,
body .woocommerce form .selection > span {
    border-bottom: 2px solid #6f6f6f;
    border-radius: 2px;
    padding: .894em 1em;
    font-size: 14px;
    height: auto;
    border: 1px solid #bbb;
    border-bottom: 2px solid #6f6f6f;
}

body #page-container .woocommerce form .selection > span > span {
    line-height: 1.4em;
    padding-left: 0;
}

#page-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

#page-container .gform_wrapper li.hidden_label input:hover,
#page-container .gform_wrapper li.hidden_label input:focus,
#page-container .gform_wrapper .top_label select:hover,
#page-container .gform_wrapper .top_label select:focus,
#page-container .gform_wrapper li.hidden_label textarea:hover,
#page-container .gform_wrapper li.hidden_label textarea:focus,
#page-container .woocommerce form .form-row input.input-text:hover,
#page-container .woocommerce form .form-row input.input-text:focus,
#page-container .woocommerce form .form-row textarea:hover,
#page-container .woocommerce form .form-row textarea:focus,
#page-container .woocommerce form select:hover,
#page-container .woocommerce form seelct:focus {
    border-color: #505050;
}

#page-container .gform_wrapper .gform_fields li:first-child,
#page-container .gform_wrapper .gform_fields li:first-child .ginput_container {
    margin-top: 0;
}

@media only screen and (min-width:641px) {

    #page-container .gform_wrapper .gform_fields li.gf_right_half:nth-child(2),
    #page-container .gform_wrapper .gform_fields li.gf_right_half:nth-child(2) .ginput_container {
        margin-top: 0;
    }
}

#page-container .gform_wrapper .gform_footer {
    padding-bottom: 0;
}

#page-container .ginput_container {
    margin: 0;
}

/* footer */

.et_pb_widget {
    width: 100%;
}

#main-footer {
    background: url('/wp-content/themes/Divi-child/images/footer-bg.jpg') no-repeat top left;
    background-size: cover;
}
#main-footer .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    background-color: white;
}

/* mobile */

@media only screen and (max-width:980px) {}


.product-category .count {
    display: none;
}


/* category-list */
.category-intro:after {
    content: 'Learn More \f0d7';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: .75em;
    font-weight: 600;
    margin-top: .5em;
    text-transform: uppercase;
}

.category-title {
    margin-bottom: 0 !important;
}

.category-title h1 {
    padding-bottom: 0;
}

.category-list {
    position: relative;
    top: 64px;
}

.category-list .product-cats {
    display: flex;
    justify-content: right;
    padding: 0 !important;
}

.category-list .product-cats li {
    list-style: none;
    max-width: 17%;
    margin: 0 3% 0 0;
}

.category-list .product-cats li:last-child {
    margin: 0;
}

.category-list .product-cats li .img-wrap img {
    display: block;
}

.category-list .product-cats li h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    background: #d00000;
    color: #fff !important;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.category-list .product-cats .img-wrap {
    height: 150px;
    display: block;
    max-width: 100%;
    overflow: hidden !important;
    background: #fff;
    padding: 5%;
}

.category-list .product-cats .img-wrap img {
    object-fit: contain;
    margin-top: -10%;
}

.overflow-visible {
    overflow: visible !important;
}

/* product loop */
.woocommerce .products ul li,
.woocommerce ul.products li {
    text-align: left;
}

#page-container #main-content .woocommerce .products .product .woocommerce-loop-product__title,
#page-container .related.products .product .woocommerce-loop-product__title,
#page-container .upsells.products .product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    color: #414141 !important;
    min-height: 52px;
    padding: .5em 0;
}

#page-container #main-content .woocommerce .products .product .price,
#page-container #main-content .woocommerce .products .product .price .woocommerce-Price-amount,
#page-container #main-content .related.products .product .price .woocommerce-Price-amount,
#page-container #main-content .upsells.products .product .price .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 700;
    color: #706e6e !important;
    font-family: 'open sans', sans-serif;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
    text-align: left;
}

/* filters */

.wpf_items_wrapper .wpf_item ul li {
    display: block !important;
}

.wpf_item_count {
    display: none !important;
}

#page-container .wpf_hide_text li > input:checked + label > i:after,
#page-container .wpf_item input[type="checkbox"]:checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}

#page-container .wpf_item input[type="checkbox"]:checked {
    background: #f00000;
    border-color: #f00000;
    border: 1px solid #f00000 !important;
}

#page-container .wpf_item input[type="checkbox"]:hover {
    border: 2px solid #f00000;
}

#page-container .wpf_item label {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

/* product details */

#page-container .woocommerce-breadcrumb {
    margin-bottom: 0;
}

#page-container .woocommerce-breadcrumb * {
    color: #fff;
}

#page-container .woocommerce-breadcrumb {
    font-size: 0;
    line-height: 16px;
}

#page-container .woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#page-container .woocommerce-breadcrumb a:last-child {

    font-weight: 900;
}

#page-container .woocommerce-breadcrumb.checkout a.active {
    font-style: normal;
    font-weight: 900;
}

#page-container .woocommerce-breadcrumb.checkout a:last-child {
    font-weight: 400;
}

#page-container .woocommerce-breadcrumb.checkout a {
    font-style: italic;
    font-weight: 400;
}

#page-container .woocommerce-breadcrumb a:first-child {
    font-size: 0;
    line-height: 0;
}

#page-container .woocommerce-breadcrumb a:first-child:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f80a';
    font-size: 19px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    color: #f00000;
    background-color: #fff;
    text-align: center;
    padding: 0;
}

#page-container .woocommerce-breadcrumb.checkout a:first-child:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f07a';
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 33px;
    border-radius: 50px;
    color: #f00000;
    background-color: #fff;
    text-align: center;
    padding: 0;
    font-style: normal;
}

#page-container .woocommerce-breadcrumb a:nth-child(2)::before {
    visibility: hidden;
}

#page-container .woocommerce-breadcrumb a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    padding: 0 .5em;
    font-style: normal;
}

.et-db #et-boc .et-l .et_pb_text_1_tb_body.et_pb_text a,
.et-db #et-boc .et-l a.add-on-cart,
.et-db #et-boc .et-l .et_pb_tab_content a {
    color: #D00000;
}

.et-db #et-boc .et-l .product .et_pb_wc_cart_notice_0_tb_body .woocommerce-message {
    margin: 0 !important;
    padding: 0 0 0 1.5em !important;
}

.et-db #et-boc .et-l .product .et_pb_wc_cart_notice_0_tb_body .woocommerce-message:before {
    left: 0;
    top: 0;
}

.product .woocommerce-message .button {
    margin-left: 10px;
}

@media (max-width: 980px) {
    .et-db #et-boc .et-l .product .et_pb_wc_cart_notice_0_tb_body .woocommerce-message {
        padding: 1.5em 1.5em 1.5em 3em !important;
    }

    .et-db #et-boc .et-l .product .et_pb_wc_cart_notice_0_tb_body .woocommerce-message:before {
        left: 1.5em;
        top: 1.5em;
    }
}

.short-description {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.product-manual,
.product-schematic,
.product-certification,
.product-spare-parts,
.product-catalog {
    display: inline-block;
    margin-right: 3%;
    white-space: nowrap;
    width: 30.3%;
}

@media (max-width: 540px) {

    .product-manual,
    .product-schematic,
    .product-certification,
    .product-spare-parts,
    .product-catalog {
        width: 47%;
    }
}

@media (min-width: 981px) and (max-width: 1480px) {

    .product-manual,
    .product-schematic,
    .product-certification,
    .product-spare-parts,
    .product-catalog {
        width: 47%;
    }
}

.product-manual:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f56d";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product-schematic:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f56d";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product-certification:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f336";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product-info:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f463";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product-catalog:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f518";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product-spare-parts:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f013";
    display: inline-block;
    margin-right: 0.25em;
    text-align: center;
    width: 22px;
}

.product_meta {
    border-width: 0;
    border-style: solid;
    border-color: #dadada;
    border-top: none;
    font-size: 14px;
    color: #666;
    padding-top: 0;
}

.sku_wrapper {
    font-size: 0;
    font-weight: 600;
}

.sku_wrapper .sku:before {
    content: 'Item No: ';
    font-size: 14px;
}

.sku_wrapper .sku {
    font-size: 14px;
}


.additional-information h2 {
    display: none;
}

.additional-information .et_pb_tab {
    padding: 0;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes * {
    border: none !important;
}

.woocommerce table.shop_attributes th {
    width: 50%;
    max-width: 275px;
    font-weight: 600;
    padding: 8px 8px 8px 18px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
}

.woocommerce table.shop_attributes {
    margin-bottom: 0;
}

ul.et_pb_tabs_controls {
    background-color: #0f0f0f;
}

.et_pb_tabs_controls li {
    border: none !important;
}

.et_pb_tabs,
.et_pb_wc_tabs {
    border: 1px solid #f1f1f1;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgb(241 241 241);
}

ul.et_pb_tabs_controls:after {
    border: none !important;
}

#page-container #main-content .et_pb_tabs_controls li a,
.video-heading h2,
.videos h2 {
    text-decoration: none;
    color: #fff !important;
    padding: 10px 30px 10px;
    vertical-align: middle;
    font-weight: 700;
    display: table-cell;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px !important;
    background: #101010;
}

.videos h2 {
    display: block;
    width: 100%;
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background: none !important;
}

.key-features ul li,
.competitive-edge ul li {
    margin-bottom: 1em;
}

.key-features ul li:last-child,
.competitive-edge ul li:last-child {
    margin-bottom: 0;
}

#page-container .video-heading {
    background-color: #0f0f0f;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

/* related products and upsell products */

#page-container .related.products .et_shop_image img,
#page-container .upsells.products .et_shop_image img {
    margin: 0 0 9px !important
}

#page-container .product .related li h2,
#page-container .product .upsells li h2 {
    font-size: 26px !important;
    padding-bottom: 16px;
    text-align: left;
}

#page-container .product .related h2,
#page-container .product .upsells h2 {
    font-size: 18px !important;
    margin-bottom: 1em;
    text-align: left;
}

/* cart */

.input-text.qty.text,
th.product-name {
    width: 100%;
}

th.product-thumbnail {
    width: 10%;

}

.shop_table .product-thumbnail {
    padding: 0;
}

.woocommerce-cart table.cart img {
    width: 100%;
}

.shop_table {
    font-size: 18px;
}

#page-container .shop_table th {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.shop_table {
    border-color: #d9d9d9 !important;
}

#page-container .shop_table .button,
#page-container .checkout_coupon .button {
    font-size: 14px !important;
}

.shop_table tr:last-child {
    background: #f1f1f1;
}

.checkout-title h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    opacity: .2;
    cursor: default !important;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
    transform: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.et_overlay {
    background-color: transparent !important;
}

.et_overlay:before {
    content: none !important;
}

.cross-sells h2,
.cart_totals h2 {
    padding-bottom: 2em;
    padding-top: 1em;
    margin: 0;
}

#page-container .woocommerce #respond input#submit,
#page-container .woocommerce-page #respond input#submit,
#page-container .woocommerce #content input.button,
#page-container .woocommerce-page #content input.button,
#page-container .woocommerce-message,
#page-container .woocommerce-error,
#page-container .woocommerce-info {
    background: #fff !important;
    border: 2px solid #f00000 !important;
    border-radius: 5px;
    color: #d00000 !important;
    padding-left: 58px !important;
}

#page-container .woocommerce-message:before,
#page-container .woocommerce-error:before,
#page-container .woocommerce-info:before {
    content: '\f06a' !important;
    display: inline-block !important;
    font-family: 'Font Awesome 5 Pro';
    color: #d00000 !important;
    top: 17px;
}

.woocommerce-checkout h3 {
    text-transform: capitalize;
    padding-bottom: 1em;
}

#customer_details .col-1,
#customer_details .col-2 {
    margin-bottom: 2em;
}


/* .track-order */

.track_order p:last-of-type {
    padding-top: 6%;
    text-align: center;
}


/* mobile */

@media only screen and (max-width:980px) {
    .home-hero .et_pb_button_module_wrapper {
        text-align: center !important;
    }

    .category-list,
    .category-sidebar {
        display: none;
    }

    .tax-product_cat.et-db #et-boc .et-l .et_pb_section_1_tb_body.et_pb_section {
        padding-top: 0;
    }

    .home-hero .et_pb_column {
        margin-bottom: 15px;
    }

    .mobile-2-col .et_pb_column {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }

    .mobile-2-col .et_pb_column:nth-child(2n) {
        margin-right: 0 !important;
    }

    #page-container .et_pb_button,
    #page-container .gform_button,
    .woocommerce #page-container div.product form.cart .button,
    .woocommerce #page-container .button,
    #page-container .shop_table .button,
    #page-container .checkout-button,
    .woocommerce-checkout #page-container .button,
    #page-container .track_order .button {
        font-size: 14px;
    }

    .footer-widget,
    .footer-widget li,
    .footer-widget li a,
    #footer-info {
        font-size: 14px;
    }

    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 20px;
    }

    #page-container .shop_table th,
    .woocommerce table.shop_table td {
        font-size: 12px;
    }

    .woocommerce-column--billing-address {
        margin-bottom: 20px;
    }

    .woocommerce-order-received h1:before {
        content: 'Order Complete';
        font-size: 28px !important;
        line-height: 30px;
        display: block;
        color: #fff;
        text-align: center;
    }

    .woocommerce-checkout div.et_pb_section.et_pb_section_0,
    #breadcrumb-container {
        background-image: linear-gradient(90deg, #d00000 50%, #ffff 50%) !important;
        background-image: none !important;
        background-color: #d00000;
    }
}

/*
.woocommerce-product-attributes-item--weight {
    display: none;
}
*/

.single-product .et_pb_video,
.single-product .videos {
    overflow: hidden;
}


.shipping-calculator-form #calc_shipping_city {
    display: none;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: .5em;
    padding-top: .5em;
    border: 0;
}

.woocommerce-grouped-product-list.group_table {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .group_table td img {
    max-width: 50px;
}

.woocommerce div.product form.cart .group_table .woocommerce-Price-amount.amount {
    font-weight: bold;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 30px;
    line-height: 1.15em;
}

.woocommerce-order-received h1 {
    font-size: 0 !important;
}

.woocommerce-order-received h1:before {
    content: 'Order Complete';
    font-size: 28px !important;
    line-height: 30px;
    display: block;
}



@media only screen and (min-width:981px) {
    #contact-us h2 {
        font-size: 56px;
    }

    #top-menu .sub-menu li a {
        font-size: 14px;
    }
}

/* product list */

.woocommerce ul.products.columns-4 li.product:nth-child(4n) {
    margin-right: 0;
}

.service-items {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin: 12rem 0 0 0;
    text-align: left;
}

.service-items > * {
    width: 100%;
}

.service-title {
    border-top: 1px solid #010101;
    margin: 1rem 0;
    padding-top: 1rem;
}

.service-item {
    margin: 0;
    padding: 1rem 1rem 2rem 1rem;
}

.service-image {
    border: 1px solid #706e6e;
    padding: 1rem;
    width: 60%;
}

.service-image img {
    aspect-ratio: 1/1;
    display: block;
    max-width: none;
    object-fit: contain;
    width: 100%;
}

.service-copy h3 {
    font-size: 1.5rem !important;
}

.service-copy p {
    font-size: .875rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .service-items {
        flex-flow: row wrap;
    }

    .service-items > * {
        width: 50%;
    }

    .service-items > *:first-child {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .service-items {
        flex-flow: row nowrap;
    }

    .service-items > * {
        width: 25% !important;
    }
}


.page-id-498 h3 {
    margin-top: 1em;
    font-size: 150%;
}

.map {
    padding-top: 2em;
}

@media only screen and (max-width:768px) {
    .et_pb_section_video_bg {
        display: none !important;
    }
}

@media only screen and (max-width:680px) {
    .home .mobile-2-col .et_pb_column:first-of-type {
        width: 100% !important;
        margin-right: 0;
    }

    .home .mobile-2-col .et_pb_column {
        margin-right: 0 !important;
    }

    .home .mobile-2-col .et_pb_column:nth-child(2n) {
        margin-right: 5.5% !important;
    }
}

/* Header Overides for Product Categories */
.term-robot.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/robot-title.jpeg) !important;
    background-position: bottom center;
}

.term-industrial-dollies.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/transporthandles.jpeg) !important;
    background-position: bottom center;
}

.term-rotating-dollies.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/rotating1.1.jpg) !important;
}

.term-jacks.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/jacks-picture.jpeg) !important;
}

.term-pumps.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/pumps-picture.jpeg) !important;
}

.term-parts.et-db #et-boc .et-l div.et_pb_section.et_pb_section_0_tb_body {
    background-image: linear-gradient(90deg, rgba(16, 16, 16, .8) 0%, rgba(16, 16, 16, .6) 100%), url(/wp-content/uploads/2021/02/parts-still.jpeg) !important;
}

#gfield_description_1_7,
#gfield_description_2_7 {
    display: block;
    font-size: 10px;
    padding-top: 0;
}


.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

/* Video Library */
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.svg#slick') format('svg');
}

.video_slider_wrap h2 {
    padding-bottom: 40px;
    padding-top: 60px;
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide {
    float: left;
    margin: 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    /*position: absolute;*/
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* search */

.search #page-container .woocommerce ul.products li.product,
.search #page-container .woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 1.8% 1.8% 1.8%;
    padding: 0;
    width: 23.05%;
    margin-left: 0;
    padding: 15px;
    border: 1px solid #ddd;
}

.search-results article.et_pb_post {
    display: flex;
    margin-bottom: 3%;
    width: 100%;
    float: left;
    margin-right: 3%;
}

.search-results article.et_pb_post .entry-featured-image-url {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

#page-container .search-results article.et_pb_post:nth-child(3n+1) {
    margin-right: 0;
}

#page-container .search-results article .entry-title a {
    font-size: 18px !important;
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    color: #414141 !important;
    min-height: 52px;
    padding: .5em 0;
    margin-top: 0;
    letter-spacing: 0;
    text-transform: capitalize;
}


#page-container .search-results article .entry-featured-image-url {
    margin-bottom: 0;
    height: 175px;
    width: 207px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

#page-container .search-results article .entry-featured-image-url img {
    vertical-align: bottom;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.search-results #page-container #sidebar {
    position: relative;
    z-index: 9;
}

#page-container .search-results article .entry-title a {
    font-size: 14px;
    padding: 15px;
    display: block;
    line-height: 20px;
    font-weight: 600;
    height: 67px;
}

@media (max-width: 768px) {
    .search-results article.et_pb_post {
        margin-bottom: 3%;
        width: 100%;
        float: left;
        margin-right: 0;
    }
    #page-container .search-results article .entry-featured-image-url {
        height: 91px;
        width: 108px;
    }
}

@media (min-width: 981px) {
    .search-results #page-container #main-content .container:before {
        content: "";
        position: absolute;
        top: 0;
        left: auto !important;
        right: 77%;
        height: 100%;
        width: 100%;
        z-index: 0;
        background-color: #f5f5f5;
    }
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {

    color: #878787 !important;
    content: '' !important;
}

.woocommerce-widget-layered-nav-list__item--chosen a {
    font-weight: 700 !important;
}

.woocommerce div.product .stock {
    color: #3D7B23 !important;
}

body a {
    color: #d00000;
}

#page-container #et-secondary-nav a {
    color: #fff;
}

/* company about us */
.et-social-icon a,
.et_pb_member_social_links a {
    background: red !important;
    background-color: red !important;
    padding: 8px !important;
    border-radius: 5px !important;
    line-height: 1em !important;
    color: white !important;
    transition: all .3s ease 0s !important;
}

.et-social-icon a:hover,
.et_pb_member_social_links a:hover {
    color: red !important;
    background: white !important;
    background-color: white !important;
    transition: all .3s ease 0s !important;
}

.et-social-icon a:hover,
.et_pb_member_social_links a:hover {
    color: red !important;
    background: white !important;
    background-color: white !important;
    transition: all .3s ease 0s !important;
}

#post-169 .et_pb_member_social_links {
    position: absolute;
    bottom: 86px;
    right: -27px;
}

#post-169 .et_pb_member_position {
    min-height: 55px;
}

/* Edits - Transport Dollies - 7/27/2023 */


.single-manuals a {
    min-width: 100% !important;
}


.grouped-prod-docs.product-docs-meta {
    min-width: 100% !important;
}

.product-docs-meta a {
    min-width: 100% !important;
}


.et_pb_module.et_pb_text.et_pb_text_1_tb_body.grouped-prod-docs.product-docs-meta.et_pb_text_align_center.et_pb_bg_layout_light a {
    min-width: 100% !important;
}

html:lang(es-ES) .sku_wrapper .sku:before {
    content: 'Artículo N.º:  ';

}

html:lang(es-ES) #main-content .additional_information_tab a,
/*
html:lang(es-ES) .et_pb_text_6_tb_body.et_pb_text,
html:lang(es-ES) .et_pb_text_3_tb_body.et_pb_text,
*/
html:lang(es-ES) .learn-more p,
html:lang(es-ES) .woocommerce div.product .woo-custom-stock-status.out_of_stock_color,
html:lang(es-ES) .woocommerce div.product .woo-custom-stock-status.in_stock_color,
html:lang(es-ES) .ask-about-this-product h2,
html:lang(es-ES) .competitive-edge h2,
html:lang(es-ES) .ask-about-this-product p,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_steering-handlebar .woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_swivel-plate-steering-angle .woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_roller-amount th.woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_total-load-capacity-per-set th.woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_max-working-pressure th.woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size-of-rubber-pad th.woocommerce-product-attributes-item__label,
html:lang(es-ES) div#accessories-text h2,
html:lang(es-ES) .key-features h2,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_position-points th.woocommerce-product-attributes-item__label,
html:lang(es-ES) .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_loading-height-toe-max th.woocommerce-product-attributes-item__label,
html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_stroke th.woocommerce-product-attributes-item__label,
html:lang(es-ES) form.woocommerce-form.woocommerce-form-track-order.track_order p:first-of-type {
    visibility: hidden !important;
    position: relative !important;
}

html:lang(es-ES) #main-content .additional_information_tab a:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 25px;
    content: 'ESPECIFICACIONES' !important;
    text-decoration: underline !important;

}




html:lang(es-ES) .woocommerce div.product .woo-custom-stock-status.in_stock_color:after {
    color: #275315 !important;
    font-size: inherit;
    visibility: visible;
    position: absolute !important;
    top: 0;
    right: 60%;
    content: 'En existencia' !important;
}

/*
html:lang(es-ES) .et_pb_text_6_tb_body.et_pb_text: after,
html:lang(es-ES) .et_pb_text_3_tb_body.et_pb_text: after,
*/
html:lang(es-ES) .learn-more p: after {
    visibility: visible;
    position: absolute !important;
    top: 0;
    left: 160px;
    content: 'Obtener más información' !important;

}


html:lang(es-ES) .woocommerce div.product .woo-custom-stock-status.out_of_stock_color: after {
    visibility: visible;
    position: absolute !important;
    top: 0;
    left: 0;
    content: 'Llame para obtener más detalles' !important;

}

html:lang(es-ES) .ask-about-this-product h2: after {
    visibility: visible;
    position: absolute !important;
    top: -60px;
    left: 0;
    content: 'PREGUNTE POR ESTE PRODUCTO' !important;
}

html:lang(es-ES) .competitive-edge h2:after {
    visibility: visible;
    position: absolute !important;
    top: 10px;
    left: 0px;
    content: 'VENTAJA COMPETITIVA' !important;
}

html:lang(es-ES) .ask-about-this-product p:after {
    visibility: visible;
    position: absolute !important;
    top: 0;
    left: 0;
    content: 'Descubra cómo GKS proporciona las soluciones de carga pesada y los servicios integrales que necesita para hacer bien su trabajo de elevación y transporte.' !important;
}

html:lang(es-ES) .category-intro:after {
    content: 'Obtener más información \f0d7';
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: .75em;
    font-weight: 600;
    margin-top: .5em;
    text-transform: uppercase;
}

.shop_securely:before {
    content: 'Shop securely & confidently';
}

html:lang(es-ES) .shop_securely:before {
    content: 'Compre de forma segura';
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_steering-handlebar .woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Manillar de dirección' !important;

}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_swivel-plate-steering-angle .woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Placa giratoria/Ángulo de dirección' !important;
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_roller-amount th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Cantidad de rodillos' !important;
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_total-load-capacity-per-set th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: -5px;
    left: 16px;
    content: 'Capacidad de carga total por conjunto' !important;
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_max-working-pressure th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 4px;
    left: 16px;
    content: 'Presión de funcionamiento máxima' !important;
}


html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size-of-rubber-pad th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: -3px;
    left: 16px;
    content: 'Tamaño de la almohadilla de goma' !important;
}

html:lang(es-ES) div#accessories-text h2:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 25px;
    content: 'ACCESORIOS' !important;
}

html:lang(es-ES) .key-features h2:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 0;
    content: 'CARACTERÍSTICAS CLAVE' !important;
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_position-points th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Puntos de posición' !important;
}

html:lang(es-ES) .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_loading-height-toe-max th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Altura de carga: Máx. de uña' !important;
}

html:lang(es-ES) tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_stroke th.woocommerce-product-attributes-item__label:after {
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 16px;
    content: 'Recorrido' !important;
}

html:lang(es-ES) .product-manual,
html:lang(es-ES) .product-schematic,
html:lang(es-ES) .product-certification,
html:lang(es-ES) .product-spare-parts,
html:lang(es-ES) .product-catalog {
    width: 47%;
}


html:lang(es-ES) form.woocommerce-form.woocommerce-form-track-order.track_order p:first-of-type:after {
    visibility: visible;
    position: absolute !important;
    top: 0;
    left: 0%;
    content: 'Para hacer el seguimiento de su pedido, introduzca el ID de su pedido en el cuadro de abajo y pulse el botón “Seguir”. Lo encontrará en su recibo y en el correo electrónico de confirmación que debería haber recibido.' !important;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls {
    background-color: #0f0f0f !important;
}

/* @media screen (min-width: 981px) {
    #main-header {
        height: 94px !important;
        top: 74px !important;
    }
} Cant get stylesheet to connect*/



.fsm-unique-heading-style h3 {
    font-size: 26px !important;
}




/* wpml in navigation */
a.wpml-ls-link {
    padding-top: 0px !important;
}


@media only screen and (max-width: 546px) {

    .wpml-ls-legacy-list-horizontal {
        width: 68%;
        float: left !important;
    }

}

@media only screen and (min-width: 546px) {


    .wpml-mobile {

        float: left;
    }
}


@media only screen and (min-width: 980px) {
    .wpml-mobile {
        display: none;
    }
}

/* End of wpml in navigation */




/* Equipment Manuals */

#equipment-manuals-section #equipment-manuals .dolly a {
    color: white;
    text-decoration: none !important;
}

#equipment-manuals-section #equipment-manuals .dolly a:hover {
    color: white !important;
    text-decoration: underline !important;
}


#equipment-manuals-section #equipment-manuals .jack a {
    color: white;
    text-decoration: none !important;
}


#equipment-manuals-section #equipment-manuals .jack a:hover {
    color: white !important;
    text-decoration: underline !important;
}

/*TechSEO Dec 2023*/

div#shop-categories-row h2 {
    font-size: 16px !important;
    letter-spacing: 0 !important;
}

/*Larger font size for title text news & events page */
#post-6475 h2.entry-title {
    font-size: clamp(1.25rem, 1.1303rem + 0.5319vw, 1.5625rem) !important;
}

@media only screen and (min-width: 1500px) {
    .product-schematic {
        margin-right: 5%;
    }
}


/*support page blurbs*/

.support-links .et_pb_blurb_content {
    /*    min-height: 180px;*/
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 5px !important;
    transition: .3s all ease;
    box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.15);
}

.support-links .et_pb_blurb_content:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*insight page post title */
.insights #insights-row h2 {
    text-transform: none !important;
    font-size: clamp(1.25rem, 1.1303rem + .5319vw, 1.5625rem) !important;
}

/*TechSEO 1/15/24*/
.et_pb_member_position {
    color: #666 !important;
}

#main-content .product .noprint .et_pb_column_5_tb_body {
    background-color: unset;
}


/* accessories styles */
li.accessories {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
    list-style-type: none;
}

@media only screen and (max-width: 980px) {
    width: 48% !important;
}

h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    color: #414141 !important;
    min-height: 52px;
    padding: 0.5em 0;
}

bdi.accessories {
    font-size: 16px;
    font-weight: 700;
    color: #706e6e !important;
    font-family: 'open sans', sans-serif;
}

a.RL-cart {
    font-size: 0;
    background: 0 0;
    color: #d00000;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block !important;
}



/* a.RL-cart:after {
	content: '\f217' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    margin: 0 !important;
    opacity: 1;
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: -169px;
    line-height: 1em;
    font-weight: 300;
    font-size: 40px;
    animation: none !important;
	color: #d00000;
} */
a.add-on-cart {
    font-size: 0;
    background: 0 0;
    color: #d00000;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block !important;
}

span.price.accessories {
    position: relative;
}

/* a.add-on-cart:after {
    content: '\f217' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    margin: 0 !important;
    opacity: 1;
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: -23px !Important;
    line-height: 1em;
    font-weight: 300;
    font-size: 40px;
    animation: none !important;
	color: #d00000;
} */

span.woocommerce-Price-currencySymbol.add-ons:after,
.accessories span.woocommerce-Price-currencySymbol:after {
    content: '\f217' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    /* margin: 0 !important; */
    /* opacity: 1; */
    /* display: inline-block !important; */
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 2em;
    font-weight: 300;
    font-size: 1em;
    animation: none !important;
    color: #d00000;
    line-height: 1em;
    font-size: 1.5em;
}


span.woocommerce-Price-currencySymbol.add-ons:after,
.accessories span.woocommerce-Price-currencySymbol:after {
    padding-right: 5%;
    padding-bottom: 5%;
}

p.woocommerce-loop-product-accessory-addons {
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #414141 !important;
    font-weight: 400;

}

span.price.accessories.add-ons {
    padding: 5% 0;
}


ul.products.columns-4.accessories {
    display: flex;
}

span.price.accessories.add-ons bdi.accessories a.add-on-cart {
    width: 100%;
}

h2.woocommerce-loop-product__title.add-on {
    color: #d00000 !important;
}

span.price.accessories.add-ons {
    border: 2px solid #000;
    padding: 5%;
}

.overall-add-on {
    margin-top: 5% !important;
}

/*
Tech SEO
*/
/*Accessibility Improvements*/
.support-links h3 {
    font-size: clamp(1rem, 0.875rem + 0.3333vw, 1.125rem) !important;
}

.category-blurbs h2 {
    letter-spacing: 0 !important;
    font-size: 36px !important;
}

#page-container #main-content .woocommerce .products .product .price .woocommerce-Price-amount {
    color: #333 !important;
}

p.stock.in-stock.grouped_product_stock_status_color.woo-custom-stock-status,
.woocommerce div.product .woo-custom-stock-status.grouped_product_stock_status_color {
    color: #334829 !important;
}

.stock.in-stock.woo-custom-stock-status,
.woocommerce-page .woocommerce div.product .woo-custom-stock-status.grouped_product_stock_status_color {
    color: #334829 !important;
}

.woocommerce div.product .woo-custom-stock-status.in-stock.grouped_product_stock_status_color,
.woocommerce div.product .woo-custom-stock-status.in_stock_color,
.woocommerce div.product .stock.woo-custom-stock-status.in_stock_color {
    color: #334829 !important;
    font-size: inherit
}


/* single-post */

.single-post #page-container h2,
.single-post #page-container h3,
.single-post #page-container h4 {
    font-family: 'Aleo', Georgia, "Times New Roman", serif;
    text-transform: capitalize;
    letter-spacing: 0;
}

.single-post #page-container h2 span,
.single-post #page-container h3 span,
.single-post #page-container h4 span {
    font-weight: inherit;
}

.single-post #page-container h2 {
    font-size: clamp(2em, 2.5cqi, 36px) !important;
    margin-top: .5em;
}

.single-post #page-container h3 {
    font-size: clamp(1.6em, 2.5cqi, 26px) !important;
}

.single-post #page-container h4 {
    font-size: clamp(1.4em, 2.5cqi, 20px) !important;
}

.et_pb_blog_grid {
	.et_pb_post {
		h3 > a {
		font-size:clamp(1.25rem, round(0.75rem + 2cqi, 0.5em), 1.5rem) !important;

		}
	}
}


/* Accordions FAQ Style */
.accordion h3 {
    font-size: 22px !important;
}


/* Accordions with "accordion-black-banner" class added */
.accordion-black-banner .et_pb_accordion_item {
    padding: 0 !important;
}
.accordion-black-banner .et_pb_accordion_item .et_pb_toggle_title {
    padding: 15px 20px !important;
    color: #FFFFFF !important;
    background: black !important;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.7em !important;
    letter-spacing: 1.6px !important;
    text-decoration: underline !important;
}
.accordion-black-banner .et_pb_accordion_item .et_pb_toggle_title::before {
    right: 14px !important;
}
/*add icon to the opened accordion*/
.accordion-black-banner .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\42" !important;
}
.accordion-black-banner .et_pb_accordion_item .et_pb_toggle_content {
    padding: 20px !important;
}
