/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --font-poppins: "Poppins", sans-serif;
}

.poppins {
    font-family: var(--font-poppins);
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
li,
button {
    font-family: var(--font-poppins) !important;
}

/* Header code start here */

#zak-masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border: none;
}

#zak-masthead .zak-main-header {
    background-color: transparent;
}

img.custom-logo {
    width: 100px;
}

#zak-masthead .zak-primary-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
}

#zak-masthead .zak-primary-nav li a:hover {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
}

.zak-primary-nav ul .current-menu-item>a {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 500;
}

#zak-masthead .zak-button {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#zak-masthead .zak-button:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
    border-radius: 10px;
}

#zak-masthead .zak-button:hover:before {
    width: 100%;
}

#zak-masthead .zak-button:hover {
    color: #fff;
}

.hover_btn .elementor-button-wrapper .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
}

.gt_switcher .gt_option {
    width: 125px !important;
}

.hover_btn .elementor-button-wrapper .elementor-button:hover:before {
    width: 100%;
}

.hover_btn .elementor-button-wrapper .elementor-button:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
    /* border-radius: 10px; */
}

.zak-main-nav .zak-submenu-toggle .zak-icon {
    fill: #fff;
}

.zak-primary-nav .sub-menu li a {
    color: #10213B !important;
    font-size: 15px !important;
}

.zak-primary-nav .sub-menu {
    border-radius: 10px;
    width: 220px;
}

.gt_switcher .gt_option {
    position: absolute !important;
}

.zak-header-builder .zak-main-row {
    padding-bottom: 17px;
    border-bottom: 1px solid #8e8e8e;
}

#zak-masthead .zak-header-search {
    display: none;
}

#zak-masthead .zak-primary-nav {
    margin-right: 20px;
}

.zak-primary-nav .zak-primary-menu {
    gap: 18px;
}


#gtranslate-2 {
    margin-bottom: 0px;
}

.gt_switcher {
    font-family: var(--font-poppins) !important;
    width: 120px !important;
}

.gt_switcher .gt_selected {
    background: transparent !important;
}

.gt_switcher .gt_selected a {
    border: none !important;
    font-size: 15px !important;
    color: #fff !important;
}

.gt_switcher a img {
    margin-right: 5px !important;
}

.gt_switcher .gt_selected a:hover {
    background: transparent !important;
}

.gt_switcher .gt_selected a:after {
    background-image: url(/wp-content/uploads/2025/06/Arrow.png) !important;
    top: 2px;
}

#zak-masthead.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #10213b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#zak-masthead.scrolled .zak-main-row {
    padding-bottom: 0;
    border-bottom: none;
}

#zak-masthead .zak-header-main-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Header code end here */

/* Homepage Css start here */

.banner_search .zakra-custom-search-form input[type="search"],
.banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box input[type="text"] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    color: #10213B !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box input[type="text"]:hover {
    border-radius: 8px;
    padding-left: 20px;
}

.banner_search .wp-repair-search-box-shortcode-container.opened .wp-repair-search-box input {
    border-radius: 8px 8px 0px 0px !important;
}

.banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box .search-content .model {
    font-weight: 600 !important;
    color: #10213b !important;
}

.banner_search .zakra-custom-search-form .search-submit,
.submit-repair-search {
    background: linear-gradient(to top, #00ffff, #007bff) !important;
}

.banner_search .zakra-custom-search-form .search-submit {
    background: linear-gradient(to top, #00ffff, #007bff);
    padding: 20px;
    position: absolute;
    right: 0px;
    line-height: normal;
    top: 0;
    border-radius: 0px 8px 8px 0px;
}

.search-submit i.fa.fa-search {
    font-size: 22px;
}

.banner_search .zakra-custom-search-form {
    position: relative;
}

.repair-sell,
.service-sell {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.repair-sell:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Group-2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 33px;
    width: 36px;
    top: -17px;
    right: -27px;
    z-index: 2;
}

.white-heading {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.repair-sell.newsell:after {
    background-image: url(/wp-content/uploads/2025/08/Vector-3-1.png);
}

.repair-sell:after,
.white-heading:after,
.service-sell:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/Vector-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: -7px;
    right: 0;
    z-index: -1;
}

.blue-heading {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 2;
    position: relative;
}

.blue-heading:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/blue-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 4px;
    right: 0;
    z-index: -1;
}

.gadget_repair:after {
    background-image: url(/wp-content/uploads/2025/06/gaget_repair.png);
}

.carousel-sec .slick-slide div,
.carousel-rtl .slick-slide div {
    border: 1px solid #ACBABB;
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 15px !important;
}

.carousel-sec .slick-slide img,
.carousel-rtl .slick-slide img {
    height: 130px !important;
    width: 130px !important;
    object-fit: contain;
}

.repair_btn .elementor-button-text {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.repair_text .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    min-height: 118px;
    height: 100%;
}

.testimonial-slider .slick-slide {
    border: 1px solid gray;
    margin: 10px;
    padding: 40px 25px;
    border-radius: 20px;
}

.testimonial-slider .slick-slide h3 {
    font-size: 22px;
    font-weight: 600;
    color: #10213B;
    margin-top: 20px;
}

.testimonial-slider .slick-slide p {
    color: #10213B;
    font-size: 16px;
}

.testimonial-slider .slick-slide .name {
    color: #10213B;
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    border-top: 1px solid #BBBBBB;
}

.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
    background: #ACBABB;
    height: 45px;
    width: 45px;
    border-radius: 8px;
    transition: all 0.38s ease-in-out 0s;
}

.testimonial-slider .slick-next:hover,
.testimonial-slider .slick-prev:hover {
    background: linear-gradient(135deg, #0099ff, #00eaff);
    color: #fff;
}

.testimonial-slider .slick-prev {
    left: -50px;
}

.testimonial-slider .slick-next {
    right: -50px;
}

.testimonial-slider .slick-next:before,
.testimonial-slider .slick-prev:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/arrow-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-slider .slick-prev:before {
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

.stars {
    color: #FFC21A;
    gap: 5px;
    display: flex;
    margin-top: 12px;
}

.latest-posts {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.post-item {
    width: calc(33% - 10px);
    border: 1px solid #8e8e8e;
    border-radius: 20px;
    overflow: hidden;
}

.newsletter-form input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 55px;
    font-size: 18px;
    font-weight: 300;
    color: #fff !important;
}

.newsletter-form,
.add_arrow {
    position: relative;
}

.newsletter-form input[type="submit"] {
    padding: 12px 46px;
    background: #fff;
    color: #10213B !important;
    font-weight: 500;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.38s ease-in-out 0s;
}

.newsletter-form input[type="submit"]:hover {
    background: linear-gradient(to left, #007bff, #00ffff);
    color: #fff !important;
}

.newsletter-form p {
    margin-bottom: 0px;
}

.inner-newsletter {
    position: relative;
}

.inner-newsletter:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/icon-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 14px;
    left: 18px;
}

.custom_form input,
.custom_form select,
.custom_form textarea {
    border: 1px solid #ACBABB;
    padding: 20px 27px;
    border-radius: 8px;
    font-size: 16px;
    color: #10213B;
    font-weight: 400;
    margin-bottom: 0px;
}

.custom_form input::placeholder,
.custom_form textarea::placeholder {
    color: #10213B;
}

.custom_form input[type="submit"] {
    border-radius: 8px;
    margin-bottom: 0px;
    color: #fff;
    width: 100%;
    background: linear-gradient(to left, #00ffff, #007bff);
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.custom_form p {
    /*     margin-bottom: 0px; */
    line-height: normal;
}

.custom_form textarea {
    resize: none;
}

.add_arrow:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Arrow-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 12px;
    top: 28px;
    right: 190px;
}

.post-inner-content {
    padding: 35px 25px;
    color: #fff;
}

.post-inner-content h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.post-inner-content p {
    font-size: 18px;
    font-weight: 300;
}

.date-sec {
    background: linear-gradient(to right, #00cfff, #00aaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.date-sec:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Group-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 21px;
    top: 4px;
    left: 0;
}

.post-inner-content .read-more-post {
    background: linear-gradient(to right, #00cfff, #00aaff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    display: inline-flex;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
}

.search-submit:hover i {
    color: #fff !important;
}

.search-submit i {
    transition: all 0.38s ease-in-out 0s;
}

.qlwapp__button {
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.repair_banner_box {
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

/* Homepage Css end here  */

/* Footer css stert here */
.zak-footer-col h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    border-bottom: none !important;
}

.zak-footer .menu li a {
    font-size: 15px;
    font-weight: 400;
}

.zak-footer-col h2:before {
    display: none !important;
}

.zak-footer-col p {
    font-size: 15px;
    font-weight: 400;
}

section#block-9 {
    margin-bottom: 20px;
}

.zak-footer-col figure {
    margin: 0px;
}

.zak-footer-builder .zak-footer-top-row {
    padding: 45px 10px;
}

.zak-footer-top-2-col,
.zak-footer-top-3-col,
.zak-footer-top-4-col {
    padding-top: 65px;
}

.footer-social-icons a {
    height: 45px;
    width: 45px;
    display: inline-flex;
    background: #fff;
    color: #10213B;
    margin-right: 10px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition: all 0.38s ease-in-out 0s;
}

.footer-social-icons a i {
    font-size: 24px;
}

.footer-social-icons a:hover {
    background: linear-gradient(135deg, #0099ff, #00f6ff);
    color: #fff !important;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social-links a {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    width: 100%;
}

.social-links a img {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

section#block-7 {
    margin-bottom: 0;
}

#zak-footer-menu li a {
    font-size: 15px;
    font-weight: 400;
}

#zak-footer a {
    transition: all 0.38s ease-in-out 0s;
}

#zak-footer a:hover {
    color: #0ad2fb;
}

.zak-copyright p {
    margin-bottom: 0px;
}

.zak-footer-builder .zak-bottom-row {
    border-top: 1px solid #3f3f46;
    padding-top: 30px;
}

.zak-footer-builder .zak-footer-bottom-row {
    border-top: none !important;
    padding-top: 0px !important;
}

.zak-footer-builder .zak-footer-bottom-row .zak-footer-col:nth-of-type(2) {
    display: none;
}

.zak-footer-builder .zak-footer-bottom-row .zak-bottom-row {
    display: flex;
    grid-template-columns: auto !important;
    align-items: center;
    justify-content: space-between;
}

#zak-footer .newsletter-form input[type="submit"] {
    padding: 12px 15px;
}

#zak-footer .newsletter-form input {
    padding: 12px 30px;
    font-size: 15px;
}

#zak-footer .inner-newsletter:before {
    height: 18px;
    width: 18px;
    top: 16px;
    left: 8px;
}

#zak-footer .newsletter-form input[type="email"] {
    box-sizing: border-box;
}

#zak-footer #block-12 .wp-block-heading {
    margin-bottom: 0;
    padding-bottom: 0px;
}

#zak-footer #block-12 {
    margin-bottom: 0px;
}

#zak-footer #block-8 {
    margin-bottom: 20px;
}

.newsletter-form input[type="email"]::placeholder {
    color: #fff;
}


/* Footer css end here */

/* Contact page css stert here */
.stay_icon .elementor-social-icons-wrapper .elementor-social-icon {
    transition: all 0.38s ease-in-out 0s;
}

.stay_icon .elementor-social-icons-wrapper .elementor-social-icon:hover {
    background: linear-gradient(135deg, #0099ff, #00f6ff);
    color: #fff !important;
}

.stay_icon .elementor-social-icons-wrapper .elementor-social-icon:hover svg {
    fill: #fff !important;
}

.has-page-header .zak-page-header {
    padding-top: 20px;
    background-color: #10213B;
    background-image: url(https://nordic-repair.dk/wp-content/uploads/2025/06/banner-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 100px 0px;
}

h1.zak-page-title {
    font-size: 58px !important;
    font-weight: 600 !important;
    color: #fff;
}

.trail-items li span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.zak-breadcrumbs .trail-items a,
.breadcrumbs .trail-items a {
    text-decoration: none;
}

.trail-item.trail-end span {
    background: linear-gradient(90deg, #00bfff, #00f6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.zak-breadcrumbs .trail-items li::after,
.breadcrumbs .trail-items li::after {
    color: #fff;
}

.adress_box .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    margin-bottom: 0px;
}

.adress_box .elementor-icon-box-wrapper {
    align-items: center !important;
}

.reach_out .add_arrow {
    width: 295px;
}

.reach_out .add_arrow:before {
    right: 56px;
}

.reach_out .custom_form input,
.reach_out .custom_form select,
.reach_out .custom_form textarea {
    border-radius: 15px;
}

.our-vision .elementor-image-box-wrapper .elementor-image-box-content h3 {
    margin-bottom: 0px;
}

.nospace {
    margin-bottom: 0px !important;
}

/* Contact page css end here */

/* Blog Page css start here */

.latest-posts.blog_main_post {
    flex-wrap: wrap;
    gap: 20px;
}

.blog_main_post .post-inner-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #10213B;
}

.blog_main_post .post-inner-content p {
    font-size: 18px;
    font-weight: 400;
    color: #10213B;
    border-bottom: 1px solid #ACBABB;
    padding-bottom: 25px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;       
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px; */
}

.blog_main_post .date-sec {
    background: none;
    -webkit-text-fill-color: #5B6671;
    font-weight: 500;
    font-size: 16px;
}

.blog_main_post .post-item {
    width: calc(33% - 10px);
    border: 1px solid #ACBABB;
}

.load-more {
    background: linear-gradient(to left, #00cfff, #00aaff);
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
    line-height: normal;
}

.view-more-post-btn {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.post-thumb img {
    width: 100%;
}

/* Blog Page Css end here */
/* FAQ page css start here */
.faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.faq-tabs {
    width: calc(25% - 10px);
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.faq-content {
    width: calc(75% - 10px);
}

.faq-tabs .tab-button {
    width: 100%;
    color: #10213B;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px;
    border-radius: 8px;
    border: 0.5px solid #ACBABB;
    background: #fff;
    text-align: left;
    position: relative;
}

.faq-tabs .tab-button:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Vector-2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);

}

.faq-tabs .tab-button.active {
    background: #EFF4FF;
    font-weight: 600;
}

.faq-item,
.accordion-section {
    border: 1px solid #ACBABB;
    margin-bottom: 20px;
    padding: 15px 25px 15px 40px;
    border-radius: 8px;
}

.faq-question,
.accordion-section-title {
    font-size: 18px;
    color: #10213B;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.faq-answer,
.accordion-section-content {
    font-size: 16px;
    font-weight: 400;
    color: #10213B;
    border-top: 1px solid #ACBABB;
    padding-top: 20px;
    margin-top: 15px;
    margin-right: 90px;
}

.arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #00E0FF, #00B7FF);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.3s ease;
    color: #fff;
    font-size: 14px;
}

.faq-item.open .faq-arrow {
    top: auto;
    bottom: 15px;
    transform: none;
}

.arrow img {
    width: 15px;
    height: 9px;
    object-fit: contain;
}

.faq-item.open .arrow img,
.accordion-section-title.active .arrow img {
    transform: rotate(180deg);
}

/* FAQ page css end here */

/* Terms and condition page css start here */
.return_item::after {
    background-image: url(/wp-content/uploads/2025/06/return_item.png);
}

/* Terms and condition page css End here */

/* Services Pages css start here */
.gradient_btn .elementor-button {
    background: linear-gradient(to left, #00ffff, #007bff);
}

.feature_text_box .elementor-icon-box-wrapper h3 {
    margin-bottom: 0;
}

/* Services pages css end here */
/* Blog single page code start here */
.mobile-logo {
    display: none;
}

.singleblogpage .single-blog-title-sec {
    font-size: 50px;
}

.single-post .navigation.post-navigation {
    display: none;
}

.recent-post-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.singleblogpage {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 0px;
    align-items: start;
}

.singleblogpage .zak-entry-thumbnail img {
    width: 100%;
    border-radius: 30px;
    height: 485px;
    object-fit: cover;
}

.singleblogpage .entry-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #10213B;
}

.singleblogpage .entry-content p strong {
    color: #10213B;
    font-size: 18px;
    font-family: var(--font-poppins) !important;
}


.singleblogpage h2 {
    color: #10213B;
    font-size: 40px;
    font-weight: 700;
}

.singleblogpage article {
    width: calc(70% - 10px);
    padding-right: 50px;
}

.single-blog-sidebar {
    width: calc(30% - 10px);
    position: sticky;
    top: 130px;
}

.single-blog-sidebar h4 {
    color: #10213B;
    font-size: 18px;
    font-weight: 600;
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    width: 100%;
    border: 1px solid #ACBABB;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 15px;
    color: #5B6671;
}

.search-form label {
    width: 100%;
}

.search-form .search-submit {
    background: transparent;
    padding: 0;
    position: absolute;
    right: 15px;
    line-height: normal;
    top: 12px;
    color: #0757EE;
    font-size: 19px;
}

.toc-box {
    background: #F7FAFF;
    border-radius: 16px;
    padding: 40px 30px;
    margin: 30px 0px;
}

.toc-list {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin: 0px;
}

.toc-list li a {
    position: relative;
}

.toc-list li a.active {
    color: #0757EE;
}

.toc-list:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #E5EDFD;
    border-radius: 3px;
}

.toc-list li a.active:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #0757EE;
    border-radius: 3px;
}

.toc-list li {
    color: #10213B;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.toc-list li:last-child {
    margin-bottom: 0px;
}

.recent-posts {
    background: #F7FAFF;
    border-radius: 16px;
    padding: 40px 30px;
    margin: 30px 0px;
}

.recent-post-item {
    border-bottom: 1px solid #ACBABB;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.recent-post-item a {
    font-size: 16px;
    color: #10213B;
    display: block;
    margin-bottom: 5px;
}

.recent-post-item .date-sec {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #5B6671;
    font-size: 15px;
    padding-left: 25px;
}

.recent-post-item .date-sec:before {
    top: 2px;
    width: 18px;
    height: 18px;
}

.conclusion {
    background: #F7FAFF;
    border-radius: 16px;
    padding: 20px !important;
}

.single-blog-title-sec span {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
}

.meta-date,
.meta-author {
    color: #5B6671;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-date img,
.meta-author img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.custom-meta-style {
    margin-bottom: 25px;
    gap: 50px;
}

/* Blog single page code End here */

/* Sell page code start here */
#product-grid,
#product-grid-cstm-sec {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0px 60px;

}

.custom-product-card .product-thumnail-sec {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.custom-product-card {
    width: calc(25% - 15px);
    border: 1px solid #ACBABB;
    border-radius: 10px;
    padding: 18px;
    transition: all 0.38s ease-in-out 0s;
    cursor: pointer;
}

.custom-product-card:hover {
    background: #F8FAFF;
    border-color: #0757EE;
}

.custom-product-card img {
    width: 230px;
    height: 200px;
    object-fit: contain;
}

.custom-product-card h3 {
    color: #10213B;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.shop-now-button {
    border: 1px solid #10213B;
    border-radius: 8px;
    padding: 9px 20px;
    font-size: 18px;
    line-height: normal;
    display: flex;
    text-align: center;
    justify-content: center;
}

.shop-now-button p {
    color: #5B6671;
    font-size: 16px;
    margin-bottom: 10px;
}

.price strong {
    color: #0757EE;
    font-size: 18px;
    font-weight: 700;
}

.brand-info h2#selected-heading {
    font-size: 32px;
    color: #10213B;
    font-weight: 400;
}

.product-filter-wrapper {
    width: 100%;
}

.custom-product-card .product-thumnail-sec:before {
    content: '';
    position: absolute;
    background: #BBBBBB;
    height: 1px;
    width: 192px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.filters-sec {
    display: flex;
    justify-content: space-between;
    padding: 80px 0px 40px;
    align-items: end;
}

.searches-filter-cls input#search-product {
    border: 1px solid #0757EE;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 16px;
    width: 266px;
}

.searches-filter-cls input#search-product::placeholder {
    color: #0757EE;
    font-size: 16px;
}

.searches-filter-cls {
    position: relative;
}

.searches-filter-cls:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Vector-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 18px;
    width: 18px;
    left: 15px;
    top: 18px;
}

.devices-filters-cls label,
.custom-dropdown-wrapper label,
.custom-select-wrapper label,
.selected-model-cls label,
.accessories-cls label {
    color: #10213B;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    font-family: "Poppins", sans-serif !important;
}

#filter-device {
    width: 236px;
    border-radius: 8px;
    padding: 12px 15px;
    line-height: normal;
    font-size: 16px;
    border: 1px solid #ACBABB;
    color: #5B6671;
    appearance: none;
}

.devices-filters-cls,
.custom-dropdown-wrapper,
.custom-select-wrapper,
.selected-model-cls,
.accessories-cls {
    position: relative;
}

.devices-filters-cls:before,
.custom-dropdown-wrapper:before,
.custom-select-wrapper:before,
.selected-model-cls:before,
.accessories-cls:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Vector-2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 6px;
    width: 11px;
    right: 20px;
    bottom: 21px;
    z-index: 9;
}

.cstm-drop-filter-cls {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: end;
}

#reset-filters {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 12px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
}

#reset-filters:hover {
    color: #fff !important;
}

#loading-spinner {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.custom-dropdown-wrapper {
    width: 220px;
    font-family: sans-serif;
    position: relative;
}

.custom-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ACBABB;
    padding: 11px 15px;
    border-radius: 6px;
    cursor: pointer;
}

.selected-image img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
}

.selected-name {
    flex: 1;
    font-size: 16px;
    color: #5B6671;
    line-height: normal;
}

.dropdown-arrow {
    margin-left: auto;
    font-size: 12px;
    color: #888;
    display: none;
}

.custom-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ACBABB;
    border-radius: 6px;
    z-index: 10;
    padding: 5px 0;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
    margin: 5px 0px 0px;
    background-color: #fff;
}

.custom-dropdown-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-dropdown-option img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
}

.custom-dropdown-toggle span {
    line-height: normal;
}



.search-wrapper {
    position: relative;
    width: 270px;
}

#search-product,
#search-keyword {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
}

#search-icon,
#clear-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0757EE;
    cursor: pointer;
}

#search-icon {
    right: 15px;
}

#clear-icon {
    right: 15px;
    display: none;
}

#search-suggestions {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: white;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 0;
    margin-top: 0;
    z-index: 10;
    max-height: 300px;
    margin-left: 0px;
}

#search-suggestions li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#search-suggestions li:hover {
    background-color: #f9f9f9;
}

#search-suggestions img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 10px;
}

#search-suggestions span {
    font-size: 14px;
    color: #10213B;
}

#search-suggestions strong {
    font-weight: 600;
    color: #10213B;
    margin-left: 5px;
}

#search-suggestions::-webkit-scrollbar {
    width: 8px;
}

#search-suggestions::-webkit-scrollbar-track {
    background: #EFF4FF;
    border-radius: 10px;
}

#search-suggestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to top, #00ffff, #007bff);
}

#search-suggestions::-webkit-scrollbar-thumb:hover {
    background: #007bff;
}

#clear-icon i {
    background: linear-gradient(to left, #00ffff, #007bff);
    padding: 5px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Sell page code End here */
/* Accessories page code start here */

.spinner {
    animation: rotate 1s linear infinite;
    height: 72px;
    width: 72px;
    object-fit: contain;
}



.filter-row {
    display: flex;
    justify-content: space-between;
    padding: 80px 0px 40px;
    align-items: end;
    gap: 20px;
}

.searches-filter-cls input#search-keyword {
    border: 1px solid #0757EE;
    border-radius: 8px;
    padding: 11px 40px;
    font-size: 16px;
    width: 220px;
}

.searches-filter-cls input#search-keyword::placeholder {
    color: #0757EE;
    font-size: 16px;
}


.custom-select-display {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ACBABB;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    width: 190px;
    color: #5B6671;
    font-size: 16px;
}



.custom-select-display img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ACBABB;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    margin-left: 0px;
    z-index: 10;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.10);
}

.custom-select-options li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
}


.custom-select-options li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#device-filter,
#accessory-filter,
#model-filter {
    width: 190px;
    border-radius: 8px;
    padding: 12px 15px;
    line-height: normal;
    font-size: 16px;
    border: 1px solid #ACBABB;
    color: #5B6671;
    appearance: none;
    font-weight: 400;
}

#accessory-filter {
    width: 230px;
}

.zak-scroll-to-top {
    bottom: 65px;
    right: 19px;
    height: 40px;
    width: 40px;
    background: linear-gradient(to left, #00ffff, #007bff);
}

.conclusion {
    margin-bottom: 0px;
}

/* Accessories page code End here */

.aboutform .add_arrow:before {
    display: none;
}

#conclusion {
    padding: 0px !important;
}

.not-found {
    padding: 80px 0px;
}

.not-found .zak-button {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    display: inline-block;
    margin: 0px;
}

.not-found .zak-button:hover {
    background: linear-gradient(to left, #007bff, #00ffff);
    color: #fff !important;
}

.not-found .zak-button:hover svg {
    fill: #fff;
}

.not-found h2 {
    font-size: 50px;
    font-weight: 600;
}

/* Product page code start here */

.single-product .product {
    padding: 20px 0px 80px;
    align-items: center;
}

.single-product .product h1 {
    font-size: 40px;
    font-weight: 500;
    color: #10213B;
    margin-bottom: 0;
}

.single-product .product .custom-product-subtitle {
    color: #5B6671;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.custom-short-description p {
    font-size: 16px;
    color: #5B6671;
    font-weight: 300;
}

.single-product #zak-primary {
    padding-top: 115px;
}

.single-product .product .entry-summary h4 {
    font-size: 18px;
    color: #10213B;
    font-weight: 600;
    margin-bottom: 12px;
}

.single-product .product .entry-summary .woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 600;
    color: #10213B;
}

.single-product .product .entry-summary .variations_form .variations .label {
    font-weight: 600 !important;
    font-size: 18px;
    color: #10213B;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: 34px;
    width: 34px;
    margin: 0px 6px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child {
    margin-left: 0px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img {
    object-fit: contain;
    border-radius: 8px !important;
    border: 1px solid #ACBABBCC;
}

.woocommerce .products {
    grid-template-columns: repeat(4, 1fr) !important;
}

.custom-product-card-sec {
    /*     width: calc(25% - 15px); */
    border: 1px solid #ACBABB;
    border-radius: 10px;
    padding: 18px;
    transition: all 0.38s ease-in-out 0s;
    cursor: pointer;
}

.custom-product-card-sec .product-thumbnail-sec img {
    width: 230px;
    height: 200px;
    object-fit: contain;
}

.custom-product-card-sec .product-thumbnail-sec {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.custom-product-card-sec .product-thumbnail-sec:before {
    content: '';
    position: absolute;
    background: #BBBBBB;
    height: 1px;
    width: 192px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.custom-product-card-sec h3 {
    color: #10213B;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.related-accessories,
.related {
    width: 100%;
}

.custom-product-card-sec .price .amount {
    color: #0757EE;
    font-size: 18px;
    font-weight: 700;
}

.custom-related-grid .custom-product-card-sec {
    border: 1px solid #ACBABB !important;
    border-radius: 10px !important;
    padding: 10px !important;
    transition: all 0.38s ease-in-out 0s !important;
    cursor: pointer !important;
}

.single-product .related {
    margin: 50px 0 0px !important;
}

.related-accessories h2,
.related h2,
.related-accessories>h3 {
    font-size: 32px;
    color: #10213B;
    font-weight: 400;
}

.woocommerce-tabs .panel {
    max-width: 100% !important;
    margin: 0px !important;
    border: 1px solid #ACBABBCC;
    border-radius: 8px;
    width: 100%;
    padding: 40px 30px;
}

.woocommerce-tabs .panel p {
    font-size: 16px;
    color: #5B6671;
    font-weight: 300;
}

.woocommerce-tabs .panel ul li {
    font-size: 14px;
    color: #5B6671;
    font-weight: 300;
    position: relative;
    list-style: none;
}

.woocommerce-tabs .panel ul {
    margin: 0px;
}

.woocommerce-tabs .panel ul li:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/06/Vector-3-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 6px;
    width: 13px;
    height: 8px;
}

.woocommerce-tabs .panel ul li {
    padding-left: 25px;
}

.related-accessories {
    padding-top: 80px;
}

.woocommerce-tabs ul.tabs li a {
    color: #10213B;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 0px;
    margin-top: 80px !important;
    border-bottom: none !important;
    justify-content: flex-start !important;
}

.woocommerce-tabs ul.tabs li.active {
    position: relative;
}

.woocommerce-tabs ul.tabs li.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #068DF9, #0DF6FA);
}

.woocommerce-tabs ul.tabs li.active {
    border-bottom: none !important;
}

.single-product .product .quantity .qty {
    height: 100%;
    width: 100% !important;
    margin-bottom: 0;
    border: 1px solid #ACBABB;
    border-radius: 8px;
}

.single-product .product .entry-summary .quantity .zak-qty-minus {
    border-right: 1px solid #ACBABB !important;
    border-radius: 0;
}

.single-product .product .entry-summary .quantity .zak-qty-plus {
    border-left: 1px solid #ACBABB !important;
    border-radius: 0;
}

.add-to-cart-sec .single_add_to_cart_button {
    width: 196px !important;
    font-weight: 500;
    border-radius: 8px !important;
    font-size: 18px !important;
    border: 1px solid #5B6671;
    background: #fff;
    color: #5B6671;
    transition: all 0.38s ease-in-out 0s;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.add-to-cart-sec .single_add_to_cart_button:hover {
    background: #fff !important;
    border-color: #fff;
}


.shop-now-button-for-check,
.shop-now-cls {
    background: linear-gradient(277.5deg, #0DF6FA -6.47%, #068DF9 100%);
    font-weight: 500;
    border-radius: 8px;
    font-size: 18px;
    width: 196px;
    transition: all 0.38s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shop-now-button-for-check:hover,
.shop-now-cls:hover {
    color: #fff;
}

.shop-now-button-for-check:before,
.shop-now-cls:before,
.add-to-cart-sec .single_add_to_cart_button:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
    border-radius: 10px;
}

.shop-now-button-for-check:hover:before,
.shop-now-cls:hover:before,
.add-to-cart-sec .single_add_to_cart_button:hover:before {
    width: 100%;
}

.woocommerce-variation-add-to-cart,
.single-product .cart {
    display: block !important;
}

.single-product .product .entry-summary .quantity {
    display: inline-block;
    width: 140px;
    margin-bottom: 50px;
}

.add-to-cart-sec,
.add-to-cart-sec {
    display: flex;
    gap: 15px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: linear-gradient(to bottom, #068DF9, #0DF6FA);
    padding: 2px;
    -webkit-mask-image: none;
    mask-image: none;
    display: inline-block;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
    border: none !important;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
    margin-top: 40px !important;
}

.single-product .woocommerce-product-gallery__image a img {
    height: 500px !important;
    object-fit: contain;
}

.single-product .product .entry-summary .cart {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.single-product .product .woocommerce-product-gallery .flex-viewport {
    height: 500px !important;
}

.single-product .zak-page-header {
    display: none;
}

.single-product #zak-masthead .zak-main-header,
.single-product .zak-mobile-row {
    background-image: url(/wp-content/uploads/2025/06/Frame-191-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-product .zak-header-builder .zak-main-row {
    padding-bottom: 0px;
    border-bottom: none;
}

.custom-breadcrumb a {
    font-size: 18px;
    color: #10213B;
    font-weight: 400;
}

.custom-breadcrumb .current {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 3px #0757EE);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 3px #0757EE);
}

.single-product .product td {
    padding: 10px 0px;
}

.single-product table {
    margin-bottom: 25px;
}

/* Product page code End here */

/* My Account page code start here */
#customer_login {
    padding-bottom: 80px;
    margin-bottom: 0px;
}

#customer_login h2 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 600;
    color: #10213B;
}

#customer_login .entry-content p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #10213B;
}

.woocommerce-form-login {
    padding: 30px 25px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
    font-weight: 500 !important;
    font-size: 15px;
    color: #10213B;
}

.woocommerce-account .entry-content p {
    margin-bottom: 10px;
    font-size: 15px;
}

.woocommerce-LostPassword.lost_password a,
.woocommerce-privacy-policy-text p a {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 400;
    font-size: 15px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    margin-top: 15px;
    margin-bottom: 20px;
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    color: #fff !important;
}

.woocommerce-account .woocommerce {
    padding: 80px 0px;
    align-items: flex-start;
}

.woocommerce-MyAccount-navigation {
    width: 25% !important;
    padding: 20px !important;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
}

.woocommerce-MyAccount-content {
    width: 75% !important;
    padding: 30px;
    border: 1px solid #e4e4e7;
    border-radius: 8px !important;
}

.woocommerce-MyAccount-content p a {
    background: linear-gradient(to left, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
    color: #fff !important;
    background: linear-gradient(to left, #00ffff, #007bff) !important;
}

.woocommerce-MyAccount-navigation ul .is-active a,
.woocommerce-account .woocommerce-info .wc-forward {
    background: linear-gradient(to left, #00ffff, #007bff);
    border-radius: 8px;
}

.woocommerce-account .woocommerce-info::before {
    top: 22px;
}

.woocommerce-account .woocommerce-Address-title h2 {
    margin-bottom: 10px !important;
    font-size: 28px !important;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: 1px solid #ebebeb !important;
}

#account_display_name_description em {
    font-style: normal;
}

.woocommerce-MyAccount-navigation ul li a {
    border-radius: 8px;
    color: #10213B;
    text-decoration: none;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    transition: all 0.38s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    margin-bottom: 0px;
}

.woocommerce-account h2 {
    margin-bottom: 20px !important;
    font-size: 36px !important;
    font-weight: 600;
    text-transform: capitalize;
    color: #10213B;
}

.woocommerce-account .button {
    background: linear-gradient(to left, #00ffff, #007bff);
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.woocommerce-account .button:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
    border-radius: 10px;
}

.woocommerce-account .button:hover {
    color: #fff;
}

.woocommerce-account .button:hover:before {
    width: 100%;
}

.woocommerce-form-login p.form-row {
    position: relative;
}

.show-password-input {
    position: absolute;
    top: 4px;
    right: 10px;
    background: #10213b;
    color: #fff;
}

.show-password-input:hover {
    background: #10213b;
}

.woocommerce-LostPassword.lost_password {
    margin-top: 15px;
    margin-bottom: 0px !important;
}

.woocommerce-account address {
    padding: 0;
    font-style: normal;
    font-size: 15px;
}

.woocommerce-account .woocommerce-Address address {
    border: none;
    padding: 0px;
    font-style: normal;
    font-size: 15px;
}

.edit {
    background: linear-gradient(to left, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 500;
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
    display: block !important;
}

.woocommerce-account .col2-set {
    margin-bottom: 0px;
}

.woocommerce-account .entry-content p span {
    position: relative;
}


/* My account page code end here */

/* Cart page code start here */
.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    padding: 80px 0px;
}

.woocommerce-cart .wc-block-cart .wc-block-cart-items {
    margin-bottom: 0px;
}

.woocommerce-cart .icon-replaced {
    background: linear-gradient(to left, #00ffff, #007bff) !important;
    padding: 8px !important;
    border-radius: 4px !important;
    line-height: normal !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
    gap: 10px;
    align-items: center;
}

.woocommerce-cart .icon-replaced svg {
    fill: #fff;
    height: 20px;
    width: 20px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>* {
    margin-bottom: 0px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.woocommerce-cart thead tr {
    border-bottom: none !important;
}

.woocommerce-cart .is-large.wc-block-cart {
    margin-bottom: 0px !important;
}

.woocommerce-cart .wc-block-cart-item__image img {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}

.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    font-size: 22px !important;
    color: #10213B !important;
    margin-left: 0px !important;
    font-weight: 600 !important;
    padding-top: 0px !important;
}

.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
    margin-bottom: 10px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    background-color: #EFF4FF75;
    padding: 15px 25px 0 25px;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit {
    margin-bottom: 0px;
    padding: 0 25px 25px 25px;
    background-color: #f8faff;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button,
.woocommerce-checkout .wc-block-checkout .wc-block-components-totals-coupon__button {
    background-color: transparent;
    color: #10213B;
    border: 1px solid #10213B;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 16px;
    color: #10213b;
    margin-bottom: 4px !important;
}

.woocommerce-cart .price>span {
    font-size: 14px;
    line-height: 1.8;
    color: #10213b;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    padding-top: 10px !important;
}

.woocommerce-cart .wc-block-components-product-metadata {
    font-size: 14px !important;
    line-height: normal;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0px !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    height: 36px;
    margin-bottom: 0px !important;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
    align-items: flex-start;
}

.woocommerce-cart .wc-block-components-sidebar {
    position: sticky;
    top: 118px;
}

.woocommerce-info,
.woocommerce-message {
    border-top: 2px solid #0bdcf9 !important;
    font-size: 15px;
    color: #10213b !important;
}

.woocommerce-info::before,
.woocommerce-message::before {
    color: #0e2a59 !important;
}

.woocommerce-message:focus-visible {
    outline: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    display: block !important;
}

.woocommerce-cart .wc-block-grid__product {
    width: calc(25% - 15px);
    border: 1px solid #ACBABB !important;
    border-radius: 10px;
    padding: 18px !important;
    transition: all 0.38s ease-in-out 0s;
    cursor: pointer;
}

.woocommerce-cart .wc-block-grid__products {
    flex-wrap: nowrap !important;
    gap: 10px;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block p a {
    background: linear-gradient(to left, #00ffff, #007bff);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
}

.woocommerce-cart .add_to_cart_button {
    border: 1px solid #10213B;
    border-radius: 8px !important;
    padding: 9px 20px !important;
    font-size: 16px !important;
    line-height: normal !important;
}

.woocommerce-cart .wc-block-grid__product-image {
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    position: relative;
}

.woocommerce-cart .wc-block-grid__product-image:before {
    content: '';
    position: absolute;
    background: #BBBBBB;
    height: 1px;
    width: 192px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce-cart .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    color: #10213B;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
}

.woocommerce-cart .wc-block-grid__product-price.price {
    font-size: 16px;
    font-weight: 600;
}



/* Cart page code end here */

/* Checkout page code start here */
.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
    background-color: #f8faff;
    padding: 30px 25px 0 25px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 0px !important;
}

.woocommerce-checkout .price>span {
    line-height: normal;
    color: #102447;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-product-details.wc-block-components-product-details {
    margin-top: 0px;
}

.woocommerce-checkout .wc-block-checkout__form {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 40px 30px;
    overflow: hidden;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 0px !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding: 80px 0px;
}

.woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
    background: linear-gradient(to left, #00ffff, #007bff);
    color: #FFF;
    font-size: 12px;
    border-radius: 50%;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea {
    border: 1px solid #ACBABB !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    color: #10213B !important;
    font-weight: 400;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-checkout__terms {
    margin-bottom: 30px;
}

.woocommerce-checkout .wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #10213B;
}

.woocommerce-checkout .wc-block-checkout__terms span {
    color: #10213b !important;
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 30px;
}

.woocommerce-checkout .wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
    color: #10213b;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    padding: 15px 28px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal;
    overflow: hidden;
    z-index: 1;
}

.woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
    background: transparent !important;
    border-color: #fff !important;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:before,
.woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block p a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover:before,
.woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover:before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block p a:hover:before {
    width: 100%;
}

.woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    font-size: 16px;
    color: #10213b;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 16px;
    width: 48%;
    border: 1px solid #10213b;
    text-align: center;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    color: #10213b !important;
}

.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    color: #10213b;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
    font-size: 14px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata p {
    margin-top: 0px;
}

.wc-block-components-panel__button {
    font-size: 15px;
}

.woocommerce-form-register button.woocommerce-Button {
    margin-bottom: 0px !important;
}

/* Checkout page code End here */

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 8px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next,
.ti-widget.ti-goog .ti-controls .ti-prev {
    background: linear-gradient(to left, #00ffff, #007bff);
    border-radius: 50%;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ti-widget.ti-goog .ti-controls .ti-next:before {
    top: 13px !important;
    right: 8px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before,
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
    background: #fff !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after {
    background: #fff !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:after {
    top: 24px !important;
    right: 8px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev:before {
    top: 24px !important;
    left: 8px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev:after {
    top: 14px !important;
    left: 8px !important;
}

.ti-widget.ti-goog .ti-controls .ti-prev {
    left: -15px !important;
}

.ti-widget.ti-goog .ti-controls .ti-next {
    right: -15px !important;
}


.woocommerce-cart .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
}

.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 15px 12px !important;
}

.woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
    display: none;
}

.single-product .product .entry-summary {
    width: 100%;
}

/* Repair code start here */
.accordion-section-content p {
    margin-bottom: 0px;
}

.accordion-section {
    padding-left: 20px;
}

.orderingicon .elementor-image-box-img {
    background: #fff;
    padding: 12px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    height: 52px;
}

.accordion-section-title {
    display: block;
}

.repair-custom-body .zak-page-header,
.repair-tablets .zak-page-header,
.repair-samrt-phones .zak-page-header,
.page-id-617 .zak-page-header {
    padding: 200px 0px 100px 0px;
}

.orderingicon .elementor-image-box-title {
    padding-left: 40px;
}

.repair-cont-dopad-domargin .wp-repair-fe-types-conatiner.page-types {
    padding: 0px;
}

.cat-or-brand-container .rp-v2-grey-box-shadow button {
    box-shadow: none !important;
    border-radius: 10px !important;
    border: 1px solid #ACBABB !important;
    transition: all 0.38s ease-in-out 0s !important;
}

.cat-or-brand-container p.or-select-your-type-brand {
    color: #10213B !important;
    font-size: 16px;
    padding: 0px !important;
    text-transform: capitalize;
}

.wp-repair-progress,
.or-select-your-type-brand,
.model_search_box {
    display: none !important;
}

.wp-repair-select-container {
    margin-top: 0px !important;
}

.wp-repair-fe-types-conatiner .wp-repair-col-3:first-child {
    padding-left: 0px !important;
}

.wp-repair-select-container .cat-or-brand-container {
    padding: 0px !important;
}

.wp-repair-select-container .select-heading {
    font-size: 25px !important;
    color: #10213B !important;
    text-transform: capitalize;
}

.wp-repair-select-container .models-information .all-models-info .all-models-number {
    background: linear-gradient(to left, #00ffff, #007bff) !important;
    padding: 5px 5px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
}

.wp-repair-select-container .select-square-bg,
.show-all-repairs {
    background: linear-gradient(to left, #00ffff, #007bff) !important;
}

.wp-repair-fe-types-conatiner.page-types.rpv2 .wp-repair-select-container .select-square-bg {
    border-radius: 50% !important;
}

/* Repair code End here */
.banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box,
.banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box .repair-search-box {
    max-width: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    /* 	 margin-bottom: 15px; */
}

.custom_form br {
    display: none;
}

/* Media Query start here */
@media screen and (max-width: 1440px) {

    /*     .zak-primary-nav .zak-primary-menu {
        gap: 35px;
    }
 */
    .zak-footer-col p,
    .social-links a,
    .zak-footer .menu li a,
    #zak-footer-menu li a {
        font-size: 15px;
    }

    .zak-footer-col h2 {
        font-size: 26px !important;
    }
}

@media screen and (max-width: 1380px) {
    .testimonial-slider .slick-next {
        right: -15px !important;
        z-index: 9;
    }

    .testimonial-slider .slick-prev {
        left: -15px !important;
        z-index: 9;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .filters-sec {
        padding: 50px 0px 30px;
    }

    .custom-product-card {
        width: calc(33% - 15px);
    }
}

@media screen and (max-width: 991px) {
    .custom-product-card {
        width: calc(50% - 5px);
        padding: 15px 10px;
    }

    .filters-sec,
    .cstm-drop-filter-cls,
    .filter-row {
        flex-wrap: wrap;
        width: 100%;
    }

    .filters-sec,
    .filter-row {
        padding: 40px 0px 20px;
    }

    .custom-product-card .product-thumnail-sec:before {
        width: 106px;
    }

    .searches-filter-cls {
        width: 100%;
        margin-top: 20px;
    }

    .searches-filter-cls input#search-product,
    .custom-dropdown-wrapper,
    .devices-filters-cls,
    #filter-device,
    .custom-select-wrapper,
    .custom-select-display,
    #device-filter,
    #accessory-filter,
    #model-filter,
    .selected-model-cls,
    .accessories-cls,
    .searches-filter-cls input#search-keyword {
        width: 100%;
    }

    .spinner {
        width: 50px;
        height: 50px;
    }

    .zak-content .zak-row {
        padding: 0px;
    }

    #product-grid,
    #product-grid-cstm-sec {
        gap: 10px;
    }

    .brand-info h2#selected-heading {
        font-size: 28px;
        margin-bottom: 0;
    }

    .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 15px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #zak-masthead .zak-primary-nav li a {
        font-size: 13px;
    }

    #zak-masthead .zak-menu-toggle {
        margin-top: 10px;
    }

    .zak-primary-nav .zak-primary-menu {
        gap: 8px;
    }

    #zak-masthead .zak-primary-nav {
        margin-right: 10px;
    }

    .custom-logo {
        width: 100px !important;
    }

    #zak-masthead .zak-button {
        padding: 8px 10px;
        font-size: 14px;
    }

    .zak-header-builder .zak-main-row .zak-header-right-col {
        gap: 10px !important;
    }

    .gt_switcher .gt_selected a {
        font-size: 13px !important;
    }

    .post-item,
    .blog_main_post .post-item {
        width: calc(50% - 10px) !important;
    }

    .repair-sell:after,
    .white-heading:after,
    .service-sell:after {
        bottom: -7px !important;
    }

    .singleblogpage .single-blog-title-sec {
        font-size: 36px;
    }

    .woocommerce .products {
        grid-template-columns: repeat(3, 2fr) !important;
    }

    #conclusion {
        margin: 0px !important;
        padding: 0px !important;
    }

    .conclusion p {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .singleblogpage h2 {
        font-size: 36px;
    }

    .zak-footer.zak-footer-builder .zak-footer-top-row .zak-top-row {
        gap: 0;
        grid-template-columns: 2fr;
    }

    .newsletter-form {
        max-width: 400px;
    }

    .experthelp .newsletter-form {
        max-width: 100%;
    }

    .zak-footer-builder .zak-copyright,
    .zak-footer-builder .zak-footer-nav {
        text-align: center !important;
        justify-content: center !important;
    }

    .zak-footer-builder .zak-bottom-row {
        gap: 5px;
    }

    .view-more-post-btn {
        padding-top: 30px !important;
    }

    .load-more {
        font-size: 15px !important;
        padding: 15px 30px !important;
    }

    .not-found h2 {
        font-size: 36px;
    }

    .not-found .zak-content-header {
        margin-bottom: 0px;
    }

    .not-found {
        padding: 50px 0px;
    }

    .woocommerce-account .woocommerce {
        padding: 50px 0px;
    }

    #customer_login {
        padding-bottom: 50px;
    }

    .woocommerce-account h2 {
        margin-bottom: 15px !important;
        font-size: 32px !important;
    }

    .single-product #zak-primary {
        padding-top: 90px;
    }

    .single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
        margin-left: 0px;
    }

    .single-product .product .custom-product-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-product .product h1 {
        font-size: 34px;
    }

    .single-product .product .entry-summary .quantity {
        margin-bottom: 30px;
    }

    .woocommerce-tabs ul.tabs {
        margin-top: 40px !important;
    }

    .woocommerce-cart .wp-block-woocommerce-cart.alignwide,
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        padding: 50px 0px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
        padding: 15px 12px 0 12px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit {
        padding: 0px 12px 25px 12px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a {
        padding: 12px 10px;
        font-size: 15px;
    }

    .woocommerce-cart .wc-block-cart__totals-title,
    .woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
        font-size: 18px !important;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__label,
    .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 15px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        height: auto !important;
        padding: 10px 12px !important;
        font-size: 13px;
    }

    .woocommerce-account .entry-content p {
        font-size: 14px;
    }

    .woocommerce-account.logged-in .woocommerce,
    .woocommerce-account .col2-set#customer_login {
        gap: 15px !important;
    }

    .woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 20px 10px 0 10px !important;
    }

    .woocommerce-checkout .wc-block-components-order-summary.is-large {
        padding: 0px;
    }

    .search-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .price ins,
    .price del,
    .price>span {
        font-size: 13px !important;
    }

    .faq-item,
    .accordion-section {
        padding: 15px 20px 15px 20px !important;
    }

    .faq-tabs .tab-button {
        padding: 15px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #zak-masthead .zak-primary-nav {
        margin-right: 30px;
    }

    #zak-masthead .zak-button {
        font-size: 13px !important;
    }

    .woocommerce .products {
        grid-template-columns: repeat(3, 2fr) !important;
    }

    .zak-primary-nav .zak-primary-menu {
        gap: 10px !important;
    }

    .repair_text .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: 145px !important;
    }

    .has-page-header .zak-page-header {
        padding: 200px 0px 110px 0px !important;
    }

    #zak-masthead .zak-primary-nav li a {
        font-size: 14px !important;
    }

    .filters-sec {
        padding: 50px 0px 30px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart.alignwide,
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .repair_text .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: auto !important;
    }

    .blue-heading:after {
        bottom: 0px !important;
    }

    #zak-footer .newsletter-form input[type="submit"] {
        padding: 12px 15px !important;
    }

    .has-page-header .zak-page-header {
        padding: 140px 0px 80px 0px;
    }

    .zak-cstm-cls .zak-page-title {
        font-size: 38px !important;
    }

    .custom_form input[type="submit"] {
        font-size: 15px !important;
    }

    .zak-page-header .zak-row {
        gap: 8px !important;
    }

    .trail-items li span {
        font-size: 16px !important;
    }

    .zak-mobile-nav__header {
        margin-bottom: 0px;
    }

    .custom-logo {
        width: 120px;
    }


    .reach_out .add_arrow:before {
        top: 22px !important;
        right: 64px !important;
    }

    .faq-tabs,
    .faq-content {
        width: 100%;
    }

    .faq-tabs .tab-button {
        width: calc(50% - 10px);
    }

    .faq-content {
        padding-top: 10px;
    }

    .zak-footer-builder .zak-footer-bottom-row .zak-bottom-row {
        flex-wrap: wrap;
    }

    .adress_box {
        margin-bottom: 3px !important;
    }

    .zak-footer-top-2-col,
    .zak-footer-top-3-col,
    .zak-footer-top-4-col {
        padding-top: 40px;
    }

    .zak-footer-col h2 {
        font-size: 22px !important;
        padding-bottom: 0px !important;
    }

    .carousel-sec .slick-slide div,
    .carousel-rtl .slick-slide div {
        margin: 5px !important;
        border-radius: 8px;
    }


    .carousel-sec .slick-slide img,
    .carousel-rtl .slick-slide img {
        height: 60px !important;
        width: 90px !important;
    }

    #zak-footer .zak-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .our-vision {
        margin-bottom: 8px !important;
    }

    .mobile-space {
        margin-bottom: 0px !important;
    }

    .reach_out .custom_form input,
    .reach_out .custom_form select,
    .reach_out .custom_form textarea {
        border-radius: 8px;
    }

    .custom_form input,
    .custom_form select,
    .custom_form textarea {
        padding: 15px;
        font-size: 14px;
    }

    .singleblogpage {
        flex-wrap: wrap;
        padding: 40px 0px;
    }

    .singleblogpage article,
    .single-blog-sidebar {
        width: 100%;
    }

    .singleblogpage article {
        padding-right: 0px;
    }

    .zak-breadcrumbs .trail-items,
    .breadcrumbs .trail-items {
        justify-content: center;
        text-align: center;
    }

    .custom-related-grid,
    .related-accessories .products {
        flex-wrap: wrap;
    }

    .searchouter {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .zak-toggle-menu {
        display: block !important;
    }

    .zak-toggle-menu .zak-icon {
        fill: #ffffff !important;
    }

    .zak-primary {
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .zak-mobile-nav__header .zak-search-container {
        display: none !important;
    }

    .zak-mobile-menu a {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .mobile-logo {
        display: block;
        margin: 0px !important;
    }

    .mobile-logo img {
        width: 150px;
    }

    .zak-header-builder .zak-main-row {
        padding-bottom: 12px;
    }


}


@media screen and (max-width: 767px) {
    .zak-toggle-menu .zak-icon {
        fill: #ffffff !important;
    }

    .zak-header-builder .zak-main-row .zak-header-right-col {
        gap: 2px !important;
    }

    .banner_search .wp-repair-search-box-shortcode-container .wp-repair-search-box input[type="text"] {
        padding: 16px 10px !important;
        font-size: 12px !important;
    }

    .order-outer .elementor-widget-wrap {
        display: flex;
        flex-direction: column;
    }

    .bannerheading {
        order: 2 !important;
    }

    .bannertext {
        order: 3 !important;
    }

    .bannertext p {
        margin-bottom: 0px;
    }

    .banner_search {
        order: 1 !important;
    }

    .zak-footer-col p:empty {
        display: none;
    }

    .repair_banner_box .elementor-icon-box-wrapper {
        display: flex;
        align-items: center;
        text-align: left !important;
    }

    .repair_banner_box .elementor-icon-box-icon {
        background: linear-gradient(to top, #00ffff, #007bff);
        border-radius: 50%;
        padding: 10px;
        margin-right: 15px !important;
        height: 50px;
        width: 50px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .reach_out .add_arrow {
        width: 100% !important;
    }

    .aboutform .add_arrow:before {
        top: 23px !important;
        right: 114px !important;
    }

    .add_arrow:before {
        right: 106px !important;
    }

    .reach_out .add_arrow:before {
        right: 106px !important;
        display: none;
    }

    #zak-footer .zak-footer-builder .zak-footer-top-row {
        padding: 25px 10px !important;
    }

    #zak-footer .zak-footer-builder .zak-bottom-row {
        padding-top: 15px;
    }

    .repair-sell:before {
        height: 22px !important;
        width: 22px !important;
        top: -15px !important;
        right: -14px !important;
    }

    .not-found h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .custom-logo {
        width: 80px !important;
    }

    .not-found p {
        font-size: 14px;
    }

    .not-found .zak-button {
        padding: 10px 22px;
        font-size: 14px;
    }

    .not-found {
        padding: 40px 0px;
    }

    .not-found img {
        margin-bottom: 20px;
        width: 250px;
    }

    .not-found .zak-content-header {
        margin-bottom: 0px;
    }

    .repair-sell:after,
    .white-heading:after,
    .service-sell:after {
        bottom: -7px !important;
    }

    .post-item,
    .blog_main_post .post-item {
        width: 100% !important;
    }

    .zak-footer-col p,
    .social-links a,
    .zak-footer .menu li a,
    #zak-footer-menu li a {
        font-size: 14px !important;
    }

    .zak-footer-col h2 {
        font-size: 22px !important;
        margin-bottom: 15px !important;
        padding-bottom: 0px !important;
    }

    .zak-footer-top-2-col,
    .zak-footer-top-3-col,
    .zak-footer-top-4-col {
        padding-top: 30px !important;
    }

    .zak-footer-builder .zak-footer-nav {
        justify-content: center !important;
    }

    .zak-footer-builder .zak-copyright {
        text-align: center !important;
        margin-bottom: 5px;
    }

    .testimonial-slider .slick-next {
        right: -25px !important;
    }

    .testimonial-slider .slick-prev {
        left: -25px !important;
    }

    .newsletter-form input {
        font-size: 15px !important;
    }

    .post-inner-content h3 {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .post-inner-content p,
    .date-sec {
        font-size: 14px !important;
    }

    .blog_main_post .post-inner-content p {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .view-more-post-btn {
        padding-top: 25px;
    }

    .date-sec:before {
        width: 17px !important;
        height: 17px !important;
    }

    .date-sec {
        padding-left: 25px !important;
    }

    .load-more {
        font-size: 14px;
        padding: 12px 30px;
    }

    .post-inner-content .read-more-post {
        font-size: 14px !important;
    }

    .post-inner-content {
        padding: 20px 15px;
    }

    .social-links a img {
        height: 24px !important;
        width: 24px !important;
    }



    .singleblogpage {
        padding: 0px;
    }

    .faq-tabs {
        width: 100%;
    }

    .faq-tabs .tab-button {
        padding: 10px 10px;
        font-size: 14px;
    }

    .faq-tabs .tab-button:before {
        height: 10px;
        width: 10px;
        right: 4px;
    }

    .faq-content {
        width: 100%;
    }

    .faq-item,
    .accordion-section {
        padding: 12px 15px;
    }

    .faq-answer,
    .accordion-section-content {
        font-size: 14px;
        margin-right: 40px;
    }

    .arrow img {
        width: 12px;
        height: 8px !important;
    }

    .arrow {
        width: 28px;
        height: 28px;
    }

    .faq-question,
    .accordion-section-title {
        font-size: 14px;
        padding-right: 35px;
    }

    .has-page-header .zak-page-header {
        padding: 140px 0px 50px 0px !important
    }

    .banner_search .zakra-custom-search-form .search-submit {
        padding: 14px 20px !important;
    }

    .banner_search .zakra-custom-search-form input[type="search"] {
        padding: 15px !important;
        font-size: 14px;
    }

    .search-submit i.fa.fa-search {
        font-size: 18px !important;
    }

    .zak-cstm-cls .zak-page-title {
        font-size: 28px !important;
    }

    .trail-items li span {
        font-size: 14px !important;
    }

    .zak-page-header .zak-row {
        gap: 2px !important;
    }

    .our-vision {
        margin-bottom: 5px !important;
    }

    .singleblogpage .single-blog-title-sec {
        font-size: 28px;
    }

    .singleblogpage .zak-entry-thumbnail img {
        border-radius: 10px;
        height: 250px;
    }

    .singleblogpage .entry-content p {
        margin-bottom: 10px;
        font-size: 14px;
        margin-top: 8px;
    }

    .meta-date,
    .meta-author {
        font-size: 14px;
    }

    .singleblogpage h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .singleblogpage .entry-content p strong {
        font-size: 16px;
    }

    .meta-date img,
    .meta-author img {
        height: 18px;
        width: 18px;
    }

    h2#conclusion {
        padding: 0px !important;
        margin: 0px !important;
    }

    .conclusion p {
        margin-top: 5px;
    }

    .recent-posts {
        margin-bottom: 0px;
    }

    .single-post .zak-content .zak-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .shop-now-button {
        padding: 9px 12px;
        font-size: 14px;
    }

    .custom-product-card h3,
    .price strong {
        font-size: 16px;
    }

    .custom-product-card p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #product-grid,
    #product-grid-cstm-sec {
        padding: 20px 0px 40px;
    }

    .woocommerce-cart .wc-block-grid__product {
        width: 100% !important;
        margin: 0px 0px 20px 0px !important;
    }

    .woocommerce-account h2 {
        font-size: 24px !important;
    }

    .woocommerce-account .woocommerce {
        padding: 40px 0px;
    }

    #customer_login {
        padding-bottom: 20px;
    }

    .woocommerce-account .entry-content p,
    .woocommerce-LostPassword.lost_password a,
    .woocommerce-privacy-policy-text p a {
        font-size: 14px !important;
    }

    .woocommerce-form-register button.woocommerce-Button,
    .woocommerce-form-register p:last-child {
        margin-bottom: 0px !important;
    }

    .woocommerce-account .button {
        padding: 10px 15px !important;
        font-size: 14px;
        text-align: center;
    }

    .single-product #zak-primary {
        padding-top: 90px;
    }

    .custom-breadcrumb a,
    .custom-breadcrumb .current,
    .add-to-cart-sec .single_add_to_cart_button,
    .shop-now-button-for-check,
    .shop-now-cls,
    .woocommerce-tabs .panel p,
    .woocommerce-cart .wc-block-components-panel__button {
        font-size: 14px !important;
    }

    .single-product .product .custom-product-subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .single-product .product h1 {
        font-size: 28px;
    }

    .custom-short-description p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .single-product .product .entry-summary .woocommerce-Price-amount.amount {
        font-size: 22px;
    }

    .single-product .product .entry-summary .quantity {
        margin-bottom: 10px;
    }

    .woocommerce-tabs ul.tabs {
        margin-top: 30px !important;
        margin-left: 0px;
        gap: 20px !important;
    }

    .woocommerce-tabs .panel {
        padding: 25px 0px;
        border-radius: 0px;
        border: none;
        border-top: 1px solid #ACBABBCC;
        border-bottom: 1px solid #ACBABB;
    }

    .related-accessories {
        padding-top: 30px;
    }

    .single-product .product {
        padding: 20px 0px 40px;
    }

    .single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
        margin-top: 30px !important;
        margin-left: 0px;
    }

    .custom-product-card img {
        width: 90px;
        height: 123px;
    }

    .custom-product-card .product-thumnail-sec {
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .woocommerce-cart .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
        padding: 15px 10px;
    }

    .woocommerce-cart .wp-block-woocommerce-cart.alignwide,
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        padding: 40px 0px;
    }

    .woocommerce-cart tr {
        margin-bottom: 0px !important;
        border: none !important;
        border-bottom: 1px solid #D4D4D8 !important;
    }

    .woocommerce-cart tr:last-child {
        border-bottom: none !important;
    }

    .woocommerce-cart .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
        display: block;
    }

    .woocommerce-cart .wc-block-cart__totals-title {
        font-size: 18px !important;
        padding: 0px !important;
        margin-bottom: 10px !important;
    }

    .woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
        margin-bottom: 0px !important;
        font-size: 18px !important;
        padding: 0px !important;
    }

    .woocommerce-cart .wc-block-components-sidebar {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-formatted-money-amount,
    .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
        font-size: 14px !important;
    }

    .woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__submit-container a {
        padding: 10px 28px !important;
        font-size: 14px !important;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
        border: none !important;
    }

    .woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        padding-top: 0px !important;
        border-top: none !important;
    }

    .woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 20px 10px 0 10px !important;
    }

    .woocommerce-checkout .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        border-bottom: none;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    .woocommerce-info,
    .woocommerce-message {
        font-size: 14px;
    }

    .woocommerce-MyAccount-content {
        padding: 15px;
    }

    .u-column1.col-1.woocommerce-Address {
        margin-bottom: 15px;
    }

    .woocommerce-account .woocommerce-Address address,
    .edit {
        font-size: 14px !important;
    }

    .woocommerce-checkout .wc-block-checkout__form {
        padding: 20px 15px;
    }

    .woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step,
    .woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {
        padding-top: 0px !important;
    }

    .woocommerce-checkout .is-mobile .wc-block-checkout__terms,
    .is-small .wc-block-checkout__terms {
        margin-bottom: 20px;
    }

    .woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step,
    .woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {
        margin-bottom: 15px !important;
    }

    .woocommerce-checkout .entry-content p {
        margin-bottom: 10px;
    }

    .woocommerce-checkout .wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__heading h2 {
        font-size: 20px !important;
    }

    .woocommerce-checkout .wc-block-components-notice-banner {
        margin-top: 0px !important;
    }

    .woocommerce-checkout .is-mobile .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
        padding-top: 20px;
        font-size: 14px;
    }

    .woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label,
    .woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
        font-size: 14px;
    }

    .woocommerce-checkout h3 {
        margin-bottom: 0px !important;
    }

    .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
    .woocommerce-checkout .wc-blocks-components-select__select,
    .woocommerce-checkout .wc-block-checkout .wc-block-components-textarea,
    .woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
    .woocommerce-checkout .wc-block-components-checkout-place-order-button {
        font-size: 14px !important;
    }

    .search-wrapper {
        width: 100%;
        margin-top: 20px;
    }

    .mobilespace {
        margin-bottom: 5px !important;
    }

    .custom-product-card-sec .product-thumbnail-sec img {
        width: 90px;
        height: 120px;
    }

    .custom-product-card-sec .product-thumbnail-sec {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .custom-product-card-sec .product-thumbnail-sec:before {
        width: 130px;
    }

    .custom-related-grid,
    .related-accessories .products {
        gap: 15px !important;
    }

    .custom-product-card-sec h3 {
        font-size: 15px;
    }

    .product-subtitle {
        font-size: 13px !important;
        margin-bottom: 0px !important;
    }

    .price {
        font-size: 14px;
    }

    .single-product .woocommerce-product-gallery__image a img {
        height: 300px !important;
    }

    .single-product .product .entry-summary .qty {
        margin-bottom: 0px !important;
    }

    .single-product .product .woocommerce-product-gallery .flex-viewport {
        height: 300px !important;
    }

    .related-accessories h2,
    .related h2,
    .related-accessories>h3 {
        font-size: 28px !important;
        margin-bottom: 10px;
    }

    .woocommerce .products {
        grid-template-columns: repeat(2, 2fr) !important;
    }

    .custom-product-card-sec {
        padding: 10px !important;
    }

    .custom-product-card-sec .price .amount,
    .price {
        font-size: 14px !important;
    }

    .price {
        margin-bottom: 10px !important;
    }

    .woocommerce .products .product img {
        margin-bottom: 0px !important;
    }

    .single-product .related {
        margin: 30px 0 0px !important;
    }

    .woocommerce-tabs ul.tabs li a {
        font-size: 15px !important;
    }
}


@media screen and (max-width: 500px) {
    .repair_text .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: 122px !important;
    }

    .repair_text.first-repair .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: 148px !important;
    }

    .repair_text.repairtwo .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        min-height: 148px !important;
    }

}



/* Media Query End here */

.our-vision .elementor-image-box-img {
    margin-bottom: 0px !important;
}

/* Order thankyou page  */

.woocommerce-order-received .woocommerce-order {
    padding: 50px 10px;
}

.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-bacs-bank-details {
    border: 1px solid #d4d4d8;
    padding: 20px;
    border-radius: 8px;
}

.order-thanku-cstm-sec {
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-received .woocommerce-bacs-bank-details {
    width: calc(50% - 10px);
}

.woocommerce-order-received h2 {
    font-size: 22px;
    font-weight: 600;
    /* 	color:#10213B !important; */
    margin-bottom: 0px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    border: 1px solid #d4d4d8;
    margin: 0px;
    padding: 20px;
    border-radius: 10px;
    width: calc(50% - 10px);
}

.woocommerce-order-received ul.wc-bacs-bank-details.order_details.bacs_details {
    list-style: none;
    margin: 0px;
}

/* .woocommerce-order-received strong, .woocommerce-order-received b, .woocommerce-order-received p, .woocommerce-order-received ul li, .woocommerce-order-received span{
	color: #10213B !important;
} */
.woocommerce-order-received .wc-bacs-bank-details-account-name {
    font-size: 20px !important;
    color: #10213B !important;
    margin-bottom: 10px !important;
    font-weight: 600;
}

.woocommerce-order-received .woocommerce-order-details {
    padding-top: 30px;
}

.woocommerce-order-received .woocommerce-order-details h2 {
    margin-bottom: 20px;
}

.woocommerce-order-received .woocommerce-customer-details address {
    font-style: normal;
    text-transform: capitalize;
    color: #10213b !important;
}

.woocommerce-order-received .woocommerce-customer-details--phone {
    margin-bottom: 0px;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

#post-518 {
    padding: 50px 10px;
}

#post-518 .woocommerce-info {
    margin-bottom: 20px;
}

#post-518 .show-password-input {
    top: 40px !important;
}



@media screen and (max-width:767px) {
    .order-thanku-cstm-sec {
        flex-wrap: wrap;
        gap: 20px;
    }

    .woocommerce-order-received .woocommerce-bacs-bank-details,
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        width: 100%;
    }

    #post-518 {
        padding: 30px 10px !important;
    }

    .woocommerce-form.woocommerce-form-track-order.track_order {
        margin: 30px 0px !important;
    }

    .repair_text .elementor-image-box-content h3.elementor-image-box-title {
        min-height: 44px !important;
    }
}

/* 05-09-2025 */

#insurance-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #acbabb;
    font-size: 16px;
    background-image: url(/wp-content/uploads/2025/06/Vector-1.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    border-radius: 10px;
    padding: 15px 20px;
}

#insurance-info,
.woocommerce-form.woocommerce-form-track-order.track_order p {
    color: #10213B;
    font-size: 16px;
}

.woocommerce-form.woocommerce-form-track-order.track_order {
    padding: 30px 25px;
    border-radius: 8px !important;
    border: 1px solid #e4e4e7;
    margin: 50px 0px;
}

.woocommerce-form.woocommerce-form-track-order.track_order input {
    border: 1px solid #D4D4D8;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    color: #10213B;
    font-weight: 400;
    margin-bottom: 0px;
}

.woocommerce-form.woocommerce-form-track-order.track_order input::placeholder {
    color: #10213B;
}

.woocommerce-form.woocommerce-form-track-order.track_order .button {
    background: linear-gradient(to left, #00ffff, #007bff);
    padding: 12px 28px !important;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.woocommerce-form.woocommerce-form-track-order.track_order .button:hover {
    color: #fff;
}

.status-publish .woocommerce-error {
    margin-top: 20px;
}

.repair_text .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 57px;
}

.repair_banner_box {
    position: relative;
    overflow: hidden;
}

.repair {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/* Service method hide code start here */

.repair-on-location .rp-dm-price-badge.dm-free {
    display: none !important;
}


.list_style ul {
    list-style: disc;
    margin-bottom: 0px;
}

/* Service method hide code end here */

.link_color a {
    transition: all 0.38s ease-in-out 0s;
}

.link_color a:hover {
    color: #0ad2fb;
}




/* 07-12-2025 */

.b2bking_custom_registration_field,
select#b2bking_registration_roles_dropdown,
select#b2bking_custom_field_3291,
select#b2bking_custom_field_3238 {
    width: 100%;
    height: 46px;
    border-radius: 3px;
}

.select2-container.select2-container--default {
    z-index: 9 !important;
}

.single-product .summary del .woocommerce-Price-amount.amount bdi {
    text-decoration: line-through;
}

.single-product .summary del {
    text-decoration: none;
}

/* 16-02-2026 Webshop page Css start */


.page-id-3518 .zak-page-header .zak-row {
    display: none;
}

.search-box-wrap input.live-product-search {
    padding: 18px 16px;
    border-radius: 12px;
    border: 1px solid rgba(7, 87, 238, 0.2);
    color: rgba(91, 102, 113, 1);
    font-size: 18px;
    font-weight: 300;
}

.search-box-wrap {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 22px;
    font-size: 18px;
    right: 16px;
}

.search-icon i {
    font-size: 25px;
    color: rgba(16, 33, 59, 1);
}

.clear-search i {
    height: 24px;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clear-search {
    height: 34px;
    width: 34px;
    background: linear-gradient(to left, #00ffff, #007bff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.clear-search {
    position: absolute;
    top: 17px;
    font-size: 18px;
    right: 9px;
    display: inline-flex;
}

.main-webshop-cstm-slider .custom-product-card {
    padding: 14px;
    border: 1px solid rgba(172, 186, 187, 1);
    border-radius: 12px;
}

.main-webshop-cstm-slider .slick-slide {
    padding: 0px 10px;
}

.main-webshop-cstm-slider .slick-slide .product-thumbnail-sec {
    border-bottom: 1px solid rgba(187, 187, 187, 1);
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.main-webshop-cstm-slider .slick-slide .product-thumbnail-sec img {
    height: 152px;
    object-fit: contain;
}

.main-webshop-cstm-slider .slick-slide h3 {
    font-size: 18px;
    color: rgba(16, 33, 59, 1);
    font-weight: 500;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.main-webshop-cstm-slider button.slick-arrow {
    height: 38px;
    width: 38px;
    background: linear-gradient(to left, #00ffff, #007bff);
    border-radius: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* .main-webshop-cstm-slider .slick-prev {
    left: -8px;
    top: 75px;
    transform: none;

} */

/* .main-webshop-cstm-slider .custom-product-card{
    padding: 14px;
} */

/* .main-webshop-cstm-slider .slick-next {
    right: -8px;
    top: 75px;
    transform: none;

} */

.main-webshop-cstm-slider .slick-next:before,
.main-webshop-cstm-slider .slick-prev:before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    width: 12px;
    z-index: 1;
}

.main-webshop-cstm-slider .slick-next:before {
    background-image: url(/wp-content/uploads/2026/02/arrow-6.png);
}

.main-webshop-cstm-slider .slick-prev:before {
    background-image: url(/wp-content/uploads/2026/02/arrow-7.png);
}

.main-webshop-cstm-slider .product-subtitle {
    margin-bottom: 5px;
    font-size: 15px;
}

.main-webshop-cstm-slider .custom-product-card .price,
.spareparts-content #product-content .custom-product-card .price {
    /* display: block; */
    line-height: normal;
    margin-bottom: 10px;
}

.main-webshop-cstm-slider .custom-product-card .price strong,
.spareparts-content #product-content .custom-product-card .price strong {
    display: block;
}

.main-webshop-cstm-slider .custom-product-card .shop-now-button {
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    color: #fff
}

.breadcrumb_last {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 2;
    position: relative;
}

.webshop_breadcrumbs span {
    color: rgba(16, 33, 59, 1);
    font-size: 18px;
}

.advanced-shop-sidebar h3 {
    color: rgba(7, 87, 238, 1);
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}

.sidebar-list {
    list-style: none;
    margin: 0;
}

.sidebar-card {
    border: 1px solid rgba(172, 186, 187, 1);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 25px;
}

.sidebar-list .child-item {
    border-bottom: 1px solid rgba(172, 186, 187, 0.5);
    line-height: normal;


}

.sidebar-list .child-item a {
    font-size: 16px;
    color: rgba(16, 33, 59, 1);
    transition: all 0.38s ease-in-out 0s;
    display: block;
    padding: 14px 0px;
}

.sidebar-list .child-item:hover>a {
    color: rgba(7, 87, 238, 1);
}

.sidebar-list .child-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.sidebar-list .child-item:last-child a {
    padding-bottom: 0px;
}

.main_web_shop .elementor-container {
    align-items: flex-start;
}

.image-align .elementor-image-box-wrapper,
.mac_align .elementor-image-box-wrapper {
    gap: 15px;
}

.image-align img,
.mac_align img {
    margin-bottom: -40px;
}

.image-align p.elementor-image-box-description {
    min-height: 168px;
}

.mac_align p.elementor-image-box-description {
    min-height: 141px;
}


.live-search-results .no-result {
    padding-top: 15px;
    color: #fff;
}

.live-search-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    max-height: 605px;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}

.live-search-grid {
    display: grid;
    justify-content: space-between;
    gap: 15px;
    max-height: 520px;
    overflow-y: auto;
    padding: 0px 10px 50px 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-right: 10px;
}

.live-search-grid::-webkit-scrollbar {
    width: 6px;
}

.live-search-grid::-webkit-scrollbar-track {
    background: transparent;
}

.live-search-grid::-webkit-scrollbar-thumb {
    background: #2f80ed;
    border-radius: 20px;
}

.live-search-grid::-webkit-scrollbar-thumb:hover {
    background: #1c5fd4;
}

.btn-wrapper {
    padding: 24px 16px;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.view-all {
    font-size: 18px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #068DF9 0%, #0DF6FA 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: all 0.38s ease-in-out 0s;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.view-all:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(90deg, #007bff, #00ffff);
    left: 0;
    border-radius: 10px;
}

.view-all:hover:before {
    width: 100%;
}

.live-search-results {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.tax-product_cat .zak-content .zak-row {
    flex-direction: column;
    flex-wrap: nowrap;
}

.spareparts-layout {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 0px 100px;
}

.spareparts-sidebar-wrap {
    width: 25%;
}

.spareparts-content {
    width: 75%;
}

.spareparts-content .products-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.main-head-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(172, 186, 187, 0.4);
    padding-bottom: 12px;
    align-items: center;
}

.tax-product_cat .zak-page-header .zak-container {
    display: none;
}

.tax-product_cat .zak-page-header {
    padding: 100px 0px 30px 0px !important;
}

.custom-breadcrumb {
    padding: 24px 0px 46px;
    font-size: 18px;
    color: rgba(16, 33, 59, 1);
}

#ajax-category-sorting label {
    font-size: 16px;
    color: rgba(16, 33, 59, 1);
    margin-bottom: 0px;
}

#ajax-category-sorting {
    gap: 10px;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: end
}

#ajax-orderby,
#orderby {
    border: 1px solid rgba(7, 87, 238, 1);
    padding: 10px 10px;
    border-radius: 8px;
    color: rgba(7, 87, 238, 1);
    font-size: 16px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    line-height: normal;
    background: #fff;
}

.category-product-count {
    font-size: 16px;
    color: rgba(16, 33, 59, 1);
    font-weight: 400;
    width: 50%;
}

.main-webshop-cstm-slider .slick-arrow.slick-disabled {
    background: rgba(172, 186, 187, 1);
}

span.blue-heading.lineremove:after {
    display: none;
}

@media screen and (min-width:1025px) {
    .sidebar_shop {
        position: sticky !important;
        top: 110px;
    }
}

@media screen and (max-width:767px) {
    .main-webshop-cstm-slider .slick-slide {
        padding: 0px 4px;
    }

    .main-webshop-cstm-slider .slick-next:before,
    .main-webshop-cstm-slider .slick-prev:before {
        height: 10px;
        width: 10px;
    }

    .main-webshop-cstm-slider button.slick-arrow {
        height: 30px;
        width: 30px;
    }

    /* .main-webshop-cstm-slider .slick-next {
        right: -10px;
    }

    .main-webshop-cstm-slider .slick-prev {
        left: -10px;
    } */

    .image-align img,
    .mac_align img {
        margin-bottom: 0;
    }

    .image-align p.elementor-image-box-description,
    .mac_align p.elementor-image-box-description {
        min-height: auto;
    }

    .image-align .elementor-image-box-wrapper .elementor-image-box-img,
    .mac_align .elementor-image-box-wrapper .elementor-image-box-img {
        display: flex;
        justify-content: center;
        margin-bottom: 15px !important;
    }

    .advanced-shop-sidebar h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .sidebar-card {
        padding: 18px;
        margin-bottom: 15px;
    }

    .sidebar-list .child-item a {
        padding: 10px 0px;
    }

    .sidebar-list .child-item a {
        font-size: 14px;
    }

    .webshop_breadcrumbs span {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .image-align p.elementor-image-box-description {
        min-height: 196px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-webshop-cstm-slider .slick-slide {
        padding: 0px 5px;
    }

    /* .main-webshop-cstm-slider .slick-next {
        right: -5px;
    }

    .main-webshop-cstm-slider .slick-prev {
        left: -5px;
    } */

    .advanced-shop-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sidebar-card {
        margin-bottom: 0px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .image-align p.elementor-image-box-description {
        min-height: 197px;
    }

    .mac_align .elementor-image-box-title,
    .image-align .elementor-image-box-title {
        font-size: 26px !important;
    }

    .mac_align p.elementor-image-box-description {
        min-height: 168px;
    }

    .main-webshop-cstm-slider .slick-slide {
        padding: 0px 5px;
    }
/* 
    .main-webshop-cstm-slider .slick-next {
        right: -5px;
    }

    .main-webshop-cstm-slider .slick-prev {
        left: -5px;
    } */

    .main-webshop-cstm-slider .custom-product-card {
        padding: 12px;
    }
}

/* Webshop page Css End */

/* Webshop Category page css start */

.spareparts-content #product-content .custom-product-card p.product-subtitle {
    margin-bottom: 8px;
}

.spareparts-content #product-content .custom-product-card h3 {
    font-size: 18px;
}

.spareparts-top-subcats {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 30px;
    /* scrollbar-color: #0757ee #016de0;
    scrollbar-width: thin; */
}

.spareparts-top-subcats a.subcat-box {
    border: 1px solid #5B6671;
    padding: 8px 15px;
    border-radius: 6px;
    color: #5B6671;
    font-size: 15px;
    font-weight: 500;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    background: transparent;
    transition: all 0.38s ease-in-out 0s;
    white-space: nowrap;
    cursor: pointer;
}

.spareparts-top-subcats::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
}

.spareparts-top-subcats::-webkit-scrollbar-thumb {
    background-color: #007bff !important;
    border-radius: 10px !important;
}

.spareparts-top-subcats::-webkit-scrollbar-thumb:hover {
    background-color: #016de0 !important;
}

.spareparts-top-subcats a.subcat-box:hover {
    background: #F8FAFF;
    border-color: #0757EE;
    color: #0757EE;
}

.sidebar-sublist {
    list-style: none;
    margin: 0;
}

span.last-child-heading {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 2;
    position: relative;
}

.wrap-select:before,
.sort-dropdown #sort-form:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2026/02/ep_arrow-down-bold.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.wrap-select {
    position: relative;
    max-width: 245px;
    width: 100%;
}

.selected-category-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    color: #10213B;
}
.search-page-wrap .page-content .main-content .products-wrapper .product-card.custom-product-card .shop-now-button{
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    color: #fff;
}
 .search-page-wrap .page-content .main-content .products-wrapper .product-card.custom-product-card .price{
    margin-bottom: 10px;
}
/* .spareparts-content .products-wrapper .custom-product-card:hover .shop-now-button {
    background: linear-gradient(to left, #00ffff, #007bff);
    color: #fff;
    border: transparent;
}
 */
.spareparts-content .products-wrapper .custom-product-card {
    padding: 14px;
    width: 100%;
}

.spareparts-content .products-wrapper .custom-product-card .shop-now-button {
    transition: all 0.38s ease-in-out 0s;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    color: #fff;
}

.sidebar-sublist li a {
    padding: 5px 0px !important;
}

.sidebar-sublist {
    padding-left: 20px;
}

.inner-category-wrapper {
    max-height: 200px;
    overflow-y: auto;
    border-left: 1px solid rgba(172, 186, 187, 0.2);
    margin-bottom: 14px;
    /* scrollbar-color: #0757ee #016de0;
    scrollbar-width: thin; */
}

.sidebar-sublist li:hover>a {
    color: #0757ee;
}

.inner-category-wrapper::-webkit-scrollbar {
    width: 5px;
}

.inner-category-wrapper::-webkit-scrollbar-thumb {
    background: #0757ee;
    border-radius: 10px;
}

.inner-category-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #016de0 !important;
}


/* .child-item.active a.child-cstm,
.sidebar-sublist li.active a {
    font-weight: 500;
    color: #0757ee;
} */


.parent-active > a {
   color: #0757ee !important;
   font-weight:500;
}

.current-active > a {
   color: #0757ee !important;
   font-weight:500;
}

.main-paginate-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 0px 10px #4A4A4A1A;
    border: 1px solid rgba(172, 186, 187, 0.2);
    margin-top: 24px;
}

.pagination-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    text-decoration: none;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin: 0px;
    list-style: none;
}

.page-numbers.current {
    background-color: #10213B;
    color: white;
    font-weight: 600;
}

.page-numbers.prev,
.page-numbers.next {
    background: #ACBABB;
    color: transparent;
    position: relative;
    font-size: 0px;
}

.page-numbers.prev {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
}

.page-numbers.prev::after,
.page-numbers.next::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    position: absolute;
}

.page-numbers.prev::after {
    transform: rotate(-45deg);
    margin-left: 2px;
}

.page-numbers.next::after {
    transform: rotate(135deg);
    margin-left: -2px;
}

.pagination-count {
    color: rgba(50, 50, 50, 1);
    font-size: 14px;
    font-weight: 500;
}

.newsletter-section .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-section {
    padding: 80px 10px 80px 10px;
}

.inner-newsletter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-newsletter-content .inner-left-content {
    width: 60%;
}

.inner-newsletter-content .inner-right-img {
    width: 40%;
    display: flex;
    justify-content: center;
}

.inner-newsletter-content .inner-left-content h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.inner-newsletter-content .inner-left-content .newsletter-form {
    width: 70%;
}

.sidebar-card:last-child {
    margin-bottom: 0px;
}

.sidebar-heading a {
    display: block;
}

.spareparts-content .products-wrapper .custom-product-card img {
    width: 100%;
    height: 152px;
}

.spareparts-content .products-wrapper .custom-product-card .product-thumnail-sec {
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.spareparts-content .products-wrapper .custom-product-card .product-thumnail-sec:before {
    width: 100%;
}

#ajax-orderby option {
    font-size: 16px;
    background-color: #fff;
    color: rgba(16, 33, 59, 1);
}

.category-tabs .tab-btn {
    border: 1px solid #5B6671;
    padding: 8px 15px;
    border-radius: 6px;
    color: #5B6671;
    font-size: 15px;
    font-weight: 500;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    background: transparent;
    transition: all 0.38s ease-in-out 0s;
    white-space: nowrap;
    cursor: pointer;
}



.category-tabs .tab-btn.active {
    background: linear-gradient(90deg, #0099FF 0%, #00EAFF 100%);
    border-color: #fff;
    color: #fff;
}

.category-tabs .tab-btn.active img {
    filter: invert(1) brightness(2);
}

.category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 32px;
    cursor: grab;
    scroll-behavior: smooth;
    /* scrollbar-color: #0757ee #016de0;
    scrollbar-width: thin; */
}

.category-tabs img {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

#active-filter-bar .active-filter {
    padding: 6px 14px;
    display: inline-flex;
    margin-bottom: 20px;
    border-radius: 50px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #0099FF 0%, #00EAFF 100%);
    color: #fff;
}

#active-filter-bar .active-filter .remove-filter {
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    line-height: normal;
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#active-filter-bar .active-filter .remove-filter i {
    background: linear-gradient(to right, #00ffff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 2;
    position: relative;
    font-size: 14px;
}

.bottomspace_text p {
    margin-bottom: 0px;
}


.category-tabs::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
}

.category-tabs::-webkit-scrollbar-thumb {
    background-color: #007bff !important;
    border-radius: 10px !important;
}

.category-tabs::-webkit-scrollbar-thumb:hover {
    background-color: #016de0 !important;
}

@media screen and (max-width:767px) {
    .container.spareparts-layout {
        flex-wrap: wrap;
        gap: 20px !important;
        padding: 10px 0px 30px;
    }

    .spareparts-sidebar-wrap,
    .spareparts-content {
        width: 100%;
    }

    .main-head-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .category-product-count {
        width: 100%;
        font-size: 14px;
    }

    #ajax-category-sorting {
        width: 100%;
        justify-content: space-between;
    }

    .pagination-wrapper {
        flex-wrap: wrap;
        gap: 5px;
    }

    .main-paginate-wrapper {
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 12px 10px;
        border-radius: 8px;
    }

    .custom-breadcrumb {
        padding: 15px 0px 15px;
        font-size: 14px;
    }

    .selected-category-heading {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .spareparts-top-subcats {
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .tax-product_cat .zak-page-header {
        padding: 60px 0px 30px 0px !important;
    }

    .spareparts-top-subcats a.subcat-box {
        font-size: 14px;
        padding: 6px 15px;
    }

    .spareparts-content .products-wrapper .custom-product-card .shop-now-button {
        font-size: 14px;
        padding: 6px 14px;
    }

    #ajax-orderby,
    #orderby {
        font-size: 14px;
        padding: 10px 6px;
    }

    .wrap-select {
        max-width: 100%;
    }

    .newsletter-section {
        padding: 50px 10px 50px 10px;
    }

    .inner-newsletter-content .inner-left-content h2 {
        font-size: 34px;
        margin-bottom: 30px;
        text-align: center;
    }

    .inner-newsletter-content .inner-left-content .newsletter-form {
        width: 100%;
    }

    .category-product-count {
        width: 100%;
    }

    #ajax-category-sorting label {
        font-size: 14px;
    }

    .page-numbers {
        min-width: 28px;
        height: 28px;
    }

    .spareparts-content .products-wrapper .custom-product-card .product-thumnail-sec {
        padding-bottom: 10px !important;
        margin-bottom: 12px !important;
    }

    .spareparts-content .products-wrapper .custom-product-card {
        padding: 10px;
    }

    .spareparts-content .products-wrapper {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .spareparts-content #product-content .custom-product-card h3 {
        font-size: 15px;
    }

    .spareparts-content #product-content .custom-product-card p.product-subtitle {
        margin-bottom: 4px !important;
    }

    #ajax-orderby option {
        font-size: 16px;
    }

    .category-tabs .tab-btn {
        padding: 6px 12px;
        font-size: 14px;
        gap: 5px;
    }

    .category-tabs {
        gap: 10px;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .category-tabs img {
        height: 18px;
        width: 18px;
    }

    .spareparts-content .products-wrapper .custom-product-card img {
        height: 115px !important;
    }

    .main-webshop-cstm-slider .custom-product-card .shop-now-button {
        padding: 6px 12px;
        font-size: 14px;
    }

    .main-webshop-cstm-slider .slick-slide .product-thumbnail-sec img {
        height: 115px;
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .container.spareparts-layout {
        flex-wrap: wrap;
        gap: 20px;
    }

    .spareparts-sidebar-wrap,
    .spareparts-content {
        width: 100%;
    }

    .inner-newsletter-content {
        flex-wrap: wrap;
    }

    .inner-newsletter-content .inner-left-content,
    .inner-newsletter-content .inner-right-img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .inner-newsletter-content .inner-left-content h2 {
        font-size: 36px;
        margin-bottom: 40px;
        text-align: center;
    }

    .inner-newsletter-content .inner-left-content .newsletter-form {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .spareparts-layout {
        padding: 30px 0px 50px;
    }

    .selected-category-heading {
        font-size: 36px;
    }

    .main-paginate-wrapper {
        padding: 15px;
    }

    .custom-breadcrumb {
        padding: 20px 0px 20px;
    }

    .custom-breadcrumb a {
        font-size: 16px;
    }

    .newsletter-section {
        padding: 50px 10px 50px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .spareparts-content .products-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* @media (min-width: 992px) and (max-width: 1024px) {
    .spareparts-content .products-wrapper .custom-product-card {
        width: calc(25% - 15px);
    }
} */

@media (min-width: 1025px) and (max-width: 1300px) {

    /* .spareparts-content .products-wrapper .custom-product-card {
        width: calc(33% - 12px);
    } */
    .spareparts-content .products-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .spareparts-layout {
        padding: 42px 0px 80px;
        gap: 25px;
    }

    .selected-category-heading {
        font-size: 36px;
    }

    .sidebar-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
}

/* Webshop Category page css End */


/* Mobile webshop sidebar code start */

.mobile-cat-toggle,
.sidebar-close {
    display: none;
}

.stop-background {
    overflow: hidden;
}

.sort-sidebar-wrap-cstm.mobile-show {
    display: none;
}

@media(max-width:767px) {
    .mobile-cat-toggle {
        width: 100% !important;
        font-size: 14px !important;
    }

    .spareparts-sidebar-wrap {
        width: 40% !important;
    }

    #ajax-category-sorting {
        width: 60% !important;
    }
}

@media(max-width:1024px) {

    .mobile-cat-toggle {
        display: block;
        width: 245px;
        padding: 11px 12px;
        border: none;
        background: linear-gradient(90deg, #0099FF 0%, #00EAFF 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        position: relative;
        transition: all 0.4s ease;
    }

    .mobile-cat-toggle:before {
        content: "";
        position: absolute;
        top: 0;
        width: 0%;
        height: 100%;
        transition: all 0.4s ease;
        z-index: -1;
        background: linear-gradient(90deg, #00ffff, #007bff);
        left: 0;
        border-radius: 10px;
    }

    .mobile-cat-toggle:hover:before {
        width: 100%;
    }

    .mobile-cat-toggle:hover {
        color: #fff;
    }

    .advanced-shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow: auto;
        transition: .3s;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    }

    .advanced-shop-sidebar.open {
        left: 0;
        padding: 15px;
        display: block;
    }

    .advanced-shop-sidebar.open .sidebar-card {
        padding: 0px;
        margin-bottom: 20px;
        border: none;
    }

    .advanced-shop-sidebar ul.active {
        display: block;
    }


    .sidebar-close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: linear-gradient(90deg, #0099FF 0%, #00EAFF 100%);
        color: #fff;
        border: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        font-size: 18px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    aside.spareparts-sidebar-wrap.desktop-hide {
        display: none;
    }

    #ajax-category-sorting {
        display: none;
    }

    .sort-sidebar-wrap-cstm form#ajax-category-sorting {
        display: flex !important;
    }

    .sort-sidebar-wrap-cstm.mobile-show {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }

    .sort-sidebar-wrap-cstm form#ajax-category-sorting label {
        display: none;
    }
}

/* Mobile webshop sidebar code End */


/* Search page code start */

.live-card.custom-product-card .product-thumbnail-sec {
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.live-card.custom-product-card .product-thumbnail-sec img {
    width: 100%;
    height: 152px;
}

.live-card.custom-product-card .product-subtitle {
    margin-bottom: 5px;
    font-size: 15px;
}

.live-card.custom-product-card .price {
    /* display: block; */
    line-height: normal;
    margin-bottom: 10px;
    font-size: 15px;
}

/* .live-card.custom-product-card .price strong {
    display: block;
} */

.live-card.custom-product-card h3 {
    font-size: 18px;
    margin-bottom: 3px;
}

.live-card.custom-product-card .shop-now-button {
    padding: 6px 14px;
    font-size: 15px;
}

.live-card.custom-product-card {
    padding: 12px 12px;
    width: 100%;
}

.search-page-wrap .page-content .main-content .products-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.search-page-wrap .page-content .main-content .products-wrapper .custom-product-card {
    width: 100%;
    padding: 14px;
}

.main-webshop-section {
    width: 100%;
}

.search-page-wrap .page-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 0px 100px;
    align-items: flex-start;
}

.search-page-wrap .page-content .sidebar {
    width: 25%;
}

.search-page-wrap .page-content .main-content {
    width: 75%;
}

.product-card.custom-product-card img {
    width: 100%;
    height: 152px;
}

.product-card.custom-product-card .product-thumbnail-sec {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #BBBBBB;
}

.product-card.custom-product-card .product-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-card.custom-product-card h3 {
    font-size: 18px;
}

.search .zak-page-header.zak-style-3.zak-cstm-cls .zak-row {
    display: none;
}

.product-card.custom-product-card .price {
    /* display: block; */
    line-height: normal;
    margin-bottom: 15px;
}

/* .product-card.custom-product-card .price strong {
    display: block;
} */

.search .search-box-wrap {
    position: relative;
    margin: -120px auto 54px auto;
    max-width: 1000px;
    width: 100%;
}

.live-search-panel.no-result-panel .no-result-title {
    padding: 0px 10px 46px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.live-search-panel.no-result-panel {
    padding-top: 56px;
}

.live-search-panel.no-result-panel .view-all {
    opacity: 0.5;
}

.live-search-panel.no-result-panel .btn-wrapper {
    box-shadow: none !important;
}

.pagination-wrapper ul.page-numbers {
    gap: 12px;
}

#orderby {
    background: none;
}

.search-header {
    width: 50%;
    justify-content: flex-end;
    display: flex;
}

.sort-dropdown #sort-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sort-dropdown {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.sort-dropdown #sort-form label {
    font-size: 16px;
    color: rgba(16, 33, 59, 1);
    margin-bottom: 0px;
    white-space: nowrap;
}

.sort-dropdown #sort-form {
    position: relative;
    max-width: 320px;
    width: 100%;
}

#orderby option {
    font-size: 16px;
    background-color: #fff;
    color: rgba(16, 33, 59, 1);
}

.product-card.custom-product-card .shop-now-button {
    transition: all 0.38s ease-in-out 0s;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
}

p.result-content {
    font-size: 16px;
    color: rgba(16, 33, 59, 1);
    font-weight: 400;
    margin-bottom: 15px;
}


@media (min-width: 1025px) and (max-width: 1300px) {
    .search-page-wrap .page-content {
        gap: 25px;
        padding: 42px 0px 80px;
    }

    .search-page-wrap .page-content .main-content .products-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(min-width:1025px) {
    .search-page-wrap .page-content .sidebar {
        position: sticky !important;
        top: 110px;
    }
}

@media (max-width: 1024px) {

    /* .sort-dropdown #sort-form label,
    .main-head-wrap {
        display: none;
    } */
    .search-header, .sort-dropdown #sort-form label{
        display: none;
    }
    .search-page-wrap .page-content .main-content {
        width: 100%;
    }

    .search-page-wrap .page-content {
        flex-wrap: wrap;
        padding: 20px 0px 50px;
    }

    .sidebar.desktop-hide {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sort-dropdown #sort-form {
        max-width: 245px;
    }

    .search .search-box-wrap {
        margin: -100px auto 40px auto;
    }

    .search-box-wrap input.live-product-search {
        padding: 15px 15px;
        font-size: 16px;
    }

    .search-icon i {
        font-size: 20px;
    }

    .search-icon {
        top: 17px;
        right: 14px;
    }

    .clear-search i {
        font-size: 16px;
    }

    .clear-search {
        height: 28px;
        width: 28px;
    }

    .search .zak-page-header,
    .page-id-3518 .zak-page-header {
        padding: 170px 0px 80px 0px;
    }

    .live-search-panel.no-result-panel {
        padding-top: 40px;
    }

    .live-search-panel.no-result-panel .no-result-title {
        padding: 0px 10px 20px;
        font-size: 22px;
    }

    .btn-wrapper {
        padding: 20px 16px;
    }

    .view-all {
        font-size: 16px;
    }

    .live-search-grid {
        max-height: 460px;
        padding: 0px 10px 20px 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-page-wrap .page-content .main-content .products-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width:767px) {
    .clear-search {
        height: 26px;
        width: 26px;
        top: 12px;
        font-size: 12px;
        right: 6px;

    }

    .clear-search i {
        font-size: 14px;
    }

    .search-box-wrap input.live-product-search {
        padding: 12px 10px;
        border-radius: 8px;
        font-size: 14px;
    }

    .search-icon i {
        font-size: 16px;
    }

    .search-icon {
        top: 10px;
        font-size: 17px;
        right: 10px;

    }

    .btn-wrapper {
        padding: 10px 10px;
    }

    .view-all {
        font-size: 14px;
    }

    .btn-wrapper {
        padding: 10px;
    }

    .live-search-panel.no-result-panel .no-result-title {
        padding: 0px 10px 20px;
        font-size: 18px;
    }

    .live-search-panel.no-result-panel {
        padding-top: 30px;
    }

    .page-id-3518 #zak-content .zak-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .live-search-panel {
        border-radius: 8px;
        padding-top: 10px;
    }

    .live-search-grid {
        gap: 10px;
        max-height: 420px;
        padding: 0px 5px 10px 10px;
        grid-template-columns: repeat(2, 1fr);
        margin-right: 5px;
    }

    .live-card.custom-product-card h3 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .live-card.custom-product-card {
        padding: 10px;
    }

    .live-card.custom-product-card .product-thumbnail-sec {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .live-card.custom-product-card .price {
        font-size: 13px;
    }

    .live-card.custom-product-card .shop-now-button {
        padding: 5px 10px;
        font-size: 14px;
    }

    .search-page-wrap .page-content .main-content .products-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .search-page-wrap .page-content .main-content .products-wrapper .custom-product-card {
        padding: 10px;
    }

    .search-page-wrap .page-content .main-content .products-wrapper .product-card.custom-product-card h3 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .search .search-box-wrap {
        margin: -80px auto 30px auto;
    }

    .product-card.custom-product-card .product-thumbnail-sec {
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .sort-dropdown {
        width: 60%;
    }

    .sort-sidebar-wrap-cstm.mobile-show {
        gap: 10px;
    }

    .tax-product_cat .zak-container,
    .search .zak-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-page-wrap .page-content {
        flex-wrap: wrap;
        padding: 10px 0px 30px;
        gap: 15px;
    }

    .main-webshop-cstm-slider .custom-product-card {
        padding: 10px;
    }
}

/* Search page code end */


/* 06-03-2026 loader css start*/
.live-search-loader {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.inner-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-div:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 3px solid #ddd;
    border-top: 3px solid #1b65ef;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.7s linear infinite;
}
.live-card.custom-product-card .shop-now-button {
    background: linear-gradient(to left, #00ffff, #007bff);
    border: none;
    color: #fff;
    font-weight: 500;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:767px) {
    .live-search-loader {
        top: 47px;
    }

    .inner-div:after {
        width: 20px;
        height: 20px;
    }

    .main-webshop-cstm-slider .slick-slide h3 {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 2px;
    }

    .main-webshop-cstm-slider .slick-slide .product-thumbnail-sec {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }


    .search-page-wrap .page-content .main-content .products-wrapper .product-card.custom-product-card .shop-now-button {
        padding: 6px 14px;
        font-size: 14px;
    }
     .search-page-wrap .page-content .main-content .products-wrapper .product-card.custom-product-card img{
        height: 115px;
    }
    .main-webshop-cstm-slider .slick-prev {
    transform: translateX(-35px) !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .live-search-loader {
        top: 57px;
    }

    .inner-div:after {
        width: 25px;
        height: 25px;
    }
}

/* 06-03-2026 loader css end */

.main-webshop-cstm-slider .slick-prev,
.main-webshop-cstm-slider .slick-next {
    top: auto;
    bottom: -50px !important;
}

.main-webshop-cstm-slider .slick-prev {
    left: 50%;
    transform: translateX(-45px);
}

.main-webshop-cstm-slider .slick-next {
    left: 50%;
    transform: translateX(5px);
}

