@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

:root {
    --site-color: #041e42;
}

.bg-lightgrey {
    background-color: #f2f5f7;
}

.site-btn {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #ffffff;
}

.site-text {
    color: var(--site-color);
}

.font-size-13 {
    font-size: 13px;
}

html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

body.spinner:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../assets/img/t-loader.gif) center center no-repeat;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .4);
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

.shop-pro-body {
    background-color: #f7f8fa;
}

.evl-hr {
    margin: 0;
    border-top: 1px solid var(--site-color);
    width: 100%;
}

.evl-vl {
    width: 1px;
    height: 20px;
    background-color: var(--site-color);
}

/* mahbub */
.qt_status_success,
.qt_status_warning {
    position: absolute;
    left: auto;
    right: 0;
    margin: 6px 20px;
    z-index: 9;
}

/* / mahbub */
/* begin hide messenger plugin in mobile */
@media only screen and (max-width: 768px) {
    .fb_reset {
        display: none;
    }
}

/* end hide messenger plugin in mobile */

/* BEGIN TOP BAR STYLE */
section.top-bar {
    width: 100%;
}

section.top-bar .call-us-container {
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 20px;
}

section.top-bar .call-us-container .call-us-link {
    color: var(--site-color);
}

/* section.top-bar .top-bar-links .link {
    color: var(--site-color);
} */
/* END TOP BAR STYLE */

/* BEGIN HEADER NAVIGATION */
.shop-pro-nav {
    /* background: linear-gradient(var(--site-color), #CA0F1C); */
    background-color: var(--site-color);
    padding-top: 2px;
    padding-bottom: 2px;
}

.shop-pro-nav .site-logo {
    width: 82px;
}

.shop-pro-nav .navbar-toggler {
    color: #ff3e6c;
    border-color: #ffffff;
    border-radius: 0;
}

.shop-pro-nav .navbar-toggler:focus {
    outline: none;
}

.shop-pro-nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* .shop-pro-nav .navbar-brand,
.shop-pro-nav .navbar-brand:hover {
    color: #000000;
} */

/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { */
/* } */

.shop-pro-nav .navbar-brand {
    font-size: 25px;
    padding-bottom: 0;
    padding-top: 0;
    color: #ffffff;
    margin-right: 0;
}

.shop-pro-nav .navbar-brand:hover,
.shop-pro-nav .navbar-brand:focus {
    color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .shop-pro-nav ul.navbar-nav li.nav-item {
        text-align: center;
    }

    .shop-pro-nav .navbar-nav .dropdown-menu.show {
        text-align: center;
    }
}

.shop-pro-nav ul.navbar-nav li.nav-item .nav-link {
    color: #ffffff;
}

.shop-pro-nav ul.navbar-nav li.nav-item.flag img {
    max-width: 40px;
}

.shop-pro-nav ul.navbar-nav li.nav-item.flag img.nepal {
    max-width: 20px;
}

.shop-pro-nav .cart-menu {
    position: relative;
}

.shop-pro-nav .cart-menu .items-count {
    position: absolute;
    top: 0;
}

.shop-pro-nav .mobile-cart-btn {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

/* END HEADER NAVIGATION */

#homepageTopBannerSlider .carousel-inner .carousel-item img {
    /* max-height: 500px; */
}

/* BEGIN HEADER BANNERS SLIDER */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #homepageTopBannerSlider .carousel-inner .carousel-item img {
        /* min-height: 140px; */
    }
}

/* END HEADER BANNERS SLIDER */

/* BEGIN HOMEPAGE GLOBAL SEARCH AND ORDER */
@media only screen and (max-width: 768px) {
    section.global-search .order-now {
        font-size: 13px;
    }
}

section.global-search .order-now {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #ffffff;
}

.global-search .search-form {
    width: 100%;
}

.global-search .search-box {
    font-size: 16px;
}

@media (max-width: 768px) {
    #orderNowModal .modal-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #orderNowModal .alert {
        font-size: 13px;
    }
}

#orderNowModal p {
    margin-bottom: 0;
}

#orderNowModal .place-quick-order {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .global-search .search-box {
        font-size: 13px;
    }
}

.global-search .search-box:focus {
    box-shadow: none;
}

.global-search .search-btn {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #ffffff;
}

/* EMD HOMEPAGE GLOBAL SEARCH AND ORDER */

/* BEGIN PRODUCTS CONTAINER */
.shop-pro-products-container {
    /* max-width: 80%; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

/* END PRODUCTS CONTAINER */

section.shop-pro-products .product-items-container .product-item-grid:first-child,
section.shop-pro-products .product-items-container .product-item-grid.no-white-border-left {
    /* border-left-color: transparent; */
}

section.shop-pro-products .product-items-container .product-item-grid {
    /* border-left: 1px solid #ffffff; */
}

section.shop-pro-products .product-items-container .product-item {
    /* float: left; */
    /* border: 1px solid transparent; */
    background-color: #ffffff;
    /* margin-left: 10px; */
    /* background-color: #ffffff; */
    /* border-radius: 3px; */
    /* box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15); */
    /* transition: all 400ms ease-in-out; */
    /* padding: 20px; */
}

section.shop-pro-products .product-items-container .product-item:hover {
    /* border-color: var(--site-color); */
}

section.shop-pro-products .product-items-container .product-item .preview {
    padding: 20px;
}

section.shop-pro-products .product-items-container .product-item .preview img {
    width: 90%;
}

section.shop-pro-products .product-items-container .product-item:hover .preview img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* section.shop-pro-products .product-items-container .product-item:hover {
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
} */

/* section.shop-pro-products .product-items-container .product-item .preview {
  width: 170px;
  height: 230px;
} */

/* mahbub <!-- header css --> */
.top_header_inner {
    justify-content: space-between;
    align-items: center;
}

.top_header_inner .total_logo {
    flex-basis: 15%;
}

.top_header_inner .search_bar {
    flex-basis: 45%;
}

.right_side_cart_acc {
    flex-basis: 40%;
}

.right_side_cart_acc>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top_header {
    background: #041e42;
}

.right_side_cart_acc>ul>li>a {
    color: #fff;
}

.right_side_cart_acc>ul>li a i {
    padding-right: 6px;
}

.right_side_cart_acc>ul>li a.cart-menu {
    position: relative;
}

.right_side_cart_acc>ul>li a.cart-menu span {
    position: absolute;
    top: 0;
    right: auto;
    left: auto;
}

.navbar_bottom .navbar-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    list-style: none;
    padding: 0.5rem 0;
    width: 100%;
}

.navbar_bottom .navbar-ul a {
    color: #000;
    font-weight: 600;
    padding: 0.5rem 0.45rem;
}

.navbar_bottom {
    background: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.top_header .dropdown-menu {
    z-index: 2000;
}

.inner_mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total_mobile_header_wrap {
    background: #041e42;
}

.total_mobile_header_wrap a,
.total_mobile_header_wrap i {
    color: #fff;
}

.inner_mobile_header .menu_toggle_btn {
    flex-basis: 10%;
    cursor: pointer;
}

.inner_mobile_header .mobile_logo {
    flex-basis: 70%;
    text-align: center;
}

.inner_mobile_header .right_area {
    flex-basis: 30%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar_menu {
    position: fixed;
    width: 80%;
    top: 0;
    right: auto;
    left: 0;
    z-index: 3000;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    margin-left: -80%;
    transition: 0.3s ease-in;
}

.sidebar_menu.open_menu {
    opacity: 1;
    visibility: visible;
    margin-left: 0%;
}

.sidebar_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar_menu ul li {
    /* Sub Menu */
}

.sidebar_menu ul li a {
    display: block;
    background: #ebebeb;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.sidebar_menu ul li a:hover {
    background: #f8f8f8;
    color: #515151;
}

.sidebar_menu ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sidebar_menu ul ul {
    background-color: #ebebeb;
}

.sidebar_menu ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

.sidebar_menu ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}

span.close_btn_menu {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 30px;
    cursor: pointer;
}

a.mobile-cart-btn {
    position: relative;
}

a.mobile-cart-btn span {
    position: absolute;
    right: 0;
    top: 0;
}

a.serch_btn_event {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.input_search_form {
    display: none;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}

.input_search_form.open_search_box {
    display: block;
}

header .search_bar button,
.input_search_form button {
    background: #ffffff;
    border-color: #d7d7d7;
}

.list-group h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 1rem 0;
}

.sidebar_filter {
    background: #fff;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* mahbub */

section.shop-pro-products .product-items-container .product-item .info-container .price .old-price {
    text-decoration: line-through;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-products .product-items-container .product-item .info-container .product-title {
        font-size: 13px;
    }

    section.shop-pro-products .product-items-container .product-item .info-container .product-price {
        font-size: 13px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-products .product-items-container .category-title {
        font-size: 20px;
    }
}

section.categories .category-container a {
    color: #000000;
}

section.categories .category-container .category-icon img {
    max-width: 100%;
    width: 48px;
}

h4.mt-2.category-title {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    section.categories .category-container .category-icon img {
        width: 20px;
    }
}

/* Spartan code start */
.font-weight-semibold{
    font-weight: 600;
}

.category-item{
    display: block;
    background: #fff;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 4px 0px;
    padding: 30px 0;
    margin-bottom: 30px;
    transition: all 0.3s;
    font-weight: bold;
    color: var(--primary);
}
.category-item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: var(--primary);
}

.category-title{
    transition: all 0.3s;
    margin-top: 15px;
}
.category-item:hover .category-title{
    color: var(--primary);
}
.nav-pills li.nav-item a {
    border-radius: 0;
    border-right: 0.5px solid #ccc;
}



.details-header-text span {
    background-color: #000;
    padding: 2px 40px 2px 8px;
    color: #fff;
    clip-path: polygon(0 0, 85% 0, 95% 100%, 0% 100%);
}

.home-header-line {
    border-bottom: 2px solid #000;
    margin-top: -7px;
}

.details-header-text {
    font-size: 15px;
    font-weight: 700;
}

.info-container li {
    font-size: 13px;
    color: #707470;
    position: relative;
    line-height: 10px;
    padding-bottom: 10px;
    left: -20px;
}

.carasoul-side a:nth-child(1) {
    margin-bottom: 30px;
    display: block;
}

.carasoul-side a:nth-child(2) {
    margin-top: 30px;
    display: block;
}

@media only screen and (max-width: 575px) {
    .carasoul-side a:nth-child(1) {
        margin-top: 30px;
    }
}

/* Spartan code  end */

@media only screen and (max-width: 768px) {
    section.categories .category-container .category-title {
        font-size: 13px;
    }
}

/* modfied css */
/* notice bar */
.notice_text h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.notice_text {
    padding: 12px 10px;
    border-bottom: 2px solid #efefef;
    overflow: hidden;
}

/* end modfied css */

/* BEGIN PRODUCT DETAILS */
section.shop-pro-product .other-photos-container .other-photo-preview-slider .carousel-item img {
    max-width: 570px;
    max-height: 350px;
}

section.shop-pro-product .other-photos-container .other-photos-gallery .other-photos-gallery-item:first-child {
    margin-left: 0px;
}

section.shop-pro-product .other-photos-container .other-photos-gallery .other-photos-gallery-item {
    max-width: 100px;
    margin-left: 10px;
    cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-product {
        /* padding-top: 100px; */
        padding-bottom: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-product .product-details .product-title {
        font-size: 20px;
    }

    section.shop-pro-product .product-details .product-price {
        font-size: 13px;
    }
}

section.shop-pro-product .product-details .product-price .current-price {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

section.shop-pro-product .product-details .product-price .previous-price {
    text-decoration: line-through;
    color: #000000;
    opacity: 0.8;
}

section.shop-pro-product .product-details .product-price .discount-percentage {
    color: #ff7f00;
}

section.shop-pro-product .product-details .variatin-title,
.variatin-title {
    text-transform: uppercase;
    font-weight: bold;
}

section.shop-pro-product .product-details .measurement-container p {
    margin-bottom: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    section.shop-pro-product .product-details .variatin-title,
    .variatin-title {
        font-size: 13px;
    }

    section.shop-pro-product .product-details #measurement {
        font-size: 13px;
    }
}

section.shop-pro-product .product-details ul.colors {
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

section.shop-pro-product .product-details ul.colors li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
}

section.shop-pro-product .product-details ul.colors li.active {
    border: 3px solid #ff3e6c;
}

section.shop-pro-product .product-details ul.colors li:first-child {
    margin-left: 0px;
}

section.shop-pro-product .product-details ul.colors li:hover {
    opacity: 0.8;
    border: 2px solid #000000;
    padding: 2px;
}

section.shop-pro-product .product-details ul.sizes {
    padding-left: 0;
    list-style-type: none;
    display: flex;
}

section.shop-pro-product .product-details ul.sizes li:first-child {
    margin-left: 0px;
}

section.shop-pro-product .product-details ul.sizes li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px solid #000000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.shop-pro-product .product-details ul.sizes li.active {
    border: 2px solid #ff7f00;
}

section.shop-pro-product .product-details ul.sizes li:hover {
    opacity: 0.8;
    border: 2px solid #000000;
    padding: 2px;
}

section.shop-pro-product .product-details .common-variations .common-variation-item {
    border: 1px solid #333333;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-product .product-details .common-variations .common-variation-item {
        font-size: 13px;
    }
}

section.shop-pro-product .product-details .common-variations .common-variation-item.active {
    /* border: 2px solid #FF7F00; */
}

section.shop-pro-product .product-details .common-variations-textual p {
    color: #666666;
}

section.shop-pro-product .product-details .cart-wishlist-btn-container .add-to-cart-btn {
    background-color: var(--site-color);
    border-color: var(--site-color);
    color: #ffffff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-product .product-details .cart-wishlist-btn-container .add-to-cart-btn {
        font-size: 13px;
    }
}

section.shop-pro-product .product-details .cart-wishlist-btn-container .wishlist-btn {
    border-color: #cccccc;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.shop-pro-product .product-details .cart-wishlist-btn-container .wishlist-btn {
        font-size: 13px;
    }
}

/* END PRODUCT DETAILS MODAL */

/* BEGIN CART */
.heandr-cart .cart-items-display-box .item-preview .preview-img {
    width: 150px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .heandr-cart .cart-items-display-box .item-preview .preview-img {
        width: 60px;
    }
}

.heandr-cart .cart-items-display-box .cart-remove-item {
    cursor: pointer;
}

.heandr-cart .empty-cart-continue-shopping {
    /* background-color: #ff3e6c; */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .heandr-cart .cart-items-display-box .item-details p {
        font-size: 13px;
    }

    .heandr-cart .cart-items-display-box .price p {
        font-size: 13px;
    }
}

/* END CART */

/* BEGIN USER DASHBOARD */
section.heandr-dashboard .user-dashboard-left-grid {
    background-color: #ffffff;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-info .edit-profile-link {
    color: #666666;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-info .edit-profile-link {
    color: #666666;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-info .messenger-btn {
    background-color: #0084ff;
    color: #ffffff;
    padding: 8px;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-menu .user-menu-container {
    list-style-type: none;
    padding-left: 0;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-menu .user-menu-container li {
    font-size: 16px;
    margin-top: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-menu .user-menu-container li {
        font-size: 16px;
    }
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-menu .user-menu-container li a {
    text-decoration: none;
    color: #333333;
}

section.heandr-dashboard .user-dashboard-left-grid .user-info-and-menu .user-menu .user-menu-container li a.active {
    color: #007bff;
}

section.heandr-dashboard .user-dashboard-right-grid .orders-container .order-container-headings .heading-title {
    font-weight: bold;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.heandr-dashboard .user-dashboard-right-grid .user-dashboard-section-header .user-dashboard-section-title h4 {
        font-size: 16px;
    }

    section.heandr-dashboard .user-dashboard-right-grid .user-dashboard-section-header .search-box-container input,
    section.heandr-dashboard .user-dashboard-right-grid .user-dashboard-section-header .search-box-container span {
        font-size: 13px;
    }

    section.heandr-dashboard .user-dashboard-right-grid .user-dashboard-section-header {
        margin-top: 15px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    section.heandr-dashboard .user-dashboard-right-grid .orders-container .order-container-headings p {
        font-size: 13px;
    }
}

/* section.heandr-dashboard .user-dashboard-right-grid .orders-container .order-item .order-item-header .order-item-header-title {
    font-size: 13px;
    color: #999999;
} */

/* END USER DASHBOARD */

/* BEGIN FOOTER STYLE */
footer .informations-title {
    color: #6c757d;
    font-size: 18px;
}

footer .information-content {
    color: #6c757d;
    font-size: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    footer .information-content {
        font-size: 13px;
    }
}

footer .information-content a {
    color: #6c757d;
}

/* END FOOTER STYLE */

/* BEGIN LARAVEL PAGINATION STYLE */
.page-link {
    color: #333333;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    background-color: var(--site-color);
    border-color: var(--site-color);
}

/* END LARAVEL PAGINATION STYLE */

/* BEGIN PRELOADER */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
}

.loader-wrapper .loader {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid var(--site-color);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/* END PRELOADER */

/* login page */
@media only screen and (max-width: 768px) {
    .login-form-container .login-submit-btn {
        width: 100%;
    }
}

/* login page */

/* register page */
@media only screen and (max-width: 768px) {
    .register-form-container .register-submit-btn {
        width: 100%;
    }
}

/* register page */

/* Compare Product Table */

.compare-product-desc-table,
.compare-product-table{
    width: 100%;
    box-sizing: border-box;
}
.compare-product-table .title,
.compare-product-desc-table-title{
    width: 300px;
}

.product-desc-box,
.product-image-box{
    width: 25%;
}

.compare-product-table .img.card-img-top.cd-img{
    width: 100%;
    height: auto;
}




/* header update css */

.total_header_wrap{
    display: block;
}

.total_mobile_header_wrap{
    display: none;
}

.delate_button{
    font-size: 18px;
    color: #e3342f;
}

/* hero css */
/* .hero-slider .carousel-item{
    height: 470px;
    padding: 0 !important;
} */
.rightbox-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.rightbox-wrapper .right-box{
    width: 100%;
    
}


.total_mobile_header_wrap a, 
.total_mobile_header_wrap i {
    color: #fff;
    font-size: 24px;
}
span.close_btn_menu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border: 1px solid #ebebeb;
}


.product-thumb {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    align-items: center;
}
.product-thumb .img-holder {
    flex: 0 0 170px;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.product-thumb .img-holder img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.product-thumb .product-info {
    padding: 20px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.product-thumb .product-content-blcok {
    flex: 1 1 auto;
}
.product-thumb .product-content-blcok ul li span{
    font-size: 12px !important;
}
.product-thumb .actions {
    flex: 0 0 95px;
    text-align: right;
}
.product-thumb .actions .new-price{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.product-thumb .actions .old-price {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    color: #666666;
}
.product-thumb .actions .btn {
    padding: 5px 25px;
    margin-top: 6px;
}

.td-custom-width{
    width: 220px;
}

@media screen and (max-width: 1250px){
    .total_header_wrap{
        display: none;
    }
    .total_mobile_header_wrap{
        display: block;
    }
    .hero-slider-section{
        margin-top: 40px;
    }
    .sidebar_menu {
        width: 40%;
    }
}

@media screen and (max-width:  992.99px){
    .rightbox-wrapper{
        flex-direction: row;
        margin-top: 30px;
    }
    .carousel-item {
        padding-top: 50%;
    }
    .sidebar_menu {
        width: 70%;
    }
    .product-thumb {
        flex: 1 1 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .product-thumb .price{
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .product-thumb .img-holder {
        text-align: center;
        flex: 0 0 100%;
    }
    .product-thumb .product-info {
        display: block;
        padding: 0 20px 20px;
    }
    .product-thumb .actions .btn {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .compare-product-table img.card-img-top.cd-img {
        width: 100% !important;
    }
   
    .rightbox-wrapper{
        flex-direction: column;
    }
    .carousel-item {
        padding-top: 90%;
    }

    .carousel-item {
        padding-top: 0%;
    }
    .carousel-item img {
        position: inherit;
    }

    #homepageTopBannerSlider .carousel-inner .carousel-item img {
        max-height: 500px;
    }


}
@media (min-width: 768px) {
    
    
    .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar {
        width: 7px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 4px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}


