/*!
Theme Name: Kaffen Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Kaffen - Restaurant & Cafe WordPress Theme
Version: 1.0.1
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: kaffen
Text Domain: kaffen-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/

/* Display video on single product page */
.ResponsivevideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  float:left;
  width: 100%;
}
.ResponsivevideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Css Single product from code snippet - start */
.single-product .woocommerce-product-rating .woocommerce-review-link {
  color: #1a1a1a;
}
.single-product .woocommerce-Tabs-panel--description {
  font-size: 16px;
  color: var(--e-global-color-dbc5b21);
  line-height: 1.7;
}
.single-product .woocommerce-Tabs-panel--description .short-desc {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: 18px;
}
.single-product .woocommerce-Tabs-panel--description .short-desc strong {
  color: var(--e-global-color-fd44fb1);
  font-weight: 700;
}
.single-product .woocommerce-Tabs-panel--description .full-desc {
  font-size: 15.5px;
  color: inherit;
  line-height: inherit;
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  border: 1px solid var(--e-global-color-d9c7500);
}
.single-product .woocommerce-Tabs-panel--description .full-desc ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: grid;
  gap: 12px;
}
.single-product .woocommerce-Tabs-panel--description .full-desc li {
  position: relative;
  padding: 14px 16px 14px 42px;
  background: var(--e-global-color-4f2f87f);
  border-radius: 10px;
  border: 1px solid var(--e-global-color-56079aa);
  font-size: 14.5px;
  line-height: 1.6;
}
.single-product .woocommerce-Tabs-panel--description .full-desc li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--e-global-color-19f1cd9);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .woocommerce-Tabs-panel--description .full-desc strong {
  color: var(--e-global-color-fd44fb1);
}
.single-product .woocommerce-Tabs-panel--description .full-desc p {
  margin-top: 14px;
  font-size: 14.5px;
}
.single-product .woocommerce-Tabs-panel--description .toggle-desc-btn {
  margin-top: 16px;
  line-height: 1 !important;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: var(--e-global-color-a24b922);
  color: #fff;
  transition: all .3s ease;
}
.single-product .woocommerce-Tabs-panel--description .toggle-desc-btn:hover {
  background: var(--e-global-color-19f1cd9);
  transform: translateY(-1px);
}

/* Css Single product from code snippet - end */
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
}
.product-grid-item {
  padding: 20px;
  position: relative;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 15px;
  line-height: 60px;
}
.woocommerce .products div.product,
.woocommerce-js .products div.product {
  margin-bottom: 30px;
}
.woocommerce .products div.product a,
.woocommerce-js .products div.product a {
  text-decoration: none!important;
}
.woocommerce .products div.product span.onsale,
.woocommerce span.onsale,
.woocommerce-js .products div.product span.onsale,
.woocommerce-js span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 0 8px;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  background: #b99272;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.woocommerce .products div.product img.attachment-woocommerce_thumbnail,
.woocommerce-js .products div.product img.attachment-woocommerce_thumbnail {
	width: 100%;
  height: 220px;
  object-position: center;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.woocommerce .products div.product .woocommerce-loop-product__title,
.woocommerce-js .products div.product .woocommerce-loop-product__title {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}
.woocommerce .products div.product .star-rating,
.woocommerce .star-rating,
.woocommerce-js .products div.product .star-rating,
.woocommerce-js .star-rating {
	display: block;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}
.woocommerce .products div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-js .products div.product .price,
.woocommerce-js div.product p.price,
.woocommerce-js div.product span.price {
  margin: 0 0 20px 0;
  float: none;
  display: block;
  height: auto;
  font-family: 'Oswald';
  font-size: 20px;
  color: #b99272;
  font-weight: 400;
  line-height: 1;
}
.woocommerce .products div.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-js .products div.product .price del,
.woocommerce-js div.product p.price del,
.woocommerce-js div.product span.price del,
.cart_item .woocommerce-Price-amount {
  font-size: 16px;
  color: #9ea1a2;
  font-weight: 300;
}
.woocommerce .products div.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce-js .products div.product .price ins,
.woocommerce-js div.product p.price ins,
.woocommerce-js div.product span.price ins {
  margin-left: 5px;
  text-decoration: none;
  font-size: 20px;
  color: #b99272;
  font-weight: 400;
}
.cart_item .woocommerce-Price-amount {
  color: #b99272;
  font-weight: 400;
}
h1.page-title {
  margin: 0;
}
.woocommerce .products div.product .button.add_to_cart_button,
.woocommerce-js .products div.product .button.add_to_cart_button,
.woocommerce .products .product .added_to_cart,
.woocommerce-js .products .product .added_to_cart {
  padding: 0;
  height: auto;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.woocommerce .products div.product .button.add_to_cart_button:after,
.woocommerce-js .products div.product .button.add_to_cart_button:after,
.woocommerce .products .product .added_to_car:after,
.woocommerce-js .products .product .added_to_cart:after {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 5px;
}
.woocommerce .products div.product .button.add_to_cart_button:hover,
.woocommerce-js .products div.product .button.add_to_cart_button:hover {
  color: #b99272;
}
.woocommerce .products div.product .button.add_to_cart_button:before,
.woocommerce-js .products div.product .button.add_to_cart_button:before {
  position: relative;
  top: -1px;
  margin-right: 10px;
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 900;
}
.woocommerce .products div.product .button.add_to_cart_button, .woocommerce-js .products div.product .button.add_to_cart_button, .woocommerce .products .product .added_to_cart, .woocommerce-js .products .product .added_to_cart {
  background-color: var(--e-global-color-67a14b4);
  box-shadow: 0px 0px 7px 1px rgba(30.400781249999998, 30.400781249999998, 30.400781249999998, 0.5) !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #92785F;
  padding: 10px 15px;
  border-radius: 4px;
  fill: #fff;
  text-align: center;
  transition: all .3s;
  line-height: 1;
  color: #fff;
  opacity: 1 !important;
}
.woocommerce .products div.product .button.add_to_cart_button:focus, .woocommerce-js .products div.product .button.add_to_cart_button:focus, .woocommerce .products .product .added_to_cart:focus, .woocommerce-js .products .product .added_to_cart:focus, .woocommerce .products div.product .button.add_to_cart_button:hover, .woocommerce-js .products div.product .button.add_to_cart_button:hover, .woocommerce .products .product .added_to_cart:hover, .woocommerce-js .products .product .added_to_cart:hover {
    background-color: #BB9A7A !important;
    color: var(--e-global-color-5103c2c9);
}

/* single product gallery video thumbnail */
.flex-control-thumbs li {
    position: relative;
}
 
.flex-control-thumbs li:has(img.wc-video-thumb)::after {
    content: "▶";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    pointer-events: none;
}

/* RESPONSIVE START */
@media (min-width: 992px) {
  .woocommerce .products.columns-2 div.product,
  .woocommerce-js .products.columns-2 div.product {
    flex: 0 0 auto;
    width: 50%;
  }
  .woocommerce .products.columns-3 div.product,
  .woocommerce-js .products.columns-3 div.product {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .woocommerce .products.columns-4 div.product,
  .woocommerce-js .products.columns-4 div.product {
    flex: 0 0 auto;
    width: 25%;
  }
  .woocommerce .products.columns-5 div.product,
  .woocommerce-js .products.columns-5 div.product {
    flex: 0 0 auto;
    width: 20%;
  }
}

