@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?5sdl6k');
    src: url('../fonts/icomoon.eot?5sdl6k#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?5sdl6k') format('truetype'), url('../fonts/icomoon.woff?5sdl6k') format('woff'), url('../fonts/icomoon.svg?5sdl6k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?623gsm');
    src: url('fonts/icomoon.eot?623gsm#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?623gsm') format('truetype'), url('fonts/icomoon.woff?623gsm') format('woff'), url('fonts/icomoon.svg?623gsm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?enuvf6');
    src: url('fonts/icomoon.eot?enuvf6#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?enuvf6') format('truetype'), url('fonts/icomoon.woff?enuvf6') format('woff'), url('fonts/icomoon.svg?enuvf6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lines-back:before {
    content: "\e900";
    color: #fff;
}

.icon-lines:before {
    content: "\e901";
    color: #fff;
}

.icon-checkmark:before {
    content: "\ea10";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important; /* Optional: Change text color */
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important; /* Optional: Change text color */
}

body {
    background: url(../images/bg-image.webp) no-repeat #F5F6FA top left;
    background-size: cover;
    font-size: 15px;
    color: #2A2A2A;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #2A2A2A;
}

    a:focus {
        text-decoration: none !important;
    }

p {
    margin: 0;
    padding-bottom: 20px;
}

label {
    margin-bottom: 0;
}

.btn-info {
    width: 30px;
    height: 30px;
    color: #807d7d !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: 0;
    outline: none !important;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1500;
}

    .btn-info:before {
        content: "\e901";
        font-family: 'icomoon' !important;
        font-size: 20px;
        color: #333;
        line-height: 85px;
        padding-left: 15px
    }

.sp-1 {
    padding-top: 25px;
}

.sl-1 {
    padding-left: 20px;
}

.ma-t {
    margin-top: 90px
}

/*------------head-section------------*/

.head-section {
    position: fixed;
    height: 50px;
    width: 100%;
    z-index: 1000;
    background-color: #4D6398;
    display: flex;
}

.menu_section {
    flex-basis: calc(100% - 5%);
    display: flex;
}

.menu {
    flex-basis: 70%;
    display: flex;
    justify-content: center;
    align-items: center
}

.size {
    font-size: 30px;
}

.checkbtn_1 {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    float: right;
    margin-right: 15px;
    display: none;
}

#check {
    display: none;
}

/*------------head-search------------*/

.head-search {
    padding-top: 4px;
    width: 100%;
    text-align: right;
    max-width: 600px;
}

    .head-search input {
        padding: 5px 5px 5px 35px;
        box-sizing: border-box;
        border: 1px solid #ced4da;
        border-radius: 15px;
        background: url(../images/Search.png) #fff no-repeat 7px center;
        width: 100%;
        outline: transparent;
        line-height: 22px;
    }

        .head-search input::-webkit-input-placeholder {
            color: #575757;
        }

.search-icon {
    position: absolute;
    left: 5px;
    top: 5px;
}



/*-------Scrollbar css-------*/

.modal-height::-webkit-scrollbar, .text-column-inner::-webkit-scrollbar, .comment-listing-column-inner::-webkit-scrollbar, .table-wrap::-webkit-scrollbar {
    width: 7px;
    margin-right: 5px
}

/* Track */
.modal-height::-webkit-scrollbar-track, .text-column-inner::-webkit-scrollbar-track, .comment-listing-column-inner::-webkit-scrollbar-track, .table-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c7c7c7;
    border-radius: 5px;
}

/* Handle */
.modal-height::-webkit-scrollbar-thumb, .text-column-inner::-webkit-scrollbar-thumb, .comment-listing-column-inner::-webkit-scrollbar-thumb, .table-wrap::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border-radius: 5px;
}

    /* Handle on hover */
    .modal-height::-webkit-scrollbar-thumb:hover, .text-column-inner::-webkit-scrollbar-thumb:hover, .comment-listing-column-inner::-webkit-scrollbar-thumb:hover, .table-wrap::-webkit-scrollbar-thumb:hover {
        background: #a2a2a2;
    }

/**---Dropdown---**/

.dropdown {
    position: relative;
}

.dropdown-contentnew {
    display: none;
    position: absolute;
    right: 20px;
    top: 40px;
    font-size: 14px;
    line-height: 16px !important;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    border-radius: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

    .dropdown-contentnew a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        font-weight: 500;
        display: block;
        line-height: 16px !important;
    }

    .dropdown-contentnew span {
        background-color: #E9E9E9;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        font-weight: 600;
        display: block;
        line-height: 16px !important;
    }

    .dropdown-contentnew a:hover {
        background-color: #f3f3f3;
        color: black;
    }

.dropdown:hover .dropdown-contentnew {
    display: block;
}

.username {
    line-height: 30px;
    width: 100%;
    font-size: 14px
}

.openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.PlanogramShelves {
    color: #626161;
    font-size: 15px;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 1050;
    height: 100%;
    width: 100%;
    top: 13px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.sidebarIconToggle_1 {
    height: 90% !important;
    width: 60% !important;
    margin-left: 290px !important;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
}

    .horizontal img {
        width: 19px;
        position: fixed;
        top: 25px;
        left: 15px;
    }

.diagonal {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

    .diagonal img {
        display: none;
    }

/*------------footer------------*/

.footer {
    text-align: center;
    background: #0D2B4A;
    color: #BBBFC4;
    padding: 15px;
    font-size: 13px;
    margin-top: 30px;
    font-weight: 600;
}

.terms {
    color: #1A85FF;
    margin-left: 30px;
}


.scrollbox {
    width: 100%;
    height: 45vh;
    overflow-y: scroll;
}

    .scrollbox::-webkit-scrollbar {
        background-color: transparent;
        width: 0px;
        -webkit-transition: all .5s;
    }

    .scrollbox:hover::-webkit-scrollbar {
        width: 8px;
        -webkit-transition: all .5s;
    }

    .scrollbox:hover::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all .5s;
        border-radius: 4px;
    }

@media (hover: none) {
    .scrollbox::-webkit-scrollbar {
        width: 8px;
        -webkit-transition: all .5s;
        border-radius: 4px;
    }

    .scrollbox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all .5s;
    }
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal img {
        display: none;
    }

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal {
    transition: all 0.3s;
    box-sizing: border-box;
}

    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal img {
        display: block;
        position: fixed;
        padding: 8px 8px;
        transition: all 0.8s;
        margin-top: -5px;
        width: 35px;
        left: 15px;
        top: 15px;
    }

        input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal img:hover {
            display: block;
            background-color: #d8d7d7;
            border-radius: 4px;
            transition: all 0.8s;
        }

.navfooter {
    position: fixed;
    bottom: 0px;
    z-index: 10;
}

.white {
    color: #fff;
    float: none;
    font-size: 14px;
}

.border-bottom {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.disabledMenu {
    color: #e4e4e4 !important;
    cursor: auto !important;
}

.sidebarMenuInner li span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s;
    padding: 10px 20px 10px 23px;
}

.faqanswer ul li span {
    padding: 12px 20px 12px 23px;
    display: block;
    font-size: 15px;
}

[aria-expanded=false] > .expanded, [aria-expanded=true] > .collapsed {
    display: none;
}

.pointer {
    cursor: pointer;
}

.cart {
    background: #F2F2F2;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    padding: 15px;
}

    .cart td {
        padding: 5px;
        border-bottom: 1px solid #D2D2D2;
    }

        .cart td span {
            font-size: 13px;
            font-weight: normal;
            color: #A4A4A4;
        }

    .cart input {
        max-width: 60px;
        border: 1px solid #D2D2D2;
        text-align: center;
        border-radius: 3px;
    }

.b-bottom {
    border-bottom: 0 !important;
}

.btn-yellow {
    display: block;
    border-radius: 5px;
    background: #FFD800;
    padding: 5px 15px;
    max-width: 125px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin-left: 30%;
    margin-top: 100px;
}

    .btn-yellow:hover {
        color: #333;
        text-decoration: none;
    }

.btn-yellow1 {
    display: block;
    border-radius: 5px;
    background: #FFD800;
    padding: 5px 15px;
    max-width: 125px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
}

    .btn-yellow1:hover {
        color: #333;
        text-decoration: none;
    }

.price-box {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #D2D2D2;
    padding: 0 0px 20px 0px;
    color: #5d5d5d;
    margin-bottom: 50px;
    min-height: 605px;
}

    .price-box h5 {
        background: #f2f2f2;
        border-radius: 15px 15px 0px 0px;
        text-align: center;
        padding: 10px 0;
        font-size: 24px;
        font-weight: 600;
    }

    .price-box h4 {
        background: #f2f2f2;
        border-radius: 15px 15px 0px 0px;
        text-align: center;
        padding: 10px 0;
        font-size: 30px;
        font-weight: 600;
        color: #E05C0B;
    }

    /*.price-box h4 {text-align: center; padding: 5px 0; font-size: 30px; font-weight: 600; color: #E05C0B;}*/

    .price-box h2 {
        text-align: center;
        padding: 0px 0;
        font-size: 25px;
        font-weight: bold;
    }

        .price-box h2 span {
            font-size: 18px;
            font-weight: normal;
            color: #A4A4A4;
        }

    .price-box h6 {
        text-align: left;
        padding: 5px 20px;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

.btn-box {
    width: 140px;
    margin: 15px auto 30px;
    text-align: center;
    background: #FFD800;
    border-radius: 8px;
    padding: 1px 0;
}

    .btn-box input {
        width: 70px;
        border: 0;
        height: 37px;
        text-align: center;
        font-weight: 600;
    }

        .btn-box input:focus {
            outline: none;
        }

.btn-size {
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 18px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

    .btn-size:focus {
        outline: none;
    }

.price-box ul {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 0;
}

    .price-box ul li {
        line-height: 30px;
        font-size: 15px;
        display: flex;
        align-items: start;
    }

        .price-box ul li::before {
            content: '\f0a3';
            font: var(--fa-font-solid);
            font-size: 15px;
            padding-right: 15px;
            color: #E05C0B;
            padding-top: 8px;
        }

.show-center {
    text-align: center;
    margin-top: 10px;
}

.readmore {
    color: #E05C0B;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
}

    .readmore:hover {
        color: #E05C0B;
        text-decoration: none;
    }

.hr {
    width: calc(100% - 40px);
    text-align: center;
    margin-left: 20px;
}

.no-spinner::-webkit-inner-spin-button, .no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 15px 15px 0px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    top: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

    .modal-header .close {
        padding-top: 1rem;
        outline: none;
    }

.close {
    font-size: 2.3rem;
    font-weight: 300;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding-top: 7px;
}

    .modal-title span {
        margin-bottom: 0;
        line-height: 1;
        font-size: 16px;
        font-weight: 500;
    }

.modal-footer {
    border-top-color: #EEEEEE;
    background-color: #FAFAFA;
    margin: 15px -15px 0;
    width: 100%;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 15px;
    justify-content: flex-start;
    z-index: 150;
}

.btn-positioning {
    position: absolute;
    bottom: 0px;
    margin-top: 30px !important;
    margin-left: 0px !important;
}

.titleSpacer {
    padding-left: 14px;
}

@media (max-width:600px) {
	

    .modal.left .modal-dialog, .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 80% !important;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}


@media (min-width: 601px) AND (max-width:992px) {
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 50% !important;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 40% !important;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 35% !important;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}
