.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: 0.5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        position: relative;
        font-weight: 300;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
    font-size: 16px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}
/* Add your custom CSS overrides to this file. */
#store-header-compact .storeLogo {
    margin-top: 15px;
}

#store-header-menubar .storeLogo {
    margin-top: 30px;
}

#store-header-menubar #search-form {
    margin-bottom: 15px;
}

#header-dark header.navbar #able-span {
    padding: 18px 4px !important;
}

.dropdown-menu-large > li > ul > li a {
    color: #002f34;
    font-size: 14px;
}

.dropdown-menu-large .dropdown-header {
    font-size: 16px;
}
/*new styles*/
/* Add your custom CSS overrides to this file. */

/*HEADER CUSTOM STYLES*/

@media (min-width: 768px) {
    #header-dark #store-menu {
        position: relative;
    }
}

header.navbar .navbar-nav > li > a.dropdown-toggle::after {
    content: none;
}

/* HEADER MENU RELATED CSS*/
.dropdown-header {
    min-width: 300px;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #428bca;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            /*filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            cursor: not-allowed;
        }

    .dropdown-menu-large li {
        list-style-type: none;
    }

header.navbar .dropdown-menu {
    margin-top: 0;
}

header.navbar .navbar-nav > li > a i.fa-caret-down {
    color: #fff;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

.dropdown-menu-large > li > ul > li a:hover,
.dropdown-menu-large > li > ul > li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large > li > ul > li a {
    color: #444;
}

.dropdown-menu-large .dropdown-header {
    font-size: 13px;
}

    .dropdown-menu-large .dropdown-header > a:first-child {
        text-decoration: underline;
        font-weight: 500;
        color: #888;
    }

header.navbar .megamenu .dropdown-menu li ul li.title,
header.navbar .megamenu .dropdown-menu li ul li {
    font-size: 14px;
}

#header-dark header.navbar-default {
    height: auto;
}
/*MOBILE HEADER CUSTOM STYLES */
@media (max-width: 767px) {
    #header-dark header.navbar-default {
        height: 58px;
    }
}

/* Add your custom CSS overrides to this file. */
.mm-wrapper {
    background-image: url(/Themes/WallDecor/Content/images/pattern.jpg);
}

.mm-wrapper {
    background-image: url(/Themes/WallDecor/Content/images/pattern.webp);
}


.mm-wrapper {
    background-image: none;
}

/*.top-header {
    box-shadow: 0 20px 20px -20px rgba(0,0,0,0.2) inset;
    background-color: #23527c;
    height: 40px;
    border-bottom: 1px solid #3a85c7;
}*/

/*.top-header .contacts li, .top-header .links li a {
        color: #fff;
        font-weight: bold;
    }*/

.top-header .links li a:hover {
    border-color: #fff;
}

/*/HEADER CUSTOM STYLES/*/
@media (min-width: 768px) {
    #header-dark #store-menu {
        position: relative;
    }
}

header.navbar .navbar-nav > li > a.dropdown-toggle::after {
    content: none;
}

.top-header .links a::after {
    content: none;
}

#header-dark header.navbar fa-bars {
    padding: 0px 15px;
}

/*#header-dark header.navbar .navbar-nav > li > a.tab {
    font-size:14px !important;      
 font-weight: 600 !important;
}*/

#header-dark header.navbar .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

#header-dark #store-menu {
    background: var(--red-900);
    border-color: none !important;
    border: none;
}

#header-dark header.navbar .navbar-nav > li > a {
    color: #fff !important; /*#900 */
}

#search-form .btn {
    background-color: #900;
    border: 1px solid #890000;
}

/* store banner start */
.storeBanner {
    background-color: #3e90da;
    background: linear-gradient(#469be8, #990000);
    background-image: linear-gradient(rgb(70, 155, 232), rgb(153, 0, 0));
    background-image: url("/Themes/WallDecor/Content/images/store_banner_background.jpg");
    height: auto;
    width: auto;
    border: 10px solid #009900;
    padding: 5px;
    margin-bottom: 5px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.storeBannerText {
    background-color: #ffffff;
    font-size: small;
    padding: 0 5px;
}

.storeBannerheading {
    color: #990000;
    font-size: large;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    height: auto;
    width: auto;
    padding: 0 5px;
}
/* store banner start */

/* contest header start*/
.contentHeader {
    background-color: #23527c;
    color: #ffffff;
    font-weight: 600;
    height: auto;
    text-align: center;
    width: auto;
    color: #ffffff;
    font-size: x-large;
    margin-bottom: 0px;
}
/* content header end*/

.contentsBar {
    text-align: center;
    padding: 2px;
}

.darkRed {
    background-color: #900000 !important;
}

.titleBar {
    border: 1px solid #a4a4a4;
    background-color: #23527c;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: large;
    margin: 5px 0 5px 0;
    padding: 5px;
}

.center {
    text-align: center;
}

h1,
.h1 {
    font-size: 30px;
}

.center {
    max-width: 100%;
}

.titleBar a {
    color: white;
    text-decoration: underline;
}

.titleBar p {
    color: white;
}

.contentHeader1 {
    background-color: #990000;
    color: #ffffff;
    font-weight: 600;
    height: auto;
    text-align: center;
    width: auto;
    color: #ffffff;
    font-size: x-large;
    margin-bottom: 5px;
}

.bestValueItems {
    padding: 0;
    width: auto;
}

.spaceColumn {
    float: left;
    width: 5px;
}

.rightColumn {
    float: right;
    width: 49%;
}

.bestValueItems .valuePrice {
    margin-top: 5px;
    border: 1px solid black;
    width: auto;
    background-color: #900000;
    padding: 2px 10px 2px 5px;
    color: white;
    font-size: large;
    text-align: center;
}

.bestValueItems a {
    text-decoration: underline;
    color: white;
}

.leftColumn {
    float: left;
    width: 49%;
}

.bestValueItems img {
    border: 1px solid black;
    width: 100%;
    height: auto;
}

.titleBar a.button {
    background-color: #900000;
    color: white;
    margin: -4px;
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

footer.light-top {
    background-color: #23527c;
}

.footer-widget-light h4 {
    border-bottom: 3px solid #900;
    border-top: 3px solid #900;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.summary {
    background: #fff;
    border: 0px solid #900000;
    padding: 10px;
    text-align: center;
}

    .summary .title {
        color: #900000;
        font-weight: bold;
        margin-bottom: 10px;
    }

.footer-bottom-light p,
.footer-bottom-light p.copyright a {
    color: #fff;
}

.footer-widget-light a,
.footer-widget-contacts-light ul li,
.footer-widget-facebook-light p {
    color: #fff;
}

    .footer-widget-light a:hover {
        text-decoration: underline;
    }

footer.light-bottom {
    background-color: #900; /*#1B1B1B;*/
}

.footer-bottom-light ul.payment-methods {
    font-size: 56px;
}

p.center,
.contentsBar {
    font-size: 18px;
    padding-top: 10px;
}

.storeBanner span {
    font-size: 18px;
}

.imageCenter img {
    display: block;
    margin: 0 auto;
}

.abc {
    background: #ecf3f8;
}

.storeLogo {
    margin-top: 0;
}

article.product-item h3 {
    height: auto;
}

.gray {
    background-color: #666666;
}

a.btn.breadcrumb-nav {
    margin-top: 5px;
    background-color: #900;
    white-space: normal !important;
}

.breadcrumb {
    text-align: left;
    padding: 10px 0;
}

.breadcrumbs-left .breadcrumb {
    padding: 25px 0;
}

.breadcrumb-wrapper .widget-wrapper h1 {
    color: var(--blue-primary);
    text-align: center;
}
/*HEADER CUSTOM STYLES*/

@media (min-width: 768px) {
    #header-dark #store-menu {
        position: relative;
    }

    .pricingTable p {
        padding: 5px;
    }

    .custom-pull-right {
        float: right;
    }

    .btn-corkbulletin {
        margin-left: 35px;
    }

    .quickshop-mr-hqpage .btn-mounting-block {
        width: 300px !important;
    }

    .quickshop-bb-hq .btn-mounting-block,
    .quickshop-bb-hq .wallboard-btn {
        width: 280px !important;
    }

    .quickshop-bb-hq .btn-corkbulletin {
        margin-left: 0;
    }
}

header.navbar .navbar-nav > li > a.dropdown-toggle::after {
    content: none;
}

.top-header .links a::after {
    content: none;
}

/* HEADER MENU RELATED CSS*/
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    /*margin-left: 16px;
  margin-right: 16px;*/
    padding: 15px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #428bca;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large li {
        list-style-type: none;
    }

header.navbar .dropdown-menu {
    margin-top: 0;
}

header.navbar .navbar-nav > li > a i.fa-caret-down {
    /*color: #900;*/
    color: #fff;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }

    .quickshop-mr-hqpage .btn-mounting-block {
        width: 200px !important;
    }

    .quickshop-bb-hq .btn-mounting-block,
    .quickshop-bb-hq .wallboard-btn {
        width: 180px !important;
    }
}

@media (max-width: 991px) {
    #header-dark header.navbar .navbar-nav > li > a {
        font-size: 14px;
        padding: 14px 5px;
        color: #fff;
    }
}

.dropdown-menu-large > li > ul > li a:hover,
.dropdown-menu-large > li > ul > li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .dropdown-header > a:first-child {
    text-decoration: underline;
    font-weight: bold;
    color: #23527c;
}

header.navbar .megamenu .dropdown-menu li ul li.title,
header.navbar .megamenu .dropdown-menu li ul li {
    font-size: 16px;
}

/*MOBILE HEADER CUSTOM STYLES */
@media (max-width: 767px) {
    #header-dark header.navbar-default {
        height: 101px;
    }

    #page-wrapper {
        margin-top: 40px;
    }

    .mobile-header-quick-shop {
        width: 100%;
        border: 1px solid #fff;
        padding: 2px;
    }

        .mobile-header-quick-shop a {
            color: #fff;
            font-weight: bold;
        }

            .mobile-header-quick-shop a:hover {
                text-decoration: underline;
            }

    .btn-mounting-block {
        width: 250px !important;
    }
}

.storeLogo,
.commercial-logo {
    margin: 10px 0;
}

.menuSpaceColumn {
    /*width: 19%;*/
    min-height: 1px;
    position: relative;
    float: left;
}

.menuColumn {
    width: 85%;
}

/*UI Calc*/
article.product-item.product-single .product-info li span {
    width: 197px;
}

.cork-only label,
.unique-combo label {
    color: #fff;
    font-weight: bold;
}

.combo-upgrade-info {
    background: #d6d8d9;
    padding: 6px 10px;
    border: 1px solid #900000;
    border-radius: 4px;
    border-width: 3px;
    margin: 0 !important;
}

    .combo-upgrade-info .product-info {
        margin: 2px !important;
    }

        .combo-upgrade-info .product-info li span {
            color: #1b1e21 !important;
            width: 180px !important;
        }

.enclosed-wallboard-summary {
    padding: 10px;
    margin-bottom: 15px !important;
}

    .enclosed-wallboard-summary .product-info .summary-text {
        color: #900 !important;
        font-weight: bold !important;
    }

.unique-combo {
    background: #900000;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.cork-only {
    background: #337ab7;
    /*border-top-left-radius:4px; 
  	border-bottom-left-radius:4px;*/
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
}

.buttonCalculate .btn {
    background-color: #ffd000 !important;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border-color: #b0b0b0;
}

.btnCalculate .btn {
    background-color: #900 !important;
}

#heightLabel,
#widthLabel {
    font-size: 13px;
}

.buttonCalculate .btnEnabled {
    background-color: #900000 !important;
    border-color: #900000 !important;
    color: #fff;
}
/*strong {
	color:#404040;
}*/
.product-single .checkbox label::before {
    transform: scale(1.5) !important;
    border-color: #8c8c8c;
}

.product-single .myfabric-row .checkbox label::before,
.product-single .create-frenchBB-panel .checkbox label::before {
    transform: scale(1.8) !important;
    border-color: #369dc3;
    margin-top: 8px;
}

.product-single .myfabric-row .checkbox label,
.product-single .create-frenchBB-panel .checkbox label {
    padding-left: 32px;
}

.product-carousel-wrapper {
    padding-left: 15px;
}

.widget-discounts {
    background-color: #f9f9f9 !important;
    border-color: #a3a3a3;
}

.product_sqft_calculator > tbody > tr > td {
    border-color: #d2d2d2;
    background: #eaeaea;
}

.home-box:hover {
    box-shadow: 0 0 10px #ccc;
}

.home-box .p-small {
    padding: 5px;
}

.home-box .p-large {
    padding: 10px;
}

.home-box .p-xlarge {
    padding: 12px;
}

.home-box .p-vlarge {
    padding: 20px;
}

.home-box .titleBar {
    margin: 0;
    border-top: none;
}

    .home-box .titleBar a {
        text-decoration: none;
    }

article.product-item.product-single .product-info .sku-label {
    width: 90px;
}

article.product-item.product-single .product-info .product-sku {
    width: 250px;
}

article.product-item.product-single .product-info .sku-label {
    color: #444444;
    font-weight: bold;
}

article.product-item.product-single .product-info .product-sku {
    color: #444444;
}

.orientationBox {
    border: 3px solid #900;
    border-radius: 4px;
    background: #eaeaea;
    margin: 0;
    padding: 5px;
}

article.product-item.product-single .MRphOptions p {
    color: #404040;
}

.dropdown-reverse {
    left: auto !important;
    right: 100% !important;
}

.walldecor_menu {
    width: 100%;
}

#header-dark .walldecor_menu .navbar-nav {
    text-align: center !important;
}

.orientationSelection,
.fabricSelection {
    font-size: 16px;
    color: #900 !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
}

.selectionConfirmationPanel {
    /*background: #eaeaea;*/
    padding: 10px;
    border: none !important;
    border-radius: 4px;
    border-width: 3px;
    margin-bottom: 15px;
}

.walldecor-media {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    margin-bottom: 15px;
}

    .walldecor-media iframe,
    .walldecor-media video {
        position: absolute;
        width: 100%;
        height: 100%;
    }

@media (max-width: 480px) {
    #products > div,
    .recent-blog-posts > .container > .row > div,
    .categories-2 .category > .row > div {
        width: 50%;
        float: left;
    }

    .combo-upgrade-info .product-info li span {
        width: 100% !important;
    }

    .mm-wrapper {
        padding-top: 90px !important;
    }
}

article.product-item h3 {
    font-size: 14px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*Start: Pricing Table Styles*/
.pricingTable .trInner td {
    border-color: #fff;
}

.pricingTable p.sqftPricing,
.pricingTable h3 {
    color: #fff;
    text-align: center;
}

.pricingTable p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px) {
    .pricingTable p.sqftPricing {
        margin: 0;
        padding: 0;
    }

    .home-box .titleBar {
        margin-bottom: 15px;
    }
}

.FrenchBBSelection tr td {
    border: 5px solid #900;
    text-align: center;
    border-width: 5px !important;
    border-color: #900 !important;
    padding: 5px !important;
}

    .FrenchBBSelection tr td img {
        margin: auto;
    }

.column.col-sm-4.col-xs-4.col-md-6.bb-product-page-left-column {
    padding: 0 25px;
}

.column.col-sm-4.col-xs-4.col-md-6.bb-product-page-right-column {
    padding: 0 25px 15px;
}

.bb-product-page-left-column .product-carousel-wrapper .product-carousel img {
    margin: auto;
}

.customer-own-fabric #usMyOwnFabric {
    display: none;
}
/*End: Pricing Table Styles*/
ul.detailedMenu {
    padding: 15px 7px 5px;
}

    ul.detailedMenu .parentNode a {
        background-color: #900;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 10px;
    }

    ul.detailedMenu .childNode {
        margin: 10px 0;
    }

        ul.detailedMenu .childNode a {
            background-color: #fff;
            color: #23527c;
            text-transform: none;
            font-weight: normal;
            padding: 0;
        }

    ul.detailedMenu .singleNode {
        margin-bottom: 15px;
    }

        ul.detailedMenu .singleNode a {
            margin-bottom: 15px;
            background-color: #23527c;
        }

    ul.detailedMenu .childNode .singleNode {
        margin-bottom: 0;
    }

        ul.detailedMenu .childNode .singleNode a {
            margin-bottom: 0;
            background-color: #fff;
        }

.widget.widget-discounts h3 {
    background: var(--blue-secondary);
    padding-top: 0;
    border-radius: 4px;
}

.customFieldsDialog {
    background: #23527c;
    margin-bottom: 15px;
    padding: 8px;
    color: #fff;
}

    .customFieldsDialog label,
    .customFieldsDialog span {
        color: #fff;
    }

.stepsHeading {
    font-size: 22px !important;
    font-weight: bold !important;
    text-align: center;
    color: #900;
}

.steps {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.startingPriceLabel {
    text-align: left;
    background: transparent;
    margin-bottom: 10px;
}

    .startingPriceLabel h4 {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: #fff;
        background-color: var(--blue-secondary);
        margin: 0px;
        padding-top: 10px;
        padding-bottom: 9px;
        padding-left: 12px;
        border-radius: 4px;
    }

.cb-comments textarea.form-control {
    width: 100% !important;
}

.create-your-combo li span,
.addfabrictowallboardDialog ul li span,
.addfabrictowallboardDialog p {
    color: #444444 !important;
}

.blue-bar {
    background-color: #23527c;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.red-bar {
    background-color: #990000;
    padding: 8px 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

@media only screen and (max-width: 492px) {
    .quick-shop-button-box {
        margin: 0 15px;
    }

    /*.wallboard-btn {
        width: 250px !important;
        display: block;
    }*/
}

.quick-shop-button {
    margin-bottom: 15px;
}
/** Red Quick Shop Button **/
a.btn-quick-shop-red {
    background: #990000;
    background: -webkit-gradient( linear, 0 0, 0 bottom, from(#f97779), to(#990000) );
    background: -moz-linear-gradient(#f97779, #990000);
    background: linear-gradient(#f97779, #990000);
    border: none;
    border-bottom: solid 3px #bd2524;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(70, 23, 23, 0.5); /*inset 0 0 0 1px #e67e7b;*/
    color: #fff;
    text-shadow: 0 1px 0 #bd2524;
    font-size: 18px;
    text-transform: none;
    border-radius: 5px;
    text-decoration: none;
}

    a.btn-quick-shop-red:hover {
        background: #990000;
        background: -webkit-gradient( linear, 0 0, 0 bottom, from(#990000), to(#f97779) );
        background: -moz-linear-gradient(#990000, #f97779);
        background: linear-gradient(#990000, #f97779);
        border: none;
        border-bottom: solid 3px #990000;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(70, 23, 23, 0.5); /*inset 0 0 0 1px #e67e7b;*/
        color: #fff;
        text-decoration: underline;
    }

    a.btn-quick-shop-red:active {
        background: #990000;
        background: -webkit-gradient( linear, 0 0, 0 bottom, from(#ce2424), to(#f97779) );
        background: -moz-linear-gradient(#ce2424, #f97779);
        background: linear-gradient(#ce2424, #f97779);
        border: solid 1px #be2424;
        box-shadow: inset 0 10px 15px 0 #bd2524;
    }

/** Blue Quick Shop Button **/
a.btn-quick-shop-blue {
    background: #0b2f4f;
    background: -webkit-gradient( linear, 0 0, 0 bottom, from(#62a4df), to(#0b2f4f) );
    background: -moz-linear-gradient(#62a4df, #0b2f4f);
    background: linear-gradient(#62a4df, #0b2f4f);
    border: none;
    border-bottom: solid 3px #0b2f4f;
    box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(70, 23, 23, 0.5); /*inset 0 0 0 1px #77abd9;*/
    color: #fff;
    text-shadow: 0 1px 0 #3a85c7;
    font-size: 18px;
    text-transform: none;
    border-radius: 5px;
    text-decoration: none;
}

    a.btn-quick-shop-blue:hover {
        background: #75b4ea;
        background: -webkit-gradient( linear, 0 0, 0 bottom, from(#123453), to(#275c8b) );
        background: -moz-linear-gradient(#123453, #75b4ea);
        background: linear-gradient(#123453, #75b4ea);
        border: none;
        border-bottom: solid 3px #589cb6;
        box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(70, 23, 23, 0.5); /*inset 0 0 0 1px #77abd9;*/
        color: #fff;
        text-decoration: underline;
    }

    a.btn-quick-shop-blue:active {
        background: #89d2ee;
        background: -webkit-gradient( linear, 0 0, 0 bottom, from(#89d2ee), to(#3a85c7) );
        background: -moz-linear-gradient(#89d2ee, #3a85c7);
        background: linear-gradient(#89d2ee, #3a85c7);
        border: solid 1px #5c8d9f;
        box-shadow: inset 0 10px 15px 0 #79b9d2;
    }

.product-variant {
    text-transform: uppercase;
    font-weight: bold;
    color: #900 !important;
}

.item-detail li {
    text-align: left;
}
/*Start Larry Content */

.redborder {
    border-style: double;
    border-color: #990000;
}

.solidRedborder {
    border-style: solid;
    border-color: #990000;
    border-width: 5px;
}

.solidBlueborder {
    border-style: solid;
    border-color: #23527c;
    border-width: 5px;
}

.paddingAll {
    padding: 5px 20px 5px 20px;
}

.padding5 {
    padding: 5px 5px 5px 5px;
}

ul.b {
    list-style-type: square;
}

.xmasBanner {
    background-color: #3e90da;
    background: linear-gradient(#469be8, #990000);
    background-image: linear-gradient(rgb(70, 155, 232), rgb(153, 0, 0));
    background-image: url("/Themes/WallDecor/Content/images/store_banner_background.jpg");
    height: auto;
    width: auto;
    border: 10px solid #339933;
    padding: 0;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.xmasBanner_2022 {
    background-color: #3e90da;
    background: linear-gradient(#469be8, #990000);
    background-image: linear-gradient(rgb(70, 155, 232), rgb(153, 0, 0));
    background-image: url("/Themes/WallDecor/Content/images/store_banner_background.jpg");
    height: auto;
    width: auto;
    padding: 0;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.monthlyBanner {
    background-color: #21527d;
    /*background: linear-gradient(#469BE8, #990000);
    background-image: linear-gradient(rgb(70, 155, 232), rgb(153, 0, 0));
    background-image: url("/Assets/BannerImages/Internet_Monthly/Red-1.jpg");*/
    height: auto;
    width: auto;
    border: 10px solid #990000;
    padding: 10px;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.monthlyBanner_BB {
    background-color: #21527d;
    background-image: url("/Assets/BannerImages/Internet_Monthly/store%20wide%20winter%20sale%20%281%29.jpg");
    height: auto;
    width: auto;
    padding: 10px;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.monthlyBannerFeb {
    background-color: #21527d;
    background-image: url("/Assets/BannerImages/Internet_Monthly/store%20wide%20winter%20sale%20%281%29.jpg");
    height: 100%;
    width: auto;
    padding: 10px;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

.monthlyBannerRed {
    background-color: #990000;
    /*background: linear-gradient(#469BE8, #990000);
    background-image: linear-gradient(rgb(70, 155, 232), rgb(153, 0, 0));
    background-image: url("/Assets/BannerImages/Internet_Monthly/Blue-1.jpg");*/
    height: auto;
    width: auto;
    border: 10px solid #23527c;
    padding: 10px;
    margin-bottom: 0px;
    color: #990000;
    font-size: small;
    text-align: center;
}

/*End Larry Content*/

/*-----------------BEGIN: CUSTOM PRODUCT PAGE STYLES--------------------*/
/*Wallboard Calculator and French BB Calculator*/
.wallboard-calculator,
.frenchBB-uicalculator {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    margin-top: 20px;
}

    .wallboard-calculator-header,
    .frenchBB-uicalculator .heading,
    .fw-uicalculator .heading {
        background-color: #23527c;
        color: #ffffff;
        text-align: center;
        padding: 8px;
        font-weight: bold;
    }

    .wallboard-calculator .product-sku,
    .frenchBB-uicalculator div.sku,
    .fw-uicalculator div.sku {
        background-color: #23527c;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    .wallboard-calculator .steps {
        color: #900000;
        font-weight: bold;
    }

.calculatedPriceLabel,
.calculatedPriceLabel span {
    font-weight: bold;
    color: #900;
    margin-left: 15px;
}

.item-display span {
    font-weight: bold;
}

.change-selection-label {
    font-size: 16px;
    color: #900 !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
}

.change-selection-panel span {
    color: #900;
}

.change-selection-panel a,
.change-selection a,
.selectionConfirmationPanel .form-group span {
    font-weight: bold;
}

.startingPrice span {
    color: #900;
    font-weight: bold;
}

.steps {
    color: #900;
    font-weight: bold;
}

.red-bold {
    color: #900 !important;
    font-weight: bold;
}

.black-bold {
    color: #000 !important;
    font-weight: bold;
}

.category-name h1 {
    color: #000;
    margin: 0;
}

.product-name h1 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: var(--blue-primary);
    text-align: left;
}
/*Material Calculator and Material Calculator*/
.material-calculator-label {
    font-weight: bold;
    color: #900 !important;
    text-align: center;
    font-size: 24px;
}

.material-calculator,
.sqft_calculator {
    background-color: #eaeaea;
    border: 1px solid #ccc;
}

    .material-calculator div.sku,
    .sqft_calculator div.sku {
        background-color: #990000;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

    .material-calculator .heading,
    .sqft_calculator .heading {
        background-color: #990000;
        color: #ffffff;
        text-align: center;
        padding: 8px;
        font-weight: bold;
    }

.available-size-container {
    background-color: #990000;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

    .available-size-container .text-white {
        color: #fff;
    }
/*MR Unit Inch Calculator*/
.mr-uicalculator {
    background-color: #eaeaea;
    border: 1px solid #ccc;
}

    .mr-uicalculator .heading {
        background-color: #23527c;
        color: #ffffff;
        text-align: center;
        padding: 8px;
        font-weight: bold;
    }

    .mr-uicalculator div.sku {
        background-color: #23527c;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }

.view-selection {
    background: #900;
    padding: 10px;
    text-align: center;
}

    .view-selection a {
        color: #fff !important;
        font-weight: bold;
    }
/*FW UI Calculator*/
.fw-uicalculator {
    background-color: #eaeaea;
    border: 1px solid #ccc;
}

.fw-selection-summary {
    background: #eaeaea;
    padding: 10px;
    border: 1px solid #900000;
    border-radius: 4px;
    border-width: 3px;
    margin-bottom: 15px;
}

.product-info li span.red-bold {
    font-weight: bold !important;
    color: #900 !important;
}

.fabric-option-name {
    color: #900;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.info-box {
    color: #8a6d3b;
}
/*French BB UI Calculator*/
.summary-label {
    margin-left: 25px;
    font-weight: bold;
    color: #900;
}

@media (max-width: 768px) {
    #header-dark .walldecor_menu .navbar-nav {
        text-align: left !important;
    }

    .custom-breadcrumb {
        width: 100%;
    }

    .grecaptcha-badge {
        display: none !important;
    }
}
/*------------------END: CUSTOM PRODUCT PAGE STYLES------------------*/
.mm-listitem__text {
    color: #900 !important;
}

.mm-panel {
    --mm-color-text: #900;
    --mm-color-button: #900;
}

.mobile-search {
    margin-left: 10px;
    width: 95%;
}

.textbox-no-borders {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
}

.top-left-links {
    color: #fff;
}

    .top-left-links:hover,
    .top-header .contacts li:hover,
    .top-header .links li a:hover {
        color: #e4e4e4;
    }

.order-sample p {
    font-weight: bold;
}

/*--------------------------BEGIN: CONSTANT CONTACT FOOTER SIGNUP FORM CUSTOM CSS-----------------------*/
.footer-widget-light
div.ctct-form-embed
div.ctct-form-defaults
h2.ctct-form-header {
    font-size: 18px !important;
}

.footer-widget-light
div.ctct-form-embed
div.ctct-form-defaults
p.ctct-form-text,
.footer-widget-light #gdpr_text .ctct-gdpr-text {
    display: none !important;
}

.footer-widget-light div.ctct-form-embed div.ctct-form-defaults {
    background-color: #23527c !important;
    color: #fff !important;
    padding: 0 !important;
}

.footer-widget-light
.ctct-form-embed.form_1
.ctct-form-defaults
.ctct-form-header,
.footer-widget-light .ctct-form-label {
    color: #fff !important;
}

.footer-widget-light
div.ctct-form-embed
div.ctct-form-defaults
p.ctct-form-footer
a
img.ctct-form-footer-img {
    width: 160px !important;
    margin-top: 10px;
}
/*--------------------------END: CONSTANT CONTACT FOOTER SIGNUP FORM CUSTOM CSS-----------------------*/
.grecaptcha-badge {
    bottom: 40px !important;
}

#scrolltop {
    z-index: 9999999;
}

.sf-arrows .sf-with-ul {
    padding: 8px 10px 6px;
}

.specialEventSnippet {
    background: #23527c;
    border: 10px solid #990000;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
}

.blackfridaysnippet {
    background: #d6a047;
    border: 10px solid #5e4738;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
}

.specialEventSnippet p {
    color: #fff;
}

.checkout-top-header .contacts li,
.checkout-top-header .top-left-links {
    color: #888;
}

.trustedsite-trustmark {
    margin-left: -10px;
}

/*NEW STYLES ADDED*/
/* HIDE RADIO */
[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    [type="radio"] + span {
        cursor: pointer;
    }

    /* CHECKED STYLES */
    [type="radio"]:checked + span.btn-vertical {
        outline: 2px solid #23527c;
        background: #900;
    }

    [type="radio"]:checked + span.btn-horizontal {
        background: #23527c;
        outline: 2px solid #f00;
    }

.wallboard-btn {
    background: #888888;
}

[type="radio"]:checked + span.btn-chalkboard {
    background: #000;
    outline: 2px solid #fff;
}

/*[type="radio"]:checked + span.btn-eraseboard {
    background: #fff !important;
    outline: 2px solid #040404 !important;
    color: #040404 !important;
}*/

/*[type="radio"]:checked + span.btn-eraseboard:hover {
        background: #040404;
        outline: 2px solid #040404;
        color: #fff;
    }*/

[type="radio"]:checked + span.btn-corkwithfabric {
    background: #721213;
    outline: 2px solid #977a4d;
}

[type="radio"]:checked + span.btn-corkbulletin {
    background: #e2b692;
    outline: 2px solid #9b6d39;
    color: #040404;
}

[type="radio"]:checked + span.btn-combination {
    background: #23527c;
    outline: 2px solid #000000;
}

.btn-mounting-block {
    display: block;
    width: 200px;
    background: #888888;
}

.btn-typeofwallboard-block {
    width: 200px;
}

.select-mounting {
    margin-bottom: 0;
}

.mr-quickshop-header {
    padding-top: 0;
}

.mr-selected-option {
    /*-webkit-filter: '';*/
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.custom-pull-right .btn-horizontal:hover {
    background-color: #23527c;
    border-color: #900;
}

.OurFabricCheck[type="checkbox"] {
    border: 1px solid #808080;
}

.myfabric-row .checkbox > label::before {
    border-radius: 3px;
    border: 3px solid #369dc3;
    width: 21px;
    height: 21px;
}

.myfabric-row .yourFabricCheck .checkbox label {
    padding-top: 8px;
}

.combo-upgrade-info .product-info li span.wallboard-span {
    width: 120px !important;
    font-weight: bold !important;
}

.quickshop-mr-hqpage .custom-pull-right,
.quickshop-bb-hq .custom-pull-right {
    float: none !important;
}

.quickshop-no-results li {
    color: #900;
}

.dropdown-menu-large {
    width: 100%;
}

.dropdown-custom-menu li a.dropdown-item {
    color: #23527c !important;
}

.dropdown-custom-menu .dropdown-menu > li > a::before {
    content: "" !important;
}

.account-content .box h4 {
    background-color: #23527c;
}

.breadcrumb-wrapper p {
    font-size: 14px;
}

article.product-item.product-single p {
    color: #404040;
}

/*** Styles for new designs ***/
:root {
    /* Colors */
    --red-primary: #9a0000;
    --red-900: #7b0000;
    --blue-primary: #23527c;
    --blue-900: #10406b;
    --black: #0f0f0f;
    --black-700: #454545;
    --white: #fff;
    --blue-secondary: #39c;
    /* Font family */
    --font-family: "Roboto", sans-serif;
    --second-family: "Poppins", sans-serif;
    --third-family: "Open Sans", sans-serif;
    --font3: "SF Pro Display", sans-serif;
    --font4: "Outfit", sans-serif;
}
/**************/
body {
    font-family: var(--font-family);
    overflow-x: hidden;
}

/* Header */
#store-header-menubar .container .row {
    display: flex;
    align-items: center;
}

.top-header {
    box-shadow: none;
    background: linear-gradient(to right,#3f709c,#4a89c2);
    height: auto;
    border-bottom: none;
}

.top-left-links {
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
}

    .top-left-links svg {
        margin-right: 10px;
    }

#header-navigation-links .list-inline links {
    list-style: none;
}

#store-header-menubar {
    background: linear-gradient(to right,#23527c,#3f709c);
}

    #store-header-menubar .storeLogo {
        margin-top: 16px;
        margin-bottom: 20px;
    }

@media (max-width: 1387px) {
    .list-inline.contacts {
        padding: 5px 0px;
    }

        .list-inline.contacts li:last-child {
            margin-top: 10px;
        }

    .checkout-top-header .list-inline.contacts {
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .column.col-xs-7.col-sm-7.col-md-5:has(.list-inline.contacts) {
        width: 30%;
    }

    .column.text-right.col-xs-5.col-sm-5.col-md-7:has(#header-navigation-links) {
        width: 70%;
    }

    .column.pull-left.hidden-xs.col-xs-6.col-sm-6.col-md-2:has(#store-logo-container) {
        width: 20%;
    }

    .column.pull-right.p-t-xl.col-xs-6.col-sm-6.col-md-10:has(.header-middle-links) {
        width: 80%;
    }
}

/* Search */
.search-img {
    position: absolute;
    top: 14px;
    left: 21px;
    z-index: 10;
}

.ui-search input.form-control {
    padding-left: 61px;
}

#Keywords {
    border-radius: 4px;
    max-width: 300px;
    height: 48px;
    background: #ebebeb;
    border: none;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 14px;
    color: #838383;
}

#search-form .input-group-btn {
    visibility: hidden;
}

.column.pull-right.p-t-xl.col-xs-6.col-sm-6.col-md-10 div:has(.search-since-img) {
    display: flex;
    align-items: center;
}

.search-since-img {
    margin-left: 50px;
}

#search-form .input-group.input-group-lg.ui-search {
    position: relative;
}

    #search-form .input-group.input-group-lg.ui-search .input-group-btn {
        position: absolute;
    }

@media (max-width: 1440px) {
    #Keywords {
        width: 290px;
    }
}

@media (max-width: 1250px) {
    .search-since-img {
        margin-left: 25px;
    }
}

/*** Footer ***/
footer.navbar-light.light-top.navbar-default {
    padding-top: 80px;
}

footer.light-top {
    /*background-color: var(--blue-primary);*/
    background: url(/Assets/ContentImages/2025/Home_page/footer_wds_gradient.png);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-unstyled.footer-soc-links-list {
    display: flex;
    margin-top: 66px;
}

.list-unstyled.footer-links li {
    padding: 8px 0px;
}

.footer-soc-links-list li {
    margin-right: 12px;
}

.footer-widget-light h4 {
    border-bottom: none;
    border-top: none;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    text-transform: capitalize;
}

.list-unstyled.footer-links a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: var(--white);
}

.column.no-side-padding.col-md-12.col-xs-12.col-sm-12.copy-right {
    margin-top: 108px;
    text-align: center;
}

    .column.no-side-padding.col-md-12.col-xs-12.col-sm-12.copy-right p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: var(--white);
    }

footer.light-bottom {
    background-color: #e1e1e1;
}

.col-sm-12.pay-methods-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

    .col-sm-12.pay-methods-wrap p,
    .col-sm-12.pay-methods-wrap ul {
        margin-bottom: 0px;
    }

    .col-sm-12.pay-methods-wrap p {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #000;
    }

    .col-sm-12.pay-methods-wrap ul {
        margin-left: 28px;
        display: flex;
        align-items: center;
    }

.list-inline.pay-methods li {
    padding: 0px;
    margin-right: 28px;
}

#page-wrapper {
    padding-bottom: 0px;
}

#buy-product-quantity-box .product-quantity {
    display: flex;
}

    #buy-product-quantity-box .product-quantity input {
        text-align: center;
    }

/*** Snippets Styles ***/
.header-category-wrap {
    background-color: var(--blue-primary);
    margin-top: -2px;
}

    .header-category-wrap .column.pull-left.hidden-xs.col-xs-12.col-sm-10.col-md-4 {
        width: 10%;
    }

    .header-category-wrap .column.pull-right.p-t-xl.col-xs-12.col-sm-12.col-md-8 {
        width: 90%;
    }

.storeLogo {
    margin-top: 16px;
    margin-bottom: 20px;
}

.header-category-box {
    display: flex;
    align-items: center;
}

.category-menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 0px;
}

    .category-menu-list li {
        margin-right: 24px;
    }

        .category-menu-list li:last-child {
            margin-right: 0px;
        }

        .category-menu-list li a {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            color: var(--white);
        }

.container {
    width: 100%;
    max-width: 1450px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1200px) {
    #Keywords {
        width: auto;
    }
}

.category-wrap-link {
    display: flex;
    align-items: center;
}

    .category-wrap-link img {
        width: 10px;
        height: 8px;
        margin-left: 9px;
        margin-top: 2px;
    }

/*** Mega menu ***/
.mega-menu-wrap {
    position: absolute;
    z-index: 121;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.mega-menu {
    display: flex;
    background-color: var(--blue-primary);
    overflow: hidden;
    color: white;
    padding: 32px 39px 34px 40px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Left menu */
.main-menu {
    flex: 1;
    background-color: var(--blue-primary);
    padding-right: 0px;
}

    .main-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .main-menu li {
        padding: 25px;
        cursor: pointer;
        font-family: var(--third-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 300%;
        color: var(--white);
    }

        .main-menu li:hover,
        .main-menu li.active {
            background-color: var(--white);
            font-family: var(--third-family);
            font-weight: 700;
            font-size: 16px;
            color: #343434;
        }

/* Right menu */
.submenu-container {
    flex: 3;
    display: flex;
    flex-direction: column;
    background-color: white;
    color: black;
    border-radius: 0 8px 8px 8px;
}

.submenu {
    display: none;
}

    .submenu.active {
        display: flex;
        justify-content: space-between;
    }

.menu-right-text {
    flex: 1;
    margin-right: 20px;
    padding-left: 49px;
}

    .menu-right-text h3 {
        margin-top: 43px;
        margin-bottom: 26px;
        font-family: var(--third-family);
        font-weight: 700;
        font-size: 16px;
    }

        .menu-right-text h3 a {
            color: #343434;
        }

    .menu-right-text ul {
        padding-left: 0px;
        list-style: none;
    }

        .menu-right-text ul li {
            margin-bottom: 3px;
        }

            .menu-right-text ul li a {
                font-family: var(--third-family);
                font-weight: 400;
                font-size: 15px;
                line-height: 220%;
                color: #343434;
            }

            .menu-right-text ul li:last-child a {
                font-weight: 700;
            }

.menu-right-images {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    margin-top: 27px;
    margin-right: 37px;
}

    .menu-right-images img {
        max-width: 190px;
        width: 100%;
        height: auto;
    }

/*** Hero section ***/
/*.navbar-header #able-span {
    display: none !important;
}*/

.hero-wrap {
    position: relative;
    top: -1px;
    z-index: 10;
}

    .hero-wrap .col-md-6.image-section {
        padding-right: 0px;
    }

    .hero-wrap .hero-video {
        position: relative;
        padding-bottom: 85%;
    }

        .hero-wrap .hero-video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .hero-wrap h1 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 56px;
        line-height: 110%;
        color: var(--blue-900);
        margin-bottom: 60px;
    }

    .hero-wrap .row.container-custom {
        background-color: #e4eef6;
    }

    .hero-wrap .text-section {
        margin-top: 10%;
        padding-left: 5%;
    }

        .hero-wrap .text-section p {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            color: var(--blue-900);
            max-width: 568px;
        }

        .hero-wrap .text-section .btn-primary {
            border-radius: 4px;
            padding: 12px 24px;
            background-color: var(--blue-secondary);
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #fff;
        }

            .hero-wrap .text-section .btn-primary a {
                color: #fff;
            }

        .hero-wrap .text-section .btn-default {
            border: 1px solid var(--blue-900);
            border-radius: 4px;
            padding: 12px 24px;
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: var(--blue-900);
            margin-left: 16px;
        }

.top-header .contacts li i {
    border: none;
}

@media (max-width: 1440px) {
    .hero-wrap .text-section {
        margin-top: 5%;
        padding-left: 5%;
    }
}

@media (max-width: 1200px) {
    .hero-wrap h1 {
        font-size: 40px;
        margin-bottom: 20px;
        height: 100px;
    }

    .hero-wrap .text-section p {
        font-size: 16px;
    }

    .hero-wrap .text-section .btn-primary,
    .hero-wrap .text-section .btn-default {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .hero-wrap .text-section {
        margin-top: 5%;
    }

    .container-fluid.hero-wrap .row.container-custom {
        display: flex;
        flex-direction: column-reverse;
    }

    .col-md-6.image-section {
        width: 100%;
        padding-left: 0;
    }

    .hero-wrap .hero-video {
        padding-bottom: 70%;
    }
}

@media (max-width: 820px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 168px;
    }

    .top-left-links {
        font-size: 12px;
    }

    .top-header .contacts li i {
        width: 21px;
        height: 21px;
    }

    .list-inline.contacts li:last-child {
        margin-top: 5px;
    }

    .top-header .links a {
        font-size: 14px;
    }
}

@media (max-width: 810px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 163px;
    }
}

@media (max-width: 800px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 157px;
    }
}

@media (max-width: 768px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 139px;
    }

    #mobile-search-field {
        position: fixed;
        top: 4px;
        left: 50%;
        right: unset;
        z-index: 1031;
        transform: translate(-50%);
    }

    header.navbar .navbar-brand {
        padding: 29px 4px;
    }

    header.navbar .navbar-toggle {
        margin: 15px 15px 0 0;
    }

    #header-dark header.navbar .navbar-collapse {
        background: var(--red-primary);
    }

    #header-dark header.navbar .container:has(.navbar-collapse.collapse) {
        max-width: 100%;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    #header-dark header.navbar .navbar-collapse {
        margin-top: 14px;
    }

    #header-dark #store-menu {
        background: linear-gradient(to right, #23527c, #3f709c);
    }

    header.navbar .navbar-collapse {
        border-bottom-color: var(--red-primary);
    }

    #header-dark header.navbar .container:has(.navbar-collapse.collapse) {
        max-width: 95%;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .navbar-collapse.collapse.in .visible-xs.text-center {
        padding-left: 5px;
    }
}

@media (max-width: 744px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 126px;
    }
}

/*** Featured Categories Slider ***/

.slider-slide .category-item {
    max-width: 300px;
    height: auto;
    border-radius: 12px;
}

.slider-slide .category-body {
    position: absolute;
    bottom: -6px;
    width: 100%;
    text-align: center;
    background-color: var(--blue-primary);
    height: 70px;
}

.slider-slide:hover .slider-slide .category-body {
    background-color: var(--red-primary);
}

.slider-slide .category-body h3 a {
    color: var(--white);
}

.slider-slide .category-item .category-overlay {
    height: 100%;
}

.slider-slide .category-item .category-img-center {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*** Customer reviews ***/
.customer-reviews-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .customer-reviews-wrap h2 {
        font-family: var(--third-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        text-align: center;
        color: var(--blue-900);
        letter-spacing: 0;
    }

    .customer-reviews-wrap .subtitle {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: #000;
        margin-bottom: 80px;
    }

    .customer-reviews-wrap .review {
        border: 1px solid #d0d0d0;
        border-radius: 4px;
        padding: 32px;
        background-color: #f8f8f8;
        max-width: 100%;
    }

.customer-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(416px, 1fr));
    gap: 20px;
}

.stars {
    color: var(--red-primary);
    font-size: 24px;
}

.review-comment {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.author {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

    .author p:first-child {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: var(--blue-900);
    }

    .author p:last-child {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--black-700);
    }

    .author img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .author div > p {
        margin-left: 16px;
        margin-bottom: 0px;
    }

/*** Newsletter ***/
.news-wrap {
    background: var(--red-primary);
    padding: 40px;
}

.news-right {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 135px;
}

.news-title {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: var(--white);
}

.news-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    margin: 0px;
}



.news-right a {
    display: inline-block;
    margin-top: 15px;
    border-radius: 4px;
    padding: 10px 22px;
    background-color: var(--black);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--white);
    border: none;
}


@media (max-width: 992px) {
    .news-content {
        flex-direction: column;
        align-items: center;
    }


    .news-title {
        font-size: 36px;
    }

    .news-text {
        font-size: 16px;
    }
}
/*** About us ***/
.about-header {
    margin-top: -1px;
    background: var(--blue-900);
}

    .about-header .container {
        padding-left: 54px;
    }

    .about-header h2 {
        font-family: var(--font-family);
        font-weight: 700;
        font-size: 56px;
        line-height: 120%;
        color: #fff;
        margin-top: 112px;
        margin-bottom: 12px;
    }

    .about-header p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #fff;
        margin-bottom: 150px;
    }

.about-hero {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
}

.about-hero-left,
.about-hero-right {
    width: 50%;
}

.about-hero-left {
    padding-right: 80px;
}

    .about-hero-left h3 {
        font-family: var(--third-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        color: #000;
        margin-bottom: 24px;
    }

    .about-hero-left p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #000;
    }

.team-wrap {
    padding: 80px 0px 80px;
}

.team-subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--red-primary);
    margin-bottom: 16px;
}

.team-wrap .team-title {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: var(--blue-primary);
    margin-bottom: 12px;
}

.team-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 80px;
}

/*** FAQ ***/
.faq-content .panel .panel-heading h4.panel-title a::before {
    left: auto;
    right: 0;
}

.faq-content .panel-default > .panel-heading {
    border: none;
    width: 100%;
    max-width: 768px;
    background-color: transparent;
}

.faq-content .panel.panel-default {
    max-width: 768px;
    margin: 0 auto;
    background-color: #e4eef6;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 16px;
}

.faq-content .panel-group .panel .panel-collapse > .panel-body {
    background-color: transparent;
}

.faq-content .panel .panel-heading h4.panel-title a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.faq-content .panel-heading {
    padding: 24px;
}

.faq-content .panel .panel-heading h4.panel-title {
    margin-left: 0px;
}

.faq-content .panel-body {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 24px;
    max-width: 659px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #444;
}

.faq-content .panel .panel-heading h4.panel-title a::before {
    content: "\f00d";
}

.faq-content .panel .panel-heading h4.panel-title a.collapsed::before {
    content: "\f068"
}

.faq-header {
    margin-top: 50px;
    text-align: center;
}

    .faq-header .faq-header-title {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 60px;
        line-height: 120%;
        text-align: center;
        color: var(--blue-primary);
        letter-spacing: 0;
    }

.faq-header-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: var(--black-700);
}

.faq-search-wrap {
    margin-top: 44px;
    margin-bottom: 91px;
}

.faq-search-content {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

    .faq-search-content button {
        position: absolute;
        right: 21px;
        top: 16px;
        border: none;
        background: transparent;
    }

.faq-search input {
    width: 100%;
    max-width: 768px;
    padding: 20px 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-700);
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    outline: none;
}

    .faq-search input::placeholder {
        color: var(--black-700);
    }

.faq-search-list {
    list-style: none;
    display: flex;
    padding: 24px;
    max-width: 768px;
    margin: 0 auto;
    padding-left: 63px;
}

.faq-search-item {
    border-radius: 4px;
    padding: 8px 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-700);
    cursor: pointer;
}

    .faq-search-item.current {
        background: var(--red-primary);
        color: var(--white);
    }

.faq-contact {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 120px;
}

    .faq-contact .faq-contact-title {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #000;
    }

.faq-contact-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #000;
}

.faq-contact-link {
    border: 1px solid var(--blue-primary);
    border-radius: 6px;
    padding: 12px 24px;
    background: var(--blue-primary);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

    .faq-contact-link:hover {
        color: #fff;
    }

@media (max-width: 768px) {
    .faq-header .faq-header-title {
        font-size: 32px;
    }

    .faq-header-desc {
        font-size: 16px;
    }

    .faq-content .panel .panel-heading h4.panel-title a span {
        display: inline-block;
        max-width: 90%;
    }

    .faq-search-wrap {
        margin-bottom: 24px;
    }

    .faq-contact {
        margin-top: 80px;
        margin-bottom: 48px;
    }
}

@media (max-width: 620px) {
    .faq-search-list {
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 480px) {
    .customer-reviews-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/*** Login page for regular user ***/
#registerDialogWidget,
#signInLink {
    display: none;
}

.row.content:has(#loginDialogWidget),
.row.content:has(#registerDialogWidget) {
    padding: 0px;
}

.column.col-md-12.main-content:has(#loginDialogWidget),
.column.col-md-12.main-content:has(#registerDialogWidget) {
    margin-top: -1px;
}

.login-form-wrapper {
    max-width: 480px;
    margin: 0 auto;
    margin-top: 75px;
    box-shadow: none;
    padding-bottom: 0px;
}

    .login-form-wrapper form {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .login-form-wrapper .form-group:has(#UserName) {
        margin-bottom: 0px;
    }

    .login-form-wrapper h3 {
        margin-bottom: 12px;
        font-family: var(--second-family);
        font-weight: 600;
        font-size: clamp(32px, 3vw, 42px);
        line-height: 120%;
        color: var(--blue-primary);
        letter-spacing: 0;
    }

    .login-form-wrapper p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: clamp(14px, 1vw, 18px);
        line-height: 140%;
        text-align: center;
        color: var(--black-700);
    }

    .login-form-wrapper button {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
        text-transform: capitalize;
        padding: 12px 24px;
    }

    .login-form-wrapper .required-field-block input {
        border: 1px solid #d0d0d0;
        border-radius: 4px;
        padding: 12px;
        outline: none;
        height: auto;
        font-weight: 400;
    }

    .login-form-wrapper .login-btn-line {
        margin-top: 32px;
        margin-bottom: 32px;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #aaa;
    }

    .login-form-wrapper .well {
        margin-top: 2px;
        margin-bottom: 0px;
    }

.google-login-link, .facebook-login-link, .apple-login-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid var(--blue-primary);
    border-radius: 4px;
    padding: 12px 24px;
}

.google-login-link, .facebook-login-link {
    margin-bottom: 16px;
}

.apple-login-link {
    margin-bottom: 24px;
}

    .google-login-link span, .facebook-login-link span, .apple-login-link span {
        display: inline-block;
        margin-left: 12px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000;
    }

#registerDialogWidget .form-group:has(#Password) {
    margin-bottom: 0px;
}

.sign-up, .sign-in {
    text-align: center;
}

.sign-in {
    margin-top: 24px;
}

.recover-pass a, #createAccountLink, #signInLink {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #000;
}

.recover-pass a {
    color: var(--blue-primary);
}

#createAccountLink span, #signInLink span {
    color: var(--blue-primary);
}

#ForgotPasswordPanel form,
#EmailSentPanel {
    text-align: center;
}

    #ForgotPasswordPanel form .form-group {
        text-align: left;
    }

    #ForgotPasswordPanel form .btn.btn-inverse {
        padding: 12px 24px;
        text-transform: capitalize;
        font-size: 16px;
        font-family: var(--font-family);
        line-height: 150%;
    }

        #ForgotPasswordPanel form .btn.btn-inverse:hover {
            background-color: var(--red-primary);
            border-color: var(--red-primary);
        }

    #EmailSentPanel .btn.btn-primary {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
        text-transform: capitalize;
        padding: 12px 24px;
    }

.html-content-item:has(#createAccountLink) {
    margin-top: 10px;
}
/*Temporarily hid the ability to log in via Google, Facebook, Apple.*/
#googleLoginLink,
#facebookLoginLink,
#appleLoginLink {
    display: none;
}

@media (max-width: 1450px) {
    #loginDialogWidget .login-form-wrapper {
        margin-top: 35px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .column.col-md-6:has(.login-img-wrap) {
        display: none;
    }

    .column.col-md-6:has(#loginDialogWidget) {
        width: 100%;
        margin-bottom: 15px;
    }

    #registerDialogWidget .login-form-wrapper {
        margin-top: 40px;
    }
}

.login-img-wrap {
    background: url('/Assets/ContentImg/login_img.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Blog ***/
/*** Blog discover ***/
.blog-listing-wrap.container {
    margin-top: 82px;
}

.discover-header,
.latest-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discover-header-subtitle, .latest-header-subtitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: var(--red-900);
    margin-bottom: 16px;
}

.discover-header .discover-header-title, .latest-header .latest-header-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    text-align: center;
    color: var(--blue-900);
    margin-bottom: 12px;
    letter-spacing: 0;
}

.discover-header-desc, .latest-header-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: var(--black-700);
    margin-bottom: 80px;
}

.discover-header-list {
    list-style: none;
    display: flex;
    max-width: 641px;
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 64px;
}

.discover-header-item {
    border-radius: 4px;
    padding: 8px 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-700);
}

    .discover-header-item.current {
        background: var(--red-primary);
        color: var(--white);
    }


.discover-article .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.discover-article .card {
    margin-bottom: 34px;
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    max-width: 416px
}

.discover-article .card-body .label {
    margin-bottom: 8px;
    padding: 0px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--red-900);
}

.discover-article .card-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue-900);
    margin-top: 0px;
    margin-bottom: 8px;
}

.discover-article .card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-700);
}

.discover-article .card-body,
.discover-article .card-footer {
    padding: 24px;
}

.discover-article .card-footer {
    padding-top: 0px;
}

    .discover-article .card-footer .author {
        margin-top: 0px;
    }

    .discover-article .card-footer .img-circle {
        width: auto;
    }

    .discover-article .card-footer .author p:last-child {
        font-size: 14px;
    }

        .discover-article .card-footer .author p:last-child span {
            position: relative;
            top: 4px;
            font-family: var(--font-family);
            font-weight: 400;
            font-size: 24px;
            line-height: 150%;
            color: var(--black-700);
        }

.latest-header {
    margin-top: 158px;
}

.latest-article-list .second-row {
    margin-top: 48px;
}

.latest-article-item.col-sm-6 .card {
    display: flex;
}

.latest-article-item .card-body {
    margin-left: 32px;
    padding-top: 31px;
}

    .latest-article-item .card-body div {
        display: flex;
        align-items: center;
    }

        .latest-article-item .card-body div p:last-child {
            margin: 0px !important;
            font-family: var(--font-family);
            font-weight: 600;
            font-size: 14px;
            line-height: 150%;
            color: var(--blue-primary);
        }

    .latest-article-item .card-body .label {
        margin-right: 15px !important;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        color: var(--white);
        border-radius: 4px;
        padding: 4px 8px;
        background-color: var(--blue-secondary);
    }

.latest-article-item .card-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-top: 16px;
    margin-bottom: 8px;
}

.latest-article-item .card-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-700);
}

.latest-article-item a {
    display: inline-block;
    margin-top: 4px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--red-primary);
}

.view-all-link {
    margin-top: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .view-all-link a {
        margin-bottom: 50px;
        border: 1px solid var(--red-primary);
        border-radius: 6px;
        padding: 12px 24px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
        background-color: var(--red-primary);
    }
/******/
.html-content-item.components-content:has(.faq-wrap) {
    box-shadow: none;
}

body {
    background-image: none;
}

.custom-content-wrapper h3 {
    background-color: #23527c;
    color: #fff;
    padding: 10px;
}
/**********/
header .nav.navbar-nav.sf-menu .basket,
header .nav.navbar-nav.sf-menu .text-center.hidden-sm > a[href="/Search"],
header .nav.navbar-nav.sf-menu .text-center > a[href="/ContactUs"] {
    display: none;
}
/*** Categories ***/
.slider-slide article.category-item h3 {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--white);
    background-color: var(--blue-primary);
    border-radius: 0 0 12px 12px;
    text-align: center;
    height: auto;
    padding: 17px 0px;
    margin: 0;
}

.categories-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 89px;
    margin-bottom: 77px;
}

    .categories-header .categories-title {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        color: #000;
    }

    .categories-header .categories-btn {
        border: 1px solid var(--blue-primary);
        border-radius: 6px;
        padding: 12px 24px;
        background-color: var(--blue-primary);
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
    }

.categories-wrap.container {
    margin-bottom: 116px;
}

@media (max-width: 430px) {
    .categories-header {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 30px;
    }

        .categories-header .categories-title {
            font-size: 33px;
            margin-bottom: 15px;
        }
}

/*** Header Middle links ***/
.header-middle-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
}

    .header-middle-links ul li {
        margin-right: 35px;
    }

        .header-middle-links ul li.search-since-img {
            margin-right: 165px;
        }

@media (max-width: 1356px) {
    .header-middle-links ul li.search-since-img {
        margin-right: 10%;
    }
}

@media (max-width: 1024px) {
    .header-middle-links ul li.search-since-img {
        margin-right: 0;
    }
}

        .header-middle-links ul li a {
            font-size: 18px;
            color: var(--white);
        }

.hero-wrap h1 {
    height: 130px;
    position: relative;
    overflow: hidden;
}


.line {
    position: absolute;
    display: inline-block;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.5s, transform 0.8s;
}

@media (max-width: 1412px) {
    .header-middle-links ul li {
        margin-right: 15px;
        width: max-content;
    }
}

@media (max-width: 1024px) {
    .header-middle-links ul li a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .header-middle-links ul li a {
        font-size: 14px;
    }

    .search-img {
        top: 11px;
        left: 19px;
    }

        .search-img svg {
            width: 18px;
            height: 18px;
        }

    #Keywords {
        font-size: 12px;
        height: 40px;
    }

    .ui-search input.form-control {
        padding-left: 50px;
    }
}

@media (max-width: 820px) {
    .header-middle-links ul li a {
        font-size: 12px;
    }

    #Keywords {
        height: 35px;
    }

    .search-img {
        top: 10px;
        left: 10px;
    }

        .search-img svg {
            width: 16px;
            height: 16px;
        }

    .ui-search input.form-control {
        padding-left: 31px;
        padding-right: 4px;
    }

    #header-dark header.navbar .navbar-nav > li > a {
        font-size: 12px;
        padding: 8px 5px;
    }
}

@media (max-width: 430px) {
    .hero-wrap .text-section {
        padding-left: 20px;
    }

    .hero-wrap h1 {
        font-size: 42px;
        height: 100px;
    }

    .hero-wrap .text-section p {
        font-size: 16px;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 32px;
    }
}
/*** Custom Size  ***/
.custom-size-section {
    display: flex;
    justify-content: space-between;
    background-color: var(--blue-900);
    border-radius: 14px;
}

.custom-size-text {
    padding: 80px 82px 37px 45px;
    width: 100%;
    max-width: 468px;
}

    .custom-size-text h2 {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 32px;
        line-height: 120%;
        color: var(--white);
        max-width: 383px;
    }

    .custom-size-text p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: var(--white);
    }

    .custom-size-text a {
        display: inline-block;
        margin-top: 20px;
        background-color: var(--white);
        padding: 15px;
        border-radius: 50%;
    }

.custom-size-image img {
    border-radius: 0px 14px 14px 0px;
    height: 100%;
}

@media (max-width: 1200px) {
    .custom-size-text {
        max-width: 400px;
    }
}

@media (max-width: 1020px) {
    .custom-size-text {
        max-width: 350px;
    }

        .custom-size-text h2 {
            font-size: 26px;
        }

        .custom-size-text p {
            font-size: 16px;
        }
}
/*** Featured products ***/
.featured-products-wrap {
    margin-top: 130px;
}

.featured-products-subtitle a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--red-primary);
}

.featured-products-wrap .featured-products-title {
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #000;
}

.featured-products-desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.row.featured-products-list {
    margin-top: 60px;
}

.featured-products-list .product-card {
    margin-bottom: 30px;
}

    .featured-products-list .product-card div {
        margin-top: 16px;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

.featured-products-list .product-card-desc {
    max-width: 60%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.featured-products-list .product-card-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}

.featured-products-list .product-card .btn.btn-primary.btn-view {
    padding: 8px 20px;
    border-radius: 8px;
    background-color: var(--blue-primary);
}

    .featured-products-list .product-card .btn.btn-primary.btn-view a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--white);
        text-transform: none;
    }

.featured-products-wrap .btn.btn-danger {
    margin-top: 50px;
    border: 1px solid var(--red-primary);
    border-radius: 6px;
    padding: 12px 24px;
    background-color: var(--red-primary);
}

    .featured-products-wrap .btn.btn-danger a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #fff;
        text-transform: none;
    }

.row.featured-products-list .product-card img {
    border-radius: 12px;
    width: 100%;
    max-width: 336px;
}

@media (max-width: 1024px) {
    .row.featured-products-list .col-sm-6.col-md-3 {
        width: 50%;
    }

        .row.featured-products-list .col-sm-6.col-md-3 .product-card a img {
            max-width: 100%;
        }
}

@media (max-width: 768px) {
    .custom-size-section {
        flex-direction: column;
    }

    .custom-size-text {
        max-width: 100%;
    }

    .custom-size-image img {
        border-radius: 0px 0px 14px 14px;
    }
}

@media (max-width: 767px) {
    .row.featured-products-list {
        display: flex;
        flex-wrap: wrap;
    }

    .col-sm-6:has(.product-card) {
        width: 50%;
    }
}

/*** Wholesale Benefits ***/
.container-fluid.wholesale-benefits {
    position: relative;
    margin-top: 144px;
}

    .container-fluid.wholesale-benefits .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        margin: 0 calc(-50vw + 50%);
        background-color: #eee;
    }

.wholesale-benefits-content {
    margin-top: 125px;
    width: 40%;
}

.wholesale-benefits .wholesale-benefits-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: var(--black);
    margin-bottom: 30px;
}

.wholesale-benefits-title span {
    display: block;
}

.wholesale-benefits-text {
    max-width: 508px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--black-700);
    margin-bottom: 60px;
}

.wholesale-benefits-images {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60%;
}

    .wholesale-benefits-images img {
        object-fit: cover;
        clip-path: polygon(12% 0, 100% 0, 88% 100%, 0% 100%);
        width: 100%;
        max-width: 300px;
        max-height: 600px;
        height: 100vh;
    }

        .wholesale-benefits-images img:nth-child(2),
        .wholesale-benefits-images img:nth-child(3) {
            margin-left: -20px;
        }

.wholesale-benefits-content .btn.btn-primary {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px 55px;
    background-color: var(--blue-primary);
}

    .wholesale-benefits-content .btn.btn-primary a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--white);
        text-transform: none;
    }

.wholesale-benefits-content .btn.btn-default {
    border: 1px solid var(--black-700);
    border-radius: 4px;
    padding: 11px 24px;
}

    .wholesale-benefits-content .btn.btn-default a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: var(--black-700);
        text-transform: none;
    }

@media (max-width: 1370px) {
    .container-fluid.wholesale-benefits .row {
        display: flex;
        flex-direction: column;
    }

    .wholesale-benefits-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .wholesale-benefits-images {
        width: 100%;
    }
}

@media (max-width: 1249px) {
    .wholesale-benefits-content {
        margin-top: 80px;
    }
}

@media (max-width: 1140px) {
    .wholesale-benefits .wholesale-benefits-title {
        font-size: 38px;
    }

    .wholesale-benefits-text {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .container-fluid.wholesale-benefits .row {
        display: flex;
        flex-direction: column;
    }

    .wholesale-benefits-content {
        width: 100%;
        margin-bottom: 15px;
    }

    .wholesale-benefits-images {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .wholesale-benefits-images img {
        max-width: 275px;
    }
}

@media (max-width: 768px) {
    .wholesale-benefits-images img {
        max-width: 260px;
        max-height: 365px;
    }
}

@media (max-width: 744px) {
    .wholesale-benefits-images img {
        max-width: 250px;
        max-height: 320px;
    }
}

@media (max-width: 650px) {
    .wholesale-benefits-images img {
        max-width: 240px;
        max-height: 223px;
    }
}
/*** Footer ***/
#footer-links .col-sm-3.col-xs-12:nth-child(1),
#footer-links .col-sm-3.col-xs-12:nth-child(2) {
    width: 20%;
}

#footer-links .footer-links-category .col-sm-3.col-xs-12:nth-child(3) {
    width: 35%;
}

#footer-links .col-sm-3.col-xs-12 h4 {
    margin-top: 0px;
}

#footer-links .footer-links-category .col-sm-3.col-xs-12:nth-child(3) h4 {
    text-align: center;
}

.footer-categories-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-links-category-mob {
    display: none;
}

@media (max-width: 1270px) {
    .footer-links-category {
        display: flex;
        justify-content: space-around;
    }

    #footer-links .footer-links-category .col-sm-3.col-xs-12:nth-child(3) h4 {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .footer-links-wrap {
        display: flex;
        flex-direction: column;
    }

    #footer-links .col-sm-3.col-xs-12:has(.footer-widget-light.footer-widget-social-links) {
        width: 50%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .list-unstyled.footer-soc-links-list {
        margin-top: 30px;
        justify-content: center;
    }

        .list-unstyled.footer-soc-links-list li:last-child {
            margin-right: 0px;
        }

    .footer-links-category {
        display: flex;
        justify-content: space-around;
    }
}

@media (max-width: 912px) {
    #footer-links .footer-links-category .col-sm-3.col-xs-12 {
        width: 33.333%;
    }
}

@media (max-width: 700px) {
    .footer-links-category {
        display: none;
    }

    .footer-links-category-mob {
        display: flex;
        flex-direction: column;
    }

    #footer-links .footer-links-category-mob .col-sm-3.col-xs-12 {
        width: 50%;
        margin: 0 auto;
    }

    #footer-links .footer-links-category-mob .headline {
        position: relative;
        cursor: pointer;
    }

        #footer-links .footer-links-category-mob .headline::after {
            content: "+";
            position: absolute;
            right: 17px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: bold;
            color: var(--white);
        }

        #footer-links .footer-links-category-mob .headline[aria-expanded="true"]::after {
            content: "−";
        }
}

@media (max-width: 430px) {
    #footer-links .footer-links-category-mob .col-sm-3.col-xs-12 {
        width: 100%;
    }

    #footer-links .footer-links-category-mob .headline h4 {
        margin-bottom: 20px;
    }

    #footer-links .footer-links-category-mob .headline::after {
        right: 0;
    }

    #mobile-search-field {
        top: 56px;
    }

    .slider-btns div:has(.prev) {
        display: flex;
    }

    .slider-btns div button.prev,
    .slider-btns div button.next {
        margin-top: 15px;
        margin-bottom: 70px;
    }

    .custom-size-text {
        padding: 20px;
    }

        .custom-size-text p {
            margin-bottom: 0px;
        }

    .wholesale-benefits-images img {
        max-height: 160px;
    }
}
/*** Search page product grid ***/
#products.grid article.product-item {
    box-shadow: none;
    overflow: hidden !important;
}

    #products.grid article.product-item img {
        margin: 0px;
        width: 100%;
        border-radius: 12px;
    }

    #products.grid article.product-item h3 a,
    article.product-item h3 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #343434;
    }

#products.grid article.product-item {
    text-align: left;
    position: relative;
}

    #products.grid article.product-item .product-body {
        padding-left: 0px;
    }

article.product-item h3 {
    padding-top: 5px;
    height: 80px;
}

.product-body .label.label-info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--red-900);
    background-color: transparent;
    padding-left: 0px;
}

.product-body .label.label-danger {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--blue-900);
    background-color: transparent;
    text-decoration: none;
}

    .product-body .label.label-danger ins {
        text-decoration: none;
    }

.product-body .buttons a i {
    display: none;
}

.product-body .buttons a {
    border-radius: 8px;
    padding: 10px 20px;
    background-color: var(--blue-900);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: var(--white);
}

article.product-item:hover .product-overlay .product-mask {
    opacity: 0;
}

#widget-product-finder-collapse #Keywords {
    width: 100%;
}

.category-name h1 {
    font-weight: 500;
    font-family: var(--second-family);
    text-align: left;
}

.components-content.category-name {
    padding-left: 0px;
    box-shadow: none;
}

.form-inline.products-per-page .products-header {
    box-shadow: none;
    background-color: #e4eef6;
    border-radius: 12px;
}

#PageSize, #SortExpression {
    border-radius: 12px;
    border: none;
    background-image: none;
    cursor: pointer;
    padding-right: 12px;
}

    #PageSize:hover, #SortExpression:hover {
        color: var(--blue-primary);
    }

/*** WDS Offers (placeholder)  ***/
.container.offers-wrap {
    margin-top: 116px;
}

.offers-header .offers-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #000;
    margin-bottom: 12px;
}

.offers-header .offers-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    margin-bottom: 0px;
}


.offers-card-list,
.offers-card-left,
.offers-card-right {
    display: flex;
}

.offers-card-left,
.offers-card-right {
    flex: 50%;
}

.offers-card-list {
    margin-top: 40px;
    gap: 12px;
}

.offers-card-desc {
    padding-top: 100px;
    padding-left: 25px;
    padding-bottom: 62px;
    padding-right: 10px;
    max-width: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #23527c, #3f709c);
    border-radius: 12px 0px 0px 12px;
    flex: 1 1 50%;
}

.offers-card-img {
    flex: 1 1 50%;
}

.offers-card-desc .discount {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: var(--white);
}

.offers-card-desc p {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--white);
    margin-bottom: 29px;
}

.offers-card-desc span {
    display: block;
}

.offers-card-img img {
    height: 100%;
    border-radius: 0px 12px 12px 0px;
}

.offers-card-right svg {
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .offers-header .offers-title,
    .offers-header .offers-text {
        text-align: center;
    }

    .offers-card-list {
        flex-wrap: wrap;
    }
}

/*** Slider ***/
.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 20px 0;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.slider-slide {
    flex: 0 0 22%;
    box-sizing: border-box;
    padding: 10px;
}

    .slider-slide .category-item {
        max-width: 280px;
    }

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 17px;
    z-index: 10;
    border-radius: 50%;
    font-size: 16px;
}

    .slider-button:hover {
        background-color: var(--red-primary);
    }

    .slider-button.prev {
        left: 13px;
    }

    .slider-button.next {
        right: 5px;
    }

@media (max-width: 1024px) {
    .slider-slide {
        flex: 0 0 37%;
    }

        .slider-slide .category-item {
            max-width: 100%;
        }

            .slider-slide .category-item img {
                width: 100%;
            }
}

@media (max-width: 600px) {
    .slider-slide {
        flex: 0 0 100%;
    }

        .slider-slide .category-item {
            max-width: 100%;
        }

            .slider-slide .category-item img {
                width: 100%;
            }

    .slider-button.next {
        right: 13px;
    }
}

/*** WDS Video Slider ***/
.slider-video-wrapper.container {
    margin-top: 136px;
}

.slider-video-header {
    margin-bottom: 60px;
}

    .slider-video-header h4 {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        color: #000;
    }

    .slider-video-header p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #000;
    }

.slider-video-content {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
}

.slider-video-container {
    position: relative;
    width: 100%;
}

    .slider-video-container .video {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .slider-video-container .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--red-primary);
        color: var(--white);
        border: none;
        font-size: 24px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        padding-left: 9px;
    }

.slider-video-wrapper .slider-button {
    top: 44%;
}

/*** Personalized Product Detail ***/
.row.product-page-wrap #tpe-widget .row.tpe-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.row.product-page-wrap .widget-wrapper:has(#buyProductDialogWidget) {
    display: flex;
    justify-content: end;
}

.row.product-page-wrap #buyProductDialogWidget {
    width: 33.333%;
}

.row.product-page-wrap .product-name {
    display: flex;
    justify-content: end;
    box-shadow: none;
}

    .row.product-page-wrap .product-name h1 {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        color: var(--blue-primary);
        width: 33.333%;
    }

.row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg {
    padding-left: 0px;
    padding-right: 0px;
}

    .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg h3 {
        background: var(--red-primary);
        text-align: center;
        padding: 15px 0px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: var(--white);
        border-radius: 8px;
        position: relative;
    }

.row.product-page-wrap div[field-wrapper-name="logoLeft"],
.row.product-page-wrap div[field-wrapper-name="logoRight"] {
    display: inline-block;
    width: 49%;
}

.row.product-page-wrap div[field-wrapper-name="logoRight"] {
    margin-left: 5px;
}

    .row.product-page-wrap div[field-wrapper-name="logoLeft"] input.form-control,
    .row.product-page-wrap div[field-wrapper-name="logoRight"] input.form-control,
    .row.product-page-wrap div[field-wrapper-name="headerImg"] input.form-control,
    .row.product-page-wrap div[field-wrapper-name="mainImg"] input.form-control,
    .row.product-page-wrap div[field-wrapper-name="footerImg"] input.form-control {
        background: #e4eef6;
        border: none;
        border-radius: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        color: #000;
        font-weight: 500;
    }

.row.product-page-wrap div[field-wrapper-name="headerText"] {
    margin-top: 20px;
}

.row.product-page-wrap #tpe-widget label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.row.product-page-wrap .btn.btn-primary.btn-block.m-t-lg.tpe-preview-button,
.row.product-page-wrap #addCartBtn,
.row.product-page-wrap .btn.btn-primary.m-t-lg.tpe-download-button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
}

.row.product-page-wrap .btn.btn-primary.btn-block.m-t-lg.tpe-preview-button {
    background: var(--blue-secondary);
}

.row.product-page-wrap #addCartBtn i {
    display: none;
}

.row.product-page-wrap #output {
    position: absolute;
    left: 0;
    top: 20px;
}

.row.product-page-wrap #buy-product-quantity-box #modal-qty-minus {
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    padding-right: 0;
}

.row.product-page-wrap #buy-product-quantity-box #modal-qty-plus {
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    padding-left: 0;
}

.row.product-page-wrap #buy-product-quantity-box #modal-qty {
    border-left: none;
    border-right: none;
}

.row.product-page-wrap #buy-product-quantity-box .product-quantity:hover #modal-qty-minus,
.row.product-page-wrap #buy-product-quantity-box .product-quantity:hover #modal-qty-plus,
.row.product-page-wrap #buy-product-quantity-box .product-quantity:hover #modal-qty {
    border-color: var(--blue-900);
}

.row.product-page-wrap #buy-product-quantity-box .product-quantity #modal-qty-minus:hover,
.row.product-page-wrap #buy-product-quantity-box .product-quantity #modal-qty-plus:hover {
    color: var(--blue-900);
}

.row.product-page-wrap .required-field-block .note-editor.note-frame.panel.panel-default {
    border: 2px solid #d0d0d0 !important;
    border-radius: 4px;
}

.row.product-page-wrap .list-unstyled.product-info li,
.row.product-page-wrap .price span:first-child {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-700);
}

    .row.product-page-wrap .list-unstyled.product-info li span:first-child {
        margin-right: 5px;
    }

.custom-content-wrapper > h3.collapsed::after {
    content: "\2228";
    color: #fff;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
}

.custom-content-wrapper > h3:not(.collapsed)::after {
    content: "\2227";
    color: #fff;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
}

.row.product-page-wrap div[field-wrapper-name] .template-field-label label:nth-child(1) {
    display: none;
}

.row.product-page-wrap div[field-wrapper-name] .custom-content-wrapper .template-field-label label {
    display: block;
}

.row.product-page-wrap .custom-content-wrapper {
    padding-bottom: 10px;
}

.row.content .row:has(#tabs) {
    margin-top: 100px;
}

@media (max-width: 913px) {
    .row.product-page-wrap .column.col-sm-6.col-xs-6.col-md-12 {
        width: 100%;
    }

    .row.product-page-wrap .col-sm-12.col-md-4.m-b-lg,
    .row.product-page-wrap #buyProductDialogWidget {
        width: 40%;
    }

    .row.product-page-wrap #output {
        width: 60%;
    }
}
/*** Custom category page ***/
.container-fluid.hero-wrap.category-pages .full-screen,
.container-fluid.hero-wrap.category-pages {
    position: relative;
    height: 775px;
}

    .container-fluid.hero-wrap.category-pages .row.container-custom {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        margin: 0 calc(-50vw + 50%);
    }

.row.content:has(.hero-wrap.category-pages),
.html-content-item.components-content:has(.hero-wrap.category-pages) {
    padding-top: 0px;
}

@media (max-width: 1450px) {
    .container-fluid.hero-wrap.category-pages .full-screen,
    .container-fluid.hero-wrap.category-pages {
        height: 650px;
    }
}

@media (max-width: 1272px) {
    .container-fluid.hero-wrap.category-pages .full-screen,
    .container-fluid.hero-wrap.category-pages {
        height: 550px;
    }
}

@media (max-width: 1098px) {
    .container-fluid.hero-wrap.category-pages .full-screen,
    .container-fluid.hero-wrap.category-pages {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .container-fluid.hero-wrap.category-pages .full-screen,
    .container-fluid.hero-wrap.category-pages {
        height: 650px;
    }
}
/*.container-fluid.hero-wrap.category-pages .full-screen .col-md-6 {
    height: 100%;
    padding-left: 50px;
}*/

/*** Custom Product Selection Form WDS ***/
.custom-product-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-product-header {
    position: relative;
    padding-top: 59px;
    padding-bottom: 149px;
    max-width: 711px;
}

    .custom-product-header h2 {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
        text-align: center;
        color: var(--white);
        margin-bottom: 12px;
    }

    .custom-product-header p {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: var(--white);
        max-width: 466px;
        text-align: center;
        margin: 0 auto;
    }

.custom-product-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(-50vw + 50%);
    z-index: -1;
    background-image: url('/Assets/ContentImages/2025/Home_page/form-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-product-header ul {
    margin-top: 60px;
    list-style: none;
    display: flex;
}

.custom-product-header li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%
}

    .custom-product-header li svg {
        width: 56px;
        height: 56px;
    }

    .custom-product-header li p {
        margin-top: 12px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: var(--white);
    }

        .custom-product-header li p span {
            display: block;
        }

.custom-product-wrap .container-box {
    width: 50%;
    position: relative;
}

.custom-product-wrap .container-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 53%;
    margin: 0 calc(-50vw + 50%);
    z-index: -1;
    background-color: #e4eef6;
}

.custom-product-wrap .container-box-content {
    padding: 50px 40px;
    border-radius: 24px;
    background-color: var(--blue-900);
    margin-top: -104px;
    margin-bottom: 105px;
}

.container-box-content .first-group-btn {
    border-radius: 12px;
    background-color: var(--white);
    padding: 10px;
}

    .container-box-content .first-group-btn .btn.btn-default {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: var(--black);
        border: none;
        padding: 18px;
    }

    .container-box-content .first-group-btn .btn.btn-primary {
        border-radius: 12px !important;
        border: none;
        background-color: var(--blue-secondary);
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: var(--white);
        padding: 18px;
    }

.container-box-content .second-group-btn {
    margin-top: 40px;
}

    .container-box-content .second-group-btn h4 {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: var(--white);
        margin-bottom: 16px;
    }

    .container-box-content .second-group-btn .btn-group {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .container-box-content .second-group-btn .btn-group .btn {
            padding: 14px 82px;
        }

            .container-box-content .second-group-btn .btn-group .btn.btn-default {
                border-radius: 4px;
                background-color: var(--white);
                border: none;
                font-family: var(--font-family);
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                color: var(--blue-primary);
            }

            .container-box-content .second-group-btn .btn-group .btn.btn-danger {
                border-radius: 4px;
                background-color: var(--red-primary);
                border: none;
                font-family: var(--font-family);
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                color: #fff;
                padding: 14px 73px;
            }

.container-box-content .radio-group-btn h4 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--white);
    margin-bottom: 16px;
}

.container-box-content .radio-group-btn .radio label {
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--white);
}

    .container-box-content .radio-group-btn .radio label:first-child {
        margin-right: 50px;
    }

    .container-box-content .radio-group-btn .radio label:before {
        top: unset;
    }

.container-box-content .select-form {
    margin-top: 40px;
}

    .container-box-content .select-form label {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: var(--white);
        margin-bottom: 8px;
    }

    .container-box-content .select-form .form-group {
        margin-bottom: 24px;
    }

    .container-box-content .select-form select.form-control {
        border-radius: 4px;
        background-color: var(--white);
        border: none;
        height: auto;
        padding: 15px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #666;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        background-image: none;
    }

    .container-box-content .select-form .btn.btn-primary.btn-custom {
        border-radius: 4px;
        border: none;
        background-color: var(--blue-secondary);
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: var(--white);
        width: 100%;
        padding: 17.5px;
    }

.row.product-page-wrap {
    position: relative;
}

#pdf-render {
    max-height: 100vh !important;
}

/*** Custom products form ***/
#WallboardTypes .btn.btn-danger.wallboard-btn.btn-chalkboard {
    background-image: url(/Assets/ContentImages/2025/Home_page/Custom_Product_From/Chalk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 137px;
}

#WallboardTypes .btn.btn-warning.wallboard-btn.btn-corkbulletin {
    background-image: url(/Assets/ContentImages/2025/Home_page/Custom_Product_From/Cork.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 137px;
}

#WallboardTypes .btn.btn-primary.wallboard-btn.btn-eraseboard {
    background-image: url(/Assets/ContentImages/2025/Home_page/Custom_Product_From/White.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 137px;
}

#WallboardTypes .btn.btn-info.btn-typeofwallboard-block.wallboard-btn.btn-corkwithfabric {
    background-image: url(/Assets/ContentImages/2025/Home_page/Custom_Product_From/fabric.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 137px;
}

#WallboardTypes .btn.btn-primary.btn-typeofwallboard-block.wallboard-btn.btn-combination {
    background-image: url(/Assets/ContentImages/2025/Home_page/Custom_Product_From/combo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 115px;
    height: 137px;
}

#WallboardTypes .btn.btn-danger.wallboard-btn.btn-chalkboard,
#WallboardTypes .btn.btn-warning.wallboard-btn.btn-corkbulletin,
#WallboardTypes .btn.btn-primary.wallboard-btn.btn-eraseboard,
#WallboardTypes .btn.btn-info.btn-typeofwallboard-block.wallboard-btn.btn-corkwithfabric,
#WallboardTypes .btn.btn-primary.btn-typeofwallboard-block.wallboard-btn.btn-combination {
    transition: transform ease 0.3s;
}

    #WallboardTypes .btn.btn-danger.wallboard-btn.btn-chalkboard:hover,
    #WallboardTypes .btn.btn-warning.wallboard-btn.btn-corkbulletin:hover,
    #WallboardTypes .btn.btn-primary.wallboard-btn.btn-eraseboard:hover,
    #WallboardTypes .btn.btn-info.btn-typeofwallboard-block.wallboard-btn.btn-corkwithfabric:hover,
    #WallboardTypes .btn.btn-primary.btn-typeofwallboard-block.wallboard-btn.btn-combination:hover {
        transform: translateY(-10px);
    }

.custom-product-wrap .col-md-12:has(#TypeOfWallboard1) {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.custom-product-wrap .col-md-12 .second-group-btn.form-group.select-mounting:has(h4) {
    flex: 1 1 100%;
}

.custom-product-wrap .col-md-12:has(#TypeOfWallboard1) .form-group {
    display: flex;
    gap: 10px;
}

    .custom-product-wrap .col-md-12:has(#TypeOfWallboard1) .form-group .pull-left.m-b-sm,
    .custom-product-wrap .col-md-12:has(#TypeOfWallboard1) .form-group .custom-pull-right.m-b-sm {
        float: none !important;
    }

#WallboardTypes .btn-corkbulletin {
    margin-left: 0px;
}

[type="radio"] + span.btn-chalkboard,
[type="radio"] + span.btn-corkbulletin,
[type="radio"] + span.btn-eraseboard,
[type="radio"] + span.btn-corkwithfabric,
[type="radio"] + span.btn-combination {
    opacity: 0.7;
}

[type="radio"]:checked + span.btn-chalkboard,
[type="radio"]:checked + span.btn-corkbulletin,
[type="radio"]:checked + span.btn-eraseboard,
[type="radio"]:checked + span.btn-corkwithfabric,
[type="radio"]:checked + span.btn-combination {
    outline: 3px solid var(--red-primary);
    opacity: 1;
}

.hero-wrap .d-block {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: var(--blue-900);
}
/*** Mobile styles ***/
@media (max-width: 1400px) {
    .row.product-page-wrap .product-name h1,
    .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg,
    .row.product-page-wrap #buyProductDialogWidget {
        width: 25%;
    }
}

@media (max-width: 1254px) {
    .row.product-page-wrap .product-name h1,
    .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg,
    .row.product-page-wrap #buyProductDialogWidget {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .custom-product-wrap .container-box {
        width: 64%;
    }
}

@media (max-width: 1024px) {
    .custom-product-wrap .container-box {
        width: 75%;
    }

    .row.product-page-wrap #tpe-widget .row.tpe-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg {
            width: 100%;
            margin-top: 25px;
        }

            .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
            }

                .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields div[field-wrapper-name="boardSize"],
                .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields div[field-wrapper-name="frame"],
                .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields div[field-wrapper-name="header"],
                .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields div[field-wrapper-name="board"] {
                    flex: 1 1 47%;
                }

    .row.product-page-wrap #output {
        position: relative;
        width: 100%;
        padding: 0px;
    }

    .row.product-page-wrap .product-name {
        justify-content: start;
        padding-left: 0px;
        padding-bottom: 0px;
        text-align: left;
    }

    .row.product-page-wrap .widget-wrapper:has(#buyProductDialogWidget) {
        justify-content: start;
    }

    .row.product-page-wrap .product-name h1 {
        width: 100%;
    }

    .row.product-page-wrap #buyProductDialogWidget {
        width: 25%;
    }

    .row.content:has(.product-page-wrap) {
        padding-top: 0px;
    }

    .hero-wrap .text-section {
        margin-bottom: 28px;
    }

    .hero-wrap .hero-video {
        padding-bottom: 100%;
    }

    .wholesale-benefits-images img {
        max-height: 300px;
    }
}

@media (max-width: 912px) {
    .custom-product-wrap .container-box {
        width: 85%;
    }

    #pdf-render {
        max-width: 760px !important;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 25px;
    }

    .hero-wrap .hero-video {
        padding-bottom: 73%;
    }
}

@media (max-width: 820px) {
    .custom-product-wrap .container-box {
        width: 95%;
    }

    #pdf-render {
        max-width: 720px !important;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 96px;
    }
}

@media (max-width: 810px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 90px;
    }
}

@media (max-width: 800px) {
    .hero-wrap .row.container-custom {
        padding-bottom: 84px;
    }
}

@media (max-width: 768px) {
    #pdf-render {
        max-width: 705px !important;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 66px;
    }
}

@media (max-width: 744px) {
    .container-box-content .second-group-btn .btn-group .btn {
        padding: 14px 65px;
    }

        .container-box-content .second-group-btn .btn-group .btn.btn-danger {
            padding: 14px 60px;
        }

    #pdf-render {
        max-width: 685px !important;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 53px;
    }

    .offers-card-left, .offers-card-right {
        flex-wrap: wrap;
    }

    .offers-card-img img {
        border-radius: 0px 0px 12px 12px;
        width: 100%;
    }

    .offers-card-desc {
        border-radius: 12px 12px 0px 0px;
    }

    .news-right {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 715px) {
    .wholesale-benefits-images img {
        max-width: 240px;
        max-height: 245px;
    }
}

@media (max-width: 692px) {
    .container-box-content .second-group-btn .btn-group {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 668px) {
    .wholesale-benefits-images img {
        max-width: 240px;
        max-height: 200px;
    }

    .categories-header {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 630px) {
    .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields {
        flex-direction: column;
    }

    .container-box-content .first-group-btn .btn-group-justified {
        display: flex;
        flex-direction: column;
    }

        .container-box-content .first-group-btn .btn-group-justified #mirrorButton,
        .container-box-content .first-group-btn .btn-group-justified #wallboardButton {
            width: 100%;
        }
}

@media (max-width: 600px) {
    .wholesale-benefits-images img {
        max-width: 200px;
        max-height: 160px;
    }
}

@media (max-width: 540px) {
    #pdf-render {
        max-width: 492px !important;
    }
}

@media (max-width: 490px) {
    #WallboardTypes .btn.btn-danger.wallboard-btn.btn-chalkboard,
    #WallboardTypes .btn.btn-warning.wallboard-btn.btn-corkbulletin,
    #WallboardTypes .btn.btn-primary.wallboard-btn.btn-eraseboard,
    #WallboardTypes .btn.btn-info.btn-typeofwallboard-block.wallboard-btn.btn-corkwithfabric,
    #WallboardTypes .btn.btn-primary.btn-typeofwallboard-block.wallboard-btn.btn-combination {
        background-size: contain;
        width: 100px;
        height: 115px;
    }
}

@media (max-width: 475px) {
    .wholesale-benefits-images img {
        max-width: 180px;
        max-height: 140px;
    }
}

@media (max-width: 430px) {
    .custom-product-header h2 {
        font-size: 32px;
    }

    .custom-product-header ul {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }

        .custom-product-header ul li {
            flex-direction: row;
            width: 100%;
            gap: 15px;
        }

            .custom-product-header ul li:first-child svg {
                margin-left: 7px;
            }

            .custom-product-header ul li p {
                margin: 0px;
                margin-top: 10px;
                text-align: left;
            }

    .custom-product-header li p span {
        display: inline;
    }

    .custom-product-wrap .container-box-content {
        padding: 39px 10px;
    }

    .container-box-content .first-group-btn .btn.btn-default,
    .container-box-content .first-group-btn .btn.btn-primary,
    .container-box-content .second-group-btn .btn-group .btn.btn-default {
        font-size: 12px;
    }

    .container-box-content .second-group-btn .btn-group .btn {
        padding: 14px 28px;
    }

        .container-box-content .second-group-btn .btn-group .btn.btn-danger {
            padding: 14px 24px;
            font-size: 12px;
        }

    .container-box-content .radio-group-btn .radio label:first-child {
        margin-bottom: 10px;
    }

    .row.featured-products-list .col-sm-6.col-md-3 {
        width: 100%;
    }

    .wholesale-benefits .wholesale-benefits-title {
        font-size: 32px;
    }

    .wholesale-benefits-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .wholesale-benefits-content {
        margin-top: 55px;
    }

    .wholesale-benefits-images {
        gap: 5px;
    }

    /*.offers-card-left, .offers-card-right {
        flex-direction: column;
    }*/

    .offers-card-desc {
        border-radius: 0px 0px 12px 12px;
    }

    .offers-card-img img {
        border-radius: 0px 0px 12px 12px;
    }

    .offers-card-desc {
        border-radius: 12px 12px 0px 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .offers-card-desc .discount {
            font-size: 42px;
        }

        .offers-card-desc p {
            margin-bottom: 20px;
        }

    .offers-header .offers-title {
        font-size: 32px;
    }

    .news-right {
        flex-direction: column;
        gap: 20px;
    }

    .news-title {
        font-size: 32px;
    }

    .news-text {
        font-size: 14px;
    }

    .wholesale-benefits-images img {
        max-width: 150px;
        max-height: 135px;
    }

    .categories-wrap.container {
        margin-bottom: 30px;
    }

    .categories-header .categories-btn {
        padding: 5px 30px;
    }

    .container-fluid.wholesale-benefits,
    .slider-video-wrapper.container {
        margin-top: 90px;
    }

    .container.offers-wrap {
        margin-top: 50px;
    }

    #pdf-render {
        max-width: 390px !important;
    }

    .row.product-page-wrap #tpe-widget .row.tpe-wrapper .col-sm-12.col-md-4.m-b-lg .tpe-fields {
        flex-direction: column;
    }

    .row.product-page-wrap #buyProductDialogWidget {
        width: 100%;
    }

    .hero-wrap .d-block {
        font-size: 32px;
    }

    .hero-wrap h1 {
        font-size: 30px;
        height: 45px;
    }

    .hero-wrap .text-section {
        margin-top: 3%;
    }

    .hero-wrap .row.container-custom {
        padding-bottom: 10px;
    }
}

@media (max-width: 414px) {
    .hero-wrap .hero-video {
        padding-bottom: 76%;
    }

    #pdf-render {
        max-width: 374px !important;
    }

    .categories-header .categories-title {
        font-size: 30px;
    }
}

@media (max-width: 412px) {
    .hero-wrap h1 {
        font-size: 36px;
    }

    .categories-header .categories-title {
        font-size: 30px;
    }

    #pdf-render {
        max-width: 371px !important;
    }

    #WallboardTypes .btn.btn-danger.wallboard-btn.btn-chalkboard,
    #WallboardTypes .btn.btn-warning.wallboard-btn.btn-corkbulletin,
    #WallboardTypes .btn.btn-primary.wallboard-btn.btn-eraseboard,
    #WallboardTypes .btn.btn-info.btn-typeofwallboard-block.wallboard-btn.btn-corkwithfabric,
    #WallboardTypes .btn.btn-primary.btn-typeofwallboard-block.wallboard-btn.btn-combination {
        width: 95px;
    }

    .col-sm-12.pay-methods-wrap {
        flex-wrap: wrap;
        gap: 5px;
    }
}

@media (max-width: 390px) {
    #pdf-render {
        max-width: 350px !important;
    }

    .wholesale-benefits-images img {
        max-height: 135px;
    }

    .custom-product-wrap .col-md-12:has(#TypeOfWallboard1) {
        justify-content: center;
    }

        .custom-product-wrap .col-md-12:has(#TypeOfWallboard1) .form-group {
            flex-direction: column;
        }
}

@media (max-width: 375px) {
    #pdf-render {
        max-width: 337px !important;
    }
}

@media (max-width: 360px) {
    #pdf-render {
        max-width: 322px !important;
    }

    hero-wrap .text-section .btn-primary, .hero-wrap .text-section .btn-default {
        padding: 8px 16px;
        font-size: 12px;
    }

    .wholesale-benefits-images img {
        max-height: 115px;
    }
}

@media (max-width: 350px) {
    .wholesale-benefits-images img {
        max-height: 100px;
    }
}

@media (max-width: 344px) {
    #pdf-render {
        max-width: 306px !important;
    }
}
/*** End mobile styles ***/
div[field-wrapper-name="templateSizes"] {
    visibility: hidden;
    position: absolute;
    z-index: -10;
}

/*** Hover for links and btns ***/
.top-left-links, .top-header .contacts li, .top-header .links li a,
.recover-pass a, #signInLink, #createAccountLink span, .header-middle-links ul li a,
.categories-header .categories-btn,
.hero-wrap .text-section .btn-primary,
.hero-wrap .text-section .btn-default, .slider-track, .slider-slide,
.sf-menu ul li, .sf-menu a,
.container-box-content .select-form .btn.btn-primary.btn-custom,
.row.featured-products-list,
.wholesale-benefits-content .btn.btn-primary,
.wholesale-benefits-content .btn.btn-default,
.faq-contact-link {
    transition: all ease 0.3s;
}

    .btn-primary:hover, a.btn-primary:hover,
    .hero-wrap .text-section .btn-primary:hover,
    .slider-track .slider-slide:hover article.category-item h3, .sf-menu ul li:hover,
    .container-box-content .select-form .btn.btn-primary.btn-custom:hover, .custom-size-text a:hover,
    .row.featured-products-list .col-sm-6.col-md-3:hover .product-card .btn.btn-primary.btn-view,
    .wholesale-benefits-content .btn.btn-primary:hover,
    .faq-contact-link:hover {
        background-color: var(--red-primary);
    }

    .faq-contact-link:hover {
        border-color: var(--red-primary);
    }

    .hero-wrap .text-section .btn-default:hover,
    .categories-header .categories-btn:hover,
    .wholesale-benefits-content .btn.btn-default:hover {
        background-color: var(--red-primary);
        border-color: var(--red-primary);
    }

        .hero-wrap .text-section .btn-default:hover a, .sf-menu a:hover,
        .wholesale-benefits-content .btn.btn-default:hover a {
            color: #fff;
        }

    .top-left-links:hover, .top-header .contacts li:hover, .top-header .links li a:hover,
    .recover-pass a:hover, #signInLink:hover, #createAccountLink:hover span, .header-middle-links ul li a:hover {
        color: var(--red-primary);
    }

    .slider-track:hover .slider-slide {
        opacity: 0.3;
    }

    .slider-track .slider-slide:hover,
    .row.featured-products-list .col-sm-6.col-md-3:hover {
        opacity: 1;
        transform: translateY(-10px);
    }

.custom-size-text a:hover svg path {
    fill: #fff;
}

.container.featured-products-wrap .text-center .btn.btn-danger:hover,
.news-right a:hover {
    transform: scale(1.2);
}

.offers-card-desc svg:hover circle {
    fill: var(--red-primary);
}

.offers-card-desc svg:hover path {
    fill: #fff;
}

.text-center.components-content.product-name {
    box-shadow: none;
    padding-left: 0px;
    padding-bottom: 0;
}

.product-carousel img {
    border: 1px solid #ddd;
    border-radius: 12px;
}

.product-item.product-single .additional-images {
    padding-left: 15px;
    text-align: left;
}
/*** Header menu ***/
.menu-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 0px !important;
}

    .menu-container.active {
        height: auto;
        padding: 30px !important;
    }

.view-all-categories a {
    padding-left: 0px;
}

.product-item.product-single .additional-images {
    display: flex;
    gap: 5px;
}

    .product-item.product-single .additional-images li {
        flex: 1 1 33.333%;
    }

        .product-item.product-single .additional-images li img {
            width: 100%;
        }

.widget.widget-discounts h3 a {
    padding: 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
}

.components-content:has(.widget.customFieldsDialog) {
    padding-left: 0;
    padding-right: 0;
}

.components-content .widget.customFieldsDialog {
    border-radius: 4px;
}

#buy-product-dialog-form .form-group.red-bar {
    border-radius: 4px;
    text-align: left;
    padding: 12px;
    background-color: #d9d9d9;
}

    #buy-product-dialog-form .form-group.red-bar span {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: var(--black-700);
        text-transform: uppercase;
    }
/*** For MR products ***/
#buy-product-dialog-form > div.form-group:nth-of-type(2),
#buy-product-dialog-form > div.form-group:nth-of-type(4) {
    position: relative;
}

.product-item.product-single.MR-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(2) span:after,
.product-item.product-single.MR-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(4) span:after {
    content: "| Choose Orientation ";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    color: #000;
    padding-left: 5px;
}

.product-item.product-single.MR-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(4) span:after {
    content: "| Select your length(s) for the frame side(s) ";
}

.product-item.product-single #buyProductDialogWidget #OrientationPanel label,
.product-item.product-single #buyProductDialogWidget #OrientationPanel p {
    display: none;
}
/*** For WD Products ***/
.product-item.product-single.WB-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(2) span:after,
.product-item.product-single.WB-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(4) span:after,
#OrientationPanel .col-lg-12.col-md-6.col-sm-6.WBphOptions:nth-of-type(2) .form-group.m-t-lg span:after {
    content: "| CHOOSE WALLBOARD TYPE ";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    color: #000;
    padding-left: 5px;
}

.product-item.product-single.WB-products-wrap #buy-product-dialog-form > div.form-group:nth-of-type(4) span:after {
    content: "| SELECT YOUR LENGTH(S) FOR THE FRAME SIDE(S) ";
}

#OrientationPanel .col-lg-12.col-md-6.col-sm-6.WBphOptions:nth-of-type(2) .form-group.m-t-lg span:after {
    content: "| CHOOSE ORIENTATION ";
}

#OrientationPanel .col-lg-12.col-md-6.col-sm-6.WBphOptions:nth-of-type(2) .form-group.m-t-lg {
    position: relative;
}
/******/
.quantity-price-wrap {
    display: flex;
    gap: 5px;
}

.row .row-no-padding.calculated-price-wrap label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-700);
}

    .row .row-no-padding.calculated-price-wrap label span {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: var(--blue-primary);
    }

.btn-addtocart #AddToBasketButtonNew {
    background-color: var(--red-primary);
    text-transform: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--white);
    padding: 15px;
}

    .btn-addtocart #AddToBasketButtonNew i,
    .custom-product-wrap .custom-product-header {
        display: none;
    }

.custom-form-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#MRLists::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 4.7 / 1;
    /*height: 131px;*/
    background-image: url('/Assets/ContentImages/2025/Home_page/Custom_Product_From/mirror_quick_shop.webp');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

#MRLists {
    padding: 20px;
}

    #MRLists .col-md-12 {
        padding: 0px;
    }

.sidebar ul li {
    transition: none;
}

.sub-subcategories li a:hover {
    transform: scale(1.1);
}

.subcategory-item.view-all {
    transition: all 0.3s ease;
}

    .subcategory-item.view-all:hover {
        background-color: var(--red-primary);
        border-color: var(--red-primary);
        transform: translateY(-10px);
    }

        .subcategory-item.view-all:hover a {
            color: #fff;
        }

.dimension-range {
    font-size: 13px;
    color: #333;
    margin-top: 5px;
}

#sizeHieght {
    display: flex;
}

#sizeWidth {
    display: contents;
}

.product-item.product-single.WB-products-wrap .product-form.clearfix {
    display: flex;
    flex-wrap: wrap;
}

    .product-item.product-single.WB-products-wrap .product-form.clearfix .btn-addtocart {
        width: 100%;
    }

.row.featured-products-list .col-sm-6.col-md-3 {
    transition: all 0.2s ease-in;
}
/*** Header for checkout pages ***/
.checkout-top-header {
    background: linear-gradient(to right,#3f709c,#4a89c2);
    height: auto;
    padding: 15px 0px;
}

    .checkout-top-header .contacts li,
    .checkout-top-header .top-left-links,
    .checkout-top-header .links a {
        color: #fff;
    }

    .checkout-top-header .top-left-links {
        font-size: 14px;
    }

    .checkout-top-header .links {
        padding: 0px;
    }

        .checkout-top-header .links a::after {
            display: none;
        }

    .checkout-top-header .storeLogo {
        margin: 0px;
    }

    .checkout-top-header #store-logo-container {
        width: auto;
    }

    .checkout-top-header .contacts li,
    .checkout-top-header .links li {
        position: relative;
        transition: opacity 0.3s ease, width 0.3s ease-out;
    }

        .checkout-top-header .contacts li::after,
        .checkout-top-header .links li:after {
            position: absolute;
            content: '';
            width: 0%;
            height: 2px;
            background-color: var(--red-primary);
            bottom: -1px;
            left: 0px;
            transition: width 0.3s ease-out;
        }

        .checkout-top-header .contacts li:hover::after,
        .checkout-top-header .links li:hover:after {
            width: 100%;
        }

        .checkout-top-header .links li:not(:hover):after {
            width: 0%;
        }

    .checkout-top-header .contacts:hover li:not(:hover),
    .checkout-top-header .links:hover li:not(:hover) {
        opacity: 0.5;
    }

@media (max-width: 1255px) {
    .checkout-top-header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .checkout-top-header .column.hidden-sm.hidden-xs.col-xs-6.col-sm-6.col-md-6:has(.list-inline.contacts) {
        width: 30%;
    }

    .checkout-top-header .column.text-right.col-xs-6.col-sm-4.col-md-4:has(#header-navigation-links) {
        width: 50%;
    }
}

@media (max-width: 990px) {
    .checkout-top-header .column.col-xs-6.col-md-2.col-sm-2:has(#store-logo-container) {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .checkout-top-header .row {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .checkout-top-header .list-inline.links {
        margin-bottom: 0px;
    }
}

.burger-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
}

#mobile-menu .column.col-md-7.col-xs-12:has(.list-inline.contacts) {
    width: 37%;
}

#mobile-menu .column.col-md-5.col-xs-12.text-center {
    width: 66%;
    text-align: right;
}

#mobile-menu .column.col-xs-12:has(#store-logo-container) {
    width: 22%;
}

#mobile-menu .column.col-xs-12:has(#search-form) div:first-child {
    display: flex;
    align-items: center;
}

.mobile-since-img {
    background-image: url('/Assets/ContentImages/2025/Home_page/since-2001.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 200px;
    height: 45px;
    display: none;
}
/*** Main Header ***/
@media (max-width: 1024px) {
    #menuToggleBtn img {
        height: 50px;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 80px !important;
    }

    #store-header-menubar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

        #store-header-menubar .top-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            #store-header-menubar .top-header .column {
                width: 100% !important;
                float: none !important;
                margin-bottom: 10px;
            }

            #store-header-menubar .top-header .text-right {
                text-align: center !important;
            }

        #store-header-menubar .store-logo-sm,
        #store-header-menubar .visible-xs.navbar-brand:has(img) {
            display: inline-block !important;
        }

        #store-header-menubar .storeLogo,
        #store-header-menubar .navbar-toggle,
        #store-header-menubar #mobile-search-icon {
            display: none !important;
        }

        #store-header-menubar .column {
            float: none !important;
            width: 100% !important;
            text-align: center;
        }

        #store-header-menubar .pull-left,
        #store-header-menubar .pull-right {
            float: none !important;
        }

        #store-header-menubar .p-t-xl {
            padding-top: 10px !important;
        }

        /*#store-header-menubar #search-form,
    #store-header-menubar .search-phrase {
        width: 100% !important;
        max-width: 100% !important;
    }*/

        #store-header-menubar .no-side-margin,
        #store-header-menubar .no-side-padding {
            margin: 0 !important;
            padding: 0 !important;
        }

        #store-header-menubar .list-inline > li {
            display: block;
            margin: 5px 0;
        }

    .burger-btn {
        display: block;
    }

    #mobile-menu .column {
        width: 100% !important;
        float: none !important;
        text-align: center;
    }

    #mobile-menu .list-inline > li {
        display: block;
        margin: 5px 0;
    }

    /*#mobile-menu .search-phrase,
    #mobile-menu #search-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 10px;
    }*/

    #mobile-menu .storeLogo {
        display: none !important;
    }

    #mobile-menu .store-logo-sm {
        display: inline-block !important;
    }

    .mobile-menu-btn {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    #mobile-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, transform 0.4s ease;
        transform: translateY(-10px);
        background: linear-gradient(to right, #23527c, #3f709c);
        display: flex;
        flex-direction: column-reverse;
    }

        #mobile-menu.open {
            max-height: 2000px;
            transform: translateY(0);
        }

        #mobile-menu .column.col-xs-12:has(#store-logo-container) {
            display: none;
        }

    .mobile-since-img {
        display: block;
    }

    .html-content-item:has(.search-since-img) {
        display: none;
    }

    #mobile-menu .column.col-xs-12:has(#search-form) div:first-child {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    #store-header-menubar .top-header .column {
        margin-bottom: 0px;
    }

    #store-header-menubar .container .row {
        flex-direction: column;
    }

    #mobile-menu .column.col-md-5.col-xs-12.text-center {
        text-align: left;
        padding-left: 0;
    }

    #mobile-menu .list-inline li:has(.top-left-links) {
        padding-left: 0px;
    }

    .list-inline.contacts {
        padding: 0px;
    }

    #mobile-menu .column.col-xs-12:has(#search-form) div:first-child {
        flex-direction: column;
    }

    .header-middle-links ul {
        margin-left: 0px;
    }
}

@media(max-width: 768px) {
    .column.no-side-padding.col-md-12.col-xs-12.col-sm-12:has(.menu-container.active) {
        position: absolute;
        top: 0;
        height: 100vh;
        overflow: auto;
    }
}

.sub-subcategories {
    display: none !important;
}

#menuToggleBtn {
    display: inline-block;
    transition: filter 0.3s ease, transform 0.3s ease;
}

    #menuToggleBtn:hover {
        filter: drop-shadow(0 0 10px #a0c4ff);
        transform: scale(1.05);
    }

.menu-container.active {
    filter: drop-shadow(0 0 10px #a0c4ff);
}

.subcategory-item.view-all {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

#products .btn-add-to-cart.btn.btn-primary.btn-sm {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    border: none;
    font-weight: 400;
    background-color: var(--blue-900);
}

.subcategory-item.view-all:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    background-color: #9a0000 !important;
    color: #fff;
}

#categoryMenu .subcategory-item img {
    object-fit: contain;
    min-height: 1px;
}

#categoryMenu .subcategory-item {
    height: fit-content;
}

    #categoryMenu .subcategory-item.view-all {
        height: 100%;
    }

@media (max-width: 600px) {
    #categoryMenu .subcategory-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #categoryMenu .subcategory-item img {
        height: auto;
    }
}

@media (max-width: 430px) {
    #categoryMenu .subcategory-grid {
        grid-template-columns: 1fr;
    }

    #categoryMenu .subcategory-item.view-all {
        padding: 15px 0px;
    }
}

@media (max-width: 768px) {
    .custom-size-image img {
        width: 100%;
        height: auto;
    }
}
/*** Mega menu btn for mobile view ***/
.mobile-mega-menu-btn#mobileMenuToggleBtn,
.since-mobile-logo {
    display: none;
}

@media (max-width: 768px) {
    #mobileLogo,
    .burger-btn {
        display: block !important;
    }

    .header-middle-links ul li:has(#menuToggleBtn) {
        display: none;
    }

    .mobile-mega-menu-btn#mobileMenuToggleBtn {
        display: inline-block;
    }

        .mobile-mega-menu-btn#mobileMenuToggleBtn img {
            max-height: 60px;
        }

    .since-mobile-logo {
        display: inline-block;
    }

        .since-mobile-logo img {
            max-height: 35px;
        }
}

@media (max-width: 430px) {
    .mobile-mega-menu-btn#mobileMenuToggleBtn img {
        max-height: 55px;
    }
}

.top-header {
    background: var(--red-primary);
}

.faq-content .panel-body {
    line-height: 1.5;
}

.top-left-links:hover,
.top-header .links li a:hover {
    color: #fff;
}

.top-header .list-inline.contacts li,
#header-navigation-links .list-inline.links li {
    position: relative;
    transition: opacity 0.3s ease, width 0.3s ease-out;
}

    .top-header .list-inline.contacts li::after,
    #header-navigation-links .list-inline.links li:after {
        position: absolute;
        content: '';
        width: 0%;
        height: 2px;
        background-color: #fff;
        bottom: -1px;
        left: 0px;
        transition: width 0.3s ease-out;
    }

    .top-header .list-inline.contacts li:hover::after,
    #header-navigation-links .list-inline.links li:hover:after {
        width: 100%;
    }

    .checkout-top-header .links li:not(:hover):after,
    #header-navigation-links .list-inline.links li:not(:hover):after {
        width: 0%;
    }

.top-header .list-inline.contacts:hover li:not(:hover),
#header-navigation-links .list-inline.links:hover li:not(:hover) {
    opacity: 0.5;
}
/*** WDS Offers (in rows) ***/
.offers-card-list-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

    .offers-card-list-row .offers-card {
        width: 48%;
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .offers-card-list-row .offers-header-block {
        display: flex;
        background: linear-gradient(to bottom, #23527c, #3f709c);
        color: white;
        padding: 20px;
        gap: 10px;
        align-items: center;
    }

        .offers-card-list-row .offers-header-block p {
            margin: 0;
            font-size: 14px;
            color: #fff;
        }

    .offers-card-list-row p.discount {
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 10px;
    }

    .offers-card-list-row .offers-img {
        width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

        .offers-card-list-row .offers-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 0 0 12px 12px;
        }

.offers-header-block svg:hover circle {
    fill: var(--red-primary);
}

.offers-header-block svg:hover path {
    fill: #fff;
}

@media (max-width: 768px) {
    .offers-card-list-row .offers-card {
        width: 100%;
    }
}
/*** Store Wide Announcement ***/
.announcement-bar {
    overflow: hidden;
    white-space: nowrap;
}

    .announcement-bar marquee {
        font-size: 18px;
        line-height: 50px;
    }
    .announcement-bar h3 {
        margin-top: 10px;
    }
.row:has(.announcement-bar) {
    margin-left: 0px;
    margin-right: 0px;
}
.column.col-md-12.col-sm-12.col-xs-12:has(.announcement-bar) {
    padding: 0px;
}
@media (max-width: 767px) {
    body {
        padding-top: 40px !important;
    }
}
@media (max-width: 430px) {
    body {
        padding-top: 36px !important;
    }
}
/*************/
/*** Header ***/
.search-since-img {
    margin-left: 0px;
}
.header-middle-links ul {
    margin-left: 0px;
    gap: 5px;
}
@media (max-width: 1024px) {
    .search-since-img img {
        height: 40px;
    }
    .column.col-xs-12.col-md-12.col-sm-12:has(#store-logo-container) {
        padding: 0px;
    }
}
@media (max-width: 768px) {
    .search-since-img {
        display: none;
    }
    .mobile-logo-box {
        display: flex;
        align-items: center;
    }
    .mobile-mega-menu-btn {
        width: 35%;
    }
}
@media (max-width: 430px) {
    .since-mobile-logo {
        height: 40px;
    }
}

/*** Product pages for Frameless Material (MT) ***/
.mt-products-steps {
    background: #c7c7c7;
    padding: 10px 0px 10px 35px;
}

    .mt-products-steps .row .col-xs-12 p {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }
.step-title.step1,
.step-title.step2  {
    display: none;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

    .step-title.step1 {
        margin-top: 15px;
    }

    .step-title.step1 span,
    .step-title.step2 span {
        color: var(--red-primary);
    }

        .step-title.step1 span.regular,
        .step-title.step2 span.regular {
            font-weight: 400;
            color: #000;
        }

.product-item.product-single.mt-products-wrap .step-title.step1,
.product-item.product-single.mt-products-wrap .step-title.step2 {
    display: block;
}

.product-item.product-single.mt-products-wrap .material-calculator-label,
.product-item.product-single.mt-products-wrap .sku,
.product-item.product-single.mt-products-wrap #AddToBasketButton i {
    display: none;
}

.product-item.product-single.mt-products-wrap .heading,
.product-item.product-single.mt-products-wrap .form-group.available-size-container {
    background-color: #23527c;
    font-size: 20px;
}

.product-item.product-single.mt-products-wrap #btnCalculate {
    background-color: var(--red-primary);
    font-size: 20px;
}

.product-item.product-single.mt-products-wrap #AddToBasketButton {
    text-transform: capitalize;
    font-size: 20px;
    background-color: var(--red-primary);
}

.product-item.product-single.mt-products-wrap .product-form.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.product-item.product-single.mt-products-wrap .btn-addtocart {
    width: 100%;
}

.able-grid-body.container-fluid .col-xs-8.col-sm-4.able-grid-col .orderItemDetail .inputList {
    padding: 0px;
    list-style: none;
}

    .able-grid-body.container-fluid .col-xs-8.col-sm-4.able-grid-col .orderItemDetail .inputList span {
        padding: 4px 0px;
        overflow-wrap: anywhere;
        white-space: normal;
        text-align: left;
    }

.checkbox > input[type=checkbox]:checked + label:before, 
.checkbox > input[type=checkbox]:checked + input[type=hidden] + label:before, 
.radio > input[type=radio]:checked + label:before {
    font-size: 13px;
}
#products article.product-item h3 {
    padding-top: 15px;
}

#products.grid article.product-item h3 a {
    font-weight: 700;
}
/******/
.widget-wrapper.fullwidth-swatches label[for="CBConfirmSize"] {
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
}

    .widget-wrapper.fullwidth-swatches label[for="CBConfirmSize"]::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 4px;
        width: 20px;
        height: 20px;
        border: 2px solid #8c8c8c;
        background-color: #fff;
        box-sizing: border-box;
        transform: scale(1.5)
    }

.widget-wrapper.fullwidth-swatches input#CBConfirmSize:checked ~ label[for="CBConfirmSize"]::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    background-color: #23527c;
    border: 2px solid #23527c;
    box-sizing: border-box;
}


.widget-wrapper.fullwidth-swatches input#CBConfirmSize:checked ~ label[for="CBConfirmSize"]::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 10px;
    width: 9px;
    height: 15px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.widget-wrapper.fullwidth-swatches label:has(#calculated-price) {
    margin-left: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-700);
}

.widget-wrapper.fullwidth-swatches #calculated-price {
    font-family: var(--second-family);
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue-primary) !important;
}

.widget-wrapper.fullwidth-swatches #AddToBasketButton {
    background-color: var(--red-primary) !important;
    text-transform: none !important;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 120%;
    color: var(--white);
    padding: 15px;
}

/*** Headquarter Page ***/
.row.headquarter-page-header .custom-product-wrap .container-box {
    width: 65%;
}

.row.headquarter-page-header .custom-product-wrap .container-box-content {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .row.headquarter-page-header {
        display: flex;
        flex-direction: column;
    }

        .row.headquarter-page-header .column.col-sm-6.col-xs-6.col-md-4,
        .row.headquarter-page-header .column.col-sm-6.col-xs-6.col-md-8 {
            width: 100%;
        }

        .row.headquarter-page-header .custom-product-wrap .container-box {
            width: 80%;
        }
}

.WBphOptions-steps {
    border-radius: 4px;
    text-align: left;
    padding: 12px;
    background-color: #d9d9d9;
    margin-bottom: 25px;
}

    .WBphOptions-steps .row .col-xs-12 p {
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: var(--black-700);
        text-transform: uppercase;
        margin: 0px;
        text-align: center;
    }

.col-lg-12.col-md-12.col-sm-12.WBphOptions .steps-text {
    display: none;
}
.col-lg-12.col-md-12.col-sm-12.WBphOptions table {
    margin-top: 15px;
    margin-bottom: 20px !important;
}
.SquareFoot .main-steps {
    font-size: 16px;
}
.SquareFoot .sku {
    display: none;
}
.SquareFoot .sqft_calculator {
    margin-top: 20px;
}
    .SquareFoot .sqft_calculator .heading,
    .SquareFoot .available-size-container {
        background-color: #23527c;
        font-size: 18px;
    }

.SquareFoot #btnCalculate,
.SquareFoot #AddToBasketButtonSqft {
    background-color: var(--red-primary);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: var(--white);
    padding: 15px;
}
.SquareFoot #AddToBasketButtonSqft {
    text-transform: none;
    font-size: 16px;
}

.SquareFoot #AddToBasketButtonSqft i {
    display: none;
}

.SquareFoot .calculated-price-wrap span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black-700);
}
.SquareFoot .calculated-price-wrap #calculated-price {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue-primary);
}
.col-lg-12.col-md-12.col-sm-12.WBphOptions .option-table{
    width: 100%;
}
.col-lg-12.col-md-12.col-sm-12.WBphOptions .choice-tr{
    display:flex;
    justify-content: space-evenly;
}

/*** shop by fields ***/
.shopby-field.panel.panel-default {
    border: none;
    padding-bottom: 3px;
}

    .shopby-field.panel.panel-default .panel-title a:before {
        display: none;
    }

    .shopby-field.panel.panel-default .panel-title {
        margin: 0;
        border: none;
    }

    .shopby-field.panel.panel-default .panel-heading {
        padding: 0;
        padding-top: 10px;
        background-color: transparent;
        border: none;
    }

    .shopby-field.panel.panel-default select {
        border-color: #206BA8;
        color: #206BA8;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .shopby-field.panel.panel-default .panel-title-text {
        font-weight: 400;
    }
.fa-1x-circle {font-size:1.5em;}
.fa-1x-circle {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #333;
}

.fa-1x-circle:hover {
    color: #900;
    transform: scale(1.2);
}
.pf-category-header {padding: 8px 10px; background:#900!important; color:#fff!important;}