    /* width */
    ::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #8b9198;
        border: 3px solid #f1f1f1;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /* ================== */
    body {
        background-image: url(/catalog/view/theme/default/image/web_bg_img.jpeg);
        font-family: 'Roboto';
        background-attachment: fixed;
    }

    .d-flex {
        display: flex;
    }

    .f-wrap {
        flex-wrap: wrap;
    }

    .d-f-coloum {
        flex-direction: column;
    }

    .align-center {
        align-items: center;
    }

    .text-center {
        text-align: center;
    }

    .justify-center {
        justify-content: center;
    }

    .container-s {
        width: 100%;
        padding: 1em 1em 1em 0;
    }

    .justify-spacebetween {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .justify-space-between {
        justify-content: space-between;

    }

    .h-100 {
        height: 100%;
    }

    .p-0 {
        padding: 0;
    }

    .list-none {
        list-style: none;
    }

    /* ========= */

    header,
    footer {
        background: black;
    }

    footer {
        margin-top: 0;
        border: none;
    }



    .cart-wrapper:hover .cart-wrappe .dropdown-menu {
        display: block;
    }


    .home-product-layout {
        width: 50%;
        background: white;
        padding: 10px;
        margin: 10px 0;
    }

    .home-product-layout .product-thumb {
        border: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }

    .product-thumb .button-group button {
        width: auto;
        background-color: #fed430;
        color: #5a460a;
        font-size: 14px;

        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        padding: 10px;


    }

    .product-thumb .button-group {
        border: 0;
        border-radius: 3px;
    }

    .home-product-layout .product-thumb .caption {
        min-height: auto;
        /* display: flex; */
        align-items: center;
        padding: 0;
    }

    .product-row {
        flex-wrap: wrap;
        display: flex !important;
    }

    .product-row.collapse {

        visibility: hidden;
    }

    .collapse.in {
        visibility: visible;

    }

    .acc-head {
        background: #dd0e1c;
        padding: 15px 17px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        position: relative;
        margin: 2px 0;
        font-size: 16px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .acc-head::before {
        content: "";
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translate(-50%, -50%);
        background: white;
        height: 4px;
        width: 15px;
        border-radius: 1px;
    }

    .acc-head::after {
        height: 0;
        transition: 500ms;
    }

    .acc-head.collapsed::after {
        content: "";
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translate(-50%, -50%);
        background: white;
        height: 15px;
        width: 4px;
        border-radius: 1px;
    }

    #content {
        min-height: auto;
    }

    #common-home {
        width: 70%;
        margin: 0;
        padding: 40px 20px;
    }

    .heading-wrapper a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: rgba(51, 51, 51, 1);
    }

    .home-product-layout .product-thumb h4 {
        margin: 0;
    }

    .home-product-layout .product-thumb .price {
        font-size: 16px;
        padding-left: 10px;

    }

    .home-product-layout .description {
        font-size: 13px;
        margin-bottom: 0;
    }

    .cart-iteam-store {
        font-size: 18px;
        color: #ffff;
    }

    #cart-total {
        padding: 0 15px;
        font-size: 18px;
    }

    .cart-iteam-store .fa {
        font-size: 24px;
    }

    .cart-wrapper {
        display: flex;
        align-items: center;
    }

    .j-menu {
        padding: 0;
        list-style: none;
        font-size: 18px;
        color: white;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-right: 25px;
    }

    .j-menu li {
        width: max-content;
    }

    .j-menu li a {
        color: #fff;
    }

    .copy-right {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        padding-bottom: 12px;
        color: rgba(139, 145, 152, 1);
    }

    footer .title {
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        margin-bottom: 45px;

    }

    footer .title::after {
        content: '';
        position: absolute;
        display: block;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, -0%);
        width: 50px;
        height: 2px;
        background: rgba(233, 102, 49, 1);

    }

    footer .list-unstyled {
        width: 100%;
    }

    footer .list-unstyled i {
        font-size: 22px;
    }

    footer .list-unstyled li {
        white-space: normal;
        font-family: Georgia, serif;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 12px;
    }

    footer .list-unstyled li a {
        color: rgba(13, 82, 214, 1);
        transition: 500ms;
    }

    footer .list-unstyled li a:hover {
        color: rgba(233, 102, 49, 1);

    }

    .under-line {
        position: relative;
    }

    .under-line::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(238, 238, 238, 1);
    }

    .info-block-title {
        font-size: 16px;
        color: rgba(230, 230, 230, 1);
        font-weight: 700;
        display: block;
    }

    .info-block-text {
        font-size: 12px;
        color: rgba(139, 145, 152, 1);
        font-weight: 400;
        line-height: 1.3;
        display: block;
    }

    .info-block {
        padding: 18px;
        display: flex;
        align-items: center;
    }

    .info-blocks {
        padding: 10px;
    }

    .info-blocks i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        border: 2px solid rgba(13, 82, 214, 1);
        border-radius: 50%;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #e96631;
    }

    footer .custom-row {
        margin: 0;
    }

    .well {
        padding: 0;
        border: 0;
        border-radius: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    .p-right-30 {
        padding-right: 30px;
    }

    .well h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 30px;
        margin-top: 0;
        position: relative;
    }

    .well h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 1px;
        background: rgba(233, 102, 49, 1);
    }

    p,
    .well label,
    .forgot-wrapper a,
    .form-horizontal .control-label {
        font-size: 16px;
    }


    .w-100 {
        width: 100%;
    }

    .well p {
        font-weight: 400;
    }

    .form-control {
        width: 66%;
    }

    .well .control-label {
        width: 20%;
    }

    .form-horizontal {
        background: white;
        padding: 25px;
    }

    .form-horizontal h3 {
        margin-top: 0;
    }

    .bg-primary {
        background: rgba(44, 54, 64, 1);
    }

    .btn-primary {
        font-size: 20px;
        padding: 13px;
        color: rgba(90, 70, 10, 1);
        border: 0;
        text-transform: uppercase;
        background: rgba(254, 212, 48, 1);
        font-weight: 700;

    }


    .border-0 {
        border: 0;
    }

    .iframe-wrapper {
        padding: 20px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .unerline {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 30px;
        margin-top: 0;
        position: relative;
    }

    .unerline::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 1px;
        background: rgba(233, 102, 49, 1);
    }

    .white-col {
        color: white;
    }

    .light-gray-bg {
        background: rgba(240, 242, 245, 1);
    }

    .j-flex-end {
        justify-content: flex-end;
    }

    .desktop-none {
        display: none !important;
    }

    .logo-wrapper {
        width: 205px;
    }

    .mobile-cart {
        font-weight: 700;
        font-size: 16px;
        color: rgba(105, 105, 115, 1);
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        padding: 12px;
        font-family: 'Montserrat', sans-serif;

    }

    .mobile-cart i {
        font-size: 24px;
    }

    .view-cart-btn {
        font-size: 14px;
        color: rgba(90, 70, 10, 1);
        font-weight: 700;
        text-transform: uppercase;
        padding: 13px 18px;
        background: rgba(254, 212, 48, 1);
    }

    .view-cart-btn.green {
        background: rgba(80, 173, 85, 1);
    }

    .cart-remove-btn i {
        color: rgba(221, 14, 28, 1);
    }

    .total-pricing-wrapper td {
        background: rgba(238, 238, 238, 1);
        border: 0 !important;
    }

    .add-too-btn {
        background: rgba(230, 230, 230, 1);
    }

    .mob-footer {
        display: none;
        background: black;
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 15px 12px 10px;
    }

    .mob-footer i {
        font-size: 28px;
        padding: 9px 8px;
        position: relative;
    }

    .mob-footer i::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        border: 3px solid #0d52d6;
        border-radius: 50%;
        height: 100%;

    }

    .mob-footer span {
        font-size: 13px;
        margin-top: 5px;
        color: white;
    }

    .mob-footer a {
        color: #0d52d6;
    }

    .mob-footer li {}

    .contact-us-page .info-block {
        width: max-content;
        border-bottom: 1px solid #3a4754;
        margin: 0 auto;

    }

    .over_lay {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #00000096;
        width: 100%;
        padding: 10px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }

    .prodect-wrapper {
        background: white;
        width: 400px;
        height: 23em;
        padding: 10px;
        border-radius: 5px;
        /* overflow-y: auto; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .prodect-wrapper .cart-increment {
        bottom: 0;
        left: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        background: white;
        box-shadow: 0px -1px 5px 0px rgba(122, 110, 110, 0.56);
        -webkit-box-shadow: 0px -1px 5px 0px rgba(122, 110, 110, 0.56);
        -moz-box-shadow: 0px -1px 5px 0px rgba(122, 110, 110, 0.56);
    }

    .product-details button {
        background: rgba(254, 212, 48, 1);
        border: 0;
        width: 300px;
        padding: 8px;
        border-radius: 5px;
    }

    .product-details .cross {
        position: absolute;
        top: 1em;
        right: 1em;
        width: max-content;
        font-size: 18px;
    }

    .option-title {
        position: relative;
    }

    .option-title::after {
        content: '';
        display: block;
        margin-top: 5px;
        position: relative;
        bottom: 0;
        width: 50px;
        height: 0.5px;
        background: rgba(233, 102, 49, 1);
    }

    .product_detail_wraper {
        overflow-y: auto;
        height: 100%;
    }

    .product_detail_wraper .form-group label {
        position: relative;
        padding-right: 1em;
    }

    .product_detail_wraper .form-group label::after {
        content: "*";
        position: absolute;
        color: red;
        right: 0;
        bottom: 0;
        height: auto;
        font-size: 17px;

    }

    .red-col {
        color: #ff0000;
    }

    .white-bg {
        background: white;
    }

    .box-shadow {
        box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.44);
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .custom_group,
    .custom_group .input-group-btn {
        display: flex;
    }
    .custom_group .input-group-btn .btn-primary{
        font-size: 12px;
        padding: 8px;
}   


.modal-body .well{
background: white;
}
.modal-header{
border: none;
}
.modal-content .text-danger{ 
padding-left: 20px;
padding-top: 10px;
}
.modal-content .form-group{
flex-wrap: wrap;
}
.modal-body label{
    font-size: 16px;
}
.modal-body .form-control{
width: 60%;
}
    @media only screen and (max-width: 1025px) {
        .info-block {
            flex-wrap: wrap;
            padding: 0;

        }

        .info-blocks i {
            margin-bottom: 5px;
        }

        #cart-total {
            font-size: 15px;
        }

        .j-menu {
            font-size: 15px;
        }

        .product-thumb .button-group {
            width: max-content;
        }
    }

    @media only screen and (max-width: 991px) {
        .col-sm-12 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 769px) {
        .modal-body .form-control{
            width: 100%;
            }
        .container-s {
            padding-top: 0;
        }

        .mob-none {
            display: none;
        }

        .desktop-none {
            display: flex !important;
        }

        header .j-menu.desktop-none {
            padding: 10px 15px 20px 15px;

        }

        .j-menu .menu-items i {


            font-size: 15px;

        }
    }

    @media only screen and (max-width: 767px) {

        #common-home,
        .home-product-layout {
            width: 100%;
        }

        .product-thumb .button-group {
            background: transparent;
        }

        .logo-wrapper {
            max-width: 37%;
        }

        #logo {
            padding: 15px;
            margin: 0;
        }

        footer {
            display: none;
        }

        #cart .dropdown-menu {
            position: fixed;
            right: -100%;
            top: 0;
            height: 100vh;
            width: 85%;
            min-width: 85%;
            transition: 500ms;
            display: block !important;
        }

        #cart.open .dropdown-menu {
            right: 0;
        }

        .total-pricing-wrapper {
            position: absolute;
            right: 0;
            width: 100%;
            bottom: 4em;
        }

        #cart .dropdown-menu li>div {
            padding: 0;
        }

        .mob-footer {
            display: flex;
        }

        .form-control {
            width: 100%;
        }

        body {
            padding-bottom: 120px;
            position: relative;
        }

        .well .control-label {
            width: 100%;
        }
    }

    .d-none {
        display: none;
    }