.bg-main-600 {
    background-color: #000080 !important;
}
.hover-bg-main-600:hover {
    background-color: #000080 !important;
}
.hover-border-main-600:hover {
    border-color: #000080 !important;
}
.bg-main-50 {
    background-color: #00008033 !important;
}
.text-main-600 {
    color: #000080 !important;
}
.header-middle {
    padding: 5px 0 !important;
}
.navbar .nav-link {
    padding: 0px 0 !important;
    color: #fff !important;
    font-size: 14px !important;
}
.mega-menu .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    border-radius: 20px !important;
    display: none !important;
}
.mega-menu:hover .dropdown-menu {
    display: block !important;
}
.dropdown-item {
    padding: 8px 0 !important;
    color: #555 !important;
    transition: 0.3s !important;
    background: transparent !important;
}
.dropdown-item:hover {
    color: #000 !important;
    padding-left: 5px !important;
}
.header-top {
    padding: 0px !important;
}
.dropdown-item {
    padding: 0px 0 !important;
    color: #000 !important;
    font-size: 13px !important;
}
.activenav {
    background: #f9f9f9;
}
.nav-menu--mobile .nav-menu__link {
    border-bottom: 1px solid var(--gray-100) !important;
    position: relative !important;
    padding: 12px 16px !important;
    padding-inline-end: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 18px !important;
}
.submenu-header{
    background: #fff !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #eee !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    color: #000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}
.submenu-title {
    padding: 10px 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #eee !important;
    color: #000 !important;
    text-align: center !important;
}
#sticky-content {
    background: #eee !important;
}
#sticky-content.stk-fixed {
	animation: fixedTop 0.4s !important;
}
#sticky-content.stk-fixed {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	box-shadow: 0 0px 7px #606060 !important;
	z-index: 99 !important;
	animation: fixedTop .4s !important;
	background: #eee !important;
}
.locationtype {
    display: flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 12px !important;
    background: #195267 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    gap: 5px !important;
}
.locationbtn {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    color: #fff !important;
    display: block !important;
    font-size: 12px !important;
}
.locationtype:hover {
    color: #fff !important;
}
#location .dropdown-item {
    padding: 5px 10px !important;
    color: #000 !important;
    font-size: 13px !important;
    border-bottom: solid 1px #ccc !important;
}
.modal-dialog-slideout {
    position: fixed !important;
    right: 0 !important;
    margin: 0 !important;
    width: 400px !important;
    max-width: 100% !important;
    height: 100% !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-in-out !important;
}
.modal.fade.show .modal-dialog-slideout {
    transform: translateX(0) !important;
}
.modal-content {
    height: 100% !important;
    border-radius: 0 !important;
}
.swiper-button-prev, .swiper-button-next {
    background: #000080 !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px !important;
}
.swiper-button-prev svg, .swiper-button-next svg {
    width: 15px !important;
    height: 15px !important;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
    fill: #fff !important;
}
@media (max-width: 991px){
    .locationtype {
        margin: 5px 0px !important;
    }
}
.cart-item {
    display: flex !important;
    flex-wrap: wrap !important;
    background: #fff !important;
}
.cart-header {
    width: 25% !important;
    padding-right: 5px !important;
}
.cart-header .cart-item-img {
    width: 100% !important;
    height: 100px !important;
    border: solid 1px #eee !important;
    padding: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 0px !important;
}
.cart-header .cart-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.cart-body {
    width: 75% !important;
    padding-left: 5px !important;
}
.cart-body .cart-item-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
.cart-body .cart-item-desc {
    font-size: 12px !important;
}
.cart-body .cart-item-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.cart-body .cart-item-rating .rating {
    position: relative !important;
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 1 !important;
}
.cart-body .cart-item-rating .rating::before {
    content: "★★★★★" !important;
    color: #ddd !important;
}
.cart-body .cart-item-rating .rating::after {
    content: "★★★★★" !important;
    color: green !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: var(--percent) !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}
.cart-body .cart-item-rating .ratingvalue {
    font-size: 13px !important;
    color: #008000 !important;
    font-weight: bold !important;
}
.cart-body .cart-item-rating .ratingreviews {
    font-size: 13px !important;
    color: #7a7a7a !important;
    font-weight: bold !important;
}
.cart-body .cart-item-price {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.cart-body .cart-item-price .saveprice {
    color: #008000 !important;
    font-weight: bold !important;
    font-size: 13px !important;
}
.cart-body .cart-item-price del {
    color: #b2b2b2 !important;
    font-size: 13px !important;
}
.cart-body .cart-item-price .regularprice {
    color: #000080 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.cart-body .cart-item-devlivery {
    font-size: 12px !important;
    font-weight: 600 !important;
}
.cart-footer {
    width: 100% !important;
    padding: 0px !important;
    display: flex !important;
    gap: 5px !important;
    margin-top: 8px !important;
}
.cart-footer select {
    width: 33.33333% !important;
    background: #eee !important;
    border: solid 1px #eee !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 5px 10px !important;
    outline: none !important;
}
.cart-footer .removebtn {
    background: #ffc6c6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 33.33333% !important;
    font-size: 13px !important;
    border-radius: 5px !important;
    border: solid 1px #ffaaaa !important;
    color: #000 !important;
    gap: 5px !important;
}
.cart-footer .buynow {
    display: flex !important;
    align-items: center !important;
    width: 33.33333% !important;
    font-size: 13px !important;
    background: #c2ffc2 !important;
    color: #000 !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #7eff7e !important;
}
.text-inherit {
    font-size: 15px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: block !important;
}
.product-card__thumb {
    min-height: 200px !important;
    border-radius: 15px 15px 0px 0px !important;
    border-bottom: solid 1px #ccc !important;
    height: 200px !important;
    width: 100% !important;
    transition: 0s !important;
}
.product-card__thumb img {
    max-width: 140px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.product-card__badge {
    position: absolute !important;
    z-index: 9 !important;
    left: 0 !important;
    top: 0 !important;
    background: #000080 !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.wishlist-btn-two {
    transform: scale(1) !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}
.category .catblock {
    display: block !important;
    border-radius: 20px !important;
    position: relative !important;
    box-shadow: 1px 1px 5px #bfbfbf !important;
}
.category .catblock:hover {
    margin-top: -5px !important;
}
.category .catblock .catimg {
    width: 100% !important;
    height: 250px !important;
}
.category .catblock .catimg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 20px 20px 0px 0px !important;
}
.category .catblock p {
    text-align: center !important;
    background: #000080 !important;
    color: #fff !important;
    border-radius: 0px 0px 15px 15px !important;
    padding: 5px 0 !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
footer {
    background: #eee !important;
}
.contact-item {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 15px !important;
    align-items: flex-start !important;
}
.contact-item .icon-circle {
    width: 50px !important;
    height: 50px !important;
    background: #000080 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    transition: 0.4s ease !important;
}
.contact-item strong {
    display: block !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    line-height: 1.4 !important;
}
.contact-item p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #000 !important;
    line-height: 1.4 !important;
}
.contact-item p a {
    color: #000 !important;
    text-decoration: underline !important;
}
.text-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 45px !important;
}
.feature-item__thumb img {
    transition: 0.2s linear !important;
    width: 100% !important;
}
.brands-img {
    width: 100% !important;
    height: 60px !important;
    background: #fff !important;
    border-radius: 5px !important;
    padding: 5px !important;
    display: block !important;
    box-shadow: 1px 1px 5px #959595 !important;
}
.brands-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
#lastdiv {
    padding-block-end: var(--size-20) !important;
}
.mobilefooter {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #8c8c8c;
}
.mobilefooter a i {
    font-size: 30px;
    line-height: 1;
    color: #474747;
}
.mobilefooter a p {
    font-size: 12px;
    color: #474747;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.mobilefooter .mobileactive i {
    color: #000080;
}
.mobilefooter .mobileactive p {
    color: #000080;
}
.offcanvas-content{
    display:flex;
    flex-direction:column;
    height:100%;
}
.offcanvas-body{
    overflow-y:auto;
}
.checkoutbtn {
    background: #000080;
    padding: 8px 16px;
    border-radius: 5px;
    color: #fff;
}
#price-slider{
    margin: 5px 0 10px;
}
.noUi-connect{
    background:#0d6efd;
}
.noUi-handle {
    width: 15px !important;
    height: 15px !important;
    right: -8px !important;
    top: -5px !important;
    border-radius: 50%;
}
.noUi-handle:before,
.noUi-handle:after{
    display:none;
}
.noUi-horizontal {
    height: 8px;
}

.sortby li a{
    font-size: 13px;
    color:#000;
}
.sortby li a.activevv {
    font-size: 13px;
    color: #000080;
    border-bottom: solid 2px #000080;
    font-weight: 600;
}
.filtercard {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 5px 0px #ccc;
    height: 100%;
}
.filterheader {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #ccc;
}
.procard {
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.accordion {
    border-bottom: solid 1px #ccc;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button {
    position: relative;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
    padding: 10px 15px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed) {
    color: #000;
    padding: 10px 15px 5px;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:hover {
    color: #000;
}
#mobfilter {
    overflow-x: scroll;
    white-space: nowrap;
}
#mobfilter li a {
    background: #fff;
    border: solid 1px #dee2e6;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.filter-sidebar{
    background:#f5f5f5;
    height:calc(100vh - 140px);
    overflow-y:auto;
}
.filter-sidebar .nav-link{
    color:#333;
    padding:18px 20px;
    border-radius:0;
}
.filter-sidebar .nav-link.active{
    background:#fff;
    color:#2874f0;
    font-weight:600;
    border-left:4px solid #2874f0;
}
.filter-content{
    height:calc(100vh - 140px);
    overflow-y:auto;
}
@media (min-width: 100px) AND (max-width: 768px){
    .category .catblock .catimg {
        width: 100% !important;
        height: 180px !important;
    }
    #lastdiv {
        padding-block-end: 90px !important;
    }
    .text-line-2 {
        height: 35px !important;
    }
}
@media (min-width: 769px) AND (max-width: 991px){
    .category .catblock .catimg {
        width: 100% !important;
        height: 200px !important;
    }
    #lastdiv {
        padding-block-end: 90px !important;
    }
    .text-line-2 {
        height: 35px !important;
    }
}
@media (min-width: 991px) AND (max-width: 1399px){
    .category .catblock .catimg {
        width: 100% !important;
        height: 250px !important;
    }
    .text-line-2 {
        height: 35px !important;
    }
}