/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
.woocommerce-checkout button[type="submit"]:disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.6;
}

.woocommerce-products-header h1.shop-title {
  text-align: center;

}



.yith-wcwl-add-button {
  display: none !important;
}

#footer {
  margin-bottom: 0;
}

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .main-menu>.menu-item>a {
  text-transform: inherit;
}

.header_call_number .porto-sicon-box-link:hover :is(.porto-icon, .porto-sicon-title, p) {
  color: #209000 !important;
}

.radious_btn {
  border-radius: 50px;
}

#header .logo {
  min-width: 200px !important;
}

#tab-title-reviews {
  display: none;
}

#tab-title-additional_information {
  display: none;
}

.elementor-tabs-wrapper {
  display: flex;
  gap: 20px;
}

.services_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.services_innter {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}

.price_wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.servies_details h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #272b2f;
  margin-bottom: 10px;
  min-height: 40px;
}

.price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.servies_details {
  margin: 20px 0;
}

.install_price div {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  color: var(--wp--preset--color--secondary);
}

.install_price em {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  color: #9c9faf;
  display: block;
  font-style: normal;
}

.services_thumb {
  padding: 5px;
  max-height: 180px;
  overflow: hidden;
}

.install_button a {
  width: 135px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--porto-heading-color);
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(242, 97, 0, 0.25);
  box-shadow: 0px 15px 15px rgba(242, 97, 0, 0.15);
  border-radius: 12px;
}

.install_button a:hover {
  color: #fff;
  background: var(--wp--preset--color--secondary);
  transition: all 0.4s ease-in-out;
}

.servies_details {
  margin: 20px 0 0;
  background: #f4f5fa;
  padding: 15px;
  border-radius: 15px;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 10px 20px rgba(242, 97, 0, 0.08);
  border-radius: 10px;
  display: block;
  border: 1px solid #d6d6d6 !important;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 0 30px !important;
}

.elementor-tabs-wrapper {
  display: flex;
  gap: 20px;
  margin-right: 14px;
}

.elementor-tabs-content-wrapper {
  border-left: 1px solid #d0d1da !important;
  margin-left: 14px;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  position: relative;
  padding: 15px 25px !important;
}

.elementor-tab-content h5>strong {
  font-weight: 400;
  font-size: 16px;
  margin-top: 25px !important;
  display: block;
}

.porto-process.process-horizontal {
  display: flex;
  align-items: flex-start;
}

.customBtn .elementor-button.elementor-button-link {
  display: block;
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 0;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  background: #ffff;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 0px 10px 0px;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

.pris_box {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  margin: 0 0 20px;
}

.installation_pris h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  color: var(--wp--preset--color--secondary);
}

.content-switcher-wrapper .tab-content {
  border: 0;
  box-shadow: none;
  border-radius: 15px;
}

.nav.content-switch {
  position: absolute;
  right: 20px;
  top: 15px;
}

.content-switcher-wrapper.tabs {
  margin-bottom: 0;
  position: relative;
}

.content-switcher-wrapper .switch-content.active {
  display: block;
  width: 80%;
}

.switch-input {
  margin-right: 0 !important;
}

.shipping_old_item {
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  justify-content: space-between;
  margin: 20px 0 0;
}

.shipping_old_item div {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: var(--wp--preset--color--secondary);
}

.shipping_old_item .checkActive {
  color: #4e5060;
}

/*  New css */
/* .button.product_type_simple {
    display: none;
}
 */
.product_meta {
  display: none;
}

.woocommerce-product-rating {
  display: none;
}

.product-inner {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.product-loop-title h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.products .product-content {
  padding: 14px;
  padding-bottom: 5px;
}

.products .add-links .button {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #bbc9b6;
  box-shadow: 0px 5px 10px #20900012;
  border-radius: 8px;
  color: var(--porto-heading-color);
}

.related.products {
  padding: 5em 0;
  background: #fff;
}

#wccf_product_field_master_container {
  margin: 0;
}

/* .quantity.buttons_added {
  display: none;
} */

.single-product form.cart {
  display: flex;
  align-items: flex-start !important;
  gap: 10;
  align-items: center;
}

.rightpress_product_price_live_update {
  margin: 10px 0;
  overflow: hidden !important;
}

dl.rightpress_product_price_live_update {
  display: block;
  width: auto;
  margin: 0 !important;
  margin-right: 3% !important;
}

.single-product .rightpress_product_price_live_update dt {
  display: block !important;
}

.html_below_thumbnails img {
  width: 30px;
}

.summary-before.col-md-5 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

/* form.cart label {
    cursor: pointer;
} */
dl.rightpress_product_price_live_update span {
  font-weight: normal;
  text-transform: none;
}

/*  */
#wccf_product_field_master_container {
  margin: 0;
  width: 100%;
}

.wccf_field_container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.wccf_field_container {
  margin-bottom: 1em;
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  border-radius: 15px;
}

.wccf_field_container li {
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid var(--wp--preset--color--secondary) 3b;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.95em;
}

.wccf_field_container_product_field_checkbox label:not(.extra_product_wrapper) {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.extra_product_wrapper {
  /*    font-size: 12px !important;*/
  cursor: pointer;
  line-height: 20px;
  display: grid;
  width: 100%;
  justify-content: space-between;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 0 15px 0 5px;
}

#wccf_product_field_master_container .wccf_price_label {
  font-weight: normal;
  opacity: 0.7;
  font-weight: 600;
  text-align: right;
  color: var(--porto-heading-color);
}

.single-product .woocommerce-Price-amount.amount {
  font-weight: 700;
}

.woocommerce-page .container-fluid {
  max-width: 1170px;
}

p.post-excerpt,
h3.woocommerce-loop-product__title {
  text-align: left;
}

.products .description {
  margin-top: auto;
}

.products .product-content .description {
  display: none;
}

.products .product-image {
  margin-bottom: 0;
}

.single #main {
  background: #f4f5fa;
  padding: 50px 0 0;
}

.product-images {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

p.post-excerpt {
  display: none;
}

.products .product-content .product-loop-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: a;
  margin-bottom: 25px;
}

.products .product-content .product-loop-title:hover {
  color: var(--wp--preset--color--secondary);
}

.woocommerce-tabs .tab-content {
  padding: 20px;
}

#tab-title-wccf_product_properties {
  display: none;
}

.products .product-content .add-links-wrap .button {
  font-size: 12px;
}

.products .product-content .price {
  font-size: 0.9em !important;
}

.wccf_label {
  margin-bottom: 10px;
  display: inline-block;
}

.montagejouren_single_page_purchase {
  display: flex;
  margin-top: 25px;
}

.single-product button.single_add_to_cart_button.button.alt {
  border-radius: 7px;
  /*    background: var(--wp--preset--color--secondary);*/
  width: 75%;
  margin: 0;
}

.single-product button.single_add_to_cart_button.button.alt:not(.pt_add_to_cart_btn) {
  display: none;
}

/* Add custom styles for the label next to the checkbox */
label {
  margin-left: 5px;
}

.wccf_field_container li {
  background: #f4f5fa;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #f4f5fa;
  display: flex;
  font-size: 14px;
  position: relative;
}

.wccf_field_container .active {
  background: #50db010d;
  border: 1px solid var(--wp--preset--color--secondary);
}

.pt_custom_tillagg_wrapper label::after {
  top: 16px;
}

/* Product  */
.products .product-col {
  padding: 0 10px 0;
  margin-bottom: 20px;
}

.shop-loop-after {
  text-align: center;
  border-top: 0;
  padding-top: 0;
}

.products .product-content .product-loop-title {
  margin-bottom: 10px;
}

/* Cart page  */
.woocommerce-checkout .woo-page-header.page-header-8,
.woocommerce-cart .woo-page-header.page-header-8 {
  background: #f4f5fa;
}

.woocommerce-cart .woo-page-header.page-header-8 {
  margin-bottom: 50px;
}

.woocommerce-checkout .page-content {
  padding: 50px 0;
}

.woocommerce-checkout .checkout-order-review .product-name {
  min-width: 260px;
}

.single-product .product-summary-wrap .description p {
  font-size: inherit;
}

td.product-quantity,
th.product-quantity {
  display: none;
}

/* Footer  */
.footer {
  font-size: inherit;
}

/* Faq  */
.related.products .product-content {
  background: #f4f5fa;
}

.faq_wrap {
  margin: 50px 0;
}

.eachFaq.close h4:before {
  content: "+";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.eachFaq.open h4:before {
  content: "-";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.eachFaq h4.title {
  cursor: pointer;
  position: relative;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.accordion-content {
  padding-left: 1em;
  margin: 0 0 1em 0;
  font-size: 14px;
}

.accordion-content p {
  margin: 0;
}

.eachFaq .title:hover {
  color: var(--wp--preset--color--secondary);
}

/*  Additional Content  */
.ytterligare_innehall_row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background-color: var(--e-global-color-973567c);
  padding: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ytterligare-content {
  flex-basis: calc(50% - 20px);
}

.ytterligare_innehall_row:nth-child(even) {
  background: #fff;
  flex-direction: row-reverse;
}

.button_cta {
  border-radius: 12px;
  background: var(--wp--preset--color--secondary);
  padding: 12px 30px;
  color: #fff;
}

/* Filer box  */
.customCategory .products-filter {
  position: relative;
  top: auto;
  width: 100% !important;
  left: auto;
}

.customCategory .products-filter .product-categories {
  /*    flex-direction: row-reverse;*/
  gap: 20px;
  margin-bottom: 50px;
}

.customCategory .porto-products.show-category .product-categories .current a,
.customCategory .porto-products.show-category .product-categories a:hover {
  color: var(--wp--preset--color--secondary);
  border-bottom-color: var(--wp--preset--color--secondary);
}

/* Hide the default checkbox */
.single-product input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  padding: 9px;
  outline: none;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 1px solid #cfd0d4;
  border-radius: 50px;
  position: relative;
  top: 0px;
}

/* ! JAHID'S CODE START FROM THERE....  */
.installation_time_approx {
  /* ? WE NEED TO ADD THIS CLASS TO THE TEXT WHERE IS SHOWING "<2HOURS"  */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  padding: 10px 30px;
  background-color: white;
  color: var(--wp--preset--color--secondary);
  border-radius: 10px;
}

.custom_category .thumb-info .thumb-info-wrapper {
  width: 100px;
}

.customCategory .porto-products.show-category .product-categories li {
  width: 100%;
  text-align: center;
  order: 5;
  margin-right: 0;
  background-image: linear-gradient(180deg, #ffffff 0%, #e6efe6 100%);
  background-color: transparent;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e6efe6;
}

.customCategory .porto-products.show-category .product-categories li a {
  color: var(--porto-heading-color);
  background-size: 70px;
  padding: 110px 20px 10px;
  background-repeat: no-repeat;
  background-position: top 24px center;
  transition: 0.3s ease;
  box-shadow: 0 1rem 1.25rem 0 rgb(205 206 219 / 50%), 0 -0.25rem 1.5rem rgb(217 255 198 / 20%) inset, 0 0.75rem 0.5rem rgb(255 255 255 / 40%) inset, 0 0.25rem 0.5rem 0 rgb(255 255 255) inset;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(1) a {
  /*   background-image: url(/wp-content/uploads/2023/10/bygg-construction-service.png); */
  background-image: url(/wp-content/uploads/2025/03/bygg-construction-service.webp);
}

.customCategory .porto-products.show-category .product-categories li:nth-child(2) a {
  background-image: url(/wp-content/uploads/2025/03/ei.webp);
  background-size: 65px;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(3) a {
  background-image: url(/wp-content/uploads/2025/03/Hembesok.webp);
  background-size: 65px;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(4) a {
  background-image: url(/wp-content/uploads/2025/03/vvs-plumbing-service.webp);
}

/* .customCategory .porto-products.show-category .product-categories li:nth-child(5) a{ background-image: url(/wp-content/uploads/2023/08/others-icon.png);background-size: 85px;}
.customCategory .porto-products.show-category .product-categories li:nth-child(6) a{ background-image: url(/wp-content/uploads/2023/07/Bortforslling.png)} */
.customCategory .porto-products.filter-vertical .products-filter+div {
  margin: 0;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(1) {
  order: 1;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(2) {
  order: 2;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(3) {
  order: 4;
}

.customCategory .porto-products.show-category .product-categories li:nth-child(4) {
  order: 3;
}

/*  Single page  */
.single-product .view-cart-btn {
  display: none !important;
}

.summary-before .labels .onhot {
  font-size: 1rem;
}

.product-image .labels {
  font-size: 1rem;
}

#wccf_product_field_discount_container ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding-left: 0;
  background: transparent;
}

#wccf_product_field_discount_container {
  background: #fff;
  padding: 10px;
}

#wccf_product_field_discount_container li {
  display: flex;
  padding: 0;
  flex-direction: row-reverse;
  width: 100%;
}

#wccf_product_field_discount_container .wccf_label {
  color: var(--wp--preset--color--secondary);
}

.product_addon_list_wrapper {
  width: 100%;
  color: #4e5060;
}

.pt_rot-and-bortfors-wrapper {
  display: flex;
  padding: 5px;
  margin-bottom: 25px;
  gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 6px 6px 6px #a9a9a915;
}

.pt_addons_container {
  background-color: white;
  padding: 5px;
  border-radius: 12px;
  box-shadow: 6px 6px 6px #a9a9a915;
  margin-bottom: 5px;
  width: 100%;
}

.pt_rot_avdrag_container {
  padding: 0;
  margin-bottom: 20px;
}

:where(.pt_rot-and-bortfors-wrapper) .pt_addons_container {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}

.pt_addon_title_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.pt_avdrag_title_sec,
.pt_bortforsling_title_sec {
  display: none;
}

.pt_view_mode,
.view_mode_changer_icons {
  display: flex;
  align-items: center;
}

.pt_view_mode h5 {
  margin-bottom: 0;
  margin-right: 15px;
  color: var(--wp--preset--color--secondary);
  font-weight: 500;
}

.pt_view_style {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 6px 10px #20900044;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: border linear 0.3s, box-shadow linear 0.3s;
}

.pt_view_style:not(.pt_active_style) {
  filter: grayscale(1);
}

.pt_view_style:hover {
  border-color: var(--wp--preset--color--secondary);
}

.pt_view_style.pt_active_style {
  box-shadow: none;
  border-color: var(--wp--preset--color--secondary);
}

.pt_view_style:first-child {
  margin-right: 12px;
}

.pt_addons_list_wraper {
  display: grid;
  gap: 5px;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  margin: 0;
  grid-auto-rows: 1fr;
}

.view_style_grid .pt_addons_list_wraper {
  grid-template-columns: 1fr 1fr;
}

.view_style_list .pt_addons_list_wraper {
  grid-template-columns: 1fr;
}

.pt_addons_list_wraper li {
  position: relative;
  width: 100%;
  background-color: #f4f5fa;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  transition: border 0.3s ease, background 0.45s ease-in-out;
}

.pt_info_box_wraper {
  position: absolute;
  bottom: 88%;
  left: 15px;
  line-height: 1.6;
  max-width: 80%;
  font-size: 12px;
  border-radius: 8px;
  padding: 10px 15px;
  font-style: italic;
  text-align: justify;
  background-color: #f4f5fa;
  box-shadow: 0px 0px 20px #4e506024;
  display: none;
  border: 1px solid #209000;
  transform-origin: bottom;
  -webkit-transform-origin-y: bottom;
}

.pt_info_box_wraper:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #f4f5fa;
  bottom: -8px;
  left: 90px;
  z-index: 2;
  transform: rotate(45deg);
  border-radius: 4px 0 4px 40px;
  border: 1px solid #209000;
  border-top: 0px none transparent;
}

.pt_info_box_wraper p {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.pt_addons_list_wraper li .pt_li_content_wraper {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-areas: "details";
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  align-self: center;
  justify-content: space-between;
  padding: 5px;
  min-height: 70px;
  height: 100%;
}

.pt_bortforsling_wraper li .pt_li_content_wraper {
  padding: 0;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper li .pt_li_content_wraper {
  padding: 0;
  margin-right: 0;
  min-height: 83px !important;
  grid-template-areas: "details checkbox";
}

.pt_addons_list_wraper li.material_addon .pt_li_content_wraper:after {
  position: absolute;
  content: "material";
  right: -30px;
  top: 8px;
  width: 100px;
  background: white;
  font-size: 11px;
  color: #fff;
  background-color: #209000;
  transform: rotate(45deg);
  line-height: 0;
  padding: 10px 3px;
  text-align: center;
}

.view_style_grid .pt_addons_list_wraper li .pt_li_content_wraper {
  min-height: 74px;
}

.view_style_list .pt_addons_list_wraper li .pt_li_content_wraper {
  min-height: 70px;
  grid-template-columns: 1fr auto;
}

.view_style_list .pt_bortforsling_wraper li .pt_li_content_wraper {
  padding: 0;
  margin: 0;
}

/* .pt_addons_list_wraper li:hover{
  border-color: #209000;
  background-color: #20900026;
  box-shadow: -4px 7px 15px 0px #20900026;
} */
.pt_addons_list_wraper li:hover {
  border-color: #209000;
  box-shadow: -1px 1px 2px 3px #20900026;
}

.pt_addons_list_wraper li.pt_addon_active {
  background-color: #20900026;
  border-color: #209000;
  box-shadow: none;
}

.pt_addons_list_wraper .fake_checkbox {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: checkbox;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  border: 1px solid rgba(199, 202, 218, 1);
  position: relative;
  transition: background 0.5s ease;
}

.pt_addons_list_wraper:not(.pt_rot_avdrag_wraper) .fake_checkbox {
  display: none;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper.pt_bortforsling_wraper .fake_checkbox {
  display: inline-block;
}

.pt_addons_list_wraper .sliding_ball {
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(37deg);
  width: 5px;
  height: 8px;
  border: solid #cfd0d4;
  border-width: 0 2px 2px 0;
  transition: left 0.4s ease;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper .fake_checkbox {
  width: 55px;
  height: 22px;
  box-shadow: 0px 8px 15px 0px #20900026;
  right: 15px;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper .sliding_ball {
  height: 16px;
  width: 16px;
  position: absolute;
  display: inline-block;
  background-color: #209000;
  border-radius: 50%;
  left: 3px;
  transform: none;
  top: 2px;
  border: none;
}

.view_style_grid .pt_addons_list_wraper li .fake_checkbox {
  align-self: self-start;
}

.view_style_list .pt_addons_list_wraper li .fake_checkbox {
  align-self: inherit;
}

/* .view_style_list .pt_addons_list_wraper li .fake_checkbox,.view_style_grid .pt_addons_list_wraper li .fake_checkbox{
  display: none;
} */
.pt_field_label {
  font-size: 16px;
  font-weight: 600;
  color: var(--porto-heading-color);
  display: block;
  margin-bottom: 0;
}

/* Add custom styles for the hover state */
.pt_addons_list_wraper li:hover input[type="checkbox"]:not(:checked)+.fake_checkbox,
.pt_addons_list_wraper li:hover input[type="checkbox"]:not(:checked)+.fake_checkbox .sliding_ball {
  border-color: var(--wp--preset--color--secondary);
}

/* Add custom styles for the checked state */
.pt_addons_list_wraper .pt_addon_active {
  border-color: #2090004d;
  box-shadow: none;
}

.pt_addons_list_wraper li input[type="checkbox"]:checked+.fake_checkbox {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  box-shadow: -4px 4px 25px #20900045;
}

.pt_addons_list_wraper li input[type="checkbox"]:checked+.fake_checkbox .sliding_ball {
  border-color: #fff;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper li input[type="checkbox"]:checked+.fake_checkbox .sliding_ball {
  background-color: #fff;
  left: 35px;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper li input[type="checkbox"]:not(:checked)+.fake_checkbox:after {
  position: absolute;
  content: "Nej";
  font-size: 11px;
  right: 9px;
  top: -2px;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper li input[type="checkbox"]:checked+.fake_checkbox:before {
  position: absolute;
  content: "Ja";
  font-size: 11px;
  left: 13px;
  top: -2px;
  color: #fff;
}

.pt_addons_list_wraper input[type="checkbox"] {
  position: fixed;
  right: -100%;
  opacity: 0;
}

.pt_addons_list_wraper li label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: grid;
  align-items: center;
  grid-area: details;
  -moz-column-gap: 12px;
  column-gap: 12px;
  position: relative;
  justify-content: start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  padding: 0 5px;
}

.view_style_grid .pt_addons_list_wraper li label {
  grid-template-areas:
    "a b"
    "a c";
  grid-template-columns: 50px 1fr;
}

.view_style_list .pt_addons_list_wraper li label {
  grid-template-areas: "a b c";
  grid-template-columns: 50px 1fr auto;
}

.view_style_list .pt_addons_list_wraper li.material_addon label {
  padding-right: 10px;
}

.view_style_grid .pt_addons_list_wraper li.material_addon label {
  padding-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.pt_rot-and-bortfors-wrapper .pt_addons_list_wraper li label {
  padding-right: 10px;
  margin-left: 0;
  column-gap: 10px;
  padding-left: 15px;
}

.pt_rot-and-bortfors-wrapper .pt_bortforsling_wraper li label {
  grid-template-areas:
    "a b"
    "a c";
  grid-template-columns: 50px 1fr;
}

.pt_rot_avdrag_wraper {
  grid-template-columns: 1fr;
}

.pt_rot_avdrag_wraper li {
  grid-template-areas: "details checkbox";
  grid-template-columns: 1fr auto;
  background-color: transparent;
}

:where(.pt_rot-and-bortfors-wrapper) .pt_rot_avdrag_wraper li {
  background-color: #f4f5fa;
}

.pt_rot_avdrag_wraper li label {
  grid-template-areas: "a b";
  grid-template-columns: 50px 1fr;
  padding-left: 0;
}

.pt_rot_avdrag_wraper li .pt_addon_name {
  display: flex;
  align-items: center;
  color: #4e5060;
  font-weight: 600;
  flex-wrap: wrap;
}

.pt_rot_avdrag_wraper li .pt_addon_name>div {
  margin-right: 6px;
}

.pt_avdrag_name_content {
  white-space: nowrap;
}

.pt_rot_avdrag_wraper li .pt_addon_name>.pt_avdrag_info_content {
  position: relative;
  width: 100%;
}

.pt_avdrag_info {
  display: none;
  position: absolute;
  width: 100%;
  padding: 15px;
  text-align: justify;
  font-size: 12px;
  line-height: 1.2;
  font-style: italic;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px #4e506024;
  top: -60%;
  transform: translateY(-100%);
  left: 0;
  transition: 0.3s ease;
  font-weight: 300;
  -moz-text-align-last: left;
  -webkit-text-align-last: left;
  -ms-text-align-last: left;
  text-align-last: start;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.pt_avdrag_info_ico {
  color: white;
  background-color: #a8aabc;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.pt_avdrag_info_ico:hover {
  background-color: #209000;
}

.pt_avdrag_info_ico:hover+.pt_avdrag_info {
  display: inline-block;
}

.pt_addon_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: a;
}

.pt_addon_img img {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(1) drop-shadow(2px 4px 6px #20900026);
}

.pt_rot_avdrag_list_item .pt_addon_img img {
  filter: grayscale(0) drop-shadow(2px 4px 6px #20900026);
}

.pt_addon_name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: b;
  line-height: 1.35;
}

.pt_price_label {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  font-weight: 600;
  color: var(--wp--preset--color--secondary);
  grid-area: c;
}

.rot_applied_addon .pt_price_label img {
  height: 32px;
  width: 32px;
  object-fit: contain;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

.pt_addons_list_wraper li:hover .pt_addon_img img,
.pt_addons_list_wraper .pt_addon_active .pt_addon_img img {
  filter: grayscale(0) drop-shadow(2px 4px 6px #20900026);
}

.pt_missing_img {
  filter: grayscale(1) drop-shadow(2px 4px 6px #20900076);
  opacity: 0.35;
}

.pt_addons_list_wraper li:hover .pt_missing_img,
.pt_addons_list_wraper .pt_addon_active .pt_missing_img {
  filter: grayscale(0) drop-shadow(2px 4px 6px #20900046);
  opacity: 0.8;
}

.single-product .product-summary-wrap p.price {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

.pt_total_text {
  line-height: 1.5;
  font-size: 16px;
  color: #5c6268;
  font-weight: 300;
}

.pt_total_price_content {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  font-size: 24px;
}

.pt_popup_btn {
  border: 1px solid #2090004d;
  border-radius: 50px;
  margin: 5px;
  color: #4e5060;
  font-weight: 300;
  transition: all 0.35s ease;
}

.pt_popup_btn span {
  padding: 5px 16px;
  display: inline-block;
}

.pt_popup_btn:hover {
  border-color: #209000;
  color: #209000;
  background-color: #20900010;
}

.view_style_list .pt_popup_btn {
  margin-right: 20px;
}

.view_style_grid .pt_popup_btn {
  margin-left: 20px;
  margin-right: 0;
}

/* .pt_popup_btn a {
  color: #4E5060;
  font-weight: 300;
} */
.pt_addon_product_list_wraper .pt_price_label {
  display: flex;
  align-items: center;
}

.view_style_grid .pt_addon_product_list_wraper .pt_price_label.pt_popup_present {
  flex-direction: row-reverse;
  justify-content: space-between;
}

#product-6641 form.cart button[type="submit"],
.remove-product[data-product_id="6641"] {
  display: none;
}

.add-links .button:focus,
.add-links .button:hover,
.add-links .quickview:hover,
.product-image .yith-compare:hover,
.yith-wcwl-add-to-wishlist a:hover,
li.product-default:hover .add-links .add_to_cart_button,
li.product-default:hover .add-links .add_to_cart_read_more {
  background-color: var(--porto-primary-color-inverse);
  border-color: #209000;
  color: #209000;
}

.pt_addon_items {
  font-weight: 300;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin-top: 5px;
  align-items: center;
  overflow: hidden;
}

.pt_addon_item.pt_rot_avdreg_item {
  color: #209000;
  font-style: italic;
  font-weight: 600;
}

.pt_addon_item small {
  display: flex;
  align-items: center;
}

span.pt_numbering {
  display: flex;
  height: 16px;
  width: 16px;
  background-color: #31315c21;
  color: #999;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 10px;
  flex-shrink: 0;
  font-weight: 400;
}

/*span.pt_addon_item_name {
  white-space: nowrap;
}*/

.single-product span.pt_addon_item_name {
  white-space: unset !important;
}







#mini-cart .quantity .amount,
#mini-cart .quantity,
.woocommerce-checkout-review-order-table .product-quantity {
  display: none;
}

.optional,
.field_should_be_hidden span.woocommerce-input-wrapper,
.post-6641 {
  display: none;
}

.field_should_be_hidden label {
  font-weight: 700;
  color: #292929;
  font-size: 20px;
}

ul.products .woocommerce-loop-product__title {
  white-space: wrap;
  text-overflow: ellipsis;
  min-height: 39px;
}

#mini-cart .cart-items,
.gutenberg-hb .compare-count,
.my-wishlist .wishlist-count,
header .compare-count {
  background-color: #209000;
}

.wc-block-components-notice-banner__content ul li:not(:first-child) {
  display: none;
}

.woocommerce-table--order-details .product-quantity {
  display: none;
}

tr.woocommerce-table__line-item.order_item:nth-child(2n + 1) {
  background-color: #fafafa;
}

.woocommerce-MyAccount-content a,
a#invoice-link {
  transition: 0.4s ease;
}

a#invoice-link {
  color: #f26100;
  border: 1px solid #f26100;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
}

a#invoice-link.order-details-page-invoice {
  background-color: #209000;
  border-color: transparent;
  color: white;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

a#invoice-link:hover {
  background-color: #209000;
  border-color: #209000;
  color: white;
}

/*a#invoice-link.order-details-page-invoice:hover {
  background-color: #176501;
  border-color: #176501;
}*/
.order_details tbody tr.order_item td {
  padding-bottom: 9px;
}

.includes_tax .woocommerce-Price-amount {
  font-size: 16px !important;
}

/*
**********************
CART CONFIRMATION POPUP CODE START
**********************
*/
.cart_confirmation_popup_container {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgb(13 33 16 / 70%);
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.ccp_content_area {
  --ccp-padding: 45px;
  width: 600px;
  max-width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 16px;
  padding: var(--ccp-padding);
  position: relative;
  box-shadow: 0 0 35px #196b0261;
  top: 40%;
  left: 40%;
}

.ccp_cross {
  position: absolute;
  content: '';
  right: 20px;
  top: 20px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209000;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  cursor: pointer;
}

.ccp_main_content {
  max-height: calc(90vh - (var(--ccp-padding) * 2));
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  border-radius: 10px;
  /*   background-color: #F4F5FA; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.ccp_main_content p {
  margin-bottom: 0;
  line-height: normal;
}

/*
**********************
CART CONFIRMATION POPUP CODE END
**********************
*/
@media (max-width: 767px) {

  span.elementor-accordion-icon-closed,
  span.elementor-accordion-icon-opened {
    font-size: 18px;
  }

  .elementor-element-113fd2b9 .process-step .process-step-circle {
    width: 100%;
  }
}

/* ! JAHID'S CODE END HERE....  */
/* Popup Design  */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}

.popup-inner {
  max-width: 700px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #f4f5fa;
}

.addons_produktbild {
  max-width: 250px;
  margin: 0 0 20px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}

.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 25px;
  transition: ease 0.25s all;
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: var(--wp--preset--color--secondary);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.popup-scroll {
  overflow-y: scroll;
  max-height: 300px;
  padding: 0 1em 0 0;
}

.popup-scroll::-webkit-scrollbar {
  background-color: #eee;
  width: 10px;
}

.popup-scroll::-webkit-scrollbar-thumb {
  border: 1px #eee solid;
  border-radius: 2px;
  background: #777;
  box-shadow: 0 0 8px #555 inset;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.popup-scroll::-webkit-scrollbar-track {
  box-shadow: 0 0 2px #ccc;
}

/*  Radio style 1 */
.wccf_field_container input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.wccf_field_container input[type="radio"]::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.wccf_field_container input[type="radio"]:checked::before {
  transform: scale(1);
  background: var(--wp--preset--color--secondary);
}

.wccf_field_container input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid var(--wp--preset--color--secondary);
  outline-offset: max(2px, 0.15em);
}

/*  Product sigle  */
.sticky-product .availability,
.star-rating {
  display: none;
}

.sticky-product {
  background-color: #f4f5fa;
}

.extra_product_wrapper a {
  color: var(--wp--preset--color--secondary);
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}

/*  Discount ROT Style  */
label[for="wccf_product_field_discount"] {
  display: none !important;
}

#wccf_product_field_discount_container {
  display: flex;
  align-items: center;
}

#wccf_product_field_discount_rot {
  position: relative;
  width: 68px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f4f5fa;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 7px rgb(80 219 1 / 55%);
}

#wccf_product_field_discount_rot::before {
  content: "Ja";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -1px;
  text-indent: -18px;
  left: 0;
  transition: 0.5s;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}

#wccf_product_field_discount_rot:checked::before {
  transform: translateX(100%);
  background: #fff;
}

#wccf_product_field_discount_rot:checked {
  background: var(--wp--preset--color--secondary);
}

.wccf_price_label {
  color: var(--wp--preset--color--secondary) !important;
  opacity: 1 !important;
}

#wccf_product_field_discount_container li {
  background: transparent;
  border: 0;
}

#wccf_product_field_discount_container .active {
  border: 0px;
  background: transparent;
}

#wccf_product_field_discount_container li>label {
  display: unset;
}

/* 82223 */
button.single_add_to_cart_button.button {
  background-color: transparent;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(270deg, #50db01 0%, #209000 50%);
  border-radius: 7px;
  transition: background-image 0.4s linear;
}

button.single_add_to_cart_button.button:hover {
  background-image: linear-gradient(90deg, #50db01 0%, #209000 50%);
}

.products-slider.owl-carousel.dots-style-1 .owl-dot span {
  color: #209000;
}

.products-slider.owl-carousel.dots-style-1 .owl-dot.active span,
.products-slider.owl-carousel.dots-style-1 .owl-dot:hover span {
  color: var(--porto-heading-color);
}

.porto-sicon-header p {
  color: var(--porto-heading-color);
}

/*  2-09-24*/
.related.products h2.slider-title {
  text-transform: unset;
}

ul.products .product-image {
  margin-bottom: 0;
}

/*  Checkout 2924 */
.woocommerce-checkout td.product-total {
  font-size: 12px;
}

.woocommerce-checkout tr.order-total small.includes_tax {
  font-size: 12px !important;
  text-align: left !important;
  text-wrap: nowrap;
}

.woocommerce-checkout .checkout-order-review .featured-boxes {
  background: #f4f5fa;
  border: 0;
  border-radius: 10px;
}

.woocommerce-checkout button#place_order {
  background-color: transparent;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(270deg, #50db01 0%, #209000 50%);
  border-radius: 7px;
  transition: background-image 0.4s linear;
}

.woocommerce-checkout .includes_tax .woocommerce-Price-amount {
  font-size: 12px !important;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount {
  font-size: 12px;
}

#login-form-popup .featured-boxes,
.woocommerce-account .featured-boxes,
.woocommerce-checkout .featured-boxes,
.woocommerce-thankyou .featured-boxes {
  border: 1px solid var(--porto-gray-5);
}

.woocommerce-thankyou-order-received {
  padding: 20px 0;
  border-radius: 5px;
  border: 2px solid #209000;
}

a.woocommerce-button.button.wc-action-btn {
  background-color: transparent;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(270deg, #50db01 0%, #209000 50%);
  border-radius: 7px;
  transition: background-image 0.4s linear;
}

.woocommerce-MyAccount-content a:not(.woocommerce-Button) {
  color: #209000 !important;
  font-weight: 600;
}

.wc-proceed-to-checkout a.btn.btn-v-dark.w-100.m-t-lg.py-3 {
  background-color: transparent;
  fill: #ffffff;
  color: #ffffff;
  background-image: linear-gradient(270deg, #50db01 0%, #209000 50%);
  border-radius: 7px;
  transition: background-image 0.4s linear;
}

.woocommerce-MyAccount-content button.woocommerce-Button.button.btn-v-dark,
a.woocommerce-Button.button.btn-v-dark.btn-go-shop.wc-forward,
p.return-to-shop a.button.wc-backward.btn-v-dark.btn-go-shop,
button.login-btn,
button.register-btn,
.woocommerce-order-received a#invoice-link {
  font-weight: 600;
  fill: #FFFFFF;
  color: #FFFFFF !important;
  background-color: transparent;
  background-image: linear-gradient(270deg, #50DB01 0%, #209000 50%);
  border-radius: 10px 10px 10px 10px;
  padding: 15px 30px 15px 30px;
}

.woocommerce-MyAccount-content a.woocommerce-Button {
  background-color: transparent;
  color: #234234;
}

.woocommerce-MyAccount-content a.woocommerce-Button:hover {
  color: #209000;
}

a#invoice-link {
  border: 0;
}

/* Force the form to stay visible */
form.checkout_coupon {
  display: block !important;

}

/* Hide the toggle */
.woocommerce-form-coupon-toggle {
  display: none !important;
}

.featured-box .box-content {
  border-top: 0;
}

.woocommerce-MyAccount-orders span.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: #234234;
}

a#invoice-link:hover {
  color: white !important;
}

.woocommerce-LostPassword {
  padding-bottom: 25px;
}



#login-form-popup .button {
  border-radius: 5px !important;
  padding: 12px 24px !important;
}

.woocommerce {
  min-height: 35vh;
}

ul.wc_payment_methods.payment_methods.methods.px-2 {
  display: none;
}


.woocommerce-checkout-payment h4.px-2 {
  display: none;
}

.woocommerce-checkout-payment .porto-separator.m-b-md {
  display: none;
}


.woocommerce-view-order .includes_tax .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: normal !important;
}

.certifications_row figure.swiper-slide-inner img {
  padding: 10px;
  width: 110px;
}

.certifications_row figure.swiper-slide-inner {
  border: 1px solid #f4f5fa;
  justify-content: center;
  align-content: center;
  margin: 0 10px !important;
  border-radius: 5px;
}

.porto-popup-menu .main-menu li.menu-item:hover>a {
  left: 0 !important;
}

.single-product .cart:not(.variations_form) {
  border-bottom: 0;
}

p.custom_text_below_add_to_cart_button {
  text-align: center;
  width: 100%;
  font-style: italic;
  margin-left: 100px;
}




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

  #header .logo {
    min-width: 150px !important;
    margin-top: 0px;
  }

  .gallery-size-blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  figure.gallery-item {
    padding: 0;
  }

  .review_icon {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /*  Process  */
  .porto-process.process-horizontal {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
  }

  .porto-process.process-horizontal .process-step-content {
    padding-top: 10px;
  }

  .porto-process .process-step {
    padding-bottom: 30px;
    min-width: 100%;
  }

  .porto-process.process-horizontal .process-step {
    margin-bottom: 1.5em;
  }

  /* Prodcut list  */
  .products .product-col {
    padding: 0 5px 0;
    margin-bottom: 10px;
  }

  .products .woocommerce-loop-product__title {
    text-align: center;
  }

  .products .product-content .product-loop-title {
    margin-bottom: 10px;
  }

  .products .product-content {
    display: block !important;
  }

  .products .product-content .price {
    display: flex;
    justify-content: center;
    grid-area: unset !important;
    align-items: center;
  }

  .products .product-content .amount-prepended {
    text-align: center;
  }

  .single-product .product_title {
    font-size: 20px;
  }

  .wccf_field_container ul {
    grid-template-columns: 1fr;
  }

  .wccf_field_container ul li label {
    font-size: 10px !important;
    line-height: 1.1;
  }

  .related.products .slider-title,
  .title-border-bottom>.section-title {
    font-size: 20px;
  }

  .related.products .slider-title {
    font-size: 12px;
  }

  .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 600;
  }

  .single-product input[type="checkbox"] {
    top: 0;
  }

  .single #main {
    background: #f4f5fa;
    padding: 15px 0 0;
  }

  #mini-cart .minicart-icon,
  #mini-cart.minicart-inline .minicart-icon,
  .my-account {
    font-size: 20px !important;
  }

  .woocommerce-Price-amount.amount bdi {
    font-weight: 700;
    font-size: 14px;
  }

  label::after {
    top: 16px;
  }

  .related.products {
    padding: 3em 0 3em;
    background: #fff;
  }

  .porto-popup-menu .hamburguer-btn {
    margin: 0;
  }

  .single-product .product-summary-wrap .description p {
    font-size: inherit;
  }

  .resp-tabs-container h2:nth-child(3) {
    display: none;
  }

  .products .product-content .add-links-wrap {
    display: flex;
    justify-content: center;
  }

  .single-product button.single_add_to_cart_button.button.alt {
    border-radius: 12px;
    /*    background: var(--wp--preset--color--secondary);*/
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
  }

  .woocommerce-tabs .tab-content p {
    font-size: 13px;
  }

  .woocommerce-account #main {
    background: #f4f5fa;
    padding: 40px 0px;
  }

  .woocommerce-checkout .woo-page-header.page-header-8 {
    padding: 0;
  }

  .woocommerce-cart .woo-page-header.page-header-8 {
    margin-bottom: 30px;
    padding: 0;
  }

  .breadcrumb.text-center a {
    font-size: 14px;
  }

  .page-header-8 li .delimiter.delimiter-2 {
    font-size: 18px;
  }

  .woocommerce-checkout .page-content {
    padding: 30px 0;
  }

  .checkout-order-review .featured-boxes {
    padding: 15px;
  }

  .woocommerce-message {
    font-size: 11px;
  }

  /*   */
  .ytterligare_innehall_row {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    padding: 15px;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .ytterligare-content h3 {
    font-size: 18px;
    margin: 15px 0 0;
  }

  .eachFaq h4.title {
    font-size: 14px;
    padding-right: 24px;
  }

  .ytterligare_innehall_row:nth-child(even) {
    background: #fff;
    flex-direction: column-reverse;
  }

  .accordion-content {
    padding-left: 1em;
    margin: 0 0 1em 0;
    font-size: 12px;
    line-height: 20px;
  }

  .button_cta {
    display: inline-block;
    margin-top: 0px;
  }

  .popup-content {
    max-height: 250px;
    overflow: auto;
  }

  .popup-inner {
    padding: 15px;
  }

  .addons_produktbild {
    width: 150px;
    margin: 0 auto 30px;
  }

  .addons_content {
    max-height: 300px;
    overflow: auto;
  }

  .addons_content h3 {
    margin: 0;
    font-size: 17px;
  }

  .products-filter .product-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  label::after {
    top: 16px;
  }

  .extra_product_wrapper a {
    font-size: 11px;
  }

  .single-product button.single_add_to_cart_button.button.alt {
    width: auto;
  }

  .view_style_grid .pt_addons_list_wraper {
    grid-template-columns: 1fr;
  }

  ul.products .product-image {
    margin-bottom: 15px;
  }

  #mini-cart .cart-popup {
    top: 50px;
    right: -25px;
  }

  .woocommerce-account div#main {
    background: #f4f5fa;
    padding: 40px 0px;
  }

  /* My account */
  .box-with-icon .col-md-4.col-sm-6.col-12.m-b-md {
    width: 50%;
    padding: 0 5px;
  }

  .featured-box h4.font-weight-bold.mt-1.mb-0.text-md {
    font-size: 12px !important;
  }







  /* Checkout page */
  .page-header-8 li .delimiter.delimiter-2 {
    margin: 0 5px;
  }

  .woocommerce-checkout .checkout-order-review .featured-boxes {
    background: #fff;
  }

  tr.border-bottom-0.cart_item {
    display: flex;
    justify-content: space-between;
  }

  tr.border-bottom-0.cart_item {
    display: flex;
    justify-content: space-between;
  }

  tr.order-total,
  tr.cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .woocommerce-Price-amount.amount bdi {
    font-size: 14px;
  }

  .no-breadcrumbs .main-content {
    padding-bottom: 0;
  }

  .shop_table tfoot tr:first-child td,
  .shop_table tfoot tr:first-child th {
    padding: 10px 10px 10px;
  }

  .woocommerce-checkout label {
    margin: 0;
  }

  .shop_table th {
    padding: 10px 0px !important;
  }

  .checkout-order-review .shop_table td {
    padding: 5px 0px !important;
  }

  .checkout-order-review .woocommerce-privacy-policy-text p {
    padding: 0;
  }

  .field_should_be_hidden label,
  form.woocommerce-checkout h3 {
    font-size: 16px;
  }

  div#order_review h4.my-3 {
    margin: 0 !important;
  }


  /* Cart page  */
  .pt_addon_item small {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  tr.cart_item td {
    padding: 0 !important;
  }

  .cart-v2 .card-default {
    padding: 15px;
    border: 2px solid var(--porto-gray-5);
  }

  span.woocommerce-Price-amount.amount,
  small.includes_tax {
    font-size: 12px !important;
  }


  /* My account  */
  .woocommerce-account div#main {
    background: #F4F5FA;
    padding: 30px 0;
  }

  .woocommerce-checkout .pt_addon_items {
    justify-items: start;
  }

  #login-form-popup .register-btn {
    margin: 0;
  }

  #login-form-popup .featured-box .box-content {
    padding: 20px;
  }

  .single-product span.woocommerce-Price-amount.amount,
  .single-product small.includes_tax,
  .single-product .pt_total_price_content {
    font-size: 12px !important;
  }

  .woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.text-v-dark {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-order-received .featured-boxes.pt-4.pb-3.p-l-lg.p-r-lg {
    padding: 15px !important;
  }

  .woocommerce-order-received .order-info .order-item {
    text-align: left;
    margin: 0 0 10px !important;
  }

  .pt_addon_items {
    justify-items: start;
  }

  .woocommerce-cart .pt_addon_items {
    justify-items: center;
  }

  .woocommerce-cart .cart-v2 .card-default tbody .order-total th {
    padding: 5px 12px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0 10px 0px;
  }

  .woocommerce-LostPassword {
    padding-bottom: 0;
  }



  .woocommerce {
    min-height: auto;
  }


  p.custom_text_below_add_to_cart_button {
    text-align: right;
    margin-left: 0;
  }



}

td.product-quantity,
th.product-quantity {
  display: block !important;
}

.woocommerce-checkout .checkout-order-review .product-name {
  min-width: 175px !important;
}

.quantity.buttons_added {
  padding: 4px;
  margin-right: 10px;
}

div.quantity .minus,
div.quantity .plus {
  width: 1em;
  padding: 9px !important;
  border-radius: 10px;
}

.quantity.buttons_added {
  border-radius: 20px;
}

.product-template-default .quantity.buttons_added {
  display: none !important;
}

/* CSS for new prduct category design in home page */
.wc-filter-categories.main-product-category {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.main-product-category-btn {
  padding: 20px;
  transition: 0.3s ease;
  box-shadow: 0 1rem 1.25rem 0 rgb(205 206 219 / 50%), 0 -.25rem 1.5rem rgb(217 255 198 / 20%) inset, 0 .75rem .5rem rgb(255 255 255 / 40%) inset, 0 .25rem .5rem 0 #fff inset;
  width: 100%;
  text-align: center;
  margin-right: 0;
  background-image: linear-gradient(180deg, #ffffff 0%, #e6efe6 100%);
  background-color: #fff0;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e6efe6;
  border-bottom: 3px solid #e6efe6;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: rgb(21, 81, 0);
}

.main-product-category-btn img {
  background-size: 65px;
  width: 65px;
  height: auto;
}

.main-product-category-btn:hover,
.main-product-category-btn.active {
  border-bottom: 3px solid #fff0;
  border-bottom-color: var(--wp--preset--color--secondary);
}

button.child-product-category-btn {
  padding: 10px;
  transition: 0.3s ease;
  margin-right: 20px;
  text-align: center;
  margin-right: 10px;
  background-image: linear-gradient(180deg, #ffffff 0%, #e6efe6 100%);
  background-color: #fff0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6efe6;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: rgb(21, 81, 0);
}

.subcat-group.child-product-category {
  margin-bottom: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-account div#main {
    background: #F4F5FA;
    padding: 50px 0px;
  }

  .product-summary-wrap .summary-before.col-md-5,
  .product-summary-wrap .summary.entry-summary.col-md-7 {
    width: 100%;
  }

  .owl-stage {
    transform: none !important;
    width: 100% !important;
  }

  .owl-carousel .img-thumbnail img {
    width: 100%;
  }


  .woocommerce {
    min-height: auto;
  }




}