/* @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {background: #FFF;font-family: "Nunito", sans-serif;} */

.container {max-width: 1350px;width: 100%;margin: 0 auto;}
.container.wide-container {width: calc(100% - 80px);}
.container.my-5 {max-width: 100%;width: 100%;padding: 0;margin: 0 !important;}
img {max-width: 100%;}
p {font-size: 16px;}
a {text-decoration: none;}
section {padding: 60px 0;}
.items-center {align-items: center;}
.items-start {align-items: flex-start;}
.items-end {align-items: flex-end;}
.flex_wrap {display: flex;}
.justify-end {justify-content: flex-end;}
.justify-start {justify-content: flex-start;}
.justify-between {justify-content: space-between;}
.justify-around {justify-content: space-around;}
.justify-center {justify-content: center;}
.bg_orange {background-color: #ed5f2b;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.text_center {text-align: center;}


/* =========== Header =========== */
header {position: relative;z-index: 99;}
.mobile_menu {display: none;}
.sp-header-tolbar ul.social_media, .sp-header-tolbar ul.contact_detail {padding: 0;margin: 0;list-style: none;display: flex;align-items: center;gap: 15px;}
.sp-header-tolbar ul.contact_detail {justify-content: flex-end;}
.sp-header-tolbar {background: #333;padding: 8px 0;}
.sp-header-tolbar .row {align-items: center;}
.sp-header-tolbar ul li a {color: #aaa;}
.sp-header-tolbar .contact_detail li {display: flex;align-items: center;line-height: 0;}
.sp-header-tolbar .contact_detail li a {font-size: 13px;line-height: 15px;font-weight: 500;}
.sp-header-tolbar .contact_detail li i {color: #aaa;padding-right: 5px;font-size: 13px;line-height: 15px;}
.sp-header-tolbar .social_media li a {font-size: 20px;line-height: 25px;display: inline-block;}
.sp-header-tolbar .social_media li a i {font-size: 20px;}
.sp-header {box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);border-top: 0 solid #000000;background: #000000;border-bottom: 0;padding: 0;height: 100px;}
.sp-header .wrap_flex {display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.sp-header .wrap_flex ul {list-style: none;padding: 0;margin: 0;}
.sp-header .wrap_flex .main_menu_right, .sp-header .wrap_flex .main_menu_left {max-width: 39%;flex: 0 0 39%;}
.sp-header .wrap_flex .main_menu_right > ul, .sp-header .wrap_flex .main_menu_left > ul {display: flex;align-items: center;justify-content: space-between;gap: 15px;}
.sp-header .wrap_flex .main_menu_right > ul > li:nth-child(4), .sp-header .wrap_flex .main_menu_right > ul > li:nth-child(5), .sp-header .wrap_flex .main_menu_right > ul > li:nth-child(6) {display: none;}
.sp-header .wrap_flex .main_menu_left > ul > li:nth-child(1), .sp-header .wrap_flex .main_menu_left > ul > li:nth-child(2), .sp-header .wrap_flex .main_menu_left > ul > li:nth-child(3) {display: none;}
.sp-header .wrap_flex .header_logo {max-width: 20%;flex: 0 0 20%;border-left: 1px solid #3D3935;border-right: 1px solid #3D3935;border-bottom: 6px solid #faf402;}
.sp-header .wrap_flex .header_logo a {display: inline-block;text-align: center;}
.sp-header .wrap_flex .header_logo a img {width: 100%;}
.sp-header .wrap_flex .main_menu_right > ul > li, .sp-header .wrap_flex .main_menu_left > ul > li {text-align: center;padding: 25px 20px 40px 20px;cursor: pointer;}
.sp-header .wrap_flex .main_menu_right > ul > li > a {display: block;}
.sp-header .wrap_flex .main_menu_right > ul > li > a, .sp-header .wrap_flex .main_menu_left > ul > li > a {color: #fff;font-size: 16px;line-height: 20px;padding: 0;display: block;text-transform: uppercase;font-weight: bold;}
.sp-header .wrap_flex .main_menu_right > ul > li span, .sp-header .wrap_flex .main_menu_left > ul > li span {color: #fff;font-size: 16px;line-height: 20px;padding: 0;display: block;text-transform: uppercase;font-weight: bold;position: relative;}
.sp-header .wrap_flex .main_menu_right > ul > li .sp-menu-separator:after, .sp-header .wrap_flex .main_menu_left > ul > li .sp-menu-separator:after {content: "";font-family: "Font Awesome 6 Free";margin-left: 7px;font-weight: 900;}
.sp-header .wrap_flex .main_menu_right > ul > li > a:hover, .sp-header .wrap_flex .main_menu_left > ul > li > a:hover {color: #faf402;}
.sp-header .wrap_flex .main_menu_right > ul > li span:hover, .sp-header .wrap_flex .main_menu_left > ul > li span:hover {color: #faf402;}

.sp-header .wrap_flex li.sp-dropdown {position: relative;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner {background: #000000;padding: 0;border-top: 5px solid #faf402;box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);margin: 0;position: absolute;top: 100px;left: 0;width: 240px;overflow: hidden;visibility: hidden;opacity: 0;transition: 0.5s all ease-in-out;z-index: 10;}
.sp-header .wrap_flex li.sp-dropdown.active .sp-dropdown-inner {overflow: hidden;visibility: visible;opacity: 1;top: 80px;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items {display: block;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li {padding: 3px 20px;border-bottom: 1px solid #3D3935;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li a {font-size: 14px;line-height: 14px;color: #fff;font-weight: bold;text-transform: uppercase;text-align: left;padding: 8px 0;display: block;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:hover {background: #faf402;}
.sp-header .wrap_flex li.sp-dropdown .sp-dropdown-inner ul.sp-dropdown-items li:hover a {color: #000;}

/* =========== end Header =========== */


/* =========== COMMON SECTION =========== */
h1 {font-size: 40px;line-height: 1.2;font-weight: bold;}
h2 {font-size: 32px;line-height: 1.2;font-weight: bold;}
ul.ul_li_design {padding: 0;margin: 20px 0;}
ul.ul_li_design li {position: relative;list-style: none;padding-left: 25px;line-height: 30px;font-weight: 500;}
ul.ul_li_design li:before {content: '\f00c';font-family: 'fontAwesome';position: absolute;left: 0;top: 0;color: #e0592d;}

.inner_banner_section {background-position: center;background-size: cover;width: 100%;height: 400px;display: flex;align-items: center;padding: 30px 0;}
.inner_banner_section h1 {color: #faf402;font-size: 50px;font-weight: 600;margin-bottom: 20px;}
.inner_banner_section {display: flex;align-items: center;}
.inner_banner_section .breadcrumb ul {padding: 0;margin: 0;list-style: none;display: flex;align-items: center;gap: 15px;flex-wrap: wrap;}
.inner_banner_section .breadcrumb {display: flex;list-style: none;margin: 0;padding: 0 10px;}

.breadcrumb ul li {font-size: 20px;line-height: 25px;color: #fff;}
.breadcrumb ul li a {color: #fff;}
.breadcrumb ul li span {position: relative; padding: 0 5px;}
.breadcrumb ul li span:after {content: '/';position: absolute;left: -9px;}

.service_content_sec {padding: 20px 0 50px;color: #000;}
.service_content_sec h3 {font-weight: bold;}
.service_content_sec img {margin: 20px 0;display: block;}
.service_content_sec h3 a {color: #ec430f;}
.service_content_sec h3 a:hover {color: #ec430f;text-decoration: underline;}
.service_content_sec p {color: #000;}
.center_img {text-align: center;margin: 20px 0;}
.center_img img {text-align: center;margin: 0 auto;}
.center_img a {color: #ec430f;}
.center_img a span {font-size: 28px;line-height: 40px;font-weight: bolder;margin-bottom: 20px;display: block;}

/* =========== COMMON SECTION END =========== */





/* =========== HOME PAGE =========== */

.only_content_area {padding: 50px 0;}
.only_content_area .wrap_box {border: 1px solid #ddd;border-radius: 5px;padding: 20px;}
.only_content_area .wrap_box span {display: block;font-size: 22px;line-height: 22px;font-weight: bold;line-height: 28px;}
.only_content_area .wrap_box span:first-child {margin-bottom: 20px;}
.only_content_area .wrap_box span:first-child a {color: #000;}
.only_content_area .wrap_box span:nth-child(2) {margin-bottom: 10px;}
.only_content_area .wrap_box p {font-size: 16px;line-height: 25px;}
.only_content_area .wrap_box .wrap_call_area span {font-size: 20px;margin: 0;line-height: 30px;}
.only_content_area .wrap_box .wrap_call_area p {font-size: 20px;line-height: 30px;font-weight: 500;}
.only_content_area .wrap_box .wrap_call_area p a {color: #ec430f;font-weight: bold;}

.right_left_content {padding: 50px 0;}
.right_left_content h4 {font-weight: bold;margin-top: 20px;}
.right_left_content p {font-size: 14px;line-height: 1.6;color: #000;}
.right_left_content p a {color: #da3833 !important;transition: 0.5s all ease-in-out;}
.right_left_content p a i {font-size: 11px;}
.right_left_content p a:hover {font-weight: bold;}
.right_left_content .align-left {max-width: 60%;margin-left: auto;width: 100%;}
.right_left_content .align-left .img_wrap {margin-bottom: 20px;}
.right_left_content .align-left h4 {font-weight: bold;}
.right_left_content .align-left p {font-size: 14px;line-height: 1.6;}

.category_grid {padding: 50px 0;}
.category_grid .wrap_column {display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;width: 100%;}
.category_grid .wrap_column .category-card {border: 1px solid #ddd;border-radius: 10px;padding: 15px;text-align: center;background: #fff;transition: 0.2s ease;}
.category_grid .wrap_column .category-card:hover {border-color: #000;}
.category_grid .wrap_column .category-card a {text-decoration: none;color: inherit;display: block;}
.category_grid .wrap_column .category-image {width: 100%;height: 150px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.category_grid .wrap_column .category-image img {max-width: 200px;max-height: 150px;width: auto;height: auto;object-fit: contain;}
.category_grid .wrap_column .category-name {font-size: 18px;line-height: 25px;font-weight: bold;color: #ec430f;}

.pre_footer_form {padding: 30px 0 50px;}
.pre_footer_form .wrap_content {border: 1px solid #ccc;box-shadow: 0 5px 5px -5px #ccc;max-width: 98%;width: 100%;padding: 30px;border-radius: 5px;margin: 0 auto;}
.pre_footer_form .wrap_content h3 {margin-bottom: 20px;color: #ec430f;font-size: 30px;line-height: 40px;font-weight: bold;}
.pre_footer_form form.subscribe_form {display: flex;gap: 15px;}
.pre_footer_form form.subscribe_form input[type="email"] {width: 100%;padding: 8px;font-size: 16px;line-height: 20px;color: #495057;background-color: #fff;background-image: none;background-clip: padding-box;border: 1px solid #00000026;border-radius: 5px;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.pre_footer_form form.subscribe_form button {border-color: #ec430f;background-color: #ec430f;outline: none;border-radius: 6px;color: #fff;padding-right: 15px;padding-left: 15px;border: 1px solid #ec430f;transition: 0.3s all ease-in-out;font-size: 18px;line-height: 20px;font-weight: 500;}
.pre_footer_form form.subscribe_form button:hover {background-color: transparent;color: #ec430f;}

/* =========== HOME PAGE END =========== */


/* =========== STORAGE PAGE =========== */

.social_media_sec {padding: 25px 0 0;}
.social-share-icon ul {display: flex;align-items: center;justify-content: flex-end;gap: 15px;padding: 16px 0;margin: 0;list-style: none;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;}
.social-share-icon ul li a {color: #000;font-size: 16px;line-height: 16px;width: 34px;height: 34px;padding: 8px;border: 1px solid #ededed;border-radius: 50%;display: flex;align-items: center;transition: color 400ms, background-color 400ms;}
.social-share-icon ul li a:hover {background: #ec430f;color: #fff;border-color: #ec430f;}
.social-share-icon ul li a span {display: flex;align-items: center;}

/* =========== STORAGE PAGE END =========== */


/* =========== FAQ's PAGE =========== */

.faq_page {padding: 20px 0 50px;}
.faq_page h4 {background: #f5f5f5;padding: 10px;font-weight: bold;margin-bottom: 10px;}
.faq_page span {font-size: 18px;line-height: 26px;font-weight: 400;margin-bottom: 25px;display: block;padding-left: 30px;}

/* =========== FAQ's PAGE END =========== */

/* =========== PRIVACY POLICY PAGE =========== */

.privacy_policy_page {padding: 20px 0 50px;}
.privacy_policy_page h4 {font-weight: bold;}
.privacy_policy_page p, .privacy_policy_page ul li {color: #000;font-size: 16px;}
.privacy_policy_page p a {color: #ec430f;}

/* =========== PRIVACY POLICY PAGE END =========== */

/* =========== CONTACT US PAGE =========== */

.contact_detail_sec {padding: 50px 0;}
.contact_detail_sec h3 {font-size: 30px;line-height: 45px;color: #ff3f00;font-weight: 800;text-transform: uppercase;}
.contact_detail_sec p {font-size: 18px;line-height: 28px;}
.contact_detail_sec .map_wrap {margin-top: 50px;}
.contact_detail_sec .phone_wrap, .contact_detail_sec .fax_wrap, .contact_detail_sec .email_wrap {display: flex;align-items: center;gap: 5px;}
.contact_detail_sec .phone_wrap a, .contact_detail_sec .fax_wrap a {font-size: 18px;line-height: 28px;color: #000;}
.contact_detail_sec .email_wrap a {font-size: 18px;line-height: 28px;color: #ff3f00;}
.contact_detail_sec .email_wrap a:hover {text-decoration: underline;color: #ff3f00;}


/* =========== CONTACT US PAGE END =========== */

/* =========== CONTACT US PAGE =========== */

.wrap_product_info {padding: 50px 0;}
.wrap_product_info .product_listing_section .product_listing_item {display: flex;align-items: center;border: 1px solid #ddd;padding: 6px;background: #fff;margin: 0 15px 5px;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_content {max-width: 40%;flex: 0 0 40%;min-height: inherit;margin: 0;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_image {text-align: left;max-width: 20%;flex: 0 0 20%;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_image img {width: auto;height: 120px;object-fit: contain;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_content h3 {margin: 0 0 10px;font-size: 18px;line-height: 25px;color: #ec430f;font-weight: bold;}
.wrap_product_info .product_listing_section .product_listing_item .product_short_description {font-size: 16px;color: #000;line-height: 20px;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_button {max-width: 20%;flex: 0 0 20%;text-align: center;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_price {max-width: 20%;flex: 0 0 20%;text-align: center;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_price .call_price {display: inline-flex;max-width: 190px;width: 100%;align-items: center;justify-content: center;gap: 8px;padding: 10px;border-radius: 5px;font-size: 18px;line-height: 20px;font-weight: 600;text-decoration: none;transition: all 0.3s ease;background: transparent;border: 1px solid #000;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_price .call_price:hover {background: #ff3f00;border-color: #ff3f00;color: #fff;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_price span {display: inline-flex;width: max-content;align-items: center;justify-content: center;gap: 8px;padding: 8px 20px;border-radius: 5px;font-size: 22px;line-height: 25px;font-weight: 600;text-decoration: none;transition: all 0.3s ease;background: transparent;border: 1px solid #000;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_button .product_details_btn {display: inline-block;font-size: 18px;line-height: 20px;color: #fff;font-weight: 600;padding: 10px 10px;background: #ff3f00;margin: 0;border: 1px solid #000;transition: 0.3s all ease-in-out;text-align: center;max-width: 190px;width: 100%;border-radius: 5px;}
.wrap_product_info .product_listing_section .product_listing_item .product_listing_button .product_details_btn:hover {color: #000;background: transparent;}
.wrap_product_info .product_filter_section {padding: 25px 0 10px;}
.wrap_product_info .product_filter_section .product_search_row {display: flex;gap: 10px;align-items: flex-end;}
.wrap_product_info .product_filter_section .product_search_input {width: 100%;height: 38px;border: 1px solid #00000026;border-radius: 5px;padding: 8px;font-size: 16px;color: #495057;}
.wrap_product_info .product_filter_section .product_search_btn {max-width: 245px;width: 100%;background: #ff3f00;padding: 4px 20px;font-size: 18px;line-height: 22px;font-weight: 600;letter-spacing: 0;color: #fff;border: 1px solid #000;transition: 0.5s all ease-in-out;border-radius: 5px;height: 38px;}
.wrap_product_info .product_filter_section .product_clear_btn {color: #ff3f00;font-weight: bold;}
.wrap_product_info .product_filter_section .search_help_text {font-size: 16px;color: #000;padding: 10px 0 12px;border-bottom: 1px solid #ddd;}
.wrap_product_info .product_category_title h2 {font-size: 30px;line-height: 45px;color: #ff3f00;font-weight: 700;}

.product_sort_row {padding: 10px 5px;border-bottom: 1px solid #ddd;}
.product_sort_row h3 {margin: 0 0 8px;font-size: 18px;font-weight: 600;color: #333;}
.product_sort_btn {display: inline-block;padding: 6px 12px;border: 1px solid #ccc;border-radius: 3px;background: #fff;color: #ff3f00;font-size: 12px;font-weight: 600;text-decoration: none;}
.product_sort_btn:hover {color: #ff3f00;}
.no_products {padding: 50px 0;text-align: center;}

/* =========== CONTACT US PAGE END =========== */


/* =========== PRODUCT INNER DETAIL PAGE =========== */
.product-action-buttons .call_price {border: 0;background: #ff3f00;color: #fff;padding: 13px 25px;border-radius: 5px;font-size: 15px;font-weight: 600;cursor: pointer;transition: all .3s ease;}
.product-action-buttons .call_price:hover {background: #000;}
.product-detail-section {width: 100%;display: block;position: relative;z-index: 1;background: #fff;padding: 50px 0;overflow: visible;}
.product-detail-section .product-back-row {width: 100%;display: flex;justify-content: flex-end;margin-bottom: 30px;}
.product-detail-section .product-back-row .product-back-btn {display: inline-flex;align-items: center;gap: 8px;padding: 10px 20px;background: #ff3f00;color: #fff !important;border-radius: 5px;font-size: 16px;line-height: 20px;font-weight: 600;text-decoration: none !important;transition: all 0.3s ease;border: 1px solid #000;}
.product-detail-section .product-back-row .product-back-btn:hover {background: #000;color: #fff !important;}
.no-product-image {width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #999;}
.no-product-image i {font-size: 55px;margin-bottom: 10px;}
.product-gallery {width: 100%;display: block;}
.product-gallery .product-main-image {width: 100%;height: 450px;background: #fafafa;border: 1px solid #e5e5e5;border-radius: 10px;display: flex;align-items: center;justify-content: center;overflow: hidden;padding: 15px;}
.product-gallery .product-main-image img {width: 100%;height: 100%;object-fit: contain;display: block;}
.product-gallery .product-thumbnails {width: 100%;display: flex;align-items: center;gap: 12px;margin-top: 15px;flex-wrap: wrap;}
.product-gallery .product-thumbnails .product-thumbnail {width: 85px;height: 70px;padding: 4px;background: #fff;border: 2px solid #e5e5e5;border-radius: 6px;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: all 0.25s ease;}
.product-gallery .product-thumbnails .product-thumbnail:hover {border-color: #ff3f00;}
.product-gallery .product-thumbnails .product-thumbnail.active {border-color: #ff3f00;}
.product-gallery .product-thumbnails .product-thumbnail img {width: 100%;height: 100%;object-fit: contain;display: block;}
.product-info {width: 100%;padding: 5px 0;}
.product-info .product-category-label {display: block;width: max-content;margin-bottom: 10px;background: #faf402;color: #000;font-size: 14px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;border: 1px solid #000;border-radius: 5px;padding: 5px 15px;}
.product-info .product-detail-title {margin: 30px 0 18px;color: #ff3f00;font-size: 32px;line-height: 40px;font-weight: 700;}
.product-info .product-short-description {margin-bottom: 20px;color: #000;font-size: 18px;line-height: 25px;font-weight: 500;}
.product-info .product-price-box {display: block;width: max-content;margin-bottom: 10px;background: #faf402;color: #000;font-size: 14px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;border: 1px solid #000;border-radius: 5px;padding: 5px 15px;}
.product-info .product-price {display: inline-block;}
.product-info .product-stock {margin-bottom: 25px;}
.product-info .product-stock .stock-available {color: #16803c;font-size: 15px;font-weight: 600;}
.product-info .product-stock .stock-available i {margin-right: 5px;}
.product-info .product-stock .stock-unavailable {color: #dc3545;font-size: 15px;font-weight: 600;}
.product-info .product-stock .stock-unavailable i {margin-right: 5px;}
.product-info .product-action-buttons {display: flex;align-items: flex-end;gap: 12px;flex-wrap: wrap;margin-bottom: 25px;}
.product-info .product-action-buttons .product-btn {display: inline-flex;align-items: center;justify-content: center;gap: 8px;padding: 10px 24px;border-radius: 5px;font-size: 16px;line-height: 20px;font-weight: 600;text-decoration: none;transition: all 0.3s ease;}
.product-info .product-action-buttons .product-btn-primary {background: #ff3f00;border: 1px solid #ff3f00;color: #fff !important;}
.product-info .product-action-buttons .product-btn-primary:hover {background: #000;border-color: #000;color: #fff !important;}
.product-info .product-action-buttons .product-btn-outline {background: #fff;border: 1px solid #000;color: #000 !important;}
.product-info .product-action-buttons .product-btn-outline:hover {background: #ff3f00;border-color: #ff3f00;color: #fff !important;}
.product-info .product-action-buttons .product-cart-form {margin-bottom: 0;}
.product-info .product-action-buttons .product-cart-form .product-cart-row .quantity-box {display: flex;gap: 5px;margin-bottom: 10px;}
.product-info .product-action-buttons .product-cart-form .product-cart-row .quantity-box button.qty-btn {border: 1px solid #ff3f00;font-size: 30px;line-height: 10px;background: #ff3f001f;position: relative;border-radius: 5px;width: 40px;display: flex;align-items: center;justify-content: center;padding: 10px 10px 15px 10px}
.product-info .product-action-buttons .product-cart-form .product-cart-row .quantity-box input.quantity-input {max-width: 100px;width: 100%;padding: 5px 10px;border: 1px solid #ff3f00;border-radius: 5px;}
.product-info .product-meta-box {width: 100%;border-top: 1px solid #e5e5e5;}
.product-info .product-meta-item {width: 100%;display: flex;justify-content: space-between;align-items: flex-start;gap: 20px;padding: 13px 0;border-bottom: 1px solid #eee;font-size: 14px;}
.product-info .product-meta-item span {color: #000;flex-shrink: 0;}
.product-info .product-meta-item strong {color: #000;text-align: right;}
.product-description-section {width: 100%;display: block;clear: both;margin-top: 50px;padding-top: 40px;border-top: 1px solid #e5e5e5;position: relative;z-index: 2;}
.product-description-section .product-section-heading {display: flex;align-items: center;gap: 12px;margin-bottom: 25px;}
.product-description-section .product-section-heading span {display: block;width: 5px;height: 28px;background: #ff3f00;border-radius: 3px;}
.product-description-section .product-section-heading h2 {margin: 0;color: #000;font-size: 26px;line-height: 1.3;font-weight: 700;}
.product-description-section .product-description-content {width: 100%;color: #555;font-size: 16px;line-height: 1.8;}
.product-description-section .product-description-content p {margin-top: 0;margin-bottom: 15px;font-weight: 500;color: #000;}
.product-description-section .product-description-content h1, .product-description-section .product-description-content h2, .product-description-section .product-description-content h3, .product-description-section .product-description-content h4 {color: #000;margin-top: 25px;margin-bottom: 12px;}
.product-description-section .product-description-content img {max-width: 100%;height: auto;display: block;}
.product-video-section {width: 100%;display: block;clear: both;margin-top: 50px;padding-top: 35px;border-top: 1px solid #e5e5e5;}
.product-video-wrapper {width: 100%;max-width: 900px;}
.product-video-wrapper video {width: 100%;height: auto;max-height: 550px;display: block;background: #000;border-radius: 10px;}

/* ASK A QUESTION POPUP PAGE */
.call-price-modal {border: 0;border-radius: 12px;overflow: hidden;background: #fff;box-shadow: 0 20px 60px rgba(0,0,0,.2);}
.call-price-modal .call-price-header {display: flex;align-items: center;justify-content: space-between;padding: 25px 30px;border-bottom: 1px solid #eee;}
.call-price-modal .call-price-header .call-price-small-title {display: block;color: #ff3f00;font-size: 12px;font-weight: 700;letter-spacing: 1px;margin-bottom: 5px;}
.call-price-modal .call-price-header h3 {margin: 0;color: #000;font-size: 26px;font-weight: 700;}
.call-price-modal .call-price-header .call-price-close {width: 38px;height: 38px;display: flex;align-items: center;justify-content: center;border: 0;border-radius: 50%;background: #f5f5f5;color: #000;cursor: pointer;transition: all .2s ease;}
.call-price-modal .call-price-header .call-price-close:hover {background: #ff3f00;color: #fff;}
.call-price-modal .call-price-product {display: flex;align-items: center;gap: 20px;padding: 25px 30px;background: #fafafa;border-bottom: 1px solid #eee;}
.call-price-modal .call-price-product .call-price-product-info {min-width: 0;}
.call-price-modal .call-price-product .call-price-product-info h4 {margin: 0 0 7px;color: #000;font-size: 18px;line-height: 1.4;font-weight: 700;}
.call-price-modal .call-price-product .call-price-product-info p {margin: 0;color: #000;font-size: 14px;}
.call-price-modal .call-price-product .call-price-product-info .call-price-category {display: block;color: #ff3f00;font-size: 14px;font-weight: 600;text-transform: uppercase;margin-bottom: 5px;}
.call-price-modal .call-price-product .call-price-image {width: 110px;height: 90px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;background: #fff;border: 1px solid #e5e5e5;border-radius: 8px;overflow: hidden;}
.call-price-modal .call-price-product .call-price-image img {width: 100%;height: 100%;object-fit: contain;padding: 5px;}
.call-price-modal .call-price-product .call-price-image i {color: #aaa;font-size: 30px;}
.call-price-modal .call-price-form {padding: 28px 30px 30px;}
.call-price-modal .call-price-form h4 {margin: 0 0 5px;color: #000;font-size: 20px;font-weight: 700;}
.call-price-modal .call-price-form label {display: block;margin-bottom: 7px;color: #000;font-size: 14px;font-weight: 600;}
.call-price-modal .call-price-form label span {color: #ff3f00;}
.call-price-modal .call-price-form .call-price-description {margin: 0 0 22px;color: #000;font-size: 14px;}
.call-price-modal .call-price-form .form-control {width: 100%;min-height: 46px;border: 1px solid #ddd;border-radius: 6px;padding: 10px 13px;color: #000;font-size: 14px;box-shadow: none;}
.call-price-modal .call-price-form textarea.form-control {min-height: 110px;resize: vertical;}
.call-price-modal .call-price-form .form-control:focus {border-color: #ff3f00;box-shadow: 0 0 0 3px rgba(255,67,40,.08);}
.call-price-modal .call-price-form #callPriceForm .call-price-submit {width: 100%;min-height: 48px;display: flex;align-items: center;justify-content: center;gap: 8px;border: 0;border-radius: 6px;background: #ff3f00;color: #fff;font-size: 15px;font-weight: 600;cursor: pointer;transition: all .3s ease;}
.call-price-submit:hover {background: #000;}
/* ASK A QUESTION POPUP PAGE END */

/* ADD TO CART POPUP */
.product-stock {display: flex;align-items: center;gap: 20px;margin-bottom: 20px;}
.product-stock-price {color: #000;font-size: 24px;line-height: 30px;font-weight: 700;}
.cart-popup-overlay {position: fixed;inset: 0;background: rgba(0, 0, 0, 0.55);display: flex;align-items: center;justify-content: center;padding: 20px;z-index: 99999;opacity: 0;visibility: hidden;transition: .25s ease;}
.cart-popup-overlay.active {opacity: 1;visibility: visible;}
.cart-popup-overlay .cart-popup {position: relative;width: 100%;max-width: 600px;background: #fff;border-radius: 14px;padding: 28px;box-shadow: 0 25px 80px rgba(0, 0, 0, .25);transform: translateY(20px);transition: .25s ease;}
.cart-popup-overlay.active .cart-popup {transform: translateY(0);}
.cart-popup-overlay .cart-popup .cart-popup-close {position: absolute;top: 18px;right: 18px;width: 36px;height: 36px;border: 0;border-radius: 50%;background: #f3f3f3;cursor: pointer;}
.cart-popup-overlay .cart-popup .cart-popup-close:hover {background: #ff3f00;color: #fff;}
.cart-popup-overlay .cart-popup .cart-success-icon {width: 48px;height: 48px;flex-shrink: 0;border-radius: 50%;background: #e8f8ef;color: #16a05d;display: flex;align-items: center;justify-content: center;font-size: 20px;}
.cart-popup-overlay .cart-popup .cart-popup-success {display: flex;align-items: center;gap: 15px;margin-bottom: 25px;}
.cart-popup-overlay .cart-popup .cart-popup-success h3 {margin-bottom: 5px;font-size: 25px;line-height: 28px;font-weight: bold;}
.cart-popup-overlay .cart-popup .cart-popup-success p {margin: 0;color: #000;font-size: 14px;}
.cart-popup-overlay .cart-popup .cart-popup-product {display: flex;align-items: center;gap: 18px;padding: 18px;background: #f8f8f8;border: 1px solid #ddd;border-radius: 10px;margin-bottom: 25px;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-image {width: 100px;max-height: 300px;flex-shrink: 0;background: #fff;border: 1px solid #ddd;border-radius: 8px;overflow: hidden;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-image img {width: 100%;height: 100%;object-fit: contain;padding: 5px;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info span {display: block;color: #ff3f00;font-size: 16px;font-weight: 600;text-transform: uppercase;margin-bottom: 5px;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info h4 {margin: 0 0 10px;font-size: 20px;line-height: 28px;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info .cart-popup-quantity {display: flex;align-items: center;gap: 7px;font-size: 14px;color: #000;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info .cart-popup-quantity span {margin-bottom: 0;}
.cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info .cart-popup-quantity strong {color: #000;font-size: 20px;line-height: 15px;}
.cart-popup-overlay .cart-popup .cart-popup-actions {display: flex;gap: 12px;}
.cart-popup-overlay .cart-popup .cart-popup-actions .cart-continue-btn, .cart-popup-overlay .cart-popup .cart-popup-actions .cart-view-btn {display: flex;align-items: center;justify-content: center;gap: 8px;padding: 10px;border-radius: 5px;font-size: 18px;line-height: 20px;font-weight: 600;cursor: pointer;text-decoration: none;width: 100%;}
.cart-popup-overlay .cart-popup .cart-popup-actions .cart-continue-btn {background: #fff;border: 1px solid #000;color: #000;}
.cart-popup-overlay .cart-popup .cart-popup-actions .cart-continue-btn:hover {background: #000;color: #fff;}
.cart-popup-overlay .cart-popup .cart-popup-actions .cart-view-btn {background: #ff3f00;border: 1px solid #ff3f00;color: #fff !important;}
.cart-popup-overlay .cart-popup .cart-popup-actions .cart-view-btn:hover {background: #000;border-color: #000;}
/*  */

/* VIEW CART PAGE */
.cart-item-label {display: block;color: #ff3f00;font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: .5px;margin-bottom: 5px;}
.cart-page-label {display: block;color: #ff3f00;font-size: 12px;font-weight: 700;letter-spacing: 1.5px;margin-bottom: 7px;}
.cart-summary-note {display: flex;gap: 10px;padding: 13px;background: #f8f8f8;border-radius: 6px;margin-bottom: 20px;}
.cart-summary-note i {color: #ff3f00;margin-top: 2px;}
.cart-summary-note p {margin: 0;color: #000;font-size: 12px;line-height: 1.6;}
.cart-page {padding: 80px 0;background: #f8f8f8;}
.cart-page .cart-page-header {margin-bottom: 35px;}
.cart-page .cart-page-header h1 {margin-bottom: 8px;color: #000;font-size: 38px;line-height: 45px;font-weight: 700;}
.cart-page .cart-page-header p {margin: 0;color: #000;font-size: 16px;line-height: 20px;font-weight: 500;}
.cart-page .cart-items-box {background: #fff;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;}
.cart-page .cart-items-box .cart-items-header {display: flex;align-items: center;justify-content: space-between;padding: 22px 25px;border-bottom: 1px solid #ddd;}
.cart-page .cart-items-box .cart-items-header h3 {color: #000;font-size: 24px;line-height: 30px;margin: 0;}
.cart-page .cart-items-box .cart-items-header span {color: #000;font-size: 18px;line-height: 20px;font-weight: 500;}
.cart-page .cart-items-box .cart-item {display: flex;align-items: center;gap: 10px;padding: 22px 25px;border-bottom: 1px solid #ddd;}
.cart-page .cart-items-box .cart-item:last-child {border-bottom: 0;}
.cart-page .cart-items-box .cart-item .cart-item-image {width: 115px;max-height: 200px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;background: #fafafa;border: 1px solid #e5e5e5;border-radius: 8px;overflow: hidden;}
.cart-page .cart-items-box .cart-item .cart-item-image img {width: 100%;height: 100%;object-fit: contain;padding: 6px;}
.cart-page .cart-items-box .cart-item .cart-item-image i {color: #aaa;font-size: 30px;}
.cart-page .cart-items-box .cart-item .cart-item-info {flex: 1;min-width: 0;}
.cart-page .cart-items-box .cart-item .cart-item-info a {font-size: 24px;line-height: 30px;font-weight: 600;margin-bottom: 10px;display: inline-block;color: #ff3f00;}
.cart-page .cart-items-box .cart-item .cart-item-info .cart-item-quantity {display: flex;align-items: center;gap: 7px;color: #000;}
.cart-page .cart-items-box .cart-item .cart-item-info .cart-item-quantity span {display: block;color: #000;font-size: 16px;font-weight: 600;text-transform: uppercase;}
.cart-page .cart-items-box .cart-item .cart-item-info .cart-item-quantity strong {color: #000;font-size: 20px;line-height: 15px;}
.cart-page .cart-items-box .cart-item .cart-item-price {width: max-content;}
.cart-page .cart-items-box .cart-item .cart-item-price strong {color: #000;font-size: 20px;line-height: 25px;background: #f1f1f1;border-radius: 5px;padding: 5px 10px;display: block;}
.cart-page .cart-items-box .cart-item .cart-item-price span {color: #ff3f00;font-size: 14px;font-weight: 600;}
.cart-page .cart-items-box .cart-item .cart-remove-btn {width: 38px;height: 38px;flex-shrink: 0;border: 0;border-radius: 5px;background: #fff1ef;color: #e8432b;transition: all .2s ease;}
.cart-page .cart-items-box .cart-item .cart-remove-btn:hover {background: #ff3f00;color: #fff;}
.cart-page .cart-summary {background: #fff;border: 1px solid #ddd;border-radius: 10px;padding: 25px;position: sticky;top: 20px;}
.cart-page .cart-summary .cart-summary-header {margin-bottom: 20px;}
.cart-page .cart-summary .cart-summary-header h3 {color: #000;font-size: 24px;line-height: 30px;margin: 0;}
.cart-page .cart-summary .cart-summary-row {display: flex;align-items: center;justify-content: space-between;padding: 10px 0;color: #000;font-size: 22px;line-height: 30px;}
.cart-page .cart-summary .cart-summary-row strong {color: #000;}
.cart-page .cart-summary .cart-summary-divider {height: 1px;background: #ddd;margin: 10px 0 20px;}
.cart-page .cart-summary .cart-checkout-btn {width: 100%;display: flex;align-items: center;justify-content: center;gap: 8px;background: #ff3f00;border: 1px solid #ff3f00;color: #fff;padding: 10px;border-radius: 5px;font-size: 18px;line-height: 25px;font-weight: 600;text-decoration: none;transition: all .25s ease;}
.cart-page .cart-summary .cart-checkout-btn:hover {background: #000;border-color: #000;}
.cart-page .cart-summary .cart-shopping-btn {width: 100%;display: flex;align-items: center;justify-content: center;gap: 8px;margin-top: 10px;background: #fff;border: 1px solid #ddd;color: #000;padding: 10px;border-radius: 5px;font-size: 18px;line-height: 25px;font-weight: 600;text-decoration: none;transition: all .25s ease;}
.cart-page .cart-summary .cart-shopping-btn:hover {background: #000;border-color: #000;color: #fff;}
.cart-page .cart-alert {width: 100%;padding: 14px 20px;border: 1px solid #ddd;border-radius: 10px;}
.cart-page .cart-alert-success {background: #eaf8f0;color: #167a46;}
.cart-page .cart-alert-error {background: #fff0ee;color: #d93620;}
.cart-page .cart-empty {max-width: 650px;width: 100%;margin: 40px auto 0;padding: 50px 30px;text-align: center;background: #fff;border: 1px solid #ddd;border-radius: 12px;}
.cart-page .cart-empty .cart-empty-icon {width: 75px;height: 75px;margin: 0 auto 20px;display: flex;align-items: center;justify-content: center;background: #fff1ee;color: #ff3f00;border-radius: 50%;font-size: 30px;}
.cart-page .cart-empty h2 {margin-bottom: 10px;color: #000;font-size: 26px;}
.cart-page .cart-empty p {margin-bottom: 25px;color: #000;font-size: 16px;line-height: 25px;}
.cart-page .cart-empty .cart-empty-btn {display: inline-flex;align-items: center;justify-content: center;gap: 8px;padding: 10px 25px;background: #ff3f00;color: #fff !important;border-radius: 5px;font-size: 18px;line-height: 25px;font-weight: 600;text-decoration: none;}
.cart-page .cart-empty .cart-empty-btn:hover {background: #000;}

/*  */

/* PRODUCT CHECKOUT PAGE */

.checkout-page {padding: 65px 0 100px;background: #f7f7f7;min-height: 700px;}
.checkout-page .checkout-header {margin-bottom: 35px;}
.checkout-page .checkout-header > span {color: #ff3f00;font-size: 12px;font-weight: 700;letter-spacing: 1.5px;}
.checkout-page .checkout-header h1 {margin-bottom: 8px;color: #000;font-size: 38px;line-height: 45px;font-weight: 700;}
.checkout-page .checkout-header p {margin: 0;color: #000;font-size: 16px;line-height: 20px;font-weight: 500;}
.checkout-page .checkout-card {background: #fff;border: 1px solid #e5e5e5;border-radius: 12px;overflow: hidden;}
.checkout-page .checkout-card .checkout-card-header {display: flex;align-items: center;gap: 14px;padding: 24px 28px;border-bottom: 1px solid #eee;}
.checkout-page .checkout-card .checkout-card-header .checkout-header-icon {width: 46px;height: 46px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #fff0ed;color: #ff3f00;font-size: 18px;}
.checkout-page .checkout-card .checkout-card-header h3 {color: #000;font-size: 22px;line-height: 32px;margin: 0;}
.checkout-page .checkout-card .checkout-card-header p {margin: 0;color: #000;font-size: 14px;font-weight: 500;}
.checkout-page .checkout-card .checkout-form {padding: 28px;}
.checkout-page .checkout-card .checkout-form .form-row {display: grid;grid-template-columns: 1fr 1fr;gap: 18px;}
.checkout-page .checkout-card .checkout-form .form-group {margin-bottom: 19px;}
.checkout-page .checkout-card .checkout-form .form-group label {display: block;margin-bottom: 10px;color: #000;font-size: 15px;font-weight: 600;line-height: 18px;}
.checkout-page .checkout-card .checkout-form .form-group label span {color: #ff3f00;}
.checkout-page .checkout-card .checkout-form .form-group .checkout-input {width: 100%;min-height: 46px;padding: 10px 15px;background: #fff;border: 1px solid #ddd;border-radius: 5px;color: #000;font-size: 14px;line-height: 16px;font-weight: 500;outline: none;transition: .2s ease;}
.checkout-page .checkout-card .checkout-form .form-group textarea.checkout-input {min-height: 120px;resize: vertical;}
.checkout-page .checkout-card .checkout-form .form-group select.checkout-input {cursor: pointer;}
.checkout-page .checkout-card .checkout-form .form-group .checkout-input:focus {border-color: #ff3f00;box-shadow: 0 0 0 3px rgba(255, 67, 40, .08);}
.checkout-page .checkout-summary {position: sticky;top: 25px;background: #fff;border: 1px solid #e5e5e5;border-radius: 12px;padding: 25px;}
.checkout-page .checkout-summary .checkout-summary-header {display: flex;align-items: center;justify-content: space-between;padding-bottom: 20px;}
.checkout-page .checkout-summary .checkout-summary-header span {color: #ff3f00;font-size: 14px;font-weight: 700;letter-spacing: 1px;}
.checkout-page .checkout-summary .checkout-summary-header h3 {color: #000;font-size: 22px;line-height: 32px;margin: 0;}
.checkout-page .checkout-summary .checkout-summary-header > i {width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #fff0ed;color: #ff3f00;}
.checkout-page .checkout-summary .checkout-products .checkout-product {display: flex;align-items: center;gap: 10px;padding: 15px 0;border-top: 1px solid #eee;border-bottom: 1px solid #ddd;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-image {width: 100px;max-height: 200px;display: flex;align-items: center;justify-content: center;background: #fafafa;border: 1px solid #e5e5e5;border-radius: 7px;overflow: hidden;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-image img {width: 100%;height: 100%;object-fit: contain;padding: 4px;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-image i {color: #aaa;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-info {flex: 1;min-width: 0;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-info h4 {margin-bottom: 5px;color: #000;font-size: 16px;line-height: 20px;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-info span {color: #000;font-size: 14px;line-height: 18px;}
.checkout-page .checkout-summary .checkout-products .checkout-product .checkout-product-price {color: #000;font-size: 20px;font-weight: 700;white-space: nowrap;}
.checkout-page .checkout-summary .checkout-total {display: flex;align-items: center;justify-content: space-between;padding: 15px 0;}
.checkout-page .checkout-summary .checkout-total span {color: #000;font-size: 20px;font-weight: bold;}
.checkout-page .checkout-summary .checkout-total strong {color: #000;font-size: 26px;font-weight: 700;}
.checkout-page .checkout-summary .checkout-notice {display: flex;gap: 10px;padding: 13px;margin-bottom: 18px;background: #f8f8f8;border-radius: 7px;}
.checkout-page .checkout-summary .checkout-notice i {color: #ff3f00;margin-top: 2px;}
.checkout-page .checkout-summary .checkout-notice p {margin: 0;color: #000;font-size: 12px;line-height: 1.6;}
.checkout-page .checkout-summary .checkout-submit {width: 100%;display: inline-flex;align-items: center;justify-content: center;padding: 10px 15px;gap: 8px;border: 0;border-radius: 6px;background: #ff3f00;color: #fff;font-size: 18px;line-height: 25px;font-weight: 600;transition: .25s ease;margin-bottom: 10px;border: 1px solid #ff3f00;}
.checkout-page .checkout-summary .checkout-submit:hover {background: #000;border-color: #000;}
.checkout-page .checkout-summary .checkout-back {width: 100%;display: inline-flex;align-items: center;justify-content: center;padding: 10px 15px;gap: 8px;border: 0;border-radius: 6px;color: #000;border: 1px solid #000;font-size: 18px;line-height: 25px;font-weight: 600;transition: .25s ease;}
.checkout-page .checkout-summary .checkout-back:hover {background: #000;color: #fff;border-color: #000;}
/*  */
/* ORDER SUCCESS PAGE */
.order-success-page {min-height: 600px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 80px 20px;background: #f7f8fa;}
.order-success-page .order-success-icon {width: 90px;height: 90px;display: flex;align-items: center;justify-content: center;margin-bottom: 25px;border-radius: 50%;background: #e9f8ef;color: #20a45b;font-size: 40px;box-shadow: 0 8px 25px rgba(32, 164, 91, 0.12);}
.order-success-page h1 {margin-bottom: 20px;color: #000;font-size: 32px;line-height: 40px;}
.order-success-page p {margin: 0 auto 30px;color: #000;font-size: 16px;line-height: 20px;}
.order-success-page h3 {margin: 5px 0 30px;color: #ff4328;font-size: 20px;font-weight: 700;}
.order-success-page .checkout-submit {width: max-content;min-height: 50px;padding: 10px 28px;display: inline-flex;align-items: center;justify-content: center;border-radius: 6px;background: #ff4328;color: #fff !important;text-decoration: none;font-size: 20px;line-height: 28px;font-weight: 600;transition: all .25s ease;}
.order-success-page .checkout-submit:hover {background: #222;transform: translateY(-2px);}
/*  */


/* =========== PRODUCT INNER DETAIL PAGE END =========== */






/* =========== FOOTER =========== */
footer {background: #000;}
footer .top_footer .wrap_flex {display: flex;align-items: flex-start;justify-content: space-between;border-bottom: 1px solid #3D3935;padding: 40px 0 30px;}
footer .top_footer .wrap_flex .footer_logo {max-width: 20%;flex: 0 0 20%;}
footer .top_footer .wrap_flex .footer_contact_detail ul {list-style: none;padding: 10px 0;margin: 0;color: #fff;}
footer .top_footer .wrap_flex h3 {font-size: 24px;line-height: 30px;color: #fff;}
footer .top_footer .wrap_flex .footer_address_detail .wrap_con div a {display: flex;gap: 5px;color: #fff;align-items: center;padding: 10px 0;}
footer .top_footer .wrap_flex .footer_contact_detail ul li {display: flex;align-items: center;gap: 5px;padding-bottom: 10px;}
footer .top_footer .wrap_flex .footer_contact_detail ul li a {color: #fff;}
footer .top_footer .wrap_flex .ebay_logo {max-width: 20%;flex: 0 0 20%;}
footer .top_footer .wrap_flex .footer_logo a {display: block;}
footer .bottom_footer p {margin: 0;padding: 20px 0;color: #fff;}
/* =========== END FOOTER =========== */


@media only screen and (max-width: 1540px) {
    
    .sp-header .wrap_flex li.sp-dropdown.about-dropdown .sp-dropdown-inner {left: -70px;}

}


@media only screen and (max-width: 1024px) {
    /* .sp-header {overflow: hidden;} */
    h1 {font-size: 30px;}
    h2 {font-size: 28px;}
    .category_grid .wrap_column {grid-template-columns: repeat(3, 1fr);}
    .category_grid .wrap_column .category-card {margin-bottom: 10px;}
    .sp-header .wrap_flex .main_menu_right > ul > li, .sp-header .wrap_flex .main_menu_left > ul > li {padding: 5px 10px 20px 10px;}
    .sp-header {height: 80px;width: 100%;}
    .sp-header .wrap_flex li.sp-dropdown.about-dropdown .sp-dropdown-inner {left: -130px;top: 80px;}
    .sp-header .wrap_flex li.sp-dropdown.active .sp-dropdown-inner {top: 60px;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price {max-width: 20%;flex: 0 0 20%;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_button {max-width: 20%;flex: 0 0 20%;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price .call_price, .wrap_product_info .product_listing_section .product_listing_item .product_listing_button .product_details_btn {max-width: 160px;}
    .category_grid, .right_left_content, .only_content_area, .service_content_sec {padding: 30px 0;}
    .product-detail-section, .privacy_policy_page, .contact_detail_sec {padding: 30px 0 0;}
    .pre_footer_form form.subscribe_form input[type="email"] {width: 75%;flex: 0 0 75%;}
    .pre_footer_form form.subscribe_form button {width: 100%;}
    .contact_detail_sec h3 {font-size: 26px;}
    
}


@media only screen and (max-width: 980px) {
    
    h1 {font-size: 28px;}
    h2 {font-size: 24px;}
    /* ======= HEADER MOBILE MENU ======= */
    .desktop_menu {display: none;}
    .mobile_menu {display: block;padding: 10px 0;}
    body.menu-open {overflow: hidden;}
    .mobile_menu {display: block;position: relative;padding: 15px 0;background: #fff;z-index: 999;}
    .mobile_menu .mobile_header {display: flex;align-items: center;justify-content: space-between;}
    .mobile_menu .mobile_header .header_logo img, .mobile-menu-header .header_logo img {max-height: 55px;width: auto;}
    /* Burger Button */
    .mobile_menu .mobile_header .menu-toggle {border: 0;background: transparent;font-size: 28px;cursor: pointer;padding: 5px;}
    .mobile_menu .mobile-sidebar-menu .menu-close {border: 0;background: transparent;font-size: 28px;cursor: pointer;padding: 5px;}
    /* Overlay */
    .mobile_menu .mobile-menu-overlay {position: fixed;inset: 0;background: rgba(0, 0, 0, 0.55);opacity: 0;visibility: hidden;transition: 0.3s ease;z-index: 9998;}
    .mobile_menu .mobile-menu-overlay.active {opacity: 1;visibility: visible;}
    /* Sidebar */
    .mobile_menu .mobile-sidebar-menu {position: fixed;top: 0;right: -100%;width: 320px;max-width: 85%;height: 100vh;background: #fff;z-index: 9999;overflow-y: auto;transition: right 0.35s ease;box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);}
    .mobile_menu .mobile-sidebar-menu.active {right: 0;}
    .mobile-menu-header {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;border-bottom: 1px solid #ddd;}
    /* Menu */
    .mobile_menu .mobile-sidebar-menu .mobile-nav {list-style: none;margin: 0;padding: 0;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav > li {border-bottom: 1px solid #ddd;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav a, .mobile_menu .mobile-sidebar-menu .mobile-nav .submenu-toggle {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 15px 20px;text-decoration: none;color: #000;font-size: 18px;line-height: 20px;font-weight: 500;background: transparent;border: 0;cursor: pointer;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav a:hover, .mobile_menu .mobile-sidebar-menu .mobile-nav .submenu-toggle:hover {background: #f7f7f7;}
    /* Submenu */
    .mobile_menu .mobile-sidebar-menu .mobile-nav .submenu {list-style: none;margin: 0;padding: 0;max-height: 0;overflow: hidden;transition: max-height 0.35s ease;background: #f8f8f8;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav .submenu li {border-top: 1px solid #e9e9e9;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav .submenu a {padding-left: 40px;font-size: 15px;padding-top: 10px;padding-bottom: 10px;}
    /* Arrow rotate */
    .mobile_menu .mobile-sidebar-menu .mobile-nav .has-submenu .submenu-toggle i {transition: transform 0.3s ease;font-size: 14px;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav .has-submenu.active .submenu {max-height: 2000px;}
    .mobile_menu .mobile-sidebar-menu .mobile-nav .has-submenu.active .submenu-toggle i {transform: rotate(180deg);}
    /* Body scroll stop */
    .mobile_menu .mobile-sidebar-menu .bottom_mobile_menu ul.social_media {padding: 10px 15px;margin: 0;list-style: none;display: flex;gap: 15px;}
    .mobile_menu .mobile-sidebar-menu .bottom_mobile_menu ul.social_media li a {color: #000;font-size: 21px;}
    .mobile_menu .mobile-sidebar-menu .bottom_mobile_menu ul.contact_detail {padding: 10px 15px;list-style: none;}
    .mobile_menu .mobile-sidebar-menu .bottom_mobile_menu ul.contact_detail li {display: flex;align-items: center;gap: 10px;padding: 3px 0;}
    .mobile_menu .mobile-sidebar-menu .bottom_mobile_menu ul.contact_detail li a {color: #000;text-decoration: underline;}
    /*  */

    /* ======= HOME PAGE ======== */
    .category_grid .wrap_column {grid-template-columns: repeat(2, 1fr);}

    footer .top_footer .wrap_flex {display: block;}
    footer .top_footer .wrap_flex .footer_logo, footer .top_footer .wrap_flex .ebay_logo {max-width: 100%;padding: 10px 0;}
    footer .top_footer .wrap_flex .footer_address_detail, footer .top_footer .wrap_flex .footer_contact_detail {padding: 10px 0;}
    footer .top_footer .wrap_flex .footer_logo img {max-width: 40%;width: 100%;}
    .right_left_content .align-left {max-width: 100%;}
    .right_left_content h4 {margin-top: 0px;}
    .pre_footer_form {padding: 30px 0 30px;}
    .pre_footer_form .wrap_content {max-width: 100%;padding: 20px;}
    .pre_footer_form .wrap_content h3 {font-size: 26px;}
    .pre_footer_form form.subscribe_form {display: block;}
    .pre_footer_form form.subscribe_form input[type="email"] {margin-bottom: 10px;width: 100%;}
    .pre_footer_form form.subscribe_form button {padding: 5px 20px;width: 100%;height: 38px;}
    /*  */

    /* ======= SERVICE PAGE ======== */
    .service_content_sec h3 {line-height: 30px;}
    /*  */

    /* ======= CONTACT US PAGE ======== */
    .contact_detail_sec {padding: 30px 0;}
    .contact_detail_sec h3 {font-size: 22px;line-height: 35px;font-weight: 700;}
    .contact_detail_sec .map_wrap {margin-top: 30px;}
    .contact_detail_sec .map_wrap IMG {width: 100%;}
    .contact_detail_sec .phone_wrap, .contact_detail_sec .fax_wrap, .contact_detail_sec .email_wrap {gap: 10px;}
    /*  */
    
    /* ======= PRODUCT PAGE ======= */
    .inner_banner_section {height: 250px;}
    .inner_banner_section h1 {font-size: 40px;}
    .breadcrumb ul li {font-size: 18px;line-height: 22px;}
    .wrap_product_info {padding: 30px 0 0;}
    .wrap_product_info .product_filter_section .product_search_row {display: block;}
    .wrap_product_info .product_filter_section .product_search_input {margin-bottom: 10px;}
    .wrap_product_info .product_listing_section .product_listing_item {flex-wrap: wrap;justify-content: space-between;margin: 0;margin-bottom: 5px;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_image, .wrap_product_info .product_listing_section .product_listing_item .product_listing_content {max-width: 100%;flex: 0 0 100%;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price, .wrap_product_info .product_listing_section .product_listing_item .product_listing_button {max-width: 48%;flex: 0 0 48%;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price, .wrap_product_info .product_listing_section .product_listing_item .product_listing_button {margin: 15px 0;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price {text-align: right;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_button {text-align: left;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_image {padding-bottom: 15px;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_button .product_details_btn {font-size: 16px;line-height: 25px;padding: 5px 15px;max-width: max-content;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price .call_price {font-size: 16px;line-height: 25px;padding: 5px 15px;max-width: max-content;}
    /* ======= PRODUCT INNER DETAIL PAGE ======= */
    .product-info {margin-top: 20px;}
    .product-detail-section {padding: 40px 0 80px;}
    .product-gallery .product-main-image {height: 400px;}
    .product-info .product-detail-title {font-size: 30px;}
    /*  */


}

@media only screen and (max-width: 767px) {
    
    .inner_banner_section h1 {font-size: 32px;}
    .category_grid .wrap_column {display: block;}
    .right_left_content .align-left p {margin-bottom: 0;}
    .social_media_sec {padding-top: 30px;}
    .social-share-icon ul {padding: 10px 0;}
    .category_grid, .right_left_content, .only_content_area {padding: 20px 0;}
    .category_grid .wrap_column .category-card {max-width: 70%;margin: 0 auto 15px;}
    .category_grid .wrap_column .category-card:last-child {margin-bottom: 0;}
    .center_img a span {font-size: 24px;}
    .faq_page, .privacy_policy_page {padding-bottom: 0;}
    .faq_page h4 {font-size: 20px;line-height: 25px;}
    .faq_page span {margin-bottom: 20px;padding-left: 20px;}

    /* ======= ASK A QUESTION POPUP ======= */
    .call-price-modal .call-price-header {padding: 20px;}
    .call-price-modal .call-price-header h3 {font-size: 22px;}
    .call-price-modal .call-price-product {padding: 20px;}
    .call-price-modal .call-price-form {padding: 22px 20px 25px;}
    .call-price-modal .call-price-product .call-price-image {width: 85px;height: 75px;}
    .call-price-modal .call-price-product .call-price-product-info h4 {font-size: 16px;}
    /*  */

    /* ======= PRODUCT INNER DETAIL PAGE ======= */
    .product-detail-section {padding: 30px 0 60px;}
    .product-detail-section .product-back-row {justify-content: flex-start;margin-bottom: 20px;}
    .product-gallery .product-main-image {height: 300px;}
    .product-gallery .product-thumbnails {gap: 8px;}
    .product-gallery .product-thumbnails .product-thumbnail {width: 70px;height: 60px;}
    .product-info .product-detail-title {font-size: 26px;}
    .product-info .product-short-description {font-size: 15px;}
    .product-info .product-price {font-size: 25px;}
    .product-info .product-action-buttons {flex-direction: column;align-items: stretch;}
    .product-info .product-action-buttons .product-btn {width: 100%;}
    .product-info .product-meta-item {flex-direction: column;gap: 5px;}
    .product-info .product-meta-item strong {text-align: left;}
    .product-description-section {margin-top: 40px;padding-top: 25px;}
    .product-video-section {margin-top: 40px;padding-top: 25px;}
    /* ADD TO CART POPUP */
    .cart-popup-overlay .cart-popup {padding: 20px;}
    .cart-popup-overlay .cart-popup .cart-popup-product {display: block;margin-bottom: 10px;}
    .cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-image {width: 80px;height: 70px;margin-bottom: 10px;}
    .cart-popup-overlay .cart-popup .cart-popup-product .cart-popup-product-info h4 {font-size: 18px;line-height: 22px;}
    .cart-popup-overlay .cart-popup .cart-popup-actions {display: block;}
    .cart-popup-overlay .cart-popup .cart-popup-success h3 {font-size: 20px;line-height: 22px;}
    .cart-popup-overlay .cart-popup .cart-popup-actions .cart-continue-btn {margin-bottom: 5px;}
    .cart-popup-overlay .cart-popup .cart-popup-actions .cart-continue-btn, .cart-popup-overlay .cart-popup .cart-popup-actions .cart-view-btn {padding: 8px;font-size: 16px;line-height: 20px;}
    .cart-popup-overlay .cart-popup .cart-popup-close {top: 10px;right: 10px;width: 26px;height: 26px;}
    .cart-popup-overlay .cart-popup .cart-popup-success {align-items: flex-start;gap: 10px;margin-bottom: 10px;}
    .cart-popup-overlay .cart-popup .cart-success-icon {width: 35px;height: 35px;}
    /*  */
    /* VIEW CART PAGE */
    .cart-page {padding: 20px 0 30px;}
    .cart-page .cart-page-header h1 {font-size: 30px;}
    .cart-page .cart-items-box .cart-items-header {padding: 10px 20px;}
    .cart-page .cart-items-box .cart-item {padding: 15px;display: block;}
    .cart-page .cart-items-box .cart-item .cart-item-image {width: 90px;height: 75px;}
    .cart-page .cart-items-box .cart-item .cart-item-info {width: 100%;}
    .cart-page .cart-items-box .cart-item .cart-item-info a {font-size: 20px;line-height: 28px;margin: 5px 0;}
    .cart-page .cart-items-box .cart-item .cart-item-price {min-width: auto;margin-left: auto;}
    .cart-page .cart-items-box .cart-item .cart-item-price strong {font-size: 18px;line-height: 20px;}
    .cart-page .cart-items-box .cart-item .cart-item-info .cart-item-quantity {justify-content: flex-end;margin-bottom: 10px;}
    .cart-page .cart-items-box .cart-item form {margin-left: auto;display: flex;justify-content: flex-end;margin-top: 10px;}
    .cart-page .cart-summary {position: static;padding: 15px;}
    .cart-page .cart-summary .cart-checkout-btn, .cart-page .cart-summary .cart-shopping-btn {min-height: inherit;padding: 8px;border-radius: 5px;font-size: 16px;line-height: 20px;}

    /*  */
    /* PRODUCT CHECKOUT PAGE */
    .checkout-page {padding: 20px 0 30px;}
    .checkout-page .checkout-header h1 {font-size: 30px;}
    .checkout-page .checkout-card .checkout-card-header {padding: 20px;}
    .checkout-page .checkout-card .checkout-form {padding: 20px;}
    .checkout-page .checkout-card .checkout-form .form-row {display: block;}
    .checkout-page .checkout-card .checkout-form .form-group .checkout-input {min-height: inherit;}
    .checkout-page .checkout-summary {position: static;padding: 15px;}
    .checkout-page .checkout-summary .checkout-products .checkout-product {display: block;padding: 10px 0;}
    .checkout-page .checkout-summary .checkout-back, .checkout-page .checkout-summary .checkout-submit {min-height: inherit;padding: 8px;border-radius: 5px;font-size: 16px;line-height: 20px;}
    /*  */
    /* ORDER SUCCESS PAGE */
    .order-success-page {min-height: 500px;padding: 60px 20px;}
    .order-success-page .order-success-icon {width: 75px;height: 75px;font-size: 32px;}
    .order-success-page h1 {font-size: 25px;}
    .order-success-page p {font-size: 14px;}
    /*  */
    /* ======= PRODUCT INNER DETAIL PAGE END ======= */

}


@media only screen and (max-width: 480px) { 

    /* ======= ASK A QUESTION POPUP ======= */
    .call-price-modal .call-price-product {align-items: flex-start;}
    .call-price-modal .call-price-product .call-price-image {width: 75px;height: 65px;}
    .call-price-modal .call-price-product .call-price-product-info p {display: none;}
    /*  */
    /* ======= PRODUCT INNER DETAIL PAGE ======= */
    .product-gallery .product-main-image {height: 250px;}
    .product-info .product-detail-title {font-size: 22px;line-height: 30px;}
    .product-detail-section {padding-bottom: 0;}
    .product-description-section .product-section-heading {margin-bottom: 10px;}
    .product-description-section .product-section-heading h2 {font-size: 22px;}
    /*  */

}


@media only screen and (max-width: 380px) { 

    .wrap_product_info .product_listing_section .product_listing_item .product_listing_button .product_details_btn {padding: 5px 10px;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price .call_price {padding: 5px 10px;}
    .wrap_product_info .product_listing_section .product_listing_item .product_listing_price {text-align: right;}

}

@media only screen and (max-width: 375px) { 



}


@media only screen and (max-width: 320px) { 




}

