:root {
    --bs-primary: #1a3767 !important;
    --bs-primary-hover: #2d5493 !important;
    --bs-secondary: #ecf9ff !important;
    --bs-success: #198754;
    --bs-info: #0187cb !important;
    --bs-info2: #29317d;
    --bs-warning: #f86601 !important;
    --bs-danger: #dc3545;
    --bs-light: #f1f1ef;

    --bs-primary-rgb: 26, 55, 103 !important;
    --bs-primary-hover-rgb: 45, 84, 147 !important;
    --bs-secondary-rgb: 236 249 255 !important;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 1, 135, 203 !important;
    --bs-warning-rgb: 248, 102, 1 !important;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 241, 241, 239;
    --bs-dark-rgb: 24, 25, 21;
}

body,
select#SelectFont,
.wsmenu,
.popover,
select#SelectFont option {
    font-family: "Cabin", sans-serif !important;
}

.bg-primary {
    background-color: #1a3767 !important;
}

.wsmenu>.wsmenu-list>li>.navtext {
    font-weight: 600;
    padding: 10px 4px;
}

.wsmenu {
    font-size: 15px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu {
    top: 35px;
}
.wsmenu>.wsmenu-list>li>.wsmegamenu li a {
    font-size: 13px;
}
#announcementTicker .carousel-control-next, #announcementTicker .carousel-control-prev {
    width: 20px;
    height: 20px;
    min-width: 20px;
}
#announcementTicker .carousel-control-next-icon, #announcementTicker .carousel-control-prev-icon {
    width: 10px;
    height: 10px;
}
.font-13 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 13px;
}

.font-11 {
    font-size: 12px;
}

.font-14,
.radio-btn input[type="radio"]:checked+.radio-label .opt-selected .lnir {
    font-size: 15px;
}

.form-control,
.form-select {
    font-size: 15px;
}

#header-items .wsmenu>.wsmenu-list>li:hover>a {
    background: #00AEEF !important;
}

.product-cat img {
    max-height: 228px;
}

.addcolor,
.selectcolorsbox img {
    max-height: 170px;
    min-height: 170px;
}

.bg-orange {
    background: #f86601 !important;
}

.top-nav {
    padding: 0 0;
    background: #FFFFFF !important;
}

.nav-search-bar {
    height: 42px;
    /* max-width: 710px; */
    /* width: 420px; */
    margin: 0 auto;
}

.cart-badge{
    top: 4px;
}

.rounded-24 {
    border-radius: 24px !important;
}

#header-items .wsmenu>.wsmenu-list>li>.navtext {
    color: #FFFFFF !important;
}

.navbar-brand img {
    max-height: 38px;
}

.nav-cart {
    width: 80px;
}

.loginsignup-bg {
    background-image: linear-gradient(to right, rgba(26, 55, 103, .7), rgba(26, 55, 103, .7)), url('/../images/empirepromos/footer-bg.png') !important;
    background: #081d38;
}

.select2-container .select2-selection--single {
    height: 58px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

/* Pricing table css START */
.main-pricing-tbl {
    font-size: 0.9rem;
    margin-bottom: 5px;
    background-color: #f8fbff;
    text-align: center;
}

.main-pricing-tbl.table-side-bordered tr {
    white-space: nowrap;
}

.main-pricing-tbl.table-side-bordered th {
    vertical-align: middle;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.main-pricing-tbl.table-side-bordered td {
    vertical-align: middle;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.main-pricing-tbl.table-side-bordered tbody>tr:last-child th {
    border-bottom: 0;
}

.price-table.table-side-bordered tbody>tr:last-child th,
.price-table.table-side-bordered tbody>tr:last-child td,
.main-pricing-tbl.table-side-bordered tbody>tr:last-child th,
.main-pricing-tbl.table-side-bordered tbody>tr:last-child td {
    border-bottom: 0;
}

.main-pricing-tbl.table-side-bordered td:last-child {
    border-right: 0;
}

.main-pricing-tbl.table-side-bordered th:last-child {
    border-right: 0;
}

.main-pricing-tbl td,
.main-pricing-tbl th {
    padding: 0.25rem;
    font-size: 0.75rem;
}

/* .main-pricing-tbl th:not(:first-child),
.main-pricing-tbl td:not(:first-child) {
    min-width: 60px;
} */

.custom-accordion .accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion .accordion-body .next-btn {
    width: 100px;
}

.custom-accordion .accordion-button::after {
    content: "Edit";
    background-image: none;
    font-size: 13px;
    font-weight: 500;
}

/* Pricing table css END */

/* Brand page card  */
.object-fit-cover {
    object-fit: cover;
}

.chat-icon {
    position: absolute;
    left: -15px;
    bottom: -30px;
}

.chat-icon img {
    width: 68px;
    height: 68px;
}

.brand .thumb {
    padding: 10px;
    height: 169px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.qd-list {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.img-effect-1 {
    box-shadow: rgba(0, 0, 0, 0.45) 5px 5px 10px;
}
.sa_review{
    display: inline-flex !important;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;

}
.cst-review{
    position: relative;
}
.cst-rev-qut-e{
    position: absolute;
    bottom: -5px;
}
.jq-toast-wrap {
    display: none !important;
}
.height-10{
    height: 10px !important;
}
/* Info Nav start */
.info-nav{
    padding-top: 15px !important;
}
.info-nav .container-fluid{
    background: rgba(0, 47, 108, 0.1);
}
/* .info-nav .navbar ul li:nth-child(even){
    background-color: #f0914d;
} */
.info-nav .navbar ul li a{
    padding: 0.125rem  2rem !important;
    font-size: 17px;
    font-weight: 700;
    color: var(--bs-primary);
    text-decoration: none;
}
.info-nav .navbar ul li a:hover{
    background-color: var(--bs-primary-hover);
    color: #FFFFFF;
}
/* Info Nav END */

footer {
    background-image: linear-gradient(to right, rgba(26, 55, 103, .7), rgba(26, 55, 103, .7)), url('/../images/empirepromos/footer-bg.png');
}

.footer-link:hover .text-warning,
.footer-link:hover .text-info-2 {
    color: #FFFFFF !important;
}
@media (max-width: 1199px){
    .info-nav .navbar ul li a{
        font-size: 14px;
        padding: 0.125rem 1rem !important;
    }
}
@media (min-width: 992px) {
    #header-items {
        padding: 0 0;
        background: #1a3767;
    }
}


@media (max-width: 992px) {
    .wsmobileheader {
        background-color: #FFFFFF;
        top: 0;
        border-top: 6px solid #ec7625;
    }
    .wsmenu>.wsmenu-list{
        top: 45px;
    }

    #header-items .wsmenu>.wsmenu-list>li>.navtext {
        color: var(--bs-primary) !important;
    }

    .smllogo img {
        width: 135px;
        height: auto;
    }

    .wsmenu>.wsmenu-list>li>a,
    .wsmenu>.wsmenu-list>li .wstheading,
    .wsmenu>.wsmenu-list>li>.wsmegamenu li a {
        font-size: 14px;
    }

    #header-items .wsmenu>.wsmenu-list>li:hover>a {
        background: var(--bs-secondary) !important;
    }

    .wsmenu>.wsmenu-list {
        padding-bottom: 80px;
    }
    .info-nav .navbar ul li a {
        font-size: 12px;
        padding: 0.125rem 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .main-content-area {
        margin-top: 45px;
    }
    .md-relative {
        position: relative !important;
    }

    .chat-icon {
        position: absolute;
        left: -4px;
        bottom: -16px;
    }

    .chat-icon img {
        width: 40px;
        height: 40px;
    }
    .info-nav .navbar ul li a {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 575px) {
    .product-cat img {
        max-height: 160px;
        object-fit: contain;
    }

    .fancy-img.m-thumb {
        min-height: 220px;
    }

    .addcolor,
    .selectcolorsbox img {
        max-height: 130px;
        min-height: 130px;
    }
    .info-nav .navbar ul li a {
        padding: 0.125rem 0.1rem !important;
    }
    .img-72{
        min-width: 72px;
    }
}