/* ============================================================
   CRIMSON NIGHT COLOR SCHEME
   Primary: #0f3460 (deep navy)
   Accent:  #e94560 (crimson red)
   Gold:    #f5a623
   Dark:    #0a0a1a
============================================================ */

body {
    background: #f4f6fb;
    color: #1a2340;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

header {
    background: #fff;
}

.header-top {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f3460 100%);
    padding: 10px 0;
    color: #fff;
}

img {
    max-width: 100%;
}

.header-nav {
    background: #fff;
    border-bottom: 2px solid #f0f2f8;
    box-shadow: 0 2px 12px rgba(15,52,96,.08);
}

a {
    color: inherit;
    text-decoration: none !important;
}

b, strong {
    font-weight: 700 !important;
}

.main-navbar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999 !important;
    transition: all .3s ease;
}

.searchresult {
    z-index: 68;
}

.search-list {
    top: calc(1.5em + .75rem + 11px);
    position: absolute;
    background: #ffffff;
    z-index: 9;
    transition: .2s ease;
    width: 100%;
    list-style: none;
    text-align: left;
    padding-left: 0 !important;
    padding-top: 25px;
    border: none;
    font-size: 14px;
    top: 16px;
    z-index: 16;
    box-shadow: 0 4px 24px rgba(15,52,96,.14);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.searchinput {
    border-radius: 2.25rem;
    z-index: 999999;
    position: relative;
    border: none;
}

.search-list li {
    color: #0f3460;
    background: #ffffff;
    text-decoration: none;
    list-style: none;
    transition: 0.3s ease;
    padding: 9px 11px;
    border: none;
}
.search-list li:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.search-list li a {
    color: #0f3460;
    text-decoration: none;
    transition: 0.3s ease;
}

.search-form .form-control:focus {
    box-shadow: none !important;
}

.search-list li:hover {
    color: #fff;
    background: #e94560;
}

.search-list li:hover a {
    color: #fff;
    background: #e94560;
}

#my_content p {
    line-height: 40px !important;
}
#my_content a {
    color: #e94560;
}
#my_content a:hover {
    color: #0f3460;
}

.product-card {
    border: 2px solid #e94560 !important;
}

.main-navbar {
    display: flex;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: -15px;
}

.main-navbar li {
    padding: 36px 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #0f3460;
}

.main-navbar li:last-child {
    margin-right: 0;
}

.product-desc p {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc ul {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc ol {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc a {
    color: #e94560;
    font-weight: 600;
}
.product-desc a:hover {
    color: #0f3460;
}

table {
    width: 100%;
}

table th, table td {
    padding: 10px;
    border: 1px solid #dde3ef;
}

table th {
    background: #0f3460;
    color: #fff;
}

.main-navbar li a {
    color: inherit;
}

.main-navbar li:hover > a {
    color: #e94560;
}

.main-navbar li ul {
    position: absolute;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    background: #0f3460;
    transform: rotateX(-90deg);
    transform-origin: 0 0;
    transition: all ease 300ms;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(15,52,96,.2);
    border-top: 3px solid #e94560;
}

#home_content a {
    color: #e94560;
}

#home_content a:hover {
    color: #0f3460;
}

.main-navbar li:hover > ul {
    transform: rotateX(0deg);
}

.main-navbar li ul li {
    padding: 0;
    white-space: nowrap;
}

.main-navbar li ul li a {
    display: block;
    padding: 8px 18px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 500;
    text-transform: none;
    border-left: 3px solid transparent;
    transition: all .2s ease;
}

.main-navbar li ul li:hover > a {
    color: #f5a623;
    background: rgba(255,255,255,.08);
    border-left-color: #f5a623;
    text-decoration: none;
}

#home-slider {
    width: 100%;
    object-fit: cover;
}

#home-slider img {
    width: 100%;
}

#home_content {
    background: #fff;
}

#home_content .card {
    border: none;
}

#home_content .card-body {
    line-height: 30px;
}

.card-body h1 {
    font-size: 24px;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 10px;
    color: #0f3460;
}

.card-body h2 {
    font-size: 24px;
    color: #0f3460;
}

.card-body h3 {
    font-size: 24px;
    color: #0f3460;
}

.city_handle {
    font-size: 13px;
    color: #fff;
}
.city_handle a:hover {
    color: #f5a623;
}

.home-section .owl-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    font-size: 48px;
    width: 100%;
}

.home-section .owl-prev {
    position: absolute;
    margin-top: -30px;
    left: 10px;
}

.home-section .owl-next {
    position: absolute;
    margin-top: -30px;
    right: 10px;
}

.home-section .owl-prev span, .home-section .owl-next span {
    line-height: 100%;
}

.home-section .owl-prev:focus, .home-section .owl-next:focus {
    outline: none;
}

#product-section {
    margin: 40px 0;
}

#product-section h3 {
    margin-bottom: 15px;
    color: #0f3460;
    font-weight: 700;
}

#product-section h3::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: linear-gradient(135deg, #e94560, #f5a623);
    border-radius: 2px;
    margin-top: 6px;
}

.product-block {
    margin-bottom: 30px;
}

.product-block .card-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0f3460;
    font-weight: 600;
}

.product-block .main-image {
    width: 100%;
    border-bottom: 1px solid #e8edf5;
    object-fit: contain;
}

.product-block .product-price {
    font-size: 18px;
    line-height: 100%;
}

.product-qty {
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid #dde3ef;
    overflow: hidden;
    padding: 5px;
}

.enquiry_btn {
    font-size: 15px;
    white-space: nowrap;
    height: 38px;
    background: linear-gradient(135deg, #e94560, #f5a623) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: all .25s ease !important;
    cursor: pointer;
}

.enquiry_btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(233,69,96,.35) !important;
}

.product-qty input {
    width: 100%;
    border: 0;
    height: 27px;
}

.product-qty .qty-action button {
    display: block;
    padding: 0;
    font-size: 5px;
    font-weight: 100;
    height: 12px;
    width: 20px;
    border-radius: 0;
    line-height: 12px;
    background: #e94560;
    color: #fff;
    border: 0;
}

.product-qty .qty-action button:last-child {
    margin-top: 1px;
}

.card-title a {
    color: inherit;
}

.bcrumb {
    background: none;
    background-color: none !important;
}

.bcrumb a {
    color: #e94560;
}

.prod-spec {
    max-height: 490px;
    overflow: auto;
}

.xzoom-container .carousel-inner {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 4px;
}

.xzoom-container .xzoom-thumbs {
    margin: 0;
    margin-bottom: 30px;
}

.xzoom-container .xzoom-thumbs .owl-item .item {
    background: #fff;
    border: 1px solid #dde3ef;
    border-radius: 4px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

.xzoom-container .xzoom-thumbs .owl-item .active {
    border-color: #e94560;
}

.btn-primary {
    background: linear-gradient(135deg, #e94560, #f5a623) !important;
    border-color: #e94560 !important;
    color: #fff !important;
    font-weight: 600;
}

.btn-primary:hover {
    filter: brightness(1.08);
    border-color: #e94560 !important;
}

.owl-carousel.owl-drag .owl-item .category-title a {
    text-align: center;
    font-size: 18px;
}

#home_content {
    margin-top: 43px;
}

.all_heading {
    padding: 10px 0;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    color: #0f3460;
}

.error_msgIcon {
    color: #e94560;
}

.category-section {
    background-color: #f4f6fb;
    padding: 20px 0;
}

.category-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.category-title a {
    color: #0f3460;
    text-decoration: none;
    transition: color .2s;
}

.category-title a:hover {
    color: #e94560;
}

.product-desc h1 {
    font-size: 1.5rem !important;
    padding: 11px 0 !important;
    font-weight: 600 !important;
    color: #0f3460;
}

.product-desc h2 {
    font-size: 1.4rem !important;
    padding: 11px 0 !important;
    font-weight: 600 !important;
    color: #0f3460;
}

.product-desc h3 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    padding: 11px 0 !important;
    color: #0f3460;
}

.product-desc h4 {
    font-size: 1.2rem !important;
    padding: 11px 0 !important;
    font-weight: 600 !important;
    color: #0f3460;
}

.enquiry-card h6 {
    text-transform: lowercase;
}

.enquiry-card h6:first-letter {
    text-transform: uppercase !important;
}

#home-slider .lazy-load {
    display: block;
    background: #fff url('../imgs/ajax-loader.gif') center center no-repeat;
    text-align: center;
    width: 100%;
}

.footer-content {
    color: rgba(255,255,255,.85);
    font-size: 14px;
    line-height: 1.8;
}

.footer-list {
    margin: 11px 0 0 0;
    color: rgba(255,255,255,.85);
}

.footer-list h1, .footer-list .lead {
    font-weight: 600;
    letter-spacing: 1px;
    color: #f5a623 !important;
    font-size: 1rem;
}

.footer-list ul li {
    padding: 3px 0;
    font-size: 14px;
    transition: 0.3s ease;
}

.footer-list a i {
    padding: 5px;
    font-size: 11px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    transition: all .3s ease;
}

.footer-list a:hover i {
    border-color: #f5a623;
    color: #f5a623;
}

.footer-list ul li:hover {
    color: #f5a623;
    padding: 3px 10px;
}

.city_handle i {
    font-size: 17px;
}

.footer-list ul li:hover a {
    color: #f5a623;
}

/* Footer background */
.bg-dark {
    background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f3460 100%) !important;
}

.foot-c {
    background-color: #fff;
    color: #1a2340;
}

.foot-c .btn {
    border: 1px solid #1a2340;
}

.foot-c li a:hover {
    color: #e94560;
}

.foot-c .btn:hover {
    color: #e94560;
    border: 1px solid #e94560;
}

/* Sticky side contact */
.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -124px;
    top: 230px;
    width: 200px;
    z-index: 99999;
}

.sticky-first li:hover p {
    float: right;
}

.sticky li {
    list-style-type: none;
    background: linear-gradient(135deg, #0f3460, #1a1a2e);
    color: #fff;
    height: 43px;
    padding: 0 7px;
    margin: 0 0 1px 0;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li a {
    color: #fff;
}

.sticky li:hover {
    margin-left: -115px;
    background: linear-gradient(135deg, #e94560, #f5a623);
}

.sticky li img {
    float: left;
    margin: 5px 5px;
    margin-right: 10px;
}

.sticky li p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 43px;
}

.sticky li i {
    font-size: 24px;
    margin-top: 8px;
    display: inline-block;
}

@media screen and (min-width: 992px) {
    .header-top a {
        color: rgba(255,255,255,.85);
        transition: all .3s;
        font-weight: 600;
    }
    .header-top a i {
        color: #f5a623;
    }
    .header-top a:hover {
        color: #f5a623;
    }
    .header-top {
        background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0f3460 100%);
        padding: 8px 0 !important;
        color: #fff;
    }
}

@media screen and (max-width: 992px) {
    .nav-icon, .nav-icon:hover, .nav-icon:focus, .nav-icon:active {
        display: inline-block;
        background: #e94560;
        color: #fff;
        text-decoration: none;
        padding: 3px 5px;
        font-size: 20px;
        border-radius: 3px;
        margin: 22px 0;
    }
    .main-navbar {
        margin: 0;
        position: fixed;
        left: -70%;
        top: 0;
        bottom: 0;
        background: linear-gradient(180deg, #0a0a1a 0%, #0f3460 100%);
        width: 70%;
        z-index: 999;
        display: block;
        transition: all ease 300ms;
        overflow: auto;
    }
    .main-navbar.active {
        left: 0;
    }
    .main-navbar li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
        display: block;
        color: #fff;
    }
    .main-navbar > li > a {
        width: 80%;
        float: left;
        color: #fff;
    }
    .main-navbar > li > span {
        width: 20%;
        border-left: 1px solid rgba(255,255,255,.15);
        float: right;
        display: block;
        text-align: center;
        color: #fff;
        padding: 9px 0;
        cursor: pointer;
    }
    .main-navbar > li:hover a {
        color: #f5a623;
    }
    .main-navbar li span::after {
        content: "";
        display: block;
        clear: both;
    }
    .main-navbar li ul, .main-navbar > li:hover > ul {
        position: static;
        background: rgba(233,69,96,.15);
        transform: none;
        display: none;
        transition: inherit;
        border-top: none;
        box-shadow: none;
    }
    .main-navbar > li:after {
        content: "";
        clear: both;
        display: block;
    }
    .main-navbar li a {
        color: rgba(255,255,255,.9);
        padding: 10px 15px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #product-section {
        margin-top: 15px;
    }
    #product-section .col-6:nth-child(odd) {
        padding-right: 7.5px;
    }
    #product-section .col-6:nth-child(even) {
        padding-left: 7.5px;
    }
    .header-top {
        font-size: 12px;
        text-align: center;
    }
    #cart-icon {
        display: block;
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #e94560;
        z-index: 999;
    }
    #cart-icon i {
        line-height: inherit;
    }
    .your_basket {
        position: fixed;
        top: 0;
        left: 100%;
        right: -100%;
        bottom: 0;
        max-height: 100%;
        overflow: auto;
        z-index: 99;
        transition: all ease 500ms;
    }
    .your_basket.active {
        left: 0;
        right: 0;
    }
    #product-section h3 {
        text-align: center;
    }
    #home-slider {
        width: 100%;
    }
    #home-slider img {
        width: 100%;
        text-align: center;
    }
    .card-body .product-name {
        font-size: 16px;
    }
    .xzoom-container .xzoom-thumbs {
        margin: 0;
        margin-bottom: 16px;
    }
    .bcrumb {
        font-size: 14px;
        flex-wrap: nowrap !important;
        background-color: none !important;
    }
    li.bcrumb-i {
        overflow: hidden;
        min-width: 5ch;
        max-width: 45ch;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .enquiry_btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    .product-block {
        margin-bottom: 15px;
    }
    .product-block .prod-desc-card {
        background: none !important;
        border: none !important;
    }
    .product-block .card-body {
        padding: 5px;
    }
    .product-block h5.card-title {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-block .main-image {
        height: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .prod-spec {
        max-height: 290px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .prod-spec {
        max-height: 180px;
    }
}
