* {
    margin: 0;
    padding: 0;
}
.attributes .item .image-span img {
    padding: 3px;
    aspect-ratio: 1 / 1;
}
.attributes .item .image-span {
    padding: 0;
    height: auto;
}

.custom-container {
    width: 90%;
    margin: auto;
    padding: 0px 10px;
}

.header-top {
    padding: 10px 0px 15px;
}

.header-top .large-device-header {
    display: grid;
    grid-template-columns: 2fr 6fr 2fr;
    align-items: center;
    justify-content: space-between;
}

.header-top .logo {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .logo img {
    height: 50px;
    width: 95%;
}

.header-top .search {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}

.header-top .search input {
    width: 100%;
    height: 55px;
    border: 1px solid #F36D28;
    border-radius: 0;
    padding: 0px 60px 0px 20px;
    font-size: 16px;
}

.header-top .search input:focus {
    outline: none;
}

.header-top .search button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #2c2e8b;
}

.header-top .header-action {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 55px;
    gap: 30px;
}
.header-top .header-action .wishlist a svg {
    color: black;
    height: 30px;
    width: 30px;
}
.header-top .header-action .wishlist {
    position: relative;
    display: flex;
}
.header-top .header-action .user svg {
    color: black;
    height: 30px;
    width: 30px;
}
.header-top .header-action .wishlist-count {
    position: absolute;
    background: black;
    border-radius: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 16px;
    right: -10px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.header-top .header-action .cart {
    border: 1px solid #F36D28;
}

.header-top .header-action .cart a {
    display: flex;
    gap: 5px;
    height: 50px;
    padding: 0 15px;
    /* border: 1px solid #eee; */
    border-radius: 2px;
    line-height: 50px;
    color: #333;
    text-decoration: none;
    align-items: center;
}

.header-top .header-action .cart a .cart-count span {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.header-top .header-action .cart a .cart-count {
    display: flex;
    position: relative;
    width: 28px;
    height: 28px;
    padding: 3px;
    border: 1.8px solid #000000;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #000;
    font-size: 14px;
    line-height: 0;
    text-align: center;
    letter-spacing: -0.7px;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
}

.header-top .header-action .cart a .cart-count::after {
    position: absolute;
    bottom: 90%;
    left: 50%;
    width: 10px;
    height: 6px;
    margin-bottom: 1px;
    margin-left: -6px;
    border: 1px solid #000000;
    border-bottom: 0;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    content: "";
    transition: all 0.2s;
    pointer-events: none;
}

.header-bottom .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-bottom .menu li {
    margin: 0 15px;
    position: relative;
}
.header-bottom .menu li a:hover {
    color:#F36D28;

}

.header-bottom .menu li a {
    color: rgb(33 33 33 / 1);
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-bottom .menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    width: 240px;
    text-align: left;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 1px 0px #5555;
    background-color: #ffffff;
    /* visibility: hidden;
  opacity: 0;
  z-index: 111; */
    padding: 0;
}

.header-bottom .menu li:hover > .submenu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.header-bottom .submenu li {
    list-style: none;
    /* padding: 10px 15px; */
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

.header-bottom .submenu li:hover {
    background-color: #e5e5e5;
}

.header-bottom .submenu li a {
    color: #333333;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    font-size: 12px;
}

.header-bottom .menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 111;
}

.slider {
    padding: 20px 0;
}

.slider .image {
    width: 100% !important;
    max-height: 695px !important;
    overflow: hidden;
}

.slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* .category {
    padding: 20px 0;
}

.section-title {
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.category .category-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.category .category-list .category-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.category .category-list .category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category .category-list .category-item img:hover {
    transform: scale(1.2);
}

.category .category-list .category-item .category-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 6px #000;
    transition: 0.3s;
    line-height: 26px;
    background: #00000017;
    padding: 5px 10px;
    max-width: 100%;
}

.category .category-list .category-item:hover .category-name {
    color: #fcb800;
} */

.category {
    padding: 40px 0;
    /* background: #A7D8F7; */
}

.section-title {
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.category .category-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.category .category-list .category-item {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    width: 100%;
}
.category .category-list .category-item .images {
    overflow: hidden;
}

.category .category-list .category-item img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
}

.category .category-list .category-item img:hover {
    transform: scale(1.2);
}

.category .category-list .category-item .category-name {
    color: #000;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 5px;
}

.products .section-title a {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 3px;
    float: right;
    font-size: 16px;
    text-transform: capitalize;
}

.products {
    padding: 20px 0;
}

.products .product-list {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    gap: 20px;
}

.products .product-list .product-item a {
    text-decoration: none;
    color: #fff;
}
.products .product-list .product-item {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}
.products .product-list .product-item:hover {
    border: 1px solid #F36D28;
}
.product-item form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:5px;
    margin-bottom:10px;
    padding: 0 5px;
}
.products .product-list .product-item .product-name {
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
    color: #090808;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
    text-align: left;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
    padding: 5px;
}

.products .product-list .product-item .product-name:hover {
    color: #f06923;
}

.products .product-list .product-item .prices {
    color: #000000;
    font-size: 15px;
    display: flex;
    gap: 10px;
    margin: 5px 0 10px;
    font-weight: 400;
    padding: 0 5px;
    flex-direction: row;
}

.products .product-list .product-item .prices .old-price {
    text-decoration: line-through;
    color: red;
}

/* main image */
.products .product-list .product-item .image {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}

.products .product-list .product-item .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.products .product-list .product-item .image:hover .thumb-img {
    opacity: 0;
}

.products .product-list .product-item .image .hover-img {
    opacity: 0;
}

.products .product-list .product-item .image:hover .hover-img {
    transform: scale(1.1);
    opacity: 1;
}

.showroom {
    padding: 20px 0;
}

.showroom .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.showroom .desc {
    text-align: center;
    display: block;
    width: 40%;
    margin: 0 auto;
}

.showroom .showroom-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
    margin-top: 50px;
}

.showroom .showroom-card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.showroom .showroom-card .image {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.showroom .showroom-card .name {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.showroom .showroom-card .address {
    font-size: 16px;
    color: #666666;
    margin: 5px 0;
}

.showroom .showroom-card .open-hours {
    font-size: 14px;
    color: #999999;
    margin: 5px 0;
}

.showroom .showroom-card .map {
    margin-top: 10px;
}

.showroom .showroom-card .map a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background-color: #000000;
    padding: 5px 10px;
    border-radius: 3px;
}

.showroom .showroom-card .map a:hover {
    color: #fcb800;
}

.showroom .more-showroom {
    text-align: center;
    margin-top: 20px;
}

.showroom .more-showroom a {
    text-decoration: none;
    color: #ffffff;
    background-color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
}

.showroom .more-showroom a:hover {
    color: #fcb800;
}

footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-color: #efefefb8;
    box-shadow: 0px -10px 12px -20px rgba(0, 0, 0, 0.45);
}

footer .footer-content {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: start;
    gap: 20px;
}

footer .footer-content .footer-logo {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-align: start;
}

footer .footer-content .footer-logo img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

footer .footer-content .footer-logo span {
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}

footer .footer-content .item span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .footer-content .item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .footer-content .item a {
    color: #5a5a5a;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.2px;
    text-decoration: none;
}

footer .footer-content .item a:hover {
    color: #F36D28;
}

footer .footer-content .item-2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .footer-content .item-2 span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .footer-content .pay-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    align-items: center;
    gap: 10px;
}

footer .footer-content .pay-icons img {
    width: 100%;
    height: auto;
    max-width: 65px;
}

footer .footer-content .social-icons {
    display: flex;
    gap: 10px;
    /* width: 80%; */
}

footer .footer-content .social-icons a {
    color: #000000;
    font-size: 24px;
    transition: 0.3s;
    text-decoration: none;
}

footer .footer-content .social-icons .facebook {
    background-color: #3b5998;
    display: flex;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 45px;
    height: 45px;
}

footer .footer-content .social-icons .facebook:hover {
    background-color: #F36D28;
}

footer .footer-content .social-icons .twitter {
    background-color: #fff;
    display: flex;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #4105aa;
    align-items: center;
    justify-content: center;
    color: #4105aa;
    width: 45px;
    height: 45px;
}

footer .footer-content .social-icons .twitter:hover {
    background-color: #F36D28;
}

footer .footer-content .social-icons .tiktok {
    background-color: #fff;
    display: flex;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 45px;
    height: 45px;
}

footer .footer-content .social-icons .tiktok:hover {
    background-color: #F36D28;
}

footer .footer-content .social-icons .instagram {
    background: #fd7e14;
    display: flex;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background 0.3s;
}

footer .footer-content .social-icons .instagram:hover {
    background-color: #F36D28;
}

footer .footer-bottom {
    border-top: 1px solid #e0e0e0;
    color: #000000;
    padding: 20px 0;
    text-align: center;
}

.category_breadcrumb {
    background-color: #e9e9e9;
    padding: 7px 0;
}

.category_breadcrumb p {
    margin-bottom: 0;
    color: #212129;
    font-size: 16px;
}

.category_breadcrumb p a {
    color: #212129;
    font-size: 16px;
    text-decoration: none;
}
.small-device-header {
    display: none;
}
.small-bottom-menu {
    display: none;
}
.search-form-menu {
    display: none;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 1050;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}
.offcanvas-menu.active {
    transform: translateX(0);
}

.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}
.offcanvas-overlay.active {
    display: block;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.absolute-product {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 0;
}
.wishlist-btn svg {
    margin-right: 5px;
    transition: all 0.3s ease;
    color: #F36D28;
}
.wishlist-btn:hover svg {
    color: #F36D10;
    cursor: pointer;
}
.product-item form .mt-md-4 {
    margin-top: 1.5rem !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
