/*
Theme Name: Cyberport
Text Domain: cyberport

Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post , threaded-comments
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  list-style-type: none;
}

html,
body {
  overflow-x: hidden !important;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

/* General */
.font-bold {
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif !important;
}

.text_info {
  font-size: 1.1rem;
  line-height: 150%;
}

.text_info-2 {
  font-size: 1.5rem !important;
}

.text_info-bold {
  font-weight: 700;
  font-size: 1.1rem;
}

.rounded-m {
  border-radius: 0.9rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 0;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Header */

header {
  background: black;
  position: relative;
  z-index: 20;
}

.button-icons {
  height: 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.head-btns,
.menu-footer-menu .menu-item {
  background-color: black;
  color: #fff;
  padding: 0 1.6rem 0 1.6rem;
  border: none;
}

.head-btns svg {
  margin-right: 0.6rem;
  vertical-align: top;
}

.head-btns svg {
  height: 1.6rem;
  fill: #fff;
}

.head-btns:hover {
  background-color: #4b5069;
}

@media (max-width: 1023px) {
  .button-icons {
    display: none;
  }
}

.header-modals {
  max-width: 55.5rem;
  position: relative;
  /*border: 1px solid red;*/
  border-bottom: 1px solid #d9dbe8;
  top: 11.7rem;
  width: 90%;
  max-width: 37.5rem;
  max-height: 80vh;
  background: white;
  padding: 1rem;
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  visibility: hidden;
}

.store-modal,
.categories-modal {
  position: absolute;
  right: 60rem;
  left: 70%;
  transform: translate(-40%, -50%);
  z-index: 11 !important;
  top: 8.5rem;
}

/*Mobile categories*/
.categories-modal {
  left: 15rem;
  top: -3.5rem;
}

.categories-modal a {
  color: #191e2d;
  font-weight: 700;
}

.categories-modal.header-modals {
}
.categories-modals-content {
  max-width: 70%;
}

.header-modals-header {
  position: relative;
  height: 8.5rem;
  border-bottom: 1px solid #d9dbe8;
}

.header-modals-header > .close-header-modal-container,
.wishlist-cart-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.8rem;
  width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40%;
  cursor: pointer;
}

.count-badge {
  position: absolute;
  top: -4px;
  right: -10px;
  background-color: #ff774c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  text-align: center;
}

.header-icon {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
}

.header-modals-header .close-header-modal-container:hover {
  background-color: rgba(250, 249, 249, 0.3);
  box-shadow: 0 0 20px rgba(96, 94, 94, 0.6);
  transition: background-color 0.2s ease;
}

.header-modals-header .close-header-modal-container:active {
  background-color: rgba(232, 228, 228, 0.6);
  box-shadow: 0 0 20px rgba(250, 249, 249, 0.3);
  transition: background-color 0.2s ease;
}

.header-modals-header .close-header-modal-container > svg {
  height: 2.8rem;
  width: 2.8rem;
  margin: auto;
  border-radius: 50%;
}

.header-modals-header .close-header-modal-container > svg:hover {
}

.header-modals-header .close-header-modal-container > svg:active {
  background-color: rgba(232, 228, 228, 0.6);
  box-shadow: 0 0 20px rgba(250, 249, 249, 0.3);
  transition: background-color 0.2s ease;
}

.header-modals-heading {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 2.5rem;
  margin-top: 2rem;
}

.header-modals-content,
.categories-modals-content {
  position: absolute;
  overflow-y: auto;
  top: 8.5rem;
  height: 50vh;
  background-color: white;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3),
    /* bottom shadow shifted down */ 4px 0 10px -4px rgba(0, 0, 0, 0.3),
    /* right shadow */ -4px 0 10px -4px rgba(0, 0, 0, 0.3); /* left shadow */
}

.header-modals-content {
  padding: 2rem;
}

.header-modals-list-container {
  margin-top: 3rem;
}

.header-modals-list-container .back {
  width: 9rem;
}

.header-modals-list-container div {
  padding: 0.5rem;
}

.header-modals-list-container div svg {
  transform: rotate(-90deg);
  margin-right: 0.5rem;
}

.header-modals-list-container li {
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
}

.header-modals-list-container li:hover,
.wishlist-cart-container .wishlist:hover,
.wishlist-cart-container .cart:hover,
.burger-btn svg:hover,
.categories-container > li:hover,
.header-modals-list-container .back:hover,
.slider-wrapper label > div:hover,
.product-card-header > div > a:hover,
/*.product-card-inner-container:hover,*/
.product .add_to_cart_button:hover,
.yith-wishlist a:hover,
.yith_slider_arrow:hover,
.shop_table.cart.wishlist_table.wishlist_view.traditional
  .product-add-to-cart
  a
  > svg:hover {
  background-color: rgba(250, 249, 249, 0.3) !important;
  box-shadow: 0 0 10px rgba(96, 94, 94, 0.6) !important;
  transition: background-color 0.2s ease-in !important;
}

.header-modals-list-container li:active,
.wishlist-cart-container .wishlist:active,
.wishlist-cart-container .cart:active,
.burger-btn svg:active,
.categories-container > li:active,
.header-modals-list-container .back:active,
.slider-wrapper label > div:active,
.product-card-header > div > a:active,
.product .add_to_cart_button:active,
.yith-wishlist a:active,
.yith_slider_arrow:active,
.single_add_to_cart_button:active,
.wc-proceed-to-checkout a:active,
.shop_table.cart.wishlist_table.wishlist_view.traditional
  .product-add-to-cart
  a
  > svg:active {
  background-color: rgba(232, 228, 228, 0.6) !important;
  box-shadow: 0 0 20px rgba(250, 249, 249, 0.3) !important;
  transition: background-color 0.2s ease !important;
}

.header-modals-list-container li svg {
  transform: rotate(90deg);
  width: 2rem;
  height: 2rem;
}

.header-modals-content-details-container {
  margin-top: 2rem;
  margin-bottom: 3rem;
  flex-direction: column;
  row-gap: 3rem;
}

.header-modals-content-details-container p {
  margin: 0;
}

/* Navigation */

.nav-container {
  margin-top: 1rem;
}

.wishlist-cart-container {
  margin-left: 5rem;
  gap: 1rem;
  position: static;
}

.wishlist-cart-container .wishlist,
.wishlist-cart-container .cart {
  padding: 0.8rem 1.1rem 0.8rem 1.1rem;

  border-radius: 50%;
}

.wishlist-cart-container svg {
  height: 2.3rem;
  width: 2.3rem;
}

.aws-container .aws-search-form .aws-search-btn svg {
  display: block;
  height: 85% !important;
  width: 85% !important;
  margin-top: 0.1rem !important;
  margin-left: 1rem !important;
}

/*.burger-btn {
  display: none;
}
@media (max-width: 999px) {
  .burger-btn {
    display: block;
  }
}*/
.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-nav .nav-item a.nav-link.category-link[href*="uncategorized"] {
  display: none;
}

.burger-btn svg {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  padding: 1rem;
  cursor: pointer;
}

.logo-container {
  display: none;
}

@media (min-width: 336px) {
  .logo-container {
    margin-top: 1.5rem;
    margin-left: 1rem;
    display: block;
  }
}
@media (max-width: 436px) {
  .burger-btn {
    margin-right: 1.5rem;
  }
}

.categories-container {
  margin-top: 1rem;
  display: none;
  justify-content: space-evenly;
}

@media (min-width: 999px) {
  .categories-container {
    display: flex;
  }
}

.categories-container li {
  border-radius: 1rem;
  padding: 1rem;
  cursor: pointer;
}

/* Mega Menu*/
.sub-categories-mega-menu ul {
  padding-left: 10rem;
  /*top: 18.5rem;*/
  top: 22.5rem;
  left: 0;
  background-color: white;
  width: 100%;
  height: auto;
  z-index: 9999999;
  margin: 0;
}

.sub-categories-mega-menu ul li {
  margin: 0.5rem 1rem 0.5rem 0;
  max-width: 30rem;
}

.categories-container .categories-item a,
.sub-categories-mega-menu ul li a {
  color: #191e2d;
}

.sub-categories-mega-menu ul li a:hover {
  color: #ff5019;
  box-shadow: inset 0 -1px 0 0 #ff5019;
}

.show {
  visibility: visible;
}

.hide {
  visibility: hidden;
}

.glider-container {
  position: relative;
  margin-bottom: 40px;
}

.glider-slide,
.product-slide {
  box-sizing: border-box;
  padding: 10px;
}

.products .product {
  height: 100%;
}

/* Filter slider */
.slider-form {
  row-gap: 1rem;
}
.slider-wrapper {
  padding: 1.5rem 1rem 3rem 1.5rem;
  border: 1px solid #bfc3d5;
  border-radius: 1rem;
  justify-content: space-around;
}

.slider-wrapper .slider-header {
  height: 3rem;
  margin-bottom: 5rem;
}

.slider-collapse {
  height: 6rem !important;
}

.slider-wrapper div label {
  width: 100%;
  position: relative;
}

.slider-wrapper div label > div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slider-wrapper svg {
  transform: rotate(180deg);
}

.noUi-handle,
.noUi-handle-lower {
  background-color: #191e2d !important;
  border-radius: 100% !important;
  border: none !important;
  box-shadow: none !important;
  height: 70%;
  width: 50%;
}

.noUi-handle:after,
.noUi-handle:before {
  content: none !important;
}

.noUi-horizontal .noUi-handle {
  width: 24px !important;
  height: 24px !important;
  right: -17px;
  top: -6px;
  background-color: #191e2d !important;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 6px 5px -3px #bbb !important;
}
.noUi-horizontal {
  height: 2px !important;
  width: 95% !important;
}

.noUi-connect,
.noUi-origin {
  top: -5px !important;
}

.noUi-target {
  background-color: #191e2d !important;
  border-radius: 4px;
  border: 1px solid #191e2d !important;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  background: #191e2d !important;
}

/* Products */
#main-products-list {
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}

.row.my-grid-wrapper .product-card-container {
  /*display: flex;*/
  /*gap: 1rem;*/
}

.product-card-header {
  position: relative;
  height: 30px;
}

.product-card-header > div a,
.product .add_to_cart_button,
.shop_table.cart.wishlist_table.wishlist_view.traditional
  .product-add-to-cart
  a
  > svg {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  position: absolute !important;
  right: 6rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 10 !important;
  border: 1px solid #bbb !important;
  padding: 0.5rem !important;
}
.product-card-header > div a {
  top: -1.5rem !important;
  right: 6.5rem !important;
}

.yith-wishlist {
  position: absolute !important;
  right: -1rem !important;
  top: 2.8rem !important;
  z-index: 10;
  padding: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg {
  position: absolute !important;
  width: 15px !important;
  height: 15px !important;
}

.product-card-container {
  /*border: 1px solid #bbb;
  border-radius: 20px;
  position: relative;*/
  margin-right: -0.5rem;
  margin-bottom: 1rem;
}

.product-card-inner-container {
  border: 1px solid #bbb;
  border-radius: 20px;
  height: 100%;
  padding: 1rem;
}

.product-card-container li.product {
  position: relative;
  width: 100% !important;
  height: 50% !important;
}

.product .add_to_cart_button {
  top: -3.5rem !important;
  right: 2em !important;
  background-color: white !important;
}

.woocommerce-loop-product__title {
  font-size: 1.6rem !important;
  line-height: 150% !important;
  font-weight: 700 !important;
  color: #191e2d;
}

.price del {
  color: #191e2d !important;
  position: relative !important;
  display: inline-block !important;
  font-weight: bold !important;
}

.price del::after,
.product-price del::after,
.product-subtotal del::after,
.order-total del::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ff5019;
  transform: rotate(-20deg);
  transform-origin: center;
}

.price {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ff5019 !important;
}
.added::after {
  content: none !important;
}

.product-short-description,
.woocommerce-product-details__short-description {
  color: #191e2d !important;
  padding: 1rem;
}

.product-short-description ul,
.woocommerce-product-details__short-description ul,
.woocommerce-Tabs-panel--description ul {
  padding-left: 2rem !important;
}

.product-short-description ul li,
.woocommerce-product-details__short-description ul li,
.woocommerce-Tabs-panel--description ul li {
  list-style: disc !important;
}

.product-short-description ul li::marker,
.woocommerce-product-details__short-description ul li::marker {
  font-size: 2rem !important;
}

/* Single product */
.product_title {
  font-weight: 900 !important;
}

.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel--description {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem;
}

.woocommerce-product-details__short-description ul li::marker,
.woocommerce-Tabs-panel--description ul li::marker {
  font-size: 3rem !important;
}

.yith_magnifier_lens img {
  zoom: 200% !important;
}

.yith_magnifier_zoom_magnifier {
  visibility: hidden !important;
}

.images {
  position: relative !important;
}

@media screen and (min-width: 1001px) {
  /*.thumbnails,
  .slider {
    width: 50rem;
    position: absolute !important;
    top: 20rem !important;
    left: -30rem !important;
    transform: rotate(90deg);
    z-index: 20;
  }

  ul.yith_magnifier_gallery li {
    transform: rotate(-90deg);
  }*/
}

div#slider-prev,
div#slider-next {
  padding: 0.5rem;
  border-radius: 50% !important;
  background-color: #ffffff;
  border: 1px solid #bbb;
  width: 35px !important;
  height: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single_add_to_cart_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 1rem !important;
  width: 80%;
  max-width: 400px;
  border-radius: 1rem !important;
  padding: 1rem 2rem !important;
  background-color: #ff774c !important;
  font-size: 1.1rem;
  font-weight: 600;
}
.add-related-product {
    border: none;
    cursor: pointer;
    border-radius: 1rem !important;
    padding: 1rem 2rem !important;
    background: #ff774c!important;
    color: #ffffff!important;
}

.single_add_to_cart_button:hover, .add-related-product:hover {
  box-shadow: 0 0 10px rgba(96, 94, 94, 0.6) !important;
  transition: background-color 0.2s ease !important;
}

.single_add_to_cart_button svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: white !important;
}

/* Cart */
table.cart img,
.woocommerce-checkout table.cart img {
  width: 10rem !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.shop_table.cart.wishlist_table.wishlist_view.traditional {
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  .product-name
  a,
.shop_table.cart.wishlist_table.wishlist_view.traditional a {
  color: #191e2d !important;
}

.shop_table.cart.wishlist_table.wishlist_view.traditional
  .product-add-to-cart
  a
  svg {
  top: 2rem !important;
}

.woocommerce .quantity .qty {
  width: 6rem;
  height: 4rem;
  border: 1px solid #191e2d;
  border-radius: 1rem;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  .actions
  .button {
  border-radius: 1rem;
  background-color: #ff774c;
  color: white;
}

.wc-proceed-to-checkout a {
  border-radius: 1rem !important;
  background-color: #ff774c !important;
}

.order-total ins bdi {
  font-weight: 900;
}

/* Checkout form*/

.checkout.woocommerce-checkout {
  display: flex;
  column-gap: 1rem;
}

#customer_details div {
  width: 100% !important;
}

.woocommerce-additional-fields {
  display: none;
}

#place_order {
  padding: 1rem;
  background-color: #ff774c;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 70%;
}

.shop_table.woocommerce-checkout-review-order-table {
}

.product-price del,
.product-subtotal del,
.order-total del {
  position: relative;
}

#main-products-list li.type-product {
  padding-left: 1rem !important;
}

.related.products {
  margin-left: -30% !important;
}
.woocommerce-LoopProduct-link {
  position: relative !important;
  right: 10px !important;
}
.glider-track .product.type-product {
}

.product .acoplw-badge {
  position: relative;
  right: 0 !important;
  bottom: 0;
}

#main-products-list .product .acoplw-badge .acoplw-badge-icon {
  position: absolute !important;
  display: none !important;
}

.related.products {
  display: none !important;
}

.product-stock-status span {
  visibility: hidden;
}

.yith-wishlist-ajax .yith-wcwl-add-to-wishlist-button {
  top: 2rem !important;
  right: -6rem !important;
}

.yith-wishlist-single .yith-wcwl-add-to-wishlist-button {
  position: static;
  right: 0 !important;
  margin-top: -3rem !important;
}


footer {
  min-height: 7rem;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #303f4f;
  color: white !important;
}

footer a {
  color: white !important;
  font-weight: 700;
}

#menu-footer-menu {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  font-size: 1.1rem;
  line-height: 150%;
  padding-left: 0;
}

.copyright-container {
  flex-direction: column;
  justify-content: left;
}

#menu-footer-menu {
  margin-top: 0.5rem;
}

#menu-footer-menu .menu-item {
  font-size: 1.5rem;
}

#menu-footer-menu .menu-item a:hover,
#menu-footer-menu-1 .menu-item a:hover {
  box-shadow: inset 0 -1px 0 0 white;
}

/* #discount-products-slider-container {
}


#product-description-tab > div > div {
  border: none !important;
}

.product-card-container .product-short-description {
}

.product-card-inner-container {
  position: relative;
}

.product-card-inner-container .price {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

#product-description-tab > div > div {
  border: none !important;
}

.product-card-container .product-short-description,
.glider-track .product-short-description {
  display: none;
}

.product-card-inner-container {
  position: relative;
}

.product-card-inner-container .price {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
} */


/* Remove border from product description tab */
#product-description-tab > div > div {
  border: none !important;
}

/* Hide product short description in cards and slider */
.product-card-container .product-short-description,
.slick-track .product-short-description {
  display: none;
}

/* Ensure the inner container is positioned relative for absolute children */
.product-card-inner-container {
  position: relative;
}

/* Position the price at the bottom-left of the card */
.product-card-inner-container .price {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

/* Optional: Slick Slider spacing */
.discount-glider .product-card-container {
  margin: 0 0.5rem; /* space between slides */
}

.slick-slide {
  display: flex;           /* align cards properly */
  justify-content: center; /* center cards in slides */
}



/*menu*/

.offcanvas-body {
  padding: 1rem;
}

.offcanvas-body ul.navbar-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.offcanvas-body .nav-item {
  margin-bottom: 0.5rem;
}

.offcanvas-body .nav-item .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanvas-body .nav-link.category-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.25rem 0;
  transition: color 0.3s;
}

.offcanvas-body .nav-link.category-link:hover {
  color: #ff774c;
}

.offcanvas-body .toggle-submenu {
  border: none;
  background-color: #e9ecef;
  color: #333;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.offcanvas-body .toggle-submenu:hover {
  background-color: #191e2d;
  color: #fff;
  transform: rotate(90deg);
}

.offcanvas-body .sub-dropdown {
  padding-left: 1rem;
  border-left: 1px solid #ddd;
  margin-top: 0.25rem;
  transition: all 0.3s ease;
}

.offcanvas-body .sub-dropdown .category-link {
  font-weight: 400;
  font-size: 0.95rem;
}

.offcanvas-body .sub-dropdown .sub-dropdown .category-link {
  font-size: 1.4rem;
  color: #555;
}

.offcanvas-body .sub-dropdown {
  display: none;
  overflow: hidden;
}

.offcanvas-body .nav-link.category-link {
  font-size: 1.7rem;
  font-weight: 700;
}

.offcanvas-body .sub-dropdown .category-link {
  font-size: 1.4rem;
  font-weight: 600;
}

#product-description-tab h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#product-description-tab span {
  font-size: 1rem;
  font-weight: 500;
}

#product-description-tab p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#product-description-tab .font-weight-bold {
  font-weight: bold;
  font-size: 1.1rem;
}

table,#comments {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

table tr:hover {
  background: #f1f7ff;
}

table td {
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-bottom: 1px solid #eee;
}

table td.c1,.comment-text {
  font-weight: 600;
  background: #f4f6fa;
  width: 30%;
  color: #222;
}

.comment-text {
  margin-left:0 !important;
  width: 100%;
}

table td.c2 {
  font-weight: 500;
  background: #fafbfe;
  width: 25%;
  color: #444;
}

table td.c4 {
  color: #555;
  width: 45%;
}

table tr:last-child td {
  border-bottom: none;
}

.product-card-inner-container {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-inner-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.product-card-inner-container h2.woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  color: #333;
  line-height: 1.4;
  min-height: 3.4rem;
  overflow: hidden;
}

.product-card-inner-container .onsale,
.product-card-inner-container .acoplw-badge {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
}

.product-card-inner-container img {
  border-radius: 10px;
  transition: transform 0.2s ease;
}

.product-card-inner-container:hover img {
  transform: scale(1.03);
}

.product-short-description {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  min-height: 4.5rem;
}

.product-card-inner-container .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff5019;
}

.product-card-inner-container .price del {
  color: #999;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.product-card-inner-container .add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff774c;
  color: #fff !important;
  font-weight: 600;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  transition: background 0.2s ease;
  margin-top: 0.8rem;
}

.product-card-inner-container .add_to_cart_button:hover {
  background: #e8633d;
}

/* Container styling */
.entry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: "Inter", "Arial", sans-serif;
  color: #333333;
  line-height: 1.7;
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #1a1a1a;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.entry-content h1 {
  font-size: 2rem;
}

.entry-content h2 {
  font-size: 1.75rem;
}

.entry-content h3 {
  font-size: 1.5rem;
}

.entry-content h4 {
  font-size: 1.25rem;
}

/* Paragraphs */
.entry-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

/* Bold text */
.entry-content strong {
  font-weight: 600;
  color: #111111;
}

/* Links */
.entry-content a {
  color: #0066cc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.entry-content a:hover {
  text-decoration: underline;
  color: #004080;
}

/* Lists */
.entry-content ul,
.entry-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.entry-content li {
  margin-bottom: 0.5rem;
}

/* Horizontal separator */
.entry-content hr {
  border: none;
  height: 1px;
  background-color: #e0e0e0;
  margin: 2rem 0;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.entry-content table th,
.entry-content table td {
  padding: 10px;
  text-align: left;
}

.entry-content table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

/* Formatted block for notices (like Widerrufsbelehrung) */
.entry-content .notice {
  background-color: #f9f9f9;
  border-left: 4px solid #0066cc;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 6px;
}

#tab-title-description {
  /*display: none;*/
}

#tab-description {
  position: relative;
}

#tab-description h2,.woocommerce-Reviews-title {
  /*position: absolute;
  top: -5rem;
  margin-left: 1rem;*/
  display: none;
}

.commentlist {
  padding: 2rem;
}

#review_form {
  padding: 1rem !important;
}

/* Make the text responsive */
@media (max-width: 768px) {
  .entry-content {
    padding: 20px 15px;
  }

  .entry-content h1 {
    font-size: 1.75rem;
  }

  .entry-content h2 {
    font-size: 1.5rem;
  }

  .entry-content h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 420px) {
  .wishlist-cart-container {
    margin-top: 1rem;
    margin-left: 60vw;
  }
}

/*cart*/
@media (max-width: 480px) {
  .woocommerce-cart-form .product-name,
  .woocommerce-cart-form .product-name a {
    display: block !important;
    visibility: visible !important;
    font-size: 14px;
    white-space: normal;
    overflow: visible;
  }

  .woocommerce-cart-form .product-thumbnail {
    width: 60px;
    display: inline-block;
    vertical-align: top;
  }

  .woocommerce-cart-form .product-name {
    display: inline-block !important;
    width: calc(100% - 70px);
    padding-left: 8px;
    vertical-align: top;
  }
}


body {
  position: relative;
  overflow-x: hidden;
  background: #fff; /* your page background */
}

/* Main rotating blob */
body::before,
body::after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vw;
  border-radius: 45%;
  animation: rotate 30s linear infinite;
  z-index: -1; /* stay behind all content */
  /* filter: blur(100px); */
  opacity: 0.8;
}

/* First blob */
body::before {
  background-color: rgba(232, 99, 61, 1);
  top: -10vw;
  left: calc(170% - 75vw);
}

/* Second blob */
body::after {
  background-color: rgba(255, 217, 50, 0.8);
  top: calc(5vh + 30vw);
  left: calc(-10% - 75vw);
  animation-duration: 45s;
  animation-direction: reverse;
  /* filter: blur(120px); */
}

/* Rotation animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* .floating-bg {
  width: 100vw;
  height: 100vw;
  background-color: rgba(232, 99, 61, 1);
  position: absolute;
  top: -10vw;
  left: calc(170% - 75vw);
  border-radius: 45%;
  animation: rotate 30s infinite;
  z-index: -150;
}

.fbg2 {
  left: calc(-10% - 75vw);
  top: 40vw;
  z-index: -200;
}

.floating-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 217, 50, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40%;
  animation: rotate 30s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
} */

/*.yith-wcwl-add-to-wishlist-button {
  bottom: 2rem !important;
  left: -9rem !important;
}

.add_to_cart_button {
  margin-top: -.5rem !important;
  margin-right: -1rem !important;
}*/

footer {
  font-size: 100%;
}

@media (max-width: 992px) {
  footer a {
    font-size: 60%;
  }
}

@media (max-width: 768px) {
  footer a {
    font-size: 60%;
  }
}

/* body:not(.page-id-16213):not(.page-id-16209):not(.page-id-16200):not(
    .page-id-16206
  )
.gar-blog {
  height: 100vh;
} */

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

#load-more-btn {
  padding: 12px 30px;
  font-size: 16px;
  background-color: #ff774c !important;
  color: white !important;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.load-more-btn:hover {
  background-color: #555;
}



.copyright-container {
  width: 100vw;
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#menu-footer-menu-1 li {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: right;
  display: block;
  width: 100%;
}

.footer-left {

}

.footer-center {
  height: 5rem;
  
}

.social-icons img {
  width: 50%;
}

@media (max-width: 767px) {
  footer li a{
    font-size: 1.2rem;
  }
  
  .social-icons img {
    width: 200%;
    height: 150%;
  }
  .footer-center {
    margin-left: 20%;
  }
}


.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block;
} 



.woocommerce table.shop_table td.product-image{
  padding-left: 0;
  padding-right: 0;
}
/*
.woocommerce table.shop_table td.product-image img{
  width: 90%;
} */