/* Your custom styles */
/*========== Do Not Touch In Css Start ========== */
html, body {
    overflow-x: hidden !important;
}

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 16px !important;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-family: 'PT Sans', sans-serif;
}

.container-full {
    padding: 0 20px;
}


.swisDivHeader {
    text-align: center;
    background: rgba(16, 110, 190,1);
}

.swisDivTitle {
    color: white;
    text-transform: uppercase;
    margin-top: 5px;
}

.swiss-position-title {
    margin-bottom: 10px;
    border-bottom: 2px solid #d3d3d3;
    border-top: 2px solid #d3d3d3;
    padding: 3px 0px;
}

p, li {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-size: 15.5px;
    font-weight: 500;
}

    p.p-big {
        font-size: 19px;
        line-height: 32px;
    }

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:focus,
    a:hover {
        outline: none;
        color: rgba(16, 110, 190,1) !important;
        text-decoration: none;
    }

h1, .h1 {
    font-weight: 600 !important;
    font-size: 23px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: inherit;
    color: #333;
    text-transform: unset;
    padding-bottom: 10px;
}

h2, .h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: capitalize;
}

h3 {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 42px;
}

h4 {
    font-size: 1.125rem;
    font-weight: bold;
}

h6 {
    color: #000;
    font-weight: 5200;
    font-size: 18px;
}

ul {
    padding: 0px;
    margin: 0px;
}

.btn:focus {
    outline: none !important;
}

.box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

button:focus {
    outline: none;
}

.btn-gray {
    background-color: #f8f8f8 !important;
}

.btn-red {
    background-color: #ef233c !important;
}

.btn {
    font-size: 15px !important;
    margin: 0;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 35px 11px;
    border: none;
    box-shadow: none;
    transition-duration: 0.1s;
    text-transform: uppercase;
    display: block;
    line-height: inherit;
    min-width: 180px;
    border: 1px solid;
}

.btn-black {
    background: #333 !important;
    color: #fff !important;
}

.btn-white {
    background: #fff !important;
    color: #333 !important;
}

.btn-transparent {
    background: transparent !important;
    background-color: transparent !important;
    color: #ef233c !important;
    border: 2px solid #ef233c !important;
}
/* button hover css started */

.hover-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hover-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #F0ED89;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hover-button:hover, .hover-button:focus, .hover-button:active {
        color: #555 !important;
    }

        .hover-button:hover:before, .hover-button:focus:before, .hover-button:active:before {
            -webkit-transform: scale(2);
            transform: scale(2);
        }
/* button hover css end  */

.bg-black {
    background-color: #000 !important;
}

.bg-dark-blue {
    background-color: #033152 !important;
}

.bg-red {
    background-color: #ef233c !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #e4ebf0 !important;
}

.bg-light {
    background-color: rgba(224, 224, 224, 0.85) !important;
}

.bg-light-gray {
    background-color: #F8F8F8;
}

.white-text {
    color: #fff !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

a, a.disabled:hover, a:disabled:hover {
    /*color: #000;*/
    color: #0275d8;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.height-full {
    height: 100% !important;
}

.table-block {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    max-width: 1170px;
}

.navbar {
    padding-right: 0 !important;
    box-shadow: none;
    padding: 0px 0;
}

/* ========== Do Not Touch In Css End ========== */
/* top section */
.top-section {
    background: rgba(16, 110, 190,1);
    padding: 5px 0;
}

ul.top-listing {
    list-style: none;
    text-align: right;
    color: #fff;
}

a.logout {
    margin: 0 10px;
    text-decoration: underline;
}

span.devider {
    padding: 0 5px;
    position: relative;
    top: -1px;
}

ul.top-listing li {
    display: inline-block;
}

    ul.top-listing li a {
        color: #fff;
    }

li.welcome {
    font-weight: 600;
}

ul.top-listing li a:hover {
    color: #ffc107 !important;
}

li.welcome a, li.welcome span {
    font-weight: 500;
}

a.logout i {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 12px;
}
/* header menu css */
li.nav-item {
    margin-right: 15px;
}

    li.nav-item:last-child {
        margin: 0;
    }

    li.nav-item span {
        text-align: center;
        display: block;
    }

    li.nav-item .dropdown-toggle::after {
        display: none;
    }

span.menu-icon {
    box-shadow: inset 0 0 0 1px #c9c9c9, inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    background: conic-gradient(#d7d7d7, #c3c3c3, #cccccc, #c6c6c6, #d3d3d3, #d8d8d8, #d5d5d5, #d8d8d8, #d3d3d3, #c5c5c5, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #d1d1d1, #c5c5c5, #c8c8c8, #d7d7d7, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #cecece, #c5c5c5, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 65px;
}

    span.menu-icon i {
        font-size: 25px;
        line-height: 17px;
        color: #000;
    }

span.menu-text {
    font-size: 13px;
    padding-top: 2px;
    line-height: 21px;
}

.menu-wrapper {
    box-shadow: 1px 1px 2px 1px #ccc;
}

.nav-link {
    padding: 5px 5px 0;
}

.custom-dropdown {
    opacity: 0;
    transition: all 2.5s ease;
    display: block;
    z-index: -1;
    padding: 0;
    margin: 0;
    width: 212px;
    background: rgba(16, 110, 190,1);
    border-radius: 0;
    border: 0;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);
}

    .custom-dropdown li a {
        display: block;
    }

        .custom-dropdown li a:hover {
            background: rgba(16, 110, 190,1);
            color: #fff !important;
        }

.dropdown-menu ul.custom-drop-down-list li a {
    color: #fff !important;
}

    .dropdown-menu ul.custom-drop-down-list li a:hover, .dropdown-menu ul.custom-drop-down-list li a:focus {
        background-color: #fff !important;
        color: #000 !important;
    }

li.nav-item.dropdown:hover .custom-dropdown {
    opacity: 1;
    transform: translateY(0);
    z-index: 9;
}

ul.custom-drop-down-list {
    list-style: none;
}
/* menu button */
.menu-button, .menu-button:before, .menu-button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 35px;
}

.menu-button {
    font-family: 'pictos';
    font-size: 27px;
    line-height: 40px;
    text-align: center;
    color: rgba(0,0,0,0.5);
    text-shadow: rgba(0,0,0,0.1) 0px -2px 1px, rgb(255,255,255) 0px 1px 2px;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0;
    position: static;
    z-index: 50;
    cursor: pointer;
    margin-top: 4px;
    background-color: transparent;
    border: rgba(0,0,0,0.3) 1px solid;
    border-top-color: rgba(0,0,0,0.1);
    border-left-color: rgba(0,0,0,0.2);
    border-right-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.3);
    box-shadow: inset rgba(255,255,255,0.3) -5px -30px 10px, inset rgba(255,255,255,0.3) 0px 30px 10px, inset rgba(255,255,255,1) 0px 2px 1px, rgba(0,0,0,0.2) 0px 10px 15px;
    -webkit-transition: -webkit-box-shadow 0s ease-in-out;
    -khtml-transition: -khtml-box-shadow 0s ease-in-out;
    -moz-transition: -moz-box-shadow 0s ease-in-out;
    -o-transition: -o-box-shadow 0s ease-in-out;
    transition: box-shadow 0s ease-in-out;
    background-image: -webkit-radial-gradient( 50% 0%, 8% 50%, hsla(0,0%,100%,.4) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 50% 100%, 12% 50%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 0% 50%, 50% 7%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 100% 50%, 50% 5%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 100%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%, 0%,0) 0%, hsla(0,0%, 0%,0) 3%, hsla(0,0%, 0%,.1) 3.5%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 6%, hsla(0,0%,100%,.1) 7.5%), -webkit-repeating-radial-gradient( 50% 50%, 100% 100%, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,0) 2.2%);
}

    .menu-button:before, .menu-button:after {
        content: "";
        display: block;
        position: absolute;
    }

    .menu-button:before {
        z-index: -50;
        width: 58px;
        height: 59px;
        margin-top: -12px;
        margin-left: -10px;
        background: #666666;
        background: -moz-linear-gradient(left, #666666 0%, #bbbbbb 50%, #666666 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(50%,#bbbbbb), color-stop(100%,#666666));
        background: -webkit-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
        background: -o-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
        background: -ms-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 );
        background: linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
        box-shadow: #000 0px 0px 2px;
    }

    .menu-button:after {
        z-index: -100;
        width: 67px;
        height: 67px;
        margin-top: -57px;
        margin-left: -15px;
        background: rgba(0,0,0,0.1);
        box-shadow: inset rgba(255,255,255,0.1) 0px -5px 5px, rgba(0,0,0,0.1) 0px 3px 3px, rgba(255,255,255,0.05) 0px -3px 3px;
    }

    .menu-button:hover {
        color: rgba(0,0,0,0.6);
        text-shadow: rgb(255,255,255) 0px 0px 3px;
        box-shadow: inset rgba(255,255,255,0.4) 0px -30px 15px, inset rgba(255,255,255,0.2) -25px 25px 10px, inset rgba(255,255,255,1) 0px 2px 1px, rgba(0,0,0,0.4) 0px 10px 15px;
    }

    .menu-button:active {
        box-shadow: inset rgba(255,255,255,0.4) 0px -30px 15px, inset rgba(255,255,255,0.2) -25px 25px 10px, inset rgba(255,255,255,1) 0px 2px 1px, rgba(0,0,0,0.4) 0px 2px 3px;
    }

        .menu-button:active:before {
            height: 60px;
            margin-top: -11px;
        }

        .menu-button:active:after {
            margin-top: -56px;
        }

.navbar .nav-item .nav-link .fa {
    padding-right: 0;
    padding-left: 0;
}
/* common button css */
.metalic-btn {
    box-shadow: inset 0 0 0 1px #c9c9c9, inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    background: conic-gradient(#d7d7d7, #c3c3c3, #cccccc, #c6c6c6, #d3d3d3, #d8d8d8, #d5d5d5, #d8d8d8, #d3d3d3, #c5c5c5, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #d1d1d1, #c5c5c5, #c8c8c8, #d7d7d7, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #cecece, #c5c5c5, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
    width: auto;
    height: 56px;
    border-radius: 10px;
    line-height: 57px;
    min-width: 142px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    text-shadow: rgba(0,0,0,0.1) 0px -2px 1px, rgb(255,255,255) 0px 1px 2px;
}

    .metalic-btn:hover, .metalic-btn:focus {
        color: #333 !important;
    }

    .metalic-btn:hover {
        background: conic-gradient(#d7d7d7, #bbb8b8, #c3bcbc, #bbb7b7, #cac1c1, #d8d0d0, #d0c9c9, #d4cfcf, #d2cbcb, #c3bbbb, #c0c0c0, #bfbfbf, #d0d0d0, #d2cdcd, #d1d1d1, #c5c5c5, #c8c8c8, #cac5c5, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #d6c8c8, #cac7c7, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.4), rgba(120, 120, 120, 0.4) 90%) 60% bottom/80% 0.56875em no-repeat border-box;
    }

    .metalic-btn:active {
        box-shadow: 0px 3px 0px rgb(162, 155, 154), 0px 3px 6px rgba(0,0,0,.9);
        position: relative;
        top: 2px;
    }

/*sidebar css */
.mini-submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding: 9px;
    /*position: relative;*/
    width: 42px;
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

#slide-submenu {
    display: none;
}

ul.sidebar-menu {
    list-style: none;
}

.sidebar {
    background: #fff;
    box-shadow: 0 2px 24px rgba(0,0,0,0.25), 0 4px 8px rgba(0,0,0,0.22);
}

ul.sidebar-menu li a {
    display: block;
    padding: 10px;
    background-image: linear-gradient(rgba(16, 110, 190,1), rgba(12, 12, 12, 0.32941176470588235));
    color: #fff !important;
}

    ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover {
        background-image: linear-gradient(#009EDA,#009eda);
    }

ul.sidebar-menu-bg {
    background-color: rgba(16, 110, 190,1);
}

ul.sidebar-menu-2 li a {
    background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 6%, hsla(0,0%,100%, .1) 7.5%), -webkit-repeating-linear-gradient(left, hsla(0,0%, 0%,0) 0%, hsla(0,0%, 0%,0) 4%, hsla(0,0%, 0%,.03) 4.5%), -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%), linear-gradient(180deg, hsl(0,0%,78%) 0%, hsl(0,0%,90%) 47%, hsl(0,0%,78%) 53%, hsl(0,0%,70%)100%);
    color: #000 !important;
    font-weight: bold;
}

ul.sidebar-menu-2 {
    background: #ccc;
}

    ul.sidebar-menu-2 li.active a, ul.sidebar-menu-2 li a:hover {
        color: #000 !important;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
    }

.sidebar-form-padding {
    padding: 25px 10px;
}

.sidebar-form .form-label {
    /*padding-top: 10px;*/
    padding-top: 5px;
}

.form-actions .metalic-btn {
    height: 49px;
    line-height: 37px;
    min-width: 116px;
    font-size: 18px;
    text-shadow: rgba(0,0,0,0.1) 0px -2px 1px, rgb(255,255,255) 0px 1px 2px;
}

.cart-title span {
    background: rgba(16, 110, 190,1);
    color: #fff;
    padding: 10px;
    font-size: 17px;
    display: block;
    text-transform: capitalize;
}


.material-bg1 {
    box-shadow: inset 0 0 0 1px #c9c9c9, inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    background: conic-gradient(#d7d7d7, #c3c3c3, #cccccc, #c6c6c6, #d3d3d3, #d8d8d8, #d5d5d5, #d8d8d8, #d3d3d3, #c5c5c5, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #d1d1d1, #c5c5c5, #c8c8c8, #d7d7d7, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #cecece, #c5c5c5, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box;
}

.sidebar-bottom {
    border-top: 1px solid #fff;
}

ul.sidebar-menu.sidebar-bottom li:last-child a {
    border-bottom: 0;
}
/* right side content */
.right-side-content {
    background: transparent;
    padding: 20px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.25), 0 4px 8px rgba(0,0,0,0.22);
    min-height: 510px
}

.nav-tabs li a {
    border: 0px;
    padding: 10px 20px 10px;
    display: inline-block;
    color: #fff !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 500;
    background: rgba(16, 110, 190,1);
    border-radius: 4px 5px 0px 0px;
    position: relative;
}

    .nav-tabs li a.active:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: '';
        position: absolute;
        border-top: 10px solid #009EDA;
        top: 43px;
        left: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-tabs li a:hover, .nav-tabs li a:focus {
        background: #009EDA;
    }

    .nav-tabs li a.active:hover, .nav-tabs li a.active:focus, .nav-tabs li a.active {
        background: #009EDA !important;
        border-color: #009EDA !important;
    }

        .nav-tabs li a.active:hover:before {
            border-top: 10px solid #009EDA;
        }

.nav-tabs li {
    margin-right: 7px;
}
/* right-side block */

h1.main-title {
    color: rgba(16, 110, 190,1);
    position: relative;
    margin: 6px 0 3px;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

.card-header {
    padding: 0 !important;
    margin-bottom: 0;
    background-color: rgba(0, 122, 194, 0.3686274509803922);
    border-bottom: 0
}

    .card-header h4 {
        margin-bottom: 0;
        padding: 10px;
        background: rgba(16, 110, 190,1);
        text-shadow: 1px 1px 1px #000;
        font-weight: 400;
    }

/*add by roshni 06-02-2024 - */
@media screen and (max-width:770px) {
    .card-header h4 {
        margin-bottom: 0 !important;
        padding: 10px !important;
        background: rgba(16, 110, 190,1) !important;
        text-shadow: 1px 1px 1px #000 !important;
        font-weight: 400 !important;
        /*color: #ffffff !important;*/
    }
}
/*end roshni*/

.card-header:first-child {
    border-radius: inherit;
}

.card {
    border: 0 !important;
    border-radius: 0;
}

p.card-text {
    margin-bottom: 10px;
}

table#tblShoppingCart td, table#tblShoppingCart th {
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 20px;
}

.clearfix-form-group {
    margin-bottom: 20px;
}

.form-custom-label {
    padding-top: 7px;
}

.p-t-20 {
    padding-top: 15px;
}
/* footer css */
ul.footer-menu li {
    list-style: none;
    display: inline;
}

ul.footer-menu {
    margin-bottom: 0;
    padding: 0;
}

li.pipe {
    padding: 0 7px;
    color: #ccc;
    font-weight: 300;
}

ul.footer-menu li a {
    font-size: 15px;
    font-weight: 400;
}

    ul.footer-menu li a:hover {
        color: #26c6da;
    }

.footer {
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    padding: 10px 0;
}
/* top to bottom */
#toTop, .pointer {
    cursor: pointer;
}

#toTop {
    width: 35px;
    height: 35px;
    display: none;
    color: #fff;
    font-size: 16px;
    position: fixed;
    margin: 20px 0 0;
    bottom: 4px;
    right: 6px;
    background: rgba(16, 110, 190,1);
    border-radius: 100%;
    padding: 0;
    line-height: 37px;
    transition: all .5s ease 0s;
    z-index: 999;
    text-align: center;
}

div#toTop:hover {
    background: #009EDA;
    color: #fff;
}
/* new css */
.header-btn img {
    box-shadow: 1px 3px 1px 1px #aba8a8;
    border-radius: 8px;
}

    .header-btn img:active {
        background-color: #3e8e41;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

.menu-icon-img {
    width: 45px;
    height: 45px;
    background-image: url(../img/silver_round-001.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 28px;
    line-height: 45px;
    box-shadow: 3px 2px 2px 1px #716464;
    border-radius: 100%;
}

    .menu-icon-img img {
        width: 23px;
    }

.menu-icon-img3 {
    background-image: url(../img/silver_round.png);
}

    .menu-icon-img3:hover {
        background-image: url(../img/silver_round.png);
    }

.menu-icon-img:hover {
    background-image: url(../img/blue_round-001.png);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.menu-icon-img1:hover {
    background-image: url(../img/silver_round-001.png);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.menu-icon-img1 {
    background-image: url(../img/blue_round-001.png);
    width: 65px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.menu-icon-img2 {
    background-image: url(../img/silver_square-001.png);
    border-radius: 4px;
}

    .menu-icon-img2:hover {
        background-image: url(../img/blue_square-001.png);
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

.menu-icon-img:active {
    box-shadow: none;
    transform: translateY(2px);
    box-shadow: inset rgba(255,255,255,0.4) 0px -30px 15px, inset rgba(255,255,255,0.2) -25px 25px 10px, inset rgba(255,255,255,1) 0px 2px 1px, rgba(0,0,0,0.4) 0px 2px 3px;
}

.metalic-btn-img {
    background-image: url(../img/silver_ractangle-001.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 2px 2px;
    min-width: 110px;
    height: 41px;
    line-height: 5px;
    font-weight: normal;
    font-size: 15px;
   /* text-transform: capitalize;*/
    letter-spacing: 0.3px;
}

.btn-push {
    box-shadow: 2px 2px 2px 1px #716464;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-push:active {
        transform: translateY(2px);
        box-shadow: inset rgba(255,255,255,0.4) 0px -30px 15px, inset rgba(255,255,255,0.2) -25px 25px 10px, inset rgba(255,255,255,1) 0px 2px 1px, rgba(0,0,0,0.4) 0px 2px 3px;
    }

/*
.metalic-btn-img:hover {
    background-image: url(../images/blue_ractangle-001.png);
}

.metalic-btn-img1 {
    background-image: url(../images/final-rect.png);
}

    .metalic-btn-img1:hover {
        background-image: url(../images/final-rect-hover.png);
    }*/

.metalic-btn-img1 {
    /*background-image: url(../images/final-rect.png);*/
    background: rgb(0,89,164);
    background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: -moz-linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=";;#0059a4",endColorstr="#1372c4",GradientType=1);
}

    .metalic-btn-img1:hover {
        /*background-image: url(../images/final-rect-hover.png);*/
        background: rgb(0,89,164);
        background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: -moz-linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: -webkit-linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=";;#0059a4",endColorstr="#1372c4",GradientType=1);
    }


/*Add by Kushal*/
.list-group-item {
    padding: 5px 5px;
}

    .list-group-item.active a {
        color: #ffffff !important;
    }

#tblPrescription thead {
    background-color: lightgray;
}

#tblPrescription tr td, #tblPrescription tr th {
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
}

#tblPrescription input {
    width: 55px;
    padding: 3px 3px 3px 7px;
}

#tblPrescription select {
    width: 100%;
}

#tblPrescription .form-control {
    font-size: 13px;
    padding: 4px;
    margin: 0 auto;
    height: auto !important;
}

.palette-help-image {
    text-align: center;
}

ul.sidebar-menu.sidebar-bottom li a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 15px;
    background-image: none;
    color: #000;
}

    ul.sidebar-menu.sidebar-bottom li a i {
        margin-right: 6px;
        font-size: 13px;
    }

    ul.sidebar-menu.sidebar-bottom li a:hover {
        background: transparent;
        color: rgba(16, 110, 190,1) !important;
        text-shadow: none;
        font-weight: normal;
    }

ul.sidebar-menu.sidebar-bottom {
    padding: 10px 0;
    border-top: 1px solid rgba(16, 110, 190,1);
}

.table td, .table th {
    padding: 5px;
}

h3.inner-title {
    color: rgba(16, 110, 190,1);
    position: relative;
    margin-bottom: 10px !important;
    padding-bottom: 5px;
    font-size: 26px;
}

    h3.inner-title:after {
        content: '';
        width: 50px;
        border-bottom: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
    }



/*swisflex swisFlex_inner-title*/

h3.swisFlex_inner-title {
    color: rgba(16, 110, 190,1);
    position: relative;
    margin-bottom: 10px !important;
    padding-bottom: 5px;
    font-size: 26px;
}

    h3.swisFlex_inner-title:after {
        content: '';
        width: 50px;
        border-bottom: 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
    }


table#tblPrescription {
    margin-bottom: 25px !important;
}

.btn-push span {
    position: relative;
    top: 1px;
}

li.btn-with-links .btn-push span {
    position: relative;
    top: 1px;
}

li.material-bg.btn-with-links .btn-push {
    min-width: 82px;
    height: auto !important;
    padding: 0;
    line-height: initial;
    font-size: 17px;
    padding: 9px 7px;
    font-size: 13px;
    height: 35px !important;
    margin: 4px 0px 5px 27px;
}

.b-r-5 {
    margin-right: 10px;
}
/* blinking css */

/* flash message */
.flash-message {
    position: absolute;
    top: -51px;
    right: 0;
    border-radius: 0;
}

#accordion .panel-body {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.mini-submenu {
    font-size: 21px;
    padding: 1px 0px;
    text-align: center;
    line-height: inherit;
    width: 33px;
    height: 33px;
    background: rgba(16, 110, 190,1);
    color: #fff;
    border: 1px solid rgba(16, 110, 190,1);
    border-radius: 0;
}

/* table in ul */
ul.table-ul {
    list-style: none;
}

.li-block {
    height: 82px;
    display: table;
    padding: 5px;
    border-right: 1px solid #b7b7b7;
    width: 100%;
}

.blank-td {
    background: #D3D3D3;
}

.right-td {
    background: #F2F2F2;
}

.left-td {
    background: #F2F2F2;
}

.img-td {
    background: #fff;
}

ul.table-ul li {
    width: 10%;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    text-align: center;
}

.table-in-list {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}


/*---------------- new css for changes from client --------------*/
.header-btn {
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
}

.sidebar-form {
    background: #fbfbfb;
}

.sidebar-menu {
    background: #f1f1f1;
}

.btn-with-links {
    position: relative;
}

.checkout-btn-div {
    float: right;
    padding: 13px 13px 15px;
}
/*
.menu-icon-img-1 {
    background-image: url(../images/final-circle.png);
}

.menu-icon-img-1:hover {
    background-image: url(../images/final-circle-hover.png);
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.menu-icon-img-2 {
    background-image: url(../img/round-option-2.png);
}*/

.menu-icon-img-1 {
    /*background-image: url(../images/final-circle.png);*/
    background: rgb(0,89,164);
    background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: -moz-linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=";;#0059a4",endColorstr="#1372c4",GradientType=1);
}

    .menu-icon-img-1:hover {
        /*background-image: url(../images/final-circle-hover.png);*/
        background: rgb(0,89,164);
        background: linear-gradient(180deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: -moz-linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: -webkit-linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        background: linear-gradient(0deg, rgba(0,89,164,1) 15%, rgba(19,114,196,1) 60%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=";;#0059a4",endColorstr="#1372c4",GradientType=1);
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

.main-content-title {
    box-shadow: 1px 1px 2px 1px #ccc;
    height: 40px;
}

.custum-full-width {
    margin: 0;
}

.custom-middle-width {
    width: calc(100% - 600px);
    margin: 0 20px;
}

.custom-middle-width-checkout {
    width: calc(100% - 300px);
    margin: 0 0px 0 20px;
}



.custom-side-width {
    width: 280px;
    float: left;
}

.edit-cart {
    float: right;
    color: #fff !important;
}

    .edit-cart:hover, .edit-cart:focus {
        color: #ccc !important;
    }

ul.order-items li {
    width: 100%;
    padding: 5px 9px;
    font-size: 8px;
    list-style: none;
    display: block;
    overflow: hidden;
}

    ul.order-items li:nth-child(even) {
        background: #f1f1f1;
    }

.order-item-detail {
    /*width: calc(100% - 80px);*/
    width: calc(100% - 110px);
    float: left;
    padding-right: 5px;
}

.order-item-numbers {
    color: rgba(16, 110, 190,1);
    font-size: 13px;
}

.order-item-name {
    font-size: 13px;
    line-height: 20px;
}

.order-item-function {
    /*width: 80px;*/
    width: 110px;
    float: left;
}

    .order-item-function img {
        width: 16px;
        margin: 3px 5px 0;
        height: auto;
    }

.edit-ico img {
    transform: rotate(350deg);
}

.shopping-cart-sidebar {
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0,0,0,0.25), 0 4px 8px rgba(0,0,0,0.22);
    background: #fff;
}
/* ribbon for status css */

span.ribbon-span b {
    padding-right: 5px;
}

.ribbon {
    height: auto;
    padding: 2px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: absolute;
    right: 0;
    max-width: 70%;
}

.ribbon-span {
    margin: 0;
    color: rgba(16, 110, 190,1);
    font-size: 15px;
    vertical-align: middle;
    width: 100%;
    display: flex;
    text-align: left;
    font-weight: 500;
}

.error-message {
    color: #f00;
}
/*
.ribbon {
    margin: 0px 0;
    padding: 8px 0px;
    width: auto;
    background-color: rgba(16, 110, 190,1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
	max-width: 70%;
}
.ribbon-span {
    margin: 0;
    padding: 4px 25px;
    border-top: dashed 1px #fafafa;
    border-bottom: dashed 1px #fafafa;
    color: #fafafa;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    display: block;
}
.ribbon-span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgba(16, 110, 190,1);
}*/
.status-label {
    font-weight: 600;
}

.animation-ribbon {
    /*  right: -200px;
    z-index: 1;
    animation: slide 0.5s forwards; */
    /* animation: slide 5s infinite; */
    top: 55%;
    transform: translateY(-50%);
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}


a.audio-off i {
    color: #fff;
}

img.menu-img {
    position: relative;
    top: -2px;
}

#audiotoggle {
    position: relative;
    z-index: 9;
}
/* display none for br in tab forms */
.li-block.left-td br, .li-block.right-td br {
    display: none;
}
/* table css  */
.li-block.right-td select, .li-block.left-td select {
    margin-bottom: 3px !important;
}

.li-block.blank-td {
    background: rgba(16, 110, 190,1);
    color: #fff;
    text-align: center;
}

tr.arraytable-topheader th {
    background: rgba(16, 110, 190,1);
    color: #fff;
    text-align: center;
}

/* banner css */
.hoya-carousel {
    position: relative;
}

.menu-wrapper {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.66);
    width: 100%;
    left: 0;
}

.carousel-inner {
    height: 275px;
}

.d-block {
    object-fit: cover;
    height: 275px;
}
/* status message changes */
/*.ribbon {
   max-width: 100%;
}
.animation-ribbon {
    right: 0;
    animation: slide 0.5s forwards;
    top: -20px;
    transform: none;
    position: relative !important;
    float: right;
    margin-right: -20px;
    margin-bottom: 5px;
    display: block;
}*/
.nav-tabs {
    margin-bottom: 20px;
    width: 100%;
}
/* transparent title css */
.transparent-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.66);
}

.main-content-divide {
    margin-top: 30px;
}

span.ribbon-span img {
    margin-right: 9px;
    height: 20px !important;
    height: auto;
    position: relative;
    top: 0.5px;
}
/*comment by roshni*/
/*@media screen and (max-width:1100px) {
    .carousel-inner {
        height: 250px;
    }

    .d-block {
        height: 250px;
    }
}*/


/* add by roshni for IOS and Mobile*/
/*@media screen and (min-width: 901px) and (max-width: 990px) {
    .carousel-inner {
        height: 260px;
    }

    .d-block {
        height: 260px;
    }
}*/
/* Desktop: 1600px - 900px */
@media screen and (min-width: 1100px) and (max-width: 1600px) {
    .carousel-inner {
        height: 260px;
    }

    .d-block {
        height: 260px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1099px) {
    .carousel-inner {
        height: 200px;
    }

    .d-block {
        height: 200px;
    }

}

/* iPad: 768px - 1024px */
@media screen and (min-width: 769px) and (max-width: 900px) {
    .carousel-inner {
        height: 280px;
    }

    .d-block {
        height: 280px;
    }

}

/* iOS: 414px - 736px */
@media screen and (min-width: 498px) and (max-width: 736px) {
    .carousel-inner {
        height: 200px;
    }

    .d-block {
        height: 200px;
    }
}

/* Mobile: 360px - 760px */
@media screen and (min-width: 414px) and (max-width: 497px) {
    .carousel-inner {
        height: 150px;
    }

    .d-block {
        height: 150px;
    }
}

@media screen and (min-width: 360px) and (max-width:413px) {
    .carousel-inner {
        height: 130px;
    }

    .d-block {
        height: 130px;
    }
}

@media screen and (max-width:359px) {
    .carousel-inner {
        height: 140px;
    }

    .d-block {
        height: 140px;
    }
}


/*end roshni*/

@media screen and (max-width:767px) {

    /*    .carousel-inner {
           height: 160px;
    }
    .d-block
    {
	
      height: 160px;
    }*/

    span.ribbon-span img {
        height: 17px !important;
        top: -2px;
    }

    .clearfix-inline {
        clear: both;
        margin: 0px 0 0px !important;
        padding: 0;
        display: block;
    }

    .animation-ribbon {
        top: 7px;
        width: auto !important;
    }
}

/* 08-02 */
/* carousel fade css */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out 1.0s;
    height: 500px;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.ipad-banner {
    display: none !important;
}

.transparent-title h1.main-title {
    margin: 7px 0 3px;
}
/* responsive css */
@media screen and (max-width:991px) {
    /*.carousel-inner {
        height: 226px;
    }*/ /*Comment by roshni 07-02-2024*/

    .desktop-banner {
        display: none !important;
    }

    .ipad-banner {
        display: block !important;
    }
}
/* loader css */
.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    width: 62px;
    min-width: 62px;
    margin-right: 5px;
}

    .loader1 span {
        vertical-align: middle;
        border-radius: 100%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 3px 2px;
        -webkit-animation: loader1 0.8s linear infinite alternate;
        animation: loader1 0.8s linear infinite alternate;
    }

        .loader1 span:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(16, 110, 190,1);
        }

        .loader1 span:nth-child(2) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(16, 110, 190,1);
        }

        .loader1 span:nth-child(3) {
            -webkit-animation-delay: -0.26666s;
            animation-delay: -0.26666s;
            background: rgba(16, 110, 190,1);
        }

        .loader1 span:nth-child(4) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(16, 110, 190,1);
        }

        .loader1 span:nth-child(5) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(16, 110, 190,1);
        }

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@media screen and (max-width:767px) {
    /* .loader1 {
        display: none;
    }*/
}


/* css for icons */
.sidebar-menu-icon {
    position: relative;
    top: -2px;
}
/*.sidebar-menu-icon {
    background: #fff;
    padding: 2px 5px;
    position: relative;
    top: -1px;
    width: 31px;
    height: 28px;
}
p.hoya-icon-logo {
    font-weight: 600;
}
.sidebar-menu-icon p {
    line-height: 12px;
    text-align: center;
    font-size: 9px;
    color: rgba(16, 110, 190,1);
    text-transform: capitalize;
}
p.hoya-icon-text {
    color: #000;
}
.hoya-icon-logo img {
    width: 21px;
}
*/

/* 20 -02 css started */
.frame-header-3 {
    width: 35px;
}

.frame-img-css {
    text-align: center;
    vertical-align: middle !important;
}
/* Frame measurement aligns of right side */
.frame-relative {
    position: relative;
}

.frame-div-absolute {
    position: absolute;
}

/*.frame-relative #palette-framewidth {
    top: 1030px;
}*/

/*.frame-relative #palette-frameheight {
    top: 1080px
}*/

/*.frame-relative #palette-dbl {
    top: 1080px;
}*/

/*.frame-relative #palette-ed {
    top: 1210px;
}
*/
/*.frame-relative #palette-txtvertexdistance {
    top: 1350px;
}

.frame-relative #palette-txtpantoscopictilt {
    top: 1420px;
}

.frame-relative #palette-txtwrapangle {
    top: 1500px;
}

.frame-relative #palette-corridor {
    top: 1550px;
}

.frame-relative #palette-edgethickness {
    top: 1825px;
}*/

.frame-relative div#palette-basecurve {
    /*top: 1970px;*/
    /*top: 1795px;*/
    z-index: 1;
}
/* fixed sidebar css */
.fixed-sidebar {
    position: fixed;
    top: 10px;
    width: 280px;
}

@media screen and (max-width:1300px) {
    .fixed-sidebar {
        width: 260px;
    }
}

@media screen and (max-width:1200px) {
    .fixed-sidebar {
        width: 240px;
    }
}

@media screen and (max-width:991px) {
    .fixed-sidebar {
        width: 100%;
        position: static;
    }
}

@media screen and (max-height:550px) {
    .shopping-items.material-bg {
        height: 145px;
        overflow-y: scroll;
    }

    ul.order-items li {
        padding: 3px 9px;
    }

    .order-item-name {
        font-size: 13px;
        line-height: 20px;
    }

    .sidebar-form-padding {
        padding: 15px 10px;
    }
}

/* subscriber css started */
.subscribe-wrapper {
    margin-top: 20px;
    background: rgba(16, 110, 190,1);
    box-shadow: 0 2px 24px rgba(0,0,0,0.25), 0 4px 8px rgba(0,0,0,0.22);
    padding: 15px 10px;
}

.input-icon-wrap {
    display: flex;
    flex-direction: row;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-icon {
    color: #fff;
}

.input-with-icon {
    border: none;
    flex: 1;
}

.input-icon, .input-with-icon {
    padding: 5px;
    border-radius: 0;
    outline: 0 !important;
    background: transparent;
}

.subscribe-block p {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.input-icon-wrap {
    display: flex;
    flex-direction: row;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 10px 0 15px;
}

.sub-btn {
    color: rgba(16, 110, 190,1);
    background: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none;
    width: 100%;
}

    .sub-btn:hover, .sub-btn:focus {
        background: #009EDA !important;
        color: #fff !important;
    }

@media screen and (max-height:630px) {
    ul.sidebar-menu li a {
        padding: 7px;
        font-size: 15px;
    }

    .subscribe-block p {
        font-size: 13px;
        line-height: 18px;
    }

    .subscribe-wrapper {
        margin-top: 12px;
        padding: 10px 10px;
    }
}

/* subscribe popup */
li.material-bg.hero-buttons a i {
    margin-left: 7px;
    position: relative;
    top: 1px;
}

li.material-bg.hero-buttons a {
    background: #009EDA;
}

.subscribe-popup img.email-pop {
    width: 100px;
}

.subscribe-popup .modal-header {
    background: rgba(16, 110, 190,1);
    position: relative;
}

    .subscribe-popup .modal-header:after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        right: auto;
        display: inline-block;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(16, 110, 190,1);
        border-bottom-color: rgb(204, 204, 204);
        border-left: 10px solid transparent;
        border-bottom-color: rgba(16, 110, 190,1);
        content: '';
        transform: translate(50%, 0);
        transform: translate(-50%, 0);
    }

.subscribe-popup .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: rgba(16, 110, 190,1) !important;
    text-align: center;
}

.pop-header-icon {
    text-align: center;
    width: 100%;
}

.subscibe-pop-block {
    text-align: center;
}

.subscibe-pop-block {
    text-align: center;
    color: #333 !important;
}

    .subscibe-pop-block h4 {
        font-size: 26px !important;
        margin: 0;
    }

    .subscibe-pop-block p {
        font-size: 15px;
        line-height: 21px;
        margin: 10px 0 15px;
    }

    .subscibe-pop-block .input-icon {
        color: rgba(16, 110, 190,1);
    }

    .subscibe-pop-block .input-icon, .subscibe-pop-block .input-with-icon {
        padding: 5px 10px;
    }

.subscribe-popup .sub-btn {
    color: #fff !important;
    background: rgba(16, 110, 190,1) !important;
    text-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    padding: 10px 0 12px !important;
}

    .subscribe-popup .sub-btn:hover {
        background: #009EDA !important;
    }

.subscribe-popup .modal-body {
    padding: 30px;
}

.subscribe-popup .modal-dialog {
    /*margin: 10% auto;*/
}

.subscribe-popup .close-popup:hover {
    background: #009EDA !important;
    color: #fff !important;
}

.subscribe-popup .modal-dialog {
    cursor: auto !important;
}

.close-popup {
    cursor: pointer;
}
/* 27-02 css */
.tr-bg-grey {
    background-color: rgba(0, 0, 0, 0.05);
}

.frame-measurements .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.tr-bg-grey {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.frame-measurements .table th, .frame-measurements .table td {
    vertical-align: middle;
}

.frame-header-1, .frame-header-2, .frame-header-4 {
    width: 30%;
}

.frame-header-3 {
    width: 10%;
}

.shopping-items.material-bg {
    max-height: 170px;
    /*max-height: 240px;*/
    overflow-y: auto;
    min-height: 50px;
}

ul.table-ul, ul.table-ul li {
    list-style: none;
    list-style-position: inside;
    list-style-type: none;
}

.login-box .form-control {
    min-height: 45px;
}


/* Add by Kushal for ReactJS Project */
a.metalic-btn-img {
    padding: 18px 2px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #fff !important;
}

.checkout-group-btn .checkout-btn-div {
    float: left;
    padding: 13px 15px 15px 0px;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px !important;
}

a.carousel-control-prev, a.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.disabled {
    opacity: 0.7;
    cursor: no-drop;
}

.checkout-page .card-body {
    padding: 18px 5px 0;
    min-height: 350px;
}

.help fieldset {
    background: transparent;
    margin: 10px 0px 10px 0px;
}

.help span.legend {
    font-weight: inherit;
    margin-bottom: 10px !important;
    display: block;
    background-color: rgba(16, 110, 190,1);
    color: #fff;
    padding: 5px 5px;
    font-size: 14px;
}

div.help {
    font-size: 14px;
    padding: 0px 7px 0px 7px;
}

    div.help select.form-control {
        height: 30px !important;
        padding: 0;
        font-size: 13px;
    }

.clsCategories #categories li {
    border-bottom: 1px solid #dddddd;
}


.clsCategories #categories li.active a {
   font-weight:bold !important;
}

@media screen and (max-width:991px) {
}

/* configuration button and popup css */
.configure-icon {
    width: 60px;
    float: right;
}

.configure-form-group {
    width: calc(100% - 70px);
    float: left;
}

.configure-link img {
    width: 26px;
}

.configure-link {
    color: #666;
    border: 1px solid #ced4da;
    width: 100%;
    display: block;
    height: 37px;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    background: rgba(16, 110, 190,1);
    cursor: pointer;
}

.pop-header-title {
    color: #fff;
    font-size: 18px;
}

.popup-btn-group {
    margin-top: 20px;
}

    .popup-btn-group .sub-btn {
        min-width: 120px;
        width: auto;
        padding: 5px 10px !important;
        margin: 5px 0;
    }

@media screen and (max-width:575px) {
    .configure-link img {
        width: 23px;
    }

    .configure-link {
        height: 34px;
    }

    .subscribe-popup .modal-dialog {
        max-width: 95%;
    }

    .popup-btn-group .sub-btn {
        min-width: 0;
        width: auto;
        padding: 5px 15px !important;
    }
}

/* new table page css */

.table-bordered th, .table-bordered td {
    /* border: 0;*/
}

.table-p-10 td, .table-p-10 th {
    padding: 10px 15px;
}

.bold {
    font-weight: bold;
}

.border-top-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table-striped tbody .border-top-bottom table tr:nth-of-type(odd) {
    background: #FFF;
    border-bottom: 1px solid #f1f1f1;
}

.mt-15 {
    margin-top: 15px;
}

.clsOverflow {
    overflow-x: auto;
}

tr.highlight-tr {
    background: rgba(0, 0, 0, 0.05);
}

    tr.highlight-tr th {
        font-weight: bold;
    }
/* normal button css */
.normal-btn {
    color: #fff !important;
    background: rgba(16, 110, 190,1) !important;
    text-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    padding: 10px 10px 10px !important;
    border-radius: 4px;
    float: right;
}

    .normal-btn:hover, .normal-btn:focus {
        background: #009EDA !important;
        color: #fff !important;
    }

/* Add By Kushal on 14-05-2019 */
.missing {
    border-color: red;
}

input.missing {
    /*background: #fee;*/
    margin: 2px;
}

h3.inner-text {
    font-size: 20px;
}

.p-o-label {
    padding-top: 0 !important;
    font-size: 14px;
}

/* french version css */
.french .metalic-btn-img {
    font-size: 12.5px;
}

@media screen and (max-width:1200px) {
    .french .metalic-btn-img {
        min-width: 102px;
        font-size: 12px;
        height: 38.2px !important;
    }

    .french .nav-tabs li a {
        padding: 8px 7px 8px;
    }
}

@media screen and (max-width:1100px) {
    .french .nav-tabs li a {
        padding: 6px 5px 6px;
    }
}

.change-password img.menu-img {
    top: 10px;
}

.forgot-password img.menu-img {
    top: 10px;
}

.clsJobStatusContent2 .card-body {
    min-height: 0px;
}

#palette-balance .palette-help-content p {
    padding: 15px;
}

.screen-shot {
    width: 200px;
    max-width: 100%;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
    border: 1px solid #ccc;
}


/* Report Issue Loader added on 30-05-2019 */
#ReportIssueModal .modal-content {
    position: relative;
}

.report-issue-loader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.loader-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.user-name {
    text-decoration: underline;
}


/* Reporting css */

.filters {
    padding: 0px !important;
    min-height: 200px !important;
    border: 1px solid #dee2e6 !important
}

    .filters ul {
        list-style: none;
    }

    .filters li {
        font-weight: normal;
        border-top: 0;
        padding: 7px 3px 10px 15px;
    }

/*Select2 Dropdownlist */


/* Select 2 Dropdownlist */


.select2-container {
    min-width: 400px;
    display: initial !important;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

    .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 20px;
        width: 20px;
        border: 2px solid #e9e9e9;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 20px;
        vertical-align: middle;
    }

    .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #fff;
        background-color: #428bca;
        border: 0;
        display: inline-block;
        padding-left: 3px;
    }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

.select2-dropdown {
    min-width: 220px;
    top: 40px;
}
/*.select2-container .select2-selection--multiple
{
    height: 40px !important;
}*/


.rx-filter {
    display: none;
}

.dt-buttons button {
    float: right !important;
    padding-left: 5px;
    border: 0;
    background-color: white;
}


/* Datatable Content Align Center */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    text-align: center;
}

/* Datatable - Fixed Columns */
.DTFC_LeftBodyLiner table tr:first-child td {
    border-top: 0;
}

.DTFC_LeftBodyWrapper {
    background: #fff;
    top: -1px !important;
}

.DTFC_LeftHeadWrapper {
    background: #fff;
}

.DTFC_LeftBodyWrapper table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 0;
}

.DTFC_LeftFootWrapper table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 0;
}

.DTFC_LeftBodyWrapper table.dataTable, .DTFC_LeftHeadWrapper table.dataTable {
    margin-bottom: 0px !important;
    border-top: 1;
}

.DTFC_LeftFootWrapper {
    background: #fff;
    border: 1;
    top: 16px !important;
}

#WeeklyReportingSection .DTFC_LeftFootWrapper {
    background: #fff;
    border: 1;
    top: 0px !important;
}

.contactcustomercare {
    width: 200px;
    background: #009EDA !important;
    color: #fff !important;
}

@media screen and (max-width: 1450px) {
    .col-full {
        max-width: 100% !important;
        /* margin-top: 30px;*/
       /* margin-top: 10px;*/
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* FrameDB Canvas CSS*/

.canvas-inline {
    display: inline-block;
    width: 50%;
}

.frame-border {
    border: 3px solid #555;
    padding: 20px;
    border-radius: 5px;
}

.canvas-inline {
    /*width: 35%;*/
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

@media screen and (max-width: 1150px) {
    .canvas-inline {
        width: 15%;
    }
}

@media screen and (max-width: 767px) {
    .canvas-inline {
        width: 35%;
    }
}

@media screen and (max-width: 400px) {
    .canvas-inline {
        width: 40%;
    }
}

/* FrameDB section Additional CSS - 01-02-2021 - Starts */

.framedb-td {
    width: 100%;
    padding: 0px !important;
}

.framedb-table, .SWISFlexFrame-table {
    width: 100%;
    margin: 0px !important;
}

table#LabFrameTable .table-bordered td, table#CustomerFrameTable .table-bordered td {
    border-top: 0;
    border-left: 0;
}

table#LabFrameTable tr td:last-child, table#CustomerFrameTable tr td:last-child {
    border-right: 0;
}

table#LabFrameTable tr:last-child td, table#CustomerFrameTable tr:last-child td {
    border-bottom: 0;
}

table#LabFrameTable tr td:first-child, table#CustomerFrameTable tr td:first-child {
    border-left: 0;
    width: 30%;
}

table#LabFrameTable tr:first-child td, table#CustomerFrameTable tr:first-child td {
    border-top: 0;
}
/*
.frame-relative .frame-custom-basecurve {
    top: 1910px !important;
}*/

/*.frame-relative .frame-custom-edgethickness {
    top: 1760px !important;
}
*/
@media screen and (max-width: 1400px) {
    /* .frame-relative #palette-dbl {
        top: 1180px;
    }*/

    /*.frame-relative #palette-txtvertexdistance {
        top: 1390px;
    }

    .frame-relative #palette-txtpantoscopictilt {
        top: 1485px;
    }

    .frame-relative #palette-txtwrapangle {
        top: 1575px;
    }*/

    /*   .frame-relative .frame-custom-edgethickness {
        top: 1870px !important;
    }*/
    /*
    .frame-relative .frame-custom-basecurve {
        top: 2000px !important;
    }*/
}

/* Add css to set side image div when trace file element is not visible */
/*.frame-custom-pallete #palette-framewidth {
    top: 890px;
}

.frame-custom-pallete #palette-frameheight {
    top: 940px;
}
*/
/*.frame-custom-pallete{*/
/*top: 1040px;*/
/*top: 750px;
}

.frame-custom-pallete{
    top: 1090px;
}*/

/*.frame-custom-pallete #palette-txtvertexdistance {
    top: 1215px;
}

.frame-custom-pallete #palette-txtpantoscopictilt {
    top: 1285px;
}

.frame-custom-pallete #palette-txtwrapangle {
    top: 1355px;
}

.frame-custom-pallete #palette-corridor {
    top: 1450px;
}

.frame-custom-pallete #palette-edgethickness {
    top: 1630px;
}

.frame-custom-pallete #palette-basecurve {
    top: 1775px;
    z-index: 1;
}*/

/* FrameDB section Additional CSS - 01-02-2021 - End */
#FrameDbASizeSection, #palette-framewidth {
    position: relative; /* or absolute, or fixed, depending on your layout */
}


.dummy {
    position: fixed;
}

.draft-panel .items-cart-heading a {
    color: #fff !important;
}

.draft-panel .items-cart-heading a:hover {
    color: #fff !important;
}

.draft-panel {
    margin-bottom: 15px;
}

.draft-panel .items-cart-heading > a {
    display: block;
    text-decoration: none;
}

.draft-panel .items-cart-heading > a > i {
    float: right;
    margin: 5px;
}

.PriceColor {
    color: #014C89;
}

.text-transform-none {
    text-transform: none !important;
}

.div-loader {
    position: absolute;
    width: 30px; 
    height: 30px;
    left: 50%;
}

/*added ruby unnati form set loader input caRTLIST  HOYA-USA-574 */
.Cartdiv-loader {
    width: 30px;
    height: 30px;
}

#cartLoadercontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}
