@import url('https://fonts.googleapis.com/css2?family=Jersey+25&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

/* Products Products Products Products*/
.product-card {
    font-family: "Jersey 25", sans-serif;
    height: 100%;
    margin-bottom: 1rem;
}
.product-card-border {
    border: 1px solid #ccc;
    padding: 1rem .75rem;
}
.product-card .product-link {
    text-decoration: none;
    color: unset;
}
.product-card .product-card-header {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.product-card .product-card-header .product-badge {
    position: relative;
    top: .5rem;
    left: .5rem;
    z-index: 10;
    padding: .25rem .5rem;
}
.product-card .product-card-header .product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-card .product-card-header .product-image.longer-width {
    width:100%;
}
.product-card .product-card-header .product-image.longer-height{
    height: 100%;
}
.product-card .product-card-body .product-name {
    height: 4.3rem;
    font-size: 1.2rem;
    line-height: 1.2;
    overflow: hidden;
    margin-bottom: .5rem;
    transition: color .5s ease-out;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
}
.product-card .product-card-body .product-link:hover .product-name {
    color: #0d6efd;
}
.product-card .product-card-body .brand-name {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    overflow: hidden;
    color: #111;
    margin-bottom: .5rem;
}
.product-card .product-card-body .product-price {
    font-size: 1.4rem;
    font-weight: 400;
    color:#111;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.product-card .product-card-body .product-price .orig-price {
    text-decoration: line-through;
    color: #acacac;
    font-size: 1.2rem;
    padding-left: .25rem;
}
.product-card a.btn {
    /* width: 45%; */
    padding: 0.25rem .5rem;
    font-size: 1rem;
    line-height: 1;
}
/* Products Products Products Products*/

/*Top Header Start*/
#top-header-info-section {
    font-family: "Jersey 25", sans-serif;
    background: #222;
    color: #fff;
    padding: .25rem 0;
}
#top-header-info-box {
    padding: .25rem 2rem;
}
#top-header-info-section span {
    font-size: 1.2rem;
}
#top-header-info-section span i {
    margin-right: .5rem;
}
#top-header-info-section a {
    text-decoration: none;
    color: #fff;
}
#top-header-info-section a:hover {
    color: #acacac;
}
/*Top Header End*/

/*Top Logo Section Start*/
#top-logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-logo-link {
    max-width: 300px;
}

#top-logo-box .btn,
#top-logo-box .input-group-lg>.form-control {
    padding: .75rem .75rem;
    font-size: 1.5rem;
}
#main-search-bar::placeholder {
    font-weight: 700;
    color: #aaa;
}
#main-search-btn:hover {
    color: #666;
}
.top-sign-btn-box {
    cursor: pointer;
}
#top-cart-link span.badge {
    font-size: .7rem;
    top: 75%;
    left: 75%;
}
#nav-toggler {
    display: none;
}
/*Top Logo Section End*/



/*Main Nav Start*/
.navbar-toggler-icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='50' height='50'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main-nav {
    padding-left: 2rem;
    padding-right: 2rem;
}
/* .sign-btn {
    text-decoration: none;
    font-size: 1.2rem;
    margin: .5rem 2rem .5rem;
} */


#main-navbar-menu {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#main-navbar-menu .nav-item {
    padding-right: 1.5rem;
}
/* #main-navbar-menu .nav-item:last-child {
    padding-right: var(--bs-navbar-nav-link-padding-x);
} */
#main-navbar-menu .nav-item .nav-link {
    font-size: 1.2rem;
    color: #000!important;
}
/*Main Nav End*/

/* Footer Start */
footer {
    margin-top: 3rem;
}
#footer-top-section {
    background: #222;
    color: #fff;
}
#footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.3rem;
}
#footer-container i {
    font-size: 2.5rem;
}
.footer-link-nav {
    padding: 1rem 0;
    list-style: none;
}
.footer-link-nav li {
    display: inline-block;
    margin: 0;
}
.footer-link-nav li::after {
    content: "|";
    padding-left: .25rem;
    padding-right: .25rem;
}
.footer-link-nav li:last-child::after {
    content: "";
    padding: 0;
}
.footer-link-nav li a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    color: #111;
}
.footer-link-nav li a:hover {
    color: #0d6efd;
}
#footer-company-info {
    background: #222;
    color: #fff;
    text-align: center;

    padding: .25rem 0;
}
#footer-company-info p {
    margin-bottom: .25rem;
    font-size: .8rem;
}
#footer-company-info h5 {
    font-size: .9rem;
    font-weight: 500;
}
/* Footer End */

#main-carousel .carousel-indicators {
    padding-bottom: 0;
    margin-bottom: 0;
}
#main-carousel .carousel-indicators button{
    background-color: #ffffff;
    width: .7rem;
    height: .5rem;
    transition: ease-in .5s;
}
#main-carousel .carousel-indicators button.active {
    width: 1.5rem;
}
.footer-link-nav {
    
}
/* Home product section Start*/
#home-product-section {
    margin-top: 3rem;
}
#home-product-section h2 {
    font-size: 2.3rem;
    letter-spacing: .1rem;
    font-weight: 900;
    margin: 0 .5rem;
}
#home-product-section .like-hr {
    width: 100%;
    height: .75rem;
}
#home-product-section .home-product-row {
    margin-right: unset;
    margin-left: unset;
}
#home-product-section .home-product-row > div {
    padding-left: .25rem;
    padding-right: .25rem;
}
#home-product-section .product-card-border {
    border: .5px solid #ddd;
    padding: .25rem .75rem;
}
#home-signup-bg {
    background-image: url("/dist/images/background/signup_bg.jpg");
    background-size: cover;
    background-position: top;
    color: #fff;
    padding: 1.5rem 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#home-signup-bg h3 {
    font-size: 3rem;
}
#home-signup-bg p {
    font-size: 1.5rem;
}
#home-signup-form {
    max-width: 500px;
    margin: 0 auto 3rem;
    background-color: #fff;
    padding: 1rem;
}
#home-explore-section h2 {
    font-size: 2rem;
    padding: .25rem 2rem;
}
#home-explore-section a {
    text-decoration: none;
    color: #111;
    font-size: 1.3rem;
}
#home-explore-section a:hover {
    text-decoration: underline;
    color: #0d6efd;
}
/* .product-box figure {
    position: relative;
    height: 300px;
    overflow:hidden;
}
.product-box figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: ease-out .5s;
}
.product-box figure img:first-child {
    z-index: 2;
}
.product-box figure img:last-child {
    z-index: 1;
    opacity: 0;
}
.product-box figure:hover img:first-child {
    opacity: 0;
}
.product-box figure:hover img:last-child {
    opacity: 1;
} */





/*Shop*//*Shop*//*Shop*//*Shop*//*Shop*//*Shop*//*Shop*/
#category-link-box {
    padding-bottom: 1rem;
}
#shop-list-group .list-group-item {
    font-size: 0.9rem;
    border-left: 0;
    border-right: 0;
}
#shop-list-group-category {
    font-family: "Jersey 25", sans-serif;
    background-color: #424242;
    border: none;
    color: #fff;
    font-size: 1.5rem!important;
}
#shop-top-item-count {
    font-family: "Jersey 25", sans-serif;
    color: #555;
    font-size: 1.4rem;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    line-height: 1;
}
#shop-list-group .list-group-item.active {
    background-color: #a7adb6;
    border: none;
    color: var(--bs-list-group-color);
}
#shop-main .product-box a.btn {
    width: 100%;
    font-size: 1.25rem;
    padding: .5rem;
    line-height: 1;
}
/*Products*//*Products*//*Products*//*Products*//*Products*//*Products*/
#products-main #product-name {
    font-size: 1.3rem;
}

#product-category-breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E");
}

#product-category-breadcrumb a {
    text-decoration: none;
}

.star-rates {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 20px;
    font-family: Times;
    line-height: 1;
}

.star-rates::before {
    content: '★★★★★';
    letter-spacing: 5px;
    background: linear-gradient(90deg, #fc0 var(--percent), #d0d0d0 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#product-carousel {
    border: 1px solid #eee;
}

#product-carousel .carousel-inner {
    padding: 0 4rem 1rem;
    height: 600px;
}

#product-carousel .carousel-inner .carousel-item {
    height: 100%;
}

#product-carousel .carousel-inner .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product-carousel .carousel-inner .carousel-item .longer-width {
    width: 100%;
}

#product-carousel .carousel-inner .carousel-item .longer-height {
    height: 100%;
}

#product-carousel .thumbnail-box button {
    border: none;
    background: transparent;
}

#product-carousel .thumbnail-box img {
    border: 1px solid #ccc;
    height: 4.5rem;
    display: inline-block;
    margin: 0px .25rem;
}

#product-carousel .carousel-control-next,
#product-carousel .carousel-control-prev {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 2rem);
    color: #000;
}
#product-dl {
    display: table;
    width: 100%;
}
#product-dl dt, #product-dl dd {
    display: inline;
}
#product-dl dt {
    padding-right: 5px;
}
#product-dl dd::after {
    content: "";
    display: block;
}
#cart-laoding-spinner {
    display: none;
}
/* Cart *//* Cart *//* Cart */
#cart-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
#cart-table .cart-qty {
    max-width: 70px;
}
/* Checkout */
#checkout-main {
    padding-top: 2rem;
}
#checkout-main h2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: underline;
}
#checkout-form .form-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
#checkout-form input {
    border-radius: 0;
}
.checkout-section {
    border: 1px solid #aaa;
    padding: 1rem;
}
#shipping-message {
    text-align: center;
    margin-bottom: 0;
    padding: 2rem 0;
    font-weight: 700;
}




#checkout-summary h3 {
    font-size: 1.25rem;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 3rem;
}
#checkout-summary li:first-child a {
    font-size: 1rem;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 3rem;
    float: inline-end;
}
#checkout-summary img {
    width: 100%;
    display: inline-block;
}
#checkout-summary .product-name {
    font-size: 0.9rem;
    font-weight: 700;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .5rem;
}
#checkout-summary .summary-price {
    text-align: right;
    font-size: 0.9rem;
    margin-bottom: 0px;
}
#checkout-summary .summary-price span {
    text-decoration: line-through;
    color: #bbb;
    font-size: 0.8rem;
}
#checkout-summary .summary-quantity {
    text-align: right;
    font-size: 0.9rem;
    margin-bottom: .5rem;
}
#checkout-summary .summary-subtotal {
    text-align: right;
    font-size: 1.3rem;
    margin-bottom: 0px;
}
#checkout-summary dl {
    width: 90%;
    margin: 1rem auto;
}
#checkout-summary dt {
    margin-bottom: 0px;
}
#checkout-summary dd {
    margin-bottom: 0px;
}
#grand-total-list dt {
    font-size: 1.5rem;
}
#grand-total-amount {
    font-size: 1.5rem;
    margin-bottom: 0px;
}
/* Checkout Sign */
#checkout-sign-accordion-cover {
    max-width: 500px;
    margin: 5rem auto;
}
#checkout-sign-accordion {
    --bs-accordion-active-bg: #2b3035;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    margin-bottom: 1rem;
}
#checkout-sign-accordion .accordion-header .accordion-button {
    font-size: 1.25rem;
}
#checkout-sign-accordion .accordion-body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#create-account-link {
    font-size: 1.25rem;
}
#checkout-shipping-method-div {
    position: relative;
}
#shipping-method-loading-cover {
    z-index: 99;
    background: #000000e3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}
#shipping-method-loading-cover .spinner-border {
    position: relative;
    top: 50%;
    margin-top: -1rem;
}
#shipping-method-reloading-cover {
    z-index: 90;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}
#shipping-reload-btn {
    position: relative;
    top: 50%;
    margin-top: 19px;
}
#shipping-type-list {
    min-height: 100px;
}
#shipping-type-list .list-group-item .form-check .form-check-label p {
    margin-bottom: 0;
}
#shipping-type-list .list-group-item .form-check .form-check-label p:first-child {
    font-size: 1.1rem;
}
#shipping-type-list .list-group-item .form-check .form-check-label p:last-child {
    font-size: 0.8rem;
}
#shipping-type-list .form-check {
    padding-left: 2rem;
    margin-bottom: 0;
}
#shipping-type-list .form-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 1rem;
    margin-left: -2rem;
}

/*Sign*/
#sign-accordion-cover {
    max-width: 600px;
    margin: 5rem auto;
}
#sign-accordion {
    --bs-accordion-active-bg: #2b3035;
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    margin-bottom: 1rem;
}
#sign-accordion .accordion-header .accordion-button {
    font-size: 1.25rem;
}
#sign-accordion .accordion-body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 1199.98px) { /* xl */
    #top-logo-link {
        max-width: 250px;
    }
    #top-logo-section .btn,
    #top-logo-section .input-group-lg>.form-control {
        padding: .5rem .5rem;
        font-size: 1.3rem;
    }
    #top-cart-link span.badge {
        font-size: .6rem;
    }
} /* xl end */

@media (max-width: 991.98px) { /* lg */
    /*Top Header lg Start*/
    #top-header-info-section span {
        font-size: .8rem;
    }
    #top-header-info-section span i {
        margin-right: .2rem;
    }
    /*Top Header lg End*/

    /*Top Logo Section lg Start*/
    #top-logo-box {
        display: block;
        position: relative;
    }
    #top-logo-link {
        display: block;
        margin: .5rem auto;
        margin-left: unset;/*middle logo change*/
        margin-right: unset;/*middle logo change*/
        max-width: 300px;
    }
    #main-search-form {
        width: calc(100% - 70px);
        margin-left: 70px;
        margin-top: 1rem; 
        box-shadow: 0 1rem 3rem #0000001a;
    }
    .top-btn-box {
        position: absolute;
        top: 5px;
    }
    .top-btn-box .btn {
        font-size: 1rem!important;
    }
    #top-sign-btn-box {
        /*left: 0px; middle logo change*/
        right: 50px;
    }
    #top-cart-btn-box {
        right: 0px;
    }
    #top-cart-link span.badge {
        font-size: .5rem;
    }
    #nav-toggler {
        display: block;
        font-size: 25px!important;
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 9;
    }
    /*Top Logo Section lg End*/

    /*Main NAV start*/
    #main-nav {
        margin-top: 0px;
    }
    #main-navbar-menu {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 20px;
    }
    #main-navbar-menu .nav-item {
        padding-right: inherit;
    }
    /* #main-navbar-menu .nav-item:last-child {
        padding-right: var(--bs-navbar-nav-link-padding-x);
    } */
    #main-navbar-menu .nav-item .nav-link {
        font-size: 1.2rem;
    }
    /*Main NAV end*/
    
    /* Home product section Start*/
    #home-product-section {
        margin-top: 0rem;
    }
    #home-product-section h2 {
        font-size: 2rem;
        letter-spacing: .1rem;
        font-weight: 900;
        margin: 0 .5rem;
    }

} /* lg end */