/**
 * Theme Name: shoper-child
 * Template:   shoper
 * ...other header fields
 */
/* ====================== Custom Style ====================== */
.container {
    max-width: 100%;
    width: calc(85% - 0px);
    padding: 0;
}
.content-area.container {
    width: 100%;
    padding: 0;
}
.content-area.container > .row {
    margin: 0 auto;
}
.content-area.container > .row > .bcf-main-content {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}
figure {
    margin: 0;
}
/* -========== Typography ==========- */
.lexend_font {
  font-family: "Lexend", serif !important;
}
.lexend_head {
  font-family: "Lexend", serif !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #6400bd;
}
.lexend_head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lexend_head:before {
  content: "";
  background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/apuljack_heading_logo.png)
    no-repeat;
  background-size: contain;
  width: 45px;
  height: 34px;
  display: inline-block;
}
.lexend_head span {
	background:transparent !important;
	color: #6400bd !important;
}
.lexend_subhead {
    font-family: "Lexend", serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #6400bd;
}
.lexend_subhead:before {
  content: "";
  background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/apuljack_heading_logo.png)
    no-repeat;
  background-size: contain;
  width: 45px;
  height: 34px;
  display: inline-block;
}
.lexend_subhead.no_icon:before {
    display: none;
}
.lexend_btn a {
  font-family: "Lexend", serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.4 !important;
  background: #6400bd;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 20px;
}
.lexend_btn.lexend_btn_green a {
  background: #02a302;
}
.ribik_para_text {
  font-family: "Rubik", serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}
/* -========== Basic Style ==========- */
body {
  font-size: 16px;
  font-family: "Rubik", serif !important;
  font-weight: 300 !important;
  max-width: 2100px;
  margin: auto;
  overflow-x: hidden;
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 900) !important;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}
img {
  vertical-align: bottom;
}
.align_intems_center {
  align-items: center !important;
  column-gap: 60px !important;
}
.elementor-widget-text-editor .elementor-widget-container a {
  color: #00529c !important;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
}
p {
  margin-bottom: 0px;
  color: #000000;
}
.color_white {
  color: #fff !important;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg_color {
  position: relative;
}

.bg_color:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #f1f3f8;
  z-index: -1;
}
.disp_none {
    display: none !important;
}
/* ========== Button Hover =========== */
.btn_white_hover a:hover {
  background: #fff !important;
  color: #00529c !important;
  border-color: #fff !important;
}
.btn_yellow_hover a:hover {
  background: #f7d113 !important;
  color: #000 !important;
  border-color: #f7d113 !important;
}
.btn_blue_hover a:hover {
  background: #00529c !important;
  color: #fff !important;
  border-color: #00529c !important;
}

/* ================= Announcement Bar ==================== */
.announcement_sec {
    position: sticky;
    top: 0;
    z-index: 111;
    display: flex;
    background: #6400bd;
    padding: 4px 0;
    height: 38px;
}
.announcement_sec ul {
    margin: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcement_sec ul li {
    font-family: "Rubik", serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #fff;
    text-align: center;
}
.announcement_sec ul li a {
    color: inherit;
}
.announcement_sec ul > li {
    display: none;
}
.announcement_sec ul > li:first-child {
    display: block;
}
.announcement_sec .slick-track {
    display: flex;
    gap: 40px;
}
.announcement_sec .slick-track:before,
.announcement_sec .slick-track:after {
    display: none;
}
.announcement_sec .slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
}
.announcement_sec .slick-arrow.slick-prev {
  left: 30px;
}
.announcement_sec .slick-arrow:before {
  display: none;
}
.announcement_sec .slick-arrow i {
  font-size: 15px !important;
  color: #fff;
}
.announcement_sec .slick-arrow.slick-next {
  right: 30px;
}
/* ================= Header ==================== */
.site-header {
  padding: 0 !important;
  /* overflow: hidden; */
}
.site-header .logo-wrap {
  max-width: 240px;
}
.logo__header-boxes {
  padding-block: 10px !important;
}
.search__header-boxes {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.search__header-boxes form {
  display: flex;
  flex-direction: row;
  border: 1px solid #00000066;
  border-radius: 20px;
  overflow: auto;
  flex-wrap: nowrap;
}

.search__header-boxes form #searchsubmit {
  font-size: 0;
  padding: 0;
  line-height: 0 !important;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.search__header-boxes form input {
  margin: 0;
  border: none;
  min-height: 30px;
  width: 100px;
  padding-left: 10px;
  color: #00000066;
}

/* .search__header-boxes button:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #00000099;
  margin-left: 10px;
} */
#masthead {
    position: sticky;
    top: 0px;
    z-index: 111;
}
#masthead .header-icon {
  display: flex;
  gap: 5px;
  padding: 0;
  align-items: center;
}

#masthead .header-icon i {
  font-size: 20px !important;
}

#masthead .header-icon a {
  width: 30px;
  height: 30px;
  background: #000;
  display: flex;
  border-radius: 50%;
  color: #fff !important;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

#masthead .header-icon .header__facebook-icon {
  background: #1877f2;
}

.menus__header-boxes {
  background: #6400bd;
  position: relative;
}

.menus__header-boxes > div {
  padding-block: 0 !important;
}

.menus__header-boxes:before {
  content: "";
  position: absolute;
  width: calc(100vw) !important;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #6400bd;
}

.menus__header-boxes #navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
}
#masthead li {
    position: unset;
}
.menus__header-boxes #navbar .navigation-menu > li > a {
  background: transparent !important;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

.menus__header-boxes #navbar #menu-main-menu {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
#masthead .header-icon li span.quantity {
  width: 24px;
  min-width: unset;
  right: -2px;
  left: unset;
  margin: 0 !important;
  top: -12px;
  height: 24px;
  line-height: 1;
  border-radius: 50%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e33629;
  border: 1px solid #fff;
  font-weight: 500;
}

#masthead .header-icon li span.quantity:before {
  display: none;
}
#masthead ul .woocommerce-MyAccount-navigation-link a {
  width: 100% !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
}
#navbar .navigation-menu li ul.sub-menu {
    display: flex;
    gap: 40px;
    top: calc(100% + 0px);
    border-top: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 20px 20px;
    transform: none;
}
#navbar .navigation-menu li ul.sub-menu:after {
    display: none;
}
#navbar .navigation-menu li ul.sub-menu li {
    width: calc(50%);
    border: none;
}
#navbar .navigation-menu li ul.sub-menu li > a {
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    background: transparent;
    color: #000000 !important;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    padding-bottom: 8px;
}
#navbar .navigation-menu li ul.sub-menu li > a:hover {
    color: #6400bd !important;
}
#navbar .navigation-menu li ul.sub-menu li ul.sub-menu {
    flex-wrap: wrap;
    gap: 6px 20px;
    position: relative;
    top: unset;
    right: unset;
    opacity: 1;
    transform: none !important;
    box-shadow: none;
    padding: 20px 0 0;
}
#navbar .navigation-menu li ul.sub-menu li ul.sub-menu li:first-child::before {
    display: none;
}
#navbar .navigation-menu li ul.sub-menu li ul.sub-menu li {
    width: calc(50% - 10px);
    border-bottom: 0;
}
#navbar .navigation-menu li ul.sub-menu li ul.sub-menu li a {
    padding: 0;
    border: none;
}
#navbar .navigation-menu li ul.sub-menu li > a:before {
    display: none;
}
/* =============== Search Bar Header =================== */
header .search__header-boxes #searchform {
    margin-left: 70px;
    border: 1px solid #6400bd;
}
header .search__header-boxes #searchform *,
header .search__header-boxes #searchform ::placeholder {
    color: #6400bd;
    padding: 10px 10px;
    font-size: 14px;
}
header .search__header-boxes #searchform input#s {
    padding-left: 12px;
/*  width: 170px; */
	width:200px;
}
header .search__header-boxes #searchform select {
    width: 125px;
}
header .search__header-boxes #searchform select#manufacturer_category {
    border: 0;
    border-left: 1px solid #6400bd;
}
header .search__header-boxes #searchform select#product_type {
    border: 0;
    margin-left: 10px;
    border-left: 1px solid #6400bd;
}
header .search__header-boxes #searchform button[type="submit"] {
    border-radius: 25px;
    color: #fff;
    padding: 6px 30px;
    margin-left: 5px;
}

/* ================= Header ==================== */
/* =============== Banner ================== */
.home #static_header_banner,.archive #static_header_banner {
    display: none;
}
.site-content {
  padding-block: 0px !important;
}
.hero_banner {
  position: relative;
  margin: 0px;
  width: 100%;
  padding: 0 7.5%;
  padding-right: 0;
  gap: 0;
  align-items: center !important;
}
.hero_banner:before {
  content: "";
  background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/banner_content_bg.png) no-repeat;
  width: calc(50vw + 20px);
  position: absolute;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  right: calc(50% - 20px);
}
.hero_banner > .banner_right_img > figure {
  position: relative;
}
.hero_banner > .banner_right_img > figure > img {
  width: 100% !important;
}
.hero_banner .hero_banner_col {
    padding: 0;
    padding-right: 40px;
    width: 45%;
    flex-basis: 45% !important;
    flex-grow: unset !important;
    position: relative;
    z-index: 1;
}
.hero_banner .wp-block-heading.banner_heading {
  font-size: 64px;
  color: #6400bd;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.hero_banner .wp-block-heading.banner_heading strong {
  color: #02a302;
  font-size: 50px;
  font-weight: 400;
}
.hero_banner .banner_sub_text {
  color: #000;
  font-size: 26px;
  font-weight: 400;
}
.hero_banner .banner_content {
  font-family: "Lexend", serif !important;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 30px;
}
.hero_banner a {
  background: #6400bd;
  color: #fff;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 18px;
}
/* =============== New Product ================== */
.new_product_sec {
    width: 100%;
    margin: 0;
    padding: 60px 0;
}
.new_product_sec .new_product_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 100%;
    width: calc(85% - 0px);
    margin: 0 auto;
    flex-basis: unset !important;
    flex-grow: unset !important;
}
.new_product_sec .new_product_head {
    width: 100%;
    margin-bottom: 40px;

}
.new_product_sec .new_product_btn {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}
.new_product_sec .new_product_mimg {
    width: 20%;
}
.new_product_sec .new_product_mimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_product_sec .new_product_col > .woocommerce {
    width: calc(40% - 20px);
}
.new_product_sec .new_product_col > .woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.new_product_sec .new_product_col > .woocommerce .products .product {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0;
    width: calc(50% - 10px);
}
.new_product_sec .new_product_mimg+.woocommerce .products .product {
    width: calc(100% - 0px);
}
.new_product_sec .new_product_col > .woocommerce .products .product .woocommerce-loop-product__link {
    display: none;
}
.new_product_sec .products .product .product_wrap .button {
    display: none;
}
.new_product_sec .products .product .product_wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-align: left;
    box-shadow: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.new_product_sec .woocommerce:nth-last-child(2) .products .product .product_wrap .gallery_thumbnails {
    display: none;
}
.new_product_sec .products .product .product-image {
    order: 3;
    aspect-ratio: 1;
    padding: 16px 30px 20px;
    margin: 0 !important;
    transform: none;
    background: #fff;
}
.new_product_sec .products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_product_sec .products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
    order: 1;
    background: #fff;
    padding: 20px 15px 0;
}
.new_product_sec .new_product_mimg+.woocommerce .products .product .product_wrap .woocommerce-loop-product_cat {
    font-size: 16px;
}
.new_product_sec .products .product .product_wrap .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Lexend", serif !important;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
    order: 2;
    padding: 0px 15px;
    background: #fff;
    margin: 0;
}
.new_product_sec .new_product_mimg+.woocommerce .products .product .product_wrap .woocommerce-loop-product__title {
    font-size: 16px;
}
.new_product_sec .products .product .product_wrap .woocommerce-loop-product__title span {
    color: #02a302;
}
.new_product_sec .products .product .product_wrap .gallery_thumbnails {
    order: 4;
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 0 30px 20px;
}
.new_product_sec .products .product .product_wrap .gallery_thumbnails .woocommerce-product-gallery__image {
    width: 100px;
    aspect-ratio: 1;
    background: #fff;
}
.new_product_sec .products .product .product_wrap .gallery_thumbnails .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: 100%;
}
.new_product_sec .products .product .product_wrap .gallery_thumbnails .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_product_sec .products .product .product_wrap .product_price_cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 5;
    background: #fff;
    margin-top: 10px;
    padding: 10px 15px;
}
.new_product_sec .products .product .product_wrap .product_price_cart .price {
    font-family: "Rubik", serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
}
.new_product_sec .products .product .product_wrap .product_price_cart .product_cart {
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: "Lexend", serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: #DF0303;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.new_product_sec .woocommerce .products .product .product_wrap .product_price_cart .product_cart span {
    display: none;
}
.new_product_sec .woocommerce .products .product .product_wrap .product_price_cart .product_cart:after {
    content: '+';
    font-size: 18px;
    line-height: 18px
}
.new_product_sec .new_product_mimg+.woocommerce .products .product .product_wrap .product_price_cart .product_cart span {
    display: block;
}
.new_product_sec .new_product_mimg+.woocommerce .products .product .product_wrap .product_price_cart .product_cart:after {
    display: none;
}
.new_product_sec .products .product .product-image figure img.woo-entry-image-secondary {
    display: none;
}
/* =============== About ================== */
.about_sec {
  padding: 60px 7.5%;
  margin: 0;
  column-gap: 50px;
  align-items: stretch !important;
}
.about_sec .about_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_sec .about_content .wp-block-heading {
    margin: 0;
}
.about_sec .about_img {
    position: relative;
}
.about_sec .about_img figure {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.about_sec .about_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* =============== Top Seller Product ================== */
.top_seller_sec {
    width: 100%;
    margin: 0;
    padding: 60px 0;
}
.top_seller_sec .top_seller_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    max-width: 100%;
    width: calc(85% - 0px);
    margin: 0 auto;
    flex-basis: unset !important;
    flex-grow: unset !important;
}
.top_seller_sec .top_seller_head {
    width: 100%;
    margin-bottom: 40px;
}
.top_seller_sec .top_seller_col .woocommerce {
    width: calc(50% - 20px);
}
.top_seller_sec .woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    gap: 20px;
}
.top_seller_sec .woocommerce .products .product {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px 0;
    background: linear-gradient(111.23deg, rgba(2, 163, 2, 0.5) 0%, rgba(2, 163, 2, 0.2) 50.09%);
    height: 100%;
    margin: 0;
}
.top_seller_sec .woocommerce .products .product:nth-child(2n) {
    background: linear-gradient(111.18deg, rgba(100, 0, 189, 0.2) 50%, rgba(100, 0, 189, 0.5) 100%);
}
.top_seller_sec .woocommerce .products .product .gallery_thumbnails {
    display: none;
}
.top_seller_sec .woocommerce .products .product .woocommerce-loop-product__link {
    width: 50%;
}
.top_seller_sec .woocommerce .products .product .product-image {
    margin: 0 !important;
    transform: none;
}
.top_seller_sec .woocommerce:last-child .products .product .product-image {
    display: flex;
    align-items: stretch;
    max-height: 200px;
    border-radius: 0;
}
.top_seller_sec .woocommerce:last-child .products .product .product-image figure {
    width: 100%;
    /* height: 100%; */
}
.top_seller_sec .woocommerce .products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}
.top_seller_sec .woocommerce .products .product .product_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    background: transparent;
    box-shadow: none;
    padding: 0 40px;
}
.top_seller_sec .woocommerce:last-child .products .product .product_wrap {
    padding: 20px 20px;
}
.top_seller_sec .woocommerce:last-child .products .product .product_wrap .gallery_thumbnails {
    display: none;
}
.top_seller_sec .woocommerce .products .product .product_wrap .product-image {
    display: none;
}
.top_seller_sec .products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #02A302;
    margin-bottom: 10px;
}
.top_seller_sec .products .product:nth-child(2n) .product_wrap .woocommerce-loop-product_cat {
    color: #6400bd;
}
.top_seller_sec .woocommerce:last-child .products .product .product_wrap .woocommerce-loop-product_cat {
    font-size: 14px;
}
.top_seller_sec .woocommerce:last-child .products .product:nth-child(2) .product_wrap .woocommerce-loop-product_cat {
    font-size: 16px;
}
.top_seller_sec .products .product .product_wrap .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Rubik", serif !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 40px;
}
.top_seller_sec .products .product .product_wrap .price {
    font-family: "Rubik", serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
    margin-bottom: 40px;
}
.top_seller_sec .woocommerce:last-child .products .product .product_wrap .woocommerce-loop-product__title {
    font-size: 14px;
    margin-bottom: 8px;
}
.top_seller_sec .woocommerce:last-child .products .product:nth-child(2) .product_wrap .woocommerce-loop-product__title {
    font-size: 18px;
}
.top_seller_sec .woocommerce:last-child .products .product .product_wrap .price {
    display: none;
}
.top_seller_sec .woocommerce:last-child .products .product:nth-child(2) .product_wrap .price {
    display: block;
    margin-bottom: 16px;
}
.top_seller_sec .products .product .product_wrap .product_price_cart .product_cart {
    font-family: "Lexend", serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    background: #02A302;
}
.top_seller_sec .products .product .product_wrap .product_price_cart .product_cart span {
    display: none;
}
.top_seller_sec .products .product .product_wrap .product_price_cart .product_cart:after {
    content: 'Order Now';
}
.top_seller_sec .products .product:nth-child(2n) .product_wrap .product_price_cart .product_cart {
    background: #6400bd;
}
.top_seller_sec .products .product .product_wrap .product_price_cart .product_cart i {
    display: none;
}
.top_seller_sec .products .product .product_wrap .button {
    display: none;
}
.top_seller_sec .woocommerce:last-child .products .product {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
}
.top_seller_sec .woocommerce:last-child .products .product:first-child {
    display: none;
}
.top_seller_sec .woocommerce:last-child .products .product:nth-child(2) {
    width: 100%;
}
.top_seller_sec .woocommerce .products .product .onsale {
    font-family: "Lexend", serif !important;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 400 !important;
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    background: #02A302;
    border: 0;
    display: block;
    right: auto;
    left: 18px;
}
/* =============== Repair & Exchange ================== */
.repair_exchange_sec {
    width: 100%;
    margin: 0;
    padding: 60px 0;
}
.repair_exchange_sec .repair_exchange_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    max-width: 100%;
    width: calc(85% - 0px);
    margin: 0 auto;
    flex-basis: unset !important;
    flex-grow: unset !important;
}
.repair_exchange_sec .lexend_head {
    width: 100%;
    margin-bottom: 40px;
}
.repair_exchange_col .repair_exchange_box  {
  position: relative;
  display: flex;
  width: calc(33.33334% - 27px);
  margin: 0;
  gap: 30px;
  padding-top: 35px;
}
.repair_exchange_col .repair_exchange_box .wp-block-media-text {
  display: flex;
  flex-direction: column;
  padding: 0px 30px 30px;
  text-align: center;
  background: linear-gradient(rgb(255 255 255 / 60%) 100%,rgba(0, 0, 0, 0.5) 100%),
    url("https://applejackengineering.co.uk/wp-content/uploads/2025/01/repair_bx_bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
}
.repair_exchange_col .repair_exchange_box figure {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #6400bd;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.repair_exchange_col .repair_exchange_box .wp-block-heading {
  color: #000;
  margin: 0;
  margin-bottom: 40px;
  position: relative;
}
.repair_exchange_col .repair_exchange_box .wp-block-heading:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid #6400bd;
  width: 50px;
  bottom: -18px;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
}
.repair_exchange_col .repair_exchange_box .wp-block-media-text__content {
  padding: 60px 60px 40px !important;
  text-align: center;
  background: linear-gradient(rgb(255 255 255 / 60%) 100%, rgba(0, 0, 0, 0.5) 100%),
    url("https://applejackengineering.co.uk/wp-content/uploads/2025/01/repair_bx_bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: 2px 2px 8px 0px #0000001A;
  height: 100%;
}
/* =============== Our Partners ================== */
.our_partners_sec {
    padding: 60px 7.5%;
    width: 100%;
    margin: 0;
}
.our_partners_sec .partners_content_col {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding-right: 70px;
}
.our_partners_sec .partners_logos_col .wp-block-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  row-gap: 15px;
}
.partners_logos_col .wp-block-group figure:nth-child(4),
.partners_logos_col .wp-block-group figure:nth-child(5),
.partners_logos_col .wp-block-group figure:nth-child(6) {
  margin-right: 25px;
  margin-left: 0px;
}
.partners_logos_col .wp-block-group > * {
  margin-left: 25px;
}
/* ================= Featured Products =================== */
.featured_sec {
    padding: 60px 0;
    margin: 0;
}
.featured_sec .featured_col {
    max-width: 100%;
    width: calc(85% - 0px);
    margin: 0 auto;
    flex-basis: unset !important;
    flex-grow: unset !important;
}
.featured_sec .featured_head {
    margin: 0;
    margin-bottom: 40px;
}
.featured_col .products {
    margin-bottom: 40px;
}
.featured_col .products .product {
    padding: 0 15px !important;
    margin: 0;
}
.featured_col .products .product .woocommerce-loop-product__link {
    display: none;
}
.featured_col .products .product .product-image {
    aspect-ratio: 1;
    margin: 0 !important;
    margin-bottom: 16px !important;
    transform: none;
}
.featured_col .products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_col .products .product .product_wrap {
    margin: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
    padding: 0;
}
.featured_col .products .product .product_wrap .gallery_thumbnails {
    display: none;
}
.featured_col .products .slick-track {
    display: flex;
}
.featured_col .products .slick-arrow {
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0.5px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.featured_col .products .slick-track:before,
.featured_col .products .slick-track:after {
  display: none;
}
.featured_col .products .slick-arrow.slick-prev {
  left: -30px;
}
.featured_col .products .slick-arrow:before {
  display: none;
}
.featured_col .products .slick-arrow i {
  font-size: 17px !important;
  color: #000;
}
.featured_col .products .slick-arrow.slick-next {
  right: -30px;
}
.featured_col .products .product .product_wrap .button {
    display: none;
}
.featured_col .products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
}
.featured_col .products .product .product_wrap .woocommerce-loop-product__title {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
}
.featured_col .products .product .product_wrap .woocommerce-loop-product__title span {
    color: #02a302;
}
.featured_col .products .product .product_wrap .price {
    font-family: "Rubik", serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
}
.featured_col .products .product .product_wrap .product_price_cart .product_cart {
    display: none;
}
.featured_sec .featured_col .featured_btn {
    justify-content: center;
}
/* ================= Faq =================== */
.faq_sec {
    padding-top: 40px;
    gap: 0;
}
.faq_sec .faq_col_head {
    width: calc(85% - 0px);
    margin: 0 auto 20px;
}
.faqButton_boxes_container {
  gap: 40px;
  flex-direction: column;
  width: 100%;
  padding: 60px 7.5%;
  margin: auto !important;
  position: relative;
  background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/faq_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.faqButton_boxes_container.no_bg_faq {
    background: #fff;
    padding: 10px 7.5% 60px;
}
.faqButton_boxes_container .faq_accordian_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faqButton_boxes_container .faq_accordian_box .accordian_box {
  position: relative;
  background: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
.faqButton_boxes_container .faq_accordian_box .accordian_box summary {
  padding: 15px 20px;
  color: #000;
  font-family: "Lexend", serif !important;
  font-weight: 400;
  list-style: none;
}
.faqButton_boxes_container .faq_accordian_box .accordian_box p {
  background: #fff;
  padding: 15px 20px;
  font-family: "Rubik", serif !important;
  font-weight: 300;
  line-height: 1.6;
}
.faqButton_boxes_container .faq_accordian_box .accordian_box summary:after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  right: 10px;
  text-align: center;
}
.faqButton_boxes_container .faq_accordian_box .accordian_box[open] summary:after {
  content: "\f068";
}
/* ================= Testimonial =================== */
figure {
    margin: 0;
}
.testimonials_sec {
  position: relative;
  margin: 0px;
  width: 100%;
  padding: 0 7.5%;
  padding-right: 0;
}
.testimonials_sec .testimonial_img_col {
    position: absolute;
    right: 0;
    width: 60%;
    height: 100%;
}
.testimonials_sec .testimonial_img_col figure {
    position: relative;
    height: 100%;
    width: 100%;
}
.testimonials_sec .testimonial_img_col figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials_sec .testimonial_slider_contents {
    padding: 60px 0 80px;
    width: 55%;
    flex-basis: 55% !important;
    position: relative;
    z-index: 1;
}
.testimonials_sec .testimonial_slider_contents .testimonial_slider {
    margin-bottom: 40px;
}
.testimonials_sec .testimonial_slider_contents .wp-block-heading {
    margin-bottom: 50px;
}
.testimonials_sec .testimonial_box {
  background: linear-gradient(rgb(255 255 255 / 60%) 100%, rgba(0, 0, 0, 0.5) 100%),
    url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/testimonial_bx_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
  padding: 40px;
}
.testimonials_sec .testimonial_slider_contents .slick-track {
    display: flex;
    gap: 40px;
    padding: 6px 0;
}
.testimonial_slider .slick-track:before,
.testimonial_slider .slick-track:after {
/*  display: none;*/
}
.testimonial_slider .slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 20%);
  border: 0.5px solid #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
}
.testimonial_slider .slick-track:before,
.testimonial_slider .slick-track:after {
  display: none;
}
.testimonial_slider .slick-arrow.slick-prev {
  left: -30px;
}
.testimonial_slider .slick-arrow:before {
  display: none;
}
.testimonial_slider .slick-arrow i {
  font-size: 17px !important;
  color: #000;
}
.testimonial_slider .slick-arrow.slick-next {
  right: -30px;
}
.testimonial_box .testimonial_topbar {
  display: flex !important;
  align-items: center !important;
  gap: 15px;
}
.testimonial_box .testimonial_topbar .testimonial_nameShort {
  font-family: "Lexend", serif !important;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  width: 50px;
  height: 50px;
  background: #ec407a;
  color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  max-width: unset;
  flex: unset !important;
  display: flex;
  justify-content: center;
}
.testimonial_slider_contents .slick-track .slick-slide:nth-child(2n) .testimonial_box .testimonial_topbar .testimonial_nameShort {
  background: #512DA8;
}
.testimonial_box .testimonial_topbar .testimonial_nameShort p {
  color: #fff;
}
.testimonial_box .testimonial_topbar .testimonial_nameDate > p:first-child {
  font-family: "Lexend", serif !important;
  font-weight: 500;
  font-size: 20px;
}
.testimonial_box .testimonial_topbar .testimonial_nameDate > p:last-child {
  color: #7d7d7d;
  font-size: 14px !important;
}
.testimonial_box .testimonial_topbar .testimonial_google_review {
  display: flex;
  justify-content: right;
}
.testimonial_box > i {
  color: #f6b902;
  font-size: 24px;
  margin-right: 4px;
}
.testimonial_box .testimonial_content {
  margin-top: 20px;
  line-height: 1.6;
}
/* ================ Footer CTA ================== */
.entry-footer {
    display: none;
}
.footer_cta_sec {
    position: relative;
    z-index: 99;
}
.footer_cta {
    position: relative;
    background: url("https://applejackengineering.co.uk/wp-content/uploads/2025/01/footer_cta_img.png") no-repeat;
    background-size: 100%;
    margin: 0;
    margin-top: -20px;
    padding: 80px 0 60px 0;
}
.footer_cta .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: unset !important;
    flex-grow: unset !important;
    max-width: 100%;
    width: calc(85% - 30px);
    padding: 0;
    margin: 0 auto;
    gap: 30px;
}
.footer_cta .footer_cta_head {
    font-family: "Lexend" !important;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
}
.footer_cta .footer_cta_head em {
    font-family: "Rubik", serif !important;
    font-weight: 700;
    line-height: 1.2;
    color: #02A302;
}
.footer_cta .footer_cta_para {
    max-width: 400px;
    font-family: "Rubik", serif !important;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}
.footer_cta .footer_cta_btn a {
    font-family: "Lexend" !important;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    background: #02A302;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 10px;
}
/* ================= Footer ==================== */
.site-footer .footer_widget_wrap {
    position: relative;
    background: #f1f3f8;
    padding: 60px 0;
}
.site-footer .footer_widget_wrap:before {
    content: "";
    background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/footer_bg.png) no-repeat;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .1;
}
.footer_widget_wrap .widget_block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
}
.footer_widget_wrap .widget_block:first-child {
    margin-bottom: 40px;
    padding: 0 0 40px 0 !important;
    border-bottom: 1px solid #000;
}
.footer_widget_wrap .widget_block:first-child figure {
    width: 300px;
}
.footer_widget_wrap .widget_nav_menu {
    flex: 0 0 calc(25% - 55.5px);
    max-width: 100%;
    border: 0 !important;
    padding: 0 !important;
}
.footer_widget_wrap .widget_text {
    padding: 0 !important;
    flex: 0 0 calc(25% - 20px);
    max-width: 100%;
}
.site-footer .footer_widget_wrap .shoper-flex {
    margin: 0 !important;
    column-gap: 40px;
}
.footer_widget_wrap .widget_nav_menu .widget-title,
.footer_widget_wrap .widget_text .widget-title {
    margin-bottom: 16px !important;
}
.footer_widget_wrap .widget_nav_menu .widget-title span,
.footer_widget_wrap .widget_text .widget-title span {
    background: none;
    padding: 0;
    color: #6400bd;
}
.footer_widget_wrap .widget_nav_menu ul,
.footer_widget_wrap .widget_text ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.footer_widget_wrap .widget_nav_menu ul > li,
.footer_widget_wrap .widget_text ul > li {
  padding: 0 !important;
  border: none !important;
}
.footer_widget_wrap .widget_nav_menu ul > li:before,
.footer_widget_wrap .widget_text ul > li:before {
  display: none !important;
}
.footer_widget_wrap .widget_nav_menu ul > li a,
.footer_widget_wrap .widget_text ul > li a {
  color: #000 !important;
  text-decoration: none;
}
.footer_widget_wrap .widget_text ul {
   padding-left: 30px !important;
}
.footer_widget_wrap .widget_text ul > li i {
   position: absolute;
   top: 5px;
   left: -30px;
   font-size: 18px;
   display: inline-block;
   color: #6400BD;
}
/* .footer_widget_wrap .widget_text ul > li:last-child i {
   color: #1877F2;
} */
.footer_widget_wrap .widget_text ul > li:last-child a {
   text-decoration: underline;
}
.footer_widget_wrap .widget_block:last-child {
    margin-top: 20px;
}
.footer_widget_wrap .widget_block:last-child .wp-block-group {
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.footer_widget_wrap .widget_block:last-child .wp-block-group > p {
    font-family: "Lexend" !important;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #5B5B5B;
}
.footer_widget_wrap .widget_block:last-child .wp-block-group > figure {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 90px;
    background: #fff;
    border-radius: 10px;
}
.container.site_info {
    width: 100%;
}
.site-footer .site_info {
    background: #E5EAF6 !important;
    border-top: none !important;
    padding: 10px !important;
}
.site-footer .site_info .row {
    flex-direction: column;
}
.site-footer .site_info .dev_info {
    display: none !important;
}
.site-footer .site_info .row > div {
    width: 100% !important;
    max-width: 100%;
    text-align: center !important;
}
/*-========== Product Page ==========-*/
.single-product #static_header_banner {
    display: none;
}
.single-product .woocommerce-breadcrumb {
    display: flex;
    width: 100%;
    padding: 20px 7.5%;
    margin: 0 auto;
    font-family: "Lexend", serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #000;
}
.single-product .site-main {
    background: #ffffff;
}
.single-product .woocommerce-breadcrumb > a {
    color: #5B5B5B;
}
.single-product .product.type-product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #fff;
}
/*-===== Product Gallery =====-*/
.single-product  .woocommerce-product-gallery {
    position: relative;
    float: none !important;
    display: flex;
    column-gap: 20px;
    width: calc(50% - 0px) !important;
    padding: 20px 20px 20px 7.5%;
/*    border-right: 1px solid #000;*/
}
.single-product .woocommerce-product-gallery:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    order: 2;
    width: calc(100% - 140px);
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-slide img {
    width: 100%;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 1;
    background: #F1F3F8;
    height: max-content;
    width: 120px;
    padding: 10px 14px !important;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-list {
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 25%);
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-slide {
    padding: 2px 0px;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-arrow {
    position: relative;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px #00000040;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-arrow:before {
    display: none;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .woocommerce-product-gallery__image {
    aspect-ratio: 1;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
    height: 100%;
}
.single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .woocommerce-product-gallery__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-===== Product Content =====-*/
.single-product .product.type-product > .entry-summary {
    position: relative;
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    width: calc(50% - 0px) !important;
    padding: 0px 7.5% 0px 20px;
    background: transparent;
    box-shadow: none;
}
.single-product .product.type-product > .entry-summary:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}
.single-product .entry-summary .product_title {
    font-family: "Lexend", serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
    margin-bottom: 12px;
}
.single-product .entry-summary .product_title span {
    color: #02a302;
}
.single-product .entry-summary .product_meta {
    width: 100%;
}
.single-product .entry-summary .product_meta .sku_wrapper {
    display: none !important;
}
.single-product .entry-summary .product_meta .posted_in {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
    padding: 0 !important;
    border: none !important;
}
.single-product .entry-summary .product_meta .posted_in a {
    color: #7D7D7D;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
    width: 100%;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #000;
    padding-bottom: 0px;
}
.single-product .entry-summary .product_seperator {
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.single-product .entry-summary .price_label {
    width: 100%;
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
    margin: 0;
}
.single-product .entry-summary .price_label span {
    color: #7D7D7D;
}
.single-product .entry-summary .price_label span small {
    font-size: 100%;
}
.single-product .entry-summary .price {
    font-family: "Rubik", serif !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd !important;
    padding: 0 !important;
    width: 100%;
    margin-bottom: 16px;
}
.single-product .entry-summary form {
    background: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-product .entry-summary form.variations_form {
    width: 100%;
}
.single-product .entry-summary form .variations {
    background: #F1F3F8;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0px;
}
.single-product .entry-summary .variations_form:not(.wvs-loaded) ~ .wpb-get-a-quote-button-form-fire {
    display: none;
}
.single-product .entry-summary form .variations th.label {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
    padding: 15px 15px !important;
    border-bottom: 0px !important;
}
.single-product .entry-summary form .variations th.label span.woo-selected-variation-item-name {
    color: #6400bd;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper {
    padding: 0 15px 15px !important;
    border: 0px !important;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper ul.variable-items-wrapper {
    display: flex;
    gap: 10px;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item {
    margin: 0;
    position: relative;
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 5px;
    font-family: "Rubik", serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.6;
    color: #808080 !important;
    padding: 0 !important;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item.selected {
    color: #6400bd !important;
    border-color: #6400bd;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item .variable-item-contents {
    align-items: flex-start !important;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper ul.variable-items-wrapper li.variable-item .variable-item-contents label {
    padding: 2px 10px;
}
.single-product .variations .variable-items-wrapper li.variable-item .variable-item-radio-input {
/*    display: none*/
    accent-color: #6400bd;
    width: 18px;
    height: 18px;
}
.single-product .variations .variable-items-wrapper li.variable-item .variable-item-radio-value-wrapper img {
    display: none;
}
.single-product .variations .variable-items-wrapper li.variable-item .variable-item-radio-value-wrapper .stock {
    display: none;
}
.single-product .entry-summary form .variations td.woo-variation-items-wrapper .reset_variations {
    display: none;
}
.single-product .entry-summary form .single_variation_wrap {
    
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation {
    background: #F1F3F8;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
    padding: 0 15px 15px;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    display: flex;
    flex-direction: row-reverse;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
    width: 80px !important;
    float: unset !important;
    text-align: center !important;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity button.plus {
    float: unset;
    border-radius: 0 5px 5px 0;
    margin: 0 !important;
    background: #f1f3f8;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity button.minus {
    float: unset;
    border-radius: 5px 0 0 5px;
    margin: 0 !important;
    background: #f1f3f8;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity button:hover {
    color: #000;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity button.plus i {
    padding: 0;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    background: #fff;
    font-family: "Lexend", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.6;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    float: none !important;
    box-shadow: none;
    text-transform: capitalize !important;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .clearfix {
    display: none;
}
.single-product .entry-summary form .woocommerce-variation-availability .stock {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
.single-product .entry-summary form .woocommerce-variation-availability .stock.in-stock {
    color: #02a302;
}
.single-product .entry-summary form .woocommerce-variation-availability .stock.out-of-stock {
    color: #f00;
}
.single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:after {
    content: "\f07a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    margin-left: 4px;
}
.product_descript_sec {
    padding: 60px 0;
    width: 100%;
}
.product_descript_sec .product_descript_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product_descript_inner .product_description,
.product_descript_inner .product_additional_information {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #000;
}
.product_descript_inner > div > h2 {
    font-family: "Lexend", serif !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #6400bd;
    margin-bottom: 10px;
}
.product_descript_inner > .product_description > div,
.product_descript_inner > .product_description > p {
    margin-bottom: 10px;
}
.product_descript_inner > .product_description > div:last-child,
.product_descript_inner > .product_description > p:last-child {
    margin-bottom: 0px;
}
.product_descript_inner .product_additional_information table {
    margin-bottom: 0px;
}
.product_descript_inner > div b,
.product_descript_inner .product_additional_information th {
    color: #02a302;
    font-weight: 400 !important;
}
.product_descript_inner .product_reviews {
    display: none;
}
/*-========== Related/Recent Product ==========-*/
.related_product_sec, .recent_product_sec {
    width: 100%;
    padding: 60px 0;
    margin: 0;
    background: #ffffff;
}
.recent_product_sec {
    background: #F1F3F8;
}
.related_product_inner .related_product_head,
.recent_product_inner .recent_product_head {
    margin: 0;
    margin-bottom: 40px;
}
.related_product_inner .products,
.recent_product_inner .products {
    display: flex;
    width: 100%;
}
.related_product_inner .products .slick-list,
.recent_product_inner .products .slick-list {
    width: 100%;
}
.related_product_inner .products .product,
.recent_product_inner .products .product {
    padding: 0 15px !important;
    margin: 0;
    float: none;
    width: 25%;
    background: transparent;
}
.related_product_inner .products .product .woocommerce-loop-product__link,
.recent_product_inner .products .product .woocommerce-loop-product__link {
    display: none;
}
.related_product_inner .products .product .product-image,
.recent_product_inner .products .product .product-image {
    aspect-ratio: 1;
    margin: 0 !important;
    margin-bottom: 16px !important;
    transform: none;
}
.related_product_inner .products .product .product-image img,
.recent_product_inner .products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related_product_inner .products .product .product_wrap,
.recent_product_inner .products .product .product_wrap {
    margin: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
    padding: 0;
}
.related_product_inner .products .product .product_wrap .gallery_thumbnails,
.recent_product_inner .products .product .product_wrap .gallery_thumbnails {
    display: none;
}
.related_product_inner .products .slick-track,
.recent_product_inner .products .slick-track {
    display: flex;
    margin: 0;
}
.related_product_inner .products .slick-arrow,
.recent_product_inner .products .slick-arrow {
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0.5px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
.related_product_inner .products .slick-track:before,
.related_product_inner .products .slick-track:after,
.recent_product_inner .products .slick-track:before,
.recent_product_inner .products .slick-track:after {
  display: none;
}
.related_product_inner .products .slick-arrow.slick-prev,
.recent_product_inner .products .slick-arrow.slick-prev {
  left: -30px;
}
.related_product_inner .products .slick-arrow:before,
.recent_product_inner .products .slick-arrow:before {
  display: none;
}
.related_product_inner .products .slick-arrow i,
.recent_product_inner .products .slick-arrow i {
  font-size: 17px !important;
  color: #000;
}
.related_product_inner .products .slick-arrow.slick-next,
.recent_product_inner .products .slick-arrow.slick-next {
  right: -30px;
}
.related_product_inner .products .product .product_wrap .button,
.recent_product_inner .products .product .product_wrap .button {
    display: none;
}
.related_product_inner .products .product .product_wrap .woocommerce-loop-product_cat,
.recent_product_inner .products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
}
.related_product_inner .products .product .product_wrap .woocommerce-loop-product__title,
.recent_product_inner .products .product .product_wrap .woocommerce-loop-product__title {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
}
.related_product_inner .products .product .product_wrap .woocommerce-loop-product__title span,
.recent_product_inner .products .product .product_wrap .woocommerce-loop-product__title span {
    color: #02a302;
}
.related_product_inner .products .product .product_wrap .price,
.recent_product_inner .products .product .product_wrap .price {
    font-family: "Rubik", serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
}
.related_product_inner .products .product .product_wrap .product_price_cart .product_cart,
.recent_product_inner .products .product .product_wrap .product_price_cart .product_cart {
    display: none;
}
/*-========== Page Banner ==========-*/
.page-template-default #static_header_banner,
.search-results #static_header_banner {
    display: none;
}
.page-template-default article {
    margin: 0px !important;
}
.page-template-default article > .post {
    padding: 0px !important;
}
.page-template-default article > .post > .content-wrap {
    padding: 0 !important;
}
.page_banner_sec {
    padding: 0px 0 0 7.5%;
    margin: 0;
    column-gap: 50px;
    align-items: center !important;
/*   height: 400px; */
}
.page_banner_sec .page_banner_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page_banner_content .aioseo-breadcrumbs {
    display: flex;
    gap: 10px;
    font-family: "Lexend", serif !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.6;
    color: #000;
}
.page_banner_content .aioseo-breadcrumbs a {
    text-decoration: none !important;
    color: #5B5B5B;
}
.page_banner_content .aioseo-breadcrumbs a:hover {
    color: #02a302 !important;
}
.page_banner_content .page_banner_head {
    width: 100%;
    font-family: "Lexend", serif !important;
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 1.4;
    color: #02A302;
}
.page_banner_content .page_banner_head span {
    display: block;
    font-size: 50px;
    font-weight: 700 !important;
    color: #6400BD;
}
.page_banner_sec .page_banner_image {
    height: 100%;
    overflow: hidden;
}
.page_banner_sec .page_banner_image figure {
    width: 100%;
    height: 100%;
}
.page_banner_sec .page_banner_image figure img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.page_info_sec table {
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    overflow: hidden;
    border-collapse: separate;
    margin-bottom: 16px;
}
.page_info_sec .mb-0 table {
    margin-bottom: 6px;
}
.page_info_sec table thead {
    border: none;
}
.page_info_sec table th {
    background: #6400bd;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    border-color: #b3b3b3;
}
.page_info_sec table th:first-child {
    border-radius: 4px 0 0 0;
}
.page_info_sec table th:last-child {
    border-radius: 0 4px 0 0;
}
.page_info_sec table td {
    border: 1px solid #b3b3b3;
    color: #000000;
}
.page_info_sec table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.page_info_sec table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
/*-========== Page Description ==========-*/
.page_descript_sec a:hover {
    color: #6400bd !important;
}
.page_descript_sec {
    padding: 60px 7.5%;
    margin: 0;
}
.page_descript_sec.pb-0{
    padding-bottom: 0px !important;
}
.page_descript_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page_descript_col .page_descript_ul {
    margin: 0;
}
.page_descript_col figure {
    border-radius: 10px;
    overflow: hidden;
    width: max-content;
}
.full_image {
    width: 100%;
}
.full_image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*-========== About Page Section ==========-*/
.about_page_sec {
    display: flex;
    column-gap: 0;
    padding: 0px 7.5%;
    margin: 0;
}
.about_page_sec .about_page_content {
    padding: 40px 40px;
}
.about_page_content .lexend_subhead {
    margin-bottom: 20px;
}
.about_page_sec .about_page_image {
    position: relative;
}
.about_page_image .about_page_img {
    width: 100%;
    height: 100%;
}
.about_page_image .about_page_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-========== About Boxes ==========-*/
.about_box_sec {
    padding: 60px 7.5%;
    margin: 0;
}

.about_box_sec .about_box_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    flex-basis: unset !important;
    flex-grow: unset !important;
}

.about_box_col .about_box {
    position: relative;
    display: flex;
    align-items: stretch;
    width: calc(33.33334% - 20px);
    margin: 0;
    gap: 30px;
    margin-top: 35px;
}
.about_box_col .about_box .wp-block-media-text {
  display: flex;
  flex-direction: column;
  padding: 0px 30px 30px;
  text-align: center;
}
.about_box_col .about_box figure {
    position: absolute;
    top: -30px;
    left: 30px;
    background: #6400bd;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 15px;
}
.about_box_col .about_box .wp-block-heading {
  color: #6400bd;
  margin: 0;
  margin-bottom: 16px;
  position: relative;
  font-family: "Rubik", serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}
.about_box_col .about_box .wp-block-media-text__content {
  padding: 50px 30px 30px !important;
  text-align: left;
  align-self: self-start;
}
.about_box_col .about_box .about_box_para {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
}
/*-========== Contact Form Section ==========-*/
.contact_details_sec {
    padding: 60px 7.5% 0;
    margin: 0;
}
.contact_details_sec .contact_details_form {

}
.contact_details_form .lexend_subhead_sm {
    font-family: "Lexend", serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 1.6;
    color: #000;
}
.contact_details_form form {
    
}
.contact_details_form form .wpforms-field-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact_details_form form .wpforms-field {
    padding: 0;
}
.contact_details_form form input[type="text"],
.contact_details_form form input[type="email"],
.contact_details_form form textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #000 !important;
    border-radius: 10px !important;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
}
.contact_details_form form .wpforms-field label {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
}
.contact_details_form form button {
    position: relative;
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    background: #6400BD !important;
    padding: 0 40px !important;
    border-radius: 5px !important;
    overflow: hidden;
}
/*.contact_details_form form button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    top: 0;
    background: #000;
}*/
/*-========== Contact Info Section ==========-*/
.contact_add_sec {
    padding: 60px 7.5% 0;
    margin: 0;
}
.contact_add_col .contact_add_head {
    position: relative;
    margin-bottom: 20px;
}
.contact_add_col .contact_add_head:before {
    content: "";
    position: absolute;
    border-bottom: 4px solid #02A302;
    width: 60px;
    bottom: -4px;
    left: 0;
    border-radius: 20px;
}
.rubik_subhead {
    font-family: "Rubik", serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #000;
}
.contact_add_col .rubik_subhead_sm {
    font-family: "Rubik", serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #000;
    margin-bottom: 10px;
}
.contact_add_col .rubik_subhead_sm a {
    color: #000;
}
.contact_add_col a:hover {
    color: #6400bd !important;
}
/*-========== Contact Mailer Section ==========-*/
.contact_mail_sec {
    padding: 60px 7.5%;
    margin: 0;
}
.contact_mail_sec .contact_mail_box {
    background: #F5F7FA;
    padding: 15px;
}
.contact_mail_box .contact_mail_head {
    position: relative;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #000;
    margin-bottom: 20px;
}
.contact_mail_box .contact_mail_head:before {
    content: "";
    position: absolute;
    border-bottom: 4px solid #6400bd;
    width: 60px;
    bottom: -10px;
    left: 0;
    border-radius: 20px;
}
.contact_mail_box .contact_mail_para {
    position: relative;
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #000;
    margin-bottom: 0px;
}
.contact_mail_box .contact_mail_para a:hover {
    color: #6400bd !important;
}
/*-========== Info Pages ==========-*/
.page_info_sec {
    padding: 60px 7.5%;
    margin: 0;
}
.page_info_sec > .page_info_col {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.page_info_sec h2 {
    font-family: "Rubik", serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px;
}
.page_info_sec h3 {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}
.page_info_sec p, 
.page_info_sec ul, 
.page_info_sec ol {
    font-family: "Rubik", serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #000;
    margin-bottom: 12px;
}
.page_info_sec ul, 
.page_info_sec ol {
    list-style-position: outside;
    padding-left: 30px;
    margin-left: 0;
}
.page_info_sec ul li,
.page_info_sec ol li {
    margin-bottom: 10px;
}
.page_info_sec p a {
    color: #02a302;
    font-weight: 500;
    text-decoration: none !important;
}
.page_info_sec p a:hover {
    color: #6400bd !important;
}
.pl_30 {
    padding-left: 30px;
}
/* ============== Site Map =============== */
.shoper-single-post .content-wrap .sitemap_page  ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.shoper-single-post .content-wrap .sitemap_page  li {
    margin-bottom: 6px;
}
.shoper-single-post .content-wrap .sitemap_page li strong{
    color: #6400bd !important;
    display: inline-block;
    cursor: pointer;
    font-family: "Rubik", serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px;
}
.shoper-single-post .content-wrap .sitemap_page li strong::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free"; 
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
}

.shoper-single-post .content-wrap .sitemap_page li strong.activeBox::after {
    transform: rotate(180deg); 
    transition: transform 0.5s ease; 
}
.shoper-single-post .content-wrap .sitemap_page  ul ul {
    list-style-type: none;
    display: none;
}
.shoper-single-post .content-wrap .sitemap_page  ul ul a {
    text-decoration: none;
    color: #333;
    display: block;
    margin: 5px 0;
     text-decoration: none !important;
}

 .shoper-single-post .content-wrap .sitemap_page ul ul a:hover,
.shoper-single-post .content-wrap .sitemap_page  ul ul a:focus  {
    color: #6400bd !important;
}
/* ================ Shop Page ================== */
.archive #main {
    padding: 60px 7.5%;
}
.archive .shoper-toolbar {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
}
.archive .shoper-toolbar .result-count {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.archive .shoper-toolbar .result-count * {
    color: #6400bd !important;
}
.archive .woocommerce-ordering * {
    color: #6400bd;
    border-color: #6400bd;
    border-radius: 4px;
}
.archive .customSelect.orderby::after {
    border-color: #6400bd;
    color: #6400bd;
}
.archive .prod_cat_page {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}
.archive .prod_cat_page .wpfMainWrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: sticky !important;
    top: 135px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}
.archive .prod_cat_page .wpfMainWrapper::-webkit-scrollbar{
    width:5px;
}
.archive .prod_cat_page .wpfMainWrapper::-webkit-scrollbar-track{
    box-shadow:inset 0 0 5px #0000004d; 
    border-radius: 3px;
}
.archive .prod_cat_page .wpfMainWrapper::-webkit-scrollbar-thumb{
    background-color:#6400bd;
    border-radius: 3px;
    outline:1px solid slategrey;
}
.archive .products .product .product-image {
	
    margin: 0 !important;
    margin-bottom: 16px !important;
    transform: none !important;
}
.archive .products .product .product-image figure {
    aspect-ratio: 1.2;
}
.archive .prod_cat_page .wpfMainWrapper .wpfBlockClear {
    color: #6400bd;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.archive .prod_cat_page .wpfMainWrapper .wpfBlockClear::before {
    margin-left: 0px;
}
.prod_cat_page .wpfMainWrapper {}

.archive .prod_cat_page .wpfMainWrapper .wpfFilterWrapper {
    height: auto !important;
}

.archive .prod_cat_page .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent {

}
.archive .prod_cat_page .wpfMainWrapper .wpfFilterWrapper .wpfFilterContent .wpfFilterVerScroll {
    max-height: unset !important;
}

.archive .prod_cat_page .wpfMainWrapper .wpfFilterButton.wpfButton,
.archive .prod_cat_page .wpfMainWrapper .wpfClearButton.wpfButton{
    font-family: "Lexend", serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-style: normal;
    line-height: 1.4 !important;
    background: #6400bd;
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 18px !important;
    min-height: unset;
}
.archive .prod_cat_page .wpfMainWrapper .wpfClearButton.wpfButton{
    background: red;
}
/* ============= Products Shop Page =============== */
.archive .products {
    margin-bottom: 40px;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.archive .products .product {
    width: 100% !important;
    margin: 0;
    padding-inline: 0px !important;
}
.archive .products .product .product_wrap > .product-image {
    display: none;
}
.archive ul.products li.product .onsale {
    background: #6400bd !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.archive .products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive .products .product .product_wrap {
    margin: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
    padding: 0;
}

.archive .products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
}
.archive .products .product .product_wrap .woocommerce-loop-product__title {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
}
.archive .products .product .product_wrap .woocommerce-loop-product__title span {
    color: #02a302;
}
.archive .products .product .product_wrap .price {
    font-family: "Rubik", serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
}
.archive .products .product .product_wrap .product_price_cart .product_cart {
    display: none;
}
.archive .products .product .product_wrap .button {
    display: none !important;
    font-family: "Lexend", serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-style: normal;
    line-height: 1.4 !important;
    background: #6400bd;
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 18px !important;
    min-height: unset;
    border: none;
}
/* ================ Product Category Page ================== */
/*.tax-product_cat .prod_cat_page {
    display: block !important;
}

.tax-product_cat .prod_cat_page .wp-pro_wrapper .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}*/
/* ============= Repair Process  ============== */
figure.Image_with_twoBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px !important;
}

figure.Image_with_twoBox > * {
    width: 100% !important;
    max-width: 100% !important;
}
/* ============== Marine Industrial ================= */
.headingFull_sec {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
}

.headingFull_sec .heading_full_width {
    grid-column: span 3;
}
/* ============= Lesier Process ============== */
.padding_block{
    padding-block: 0px !important;
}
.padding_inline{
    padding-inline: 7.5% !important;
}
/* ============== Professional Services ============== */
.different_widthSec {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr;
}
.professional_services_sec .repair_exchange_col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: stretch;
}
.professional_services_sec .repair_exchange_col .repair_exchange_box {
    width: 100%;
    height: 100%;
}
.professional_services_sec .repair_exchange_col .repair_exchange_box .wp-block-media-text__content {
    background: linear-gradient(#f1f3f896 100%, rgba(0, 0, 0, 0.5) 100%), url(https://applejackengineering.co.uk/wp-content/uploads/2025/02/profBg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-inline: 30px !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 10%);
}

.professional_services_sec .repair_exchange_col .repair_exchange_box .wp-block-heading {
    font-size: 18px;
    color: #6a0ac0;
    margin: 0px;
}
.professional_services_sec .repair_exchange_col .repair_exchange_box .wp-block-heading:before {
    display: none;
}
.professional_services_sec .repair_exchange_col .repair_exchange_box figure {
    padding: 17px;
}
/*-========== Search Results ==========-*/
.search-results .content-area > .row > div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.search-results .shoper-sidebar {
    display: none;
}
/*-========== Quote Popup ==========-*/
.swal2-container .wpcf7-submit {
    font-family: "Lexend", serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #6400BD !important;
    width: max-content !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.swal2-container .get_quote_form label {
    text-align: left;
    font-family: "Rubik", serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.swal2-container .get_quote_form label span {
    margin-top: 4px !important;
}
.swal2-container .get_quote_form label input,
.swal2-container .get_quote_form label textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #000 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #000000;
    font-family: "Rubik", serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}
.swal2-container .get_quote_form label textarea {
    width: 100% !important;
    min-height: 100px;
    height: 120px;
    max-height: 200px;
}
.swal2-container .get_quote_form {
    display: flex;
    flex-wrap: wrap;
}
.swal2-container .get_quote_form .sub_btn {
    width: 100%;
}
.swal2-container .get_quote_form .sub_btn > p {
    display: flex;
}
/*-========== Cart Page ==========-*/
.wp-block-woocommerce-empty-cart-block {
    padding-top: 20px;
}
.wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title {
    margin-bottom: 20px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin-bottom: 16px;
    color: #6400bd;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
    display: none;
}
.wp-block-woocommerce-cart .wc-block-components-sidebar-layout {
    margin: 0;
    padding: 30px 7.5%;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding: 0;
}
#page table.wc-block-cart-items .wc-block-cart-items__header th {
    background: #6400bd !important;
    color: #fff !important;
    font-weight: 600;
    line-height: 1.4;
    border-color: #b3b3b3;
    border: 1px solid;
}
#page table.wc-block-cart-items {
    border: 1px solid #b3b3b3 !important;
    border-radius: 4px;
    overflow: hidden;
    border-collapse: separate;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td {
    background: #ffffff !important;
    font-weight: 600;
    line-height: 1.4;
    border: 1px solid #b9b9b9 !important;
    padding: 15px 15px !important;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td a {
    text-decoration: none;
    width: 100%;
    max-width: none;
    margin: 0;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td a:hover {
    color: #6400bd !important;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-cart-item__prices {
    color: #6400bd;
    float: none;
    margin: 0;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__product > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-metadata {
    color: #00a500;
    margin: 0;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-cart-item__quantity {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-components-product-metadata > div {
    margin: 0;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #f00;
    text-decoration: none;
    margin: 0 !important;
}
#page table.wc-block-cart-items .wc-block-cart-items__row td .wc-block-cart-item__quantity > div {
    margin: 0;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
    background: #6400bd !important;
    color: #fff !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button {
    background: #6400bd;
    color: #fff;
    font-weight: 600;
    border: 1px solid #6400bd;
    transition: .5s all ease;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-button:hover {
    background: #ffffff;
    color: #6400bd !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
    font-family: "Lexend", serif !important;
    color: #6400bd;
    font-weight: 600;
}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
    color: #00a500;
    font-weight: 500;
}
/* ====================== Upsels Products  ====================== */

.upsells.products {
    width: 100%;
    padding: 0px 7.5% 60px;
    margin: 0;
    background: #ffffff;
    text-align: left !important;
    flex-direction: column;
}

.upsells.products h2 {
    font-family: "Lexend", serif !important;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin: 0px;
    background: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    gap: 14px;
}

.upsells.products h2 span {
    background: transparent;
    color: #6400bd !important;
    text-transform: capitalize;
    padding: 0px;
}
.upsells.products h2:before {
    content: "";
    background: url(https://applejackengineering.co.uk/wp-content/uploads/2025/01/apuljack_heading_logo.png) no-repeat;
    background-size: contain;
    width: 45px;
    height: 34px;
    display: inline-block;
}
.upsells.products {
    display: flex;
    width: 100%;
}
.upsells.products .product {
    padding: 0 15px !important;
    margin: 0 !important;
    float: none !important;
    width: 25% !important;
    background: transparent !important;
}
.upsells.products .product .woocommerce-loop-product__link {
    display: none;
}
.upsells.products .product .product-image {
    aspect-ratio: 1;
    margin: 0 !important;
    margin-bottom: 16px !important;
    transform: none !important;
}
.upsells.products .product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products .product .product_wrap {
    margin: 0;
    background: transparent !important;
    text-align: center;
    box-shadow: none !important;
    padding: 0 !important;
}
.upsells.products .product .product_wrap .gallery_thumbnails {
    display: none;
}
.upsells.products .product .product_wrap .button {
    display: none;
}
.upsells.products .product .product_wrap .woocommerce-loop-product_cat {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #7D7D7D;
}
.upsells.products .product .product_wrap .woocommerce-loop-product__title {
    font-family: "Lexend", serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6;
    color: #000;
}
.upsells.products .product .product_wrap .woocommerce-loop-product__title span {
    color: #02a302;
}
.upsells.products .product .product_wrap .price {
    font-family: "Rubik", serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #6400bd;
}
.upsells.products .product .product_wrap .product_price_cart .product_cart {
    display: none;
}
/*-========== Responsive Max-Width: 1600PX ==========-*/
@media (min-width: 1600px){
    header .search__header-boxes #searchform{
        margin-left: 12%;
    }
}
@media screen and (max-width: 1600px) {
  .hero_banner .wp-block-heading.banner_heading {
    font-size: 60px;
  }
  .testimonials_sec .testimonial_box {
    padding: 30px;
  }
  .testimonials_sec .testimonial_slider_contents {
    width: 60%;
    flex-basis: 60% !important;
  }
  .testimonials_sec .testimonial_slider_contents .slick-track {
    gap: 30px;
  }
  .top_seller_sec .products .product .product_wrap .product_price_cart .product_cart {
    padding: 8px 10px;
  }
}
/*-========== Responsive Max-Width: 1400PX ==========-*/
@media screen and (max-width: 1400px) {
  .hero_banner .wp-block-heading.banner_heading {
    font-size: 50px;
  }
  .hero_banner .wp-block-heading.banner_heading strong {
    font-size: 40px;
  }
  .repair_exchange_sec .repair_exchange_col {
    column-gap: 30px;
  }
  .repair_exchange_col .repair_exchange_box {
    width: calc(33.33334% - 20px);
  }
  .repair_exchange_col .repair_exchange_box .wp-block-media-text__content {
    padding: 60px 40px 40px !important;
  }
  .testimonials_sec .testimonial_slider_contents {
    width: 70%;
    flex-basis: 70% !important;
  }
  .testimonials_sec .testimonial_img_col {
    width: 50%;
  }
  .footer_cta {
    padding: 50px 0 40px 0;
  }
  .footer_cta .wp-block-column {
    gap: 16px;
  }
  .top_seller_sec .woocommerce:last-child .products .product .product_wrap {
    padding: 16px 15px;
    width: 60%;
  }
}

#searchform select {
    width: 166px;
	border-left: 1px solid #00000052;
	background:#fff;
}
#searchform button, [type="button"], [type="reset"], [type="submit"]{
    cursor: pointer;
    background: #6400bd;
    border: navajowhite;
}


/* =============== 12-Feb ================= */
/* ================== Responsive ======================= */
@media screen and (max-width: 1400px) {
    .content-area.container{
        padding-inline: 0px !important;
    }
    .site-header .container,.featured_sec .featured_col,
    .product_descript_sec .container,.recent_product_sec .container,.related_product_sec .container,.site-footer .container,
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title,
    .single-product .product.type-product{
        width: calc(100%);
        padding-inline: 2%;
    }
    .hero_banner, .new_product_sec,.about_sec,
    .top_seller_sec .top_seller_col,
    .repair_exchange_sec .repair_exchange_col,
    .faqButton_boxes_container,.faq_sec .faq_col_head,
    .testimonials_sec,.page_descript_sec,.upsells.products,
    .single-product .woocommerce-breadcrumb,.our_partners_sec,
    .about_page_sec,.contact_add_sec,.contact_details_sec,.contact_mail_sec,
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout,
    .faqButton_boxes_container.no_bg_faq,.about_box_sec,
    .page_info_sec{
        padding-inline: 2%;
    }

    .new_product_sec .new_product_col,
    .top_seller_sec .top_seller_col,
    .repair_exchange_sec .repair_exchange_col,
    .faqButton_boxes_container,
    .faq_sec .faq_col_head{
        width: 100%;
    }
    
    /* .single-product .product.type-product > .entry-summary{
        padding-right: 2%;
    } */
    .single-product .woocommerce-product-gallery{
        padding-inline: 0px;
    }
    .site-footer .footer_widget_wrap .shoper-flex {
        margin: 0 !important;
        column-gap: 30px;
    }
    .footer_widget_wrap .widget_nav_menu {
        flex: 0 0 calc(25% - 24px);
    }
     /* ================ Shop Page =================== */
     .page_banner_sec {
        padding-top: 30px;
        padding-inline: 2%;
    }
    .archive #main {
        padding-inline: 2%;
        padding-block: 40px;
    }
    .related_product_inner .products .slick-arrow.slick-prev, .recent_product_inner .products .slick-arrow.slick-prev{
        left: 0;
    }
    .related_product_inner .products .slick-arrow.slick-next, .recent_product_inner .products .slick-arrow.slick-next{
        right: 0;
    }
    .single-product .product.type-product > .entry-summary{
        padding-right: 0px !important;
    }
}
@media screen and (max-width:1201px) {
    /* .site-header .container{
        padding-inline: 30px;
    } */
    /* .single-product .woocommerce-product-gallery{
        padding-left: 2%;
    }
    .single-product .product.type-product > .entry-summary{
        padding-right: 2%;
    }
    .hero_banner, .new_product_sec,.about_sec,
    .top_seller_sec .top_seller_col,
    .repair_exchange_sec .repair_exchange_col,
    .faqButton_boxes_container,.faq_sec .faq_col_head,
    .testimonials_sec,.page_descript_sec,.upsells.products,.our_partners_sec{
        padding-inline: 2%;
    } */
   
    header .ss-content {
        width: 100%;
    }
    header .search__header-boxes #searchform {
        margin-left: 0px;
    }
    header .search__header-boxes {
        gap: 50px;
    }
    header .search__header-boxes #searchform input#s{
        width: 125px;
    }
    /* ============== Footer ============= */
    .footer_cta{
        background-size: cover;
    }
   
}
@media screen and (max-width:1025px) {
    .announcement_sec,#masthead{
        overflow: hidden;
    }
     /* ================ Inner Seciton  ================== */
     .hero_banner:before {
        width: 100vw !important;
        right: 0px;
        height: calc(100% + 40px) !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .new_product_sec{
        padding-inline: 2% !important;
    }
    
    .hero_banner {
        padding-block: 40px;
        gap: 40px;
        flex-direction: column-reverse;
    }
    .hero_banner > div {
        width: 100% !important;
    }
    .new_product_sec .new_product_col {
        gap: 30px 20px;
        /* padding-inline: 2%; */
        width: 100%;
    }
    .new_product_sec .new_product_mimg {
        width: calc(50% - 10px);
        padding-inline: 0;
    }
    .new_product_sec .new_product_col > .woocommerce .products{
        gap: 30px 20px;
        width: 100% !important;
    }
    .new_product_sec .new_product_col > .woocommerce {
        width: calc(50% - 10px);
    }
    .new_product_sec .new_product_col > .woocommerce .products .product,
    .new_product_sec .new_product_btn{
        width: calc(100%) !important
    }
    .new_product_sec .new_product_col > .woocommerce.columns-2 {
        width: 100%;
    }
    .new_product_sec .new_product_col > .woocommerce.columns-2 .product {
        width: calc(50% - 10px) !important;
    }
    
    .about_sec .about_img figure {
        position: unset;
    }
    .top_seller_sec .woocommerce .products {
    }
   
    .top_seller_sec .woocommerce .products > li,
    .top_seller_sec .top_seller_col .woocommerce{
        width: 100%;
    }
    .top_seller_sec .top_seller_col {
        gap: 30px;
        width: 100%;
    }
    .top_seller_sec .woocommerce .products .product {
        flex-direction: row-reverse;
        gap: 20px;
        height: auto !important;
    }
    .top_seller_sec .woocommerce .products .product > * {
        width: 100% !important;
        padding: 10px;
    }
    .top_seller_sec .woocommerce:last-child .products .product .product-image {
        align-items: center;
        max-height: unset;
    }

    .repair_exchange_sec .repair_exchange_col {
        gap: 35px;
        width: 100%;
    }
    .repair_exchange_col .repair_exchange_box {
        width: calc(50% - 18px);
    }
    .featured_sec .featured_col{
        width: 100% !important;
    }
    .our_partners_sec .partners_content_col {
        padding-right: 0px;
    }
    .our_partners_sec .partners_logos_col .wp-block-group {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    .our_partners_sec .partners_logos_col .wp-block-group > * {
        margin: 0px !important;
    }
    .our_partners_sec .partners_logos_col .wp-block-group a,.our_partners_sec .partners_logos_col .wp-block-group img {
        width: 100%;
    }
    .featured_sec {
        padding-inline: 2%;
    }
    .faq_sec .faq_col_head {
        width: 100%;
        padding-inline: 2%;
    }
    /* .faqButton_boxes_container {
        padding-inline: 2%;
    } */
    .testimonials_sec {
        padding-inline: 2%;
    }
    .testimonials_sec .testimonial_slider_contents,
    .testimonials_sec .testimonial_img_col{
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .testimonials_sec .testimonial_slider_contents .slick-track {
        gap: 4px;
    }
    .slick-list {
        margin-inline: -10px !important;
    }
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-list{
        margin-inline: 0px !important;
    }
    .single-product .woocommerce-product-gallery:after,.single-product .product.type-product > .entry-summary:before{
        display: none !important;
    }
  
    .testimonials_sec .testimonial_slider_contents .slick-track .slick-slide {
        padding-inline: 8px;
    }
    .testimonial_slider .slick-arrow.slick-prev {
        left: -10px;
    }
    .testimonial_slider .slick-arrow.slick-next {
        right: -10px;
    }
    /* ================== Inner Pages ==================== */
    .page_banner_sec,.page_descript_sec{
        padding-inline: 2%;
    }
    
}
@media screen and (max-width:992px) {
    .faqButton_boxes_container.no_bg_faq,.about_box_sec {
        width: 100%;
        /* padding-inline: 2% !important; */
    }
    .announcement_sec .slick-track{
        align-items: center;
    }
    .announcement_sec .slick-arrow.slick-prev {
        left: 0px;
    }
    .announcement_sec .slick-arrow.slick-next {
        right: 0px;
    }
    #masthead .row {
        flex-direction: column;
    }
    #masthead .row > div {
        max-width: 100%;
    }
    .logo__header-boxes .logo-wrap {
        width: 100% !important;
        max-width: 100% !important;
        display: grid;
        grid-template-columns: 230px auto;
    }
    .logo__header-boxes .logo-wrap .custom-logo-link,.logo__header-boxes .logo-wrap .custom-logo-link img {
        width: 100%;
    }
    .shoper-rd-navbar-toggle {
        background: #00000000 !important;
        border: 3px solid #6400bd !important;
        font-size: 26px !important;
        width: 40px;
        height: 40px;
        padding: 14px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        color: #6400bd !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: unset !important;
    }
    #masthead #navbar ul, #masthead #navbar ul li {
        position: relative;
        padding: 0px !important;
    }
    .site-header .ss-content {
        width: 100%;
    }
    .site-header .shoper-navbar-close {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #6400bd;
        border-color: #6400bd;
        color: #fff;
        margin-top: 30px !important;
    }
    .site-header .shoper-navbar-close i {
        padding: 0px;
    }
    #navbar .shoper-main-menu .responsive-submenu-toggle  {
        color: #6400bd !important;
    }
    .site-header .sub-menu {
        background: #6400bd !important;
    }
    .site-header .sub-menu li a,.site-header ul.sub-menu li {
        width: 100% !important;
    }
    #navbar .shoper-main-menu .sub-menu .responsive-submenu-toggle{
        color: #fff !important;
        background: #6400bd !important;
    }
    #navbar .navigation-menu li ul.sub-menu li > a {
        padding: 10px !important;
        border-bottom: 1px solid #e8e8e8 !important;
        color: #fff !important;
    }
    .search__header-boxes {
        background: rgb(100 0 189 / 20%) !important;
    }
    header .search__header-boxes #searchform {
        margin: 0px !important;
        background: #fff;
    }
    nav#navbar {
        max-width: 100% !important;
        width: 100%;
    }
    .menus__header-boxes #navbar #menu-main-menu {
        flex-direction: column !important;
        gap: 0;
    }
    .menus__header-boxes #navbar .navigation-menu > li > a {
        color: #000;
        padding: 14px 10px;
    }
    /* ================== Inner Section ================ */
    .about_sec{
        padding-inline: 2%;
    }
    /* .repair_exchange_col .repair_exchange_box {
        width: 100%;
    } */
    /* ================== Shop Page =================== */
    .archive .prod_cat_page {
        grid-template-columns: 1fr;
    }
    .archive .prod_cat_page .wpfMainWrapper {
        position: unset !important;
        height: auto !important;
    }
    .archive .products{
        grid-template-columns: repeat(2, 1fr);
    }
    /* ================== Shop Page =================== */
    .about_box_sec .about_box_col{
        row-gap: 40px;
    }
    .about_box_col .about_box{
        width: calc(50% - 20px);
    }
    .about_page_sec .about_page_content {
        padding: 40px 15px;
    }
    .single-product .woocommerce-product-gallery,.single-product .product.type-product > .entry-summary {
        width: 100% !important;
        padding-inline: 0px !important;
    }
    .wp-block-woocommerce-cart {
        padding-block: 40px;
    }
    .wp-block-woocommerce-cart .wc-block-components-sidebar,
    .wp-block-woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
        width: 100%; 
        padding-right: 0px; 
    }
    .contact_add_sec,.contact_mail_sec {
        flex-wrap: wrap !important;
    }
    .contact_add_sec .contact_add_col,.contact_mail_sec .contact_mail_box {
        flex: unset !important;
        width: calc(50% - 20px);
    }
}
@media screen and (max-width:768px) {
    .single-product .woocommerce-breadcrumb {
        flex-wrap: wrap;
        gap: 6px;
    }
    .search__header-boxes {
        background: rgb(100 0 189 / 20%);
    }
    header .search__header-boxes #searchform {
    }
    
    #masthead .header-icon {
        display: none;
    }
    header .search__header-boxes #searchform {
        margin-left: 0 !important;
        gap: 6px 10px;
        width: 100%;
        overflow: unset !important;
        border: none;
        background: transparent !important;
        flex-wrap: wrap;
        flex-direction: unset;
    }
    .new_product_sec .new_product_col > .woocommerce{
        width: 100% !important;
    }
    header .search__header-boxes #searchform *, header .search__header-boxes #searchform ::placeholder {
        padding: 10px 10px;
        font-size: 15px;
        border-radius: 4px;
        height: 40px;
    }
    header .search__header-boxes .screen-reader-text {
        display: none !important;
    }
    header .search__header-boxes #searchform input#s {
        padding-inline: 10px;
    }

    header .search__header-boxes #searchform select {
        width: calc(50% - 7px);
    }

    header .search__header-boxes #searchform button[type="submit"] {
        width: 100%;
        padding: 8px 0 !important;
        margin-left: 0;
        border-radius: 4px 
    }
    header .search__header-boxes #searchform input#s {
        width: calc(50% - 7px);
        padding-left: 0;
        margin: 0px;
    }
    header .search__header-boxes #searchform select {
        margin: 0px !important;
        border: none!important;
    }
    header .search__header-boxes #searchform button[type="submit"] {
        width: calc(50% - 7px);
        padding: 10px 0;
        margin-left: 0;
    }
    
    .site-header .search-toggle-icon {
        position: absolute;
        right: 55px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 2px solid #6400bd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #6400bd;
    }
    
    .site-header .search-toggle-icon i {
        font-size: 20px;
        color: #fff;
    }
    header .search__header-boxes{
        display: none;
    }
    header .search__header-boxes.active{
        display: block;
    }
    /* ================ Inner Seciton  ================== */
    .hero_banner,
    .page_banner_sec  {
        padding: 40px  15px;
        gap: 40px;
        flex-direction: column-reverse;
    }
    .hero_banner > div,
    .page_banner_sec > div {
        width: 100% !important;
    }
    
    .new_product_sec .new_product_col {
        flex-direction: column;
        gap: 30px;
    }
    .new_product_sec .new_product_col {
        gap: 30px 20px;
        width: 100%;
        padding-inline: 0px;
    }
    .new_product_sec .new_product_mimg {
        width: 100%;
        /* padding-inline: 15px; */
    }
    .new_product_sec .new_product_col > .woocommerce .products{
        gap: 30px;
    }
    .new_product_sec .new_product_col > .woocommerce.columns-2 .product{
        width: 100% !important;
    }
    .new_product_sec .new_product_col > .woocommerce .products > li,
    .top_seller_sec .woocommerce .products {
        width: 100% !important;
    }
    /* .about_sec{
        padding-inline: 15px;
    } */
    .about_sec .about_img figure {
        position: unset;
    }
    .top_seller_sec .woocommerce .products > li,
    .top_seller_sec .top_seller_col .woocommerce{
        width: 100% !important;
    }
    .top_seller_sec .top_seller_col {
        padding-inline: 2%;
        gap: 30px;
    }
    .top_seller_sec .woocommerce .products .product {
        flex-direction: column;
        gap: 20px;
        height: auto !important;
    }
    .top_seller_sec .woocommerce .products .product > * {
        width: 100% !important;
        padding: 10px;
    }
    .top_seller_sec .woocommerce:last-child .products .product .product-image {
        align-items: center;
        max-height: unset;
    }
    .repair_exchange_sec .repair_exchange_col {
        /* padding-inline: 15px; */
        gap: 35px;
    }
    
    .repair_exchange_col .repair_exchange_box {
        width: 100%;
    }
    .our_partners_sec {
        /* padding-inline: 15px; */
    }
    .our_partners_sec .partners_content_col {
        padding-right: 0px;
    }
    .our_partners_sec .partners_logos_col .wp-block-group {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .our_partners_sec .partners_logos_col .wp-block-group > * {
        margin: 0px !important;
    }
    .our_partners_sec .partners_logos_col .wp-block-group a,.our_partners_sec .partners_logos_col .wp-block-group img {
        width: 100%;
    }
    .featured_sec {
        /* padding-inline: 15px; */
    }
    .faq_sec .faq_col_head {
        width: 100%;
        padding-inline: 15px;
    }
    .faqButton_boxes_container {
        /* padding-inline: 15px; */
    }
    .testimonials_sec {
        /* padding-inline: 15px; */
    }
    .testimonials_sec .testimonial_slider_contents,
    .testimonials_sec .testimonial_img_col{
        width: 100% !important;
    }
    .testimonials_sec .testimonial_slider_contents .slick-track {
        gap: 4px;
    }
    .slick-list {
        margin-inline: -10px !important;
    }
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-list{
        margin-inline: 0px !important;
    }

    .testimonials_sec .testimonial_slider_contents .slick-track .slick-slide {
        padding-inline: 8px;
    }
    .testimonial_slider .slick-arrow.slick-prev {
        left: -10px;
    }
    .testimonial_slider .slick-arrow.slick-next {
        right: -10px;
    }
    /* ============== Footer ============= */
    .footer_widget_wrap .widget_nav_menu{
        flex: unset !important;
    }
    .footer_widget_wrap .widget_text {
        flex: 100%;
    }
    .site-footer .footer_widget_wrap .shoper-flex {
        gap: 16px;
    }
     /* ================ Shop Page =================== */
     .page_banner_sec {
        /* padding-inline: 15px; */
    }
    .archive #main {
        padding-inline: 2%;
    }
    .faqButton_boxes_container .faq_accordian_box .accordian_box summary {
        padding: 10px 14px;
        font-size: 15px;
        line-height: 1.3;
    }
    
    .upsells.products .product{
        width: 50% !important;
    }

	

}
@media screen and (max-width:577px) {
    .announcement_sec{
        display: none;
    }
    #masthead{
        top: 0px;
    }
    .logo__header-boxes .logo-wrap {
        grid-template-columns: 190px auto;
    }
    .archive .products {
        grid-template-columns: repeat(2, 1fr);
    }
    .techLibraryButton{
        justify-content: center !important;
        text-align: center;
    }
    .techLibraryButton .wp-block-button,
    .techLibraryButton .wp-block-button a {
        width: 100%;
    }
    .techLibraryButton .wp-block-button a{
        padding-block: 10px;
    
    }
    .about_box_col .about_box{
        width: calc(100% - 0px);
    }
    .single.single-product .quantity {
        width: 100%;
        justify-content: flex-end;
        gap: 0px !important;
    }
    .single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input {
        width: 100px !important;
    }
    .single-product .entry-summary form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100%;
        margin-top: 20px;
    }
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        width: 100%;
        margin-bottom: 20px;
    }
    .single-product .woocommerce-product-gallery .wocommerce_thumbnails_list {
        width: 100% !important;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }
    .single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-slide {
        padding-inline: 10px
    }
    .single-product .woocommerce-product-gallery .wocommerce_thumbnails_list .slick-arrow {
        width: 38px;
        transform: rotate(270deg);
    }
    .contact_add_sec .contact_add_col,.contact_mail_sec .contact_mail_box,
    .upsells.products .product {
        width: 100% !important;
    }
    
}
@media screen and (max-width:480px) {
   
    nav#navbar {
        max-width: 100% !important;
        width: 100%;
    }
    
    .menus__header-boxes #navbar #menu-main-menu {
        flex-direction: column;
        gap: 0;
    }
    
    .menus__header-boxes #navbar .navigation-menu > li > a {
        color: #000;
        padding: 14px 10px;
    }
}
/* ================== Responsive ======================= */

@media (max-width: 768px){
	/* ============== 3-April ==============*/
	.single-product .product.type-product{
		padding-inline:15px !important;
	}
	.new_product_sec .new_product_col > .woocommerce.columns-1,
	.new_product_sec .new_product_mimg{
		display: none;
	}
	.new_product_col .woocommerce.columns-2 ul.products li:first-child,
	.new_product_sec .new_product_col > .woocommerce.columns-2 .products{
		display: block !important;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-slide {
    	padding-inline: 10px;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots {
		bottom: -54px;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots {
		display: flex;
		justify-content: center;
		list-style: none;
		padding: 0;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots li{
		margin-inline: 0px !important;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots li button {
		width: 12px;
		height: 12px;
		background-color: #6400bd54; 
		border: none;
		border-radius: 50%;
		cursor: pointer;
		transition: background-color 0.3s;
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots li.slick-active button {
		background-color: #6400bd; 
	}
	.new_product_col .woocommerce.columns-2 ul.products .slick-dots li button:before{
		display: none;
	}

}
