:root {
    --black: #111;
    --grey: #404040;
    --brandRed: #d1232a;
    --lightRed: #f7555c;
    --font1: "Rubik", sans-serif;
}

.logo img {
    width: 100%;
    filter: invert(1);
}

.navbar a {
    font-size: 14px;
}

.navbar-nav {
    gap: 10%;
}

    .navbar-nav .nav-link {
        color: #fff;
        padding: 0.7rem 1rem;
    }

.dropend .dropdown-toggle {
    color: #222;
    margin-left: 1em;
}
.font-13{
    font-size:13px;
}
.btn-getintouch {
    background-color: #000000;
    color:#fff !important;
    border-color: #6c757d;
}
.dropdown-menu .nav-item .nav-link {
    color: #222;
    margin-left: 0;
}

    .dropdown-item:hover,
    .dropdown-menu .dropdown-toggle:hover,
    .dropdown-menu .nav-item .nav-link:hover {
        background-color: #404040;
        color: #fff;
    }



@media (width>=1200px) {
    .dropdown .dropdown-menu {
        display: none;
        min-width:190px;
        width:auto;
    }

    .dropdown:hover > .dropdown-menu,
    .dropend:hover > .dropdown-menu {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }


    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}
.dropdown.nav-user-nu ul{
    padding-left:0
}
.btn-getintouch + ul li a {
    margin-left:0px
}
.btn-getintouch + ul li a:hover{
    color:#fff;
}
@media(min-width:1201px) {
    .navbar-nav > .nav-item.dropdown:hover > .nav-link.dropdown-toggle::after {
        transform: rotate(180deg);
    }
}
a.rotate180::after{
    transform:rotate(180deg);
}


@media (min-width:1200px){
    #navbar-nav > li > ul > li > ul {
        left: 100%;
    }
}
@media (max-width:1199px){
    #navbar-nav > li > ul > li > ul {
        left: 0;
    }
    #navbar-nav > li > ul > li > ul, #navbar-nav > li > ul {
        padding-left: 0
    }
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link {
    color: #222;
}

.res-edui button {
    /* manoj  */
    font-size: 13px;
    border-color: #fff;
    padding-block: 7px;
    margin-left: 1.4rem;
}

.right-header-h a {
    white-space: nowrap;
}

.register-sign {
    padding: 0;
    display: flex;
    gap: 4px;
}

.column2 {
    column-count: 2;
}

.hero {
    /*min-height: 430px;
    background: url("../img/slider-3.jpg");*/
    background-size: cover;
    background-position: center 22%;
    z-index: 0;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient( to right, rgb(0 0 0 / 85%), rgb(0 0 0 / 0%) );
        z-index: -1;
    }

.heroContent {
    color: #fff;
    gap: 1rem;
}

    .heroContent h1 {
        font-size: 34px;
    }

        .heroContent h1 + p {
            opacity: 0.9;
        }

.smallTitle {
    display: flex;
    gap: 5px;
}

    .smallTitle::before {
        content: "";
        width: 3px;
        height: 21px;
        background: var(--brandRed);
        display: block;
    }

.heroBtnWrapper {
    gap: 30px;
}

.btnCustom1 {
    background: var(--brandRed);
    color: #fff;
}

    .btnCustom1:hover {
        opacity: 0.8;
        color: #fff;
    }

.btnCustom2 {
    background: #fff;
    color: var(--brandRed);
}

    .btnCustom2:hover {
        opacity: 0.8;
        color: var(--brandRed);
    }

.btnCustom1, .btnCustom2 {
    display: inline-block;
    font-size: 13px;
    min-width: 163px;
    text-align: center;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.navbarTagline {
   /* color: var(--brandRed);*/
    font-style: italic;
    font-weight: 700;
}

.search-manufacturers {
    padding-block: 30px;
    background: #e7e7e7;
}

.filters {
    padding-block: 30px;
}

.filter-box {
    width: 32px;
    height: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    color: var(--brandRed);
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    flex: none;
}

.filters-wrapper {
    gap: 4px;
    overflow-x: auto;
}

.m-logo {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 20%);
}

    .m-logo img {
        width: 100%;
        transition: all 0.5s ease-in-out;
    }

    .m-logo:hover img {
        transform: scale(1.05);
    }

.manufacturers-logos {
    padding-bottom: 50px;
}

    .manufacturers-logos h1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

.breadcrumb-lockmaster {
    background-color: #f9f9f9;
}

    .breadcrumb-lockmaster ul {
        padding-left: 0;
        display: flex;
        list-style-type: none;
        font-size: 11px;
        margin-bottom: 0;
        padding-block: 8px;
    }

        .breadcrumb-lockmaster ul li:not(:last-child)::after {
            content: "/";
        }

        .breadcrumb-lockmaster ul li a {
            margin-inline: 4px;
        }

.request-for-door {
    padding-block: 50px;
}

    .request-for-door h1 {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

.field-question {
    gap: 12px;
}

    .field-question .radio-wrapper {
        gap: 12px;
    }

.form-wrapper {
    margin-top: 30px;
}

    .form-wrapper input {
        accent-color: var(--brandRed);
    }

    .form-wrapper .form-check-input:checked {
        background-color: var(--brandRed);
        border-color: var(--brandRed);
    }

    .form-wrapper p,
    .form-wrapper label {
        font-size: 14px;
    }

.lockcnbox,
.select-rating,
.yes-options {
    display: none;
}

.sw-img img {
    width: 150px;
    height: 107px;
    margin-top: 10px;
    object-fit: contain;
}

.request-for-door h1::after,
.door-ss-heading::after {
    content: "";
    width: 100px;
    height: 3px;
    border-radius: 3px;
    background: var(--brandRed);
    display: block;
    margin-top: 15px;
}

.request-for-door .accordion-button:not(.collapsed) {
    color: var(--brandRed);
    background-color: #ffe7e7;
}

.request-for-door .accordion-button:focus {
    box-shadow: none;
}

.request-for-door .accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.request-for-door .form-control:focus {
    box-shadow: none;
    border-color: var(--brandRed);
}

.overall-jam-depth p {
    font-size: 16px;
}

.overall-jam-depth input {
    max-width: 70px;
}

.request-for-door th,
.request-for-door td {
    padding: 7px;
    font-size: 13px;
    /* white-space: nowrap; */
}

.request-for-door .ldo-options .d-flex p.mb-0 {
    min-width: 250px;
}

.ldo-options,
.vision-lite-door-options {
    display: none;
}

.doorvisionlite-fields input {
    width: 50px;
}

.door-specfication textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    overflow-y: hidden;
}

@media screen and (max-width: 1600px) {
    .door-specfication textarea {
        min-width: 100px;
    }
}

.table-btn a:first-child {
    background: var(--brandRed);
    height: 40px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
    min-width: 150px;
}

.table-btn a:hover {
    background: #222;
    color: #fff;
}

/*.btncustom2 {
    background: #222;
    height: 40px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 13px;
    min-width: 150px;
}*/

@media (max-width: 768px) {
    .request-for-door {
        padding-top: 30px;
    }

        .request-for-door h1 {
            font-size: 1.3rem;
            margin-bottom: 30px;
        }
}

.ldo-options {
    max-width: fit-content;
    overflow-x: auto;
}

    .ldo-options table {
        white-space: nowrap;
    }

.navbar-toggler {
    color: #000;
    box-shadow: none;
    padding-inline: 0;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.right-header-h {
    /* overflow-x: auto; */
}
/*cart  28-02-24*/


#topcartlink:hover .flyout-cart {
    display: block;
}

.flyout-cart {
    display: none;
    position: fixed;
    right: 0;
    z-index: 99999999;
    width: 300px;
    border-width: 5px 1px 1px;
    border-style: solid;
    border-color: #333 #ccc #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #fff;
    margin-right: 1px;
}

.mini-shopping-cart {
    padding: 10px;
    font-size: 11px;
}

    .mini-shopping-cart .count a {
        font-size: 11px;
        color: var(--brandRed);
    }

    .mini-shopping-cart .count {
        border-bottom: 1px dotted #c03;
        padding: 10px 0;
    }

    .mini-shopping-cart * {
        line-height: normal !important;
    }

.count {
    font-size: 11px;
    /* padding: 11px 12px;
  border-bottom: 1px solid #f5f5f5; */
}

.mini-shopping-cart div.items {
    margin: 0 0 10px;
}

.mini-shopping-cart .item {
    border-bottom: 1px dotted #999;
    overflow: hidden;
    padding: 10px 0;
}

.mini-shopping-cart .picture {
    float: left;
    width: 50px;
    text-align: center;
}

    .mini-shopping-cart .picture + .product {
        margin: 0 0 0 60px;
    }

.mini-shopping-cart .name {
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: bold;
}

    .mini-shopping-cart .name a {
        color: #333;
    }

.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}

.mini-shopping-cart a {
    padding: 0;
}

.mini-shopping-cart .picture a:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.mini-shopping-cart .totals {
    margin: 0 0 10px;
    font-size: 12px;
    text-align: right;
}

.cart-totals {
    font-size: 11px;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
    text-align: right;
    z-index: 9;
}

.mini-shopping-cart .totals strong {
    color: #c03;
    z-index: 999999999;
}

.cart-totals strong {
    color: #d1232a;
    font-size: 12px;
    font-weight: 600;
}

@media (min-width:900px) and (max-width:1200px) {
    .flyout-cart {
        right: 20%;
    }
}
#dropdowngetintouch.dropdown-menu.show {
    position: absolute !important;
}
