/* @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800&display=swap"); */

/* @import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:focus {
    text-decoration: none;
}

span,
small {
    display: inline-block;
}

p {
    line-height: 26px;
}

a p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121A1B;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #121A1B;
    /* font-family: "Onest", sans-serif; */
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
}


.rating i {
    font-size: 12px;
}

.line_limit_1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.line_limit_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.line_limit_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.line_limit_4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line_limit_5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line_limit_6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.line_limit_7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.line_limit_8 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.line_limit_9 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.line_limit_10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.common_title {
    /* background-color: #474747;
    border-radius: 6px; */
    border-bottom: 1px solid rgb(231, 231, 231);
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 14px;
}

header {
    background-color: #272727;
    z-index: 999999;
    position: relative;
}

header .container {
    max-width: 1500px;
}

header ul li {
    display: inline-block;
    line-height: 35px;
}

header ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

header ul li a i {
    padding-right: 5px;
    color: #ffffff;
}

header .left_info li {
    padding-right: 30px;
}

header .right_info li {
    padding-left: 30px;
}

header .top_menu {
    line-height: 35px;
    position: relative;
    width: 90px;
    margin: 0 auto;
}

header .top_menu .menu_name {
    cursor: pointer;
}

header .top_menu .semi_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background-color: #474747;
    border: 5px solid #d38820;
    margin-top: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

header .top_menu .semi_dropdown_menu li {
    display: block;
}

header .top_menu .semi_dropdown_menu a {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 24px;
    padding: 5px 20px;
    position: relative;
    display: block !important;
}

header .top_menu .semi_dropdown_menu a:hover {
    background-color: #d38820;
}

header .top_menu .semi_dropdown_menu a i {
    color: #ffffff;
    font-size: 14px;
    width: 20px;
}

header .top_menu span {
    font-size: 15px;
    font-weight: 700;
    padding: 0 2px;
    color: #ffffff;
}

header .top_menu i {
    color: #ffffff;
    font-size: 14px;
}

header .top_menu:hover .semi_dropdown_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

nav {
    background-color: #fcfcfc;
    padding: 15px 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

nav .container {
    position: relative;
}

nav .mega-menu {
    width: 98%;
    min-height: 250px;
    background-color: #fcfcfc;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #474747;
    visibility: hidden;
    opacity: 1;
    transition: 0.2s;
}

nav .mega-menu {
    background-color: #f9f9f9;
    padding: 14px;
    width: 100%;
    overflow-y: auto;
}

nav .mega-menu h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ffffff;
}

nav .mega-menu ul li {
    display: block !important;
    background-color: #fff;
    padding: 5px 6px;
    margin: 3px 0px;
}

nav .mega-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

nav .mega-menu ul li:hover {
    background-color: #58595bb4;
}

nav .mega-menu ul li:hover a {
    color: #FF5624 !important;
}

nav .mega-menu ul li.active {
    background-color: #58595b;
}

nav .mega-menu ul li.active a {
    color: #fff !important;
}

nav .mega-menu ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

nav .mega-menu .category-column {
    width: 25%;
    /* 100% ÷ 6 chunks */
    padding: 5px;
}

@media (max-width: 768px) {
    nav .mega-menu .category-column {
        width: 50%;
    }
}

@media (max-width: 480px) {
    nav .mega-menu .category-column {
        width: 100%;
    }
}








nav .mega-menu .right-menu {
    width: 80%;
    padding-bottom: 15px;
}

nav .mega-menu .right-menu .menu-list ul {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

nav .mega-menu .right-menu .menu-list ul li {
    margin: 0;
}

nav .mega-menu .right-menu .menu-list ul li a {
    width: 100%;
    text-align: center;
    border: 1px solid #474747;
    font-size: 18px;
    font-weight: 600;
    color: #121A1B;
    border-radius: 4px;
    padding: 7px 10px;
    transition: 0.2s;
}

nav .mega-menu .right-menu .menu-list ul li a:hover {
    background-color: #474747;
    color: #ffffff;
}

nav .mega-menu .right-menu .menu-list .view-all {
    padding: 0 16px;
}

nav .mega-menu .right-menu .menu-list .view-all a {
    background-color: #474747;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    display: block;
    border-radius: 20px;
    padding: 1px 0;
}

nav .show-mega-menu {
    visibility: visible;
    opacity: 1;

}


nav .logo-part ul li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

nav .logo-part ul li a {
    color: #121A1B;
}

nav .logo-part ul li i {
    color: #474747;
    font-size: 20px;
}

nav .logo-part ul .logo {
    margin-right: 20px;
}

nav .search-part .input-groups input {
    border: 1px solid #e7e7e7;
    height: 38px;
    border-radius: 12px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}

nav .search-part .input-groups button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 38px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #272727;
    color: #ffffff;
    border: 0;
    font-size: 17px;
    font-weight: 600;
}

nav .cart-part .items {
    margin-left: 50px;
}

nav .cart-part .items a {
    font-size: 15px;
    font-weight: 600;
    color: #121A1B;
}

nav .cart-part .items a:first-child {
    margin-right: 15px;
}

nav .cart-part .carts a {
    width: 35px;
    height: 35px;
    border: 1px solid #474747;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #474747;
    margin-left: 5px;
    transition: all linear 0.2s;
}

nav .cart-part .carts a:hover {
    background-color: #474747;
    color: #ffffff;
}

nav .cart-part .carts .mobile_search_option {
    width: 35px;
    height: 35px;
    background-color: #474747;
    border: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    color: #ffffff;
    margin-left: 5px;
    transition: all linear 0.2s;
}

nav .cart-part .carts .mobile_search_option:hover {
    background-color: #474747;
    color: #ffffff;
}

.mobile_search_boxes .search_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.mobile_search_boxes .search_main_content {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    z-index: 9999;
    padding: 24px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.mobile_search_boxes .search_main_content .search {
    margin-bottom: 20px;
}

.mobile_search_boxes .search_main_content .search .input_groups {
    position: relative;
}

.mobile_search_boxes .search_main_content .search .input_groups input {
    width: 100%;
    height: 45px;
    border: 1px solid #474747;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 50px 0 14px;
}

.mobile_search_boxes .search_main_content .search .input_groups button {
    border: 0;
    background-color: #474747;
    width: 40px;
    height: 40px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    border-radius: 5px;
}

.mobile_search_boxes .search_main_content .menus {
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.mobile_search_boxes .search_main_content .menus ul li {
    margin-bottom: 5px;
}

.mobile_search_boxes .search_main_content .menus ul li a {
    background-color: #f2f2f2;
    color: #121A1B;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    transition: 0.3s;
}

.mobile_search_boxes .search_main_content .menus ul li a:hover {
    background-color: #474747;
    color: #ffffff;
}

.mobile_search_boxes .search_main_content .menus ul li a i {
    margin-right: 4px;
}

.mobile_search_boxes .search_main_content .contacts ul li {
    margin-bottom: 14px;
}

.mobile_search_boxes .search_main_content .contacts ul li a {
    color: #121A1B;
    font-size: 16px;
    font-weight: 500;
}

.mobile_search_boxes .search_main_content .contacts ul li a i {
    margin-right: 5px;
}

.navbar_overlay_active {
    visibility: visible !important;
    opacity: 1 !important;
}

.navbar_main_active {
    left: 0 !important;
}

.banner .banner_slider {
    /* height: 350px; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    background-color: #474747;
    border-radius: 50%;
    border: 0;
}

.banner .slick-dots .slick-active button {
    background-color: #ffffff;
}

.banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.banner.loaded {
    visibility: visible;
    opacity: 1;
}


.common_widget_box {
    margin-top: 30px;
}

.common_widget_box_main_with_bg {
    padding: 5px 5px;
    border-radius: 10px;
}

.common_widget_box_main_without_bg {
    padding: 5px 5px;
    border-radius: 10px;
}



.brands_slider .icon {
    font-size: 10px;
    width: 20px;
    height: 20px;
    background-color: #474747;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 18px;
}

.brands_slider .icon:hover {
    background-color: #000;
}

.brands_slider .icon.left {
    left: -30px;
}

.brands_slider .icon.right {
    right: -30px;
}

/* .brands_slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.brands_slider.loaded {
    visibility: visible;
    opacity: 1;
} */


.common_category_widget {
    height: 100%;
    border: 1px solid #e7e7e7;
    padding: 16px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.common_category_widget:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15),
        -4px -4px 8px rgba(0, 0, 0, 0.1);
}

.common_category_widget .title {
    padding-top: 20px;
}

.common_category_widget .title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #707176;
    transition: all linear 0.2s;
}

.common_category_widget:hover .title h4 {
    color: #474747;
}

.common_product_widget {
    border: 1px solid #e7e7e7;
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}

.common_product_widget:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15),
        -4px -4px 8px rgba(0, 0, 0, 0.1);
}

.common_product_widget .image {
    min-height: 209px;
    overflow: hidden;
}

.common_product_widget .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.common_product_widget:hover .image img {
    transform: scale(1.15);
}

.common_product_widget .discount {
    background-color: #474747;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 1px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 3px;
}

.common_product_widget .text {
    background-color: #fcfcfc;
    border-top: 1px solid #e7e7e7;
    padding: 6px;
}

.common_product_widget .text .product_title {
    color: #121A1B;
    font-size: 13px;
    padding-bottom: 4px;
    min-height: 41px;
    font-weight: 300 !important;
    text-transform: capitalize !important;
}

.common_product_widget .text .rating i {
    color: orange;
}

.common_product_widget .text span {
    font-size: 14px;
    font-weight: 600;
}

.product_actions_wrapper {
    gap: 5px;
}

.product_action {
    display: flex;
    /* align-items: center; */
    gap: 5px;
}

.common_product_widget .text .product_action {
    border: 1px solid #e7e7e7;
    border-radius: 0px;
}

.common_product_widget .text .product_action .wishlist,
.common_product_widget .text .product_action .cart,
.common_product_widget .text .product_action .get_quote {
    background-color: transparent;
    border: 0;
}

.common_product_widget .text .product_action .get_quote {
    font-size: 15px;
    font-weight: 700;
    color: #121A1B;
    border: 1px solid #e7e7e7;
    padding: 5px 8px;
    border-radius: 0px;
    margin: -1px 0;
    transition: all linear 0.2s;
}

.common_product_widget .text .product_action .get_quote:hover {
    background-color: #474747;
    border-color: #474747;
    color: #ffffff;
}

.common_product_widget .text .product_action .wishlist,
.common_product_widget .text .product_action .cart {
    font-size: 17px;
    color: #707176;
    transition: all linear 0.2s;
}

.common_product_widget .text .product_action .wishlist:hover,
.common_product_widget .text .product_action .cart:hover {
    color: #474747;

}

footer .footer_bg {
    background: #272727;
    padding: 60px 0;
    border-bottom: 1px solid #6c7073 !important;
}

footer .footer_bg .footer_about {
    padding-right: 30px;
}

footer .footer_bg .footer_about p {
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 35px 0;
    color: #fff;
}

footer .footer_bg .footer_about ul li {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

footer .footer_bg .footer_about ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    transition: all linear 0.2s;
}

footer .footer_bg .footer_about ul li a:hover {
    color: #FF0000;
}

footer .footer_bg .footer_about ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

footer .footer_bg .footer_title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #fff;
}

footer .footer_bg .footer_menus {
    padding-left: 40px;
}

footer .footer_bg .common_links li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
    transition: all linear 0.2s;
}

footer .footer_bg .common_links li a:hover {
    color: #58595b;
}

footer .footer_bg .social_info {
    margin-top: 40px;
}

/* Default style - All icons black initially */
footer .footer_bg .social_info .social a {
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    margin-right: 3px;
    background-color: #000000;
    /* black default */
    transition: background-color 0.3s ease;
}

/* Hover styles for individual icons */
footer .footer_bg .social_info .social a:nth-child(1):hover {
    background-color: #3b5998;
    /* Facebook */
}

footer .footer_bg .social_info .social a:nth-child(2):hover {
    background-color: #00acee;
    /* Twitter */
}

footer .footer_bg .social_info .social a:nth-child(3):hover {
    background-color: #0072b1;
    /* LinkedIn */
}

footer .footer_bg .social_info .social a:nth-child(4):hover {
    background-color: #B63794;
    /* Instagram */
}

footer .footer_bg .social_info .social a:nth-child(5):hover {
    background-color: #e60023;
    /* Pinterest */
}

.footer_btm {
    background-color: #272727;
    padding: 14px 0;

}

.footer_btm ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 24px;
    margin-right: 18px;
    position: relative;
}

.footer_btm ul li::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "|";
}

.footer_btm ul li:last-child::before {
    display: none;
}

.mobile_footer_menu {
    background-color: #272727;
    padding: 6px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.mobile_footer_menu ul {
    display: flex;
    justify-content: space-between;
}

.mobile_footer_menu ul li a {
    text-align: center;
    height: 50px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.mobile_footer_menu ul li a i {
    display: block;
}

.mobile_footer_menu ul li button {
    width: 40px;
    text-align: center;
    height: 50px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background-color: transparent;
}

.mobile_category_menu_box .category_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.mobile_category_menu_box .main_menus {
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    z-index: 9999;
    padding: 24px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.mobile_category_menu_box .main_menus .sign_in {
    margin-top: auto;
}

.mobile_category_menu_box .main_menus ul li {
    margin-bottom: 5px;
}

.mobile_category_menu_box .main_menus ul li a {
    background-color: #f2f2f2;
    color: #121A1B;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    transition: 0.3s;
}

.mobile_category_menu_box .main_menus ul li a:hover {
    background-color: #474747;
    color: #ffffff;
}

.mobile_category_menu_box .main_menus ul li a i {
    margin-right: 4px;
}

.overlay_active {
    visibility: visible !important;
    opacity: 1 !important;
}

.menu_active {
    left: 0 !important;
}

.details__ {
    margin-top: 30px;
}

.details__ .main_title {
    font-size: 30px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 15px;
}

.details__ p {
    text-align: justify;
}

.details__ p+p {
    margin-top: 14px;
}

.details__ .read_more a {
    color: #100f0f;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 100;
    text-decoration: underline;
    transition: 0.3s;
    display: inline-block;
    padding: 6px 15px;
    background-color: #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}

.details__ .read_more a:hover {
    color: #FF5624;
}

.text-start {
    overflow: hidden;
    max-height: 205px;
    transition: max-height 0.5s ease;
    position: relative;
}

.text-start.expanded {
    max-height: 1000px;
}

.read_more {
    text-align: center;
    margin-top: 10px;
}



.contact_top_area {
    /* margin-top: 30px; */
    background-color: #eaeaea;
    padding: 30px 0px;
}

.contact_top_area .info_item .title {
    font-size: 26px;
    font-weight: 500;
    color: #474747;
    margin: 15px 0 10px 0;
}

.bread-crumb {
    background-color: #121A1B;
    padding: 60px 0;
}

.bread-crumb h4 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.number-of a {
    width: 38px;
    height: 38px;
    background-color: #474747;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.pagination ul li.number-of a:hover {
    background-color: #121A1B;
}

.pagination ul li.left-arrow,
.pagination ul .right-arrow {
    background-color: #474747;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pagination ul li.left-arrow:hover,
.pagination ul .right-arrow:hover {
    background-color: #121A1B;
}

.pagination ul li.left-arrow a,
.pagination ul .right-arrow a {
    color: #ffffff;
    width: 90px;
    height: 38px;
    line-height: 38px;
}

.dashboard {
    padding: 30px;
}

.dashboard_top_header {
    width: 100%;
    background-color: #f2f2f2;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}

.dashboard_top_header .dashboard_title h3 {
    font-size: 28px;
    font-weight: 700;
}

.dashboard_top_header .profile_widget .info_box {
    width: 129px;
    margin-left: auto;
    position: relative;
}

.dashboard_top_header .profile_widget .info_box .image_wrapper {
    cursor: pointer;
}

.dashboard_top_header .profile_widget .info_box .hover_dropdown_menu {
    position: absolute;
    top: calc(100% - 0px);
    right: 0;
    width: 220px;
    height: 180px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 24px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
}

.dashboard_top_header .profile_widget .info_box .hover_dropdown_menu ul li {
    margin-bottom: 14px;
}

.dashboard_top_header .profile_widget .info_box .hover_dropdown_menu ul li a {
    font-size: 17px;
    font-weight: 600;
    color: #121A1B;
    display: block;
    transition: all linear 0.2s;
}

.dashboard_top_header .profile_widget .info_box .hover_dropdown_menu ul li a:hover {
    color: #FF5624;
}

.dashboard_top_header .profile_widget .info_box:hover .hover_dropdown_menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.dashboard_top_header .profile_widget .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: auto;
    flex: 0 0 auto;
}

.dashboard_top_header .profile_widget .img img {
    height: 100%;
    border-radius: 50%;
}

.dashboard_top_header .profile_widget .text {
    margin-left: 10px;
}

.dashboard_top_header .profile_widget .text h3 {
    font-size: 22px;
    font-weight: 700;
}

.dashboard_top_header .profile_widget .text h3 i {
    position: relative;
    top: -5px;
    font-size: 18px;
}

.dashboard_main_widget {
    margin-top: 24px;
}

.dashboard_main_widget .dashboard_left_menu {
    width: 100%;
    min-height: 100vh;
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 20px 14px;
}

.dashboard_main_widget .dashboard_left_menu ul li {
    margin-bottom: 4px;
}

.dashboard_main_widget .dashboard_left_menu ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #121A1B;
    padding: 10px 20px;
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: all linear 0.2s;
    cursor: pointer;
}

.dashboard_main_widget .dashboard_left_menu ul li a i {
    position: relative;
    top: 6px;
    font-size: 16px;
}

.dashboard_main_widget .dashboard_left_menu ul li a:hover {
    background-color: #474747;
    color: #ffffff;
}

.dashboard_main_widget .dashboard_left_menu ul li.active a {
    background-color: #474747;
    color: #ffffff;
}

.dashboard_main_content {
    width: 100%;
    min-height: 100vh;
    background-color: #fcfcfc;
    border-radius: 10px;
    padding: 24px;
}

.dashboard_main_content .content_widget_title {
    margin-bottom: 14px;
}

.dashboard_main_content .content_widget_title h4 {
    font-size: 20px;
    font-weight: 700;
}

.dashboard_main_content .statistics_widget {
    margin-bottom: 24px;
}

.dashboard_main_content .statistics_widget .statistics_widget_item {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 24px;
    background-color: #ffffff;
}

.dashboard_main_content .statistics_widget .statistics_widget_item .icon {
    width: 150px;
    height: 150px;
    background-color: #fcfcfc;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

.dashboard_main_content .statistics_widget .statistics_widget_item .icon i {
    font-size: 44px;
    color: #FF5624;
}

.dashboard_main_content .statistics_widget .statistics_widget_item .icon .text {
    margin-top: 10px;
}

.dashboard_main_content .statistics_widget .statistics_widget_item .icon .text h5 {
    font-size: 22px;
    font-weight: 700;
}

.dashboard_main_content .statistics_widget .statistics_widget_item .icon .text h6 {
    font-size: 17px;
    font-weight: 700;
}

.dashboard_main_content .operation_widget {
    margin-bottom: 24px;
}

.dashboard_main_content .operation_widget .operation_widget_item {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
}

.dashboard_main_content .operation_widget .operation_widget_item .icon i {
    font-size: 44px;
    color: #FF5624;
}

.dashboard_main_content .operation_widget .operation_widget_item .icon .text {
    margin-top: 10px;
}

.dashboard_main_content .operation_widget .operation_widget_item .icon .text h5 {
    font-size: 17px;
    font-weight: 700;
}

.dashboard_main_content .operation_widget .operation_widget_item .icon .text h6 {
    font-size: 17px;
    font-weight: 700;
}

.dashboard_main_content .order_widget {
    width: 100%;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 10px;
}

.dashboard_main_content .order_widget .order_widget_title .order_title h4 {
    font-size: 20px;
    font-weight: 700;
}

.dashboard_main_content .order_widget .order_widget_title .view_all_btn {
    background-color: #FF5624;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 3px;
    border: 0;
}

.dashboard_main_content .order_widget .order_widget_table {
    margin-top: 14px;
}

.dashboard_main_content .order_widget .order_widget_table .product_view {
    background-color: #FF5624;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    transition: all linear 0.2s;
}

.dashboard_main_content .order_widget .order_widget_table .product_view tbody td {
    vertical-align: middle;
}

.dashboard_main_content .order_widget .order_widget_table .product_view:hover {
    background-color: #121A1B;
}

.all_order_and_search .title h4 {
    font-size: 26px;
    font-weight: 700;
}

.all_order_and_search .search input {
    width: 100%;
    height: 50px;
    border: 1px solid #707176;
    border-radius: 50px;
    padding: 0 20px;
    padding-right: 135px;
    font-size: 18px;
    font-weight: 500;
}

.all_order_and_search .search button {
    background-color: #FF5624;
    color: #ffffff;
    height: 50px;
    width: 120px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 0;
    top: 0;
    right: 0;
}

.order_table_widget {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 5px;
}

.order_table_widget .product_status {
    background-color: transparent;
    border: 0;
    font-size: 17px;
    font-weight: 600;
}

.order_table_widget .status_danger {
    background-color: red;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 700;
}

.order_table_widget .status_success {
    background-color: green;
    color: #ffffff;
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 13px;
    font-weight: 700;
}

.order_table_widget .childTableRow {
    display: none;
}

.order_table_widget .childTableRow td {
    background-color: #fcfcfc;
}

.order_table_widget .form-check .form-check-input {
    border-color: #707176 !important;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.order_table_widget .form-check .form-check-label {
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    line-height: 30px;
}

.order_table_widget .live_tracking .input-group-text {
    background-color: transparent;
    border: 0;
    font-size: 17px;
    font-weight: 700;
}

.order_table_widget .live_tracking input {
    border-radius: 5px !important;
    border-color: #e7e7e7 !important;
}

.order_table_widget .update_status {
    background-color: #FF5624;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
}

.order_table_widget .childTableRow table {
    border: 2px solid #555;
}

.subcategories-page {
    padding-top: 30px;
}

.subcategories-item .img {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.subcategories-item .img .overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100px;
    background-color: rgba(255, 86, 36, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.subcategories-item .img .overlay h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.subcategories-item .text {
    margin-top: 14px;
}

.subcategories-item .text h3 {
    font-size: 24px;
    font-weight: 700;
}

.subcategories-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.product-details-page {
    padding-top: 15px;
}

.product-details-page .product-images {
    padding: 0 0px 0px;
}

.product-details-page .product-images .slick-dots {
    margin-top: 46px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.product-details-page .product-images .slick-dots li {
    overflow: hidden;
    display: inline-block;
    max-height: 56px;
    max-width: 112px;
    margin: 5px;
}

.product-details-page .product-images .slick-dots li img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    object-fit: contain;
}

.product-details-page .product-images .slick-dots li.slick-active img {
    cursor: default;
    opacity: 1;
}

.product-details-page .product-images .slick-prev,
.product-details-page .product-images .slick-next {
    margin: -50px 0 0;
    z-index: 99;
    position: absolute;
    top: 50%;
}

.product-details-page .product-images .slick-prev {
    left: -50px;
}

.product-details-page .product-images .slick-next {
    right: -50px;
}

.product-details-page .product-images .icon {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.product-details-page .product-images .icon__cnt {
    height: 100%;
    width: 100%;
}

.product-details-page .product-info {
    padding: 0px 0;
    position: relative;
}

.product-details-page .product-info .table> :not(caption)>*>* {
    padding: 0rem 0.5rem;
    padding-bottom: 2rem !important;
}

.product-details-page .product-info table tr th {
    font-size: 18px;
    font-weight: 700;
}

.product-details-page .product-info table tr th i {
    color: #121A1B;
    width: 26px;
}

.product-details-page .product-info table tr td {
    font-size: 16px;
    font-weight: 500;
}

.product-details-page .product-info h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-details-page .product-info .star i {
    color: #474747;
}

.product-details-page .product-info .social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ffffff;
    margin-right: 3px;
}

.product-details-page .product-info .social a:first-child {
    background-color: #3b5998;
}

.product-details-page .product-info .social a:nth-child(2) {
    background-color: #00acee;
}

.product-details-page .product-info .social a:nth-child(3) {
    background-color: #0072b1;
}

.product-details-page .product-info .social a:nth-child(4) {
    background-color: #B63794;
}

.product-details-page .product-info .social a:nth-child(5) {
    background-color: #25d366;
}

.product-details-page .product-info .product_action {
    border-radius: 0px;
    padding: 0 14px;
    margin-top: 5px;
    width: 250px;
    background-color: #474747;
    margin: 20px 0 0;
    transition: all linear 0.2s;
    color: #ffffff;
    text-align: center;
}

.product-details-page .product-info .product_action:hover {
    background-color: #ffc200;
}

.product-details-page .product-info .product_action .wishlist,
.product-details-page .product-info .product_action .cart,
.product-details-page .product-info .product_action .get_quote {
    background-color: transparent;
    border: 0;
}

.product-details-page .product-info .product_action .get_quote {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 13px 14px;
    border-radius: 5px;
    margin: -1px 0;
    transition: all linear 0.2s;
}

.product-details-page .product-info .product_action .wishlist,
.product-details-page .product-info .product_action .cart {
    font-size: 20px;
    color: #ffffff;
    transition: all linear 0.2s;
    padding: 0 10px;
}

.product-details-page .product-info .product_action .wishlist:hover,
.product-details-page .product-info .product_action .cart:hover {
    color: #ffffff;
}

.product-details-page .product-facility {
    padding: 0px 0;
    padding-right: 24px;
}

.product-details-page .product-facility ul li {
    position: relative;
    padding-left: 30px;
}

.product-details-page .product-facility ul li .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.product-details-page .product-facility ul li .icon i {
    font-size: 20px;
}

.product-details-page .product-facility ul li .info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-details-page .product-facility ul li .info span {
    font-size: 15px;
    font-weight: 400;
    color: #707176;
}

.product-details-page .product-facility ul li+li {
    margin-top: 20px;
}

.product-details-page .overview-and-specification {
    margin-top: 40px;
    margin-bottom: 40px;
}


.product-details-page .overview-and-specification .menus .nav-link {
    color: #121A1B;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #eaeaea;
    border-radius: 15px 15px 0 0;
}

.product-details-page .overview-and-specification .menus .nav-pills .nav-link.active {
    color: #121A1B;
    background-color: #474747;
    color: #ffffff;
}

.product-details-page .overview-and-specification .information {
    margin-top: 30px;
}

.product-details-page .overview-and-specification .information .details h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product-details-page .overview-and-specification .information .details p {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 400;
}

.blog-page .blog-navbar {
    background-color: #474747;
}

.blog-page .blog-navbar .menu ul li {
    display: inline-block;
}

.blog-page .blog-navbar .menu ul li a {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-right: 30px;
}

.blog-page .blog-navbar .option .search {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #FF5624;
    padding: 4px 20px;
    border-radius: 20px;
    border: 0;
}

.blog-page .blog-navbar .option .user {
    margin-left: 24px;
    color: #FF5624;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
    position: relative;
}

.blog-page .blog-navbar .option .user::before {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
}

.blog-page .blog-top-items .image .overlay {
    bottom: 0;
    left: 0;
    padding: 24px;
}

.blog-page .blog-top-items .image .overlay a {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.blog-page .blog-title h4 {
    font-size: 20px;
    font-weight: 700;
}

.blog-page .blogs-item {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

.blog-page .blogs-item .text {
    padding: 14px;
}

.blog-page .blogs-item .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.blog-page .blogs-item .text a {
    font-size: 20px;
    font-weight: 600;
    color: #121A1B;
    line-height: 26px;
    transition: all linear 0.2s;
}

.blog-page .blogs-item .text a:hover {
    color: #474747;
}

.blog-page .blogs-item .text ul li {
    display: inline-block;
    position: relative;
}

.blog-page .blogs-item .text ul li img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-page .blogs-item .text ul li span {
    font-size: 13px;
    font-weight: 400;
}

.blog-page .blogs-item .text ul li.user {
    padding-left: 34px;
    margin-bottom: 10px;
}

.blog-page .blogs-item .text ul li.date {
    padding-left: 32px;
}

.customer_panel_widget .short_summery {
    background-color: #474747;
    padding: 20px;
    border-radius: 10px;
}

.customer_panel_widget .short_summery .summery_item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.customer_panel_widget .short_summery .summery_item h4 {
    font-size: 34px;
    font-weight: 700;
}

.customer_panel_widget .short_summery .summery_item p {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.customer_panel_widget .continue_shopping {
    margin-top: 24px;
}

.customer_panel_widget .continue_shopping a {
    background-color: #474747;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 40px;
    padding: 10px 20px;
}

.customer_panel_widget .offer_banner img {
    border-radius: 10px;
}

.customer_panel_widget .customer_all_orders .title h4 {
    font-size: 24px;
    font-weight: 700;
}

.customer_panel_widget .customer_all_wishlist .title h4 {
    font-size: 24px;
    font-weight: 700;
}

.customer_panel_widget .customer_order_widget {
    padding: 100px 0;
}

.customer_panel_widget .customer_order_widget .tracking_form {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 50px 30px;
}

.customer_panel_widget .customer_order_widget .tracking_form h4 {
    font-size: 26px;
    font-weight: 700;
}

.customer_panel_widget .customer_order_widget .tracking_form .input-groups {
    margin: 20px 0;
}

.customer_panel_widget .customer_order_widget .tracking_form .input-groups input {
    width: 100%;
    border-radius: 40px;
    border: 2px solid #474747;
    height: 60px;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    color: #121A1B;
}

.customer_panel_widget .customer_order_widget .tracking_form button {
    background-color: #474747;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    padding: 12px 40px;
    border: 0;
}

.customer_panel_widget .customer_order_tracking_status tbody td {
    padding: 80px 8px !important;
}

.customer_panel_widget .customer_profile .title h4 {
    font-size: 24px;
    font-weight: 700;
}

.customer_panel_widget .customer_profile .customer_profile_widget .profile_image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #474747;
    overflow: hidden;
}

.customer_panel_widget .customer_profile .customer_profile_widget .profile_image img {
    border-radius: 50%;
}

.customer_panel_widget .customer_profile .customer_profile_widget .password {
    padding-left: 6px;
    max-width: 500px;
}

.customer_panel_widget .customer_profile .customer_profile_widget .password h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.customer_panel_widget .customer_profile .customer_profile_widget .password .input-groups input {
    width: 100%;
    height: 40px;
    border: 1px solid #121A1B;
    padding: 0 20px;
}

.customer_panel_widget .customer_profile .customer_profile_widget .save_btn {
    text-align: center;
    margin-top: 24px;
}

.customer_panel_widget .customer_profile .customer_profile_widget .save_btn button {
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    border: 0;
    background-color: #474747;
    padding: 8px 20px;
    width: 100%;
    display: block;
}

.customer_panel_widget .add_a_new_product .title h4 {
    font-size: 24px;
    font-weight: 700;
}

.customer_panel_widget .add_a_new_product .add_product_form .input_groups {
    margin-bottom: 10px;
}

.customer_panel_widget .add_a_new_product .add_product_form .input_groups label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.customer_panel_widget .add_a_new_product .add_product_form .input_groups input {
    width: 100%;
    height: 45px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 0 20px;
}

.customer_panel_widget .add_a_new_product .add_product_form .input_groups textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.customer_panel_widget .add_a_new_product .add_product_form .product_feature_image .image {
    position: relative;
}

.customer_panel_widget .add_a_new_product .add_product_form .product_feature_image .image img {
    border-radius: 5px;
}

.customer_panel_widget .add_a_new_product .add_product_form .product_feature_image .image label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}

.customer_panel_widget .add_a_new_product .add_product_form .submit_btn {
    padding: 14px 20px;
    background-color: #d6d6d6;
    border-radius: 5px;
    width: 100%;
    color: #121A1B;
    font-size: 17px;
    font-weight: 700;
    border: 0;
    transition: all linear 0.2s;
    margin-top: 10px;
}

.customer_panel_widget .add_a_new_product .add_product_form .submit_btn:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.stocks :focus {
    outline: 0;
    border-color: #2260ff;
    box-shadow: 0 0 0 4px #b5c9fc;
}

.stocks .mydict div {
    display: flex;
    flex-wrap: wrap;
}

.stocks .mydict input[type=radio] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.stocks .mydict input[type=radio]:checked+span {
    box-shadow: 0 0 0 0.0625em #0043ed;
    background-color: #121A1B !important;
    z-index: 1;
    color: #ffffff;
}

.stocks label span {
    display: block;
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 0.375em 1.75em;
    position: relative;
    margin-left: 0.0625em;
    box-shadow: 0 0 0 0.0625em #b5bfd9;
    letter-spacing: 0.05em;
    color: #3e4963;
    text-align: center;
    transition: background-color 0.5s ease;
}

.stocks label:first-child span {
    border-radius: 0.375em 0 0 0.375em;
}

.stocks label:last-child span {
    border-radius: 0 0.375em 0.375em 0;
}

.contact_form {
    padding: 100px 0px;
}

.contact_form .title {
    margin-bottom: 40px;
}

.contact_form .title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
}

.contact_form .form_main .input_groups {
    margin-bottom: 24px;
}

.contact_form .form_main .input_groups label {
    width: 200px;
    flex: 0 0 auto;
    font-size: 24px;
    font-weight: 500;
}

.contact_form .form_main .input_groups input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 50px;
    padding: 0 14px;
    transition: all 0.3s ease;
}

.contact_form .form_main .input_groups input:focus {
    border-color: #121A1B;
}

.contact_form .form_main .input_groups textarea {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    height: 100px;
    padding: 14px;
    transition: all 0.3s ease;
}

.contact_form .form_main .input_groups textarea:focus {
    border-color: #121A1B;
}

.contact_form .form_main .button {
    text-align: center;
}

.contact_form .form_main .button button {
    background-color: #474747;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 0;
    transition: all 0.3s ease;
}

.contact_form .form_main .button button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.about_us_page {
    padding: 100px 0;
}

.about_us_page .text p+p {
    margin-top: 30px;
}

.about_us_page .text p {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.about_us_page .subscribe_newsletter {
    width: 450px;
    margin: 0 auto;
}

.about_us_page .subscribe_newsletter .input_groups input {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.about_us_page .subscribe_newsletter .input_groups input:focus {
    border-color: #121A1B;
}

.about_us_page .subscribe_newsletter .input_groups button {
    width: 100%;
    padding: 12px 30px;
    background-color: #474747;
    border-radius: 50px;
    margin-top: 24px;
    color: #ffffff;
    border: 0;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about_us_page .subscribe_newsletter .input_groups button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.cart_page {
    padding: 40px 0;
}

.cart_page .cart_table table thead th {
    background-color: #474747 !important;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.cart_page .cart_table table td {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}

.cart_page .cart_table table td a {
    color: #121A1B;
    transition: all 0.3s ease;
}

.cart_page .cart_table table td a:hover {
    color: #474747;
}

.cart_page .cart_table table td .close {
    width: 40px;
    height: 30px;
    background-color: #BE1D2C;
    text-align: center;
    line-height: 35px;
    border: 0;
    color: #ffffff;
}

.cart_page .cart_table table .quantity input {
    width: 40px;
    background-color: #57585A;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    height: 35px;
    text-align: center;
}

.cart_page .cart_table table .quantity .quantity_btn {
    width: 40px;
    height: 35px;
    background-color: #BE1D2C;
    text-align: center;
    line-height: 35px;
    border: 0;
    color: #ffffff;
}

.cart_page .cart_table table .quantity .increment {
    background-color: #00A54F;
}

.cart_page .cart_table .table> :not(caption)>*>* {
    padding: 0.5rem 2rem;
}

.cart_page .continue_text {
    text-align: center;
    margin-top: 40px;
}

.cart_page .continue_text h4 {
    background-color: #fcfcfc;
    padding: 12px 40px;
    font-size: 24px;
    font-weight: 600;
}

.cart_page .continue_text .next_shopping {
    background-color: #474747;
    padding: 12px 30px;
    border-radius: 50px;
    color: #ffffff;
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
    transition: all 0.3s ease;
}

.cart_page .continue_text .next_shopping:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.checkout_page {
    padding: 40px 0;
}

.checkout_page .title {
    margin-bottom: 40px;
}

.checkout_page .title h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
}

.checkout_page .form_main .input_groups {
    margin-bottom: 20px;
}

.checkout_page .form_main .input_groups label {
    width: 500px;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 600;
}

.checkout_page .form_main .input_groups input {
    width: 100%;
    border: 1px solid #121A1B;
    border-radius: 5px;
    height: 40px;
    padding: 0 14px;
    transition: all 0.3s ease;
}

.checkout_page .form_main .input_groups input:focus {
    border-color: #121A1B;
}

.checkout_page .button {
    text-align: center;
    margin-top: 50px;
}

.checkout_page .button button {
    background-color: #474747;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 50px;
    border-radius: 50px;
    border: 0;
    transition: all 0.3s ease;
}

.checkout_page .button button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.checkout_title {
    font-size: 30px;
    font-weight: 700;
}

.checkout_title_bg {
    background-color: #f2f2f2;
}

.checkout_latest_page {
    padding-bottom: 40px;
}

.checkout_latest_page .checkout_latest_form {
    margin-top: 40px;
}

.checkout_latest_page .checkout_latest_form .input_groups {
    margin-bottom: 10px;
}

.checkout_latest_page .checkout_latest_form .input_groups label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.checkout_latest_page .checkout_latest_form .input_groups input {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 20px;
}

.checkout_latest_page .checkout_latest_form .input_groups textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

.checkout_latest_page .checkout_latest_form .add_delivery_address {
    background-color: #474747;
    color: #ffffff;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
}

.checkout_latest_page .billing_address {
    background-color: #FFF5F4;
    padding: 24px;
    height: 100%;
}

.billing_address .bill_information td {
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}

.billing_address .bill_information td input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 20px;
}

.billing_address .bill_information td tfoot {
    border-top: 1px solid #ddd !important;
    padding: 20px 0;
}

.billing_address .bill_information .table-borderless> :not(:first-child) {
    border-top-width: 1px !important;
}

.billing_address .bill_information .payment_option {
    margin-top: 20px;
}

.billing_address .bill_information .payment_option .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.submit_checkout_btn button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #474747;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    border: 0;
    transition: all linear 0.2s;
}

.submit_checkout_btn button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.merchate_registration {
    padding: 100px 0;
}

.merchate_registration .title {
    text-align: center;
    background-color: #fcfcfc;
    padding: 20px 0;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.merchate_registration .title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.merchate_registration .form_main {
    background-color: #fcfcfc;
    margin-top: 20px;
    padding: 20px 150px 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.merchate_registration .form_main .user_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 46px;
    color: #F47627;
    background-color: #E6E7E9;
    border: 2px solid #ffffff;
    margin: 0 auto 40px;
}

.merchate_registration .form_main .input_groups {
    margin-bottom: 20px;
}

.merchate_registration .form_main .input_groups label {
    width: 200px;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 600;
}

.merchate_registration .form_main .input_groups span {
    width: 60px;
    font-size: 32px;
}

.merchate_registration .form_main .input_groups input {
    width: 100%;
    border: 1px solid #121A1B;
    border-radius: 5px;
    height: 40px;
    padding: 0 14px;
    transition: all 0.3s ease;
}

.merchate_registration .form_main .input_groups input:focus {
    border-color: #121A1B;
}

.merchate_registration .form_main .form-check .form-check-input {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #A8A9AD;
}

.merchate_registration .form_main .form-check .form-check-input:checked {
    border-color: #F47627;
    background-color: #F47627;
}

.merchate_registration .form_main .form-check .form-check-label {
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.merchate_registration .form_main .button {
    text-align: center;
    margin-top: 50px;
}

.merchate_registration .form_main .button button {
    background-color: #474747;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 50px;
    width: 200px;
    border-radius: 50px;
    border: 0;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.merchate_registration .form_main .button button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.customer_login {
    padding: 100px 0;
}

.customer_login .title {
    text-align: center;
    background-color: #fcfcfc;
    padding: 20px 0;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.customer_login .title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.customer_login .title h5 {
    font-size: 16px;
    font-weight: 500;
}

.customer_login .form_main {
    background-color: #fcfcfc;
    margin-top: 10px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.customer_login .form_main .form_box {
    padding: 20px 120px 30px;
}

.customer_login .form_main .user_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 46px;
    color: #F47627;
    background-color: #E6E7E9;
    border: 2px solid #ffffff;
    margin: 0 auto 40px;
}

.customer_login .form_main .input_groups {
    margin-bottom: 20px;
}

.customer_login .form_main .input_groups input {
    width: 100%;
    border: 1px solid #121A1B;
    border-radius: 5px;
    height: 45px;
    padding: 0 24px;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.customer_login .form_main .input_groups input:focus {
    border-color: #121A1B;
}

.customer_login .form_main .button {
    text-align: center;
    margin-top: 30px;
}

.customer_login .form_main .button button {
    background-color: #474747;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 50px;
    width: 200px;
    border-radius: 50px;
    color: #ffffff;
    border: 0;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}

.customer_login .form_main .button button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.customer_login .fotter_part {
    padding: 0 30px;
    padding-bottom: 30px;
}

.customer_login .fotter_part .btn_item {
    width: 48%;
}

.customer_login .fotter_part .action_btn {
    background-color: #474747;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 50px;
    border: 0;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    display: block;
}

.customer_login .fotter_part .action_btn:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.customer_login .fotter_part .create {
    background-color: #F15929;
}

.customer_login .fotter_part .forgot {
    background-color: #57585A;
}

.customer_registration {
    padding: 100px 0;
}

.customer_registration .title {
    text-align: center;
    background-color: #fcfcfc;
    padding: 20px 0;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.customer_registration .title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.customer_registration .form_main {
    background-color: #fcfcfc;
    margin-top: 20px;
    padding: 20px 150px 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.customer_registration .form_main .user_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 46px;
    color: #F47627;
    background-color: #E6E7E9;
    border: 2px solid #ffffff;
    margin: 0 auto 40px;
}

.customer_registration .form_main .input_groups {
    margin-bottom: 20px;
}

.customer_registration .form_main .input_groups label {
    width: 200px;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 600;
}

.customer_registration .form_main .input_groups span {
    width: 60px;
    font-size: 32px;
}

.customer_registration .form_main .input_groups input {
    width: 100%;
    border: 1px solid #121A1B;
    border-radius: 5px;
    height: 40px;
    padding: 0 14px;
    transition: all 0.3s ease;
}

.customer_registration .form_main .input_groups input:focus {
    border-color: #121A1B;
}

.customer_registration .form_main .form-check .form-check-input {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 2px solid #A8A9AD;
}

.customer_registration .form_main .form-check .form-check-input:checked {
    border-color: #F47627;
    background-color: #F47627;
}

.customer_registration .form_main .form-check .form-check-label {
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.customer_registration .form_main .button {
    text-align: center;
    margin-top: 50px;
}

.customer_registration .form_main .button button {
    background-color: #474747;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 50px;
    width: 200px;
    border-radius: 50px;
    border: 0;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.customer_registration .form_main .button button:hover {
    background-color: #121A1B;
    color: #ffffff;
}

.compare-btn {
    border: none;
}

.compare-container {
    display: inline-block;
    background: #f3f3f3;
}

.compare-checkbox {
    vertical-align: middle;
    padding: 5px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}


.compare-label {
    padding: 5px 10px;

    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.compare-checkbox:checked+.compare-label {
    color: #000;
    font-weight: bold;
}

.compare-wrapper {
    background: #f7f7f7;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.compare-table thead th {
    background-color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    border: none;
}

.compare-table td,
.compare-table th {
    border: 1px solid #eee;
    padding: 15px 10px;
    vertical-align: middle;
    text-align: left;
}

.compare-table td img {
    max-width: 80px;
    height: auto;
}

.product-name {
    font-weight: bold;
    color: #005cbf;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.product-name:hover {
    text-decoration: underline;
}

.rating {
    color: #f5c518;
}

.compare-table tbody tr:nth-child(odd) {
    background: #fcfcfc;
}

.compare-table tbody tr.group-header td {
    background: #f7f7f7;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
    font-size: 16px;
    border-left: none;
    border-right: none;
}

.load-more {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #005cbf;
    cursor: pointer;
}


.offers-section,
.account-section {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.cart-count-badge {
    position: absolute;
    top: -10px;
    right: -3px;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-cart-shopping,
.fa-heart,
.fa-user {
    font-size: 18px;
}

.cart-part {
    margin-left: 40px;
}

.register-link:hover,
.login-link:hover {
    color: #ff6b00 !important;
}

.xzoom {
    max-width: 100%;
    height: auto;
    display: block;
}

.xzoom-container {
    border: 1px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
}

.xzoom-thumbs a {
    display: block;
}

.xzoom-gallery {
    object-fit: cover;
    border: 2px solid #ddd !important;
    transition: all 0.3s ease;
}

.xzoom-gallery:hover {
    border-color: #fff !important;
    transform: scale(1.05);
}

.xzoom-preview {
    border: 1px solid #fff;
}

#tawkchat-container {
    bottom: 70px !important;
    right: 10px !important;
    transition: all 0.3s ease;
    z-index: 999999 !important;
}

.common_blog_widget .img {
    height: 230px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.common_blog_widget img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* dark background with transparency */
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Main Body */
.blog-body {
    background-color: #fafafa;
    padding: 1rem 0;
}

.blog-body .container {
    /* max-width: 1000px; */
    margin: 0 auto;
    padding: 0 1rem;
}

.featured-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;

}

.featured-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    transition: all 0.3s ease;

}

.featured-img:hover img {
    transform: scale(1.05);

}

.social-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-btn:hover {
    transform: scale(1.05);
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #1da1f2;
}

.bg-whatsapp {
    background-color: #25d366;
}

.bg-linkedin {
    background-color: #0077b5;
}





/* Typography */
.typography {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.typography p {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.typography h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.typography h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.typography img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 6px;
}

.typography table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.typography table,
.typography table th,
.typography table td {
    border: 1px solid #ccc !important;
}

.typography table th,
.typography table td {
    padding: 8px;
    text-align: left;
}

.typography img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 15px auto;
}

.typography blockquote {
    border-left: 4px solid #ccc !important;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
}

.typography ul,
.typography ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.typography ul li,
.typography ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.typography code {
    background-color: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
}


/* Responsive */
@media (max-width: 767px) {
    .blog-hero h1 {
        font-size: 1.8rem;
    }

    .blog-body {
        padding: 2rem 0;
    }

    .typography p {
        font-size: 1rem;
    }
}

.ac-ln-background {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
}


.line_limit_1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_limit_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-card a:hover {
    text-decoration: underline;
    color: #5c5c5c;
}

.blog-title h1 {
    font-size: 2.5rem;
}

.blog-title p {
    font-size: 1rem;
    color: #666;
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-img {
    transition: transform 0.4s ease;
}

.blog-image-wrapper:hover .blog-img {
    transform: scale(1.1);
}

.image-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.4);
    opacity: 0;
    transition: 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.blog-image-wrapper:hover .image-hover-overlay {
    opacity: 1;
}

.go-icon-bg {
    background-color: #000000a1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 3px solid #ffffffb0;
}

.go-icon {
    font-size: 13px;
    color: #fff;
}

.atricle-type {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 10px;
    padding: 5px 10px;
    z-index: 100;
    background-color: #052043;
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #343a40;
    font-weight: 500;
}




.typography ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.typography ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.typography li {
    word-break: break-word;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}


.product_action {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 10px;
}

.wishlist-btn,
.cart-btn {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 0;
}

.wishlist-btn {
    background-color: #fff;
    /* deep red */
    color: #333;
}

.wishlist-btn:hover {
    background-color: #272727;
    color: #ffffff;
}

.cart-btn {
    background-color: #fff;
    border-left: 1px solid #ddd;
    color: #333;
}

.cart-btn:hover {
    background-color: #272727;
    color: #fff;
}


.typography p:empty,
.typography div:empty,
.typography span:empty,
.typography h1:empty,
.typography h2:empty,
.typography h3:empty,
.typography h4:empty,
.typography h5:empty,
.typography h6:empty {
    display: none !important;
}


.brands_slider:not(.slick-initialized) .col-lg-2 {
    display: none;
}


.blog-search-bar input.form-control-lg {
    border: 2px solid #e3e3e3;
    transition: all 0.3s ease-in-out;
}

.blog-search-bar input.form-control-lg:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.blog-search-bar button {
    transition: background-color 0.3s ease-in-out;
}

.blog-search-bar button:hover {
    background-color: #5a379b;
}

.search-input {
    line-height: 1 !important;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    border-color: #6f42c1;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.blog-banner-image {
    overflow: hidden;
}

.blog-banner-img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.blog-banner-img:hover {
    transform: scale(1.05);
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 0px !important;
    margin-bottom: 10px;
}

.help-slider {
    position: fixed;
    top: 30%;
    right: -750px;
    width: 750px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1080;
}

.help-slider.open {
    right: 0;
}

.help-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.help-item {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #eee;
    text-align: center;
}

.help-item:last-child {
    border-right: none;
}

.icon {
    font-size: 2em;
    margin-bottom: 10px;
}

.help-item h5 {
    margin: 10px 0;
    font-size: 1.1em;
    color: #333;
}

.help-item a {
    color: #007bff;
    font-size: 0.95em;
    text-decoration: none;
}

.help-item a:hover {
    text-decoration: underline;
}

.help-tag {
    position: absolute;
    left: -40px;
    width: 40px;
    height: 120px;
    background-color: #004d99;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.help-tag:hover {
    background-color: #003366;
}

.tag-bottom h4 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    font-size: 0.9em;
}

/* Toggle Button */
.tech-support-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    background-color: #004d99;
    color: white;
    border: none;
    padding: 15px 10px;
    font-size: 1.1em;
    cursor: pointer;
    z-index: 1070;
}

/* Mobile View */
@media (max-width: 768px) {
    .help-slider {
        top: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
        right: -100%;
    }

    .help-slider.open {
        right: 0;
    }

    .help-content {
        flex-direction: column;
    }

    .help-item {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .help-item:last-child {
        border-bottom: none;
    }

    .help-tag {
        height: 100px;
    }

    .tech-support-btn {
        top: auto;
        bottom: 80px;
        right: 20px;
        transform: none;
        writing-mode: horizontal-tb;
        padding: 10px 16px;
        border-radius: 6px;
    }
}

.cartAddBtn {
    background-color: #ffc20e;
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.cartAddBtn:hover {
    background-color: #e6b800;
    color: #fff;
}

.form-check-input {
    margin-top: 0.15rem;
}

.btn {
    font-size: 14px;
    padding: 6px 14px;
}

.banner_slider {
    position: relative;
    overflow: hidden;
    height: 500px;
    /* You can adjust */
}

.banner_slider .overlay {
    width: 100%;
    height: 100%;
    animation: zoomFade 6s ease-in-out infinite;
}

@keyframes zoomFade {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.brand-card {
    transition: all 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.brand-img {
    max-height: 60px;
    object-fit: contain;
}

.footer-link {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #ffffffcc;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-link:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-link i {
    font-size: 12px;
    color: #ccc;
    transition: all 0.3s ease;
}

.footer-link:hover i {
    color: #fff;
}


.common_brand_widget {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.common_brand_widget:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.common_brand_widget img {
    filter: grayscale(0);
    transition: all linear 0.2s;
    height: 60px;
    object-fit: contain;
    padding: 8px;
    background: #f9f9f9;
}

.common_brand_widget:hover img {
    filter: grayscale(1);
}

.brands_slider .common_brand_widget {
    margin: 0 4px;
}

@media (max-width: 768px) {
    .common_brand_widget img {
        height: 50px;
    }
}

@media (max-width: 576px) {
    .common_brand_widget img {
        height: 45px;
    }
}

.view-more-link {
    transition: color 0.3s ease, border-bottom-width 0.3s ease;
    border-bottom: 1.5px solid transparent;
    font-weight: 500;
}

.view-more-link:hover {
    color: #000;
    border-bottom-color: #000;
    border-bottom-width: 1.5px;
    text-decoration: none;
}

/* filter code  */

.category_sidebar_body ul li {
    list-style: none;
}

.category_sidebar_body ul li .form-check label {
    font-size: 14px !important;
    color: #333 !important;
}

.category_sidebar_body ul li .form-check a {
    font-size: 14px !important;
    color: #333 !important;
}

.category_sidebar_body ul li .form-check input[type="checkbox"] {
    margin-right: 5px;
}

.category_sidebar_body ul li .form-check input[type="checkbox"]:checked+label {
    color: #ff5624;
}

.category_sidebar_body ul li .form-check input[type="checkbox"]:checked+label::before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff5624;
}

.price-range-slider {
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.price-range-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #474747;
    border-radius: 5px;
    outline: none;
    position: absolute;
    top: 10px;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #ff5624;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 4;
}

.price-range-slider input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #474747;
    border-radius: 50%;
    cursor: pointer;
}

.price-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .offcanvas-start.custom-width {
        width: 80% !important;
        max-width: 80% !important;
    }
}

.view-more-link {
    transition: color 0.3s ease, border-bottom-width 0.3s ease;
    border-bottom: 1.5px solid transparent;
    cursor: pointer;
}

.view-more-link:hover {
    color: #000;
    border-bottom-color: #000;
    border-bottom-width: 1.5px;
    text-decoration: none;
}


.overview-and-specification table,
.overview-and-specification th,
.overview-and-specification td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.overview-and-specification table {
    width: 100%;
    border-collapse: collapse;
}

.overview-and-specification th,
.overview-and-specification td {
    padding: 8px 12px;
    text-align: left;
}


/*# sourceMappingURL=style.css.map */
