html, body {
	overflow-x: hidden !important;
}
/* =========== Every informative page header styles (page title with img) ========= */
.page-header {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
.page-header .woocommerce-breadcrumb {
    margin: 38px 0 60px !important;
}
}

.page-header .woocommerce-breadcrumb {
    margin: 43px 0 20px;
}
.page-header__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
}

.page-header__image picture img {
    width: 100%;
    border-radius: 20px;
}

.page-header__subtitle p {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px;
}

.page-header__subtitle a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: black;
}

@media (max-width: 768px) {
.page-header__title {
    font-size: 36px;
    margin-bottom: 15px;
}
.page-header__subtitle p {
    font-size: 16px;
    margin-bottom: 30px;
}
}

/* ======== Reusable list block section ======== */
.list-block .list-title {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
}

.list-block h3{
    margin-bottom: 20px;
} 

.list-section {
    margin-bottom: 50px;
}

.list-section__icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.list-section__columns .media {
    align-items: center;
}

.list-section__columns li:not(:last-child) {
  margin-bottom: 10px;
}

.list-section__icon {
    margin-right: 20px;
}

.list-section__columns .list-unstyled {
    margin-left: 10px;
    margin-bottom: 0px;
}

.list-section__columns .media-body p{
    font-size: 20px;
    margin-bottom: 0px;
}

.text-orange {
    color: var(--main-orange);
}

@media (max-width: 768px) {
.list-block .list-title {
    font-size: 20px;
}
.list-section__columns .media-body p{
    font-size: 16px;
}
.list-section {
    margin-bottom: 40px;
}
.list-section__columns .col-xs-12:first-child {
    margin-bottom: 10px;
}
}

/* ================== */

/* ========= Vacancies page =========*/
.vacancies-page p:not(.popup-content p) {
    line-height: 32px;
}

.vacancies-intro {
    text-align: left;
    font-weight: 700;
    font-size: 25px;
    max-width: 1275px;
}

.vacancies-highlight {
    color: var(--main-orange);
    text-align: left;
    margin-bottom: 66px;
    font-size: 24px;
}

.vacancies-page .list-section:last-child {
    margin-bottom: 70px;
}

.vacancies-monkey {
  position: absolute;
  right: 7%;
  bottom: 100%; /* places monkey above the fullwidth section */
  z-index: 2;
}

.vacancies-monkey img {
  max-width: 390px;
  height: auto;
  display: block;
}

@media (min-width: 1025px) and (max-width: 1311px) { 
    .vacancies-page .list-section:last-child .col-md-12 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .vacancies-monkey {
        right: 3% !important;
    }
    .vacancies-monkey img {
        max-width: 350px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) { 
    .vacancies-page .list-section:last-child .col-md-12 {
        flex: 0 0 58%;
        max-width: 58%;
    }
    .vacancies-monkey {
        right: 3% !important;
    }
    .vacancies-monkey img {
        max-width: 330px !important;
    }
}

.vacancies-fullwidth {
  background: black;
  color: #fff;
  padding: 39px 64px;
  position: relative;
  z-index: 1;
}

.vacancies-fullwidth .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.vacancies-fullwidth__text {
    max-width: 1203px;
}

.vacancies-fullwidth__text p {
    text-align: left;
    margin-bottom: 0;
    font-size: 25px;
}

.vacancies-fullwidth .btn {
    background: #fff;
    color: black;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid transparent;
}

.vacancies-fullwidth .btn:hover,
.vacancies-fullwidth .btn:focus {
    background: transparent;
    color: white;
    border-color: white;
}

/* Mobile design */
@media (max-width: 768px) {
    .vacancies-intro {
        text-align: center;
        font-size: 20px;
    }
    .vacancies-highlight {
        text-align: center;
        margin-bottom: 50px;
        font-size: 20px;
    }
    .vacancies-monkey {
        display: flex;
        justify-content: center;
        width: 100%;
        right: 0;
    }
    .vacancies-fullwidth {
        margin-top: 270px;
        display: flex;
        justify-content: center;
    }
    .vacancies-monkey img {
        max-width: 310px;
    }
    .vacancies-fullwidth .flex-row {
        flex-direction: column !important;
        gap: 30px;
        max-width: 500px;
    }
    .vacancies-fullwidth__text p {
        text-align: center;
        font-size: 20px;
    }
    .vacancies-fullwidth {
        padding: 48px 15px;
    }
    .vacancies-fullwidth .btn {
        padding: 12px 24px;
        width: 100%;
    }
}

/* ========= Delivery and payment info page ============= */

.delivery-page .list-section {
    display: flex;
    flex-direction: row;
    gap: 45px;
}

.delivery-page .list-block {
    max-width: 1344px;
    padding-bottom: 127px;
}

.delivery-page .delivery-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 52px 66px;
}

.delivery-page .list-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.delivery-page .list-title {
    font-size: 20px;
}

.delivery-page .list-section__columns .media-body p {
    font-size: 18px;
}

.delivery-page .list-block h3 {
    margin-bottom: 24px;
}

.delivery-page .delivery-logo-row img {
    max-width: 295px;
}

@media (min-width: 768px) { 
.delivery-page .list-delivery-logo {
    width: 295px;
    display: flex;
    justify-content: center;
}
	
.delivery-page .list-section:nth-child(6) .list-delivery-logo img {
    height: 64px;
}
}

/* Hide/show depending on device */
.delivery-page .list-delivery-logo.desktop-only {
  display: flex;
}
.delivery-page .list-delivery-logo.mobile-only {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
.delivery-page .delivery-logo-row {
    padding: 52px 20px;
}
.delivery-page .list-delivery-logo {
    width: 255px;
}
.delivery-page .delivery-logo-row img {
    max-width: 255px;
}
.delivery-page .list-section {
    gap: 20px;
}
}
/* Mobile layout: show logo next to title */
@media (max-width: 768px) {
    .delivery-page .list-section:nth-child(6) .list-delivery-logo img,
    .delivery-page .list-section:nth-child(1) .list-delivery-logo img {
        height: 38px;
        width: auto;
        max-width: 100% !important;
    }
    .delivery-page .list-delivery-logo.desktop-only {
        display: none !important;
    }
    .delivery-page .list-delivery-logo.mobile-only {
        display: flex;
        align-items: center;
        margin-left: 10px;
        flex: 0.3;
        justify-content: flex-end;
    }
    .delivery-page .list-title-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px;
    }
    .delivery-page .list-title-row .list-title {
        flex: 1;
        margin: 0 !important;
    }
    .delivery-page .delivery-logo-row {
        display: none;
    }
    .delivery-page .list-section {
        margin-bottom: 70px;
    }

    .delivery-page .list-block {
        padding-bottom: 87px;
    }
    .delivery-page .list-delivery-logo.mobile-only img {
        width: 120px;
        max-width: 120px;
    }
}

/* ======= Leasing page ========= */
.leasing-page .list-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.leasing-page .list-section {
    flex: 1;
}

.leasing-fullwidth {
    background: black;
    color: #fff;
    padding: 11px 0;
}

.leasing-fullwidth .products .product {
    background-color: black;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: unset !important;
    padding: 0;
}

.leasing-fullwidth .products .product:hover {
    background-color: black;
    box-shadow: none !important;
    border: none !important;
}
.leasing-info {
    display: flex;
    align-items: center;
    margin-bottom: 86px;
}

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

.leasing-subintro {
    font-size: 24px;
}

.leasing-subintro a {
    color: var(--main-orange);
    text-decoration: underline;
    text-decoration-thickness: 4.5%;
    text-underline-offset: 24%;
}

.leasing-info .col-left {
    padding-right: 38px;
    flex: 0 0 40%;
}

.leasing-info .col-right {
    flex: 0 0 60%;
}

.leasing-icon__text p {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.leasing-icon__img {
    margin: 0 !important;
    width: auto;
    height: 50px;
}

.leasing-fullwidth .media-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 162px;
    padding: 31px 10px 26px 10px;
    gap: 10px;
}

@media (min-width: 992px) { 
   .leasing-fullwidth .products .product {
        max-width: 280px;
   }
   .leasing-fullwidth .slick-track {
    display: flex;
    justify-content: center;
   }
}
@media (min-width: 768px) and (max-width: 1033px) { 
    .leasing-page .list-block {
        flex-wrap: wrap;
        gap: 25px;
    }
    .leasing-page .list-section {
        flex: 1 0 auto;
        margin-bottom: 25px;
    }
    .leasing-info {
        margin-top: 50px;
    }
    .leasing-intro {
        font-size: 27px;
    }
    .leasing-subintro {
        font-size: 22px;
    }
    .leasing-info .col-left {
        padding-right: 20px;
        flex: 0 0 45%;
    }
    .leasing-info .col-right {
        flex: 0 0 55%;
    }
}

@media (max-width: 768px) { 
    .leasing-page .list-block {
        flex-direction: column;
        gap: 10px;
    }
    .leasing-info {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 50px;
    }
    .leasing-intro {
        font-size: 25px;
    }
    .leasing-intro p {
       margin-bottom: 17px;
    }
    .leasing-subintro {
        font-size: 20px;
    }
    .leasing-subintro p {
       margin-bottom: 47px;
    }
    .leasing-fullwidth {
        padding: 0 !important;
    }
}
/* ======================== */

/* ============= Vacancies popup form =========== */
.job-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow-y: auto;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  -webkit-overflow-scrolling: touch;
    background: rgb(0,0,0,0.7);
}

@media (min-height: 728px) {
  .job-popup {
    align-items: center !important;
    padding: 0;
  }
}

.job-popup.active {
  display: flex;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1; 
}

.popup-content {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 550px;
  z-index: 2;
}

/* Prevent page scroll when popup active */
body.popup-open {
  overflow: hidden;
  height: 100vh;
}

.popup-header-image {
  width: 100%;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.popup-close {
  position: absolute;
  top: -30px;
  right: 5px;
  padding: 0;
  font-size: 28px;
  height: 20px;
  width: 20px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.popup-content form {
    margin-bottom: 0;
}

.job-application-form {
  padding: 20px 35px 40px;
  text-align: center;
}

.job-application-form h3 {
  margin-bottom: 21px;
  font-size: 30px;
  font-weight: 700;
}

.job-application-form .form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.job-application-form input[type="text"],
.job-application-form input[type="tel"],
.job-application-form input[type="email"] {
  flex: 1;
  padding: 13px 20px;
  border: 1px solid #626060B2;
  border-radius: 8px;
  color: #626060;
  font-size: 14px;
}

.job-application-form input input::placeholder {
color: #626060;
  font-size: 14px;
}

.file-upload label {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #e55200;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-file-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload .file-name {
  display: flex;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}

.file-upload p {
    line-height: 0.5;
    flex-direction: column;
}

.job-application-form input[type="submit"] {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  flex: 1;
}

.form-row p {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.button-row p {
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}

.button-row .wpcf7-spinner {
    position: absolute;
}

.job-application-form .wpcf7-not-valid-tip {
    text-align: left;
}

.job-application-form .name-phone p {
    gap: 10px;
}

.job-application-form .wpcf7-form-control-wrap {
    flex: 1;
}

.wpcf7-form.submitting input[type="submit"],
.wpcf7-form.submitting button[type="submit"] {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#job-popup .wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: -32px;
    padding: 0px 35px 10px;
    text-align: center;
    border: none;
}

#job-popup .wpcf7 form.invalid .wpcf7-response-output {
    border-color: transparent;
}

@media (max-width: 768px) {
.job-application-form h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
.job-application-form {
    padding: 20px 25px 32px;
}
.file-upload label {
    font-size: 16px;
}
.job-application-form .name-phone br {
    display: none;
}
.job-application-form .name-phone p {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
}
.file-upload p {
    margin-bottom: 10px;
}
.popup-content {
    max-width: 340px;
}
.job-application-form input[type="text"], .job-application-form input[type="tel"], .job-application-form input[type="email"] {
    padding: 13px 17px;
}
#job-popup .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.file-upload .file-name {
    text-align: left;
    line-height: 100%;
}

#job-popup .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    margin-top: -25px;
}
}
/* ======================= */

/* =========== Mini cart styling ============ */
.woocommerce-mini-cart-item .quantity {
  font-size: 15px;
  font-weight: 700;
  color: black;
}

.woocommerce-mini-cart-item a.remove {
  position: absolute;
  right: 0;
  background-color: black;
  border-radius: 50px;
  padding-top: 0px;
  width: 20px;
  height: 20px;
}

.woocommerce-mini-cart-item a.remove:before {
  color: white;
  font-size: 8px;
  line-height: 2.7;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  margin-top: 0px;
  border-bottom: 1px solid #ECEEEF;
  padding: 20px 22px 27px;
  max-height: 400px;
  overflow: auto;
}

.dropdown-menu-mini-cart {
  border-radius: 8px;
}

.woocommerce-mini-cart__total {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 23px;
  padding: 0 23px;
  color: black;
}

.woocommerce-mini-cart__total strong, .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 10px;
  padding: 0 23px;
  margin-bottom: 23px;
}

.woocommerce-mini-cart__buttons a {
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 700;
  text-align: center;
}

/* Checkout button */
.woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--main-orange);
  color: white;
  border: 2px solid transparent;
}

.woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce-mini-cart__buttons .button.checkout:focus {
    border-color: var(--main-orange);
    background-color: white;
    color: var(--main-orange);
}

/* Cart button */
.woocommerce-mini-cart__buttons .button.wc-forward:hover:not(.button.checkout),
.woocommerce-mini-cart__buttons .button.wc-forward:focus:not(.button.checkout) {
  background-color: black;
  color: white;
}

.woocommerce-mini-cart__buttons .button.wc-forward:not(.button.checkout) {
  background-color: white;
  color: black;
  border: 2px solid #000000;
}

.woocommerce-mini-cart-item {
  transition: opacity 0.3s ease;
  position: relative;
}

.dropdown-menu-mini-cart .mini-cart-loader {
  position: absolute;
  top: 40%;
  left: 45%;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: fa-spin 0.8s linear infinite;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.custom-empty-mini-cart {
    text-align: center;
    padding: 24px 23px;
}

.custom-empty-mini-cart .empty-cart-icon {
    margin-bottom: 13px;
    display: flex;
    justify-content: center;
}

.custom-empty-mini-cart .empty-cart-icon img {
    width: 155px;
    height: 155px;
}

.custom-empty-mini-cart .empty-cart-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 19px;
}

.custom-empty-mini-cart .continue-shopping {
    display: inline-block;
    background: #000;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    border: 2px solid transparent;
}

.custom-empty-mini-cart .continue-shopping:hover,
.custom-empty-mini-cart .continue-shopping:focus {
    background: white;
    color: black !important;
    border-color: black;
}

.custom-mini-cart-header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 22px 19px;
    background: #fff;
    border-bottom: 1px solid #ECEEEF;
}

.custom-mini-cart-header .title {
    font-weight: 700;
    font-size: 16px;
}

.mini-cart-close-link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.mini-cart-close-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.mini-cart-close-icon img {
    height: 12px;
}

@media (max-height: 760px) {
	.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height:300px;
	}
	}

@media (max-height: 630px) {
	.woocommerce-mini-cart.cart_list.product_list_widget {
		max-height: 180px;
	}
	}


.handheld-only .techmarket-sticky-wrap .row .site-header-cart {
    margin: 0;
    width: fit-content;
}


/* Mobile header */
@media (max-width: 768px) {
    .site-header {
        padding: 16px 0;
    }
    .site-header-cart .cart-contents .count {
        margin-left: 0;;
    }
}

/* ======================= */

/* Why choose us page */

.why-choose-us-page {
    padding-bottom: 127px;
}

.why-choose-us-page h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}

.why-choose-us-page .info-blocks .info-blocks__item {
    padding: 31px 10px;
    display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.why-choose-us-page .info-blocks .about-us-container {
    max-width: 1296px;
}

.info-blocks .info-blocks-carousel .slick-dots {
    margin-top: 20px;
}

.why-choose-us-page .info-blocks {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.info-blocks__content a {
    color: black;
    text-decoration: underline;
    text-underline-offset: 25%;
    text-decoration-thickness: 6.5%;
}

@media (min-width: 1400px) {
   .why-choose-us-page .info-blocks .slick-track {
    grid-template-columns: repeat(4, 1fr) !important;
}
}

@media (min-width: 768px) {
.info-blocks .slick-track {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 39px;
    padding: 3px 0;
}
.info-blocks .slick-slide {
    width: 100% !important;
}
.info-blocks .slick-list {
   padding: 0 15px;
}

.info-blocks .slick-track:before, .slick-track:after {
    display: none;
}
.info-blocks .about-us-container {
    justify-content: center;
    display: flex;
}
.info-blocks .info-blocks-carousel {
    width: 100%;
}
}

@media (max-width: 767px) {
.info-blocks .info-blocks__item {
    margin: 0 5px;
}
.info-blocks-carousel {
    padding-left: 60px;
    padding-right: 60px;
}
}

/* Reviews section */
.reviews-slick-carousel {
    padding-right: 80px;
    padding-left: 80px;
}

.section-reviews h2 {
margin-bottom: 40px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
.reviews-slick-carousel {
   padding-left: 50px;
    padding-right: 50px;
}
}

.section-reviews {
   margin-top: 14px;
}

.review {
    padding: 31px;
    background-color: #F9F9F9;
    border-radius: 20px;
    margin: 0 15px;
}

.review-text {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}

.review-header {
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.profile-img-name-time img {
   width: 69px;
   height: 69px;
   object-fit: cover;
}

.profile-img-name-time {
    gap: 20px;
    display: flex;
    flex-direction: row;
}
.review-header h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
    margin-top: 10px;
}

.review-header .muted-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #626060;
}

.section-reviews .slick-list.draggable {
    overflow: hidden;
}

.review-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rating-stars-count {
    display: inline-flex;
    gap: 8px;
}

.review-footer .fb-icon {
    display: none;
}

.rating-num {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #61645E;
}

.reviews-slick-carousel .slick-dots {
    margin-top: 41px;
}

.reviews-slick-carousel .slick-prev,
.reviews-slick-carousel .slick-next {
    top: 40% !important;
}

.reviews-slick-carousel .slick-prev {
    left: -75px;
}

.reviews-slick-carousel .slick-next {
    right: -60px;
}

.review-header .fb-icon img {
    object-fit: cover;
    height: 54px;
    width: 54px;
}
@media (max-width: 767px) {
.section-reviews {
    margin-top: 50px;
}

.why-choose-us-page .info-blocks {
    padding-top: 30px;
    padding-bottom: 0px;
}
.why-choose-us-page h2 {
text-align: center;
font-size: 25px;
}

.reviews-slick-carousel {
    padding: 0 60px;
}
.reviews-slick-carousel .slick-dots {
    margin-top: 20px;
}
.why-choose-us-page {
    padding-bottom: 87px;
}
.review-footer {
    justify-content: space-between;
}
.review-header .fb-icon {
    display: none;
}
.review-footer .fb-icon {
    display: flex;
}
.review-header h5 {
    font-size: 16px;
}
.review-header .muted-text {
    font-size: 13px;
}
.review {
    padding: 29px 21px;
    margin: 0 5px;
}
.review-header {
    margin-bottom: 23px;
}
}

@media (max-width: 590px) {
.reviews-slick-carousel, .info-blocks-carousel {
    padding-left: 0px;
    padding-right: 0px;
}
}

/* ============ Compare page and preview bar =========== */
#yith-woocompare table.compare-list td:not(.filler) {
    min-width: 260px !important;
    width: 260px !important;
}
#yith-woocompare-preview-bar a.button {
    border-radius: 30px;
    transition: 0.3s;
    border: 2px solid transparent;
    text-align: center;
    line-height: 110%;
}
#yith-woocompare-preview-bar .compare-list .image-wrap img {
    max-height: 80px;
}
@media (max-width: 768px) {
#yith-woocompare-preview-bar .compare-list .image-wrap img {
    max-height: 50px;
}
}
#yith-woocompare-preview-bar a.button:hover {
    border-color: var(--main-orange);
    color: var(--main-orange);
    background-color: white;
}

#yith-woocompare-preview-bar .compare-list .image-wrap .remove a {
    line-height: 22px !important;
}

.compare-close-btn {
    position: absolute;
    top: 0px;
    right: 30px;
    padding: 0;
    background: none;
    border: none;
    font-size: 32px;
    color: white;
    cursor: pointer;
    z-index: 999;
}
@media (max-width: 1024px) {
.compare-close-btn {
    top: -8px;
    right: 5px;
}
}
@media (max-width: 370px) {
#yith-woocompare-preview-bar.shown {
    padding-top: 37px !important;
}
}

.compare-close-btn:hover {
  color: #b0b0b0;
}

.compare-close-btn:focus, .compare-close-btn:target  {
  outline: none;
  border: none;
}


/* Page */
#yith-woocompare h2:first-child:not(#yith-woocompare th h2) {
    display: none;
}

#yith-woocompare-table_wrapper {
	border: 1px solid #626060B2;
	border-radius: 20px;
}

#yith-woocompare table.compare-list tbody th:not(.filler) {
    text-align: center !important;
}

#yith-woocompare tfoot, 
#yith-woocompare thead, .dataTables_scrollFoot, .dataTables_scrollHead {
	display: none !important;
}
	
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody tr filler {
  border-right: none !important;
}

.dataTables_scrollBody {
	border-radius: 20px;
	border-bottom: none;
    scrollbar-width: thin;
}

#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,  #yith-woocompare table.dataTable.compare-list tbody tr:first-child td  {
	vertical-align: middle;
}

#yith-woocompare-table th {
	background-color: #F5F5F7;
	border-right: 1px solid #626060B2 !important;
}

#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
	border-right: 1px solid #626060B2;
}

#yith-woocompare table.dataTable.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody td {
	border-color: #626060B2 !important;
	padding-top: 16px;
	padding-bottom: 16px;
}

#yith-woocompare table.compare-list tbody th:not(.filler) {
	font-size: 20px;
}

table tbody h2 {
	font-weight: 700 !important;
	color: black !important;
}

#yith-woocompare-table span, #yith-woocompare-table .pa_brand {
	font-size: 20px;
	font-weight: 600;
}

#yith-woocompare-table .availability-label {
	font-weight: 700 !important;
}

table.compare-list  tr.stock:not(.label-row) td.in-stock {
    background-color: unset !important;
    color: #227D01 !important;
}
table.compare-list tr.stock td.out-of-stock {
    background-color: unset !important;
    color: #D14200 !important;
}

#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
    padding-inline: 16px;
}

#yith-woocompare .description td, #yith-woocompare .weight td {
    color: #676767;
}

#yith-woocompare .description:not(.label-row) td {
	padding-top: 53px !important;
	padding-bottom: 53px !important;
}

table.compare-list .product_title {
	color: #676767;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0px;
}

table.compare-list .product_info td a {
	margin-bottom: 0px;
}

table.compare-list .product_info td > * {
    margin-bottom: 15px;
}

table.compare-list img {
	height: 256px !important;
	width: 256px !important;
	object-fit: contain;
}

table.compare-list .image-wrap {
    display: flex !important;
    justify-content: center;
}

table.compare-list .product_title {
	height: 72px;
    overflow: hidden;
}

.product_info td {
	padding: 30px !important;
}

#yith-woocompare table.compare-list .product_info .button, #yith-woocompare table.compare-list .add-to-cart .button, #yith-woocompare table.compare-list .added_to_cart, #yith-woocompare-related .related-products .button, .compare.button {
    background-color: black !important;
    border: 2px solid transparent;
    border-radius: 30px;
	color: white;
	font-size: 18px;
	padding: 12px 24px;
	font-weight: 700;
	line-height: 100%;
	transition: 0.3s;
}

#yith-woocompare table.compare-list .product_info .button:hover, 
#yith-woocompare table.compare-list .add-to-cart .button:hover, 
#yith-woocompare table.compare-list .added_to_cart:hover {
    background-color: white !important;
    color: black !important;
	border-color: black !important;
}

.add_to_cart_wrap {
	margin-bottom: 0px !important;
	margin-top: 20px;
}

/* Remove btn styling */
table.compare-list .image-wrap:hover .image-overlay .remove a, table.compare-list .image-wrap .image-overlay .remove a  {
	display: flex !important;
    background: transparent !important;
    font-size: 16px !important;
    text-transform: none;
    right: unset !important;
    left: -5px;
    bottom: unset !important;
    top: -29px;
    width: auto !important;
}

table.compare-list .image-wrap .image-overlay .remove a {
    position: absolute;
    margin: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
	color: black !important;
}

table.compare-list .image-wrap:hover .image-overlay .remove a:after, table.compare-list .image-wrap .image-overlay .remove a:after{
    content: "" !important;
}

table.compare-list .image-wrap:hover .image-overlay .remove a > span, table.compare-list .image-wrap .image-overlay .remove a > span  {
    display: flex !important;
	font-size: 17px !important;
}

table.compare-list .image-wrap .image-overlay {
	display: flex !important;
	background: transparent !important;
}

table.compare-list .filler {
	display: none;
}

/* ================= */
#yith-woocompare table.dataTable.compare-list tbody tr td:nth-last-child(2) {
    border-right: none;
}
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
    padding-top: 40px !important;
}

@media (max-width: 991px) {
    #yith-woocompare table.dataTable.compare-list tbody tr.stock td .availability-label {
        width: 100% !important;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    #yith-woocompare table.dataTable.compare-list tbody tr:not(.product_info) td {
        text-align: center !important;
    }
}
@media (min-width: 1800px) {
	#yith-woocompare table.compare-list tbody th:not(.filler) {
        min-width: 586px;
        width: 586px;
    }
}

@media (max-width: 768px) {
    #yith-woocompare-table_wrapper {
        border: none;
    }
    #yith-woocompare table.dataTable.compare-list tbody tr.label-row td {
        color: black !important;
    }

    #yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
        padding-inline: 15px !important;
    }
    #yith-woocompare .description:not(.label-row) td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    table.compare-list img {
        height: 200px !important;
        max-width: 160px !important;
    }
    #yith-woocompare-table span, #yith-woocompare-table .pa_brand {
        font-size: 15px;
    }
    #yith-woocompare-table tr.odd span, #yith-woocompare-table .pa_brand td.odd {
        font-weight: 500;
    }
    #yith-woocompare-table tr.even span {
        font-size: 16px;
    }
    #yith-woocompare .added_to_cart, #yith-woocompare .button, #yith-woocompare-table .add_to_cart_wrap input {
        font-size: 15px !important;
        padding: 12px 14px !important;
    }
    #yith-woocompare table.dataTable.compare-list:not(.compact) tbody tr td:nth-last-child(2) {
        border-right: none !important;
    }
     #yith-woocompare-preview-bar .compare-list li.product-placeholder span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #yith-woocompare-preview-bar .compare-list li, #yith-woocompare-preview-bar .compare-list li.product-placeholder,
    #yith-woocompare-preview-bar .compare-list li.product-placeholder span {
        display: block !important;
    }
    #yith-woocompare-preview-bar .container  {
        flex-wrap: wrap;
    }
    #yith-woocompare-preview-bar .compare-list li.product-placeholder span {
        font-size: 13px;
    }
}

/* ===== Wishlist page ===== */
main.wishlist-page h1:first-child {
    text-align: center;
    font-weight: 700;
}

.wishlist_table tr td.product-thumbnail {
	display: table-cell;
}

table.wishlist_table tr th.product-thumbnail {
    display: table-cell;
}

table.wishlist_table td.product-thumbnail img {
	max-width: 107px !important;
	max-height: 107px;
}

table.wishlist_table td.product-thumbnail a {
	display: flex;
	justify-content: center;
}

table.wishlist_table thead th {
	font-size: 15px;
	font-weight: 600 !important;
	padding: 18px 9px !important;
}
table.wishlist_table td.product-price {
	font-size: 16px;
}
.wishlist-in-stock {
  color: #227D01;
	font-weight: 700;
}
.wishlist-out-of-stock {
  color: #D14200;
	font-weight: 700;
}

table.wishlist_table a.remove:before {
	color: #444444;
}

table.wishlist_table td {
	padding: 28px 9px !important;
}

table.wishlist_table .product-add-to-cart a,
.button-checkbox .button,
.customer-login-form .register-btn .button, 
.wishlist_table .product-add-to-cart a, 
.lost_reset_password button {
	border-radius: 30px !important;
	padding: 12px 24px !important;
	background-color: black !important;
	color: white !important;
	border: 2px solid transparent !important;
	font-size: 18px;
	font-weight: 700 !important;
    transition: 0.3s;
    display: inline-flex;
    line-height: 100% !important;
    text-align: center;
}

 .lost_reset_password button  {
    display: block;
    width: fit-content !important;
    font-size: 18px !important;
    display: inline-flex !important;
 }

table.wishlist_table .product-add-to-cart a:hover, .button-checkbox .button:hover,.customer-login-form .register-btn .button:hover, .wishlist_table .product-add-to-cart a:hover,
.lost_reset_password button:hover {
	background-color: white !important;
	color: black !important;
	border-color: black !important;
}

table.wishlist_table a.remove:hover {
	background-color: transparent;
}

table.wishlist_table a.remove:hover:before {
	color: black !important;
}

main.wishlist-page h1:first-child {
	margin-bottom: 64px;
}

table.wishlist_table td.product-price del {
    color: #b8b8b8;
}

table.wishlist_table td.product-price ins {
    font-weight: 700;
}
table.wishlist_table td {
    border-color: #ECEEEF !important;
}
table.wishlist_table tr:last-child td {
    border-bottom: 1px solid #ECEEEF !important;
}

table.wishlist_table td.product-name {
    max-width: 500px;
    font-size: 16px;
}

@media (min-width: 851px) and (max-width: 1000px) {
table.wishlist_table .product-add-to-cart a {
    padding: 10px 14px;
    font-size: 16px;
}
table.wishlist_table td.product-name {
    width: 270px;
}
}

@media (min-width: 769px) and (max-width: 850px) {
table.wishlist_table .product-add-to-cart a {
    padding: 10px 14px;
    font-size: 16px;
}
table.wishlist_table td.product-name {
    width: 230px;
}
}
@media (min-width: 769px){
.wishlist-page article {
    margin-bottom: 127px;
}

.wishlist-empty {
    text-align: center;
}
}

.wishlist_table .product-add-to-cart input, #yith-woocompare-table .add_to_cart_wrap input {
    padding: 12px 24px !important;
    font-size: 18px;
    margin-bottom: 0px;
    max-width: fit-content;
}
@media (min-width: 769px) and (max-width: 1000px) {
    .wishlist_table .product-add-to-cart input {
    padding: 10px 14px !important;
    font-size: 16px;
    }
}
/* mobile design for wishlist */

.wishlist_table.mobile {
    margin: 0;
}
.wishlist_table.mobile li::marker {
    font-size: 0px;
}

.wishlist_table.mobile li {
    padding: 40px 0 28px 0;
    border-top: 1px solid #ECEEEF;
}

.wishlist_table.mobile li:last-of-type {
    border-bottom: 1px solid #ECEEEF;
}

.wishlist_table.mobile .item-wrapper {
    display: flex;
    padding: 15px 0 25px 0;
}

.wishlist_table.mobile .item-details-table td {
    border-top: none;
    padding: 0;
}

.wishlist_table.mobile .item-wrapper .product-name h3 {
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 10px;
}
.wishlist_table.mobile .price-value {
    padding-bottom: 17px !important;
}
.wishlist_table.mobile .price-value .woocommerce-Price-amount {
    font-weight: 700;
}

.wishlist_table.mobile .price-value .woocommerce-Price-amount, .price-value ins, .price-value del, .wishlist-in-stock {
   font-size: 16px;
}

.wishlist_table.mobile .price-value del {
    color: #b8b8b8;
}

.wishlist_table.mobile .price-value del .woocommerce-Price-amount{
    font-weight: 400;
}
.wishlist_table.mobile .item-wrapper .product-thumbnail img {
    max-height: 107px;
    max-width: 107px;
    object-fit: contain;
}
.wishlist_table.mobile .item-wrapper .product-thumbnail {
    display: flex;
    justify-content: center;
    padding-right: 20px;
}

.wishlist_table.mobile .item-wrapper .product-remove a {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    right: 5px;
    margin-top: -50px;
    color: #444444;
}

.wishlist_table.mobile .product-add-to-cart a {
    width: 100%;
    display: block !important;
}

@media (max-width: 768px){
main.wishlist-page h1:first-child {
    margin-bottom: 50px;
}
.wishlist_table.mobile .product-add-to-cart input {
    width: 100%;
    max-width: 100%;
}
}
@media (min-width: 520px) and (max-width: 768px){
.wishlist_table.mobile .product-add-to-cart a, .wishlist_table.mobile .product-add-to-cart input {
    max-width: 283px;
}
}

/* ========== Login and register page ============= */
.customer-login-form .form-row {
  gap: 0;
}

.customer-login-form .button-checkbox{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 18px !important;
}

.customer-login-form  .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex !important;
}

.customer-login-form form .password-input {
    width: 100%;
}

.customer-login-form .form-row .input-text,.b2bking_custom_registration_container input, .lost_reset_password input, 
.login-register-page form .b2bking_country_field_selector .select2-container .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #626060B2;
  padding: 10px 15px;
  color: #626060;
  font-size: 15px;
  font-weight: 400;
}

.login-register-page form .b2bking_country_field_selector .select2-container .select2-selection--single {
  height: 46px !important;
}

.b2bking_custom_registration_container input::placeholder {
    visibility: hidden;
}

.b2bking_custom_registration_container input:focus {
    border: 1px solid #626060B2;
}

.customer-login-form form .woocommerce-LostPassword a {
  color:var(--main-orange) !important;
}
.customer-login-form form .woocommerce-LostPassword {
  margin-bottom: 25px;
}
.button-checkbox .button,.customer-login-form .register-btn .button {
    width: 192px;
    height: 50px;
    display: block;
}
.button-checkbox .button {
    margin-right: 38px;
}
.customer-login-form form .woocommerce-form__label-for-checkbox {
    padding-left: 0px;
    margin-bottom: 0;
}

.customer-login-form .register-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.authorize-with {
    font-size: 18px;
    margin: 40px 0 17px 0;
}

@media(min-width: 768px)and (max-width:1450px) {
.customer-login-form .register-grid {
  grid-template-columns: repeat(1, 1fr);
}
.customer-login-form .woocommerce-form-register.register p.form-row {
    padding-right: 15px !important;
}
}

@media (max-width: 560px) {
.customer-login-form .register-grid {
  grid-template-columns: repeat(1, 1fr);
}
.customer-login-form .woocommerce-form-register.register p.form-row {
    padding-right: 15px !important;
}
}

.customer-login-form .woocommerce-form-register.register p.form-row {
    padding-right: 3px;
}
.customer-login-form .register-btn {
    margin-top: 25px;
}

.customer-login-form .list-section__columns .media-body p {
    font-size: 16px;
}

.customer-login-form .list-section__icon {
    width: 25px;
    margin-right: 18px;
}
.before-login-text {
    min-height: 51px;
}

.customer-login-form wc-order-attribution-inputs, .customer-login-form .woocommerce-privacy-policy-text{
    display: none;
}

.login-register-page .woocommerce-notices-wrapper {
    margin-bottom: 41px;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
border: 1px solid rgba(98, 96, 96, 0.7);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
  background-color: #fff;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked {
  background: #227D01;
    border-color: #227D01;
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked::after {
    -webkit-transform: translateY(-60%) scale(0.75) rotate(45deg);
    -ms-transform: translateY(-60%) scale(0.75) rotate(45deg);
    transform: translateY(-60%) scale(0.75) rotate(45deg);
}

.woocommerce-form-login__rememberme input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.login-register-page .woocommerce form .form-row .required {
    visibility: hidden !important;
}

@media (max-width: 767px) { 
    .u-column1.col-1 {margin-bottom:20px;}}

    .register-grid .login-register-page form .select2-container .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #626060B2;
    padding-left: 15px !important;
    color: #626060;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    }

    /* Removed transition for buttons for mobile */
    @media (max-width: 500px) {
    button, .btn, .button, .cwg_popup_submit {
    transition: none !important;
    }

    /* Privacy policy page title */
    main > h1:first-child {
        font-size: 30px;
        margin-top: 20px;
        padding: 0 10px;
    }
}

#share_points .error {
    display: block !important;
    margin-bottom: 15px;
}
