/*
Colors:
#a4cc0a -> Green (from T-Shirts Logo)
#333333 -> Dark Grey Background
#394149 -> Dark Grey Text
#f0d62c -> Yellow
*/

.bg-light {
    background-color: #f6f6f6 !important;
}
.bg-dark {
    background-color: #333333 !important;
    color: #fff;
}
.green {
    color: #a4cc0a;
}
.yellow {
    color: #f0d62c;
}
.white {
    color: #fff;
}
.bold {
    font-weight: bold;
}
.bg-dark a,
.bg-dark a:visited,
.bg-dark a:hover {
    color: #f0d62c;
}

/* Global Styles */

html, body {
    color: #394149;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #394149;
}
a {
    color: #394149;
}

.title-font {
    font-family: bely-display, sans-serif;
    font-weight: 400;
    line-height: 1.125;
    font-style: normal;
}
.btn-cta-yellow,
.btn-cta-yellow:hover {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-right: 20px;
    background-color: #f0d62c;
    color: #394149;
}

.btn-primary,
.btn-primary:active,
.btn-primary:first-child:active {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-right: 20px;
    background-color: #f0d62c;
    color: #394149;
}
.btn-outline-primary {
    padding: 15px 30px;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
    margin-right: 20px;
    background-color: #fff;
    color: #394149;
}
.btn-outline-primary:hover {
    background-color: #fff;
    border-color: #aaa;
    color: #394149;
}
.btn.green {
    background-color: #a3cc00;
    border-color: #a3cc00;
    color: #fff !important;
}
.btn.green:hover {
    background-color: #99bf00;
    border-color: #99bf00;
    color: #fff !important;
}
.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container > img,
.video-container iframe {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Header + Nav */
section.top-bar .top-links ul {
    padding: 0;
    margin: 0;
}
section.top-bar .top-links ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
section.top-bar .top-links ul li > i {
    color: #a4cc0a;
}
.top-bar .tp-widget-wrapper {
    text-align: right;
}
section.search-bar .top-logo img {
    width: 180px;
    margin-top: 5px;
}
section.search-bar {
    display: block;
    background-color:#333333;
    color:#fff;
    padding: 20px 0;
}
section.search-bar #header-search-form input[type=text] {
    padding: 15px 30px;
    border: none;
    border-radius: 50px 0 0 50px;
}
section.search-bar #header-search-form button[type=submit] {
    background-color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 0 50px 50px 0;
}
section.search-bar #header-search-form button[type=submit]:hover {
    color: #a4cc0a;
}
section.search-bar .cta-buttons {
    text-align: right;
}
section.search-bar .btn-quote {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-right: 0;
    background-color: #f0d62c;
    color: #394149;
}
section.search-bar .btn-cart {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background-color: #a4cc0a;
    color: #394149;
    margin-right: 0;
}
@media (max-width: 700px) {
    section.search-bar .btn-quote {
        padding: 15px 20px;
        margin-right: 0;
    }
    section.search-bar .btn-cart {
        padding: 15px 20px;
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    section.search-bar .top-logo  {
        padding: 0;
    }
    section.search-bar .cta-buttons {
        padding: 0;
    }
    section.search-bar .btn-quote {
        padding: 12px 15px;
        margin-right: 0;
    }
    section.search-bar .btn-cart {
        padding: 12px 15px;
        margin-right: 0;
    }
}
header nav {
    background-color: #ededed;
}
header #navbarSupportedContent li.nav-item.dropdown {
    margin: 0 10px 0 0;
}
header #navbarSupportedContent li.nav-item.dropdown:hover > a {
    color: #a4cc0a;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a4cc0a;
}
header nav ul.service-menu {
    float: right;
    padding: 0;
    margin: 10px 0;
}
header nav ul.main-menu li,
header nav ul.service-menu li {
    display: block;
    float: left;
    margin-right: 20px;
}
header nav ul.service-menu li:last-child {
    margin-right: 0;
}
header nav ul.main-menu li a,
header nav ul.service-menu li a {
    text-decoration: none;
    color: #394149;
}
header nav ul.main-menu li a:hover,
header nav ul.service-menu li a:hover {
    color: #a4cc0a;
}

@media (max-width: 1440px) {
    header #navbarSupportedContent li.nav-item.dropdown {
        margin: 0 2px 0 0;
    }
    header nav ul.main-menu li, header nav ul.service-menu li {
        display: none;
    }
}
nav.navbar {
    min-height: 60px;
}
@media (max-width: 992px) {
    .navbar-toggler:active,
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        border: none !important;
        box-shadow: none !important;
    }
    .navbar-toggler {
        border: 0;
        margin-left: -1rem;
    }
    header #navbarSupportedContent li.nav-item.dropdown {
        margin: 0 2px 0 0;
    }
    header nav ul.main-menu li, header nav ul.service-menu li {
        display: none;
    }
    header nav .dropdown-menu.show {
        background-color: transparent;
        border: none;
    }
}

main section:first-child {
    padding-top: 210px;
}
@media (max-width: 575px) {
    main section:first-child {
        padding-top: 150px;
        margin-bottom: 20px;
    }
}
/*
section.nav-top-offset {
    padding-top: 240px;
}
@media (max-width: 575px) {
    section.nav-top-offset {
        padding-top: 180px;
    }
}
*/

/* Home */

section.home-banner {
    margin-top: 138px;
    background: url('/v2g/_images/hero.png') right center no-repeat;
    background-size: cover;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.home-banner .banner-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}
section.home-banner .banner-body h1.title {
    color: #333;
    font-family: bely-display, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.125;
}
section.home-banner .banner-body .subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}
section.home-banner .banner-body .buttons:last-child {
    margin-bottom: -0.5rem;
}
section.home-banner .banner-body .buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media screen and (max-width: 680px) {
    section.home-banner {
        background: url(/v2g/_images/hero_mobile.png) top right no-repeat;
        background-size: cover;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    section.home-banner .banner-body .subtitle {
        display: block;
        width: 50%;
        color: #4a4a4a;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.25;
        margin-bottom: 3rem;
    }
    section.home-banner .btn-primary {
        padding: 15px 15px;
        border: none;
        border-radius: 50px;
        margin: 0;
    }
    section.home-banner .btn-primary:first-child {
        margin-right: 15px;
    }
    .home-banner.video .banner-body h1 {
        font-size: 38px !important;
    }
    .home-banner.video .banner-body p.subtitle {
        width: 100%;
    }
    .home-banner.video .banner-body h1 br,
    .home-banner.video .banner-body p.subtitle br {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    section.home-banner .banner-body {
        padding: 3rem .5rem;
    }
}

@media screen and (min-width: 700px) {
    section.home-banner .banner-body {
        padding: 4rem 4.5rem;
    }
    section.home-banner .banner-body h1.title {
        font-size: 60px;
        font-weight: 400;
        line-height: 1.125;
    }
}
@media screen and (min-width: 900px) {
    section.home-banner .banner-body {
        padding: 4rem 4.5rem;
    }
    section.home-banner .banner-body h1.title {
        font-size: 80px;
        font-weight: 400;
        line-height: 1.125;
    }
}
@media screen and (min-width: 1200px) {
    section.home-banner .banner-body {
        padding: 9rem 4.5rem;
    }
    section.home-banner .banner-body h1.title {
        font-size: 100px;
        font-weight: 400;
        line-height: 1.125;
    }
}
@media (max-width: 1200px) {
    section.home-banner {
        margin-top: 130px;
    }
}
@media (max-width: 895px) {
    section.home-banner {
        margin-top: 106px;
    }
}
@media (max-width: 576px) {
    section.home-banner {
        margin-top: 28px;
    }
}
@media (max-width: 380px) {
    section.home-banner {
        margin-top: 0;
    }
}
section.home-banner.video {
    position: relative;
    background: none;
    overflow: hidden;
    color:#fff;
    padding-top: 40px;
}


section.home-banner.video .banner-body h1.title,
section.home-banner.video .banner-body .subtitle {
    color: #fff;
    text-shadow: rgba(0,0,0,.5) 1px 0 10px;
}

section.page-intro,
section.product-detail,
section.home-intro {
    margin-top: 60px;
    margin-bottom: 60px;
}
section.home-intro .intro-txt h1 {
    margin-bottom: 20px;
}
section .intro-txt h3 {
    font-size: 2.5rem;
}
@media (max-width: 768px) {
    h1 {
        font-size: 27px !important;
    }
    h2,h3,h4 {
        font-size: 21px !important;
    }
}
section.home-intro .intro-txt img {
    border-radius: 10px;
}
section.home-highlights .highlight {
    text-decoration: none;
    font-weight: bold;
}
section.home-highlights .highlight:hover {
    color: #a4cc0a
}
section.home-highlights .product-card .image {
    overflow: hidden;
    position: relative;
    display: block;
}
section.home-highlights .product-card:hover img {
    transform: scale(1.04);
}

.highlight-product-row a.product {
    display: block;
    text-decoration: none;
}

#topVideoBoxFullWidth {
    position: absolute;
    top:0;
    bottom:0;
    z-index: -1;
}
#topVideoBoxFullWidth video {

}
@media (max-width: 992px) {
    #topVideoBoxFullWidth {
        top: 100px;
        bottom: auto;
    }
    section.home-banner.video {
        padding-top: 120px;
    }
}

/* Pages */

section.client-logos .client-logo {
    padding: 10px 30px;
}

.product .list-product__colors {
    font-size: 12px;
}
.product .list-product__colors > p {
    margin-bottom: .25rem;
}

section.info-text h1 {
    margin-bottom: 20px;
}
section.info-text img {
    border-radius: 10px;
}
section.info-text.block-btn:nth-child(even) {
    background-color: #f6f6f6 !important;
}

section.info-text ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
}
section.info-text ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}
section.info-text ul li:before {
    position: absolute;
    left: 8px;
    top: 4px;
    color: #a4cc0a;
    display: inline-block;
    font: normal normal normal 16px / 1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
    /*content: "\f058";*/
}

section.info-text.block-btn.dark {
    background-color: #333333 !important;
    padding-top: 2rem;
}
@media (min-width: 768px) {
    section.info-text.block-btn.dark {
        padding-top: 0;
        height: 420px !important;
    }
    section.info-text.block-btn.dark .intro-txt {
        height: 420px !important;
    }
}
section.info-text.block-btn.dark p,
section.info-text.block-btn.dark h3 {
    color: #fff;
}
section.info-text .img-right-50 {
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-steps {
    width: 100%;
    display: flex;
    margin: 32px 0 0 0;
}
.home-steps .steps-circle {
    flex: 0 0 130px;
    position: relative;
    padding: 20px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #f0d62c;
    z-index: 999;
}
.home-steps .steps-circle:first-child {
    margin-left: calc(16% - 65px);
}
.home-steps .steps-circle:last-child {
    margin-right: calc(16% - 65px);
}
.home-steps .steps-circle .dot-step {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f0d62c;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.home-steps .steps-circle img {
    display: block;
    position: absolute;
    left: 28px;
    top: 28px;
    width: 70px;
    height: 70px;
}
.home-steps .steps-line-top {
    flex: 1 1 100px;
    width: 300px;
    height: 70px;
    z-index: 998;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-top: dashed 2px #f0d62c;
    padding: 5px 50px;
    border-radius: 50%;
    margin: 30px -50px 0;
}
.home-steps .steps-line-bottom {
    flex: 1 1 100px;
    width: 300px;
    height: 50px;
    z-index: 998;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: dashed 2px #f0d62c;
    padding: 10px 40px;
    border-radius: 50%;
    margin: 20px -50px 0;
}

.btn-primary.yellow,
.btn-primary.yellow:active,
.btn-primary.yellow:first-child:active {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background-color: #f0d62c;
    color: #394149;
}
.btn-primary.green,
.btn-primary.green:active,
.btn-primary.green:first-child:active {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background-color: #a4cc0a;
    color: #394149;
}
.btn-primary.white,
.btn-primary.white:active,
.btn-primary.white:first-child:active {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background-color: #ffffff;
    color: #394149;
}

.color-dot {
    display: block;
    --color: yellow;
    --border: 0;
    --size: 24px;
    background-color: var(--color);
    border-radius: 50%;
    border-style: solid;
    border-width: var(--border);
    width: var(--size);
    height: var(--size);
    /*line-height: var(--size);*/
    float: left;
    margin-right: 4px;
}
.color-dot.gradient {
    /*background: linear-gradient(135deg, #1c1c1c 50%,#42ff78 51%);*/
    --gradient1: #1c1c1c;
    background: linear-gradient(135deg, var(--gradient1) 50%, var(--gradient2) 51%);
}
.color-dot.dashed {
    --border: 1px;
    border-style: dashed;
}
.color-dot.solid {
    --border: 1px;
    width: 26px;
    height: 26px;
    border-style: solid;
    /*line-height: 23px;*/
    text-align: center;
}
.color-dot.text {
    --border: 1px;
    width: 26px;
    height: 26px;
    border-style: solid;
    line-height: 24px;
    text-align: center;
    /*padding-top: 6px;*/
    font-size: 11px;
}


section.newsletter > div.container {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}
@media (max-width: 768px) {
    section.newsletter > div.container {
        background: none !important;
    }
}

section.newsletter h3,
section.newsletter p {
    color:#fff;
}
section.newsletter h3 {
    font-size: 2.5rem;
}

/*section.newsletter .product-shower {*/
/*    position: relative;*/
/*    height: 370px;*/
/*    overflow: hidden;*/
/*}*/
/*section.newsletter .product-shower img {*/
/*    width: 375px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*section.newsletter .product-shower img.front {*/
/*    width: 300px;*/
/*    top: auto;*/
/*    left: auto;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*}*/

/*@media screen and (max-width: 1400px) {*/
/*    section.newsletter .newsletter-img img {*/

/*    }*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*    section.newsletter .newsletter-img img {*/

/*    }*/
/*}*/
/*@media screen and (max-width: 992px) {*/
/*    section.newsletter .newsletter-img img {*/
/*        max-width:  100%;*/
/*    }*/
/*}*/

section.newsletter #subscribe-form input[type=text] {
    padding: 15px 30px;
    border: none;
    border-radius: 50px 0 0 50px;
}
section.newsletter #subscribe-form button[type=submit] {
    background-color: #f0d62c;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-left: -50px;
    z-index: 6;
}
section.newsletter #subscribe-form button[type=submit]:hover {
    color: #a4cc0a;
}

footer .footerbox {
    height: 100%;
    position: relative;
}

footer .footerbox .title {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.8rem;
}
footer .footerbox ul {
    padding: 0;
    margin: 0;
}
footer .footerbox ul li {
    list-style: none;
}
footer .footerbox ul li a {
    color: #333;
    text-decoration: none;
}

/*footer .footerbox .bottom-row {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0*/
/*}*/

#frmFooterSubscribe input[type=text],
#frmFooterSubscribe input[type=email] {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    background-color: #f5f5f5;
}
#frmFooterSubscribe button[type=submit] {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    margin-right: 0;
    background-color: #f0d62c;
    color: #394149;
}

/* Article Overview */

.image {
    display: block;
    position: relative;
}
.image img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.product-detail .photos .large {
    flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
    .product-detail .photos .large {
        margin-left: 100px;
    }
}
@media screen and (min-width: 1216px) {
    .product-detail .photos .large {
        flex: 0 0 580px;
    }
}

a.product.list-product {
    display: block;
    text-decoration: none;
    color: #333;
}
.list-product .image {
    overflow: hidden;
    position: relative;
    display: block;
}
.list-product .image.is-4by5 {
    padding-top: 125%;
}
.list-product .image img {
    width: 100%;
    height: 100%;
    transition: transform .2s;
    position: absolute;
    left: 0;
    top: 0;
}
.list-product:hover .image img {
    transform: scale(1.04);
}
.filter-bar {
    background-color: #fff;
}
.filter-bar .dropdown.btn-group {
    margin-right: .5rem;
}
.filter-bar .dropdown.btn-group button.filter-dropdown {
    border-radius: 20px;
    background-color: #eee;
}
.filter-bar .dropdown.btn-group button.filter-dropdown:hover,
.filter-bar .dropdown.btn-group button.filter-dropdown.show {
    background-color: #ddd;
    color: #333;
}
.filter-bar .dropdown-menu {
    min-width: 15rem;
}
@media screen and (max-height: 968px) {
    .filter-bar .dropdown-menu {
        min-width: 15rem;
        overflow-y: auto;
        max-height: 425px;
    }
}
@media screen and (max-height: 768px) {
    .filter-bar .dropdown-menu {
        min-width: 15rem;
        overflow-y: auto;
        max-height: 200px;
    }
}


.filter-bar .dropdown-menu a {
    text-decoration: none;
}
.filter-bar.sticky-filters {
    position: fixed;
    margin-top: 0;
    z-index: 500;
    width: 100%;
}

#dropdownColorgroups .check {
    position: relative;
    display: block;
    /*margin-left: 1em;*/
    /*color: #404041;*/
    /*font-size: 13px;*/
    font-weight: normal;
    /*line-height: 1.9em;*/
    padding-left: 23px;
}
#dropdownColorgroups .check .color {
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 20px;
    margin-right: 0.5em;
    width: 20px;
    background: #fff;
}
#dropdownColorgroups .check.checked .color:before {
    position: absolute;
    left: 3px;
    top: -3px;
    color: #fff;
    content: "\f00c";
    opacity: 1;
}

/* Article Detail */
.product-detail .photos {
    position: relative;
    height: 100%;
    margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
    .product-detail .photos {
        flex: 0 0 480px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1216px) {
    .product-detail .photos {
        flex: 0 0 680px;
    }
}

.product-detail .photos .photo-viewer {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 100%;
}
.product-detail .photos .thumbs {
    z-index: 9;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
}
.product-detail .photos .thumbs::before {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
}
.product-detail .photos .thumbs::after {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
.product-detail .photos .thumbs ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
    margin: 0;
}
.product-detail .photos .thumbs ul li {
    display: flex;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0);
}
.product-detail .photos .thumbs ul li :hover {
    border: 1px solid #999;
    border-radius: 4px;
}
.product-detail .photos .thumbs img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Slick Slider */
.slick-prev:before,
.slick-next:before {
    color: black;
    font-family: "Font Awesome 6 Pro";
}
.slick-prev:before {
    content: "\f053";
}
.slick-next:before {
    content: "\f054";
}
.slider-thumb > div {
    padding: 10px 20px 20px 10px;
}
.slider-for .slider-panel {
    text-align: center;
}
.slider-for .slider-panel img {
    display: inline;
}

.title.is-4 {
    font-size: 1.5rem;
}
.price-box {
    font-weight: 700;
    font-size: 20px;
}
.price-box__type {
    font-size: 14px;
    font-weight: 400;
}
.product-detail h6 {
    font-size: 1em;
    margin-bottom: 1em;
    color: #333;
    font-weight: 600;
    line-height: 1.125;
}
.has-background-light {
    background-color: #f5f5f5 !important;
}
.order-box .dropdown,
.order-box .dropdown-trigger {
    width: 100%;
}
.dropdown-product-colors .btn {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(.5em - 1px);
    text-align: center;
    white-space: nowrap;
}
.dropdown-product-colors .btn span.color-dot,
.dropdown-product-colors .dropdown-item span.color-dot {
    margin-bottom: -8px;
    display: inline-block;
    float: none;
}
.dropdown-product-colors .btn span.label,
.dropdown-product-colors .dropdown-item span.label {
    line-height: 36px;
    vertical-align:middle;
    display: inline-block;
}
.dropdown-product-colors .btn:focus:not(:active),
.dropdown-product-colors .btn.is-focused:not(:active) {
    box-shadow: 0 0 0 .125em rgba(163, 204, 0, .25);
}
.dropdown-product-colors .btn:focus, .button.is-focused {
    border-color: #485fc7;
    color: #333;
}
.dropdown-product-colors .btn:hover,
.dropdown-product-colors .btn.is-hovered {
    border-color: #b5b5b5;
    color: #333;
}
.dropdown-product-colors .btn.is-fullwidth {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.dropdown-product-colors .btn.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .25em);
}
.dropdown-product-colors input.is-rounded {
    border-radius: 9999px;
    padding-left: calc(1em + .25em);
    padding-right: calc(1em + .25em);
    box-shadow: none;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #333;
}
.order-box .cta-box {
    gap: 32px;
}
.order-box .cta-box button {
    background-color: #f0d62c;
    padding: 15px 3rem;
    border: none;
    border-radius: 9999px;
}

.btn .icon,
.btn .icon.is-small,
.btn .icon.is-medium,
.btn .icon.is-large {
    height: 1.5em;
    width: 1.5em;
}
.dropdown-product-colors .dropdown-toggle::after {
    display: none;
}
.dropdown-product-colors ul.dropdown-menu {
    width: 100%;
}

/* Request Quote */

main section.request-quote:first-child,
main section.request-quote {
    padding-top: 210px;
}
@media (max-width: 575px) {
    main section.request-quote:first-child,
    main section.request-quote {
        padding-top: 170px;
    }
}

section.request-quote .address-card {
    background-color: #eee;
    border-radius: 5px;
}
section.request-quote .order-check td {
    border-bottom: none;
    margin-left: 0;
    padding-left: 0;
}
section.request-quote .order-check td.label {
    color: #ccc;
}
section.request-quote .order-check td.info {
    padding-bottom: 2rem;
}
section.request-quote .order-check td.info span.spec {
    font-size: .75rem;
    line-height: 1rem;
    vertical-align: middle;
}
section.request-quote .order-check td.info span.spec i.fa-circle {
    font-size: .25rem;
    line-height: 1rem;
    vertical-align: middle;
}
section.request-quote .order-check td.info hr {
    width: 50%;
}
.quote-box {
    position: sticky;
    top: 205px;
}
.quote-box .card-header {
    background-color: #fff;
}
.quote-box .card-header a {
    color: #394149;
}
.quote-box .card-text img {
    width: 75px;
    margin-right: 10px;
}
.quote-box .card-text .product-title,
.quote-box .card-text .product-price {
    font-weight: bold;
}
.quote-box .card-text .product-color,
.quote-box .card-text .product-price small {
    font-weight: normal;
    font-size: .75rem;
    color: #ccc;
}
section.quote-step-bar {
    display: block;
    background-color:#333333;
    color:#fff;
    padding: 20px 0;
}
.quote-steps {
    width: 100%;
    display: flex;
    margin: 0;
}
.quote-steps .steps-circle {
    flex: 0 0 40px;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px #fff;
    z-index: 999;
    color: #394149;
    text-align: center;
}
.quote-steps .steps-circle.active {
    background-color: #f0d62c;
    border: solid 2px #f0d62c;
    color: #394149;
}
.quote-steps .steps-circle.done {
    background-color: #a4cc0a;
    border: solid 2px #a4cc0a;
    color: #394149;
}
.quote-steps .steps-circle span.step-number {
    line-height: 36px;
    vertical-align: middle;
}
.quote-steps .steps-circle span.step-title {
    display: block;
    position: absolute;
    bottom: -25px;
    left: -40px;
    color:#fff;
    font-size: .75rem;
    text-align: center;
    width: 120px;
}
.quote-steps .steps-line {
    flex: 1 1 80px;
    width: 80px;
    height: 20px;
    z-index: 998;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-top: solid 2px #fff;
    padding: 0;
    margin: 19px -40px 0;
}
.quote-steps .steps-line.active {
    border-top: solid 2px #f0d62c;
}
.quote-steps .steps-line.done {
    border-top: solid 2px #a4cc0a;
}
.quote-footer .image.logo img {
    width: 147px;
    margin-top: -10px;
}
.quote-footer .legal a {
    width: 147px;
    margin-top: -10px;
    color: #394149;
    text-decoration: none;
    font-size: .75rem;
}
.quote-footer .legal a:hover {
    text-decoration: underline;
}
.box-option-header i.fa-solid {
    color: #a4cc0a;
    font-weight: 900;
    font-size: 1.2rem;
}
.box-option-header.collapsed i.fa-chevron-up {
    rotate: 180deg;
}

/* checkboxes + radio buttons */
.form-check-input:checked {
    background-color: #a4cc0a;
    border-color: #a4cc0a;
}

/* Shopping Cart */
section.shopping-cart {
    padding-top: 190px;
}
section.shopping-cart .card-header {
    background-color: #fff;
}
section.shopping-cart .cart-items tr:last-child td {
    border-bottom: none;
}
section.shopping-cart .cart-items .cart-thumb {
    width: 90px;
}
section.shopping-cart .cart-items .cart-thumb img {
    width: 85px;
}
section.shopping-cart .cart-items .product-color,
section.shopping-cart .cart-items .product-amount,
section.shopping-cart .cart-items .product-price small {
    font-weight: normal;
    font-size: .75rem;
    color: #ccc;
}
section.shopping-cart .cart-items .cart-delete {
    text-align: right;
    vertical-align: middle;
    width: 150px;
}
section.shopping-cart .cart-items .cart-edit a,
section.shopping-cart .cart-items .cart-delete a {
    text-decoration: none;
    color: #394149;
}
#modal-article-edit .cart-edit-sizes {
    background-color: #eee;
}
#modal-article-edit .list-product__colors .color-dot:hover {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    /*
    .table.cart-items tr th.has-title::before,
    .table.cart-items tr td.has-title::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .table.cart-items tr th.has-title,
    .table.cart-items tr td.has-title {
        text-align: right !important;
    }
    */
    .table.cart-items tr td {
        display: block;
    }
    .table.cart-items tr td.cart-thumb {
        width: 90px;
        float: left;
        border-top: 1px solid #ccc;
        padding-top: 25px;
        margin-top: 25px;
    }
    .table.cart-items tr td.cart-info {
        width: calc(100% - 90px);
        float: left;
        margin-bottom: 15px;
        border-top: 1px solid #ccc;
        padding-top: 25px;
        margin-top: 25px;
    }
    .table.cart-items tr:first-child td.cart-thumb,
    .table.cart-items tr:first-child td.cart-info {
        border-top:none;
        padding-top: 5px;
        margin-top: 5px;
    }
    .table.cart-items tr td.cart-thumb::after,
    .table.cart-items tr td.cart-info::after {
        clear: both;
    }
    .table.cart-items tr td.cart-edit {
        margin-top: 15px;
        width: 50%;
        float:left;
    }
    .table.cart-items tr td.cart-delete {
        margin-top: 15px;
        width: 50%;
        float:right;
    }
}

/* Contact Form */
section.contact-duo-tone {
    background: linear-gradient(90deg, #333 50%, #FFF 50%);
    padding-top: 240px;
}
@media (max-width: 575px) {
    section.contact-duo-tone {
        padding-top: 135px;
    }
}
section.contact-duo-tone table.address-details td {
    vertical-align: top;
    padding-right: 1.4em;
    padding-bottom: .8em;
}
section.contact-duo-tone table.address-details td a {
    color: #a4cc0a;
    text-decoration: none;
}
section.contact-duo-tone table.address-details td.icon {
    color: #a4cc0a;
}
section.contact-usps .usp .img-holder img {
    width: 60px;
}
/* Content pages */
/*
section.home-intro .home-usps .card {
    border: none;
}
section.home-intro .home-usps h4.title-font {
    font-size: 1.25rem;
}
section.home-intro .home-usps div.img-holder {
    float: left;
    height: 100px;
    width: 100px;
}
section.home-intro .home-usps div.img-holder img {
    display: block;
    margin-top: 15px;
    margin-left: 5px;
    height: 75px;
    width: 75px;
}
section.home-intro .home-usps div.txt-holder {
    float: left;
    min-height: 120px;
    width: calc(100% - 120px);
}
section.home-intro .home-usps div.txt-holder a {
    font-weight: bold;
    color: #a4cc0a;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    section.home-intro .home-usps div.txt-holder {
        height: 180px;
        width: calc(100% - 120px);
    }
}
@media screen and (max-width: 992px) {
    section.home-intro .home-usps div.txt-holder {
        height: auto;
        width: calc(100% - 120px);
    }
    section.home-intro .home-usps div.img-holder {
        float: none;
        width: 100%;
        text-align: center;
        height: 60px;
    }
    section.home-intro .home-usps div.img-holder img {
        display: block;
        margin: 10px auto;
        height: 40px;
        width: 40px;
    }
    section.home-intro .home-usps div.txt-holder {
        float: none;
        height: auto;
        width: 100%;
        text-align: center;
    }
}
*/

section.home-intro .home-usps .card,
section.page-content .page-usps .card {
    border: none;
}
section.home-intro .home-usps div.img-holder,
section.page-content .page-usps div.img-holder {
    float: left;
    height: 100px;
    width: 110px;
}
section.home-intro .home-usps div.img-holder img,
section.page-content .page-usps div.img-holder img {
    display: block;
    margin-top: 12px;
    height: 80px;
    width: 80px;
    margin-left: 10px;
}
section.home-intro .home-usps div.txt-holder,
section.page-content .page-usps div.txt-holder {
    float: left;
    height: 120px;
    width: calc(100% - 110px);
}
section.home-intro .home-usps div.txt-holder h4,
section.page-content .page-usps div.txt-holder h4 {
    margin-top: 8px;
    margin-bottom: 0.125rem;
}
section.home-intro .home-usps div.txt-holder p,
section.page-content .page-usps div.txt-holder p {
    margin-bottom: 0;
}
section.home-intro .home-usps div.txt-holder a,
section.page-content .page-usps div.txt-holder a {
    font-weight: bold;
    color: #a4cc0a;
    text-decoration: none;
}
@media screen and (max-width: 1400px) {
    section.home-intro .home-usps div.txt-holder,
    section.page-content .page-usps div.txt-holder {
        height: 150px;
        width: calc(100% - 120px);
    }
}
@media screen and (max-width: 1200px) {
    section.home-intro .home-usps div.txt-holder,
    section.page-content .page-usps div.txt-holder {
        height: 180px;
        width: calc(100% - 120px);
    }
}
@media screen and (max-width: 992px) {
    section.home-intro .home-usps div.txt-holder,
    section.page-content .page-usps div.txt-holder {
        height: auto;
        width: calc(100% - 120px);
    }
    section.home-intro .home-usps div.img-holder,
    section.page-content .page-usps div.img-holder {
        float: none;
        width: 100%;
        text-align: center;
        height: 60px;
    }
    section.home-intro .home-usps div.img-holder img,
    section.page-content .page-usps div.img-holder img {
        display: block;
        margin: 10px auto;
        height: 40px;
        width: 40px;
    }
    section.home-intro .home-usps div.txt-holder,
    section.page-content .page-usps div.txt-holder {
        float: none;
        height: auto;
        width: 100%;
        text-align: center;
    }
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
}
.youtube-container > img,
.youtube-container iframe {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FAQ */
section.faq .accordion-item {
    color: #394149;
    margin-bottom: 1.25rem;
    background-color: #fff;
    border-radius: 10px !important;
    border-color: #f5f5f5 !important;
}
section.faq .accordion-button {
    background-color: #f5f5f5 !important;
    border-radius: 10px !important;
}
section.faq .accordion-header {
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 10px !important;
}
section.faq  .accordion-button {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-btn-color);
}

/* Cards */
section.cards .card.bg-light {
    border:none;
}

/* Slider */
.carousel-container {
    position: relative;
}
.carousel-container .prev-next {
    position: absolute;
    top: 60px;
    right: -40px;
    background-color: #000;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
}
.carousel-container .prev-next .slideNum {
    text-align: center;
    line-height: 30px;
    font-size: .75rem;
}
.carousel-container .prev-next .carousel-control-prev {
    left: 2px;
}
.carousel-container .prev-next .carousel-control-next {
    right: 2px;
}
@media (max-width: 768px) {
    .carousel-container .prev-next {
        position: absolute;
        top: 0;
        right: 0;
    }
}

section.client-logos .block-logo-slider {
    height: 150px;
    margin: 0 25px;
}
section.client-logos .block-logo-slider .slide {
    height: 150px;      /* Equals maximum image height */
    width: 150px;
    white-space: nowrap; /* This is required unless you put the helper span closely near the img */
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}
section.client-logos .block-logo-slider .slide img {
    max-height: 150px;
    max-width: 150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* Google Maps */
section.google-map {
    margin-bottom: -3.5rem;
}