.navbar-brand img {
    max-width: 160px;
}

a {
    color: #01abdc;
    letter-spacing: 0.03em;
}

a.rounded {
    cursor: pointer;
    display: block;
}

a:hover {
    text-decoration: none;
}

a>img {
    transition: all ease 0.3s;
}

.table td {
    vertical-align: middle;
}

#dropdownCurrency {
    min-width: 0 !important;
    padding: 0 !important;
}

#dropdownCurrency button {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

#dropdownCurrency button:hover {
    background: #eee;
}

/* Front page Slider */

.slide,
.slide img {
    max-height: 370px;
}

#flipbook div.page {
    background-size: contain;
}

.front-icon-link {
    display: block;
    width: 100%;
    text-align: center;
    transition: all ease 0.3s;
}

.front-icon-link:hover,
#rowPartners a:hover {
    opacity: 0.5;
}

.front-icon-link .material-icons {
    font-size: 96px;
}

#ulWorkWithUs {
    list-style: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#ulWorkWithUs li {
    min-height: 30px;
    line-height: 30px;
}

#ulWorkWithUs li::before {
    content: "◉";
    color: #01abdc;
    margin-right: 5px;
    vertical-align: 2px;
}

.profile-avatar {
    max-height: 24px;
    vertical-align: -5px;
}

#dropdownAccount .material-icons {
    font-size: 18px;
    vertical-align: -3px;
    margin-right: 5px;
}

/* Footer */

footer {
    padding: 35px;
    background-color: #222;
    color: #fff;
}

#divSocialLinks img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    filter: grayscale(100%);
}

#divSocialLinks a {
    transition: all ease 0.3s;
}

#divSocialLinks a:hover img {
    filter: grayscale(0%);
}

#blockSubscribe input,
#blockCustomQty input {
    border-radius: 20px 0 0 20px !important;
    background-color: #fff;
}

#blockSubscribe button,
#blockCustomQty button {
    border-radius: 0 20px 20px 0;
    font-weight: bold;
}

/* Klaviyo form */

.klaviyo-form form,
.klaviyo-form div.needsclick {
    padding: 0 !important;
}

.klaviyo-form p {
    padding-bottom: 15px !important;
}

.klaviyo-form p>span {
    color: #fff !important;
}

.klaviyo-form input.needsclick {
    border-radius: 20px 0 0 20px !important;
}

.klaviyo-form button.needsclick {
    border-radius: 0 20px 20px 0 !important;
    padding: 12.5px 0 !important;
    background-color: #01abdc !important;
    font-family: Roboto !important;
    font-size: 13px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

/* Catalog */

#catalogPrevPage {
    position: absolute;
    left: -50px;
    top: 400px;
    border: none;
    font-size: 60px;
    background: none;
    color: #b4b4b4;
    padding: 0;
    transition: all ease 0.3s;
}

#catalogNextPage {
    position: absolute;
    right: -50px;
    top: 400px;
    border: none;
    font-size: 60px;
    background: none;
    color: #b4b4b4;
    padding: 0;
    transition: all ease 0.3s;
}

#catalogPrevPage:hover,
#catalogNextPage:hover {
    color: #7b7b7b;
}

/* Additions */

.pt-1_2 {
    padding-top: 0.125rem !important;
}

.bg-lightgray {
    background-color: #e5e5e5;
}

.bmd-btn-fab {
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 55px !important;
    border-radius: 50% !important;
}

.category-icon {
    vertical-align: -5px;
    margin-right: 5px;
}

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (max-width: 600px) {
    #catalogNextPage {
        right: 0;
    }
}

/* Bootstrap corrections */

body {
    color: #333;
}

.text-dark {
    color: #333 !important;
}

h1,
.h1 {
    font-weight: 100 !important;
    font-size: 36px !important;
}

h2,
.h2 {
    font-weight: 100 !important;
    font-size: 30px !important;
}

h3,
.h3 {
    font-weight: 100 !important;
    font-size: 20px !important;
}

h4,
.h4 {
    font-weight: 400 !important;
    font-size: 20px !important;
}

h5,
.h5 {
    font-weight: 500 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}

h6,
.h6 {
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    color: #01acdc !important;
    letter-spacing: 0.88px !important;
}

.btn-round {
    border-radius: 30px !important;
    letter-spacing: 0.03em;
    box-shadow: none !important;
}

.btn-round .material-icons {
    vertical-align: -6px;
}

.btn-lg {
    font-weight: 700 !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}

.text-primary {
    color: #01abdc !important;
}

a.text-primary:hover {
    color: #53cef0 !important;
}

.bg-primary,
.badge-primary {
    background-color: #01abdc !important;
}

.text-secondary {
    color: #7b7b7b !important;
}

a.text-secondary:hover {
    color: #b4b4b4 !important;
}

.btn-primary {
    background-color: #01abdc !important;
}

.btn-primary:hover {
    background-color: #53cef0 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #01abdc !important;
    background-color: #01abdc !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    margin: 0 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    border: 1px solid #01abdc !important;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
    color: #ccc;
    opacity: 1;
}

.input-lg {
    height: 55px !important;
    line-height: 55px !important;
}

.with-lock::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -42px;
    margin-right: 10px;
    background-image: url(/images/lock.png);
}

.with-gray-check::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -42px;
    margin-right: 10px;
    background-image: url(/images/gray-check.png);
}

.with-green-check::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -42px;
    margin-right: 10px;
    background-image: url(/images/green-check.png);
}

.custom-checkbox {
    position: absolute;
    left: -9999px;
}

.custom-checkbox:not(:checked)+label:before,
.custom-checkbox:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.custom-checkbox:checked+label:after {
    content: "\2713\0020";
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 50px;
    color: #13c770;
    transition: all 0.2s;
    font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

.custom-checkbox+label {
    padding-left: 65px;
    line-height: 50px;
}

#account-settings .material-icons {
    vertical-align: -5px;
    margin-right: 10px;
}

#account-settings a.active {
    font-weight: bold;
}

#account-settings a:not(.active):hover {
    color: #33c0e8;
}

/* Calculator */

.discount-line {
    color: #3b0;
    padding-right: 5px;
}

.selected-row * {
    font-weight: bold !important;
}

#sectionSalesTools a:hover p {
    color: #b4b4b4 !important;
}

/* No CSS filter for image */

.nogray {
    filter: none !important;
}

.page-height {
    min-height: calc(100vh - 350px);
}

/* Get a quote */

#spanToggleQuantities {
    color: #01abdc;
    cursor: pointer;
}

#spanToggleQuantities:hover {
    text-decoration: underline;
}

/* #endregion Get a quote */

/* #region Custom Yard Signs */

/* #endregion Custom Yard Signs */

/* #region Order Request */

.checkout-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.checkout-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 3;
    cursor: default;
}

.checkout-step.--active label {
    color: #01acdc;
}

.checkout-step label {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0;
}

.checkout-step.--active .checkout-step__number {
    color: #fff;
    background: #01acdc;
    border-color: #01acdc;
}

.checkout-step__number {
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    color: #ccc;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
}

.checkout-steps::after {
    display: block;
    content: "";
    height: 2px;
    width: calc(100% - 80px);
    left: 40px;
    top: 45px;
    position: absolute;
    background-color: #ccc;
}

/* #endregion Order Request */

[id^="divArtwork_"]>input[type="text"] {
    border-radius: 50px 0 0 50px !important;
}

/* .input-group.rounded input[type="file"] {
    border-radius: 50px 0 0 50px !important;
    background-color: #fff;
} */

.input-group.rounded input[type="file"]::file-selector-button,
.input-group.rounded input[type="file"]::-webkit-file-upload-button {
    opacity: 0;
    width: 10px;
}

.input-group.rounded button {
    border-radius: 0 50px 50px 0 !important;
    font-weight: bold;
    text-transform: none !important;
}

#tblOrders .btn-link {
    text-transform: none !important;
    color: #01abdc !important;
    font-size: 14.4px !important;
}

.get-quote-btn {
    font-size: 0.8em !important;
    line-height: 1;
    padding: 0.86rem 1.6rem !important;
}

.table .update-user-type,
.table .reset-password-anchor,
.table .activate-user-anchor,
.table .deactivate-user-anchor {
    color: blue;
}

.table .update-user-type:hover,
.table .reset-password-anchor:hover,
.table .activate-user-anchor:hover,
.table .deactivate-user-anchor:hover {
    text-decoration: underline;
}

/* Wind Css */
.div-wind {
    display: none;
}

.wind-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wind-option {
    padding: 5px;
    width: 18%;
    background: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.wind-option:hover,
.wind-option.selected {
    border: 4px solid #01abdc;

}

.wind-option img {
    width: 50%;
    margin-bottom: 10px;
}

.wind-option h4 {
    font-size: 12px !important;
    text-align: center;
}


.banner-catalog-grid .sub-heading {
    grid-area: sub-heading;
}

.banner-catalog-grid .heading {
    grid-area: heading;
}

.banner-catalog-grid .download-catalog {
    grid-area: download-catalog;
}

.banner-catalog-grid .download-catalog a {
    font-size: 15px !important;
    padding: 10px 12px;
}

.banner-catalog-grid .download-catalog a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/images/banner/arrow-right.svg');
    background-size: 90%;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
}

.banner-section {
    background: none;
    background-color: #eeeae7;
    margin-bottom: 0 !important;
}

.banner-section-img {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.banner-img {
    width: 180%;
    align-self: center;
}

.banner-catalog-grid {
    padding: 50px 0;
    display: grid;
    align-items: center;
    padding-bottom: 0 !important;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
        "heading"
        "sub-heading"
        "download-catalog"
    ;
}

.download-catalog a {
    max-width: 235px;
}

.modal-open {
    overflow: hidden !important;
}

@media (min-width: 768px) {
    .banner-section-img {
        display: none;
    }

    .banner-catalog-grid {
        padding-bottom: 50px !important;
        grid-template-columns: 2fr 2fr 3fr 1fr;
        grid-template-rows: 1fr 80px 1fr;
        grid-template-areas:
            "sub-heading sub-heading . ."
            ". . . ."
            "heading heading download-catalog ."
        ;
    }

    .banner-section {
        background: url("/images/banner/banner-bg.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


}

@media(min-width: 992px) {
    .banner-catalog-grid {
        grid-template-columns: 1fr 1fr 1.2fr 1fr;
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

/* CSS Start Modal Popup Box */
.modal-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px;
    width: 90%;
    max-width: 500px;

    /* ✔ IMPORTANT FIXES */
    max-height: 90vh;     /* never bigger than screen */
    overflow-y: auto;     /* allow scrolling inside popup */

    border-radius: 12px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Close button */
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.open-btn {
    padding: 10px 20px;
    background: #0066ff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}
/* CSS End Modal Popup Box */
