:root {
    --primary-color: #1455ac;
    --app-color: #7AB333;
    --secondary-color: #337AB3;
    --text-color: #333;
}


.overlay-android {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
    display: none;
    height: 100vh;
    overflow: hidden
}

.overlay-android a {
    display: block
}

.overlay-an-inner.text-center {
    position: absolute;
    top: 30%;
    width: 100%;
    left: 0;
    padding: 10px
}

.wrapper-div {
    min-height: 90%;
    margin-bottom: 10px;
    padding-top: 46px;
}

body.android .overlay-android {
    display: block
}

.product-title1 {
    font-size: 19px !important
}

.primary-color {
    color: var(--app-color) !important;
}

.navbar-brand {
    padding-top: .45625rem;
    padding-bottom: .45625rem
}

.card.product-card {
    margin: 0px;
}

.product-card {
    margin-top: 0px;
    border-radius: 0px;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    height: auto;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border: none;
    cursor: pointer;
}





.for-dicount-div {
    margin-right: -2%;
    margin-bottom: 0
}

.p-wishlist span,
.p-wishlist i {
    position: relative;
    top: -3px
}

@media (min-width: 1280px) {
    .container {
        max-width: 1260px
    }
}

.sib-conversations {
    margin-bottom: 85px !important;
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: rgb(0, 34, 128);
}

.password-toggle-btn .custom-control-input:checked~.password-toggle-indicator {
    color: rgb(0, 34, 128);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: rgb(0, 34, 128);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-item.active,
.dropdown-item:active {
    color: rgb(0, 34, 128);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.topbar {
    background-color: #efefef;
}

.topbar a {
    color: black !important;
}

.navbar-light .navbar-tool-icon-box {
    color: rgb(0, 34, 128);
}

.search_button {
    background-color: var(--secondary-color);
    border: none;
}

.search_form {
    border: 1px solidrgb(0, 34, 128);
    border-radius: 5px;
}

.nav-link {
    color: white !important;
}

.navbar-stuck-menu {
    background-color: rgb(0, 34, 128);
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.mega-nav {
    background: white;
    position: relative;
    margin-top: 6px;
    line-height: 17px;
    width: 251px;
    border-radius: 3px;
}

.mega-nav .nav-item .nav-link {
    padding-top: 11px !important;
    color: var(--secondary-color) !important;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px !important;
}

.nav-item .dropdown-toggle::after {
    margin-left: 20px !important;
}

.navbar-tool-text {
    padding-left: 5px !important;
    font-size: 16px;
}

.navbar-tool-text>small {
    color: #4b566b !important;
}

.modal-header .nav-tabs .nav-item .nav-link {
    color: black !important;
    /*border: 1px solid #E2F0FF;*/
}

.checkbox-alphanumeric::after,
.checkbox-alphanumeric::before {
    content: '';
    display: table;
}

.checkbox-alphanumeric::after {
    clear: both;
}

.checkbox-alphanumeric input {
    left: -9999px;
    position: absolute;
}

.checkbox-alphanumeric label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem 0;
    margin-right: 0.375rem;
    display: block;
    color: #818a91;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

.checkbox-alphanumeric-circle label {
    border-radius: 100%;
}

.checkbox-alphanumeric label>img {
    max-width: 100%;
}

.checkbox-alphanumeric label:hover {
    cursor: pointer;
    border-color: rgb(0, 34, 128);
}

.checkbox-alphanumeric input:checked~label {
    transform: scale(1.1);
    border-color: red !important;
}

.checkbox-alphanumeric--style-1 label {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2px;
}

.d-table.checkbox-alphanumeric--style-1 {
    width: 100%;
}

.d-table.checkbox-alphanumeric--style-1 label {
    width: 100%;
}

/* CUSTOM COLOR INPUT */
.checkbox-color::after,
.checkbox-color::before {
    content: '';
    display: table;
}

.checkbox-color::after {
    clear: both;
}

.checkbox-color input {
    left: -9999px;
    position: absolute;
}

.checkbox-color label {
    width: 2.25rem;
    height: 2.25rem;
    float: left;
    padding: 0.375rem;
    margin-right: 0.375rem;
    display: block;
    font-size: 0.875rem;
    text-align: center;
    opacity: 0.7;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.95);
}

.checkbox-color-circle label {
    border-radius: 100%;
}

.checkbox-color label:hover {
    cursor: pointer;
    opacity: 1;
}

.checkbox-color input:checked~label {
    transform: scale(1.1);
    opacity: 1;
    border-color: red !important;
}

.checkbox-color input:checked~label:after {
    content: "\f121";
    font-family: "Ionicons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.card-img-top img,
figure {
    max-width: 200px;
    max-height: 200px !important;
    vertical-align: middle;
}





.product-title1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
}

.product-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #000000 !important;
}

.product-price {
    max-width: 160px;
}

.product-price .text-accent {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: rgb(0, 34, 128);
}

/* CSSTidy 1.5.2: Mon, 26 Dec 2022 15:52:51 +0000 */
.feature_header span {
    padding-right: 15px;
    font-weight: 700;
    font-size: 25px;
    background-color: #fff;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .feature_header {
        margin-top: 0;
        display: flex;
        justify-content: flex-start !important
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        background-color: #fff;
        text-transform: uppercase
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #E2F0FF !important
    }
}

.scroll-bar {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 5px
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-thumb {
    background: rgb(0, 34, 128) !important;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 34, 128) !important;
}

.mobileshow {
    display: none;
}

@media screen and (max-width: 500px) {
    .mobileshow {
        display: block;
    }
}

[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);

    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;

}

[type="radio"]+span:after {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.10em;
    border-radius: 1em;
    border: 0.35em solid #fff;
    box-shadow: 0 0 0 0.10emrgb(0, 34, 128);
    margin-left: 0.75em;
    transition: 0.5s ease all;
}

[type="radio"]:checked+span:after {
    background: rgb(0, 34, 128);
    box-shadow: 0 0 0 0.10emrgb(0, 34, 128);
}

[type="radio"]:focus+span::before {
    font-size: 1.2em;
    line-height: 1;
    vertical-align: -0.125em;
}


.checkbox-color label {
    box-shadow: 0px 3px 6px #0000000D;
    border: none;
    border-radius: 3px !important;
    max-height: 35px;
}

.checkbox-color input:checked~label {
    transform: scale(1.1);
    opacity: 1;
    border: 1px solid #ffb943 !important;
}

.checkbox-color input:checked~label:after {
    font-family: "Ionicons", serif;
    position: absolute;
    content: "\2713" !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--secondary-color);
    font-size: 17px;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: rgb(0, 34, 128) !important;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--app-color) !important;
    border-color: var(--app-color) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--app-color) !important;
    border-color: var(--app-color) !important;
}

.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-outline-accent:hover {
    color: #fff;
    background-color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.btn-outline-accent {
    color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.text-accent {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgb(0, 34, 128);
}

a {
    color: rgb(0, 34, 128);
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: rgb(0, 34, 128);
    text-decoration: none
}

.active-menu {
    color: rgb(0, 34, 128) !important;
}

.page-item.active>.page-link {
    box-shadow: 0 0.5rem 1.125rem -0.425remrgb(0, 34, 128)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(0, 34, 128);
    border-color: rgba(0, 0, 0, 0)
}

.btn-outline-accent:not(:disabled):not(.disabled):active,
.btn-outline-accent:not(:disabled):not(.disabled).active,
.show>.btn-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.btn-outline-primary {
    color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0rgb(0, 34, 128);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #6f6f6f;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 34, 128);
    border-color: rgb(0, 34, 128);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rgb(0, 34, 128);
}

.product-title>a {
    transition: color 0.25s ease-in-out;
    color: rgb(0, 34, 128);
    text-decoration: none !important
}

.product-title>a:hover {
    color: rgb(0, 34, 128)
}

div#brand.mt-4 {
    margin-top: 0 !important;
}

#toast-container>.toast-info {
    background-color: #FF7800 !important;
}

#toast-container>div {
    margin: 0 0 16px;
    padding: 30px 15px 30px 50px;
    width: 300px;
}

.has-video .card-header::after {
    content: "\f04b";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(0, 34, 128);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: .85em;
}

.has-video .card-header {
    position: relative;
}




@media only screen and (max-width: 767px) {
    iframe.fb_customer_chat_icon {
        left: 0 !important;
        bottom: 65px !important;
    }

    .fb_dialog_content>iframe {
        left: 0 !important;
        bottom: 65px !important;
    }

    .product-title1 {
        max-width: 100%;
        font-size: 16px !important;
    }

    iframe#d5r0a8ptdmqg1637669343861 {
        bottom: 65px !important;
    }
}

.common-product-img {
    height: 180px;
}

.login-w-google {
    height: 55px;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 767px) {
    .common-product-img {
        height: 144px;
    }

    .product-card .card-header {
        height: 200px !important;
    }

    .product-card {
        height: 280px !important;
    }
}


.cartIcon .navbar-tool-icon-box {
    margin-left: -2px !important;
}

.navbar-tool .navbar-tool-label {
    top: -11px !important;
    right: -11px !important;
}

@media only screen and (min-width:320px) and (max-width: 992px) {
    .cartIcon .navbar-tool-icon-box {
        margin-left: -28px !important;
    }
}



@media (max-width: 768px) {
    td[data-th]::before {
        content: attr(data-th) ": ";
        font-weight: bold;
        display: block;
    }
}