/* custom_code Start tag */
:root{
    --primary-font-family: "Muller", sans-serif;
    --secondary-font-family: 'Equip Slab', sans-serif;
    --active-color: #017cba;
    --btn-primary-bg-color: #0e1c2c;
    --btn-primary-text-color: #ffffff;
    --btn-primary-bg-hover: #35475a;
    --btn-primary-hover-text: #ffffff;
    --btn-secondary-border-color: #0e1c2c;
    --btn-secondary-bg-color: #ffffff;
    --btn-secondary-text-color: #0e1c2c;
    --btn-secondary-bg-hover: #0e1c2c;
    --btn-secondary-hover-text: #ffffff;
    --product-title-color: #067fbc;
}
.notification-bar {
    background-color: #EF8903;
}
.product-main-outer {
    background-color: #ffffff;
}
#awardsDisclaimer .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 3.5rem);
}
#awardsDisclaimer .modal-dialog p {
    font-weight: 400;
    font-size: 15px;
}
#siteNav.medium > li a {
    font-size: 1.2rem;
}
#siteNav li.lvl1.parent:first-child {
    display: none;
}
.modal-md3 {
    max-width: 650px;
    margin: 1.75rem auto;
}
.no_record_found img{
    margin:0 auto;
}
.left .slideshow__text-content{
    left: 10%;
 }
 .slideshow .slideshow__title {
    font-size: 3rem;
 }
.imgBanners .details.center {
    width: 40% !important;
    background: transparent;
    left: 0;
    right: auto;
    bottom: unset;
    box-shadow: none;
    backdrop-filter: none;
    top: 45%;
}
.index-demo7 .imgBanners .collection-grid-item__title {
    color: #ffffff;
    font-size: 30px;
}
.product-custom-load-wrapper .product-cart-wrap {
    border: 1px solid #eee;
}
.product-custom-load-wrapper .thumbnail-wrap {
    border: 1px solid #eee;
}
.cart_page_outer {
    background-color: #ffffff;
}
.section-header h2, .page-title h1 {
    font-weight: 700;
}
.footer .about-us-col img {
    margin: 0 0 15px;
    max-width: 200px;
}
#base_banner .slideshow .slick-dots li button {
    background-image: linear-gradient(to right, rgb(14 28 44), rgb(0 0 0));
}

.cart_punchout_msg {
    color: #fb7474;
    margin-top: 25px;
    font-weight: 600;
    font-family: var(--secondary-font-family);
}
 
.client_notes {
    background-color: #ffefdf;
    border: 1px solid #dbc4ad;
    padding: 15px;
    margin: 0 0 20px;
    color: #97948f;
    font-size: 15px;
    line-height: 25px;
    border-radius: 4px;
    font-weight: 500;
}
.client_notes p {
    color: #8f6a33;
}
.contact-us-wrapper .contact-info-block {
    background: #0e1c2c;
}
.contact-info-block .addressFooter .icon {
    background: #ef8903;
}
.product-heading a {
    font-weight: 600;
}
.grid-products .item .product-name .product-link-list {
    font-weight: 600;
}
.product-custom-load-wrapper .back-image-part .product-content-wrap .closebtnforflip {
right: -5px;
    top: -8px;
}
.product_type {
    background: #ef8b07;
    color: #000;
}
.product_soldout {
    background: rgb(213 32 32);
}
.minicart-content .item .product-title:hover {
    color: #017CBA;
}
h1.product-single__title, .product-single__title.h1 {
    font-size: 2rem;
}
button#btn-download {
    background: #DF7D1C;
    border: 1px solid #DF7D1C;
}
button#btn-download span::before{
    content:" "
    height:20px;
    width:20px;
}
.pd-customize-page .infolinks.pd-infolinks, .prd-detail-car-btn .infolinks{
    display:none;
}
.slideshow .btn {
    background: #fff;
    border-radius: 0px;
    padding: 25px;
    color: #0e1c2c;
}
div#myModalPreview button[data-dismiss="modal"] {
    padding: 8px;
    height: 36px;
    width: 36px;
}
@media only screen and (min-width: 767px) {
    .top-text-block {
        text-align: left;
        max-width: unset;
        font-size:16px;
    }
    .top-text-block a {
        color: #027cba;
    }
}

p.extra-cost {
    display: none;
}/* custom_code End tag */