body {
    font-family: "Hind Siliguri", sans-serif;
    font-weight: 300;
}
:focus {
    outline: 0;
    box-shadow: none !important;
}

/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}
.topHeader-shadow {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.09));
}
.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.btn.dropdown-toggle {
    font-weight: 300;
}
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:active {
    background-color: rgb(65, 65, 65);
    color: #fff;
}
.avatar .btn.dropdown-toggle:hover,
.avatar .btn.dropdown-toggle:active {
    background-color: transparent;
    color: #fff;
}
.avatar .dropdown-toggle::after {
    border-top: 0.3em solid black;
}
.avatar .dropdown-menu.show {
    /* inset: 15px auto auto -90px !important; */
}

.dropdown-menu .nav-link {
    font-weight: 300;
}

.search-bar .form-control {
    width: 550px;
}
.search-bar .btn-own,
.mobile-search-bar .btn-own {
    background: #e9ecef;
    color: rgb(15, 15, 15);
    margin-left: -42px !important;
    border: 1px solid #ced4da;
}
.cart-bell {
    position: relative;
    margin-right: 20px;
}
.cart-bell .cart-icon {
    height: 30px;
}
.cart-bell .badge {
    position: absolute;
    right: 0px;
    top: 0px;
}
.cart-bell svg {
    fill: transparent;
    color: #ced4da;
    font-size: 15px !important;
}

.category-menu .dropdown .dropdown-menu.show {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.category-menu .dropdown {
    position: inherit;
}
.category-menu .dropdown-menu {
    min-width: 100%;
}
.category-menu .dropdown-menu .navbar-expand .navbar-nav {
    flex-wrap: wrap;
}
.category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item {
    width: 185px;
    position: relative;
    margin-left: 10px;
}
.category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item .nav-link {
    padding-left: 15px !important;
}
.category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item .nav-link:hover {
    color: #5ab4e7 !important;
}
.category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #454546;
    transform: translateY(-50%);
}

.category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item .nav-link {
    width: 185px;
    color: #424141;
}
.products .row {
    --bs-gutter-x: 0.5rem;
}
.products .card:hover {
    filter: drop-shadow(0px 0px 30px rgba(14, 9, 9, 0.09));
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.products .card .card-img-top {
    height: 200px;
    width: 80%;
    margin: 15px auto;
}
.products .card .card-body {
    padding: 0.5rem;
}
.products .card .card-body .card-text {
    font-weight: 500;
    font-size: 20px;
}
.products .card .card-body .card-text del {
    margin-right: 10px;
    color: rgba(170, 37, 37, 0.589);
}
.products .card .discount {
    position: absolute;
    top: 0;
    right: 0;
    background: #eebb15;
    padding: 5px;
    border-radius: 10px 6px;
    margin: 5px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.products .card .card-title {
    font-size: 1rem !important;
    font-weight: 300 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products .card .card-action {
    visibility: hidden;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.5s ease-in-out;
}
.products .card:hover .card-action {
    visibility: visible;
    transform: translateX(-0%);
}
.products .card .card-action .btn-primary {
    background-color: #54cbf0;
    border-color: #54cbf0;
}
.categorys .card-bg {
    background: #f8f9fa;
}

.cart-box {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px #b1d3e352);
}
.cart-box .cart-icon {
    position: relative;
}
.cart-box .badge {
    position: absolute;
    top: 6px;
    right: 15px;
}
.cart-box a {
    background: #fff;
    color: rgba(0, 0, 0, 1);
}
.cart-box img {
    height: 25px;
    width: 25px;
    margin: 10px auto;
    display: block;
}

/* Product Details */

/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2a3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Open Sans", sans-serif;
}

/*product list*/

.prod-cat li a {
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a {
    border-bottom: none;
}
.prod-cat li ul li a:hover,
.prod-cat li ul li a:focus,
.prod-cat li ul li.active a,
.prod-cat li a:hover,
.prod-cat li a:focus,
.prod-cat li a.active {
    background: none;
    color: #ff7261;
}

.pro-lab {
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i {
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5a5a5a;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color: #fc5959;
    font-size: 15px;
}

.pro-img-details {
    padding: 30px;
    border: 1px solid #ddd;
    height: 100%;
    min-height: 400px;
    max-height: 400px;
}

.pro-img-details img {
    width: 100%;
    height: 100%;
}

.pro-d-title a {
    text-decoration: none;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a,
.pro-price {
    color: #fc5959;
}

.pro-price,
.amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 130px;
    height: 40px;
    padding: 0.375rem 0.3rem;
}

.quantity a {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    text-decoration: none;
    padding: 0 10px;
    background: rgba(201, 201, 201, 0.24);
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}
/* Order Tracking */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
}

.card-header:first-child {
    border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.track .step.active:before {
    background: #ff5722;
}

.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.track .step.active .icon {
    background: #ee5435;
    color: #fff;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}

.track .step.active .text {
    font-weight: 400;
    color: #000;
}

.track .text {
    display: block;
    margin-top: 7px;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-sm {
    width: 80px;
    height: 80px;
    padding: 7px;
}

ul.row,
ul.row-sm {
    list-style: none;
    padding: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529;
}

/* Otp */
.otp .input_wrapper {
    position: relative;
}

.otp input[type="text"] {
    font-size: 1rem;
    line-height: normal;
    padding: 0.75rem;
    border: 1px solid #c5c5c5;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    color: #555459;
    width: 100%;
    max-width: 100%;
    font-family: Slack-Lato, appleLogo, sans-serif;
    margin: 0 0 0.5rem;
    -webkit-transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
    -moz-transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
    transition: box-shadow 70ms ease-out, border-color 70ms ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    height: auto;
}

.otp .split_input {
    display: table;
    border-spacing: 0;
}
.otp .split_input_item {
    display: table-cell;
    border: 1px solid #9e9ea6;
}
.otp .split_input_item:not(:first-child) {
    border-left: none;
}
.otp .split_input_item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.otp .split_input_item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.otp .split_input_item input {
    height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    border: none;
    background: 0 0;
    box-shadow: none;
}
.otp .split_input_item input:active,
.otp .split_input_item input:focus,
.otp .split_input_item input:hover {
    box-shadow: none;
}

.otp .confirmation_code_span_cell {
    display: table-cell;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
    padding: 0 0.75rem;
    width: 1.5rem;
}

/* Footer */
.footer-02 {
    background: #131719;
}
.footer-02 .footer-heading {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}
.footer-02 .footer-heading .logo {
    color: #fff;
    text-transform: uppercase;
}
.footer-02 a {
    color: #bba387;
}
.footer-02 p {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}
.footer-02 .copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}
.footer-02 .list-unstyled li a {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}
.footer-02 .list-unstyled li a:hover {
    color: #fff;
}
.footer-02 .list-unstyled a {
    color: rgba(255, 255, 255, 0.4);
}
.footer-02 .list-unstyled a:hover {
    color: #fff;
}
.footer-02 .subscribe {
    margin-top: -105px;
}
.footer-02 .subscribe-form {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
}
.footer-02 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}
.footer-02 .subscribe-form .form-group input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0;
}
.footer-02 .subscribe-form .form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important;
}
.footer-02 .subscribe-form .form-group input:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-02 .subscribe-form .form-group .submit {
    color: #fff !important;
    display: block;
    width: 150px;
    height: 56px;
    font-size: 14px;
    background: #bfa88e !important;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 40px;
}
.footer-02 .subscribe-form .form-group .submit:hover,
.footer-02 .subscribe-form .form-group .submit:focus {
    text-decoration: none !important;
    outline: none !important;
}
.footer-02 .partner-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1em 0;
}
.footer-02 .partner-wrap h3 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-02 .partner-wrap .partner-name img {
    max-width: 115px;
    height: 60px;
    padding: 10px;
}
.footer-02 .partner-wrap .partner-name a {
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}
.footer-02 .partner-wrap .partner-name a span {
    color: white;
}
.footer-02 .partner-wrap .btn-custom {
    font-size: 14px;
}
.footer-02 .border-left {
    border-color: rgba(255, 255, 255, 0.05) !important;
}
/* Carts */
.carts .card .img-fluid {
    height: 75px;
    width: 70%;
    margin: auto;
    display: block;
}
/* cart-view page */

.cart-view .title {
    margin-bottom: 5vh;
}

.cart-view .card {
    margin: auto;
    /* max-width: 950px; */
    /* width: 90%; */
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.075);
    border-radius: 0.5rem;
    border: transparent;
}

.cart-view .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

.cart-view .summary {
    background-color: #ececec;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

.cart-view .summary .col-2 {
    padding: 0;
}

.cart-view .summary .col-10 {
    padding: 0;
}

.cart-view .row {
    margin: 0;
}

.cart-view .title b {
    font-size: 1.5rem;
}

.cart-view .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.cart-view .col-2,
.cart-view .col {
    padding: 0 1vh;
}

.cart-view a {
    padding: 0 1vh;
}

.cart-view .close {
    margin-left: 15%;
    font-size: 0.7rem;
    cursor: pointer;
}

.cart-view img {
    width: 3.5rem;
}

.cart-view .back-to-shop {
    margin-top: 4.5rem;
}

.cart-view h5 {
    margin-top: 4vh;
}

.cart-view hr {
    margin-top: 1.25rem;
}

.cart-view form {
    padding: 2vh 0;
}

.cart-view select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.cart-view input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

.cart-view input:focus::-webkit-input-placeholder {
    color: transparent;
}

.cart-view .btn {
    /* background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0 */
}

.cart-view .btn:focus {
    /* box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none */
}

.cart-view .btn:hover {
    color: white;
}

.cart-view a {
    color: black;
    text-decoration: none;
}

.cart-view a:hover {
    color: black;
}

.cart-view #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
/* cart-view page:end */

/* Login Form */
.login,
.register,
.otp {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.07));
}
.btn-facebook {
    background: #405d9d;
    border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
    background: #314879;
}

.btn-google {
    background: #dd4832;
    border: none;
}

.btn-google:hover,
.btn-google:focus {
    background: #c73f2a;
}

/* User Panel */

/* Responsive */

@media (max-width: 767px) {
    .cart-view .card {
        margin: 3vh auto;
    }
    .cart-view .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
    .cart-view .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
    .track {
        margin-bottom: 80px;
    }
}

@media (max-width: 600px) {
    p {
        font-size: 13px;
    }
    .products .card .card-body .card-text {
        font-size: 15px;
    }
    .category-menu .navbar .collapse:not(.show) {
        position: fixed;
        z-index: 100;
        background: #fff;
        left: 0;
        /* transform: translateX(-1000px); */
        right: 0;
        padding: 10px 20px;
        top: 80px;
    }
    .category-menu .navbar .navbar-collapse.show {
        position: fixed;
        overflow: auto;
        z-index: 100;
        background: #fff;
        left: 0;
        right: 0;
        bottom: 0;
        top: 80px;
        padding: 10px 15px;
    }

    .category-menu .dropdown-menu .navbar-collapse.show {
        position: initial;
        background: #fff;
        padding: 0;
    }
    .category-menu .dropdown-menu .collapse:not(.show) {
        position: initial;
        background: #fff;
        padding: 0;
    }
    .products .card .card-img-top {
        height: 160px;
    }
    .category-menu .dropdown-menu {
        min-width: 100%;
        max-width: 100%;
    }
    .btn.dropdown-toggle {
        padding: 0.375rem 0.3rem !important;
        display: block;
        text-align: left;
    }
    .category-menu .dropdown-menu .navbar-expand .navbar-nav .nav-item .nav-link {
        padding-left: 15px !important;
    }
    .pro-img-details {
        min-height: 290px;
        max-height: 290px;
    }
    .pro-img-details img {
        width: 70%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    .pro-d-title a {
        font-size: 22px;
    }
    .footer-02 .partner-wrap .partner-name img {
        max-width: 65px;
        height: 60px;
        padding: 10px;
    }
}
